This is an automated email from the ASF dual-hosted git repository.
hxd pushed a change to branch refactor_filenode2
in repository https://gitbox.apache.org/repos/asf/incubator-iotdb.git.
from 15b1385 temporary commit
new 810e9b1 temporary commit
new c764ec4 temporary commit
The 1506 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/engine/filenode/FileNodeManager2.java | 614 +++++++++---------
.../db/engine/filenode/FileNodeProcessor2.java | 674 +++++++++----------
.../org/apache/iotdb/db/monitor/StatMonitor2.java | 718 ++++++++++-----------
.../integration/QueryDataFromUnclosedTsFileIT.java | 99 +++
.../apache/iotdb/tsfile/write/record/TSRecord.java | 3 +-
5 files changed, 1104 insertions(+), 1004 deletions(-)
create mode 100644
iotdb/src/test/java/org/apache/iotdb/db/integration/QueryDataFromUnclosedTsFileIT.java