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

[incubator-iotdb] branch refactor_fileNode updated (ac70733 -> a07d2b7)

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

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


    from ac70733  refactor lock and unlock in  recovery() of fileNodeManager
     new 22af4b5  add partition mode load of chunkGroupMetaData in MetadataQuerierByFileImpl chunkMetaDataCache
     new 722fbdc  Merge pull request #59 from LeiRui/partitionload
     new 6819e33  fix that an empty BufferWriteProcessor will fail writing WAL of deletion
     new a07d2b7  Merge remote-tracking branch 'origin/master' into refactor_fileNode

The 1451 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/FileNodeManager.java  |  6 ++-
 .../db/engine/filenode/FileNodeProcessor.java      |  4 +-
 .../iotdb/db/qp/executor/OverflowQPExecutor.java   |  8 +---
 .../apache/iotdb/tsfile/read/ReadOnlyTsFile.java   | 12 +++++
 .../read/controller/MetadataQuerierByFileImpl.java | 51 ++++++++++++++++++++++
 .../controller/MetadataQuerierByFileImplTest.java  | 19 +++++++-
 6 files changed, 90 insertions(+), 10 deletions(-)