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 57ede481a84 Pipe: Fix the problem that the receiver constructs
InsertStatement causing the MeasurementShcema to not be correctly set to null
(NPE) (#14831)
add 4bd2f259c50 IoTConsensus and IoTConsensusV2 no longer stores the peer
list locally on the DataNode (#14814)
No new revisions were added by this update.
Summary of changes:
.../org/apache/iotdb/consensus/common/Peer.java | 13 +-
.../apache/iotdb/consensus/iot/IoTConsensus.java | 30 ++-
.../consensus/iot/IoTConsensusServerImpl.java | 226 ++-------------------
.../consensus/iot/logdispatcher/LogDispatcher.java | 9 +-
.../service/IoTConsensusRPCServiceProcessor.java | 2 +-
.../apache/iotdb/consensus/pipe/PipeConsensus.java | 90 ++++----
.../consensus/pipe/PipeConsensusPeerManager.java | 89 +-------
.../consensus/pipe/PipeConsensusServerImpl.java | 33 +--
.../apache/iotdb/consensus/iot/ReplicateTest.java | 63 ++----
.../iotdb/commons/consensus/ConsensusGroupId.java | 7 +-
10 files changed, 132 insertions(+), 430 deletions(-)