You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@iotdb.apache.org by ma...@apache.org on 2022/11/25 06:24:15 UTC

[iotdb] branch IOTDB-5029 updated (0dbe01da2c -> 609f1d5322)

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

marklau99 pushed a change to branch IOTDB-5029
in repository https://gitbox.apache.org/repos/asf/iotdb.git


    from 0dbe01da2c remove log (#8147)
     add 3b2bd8198d Fix typo in user guide (#8127)
     add d9227e79fb [IOTDB-5033] Fix deadlock in memory pool (#8123)
     add a04c7023c7 Catch Throwable in DataNodeInternalService to avoid ambiguous TException (#8126)
     add ce92432c8c Remove start-new-server scripts (#8128)
     add 4da2f1bf4f [IOTDB-4556] Optimize log of failing to flush sync index (#8090)
     add 3103c12a00 [IOTDB-5006]Add a load-tsfile script  (#8120)
     add ac3b408da8 [IOTDB-5010] DataRegion StateMachine support for Ratis Snapshot (#8110)
     add fbca630b0a Add dispatch node endpoint msg to error log (#8132)
     add 94414ad041 remove duplicate code in the PlanNodeIterator (#8122)
     add 76542ea665 [IOTDB-5031] Make snapshot taking in shutdown hook parallel (#8134)
     add f30463ff30 [IOTDB-5019] Fix releasing wal files after flushing memtable (#8131)
     add 3775e9277e fix the issue that client get 305 when explain non-existing series (#8145)
     add b762675f22 Make memory portion take effect after change the default ratio (#8137)
     add 443c30293f Fix abstract map bug when remove failing measurement (#8139)
     add 609f1d5322 Merge remote-tracking branch 'upstream/master' into IOTDB-5029

No new revisions were added by this update.

Summary of changes:
 .../java/org/apache/iotdb/db/conf/IoTDBConfig.java |  13 ++
 .../iotdb/db/engine/storagegroup/DataRegion.java   |  24 ++--
 .../db/engine/storagegroup/TsFileProcessor.java    | 158 ++++++++++-----------
 .../memory/StatementMemorySourceVisitor.java       |  15 +-
 .../metedata/write/CreateMultiTimeSeriesNode.java  |   5 +-
 .../apache/iotdb/db/service/IoTDBShutdownHook.java |   1 +
 .../db/mpp/execution/exchange/SinkHandleTest.java  |  88 +++++-------
 .../mpp/execution/exchange/SourceHandleTest.java   |  70 ++++-----
 8 files changed, 184 insertions(+), 190 deletions(-)