You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@iotdb.apache.org by hx...@apache.org on 2019/04/25 13:36:29 UTC

[incubator-iotdb] branch refactor_bufferwrite_new updated (f0fbf5e -> 91c2873)

This is an automated email from the ASF dual-hosted git repository.

hxd pushed a change to branch refactor_bufferwrite_new
in repository https://gitbox.apache.org/repos/asf/incubator-iotdb.git.


    from f0fbf5e  extract timestamp checking out of insert()
     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

The 1644 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/exception/FileNodeProcessorException.java   |   4 +
 .../engine/overflow/io/OverflowProcessorTest.java  |   2 +
 9 files changed, 221 insertions(+), 115 deletions(-)
 copy iotdb/src/main/java/org/apache/iotdb/db/engine/memcontrol/{Policy.java => DisabledMemController.java} (58%)