You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@iotdb.apache.org by lt...@apache.org on 2021/06/24 17:31:54 UTC

[iotdb] branch cluster_scalability updated (56f9dda -> 2248ba1)

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

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


    from 56f9dda  modify NodeTool user to root
     add 2248ba1  fix a serve bug of BatchData serialization and deserialization which will lead to wrong result of query desc

No new revisions were added by this update.

Summary of changes:
 .../org/apache/iotdb/db/utils/SerializeUtils.java  |  5 +++-
 .../apache/iotdb/tsfile/read/common/BatchData.java | 33 ++++++++++++++++++++++
 .../tsfile/read/common/DescReadBatchData.java      |  5 +++-
 .../tsfile/read/common/DescReadWriteBatchData.java |  1 +
 4 files changed, 42 insertions(+), 2 deletions(-)