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 2022/05/15 15:07:44 UTC

[iotdb] branch master updated (0a8feecdb9 -> 9b2a97819e)

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

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


    from 0a8feecdb9 [IOTDB-3186] Support DeleteStorageGroups API for new cluster (#5912)
     add 9b2a97819e [IOTDB-3167] Add_wait_leader_ready for RatisConsensus and tune params (#5904)

No new revisions were added by this update.

Summary of changes:
 confignode/src/assembly/resources/conf/logback.xml |  2 +-
 .../iotdb/confignode/manager/ConsensusManager.java | 19 +++++
 .../thrift/ConfigNodeRPCServiceProcessor.java      |  6 ++
 .../thrift/ConfigNodeRPCServiceProcessorTest.java  |  6 +-
 .../apache/iotdb/consensus/ratis/RatisClient.java  |  6 ++
 .../iotdb/consensus/ratis/RatisConsensus.java      | 91 ++++++++++++++++------
 .../iotdb/consensus/ratis/RatisConsensusTest.java  | 74 ++++++++++--------
 .../commons/client/ClientFactoryProperty.java      |  2 +-
 8 files changed, 145 insertions(+), 61 deletions(-)