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/11/23 03:34:47 UTC

[iotdb] branch cluster_new updated (1072b5c -> f311121)

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/iotdb.git.


    from 1072b5c  Merge pull request #2065 from mychaow/fix_transport_close_bug
     new f179fdf  fix code smells
     new 5e29ff8  Merge branch 'apache_cluster_new' into apache_cluster_new_1117_code_smell
     new c4fe2a3  fix sonar code smells
     new 6df2925  change the default server to async
     new b964eb3  remove useless import
     new e09c559  disable the compaction
     new dc544ff  amend the wal buffer size parameter
     new b8b815b  Suppress high Cognitive Complexity warnin
     new 876c682  merge and reslove conflicts
     new f311121  Merge pull request #2064 from neuyilan/apache_cluster_new_1117_code_smell

The 5697 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-cluster.properties        |  2 +-
 .../resources/conf/iotdb-engine.properties         |  7 +-
 .../cluster/client/async/AsyncClientPool.java      |  1 +
 .../cluster/client/async/AsyncDataClient.java      |  1 +
 .../cluster/client/async/AsyncMetaClient.java      |  1 +
 .../cluster/client/sync/SyncClientAdaptor.java     |  2 +-
 .../iotdb/cluster/config/ClusterDescriptor.java    |  8 +-
 .../apache/iotdb/cluster/log/LogDispatcher.java    | 28 +++---
 .../iotdb/cluster/log/catchup/CatchUpTask.java     | 10 ++-
 .../cluster/log/logtypes/PhysicalPlanLog.java      |  4 +-
 .../cluster/log/manage/CommittedEntryManager.java  |  3 -
 .../serializable/SyncLogDequeSerializer.java       | 99 ++++++++--------------
 .../cluster/query/ClusterDataQueryExecutor.java    |  1 -
 .../iotdb/cluster/query/ClusterPlanRouter.java     | 42 ++++-----
 .../iotdb/cluster/query/LocalQueryExecutor.java    |  1 +
 .../cluster/query/manage/QueryCoordinator.java     | 99 ++++++++++++----------
 .../iotdb/cluster/server/DataClusterServer.java    |  1 +
 .../server/handlers/caller/GenericHandler.java     |  1 -
 .../cluster/server/member/MetaGroupMember.java     | 11 ++-
 19 files changed, 155 insertions(+), 167 deletions(-)