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 03:22:52 UTC

[incubator-iotdb] branch feature_async_close_tsfile updated (6a76aa6 -> b75940a)

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 6a76aa6  Merge remote-tracking branch 'origin/feature_async_close_tsfile' into feature_async_close_tsfile
     add 8e8a708  eliminate code quality issues
     add b75940a  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:
 .../java/org/apache/iotdb/db/metadata/MTree.java   |   1 -
 .../org/apache/iotdb/db/monitor/StatMonitor.java   |  35 +++--
 .../org/apache/iotdb/db/service/JDBCService.java   |   2 -
 .../org/apache/iotdb/db/sql/parse/ParseDriver.java |   8 +-
 .../db/writelog/node/ExclusiveWriteLogNode.java    |   2 +-
 .../engine/modification/DeletionFileNodeTest.java  |   4 +-
 .../iotdb/db/metadata/MManagerAdvancedTest.java    |   4 +-
 .../iotdb/db/metadata/MManagerEfficiencyTest.java  | 155 ---------------------
 .../org/apache/iotdb/db/metadata/MTreeTest.java    |  38 ++---
 .../iotdb/db/qp/plan/LogicalPlanSmallTest.java     |   6 +-
 10 files changed, 51 insertions(+), 204 deletions(-)
 delete mode 100644 iotdb/src/test/java/org/apache/iotdb/db/metadata/MManagerEfficiencyTest.java