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:34 UTC

[iotdb] branch ChangeLog created (now 2850bd5eaf)

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

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


      at 2850bd5eaf Correct typos in log

This branch includes the following new commits:

     new 2850bd5eaf Correct typos in log

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.



[iotdb] 01/01: Correct typos in log

Posted by ja...@apache.org.
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