This is an automated email from the ASF dual-hosted git repository. haonan pushed a change to branch PlainEncodeImprove in repository https://gitbox.apache.org/repos/asf/iotdb.git
discard 419100161a fix test discard e29036fd13 fix test discard 2e6f3f9d3d Merge branch 'master' of https://github.com/apache/iotdb into PlainEncodeImprove add b84ac57ef7 [IOTDB-3618] StorageEngine failed to recover: / by zero (#6677) add da56355c63 Merge branch 'master' of https://github.com/apache/iotdb into PlainEncodeImprove 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 (419100161a) \ N -- N -- N refs/heads/PlainEncodeImprove (da56355c63) 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: .../iotdb/db/integration/IoTDBRestartIT.java | 22 +------- .../iotdb/db/engine/flush/MemTableFlushTask.java | 10 +++- .../plan/planner/plan/node/write/InsertNode.java | 9 ++++ .../iotdb/db/qp/physical/crud/InsertPlan.java | 9 ++++ .../db/wal/recover/file/TsFilePlanRedoer.java | 6 +++ .../file/UnsealedTsFileRecoverPerformer.java | 2 +- .../file/UnsealedTsFileRecoverPerformerTest.java | 62 ++++++++++++++++++++++ .../tsfile/encoding/encoder/PlainEncoder.java | 16 +++--- 8 files changed, 104 insertions(+), 32 deletions(-)
