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/24 12:38:24 UTC

[incubator-iotdb] branch refactor_overflow updated (4a2cd4e -> 2c84820)

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 4a2cd4e  Merge remote-tracking branch 'origin/refactor_bufferwrite_new' into refactor_overflow
     new 9337c82  extract getDataFolder as an interface so that otherProcessor can inherit it
     new b75a1dd  Merge remote-tracking branch 'origin/refactor_bufferwrite_new' into refactor_overflow
     new f0fbf5e  extract timestamp checking out of insert()
     new 4a6fedb  Merge remote-tracking branch 'origin/refactor_bufferwrite_new' into refactor_overflow
     new eea7b90  temporary commit
     new 2c84820  temporary commit

The 1647 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:
 .../db/engine/overflowdata/OverflowProcessor.java  |  21 ++
 .../sgmanager/OperationResult.java}                |  17 +-
 .../db/engine/sgmanager/StorageGroupProcessor.java | 246 +++++++++++++++++++++
 .../db/engine/tsfiledata/TsFileProcessor.java      |  65 +++---
 4 files changed, 315 insertions(+), 34 deletions(-)
 copy iotdb/src/main/java/org/apache/iotdb/db/{auth/user/LocalFileUserManager.java => engine/sgmanager/OperationResult.java} (68%)
 create mode 100644 iotdb/src/main/java/org/apache/iotdb/db/engine/sgmanager/StorageGroupProcessor.java