This is an automated email from the ASF dual-hosted git repository.
chaow pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/iotdb.git.
from b9b3ea7 [ISSUE-2911]Fix The write stream is not closed when executing
the command 'tracing off' (#2961)
add 2619fe0 [IOTDB-1230]Support cross multi time partition when loading
one TsFile (#2864)
No new revisions were added by this update.
Summary of changes:
.../java/org/apache/iotdb/tsfile/TsFileRead.java | 1 +
.../iotdb/tsfile/TsFileWriteWithTSRecord.java | 1 -
.../apache/iotdb/tsfile/TsFileWriteWithTablet.java | 2 +-
.../engine/storagegroup/StorageGroupProcessor.java | 6 +-
.../db/engine/storagegroup/TsFileResource.java | 9 +-
.../storagegroup/timeindex/DeviceTimeIndex.java | 32 ++-
.../storagegroup/timeindex/FileTimeIndex.java | 28 ++-
.../engine/storagegroup/timeindex/ITimeIndex.java | 21 +-
.../iotdb/db/engine/upgrade/UpgradeTask.java | 2 +-
.../apache/iotdb/db/qp/executor/PlanExecutor.java | 23 +-
...lineUpgradeTool.java => TsFileRewriteTool.java} | 253 ++++++++++---------
.../db/tools/upgrade/TsFileOnlineUpgradeTool.java | 263 ++------------------
.../iotdb/db/utils/TsFileRewriteToolTest.java | 273 +++++++++++++++++++++
13 files changed, 514 insertions(+), 400 deletions(-)
copy
server/src/main/java/org/apache/iotdb/db/tools/{upgrade/TsFileOnlineUpgradeTool.java
=> TsFileRewriteTool.java} (69%)
create mode 100644
server/src/test/java/org/apache/iotdb/db/utils/TsFileRewriteToolTest.java