This is an automated email from the ASF dual-hosted git repository.
tanxinyu pushed a change to branch consensus_module_refactor
in repository https://gitbox.apache.org/repos/asf/iotdb.git
from 83e6c772397 fix code smells
add 80b20b59b5c Enhance some API comments
No new revisions were added by this update.
Summary of changes:
.../org/apache/iotdb/consensus/IConsensus.java | 30 ++++++++++++++-------
.../iotdb/consensus/common/ConsensusGroup.java | 1 -
.../org/apache/iotdb/consensus/common/Peer.java | 1 -
.../org/apache/iotdb/consensus/common/Utils.java | 13 +++++----
.../common/request/ByteBufferConsensusRequest.java | 12 ++++-----
.../iotdb/consensus/config/ConsensusConfig.java | 18 ++++++-------
.../consensus/exception/NodeReadOnlyException.java | 31 ----------------------
.../apache/iotdb/consensus/iot/IoTConsensus.java | 12 ++++-----
.../iotdb/consensus/ratis/RatisConsensus.java | 5 ++--
9 files changed, 51 insertions(+), 72 deletions(-)
delete mode 100644
iotdb-core/consensus/src/main/java/org/apache/iotdb/consensus/exception/NodeReadOnlyException.java