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 2022/01/18 11:24:35 UTC

[iotdb] branch client_manager_add_close updated (bab2c5c -> 2589ff4)

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

jiangtian pushed a change to branch client_manager_add_close
in repository https://gitbox.apache.org/repos/asf/iotdb.git.


    from bab2c5c  fix deletion writing order
     add 2589ff4  fix changed interfaces

No new revisions were added by this update.

Summary of changes:
 .../cluster/client/sync/SyncClientAdaptor.java     |  16 +--
 .../iotdb/cluster/query/ClusterPlanExecutor.java   | 118 +++++++++++----------
 .../iotdb/cluster/query/LocalQueryExecutor.java    |  16 +--
 .../query/last/ClusterLastQueryExecutor.java       |   8 +-
 .../cluster/server/service/DataAsyncService.java   |  15 ++-
 .../server/service/DataGroupServiceImpls.java      |  28 +++--
 .../cluster/server/service/DataSyncService.java    |  19 ++--
 .../cluster/client/sync/SyncClientAdaptorTest.java |   5 +-
 .../db/qp/physical/sys/ShowTimeSeriesPlan.java     |   1 +
 thrift-cluster/src/main/thrift/cluster.thrift      |   8 +-
 10 files changed, 141 insertions(+), 93 deletions(-)