You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@iotdb.apache.org by ja...@apache.org on 2022/08/10 03:30:35 UTC

[iotdb] 01/01: Correct typos in log

This is an automated email from the ASF dual-hosted git repository.

jackietien pushed a commit to branch ChangeLog
in repository https://gitbox.apache.org/repos/asf/iotdb.git

commit 2850bd5eaffdd2da6c65fdab9f4538cbc3927c76
Author: JackieTien97 <ja...@gmail.com>
AuthorDate: Wed Aug 10 11:30:19 2022 +0800

    Correct typos in log
---
 .../java/org/apache/iotdb/db/mpp/execution/exchange/SourceHandle.java   | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/server/src/main/java/org/apache/iotdb/db/mpp/execution/exchange/SourceHandle.java b/server/src/main/java/org/apache/iotdb/db/mpp/execution/exchange/SourceHandle.java
index 15ac9e0529..3d4016dff4 100644
--- a/server/src/main/java/org/apache/iotdb/db/mpp/execution/exchange/SourceHandle.java
+++ b/server/src/main/java/org/apache/iotdb/db/mpp/execution/exchange/SourceHandle.java
@@ -129,7 +129,7 @@ public class SourceHandle implements ISourceHandle {
         return null;
       }
       logger.info(
-          "Receive {} TsdBlock, size is {}", currSequenceId, tsBlock.getRetainedSizeInBytes());
+          "Receive {} TsBlock, size is {}", currSequenceId, tsBlock.getRetainedSizeInBytes());
       currSequenceId += 1;
       bufferRetainedSizeInBytes -= tsBlock.getRetainedSizeInBytes();
       localMemoryManager