You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@iotdb.apache.org by qi...@apache.org on 2020/11/11 07:32:51 UTC

[iotdb] branch master updated (5724bda -> d5be2f9)

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

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


    from 5724bda  fix reconnect cannot get queryId bug (#2009)
     add d5be2f9  Fix recover resource level bug (#2007)

No new revisions were added by this update.

Summary of changes:
 .../level/LevelCompactionTsFileManagement.java     | 48 +++++++++++++++++-----
 .../compaction/utils/CompactionLogAnalyzer.java    | 12 +++---
 .../engine/storagegroup/StorageGroupProcessor.java | 44 ++++++++++----------
 .../writelog/recover/TsFileRecoverPerformer.java   | 18 ++++----
 .../recover/RecoverResourceFromReaderTest.java     |  2 +-
 .../db/writelog/recover/SeqTsFileRecoverTest.java  |  4 +-
 .../writelog/recover/UnseqTsFileRecoverTest.java   |  2 +-
 7 files changed, 81 insertions(+), 49 deletions(-)