You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@iotdb.apache.org by ch...@apache.org on 2021/01/26 08:45:50 UTC

[iotdb] branch fix_sync_bug updated (a7ea6fc -> b45b387)

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

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


    from a7ea6fc  fix sync bug for tsfiles's directory changed by vitural storage group
     add b45b387  fix some ut

No new revisions were added by this update.

Summary of changes:
 .../org/apache/iotdb/db/engine/StorageEngine.java  |  4 +--
 .../db/sync/sender/manage/SyncFileManager.java     | 16 ++++------
 .../iotdb/db/sync/sender/transfer/ISyncClient.java |  3 +-
 .../iotdb/db/sync/sender/transfer/SyncClient.java  | 18 ++++++++----
 .../java/org/apache/iotdb/db/utils/SyncUtils.java  |  5 +++-
 .../db/sync/sender/transfer/SyncClientTest.java    | 34 +++++++++++++++-------
 6 files changed, 50 insertions(+), 30 deletions(-)