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 28f99b0  Merge pull request #1277 from Ring-k/cluster_new
     add 8869e60  fix sonar issues
     add baf7ac5  Merge branch 'cluster_new' of 
https://github.com/apache/incubator-iotdb into cluster_new

No new revisions were added by this update.

Summary of changes:
 .../cluster/client/sync/SyncClientAdaptor.java     |  13 ++
 .../cluster/query/ClusterPhysicalGenerator.java    |   1 -
 .../iotdb/cluster/query/ClusterPlanRouter.java     |  53 +++---
 .../iotdb/cluster/query/reader/DataSourceInfo.java |  40 +++++
 .../iotdb/cluster/query/reader/EmptyReader.java    |  15 +-
 .../reader/RemoteSeriesReaderByTimestamp.java      |  29 ++--
 .../query/reader/RemoteSimpleSeriesReader.java     |  35 ++--
 .../handlers/caller/AppendGroupEntryHandler.java   |   1 -
 .../caller/GetChildNodeNextLevelPathHandler.java   |   2 +-
 .../caller/GetTimeseriesSchemaHandler.java         |   2 -
 .../server/handlers/caller/LogCatchUpHandler.java  |  10 +-
 .../handlers/caller/LogCatchUpInBatchHandler.java  |  11 +-
 .../server/handlers/caller/NodeStatusHandler.java  |   3 -
 .../handlers/caller/PreviousFillHandler.java       |  10 +-
 .../server/heartbeat/DataHeartbeatThread.java      |   3 -
 .../cluster/server/heartbeat/HeartbeatThread.java  |   1 +
 .../server/heartbeat/MetaHeartbeatThread.java      |  14 +-
 .../cluster/server/member/DataGroupMember.java     | 182 ++++++++++++---------
 18 files changed, 232 insertions(+), 193 deletions(-)

Reply via email to