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 2020/07/02 06:02:53 UTC

[incubator-iotdb] branch cluster_new updated (d4c28e6 -> e05d5b6)

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

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


    from d4c28e6  fix remove committed logs
     new 00f6b1e  parent c47c389bcaac86cb29181a887ca6596b111aca10 author HouliangQi <ne...@163.com> 1593503403 +0800 committer HouliangQi <ne...@163.com> 1593510012 +0800
     new 8476a5b  change conf uppercase to lowercase
     new e05d5b6  Merge pull request #1441 from neuyilan/cluster_new_REFINE_CODE

The 4413 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:
 .../resources/conf/iotdb-engine.properties         |  5 +-
 cluster/src/assembly/resources/conf/logback.xml    | 97 +++++++++++++++++++---
 .../apache/iotdb/cluster/config/ClusterConfig.java |  3 +-
 .../iotdb/cluster/query/ClusterPlanExecutor.java   | 15 +++-
 .../apache/iotdb/cluster/server/ClientServer.java  |  4 +-
 .../apache/iotdb/cluster/server/RaftServer.java    | 27 +++---
 .../java/org/apache/iotdb/db/conf/IoTDBConfig.java | 25 ++++--
 .../org/apache/iotdb/db/conf/IoTDBDescriptor.java  |  3 +
 .../org/apache/iotdb/db/service/RPCService.java    | 39 +++++----
 9 files changed, 167 insertions(+), 51 deletions(-)