You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@iotdb.apache.org by ta...@apache.org on 2021/11/08 07:55:06 UTC

[iotdb] branch cluster- updated (25571b8 -> 3040424)

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

tanxinyu pushed a change to branch cluster-
in repository https://gitbox.apache.org/repos/asf/iotdb.git.


    from 25571b8  fix code smell 2
     add 3040424  fix code smell 2

No new revisions were added by this update.

Summary of changes:
 .../cluster/client/async/AsyncDataClient.java      |  8 +--
 .../cluster/client/async/AsyncMetaClient.java      |  7 +--
 .../iotdb/cluster/query/ClusterPlanExecutor.java   | 65 ++++++++++++----------
 .../cluster/query/fill/ClusterPreviousFill.java    |  8 +--
 .../cluster/query/reader/ClusterReaderFactory.java |  8 +--
 .../query/reader/mult/MultDataSourceInfo.java      |  4 --
 .../iotdb/cluster/server/ClusterTSServiceImpl.java | 64 ++++++++++-----------
 .../cluster/server/member/MetaGroupMember.java     | 47 ++++++++--------
 .../cluster/server/raft/AbstractRaftService.java   |  1 +
 .../mult/AssignPathManagedMergeReaderTest.java     |  2 +-
 .../reader/mult/RemoteMultSeriesReaderTest.java    |  4 +-
 .../cluster/server/member/DataGroupMemberTest.java | 10 +++-
 .../WrappedScheduledExecutorService.java           |  1 +
 .../db/service/thrift/ThriftServiceThread.java     | 16 +-----
 14 files changed, 118 insertions(+), 127 deletions(-)