You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@iotdb.apache.org by ge...@apache.org on 2020/04/17 10:18:20 UTC

[incubator-iotdb] branch http updated (c3f6a7d -> 96e894d)

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

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


    from c3f6a7d  change metric to http.
     add 3191fc4  disable mqtt server in default config and fix rpc and sync server startup problem (#1033)
     add f06460b  Switch to use new TsFile interfaces in Last query executor (#1048)
     add f79266d  [IOTDB-573]claim the error output can be igonred in UT/ITs (#1032)
     add 96e894d  Merge branch 'master' into http

No new revisions were added by this update.

Summary of changes:
 docs/UserGuide/4-Client/6-Programming - MQTT.md    |  6 +--
 .../resources/conf/iotdb-engine.properties         |  2 +-
 .../db/concurrent/IoTDBThreadPoolFactory.java      |  6 +--
 .../iotdb/db/concurrent/WrappedRunnable.java       |  9 +++-
 .../java/org/apache/iotdb/db/conf/IoTDBConfig.java |  2 +-
 .../query/dataset/groupby/GroupByFillDataSet.java  |  9 ++--
 .../iotdb/db/query/executor/LastQueryExecutor.java | 46 ++++++++++++------
 .../iotdb/db/query/executor/QueryRouter.java       |  2 +-
 .../apache/iotdb/db/query/fill/PreviousFill.java   |  3 +-
 .../org/apache/iotdb/db/service/RPCService.java    | 43 +++++++++++------
 .../iotdb/db/service/RPCServiceEventHandler.java   | 56 ----------------------
 .../iotdb/db/sync/receiver/SyncServerManager.java  | 28 ++++++-----
 .../db/sync/thrift/SyncServiceEventHandler.java    | 56 ----------------------
 .../org/apache/iotdb/db/utils/FileLoaderUtils.java | 44 -----------------
 .../db/concurrent/IoTDBThreadPoolFactoryTest.java  | 32 ++++++-------
 .../apache/iotdb/db/integration/IoTDBLastIT.java   | 55 ++++++++-------------
 .../iotdb/db/metadata/MManagerImproveTest.java     |  4 --
 .../org/apache/iotdb/db/metadata/MTreeTest.java    | 12 +++++
 server/src/test/resources/logback.xml              |  5 ++
 19 files changed, 150 insertions(+), 270 deletions(-)
 delete mode 100644 server/src/main/java/org/apache/iotdb/db/service/RPCServiceEventHandler.java
 delete mode 100644 server/src/main/java/org/apache/iotdb/db/sync/thrift/SyncServiceEventHandler.java