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 434dd03  Merge pull request #1826 from apache/kyy
     new 8fb96fc  fix code smell
     new 2ba292a  fix more code smell
     new eefe813  fix concurrent problems when instrumenting
     new 5f08c5f  Merge pull request #1827 from 
neuyilan/apache_cluster_new_1014_codesmell

The 5245 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:
 .../cluster/client/async/AsyncClientPool.java      |  10 +-
 .../apache/iotdb/cluster/config/ClusterConfig.java |   2 +-
 .../java/org/apache/iotdb/cluster/log/Log.java     |   7 +-
 .../apache/iotdb/cluster/log/LogDispatcher.java    |  24 ++--
 .../org/apache/iotdb/cluster/log/Snapshot.java     |  10 +-
 .../cluster/log/applier/AsyncDataLogApplier.java   |  39 ++----
 .../iotdb/cluster/log/catchup/CatchUpTask.java     |  55 +++++---
 .../log/manage/PartitionedSnapshotLogManager.java  |   2 +-
 .../iotdb/cluster/log/manage/RaftLogManager.java   |  99 +++++++--------
 .../cluster/log/snapshot/PullSnapshotTask.java     |  19 ++-
 .../apache/iotdb/cluster/query/ClusterPlanner.java |   7 -
 .../query/dataset/ClusterAlignByDeviceDataSet.java |   1 -
 .../cluster/query/manage/QueryCoordinator.java     |  71 ++++++-----
 .../apache/iotdb/cluster/server/ClientServer.java  |   2 +-
 .../org/apache/iotdb/cluster/server/Timer.java     |  16 ++-
 .../handlers/caller/AppendNodeEntryHandler.java    |   5 +-
 .../cluster/server/member/DataGroupMember.java     |  31 ++---
 .../cluster/server/member/MetaGroupMember.java     |  35 +++--
 .../iotdb/cluster/server/member/RaftMember.java    | 141 +++++++--------------
 .../apache/iotdb/cluster/utils/ClusterUtils.java   |   5 -
 .../iotdb/cluster/utils/nodetool/NodeTool.java     |  13 +-
 .../cluster/client/sync/SyncClientAdaptorTest.java |  25 ++--
 .../cluster/log/catchup/LogCatchUpTaskTest.java    |  45 +++----
 .../iotdb/cluster/query/ClusterPlannerTest.java    |   2 +-
 .../org/apache/iotdb/db/engine/StorageEngine.java  |  53 ++++----
 .../engine/storagegroup/StorageGroupProcessor.java |  53 ++++----
 .../db/query/dataset/ShowTimeseriesDataSet.java    |   5 -
 .../apache/iotdb/session/SessionConnection.java    |   9 +-
 28 files changed, 342 insertions(+), 444 deletions(-)

Reply via email to