You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@iotdb.apache.org by ji...@apache.org on 2019/07/03 01:56:41 UTC

[incubator-iotdb] branch feature_async_close_tsfile updated (540f4b4 -> 93b66a9)

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

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


    from 540f4b4  remove some logs
     add 715fdc0  clean code in multiple classes
     add 93b66a9  Merge branch 'feature_async_close_tsfile' of github.com:apache/incubator-iotdb into feature_async_close_tsfile

No new revisions were added by this update.

Summary of changes:
 .../io/LocalTextModificationAccessor.java          |  17 +--
 .../java/org/apache/iotdb/db/metadata/MGraph.java  |   3 +-
 .../org/apache/iotdb/db/metadata/MManager.java     |  86 +++++------
 .../java/org/apache/iotdb/db/metadata/MNode.java   |   6 +-
 .../java/org/apache/iotdb/db/metadata/MTree.java   |  52 +++----
 .../iotdb/db/qp/executor/QueryProcessExecutor.java |   2 +-
 .../db/qp/logical/crud/BasicFunctionOperator.java  |  23 +++
 .../iotdb/db/qp/logical/crud/FromOperator.java     |   1 -
 .../iotdb/db/qp/physical/crud/InsertPlan.java      |   2 -
 .../iotdb/db/qp/strategy/LogicalGenerator.java     | 163 ++++++++++++---------
 .../iotdb/db/query/control/JobFileManager.java     |  14 +-
 .../org/apache/iotdb/db/service/JDBCService.java   |   7 +-
 .../iotdb/db/sync/receiver/SyncServiceImpl.java    |   2 +-
 .../iotdb/db/writelog/recover/LogReplayer.java     |   1 +
 .../iotdb/db/metadata/MManagerBasicTest.java       |  16 +-
 15 files changed, 212 insertions(+), 183 deletions(-)