You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@iotdb.apache.org by ne...@apache.org on 2023/02/02 01:35:15 UTC

[iotdb] branch bugfix/master_5447 updated (1d6f73b750 -> c591e7cef3)

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

neuyilan pushed a change to branch bugfix/master_5447
in repository https://gitbox.apache.org/repos/asf/iotdb.git


    from 1d6f73b750 fix the ConcurrentModificationException
     add c591e7cef3 change method name

No new revisions were added by this update.

Summary of changes:
 .../exception/CompactionExceptionHandler.java      |  4 +--
 .../execute/task/CrossSpaceCompactionTask.java     |  6 ++--
 .../execute/task/InnerSpaceCompactionTask.java     |  4 +--
 .../compaction/execute/utils/CompactionUtils.java  |  2 +-
 .../compaction/schedule/CompactionScheduler.java   |  8 +++---
 .../db/engine/settle/SettleRequestHandler.java     |  4 +--
 .../iotdb/db/engine/storagegroup/DataRegion.java   |  2 +-
 .../engine/storagegroup/HashLastFlushTimeMap.java  |  2 +-
 .../storagegroup/IDTableLastFlushTimeMap.java      |  2 +-
 .../db/engine/storagegroup/TsFileManager.java      |  8 +++---
 .../cross/CrossSpaceCompactionExceptionTest.java   | 32 +++++++++++-----------
 ...eCompactionWithFastPerformerValidationTest.java | 12 ++++----
 .../inner/InnerSpaceCompactionExceptionTest.java   |  9 +++---
 .../SizeTieredCompactionSelectorTest.java          |  4 +--
 14 files changed, 51 insertions(+), 48 deletions(-)