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

qiaojialin pushed a change to branch new_TsFile
in repository https://gitbox.apache.org/repos/asf/incubator-iotdb.git.


    from 4d62d50  merge master
     add 94d95f4  Fix Write Image (#915)
     add a92b80c  Fix bugs of add duplicated metadata (#918)
     add 5a9b84f  Fix empty ChunkMetadata in LAST query gives wrong answer bug 
(#920)
     add f94d326  Fix bugs of deleting sg and initing from mlog (#921)
     add 9a4a49c  merge master

No new revisions were added by this update.

Summary of changes:
 .../SystemDesign/1-TsFile/3-Write.md               |  4 +-
 .../engine/storagegroup/StorageGroupProcessor.java | 17 +++++--
 .../org/apache/iotdb/db/metadata/MManager.java     | 48 ++++++++-----------
 .../java/org/apache/iotdb/db/metadata/MTree.java   |  3 ++
 .../iotdb/db/query/executor/LastQueryExecutor.java | 21 ++++----
 .../db/sync/receiver/transfer/SyncServiceImpl.java | 16 ++++++-
 .../db/sync/sender/manage/SyncFileManager.java     | 10 ----
 .../iotdb/db/sync/sender/transfer/SyncClient.java  |  9 +++-
 .../org/apache/iotdb/db/utils/FileLoaderUtils.java |  1 +
 .../apache/iotdb/db/integration/IoTDBLastIT.java   | 56 ++++++++++++++++++++++
 .../org/apache/iotdb/db/metadata/MTreeTest.java    |  2 +-
 service-rpc/src/main/thrift/sync.thrift            | 23 +++++++--
 12 files changed, 150 insertions(+), 60 deletions(-)

Reply via email to