This is an automated email from the ASF dual-hosted git repository.
hxd pushed a change to branch refactor_overflow
in repository https://gitbox.apache.org/repos/asf/incubator-iotdb.git.
from 738a6d6 temporary commit
new 21ab40f temporary commit
new 5181d4a fix log contect
new 4f6aa05 Add disabled mem control & improve memory efficiency (#149)
new f9bd670 merge with master
new 75a8091 merge with master
new d95840c merge with master
new 91c2873 Merge remote-tracking branch 'origin/replace_list_by_array'
into refactor_bufferwrite_new
new 0025554 Merge remote-tracking branch
'origin/refactor_bufferwrite_new' into refactor_overflow
new 0f199b6 bug fix
new 763f563 Merge branch 'refactor_bufferwrite_new' into refactor_overflow
new f5f0159 add OverflowProcessorTest
The 1659 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/iotdb/conf/iotdb-engine.properties | 1 +
.../engine/bufferwrite/BufferWriteProcessor.java | 129 ++++++++++-----------
.../iotdb/db/engine/filenode/FileNodeManager.java | 4 +-
.../db/engine/filenode/FileNodeProcessor.java | 74 +++++++-----
.../db/engine/memcontrol/BasicMemController.java | 6 +-
.../{Policy.java => DisabledMemController.java} | 36 +++++-
.../db/engine/overflow/io/OverflowProcessor.java | 80 +++++++++++--
.../db/engine/tsfiledata/TsFileProcessor.java | 2 +-
.../db/exception/FileNodeProcessorException.java | 4 +
.../engine/modification/DeletionFileNodeTest.java | 2 +-
.../overflow/io/OverflowProcessorBenchmark.java | 6 +-
.../engine/overflow/io/OverflowProcessorTest.java | 2 +
.../engine/overflowdata/OverflowProcessorTest.java | 111 ++++++++++++++++++
.../db/engine/tsfiledata/TsFileProcessorTest.java | 34 +++---
.../apache/iotdb/db/utils/EnvironmentUtils.java | 4 +-
15 files changed, 358 insertions(+), 137 deletions(-)
copy iotdb/src/main/java/org/apache/iotdb/db/engine/memcontrol/{Policy.java =>
DisabledMemController.java} (58%)
create mode 100644
iotdb/src/test/java/org/apache/iotdb/db/engine/overflowdata/OverflowProcessorTest.java