You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@iotdb.apache.org by ji...@apache.org on 2020/03/25 02:03:46 UTC

[incubator-iotdb] branch partitioned_file_version_management updated (ac2f66e -> b9cd6e2)

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

jiangtian pushed a change to branch partitioned_file_version_management
in repository https://gitbox.apache.org/repos/asf/incubator-iotdb.git.


    from ac2f66e  fix by review comments
     add b9cd6e2  fix time partition id getter

No new revisions were added by this update.

Summary of changes:
 .../engine/storagegroup/StorageGroupProcessor.java | 68 ++++++++++++++++++----
 .../db/exception/LoadEmptyFileException.java}      | 58 +++++++++---------
 ...unTimeException.java => LoadFileException.java} | 10 ++--
 ...ption.java => PartitionViolationException.java} | 10 ++--
 4 files changed, 95 insertions(+), 51 deletions(-)
 copy server/src/{test/java/org/apache/iotdb/db/query/control/QueryResourceManagerTest.java => main/java/org/apache/iotdb/db/exception/LoadEmptyFileException.java} (81%)
 copy server/src/main/java/org/apache/iotdb/db/exception/{runtime/FlushRunTimeException.java => LoadFileException.java} (78%)
 copy server/src/main/java/org/apache/iotdb/db/exception/{MergeException.java => PartitionViolationException.java} (75%)