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/04/06 01:59:02 UTC

[iotdb] branch datanode_consensus_init updated (513b62af37 -> ff0e0ef10a)

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

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


    from 513b62af37 finish
     add ff0e0ef10a fix IConsensusFactory name && add some comments for ConsensusImpl

No new revisions were added by this update.

Summary of changes:
 .../apache/iotdb/confignode/manager/ConsensusManager.java    |  6 +++---
 consensus/README.md                                          |  8 ++++----
 .../{IConsensusFactory.java => ConsensusFactory.java}        |  4 ++--
 .../org/apache/iotdb/consensus/ratis/RatisConsensusTest.java |  6 +++---
 .../iotdb/consensus/standalone/StandAloneConsensusTest.java  |  6 +++---
 .../java/org/apache/iotdb/db/consensus/ConsensusExample.java |  6 +++---
 .../java/org/apache/iotdb/db/consensus/ConsensusImpl.java    | 12 ++++++++----
 .../main/java/org/apache/iotdb/db/engine/StorageEngine.java  |  1 +
 8 files changed, 27 insertions(+), 22 deletions(-)
 rename consensus/src/main/java/org/apache/iotdb/consensus/{IConsensusFactory.java => ConsensusFactory.java} (94%)