You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@iotdb.apache.org by ca...@apache.org on 2022/11/24 05:10:27 UTC

[iotdb] branch master updated (5c3f4e12fd -> a92b895eea)

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

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


    from 5c3f4e12fd [IOTDB-5032] ConfigNode and DataNode Manual and User doc for cluster V1.0 (#8121)
     add a92b895eea [IOTDB-4830] Fixed some bugs when removing an unknown node (#8068)

No new revisions were added by this update.

Summary of changes:
 .../client/sync/SyncDataNodeClientPool.java        | 14 ++-------
 .../procedure/env/ConfigNodeProcedureEnv.java      | 36 ++++++++++++++++------
 .../procedure/env/DataNodeRemoveHandler.java       | 28 +++++++++++++----
 .../impl/node/RemoveDataNodeProcedure.java         |  2 +-
 .../apache/iotdb/commons/client/ClientManager.java |  2 +-
 .../java/org/apache/iotdb/db/service/DataNode.java |  2 +-
 .../impl/DataNodeInternalRPCServiceImpl.java       |  2 +-
 7 files changed, 54 insertions(+), 32 deletions(-)