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 03:32:11 UTC

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

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 9d8f695  remove useless code
     add 25571b8  fix code smell 2

No new revisions were added by this update.

Summary of changes:
 .../org/apache/iotdb/cluster/ClusterIoTDB.java     |  10 +-
 .../apache/iotdb/cluster/client/ClientManager.java |  10 +-
 .../cluster/client/async/AsyncDataClient.java      |  10 +-
 .../apache/iotdb/cluster/metadata/CMManager.java   |  57 ++---
 .../iotdb/cluster/query/ClusterPlanExecutor.java   | 229 ++++++++++++---------
 .../cluster/query/fill/ClusterPreviousFill.java    |   8 +-
 .../query/groupby/RemoteGroupByExecutor.java       |  14 +-
 .../cluster/query/reader/ClusterReaderFactory.java |  17 +-
 .../iotdb/cluster/query/reader/DataSourceInfo.java |   4 -
 .../cluster/server/heartbeat/HeartbeatThread.java  |   2 +-
 .../cluster/query/reader/DatasourceInfoTest.java   |   2 +-
 .../reader/RemoteSeriesReaderByTimestampTest.java  |   4 +-
 .../query/reader/RemoteSimpleSeriesReaderTest.java |   4 +-
 13 files changed, 192 insertions(+), 179 deletions(-)