This is an automated email from the ASF dual-hosted git repository.
hxd pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-iotdb.git.
from ec4f051 Merge pull request #346 from yx-zhang/fix-example
new 0d39fcd fix bug about TsFileResource updateTime
new a2d6f42 also fix replayInsert in LogReplayer; modify unit tests
new 1a09243 Update TsFileResource.java
The 3 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "add" were already present in the repository and have only
been added to this reference.
Summary of changes:
.../iotdb/db/cost/statistic/Measurement.java | 2 +-
.../engine/storagegroup/StorageGroupProcessor.java | 2 +-
.../db/engine/storagegroup/TsFileResource.java | 8 ------
.../iotdb/db/writelog/recover/LogReplayer.java | 11 +++++---
.../writelog/recover/TsFileRecoverPerformer.java | 30 +++++++++++---------
.../iotdb/db/writelog/recover/LogReplayerTest.java | 21 ++++++++------
.../db/writelog/recover/SeqTsFileRecoverTest.java | 32 +++++++++++++++++++++-
.../writelog/recover/UnseqTsFileRecoverTest.java | 26 ++++++++++++++++--
8 files changed, 94 insertions(+), 38 deletions(-)