You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@iotdb.apache.org by hx...@apache.org on 2021/06/05 04:23:34 UTC

[iotdb] branch WaitClearCache updated (2780ea7 -> a3e95db)

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

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


 discard 2780ea7  wait for clear cache
     add 521db04  [To rel/0.12] fix bug caused by incorrect file name (#3352)
     add fa6dbb7  [To rel/0.12] temprorary wait 3 seconds in CliearCacheIT for emergent releasing processing (#3349)
     add 121ab0a  Revert "[To rel/0.12] temprorary wait 3 seconds in CliearCacheIT for emergent releasing processing (#3349)" (#3353)
     add ca536df  wait for clear cache
     add a3e95db  add license claim

This update added new revisions after undoing existing revisions.
That is to say, some revisions that were in the old version of the
branch are not in the new version.  This situation occurs
when a user --force pushes a change and generates a repository
containing something like this:

 * -- * -- B -- O -- O -- O   (2780ea7)
            \
             N -- N -- N   refs/heads/WaitClearCache (a3e95db)

You should already have received notification emails for all of the O
revisions, and so the following emails describe only the N revisions
from the common base, B.

Any revisions marked "omit" are not gone; other references still
refer to them.  Any revisions marked "discard" are gone forever.

No new revisions were added by this update.

Summary of changes:
 LICENSE-binary                                     |  1 +
 .../org/apache/iotdb/cluster/common/TestUtils.java |  2 +-
 .../cluster/server/member/DataGroupMemberTest.java |  2 +-
 .../db/engine/compaction/TsFileManagement.java     |  5 +-
 .../level/LevelCompactionTsFileManagement.java     |  6 +--
 .../engine/storagegroup/StorageGroupProcessor.java | 10 ++--
 .../db/engine/storagegroup/TsFileResource.java     | 55 ++++++++++------------
 .../engine/compaction/LevelCompactionLogTest.java  |  2 +-
 .../compaction/LevelCompactionSelectorTest.java    |  3 +-
 .../LevelCompactionTsFileManagementTest.java       |  4 +-
 10 files changed, 43 insertions(+), 47 deletions(-)