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

[iotdb] branch master updated: Correct typos in log (#6943)

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

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


The following commit(s) were added to refs/heads/master by this push:
     new ec873773e6 Correct typos in log (#6943)
ec873773e6 is described below

commit ec873773e6f39daff7486696e7fb80f31d2e26ee
Author: Jackie Tien <ja...@gmail.com>
AuthorDate: Wed Aug 10 11:31:24 2022 +0800

    Correct typos in log (#6943)
---
 .../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