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 02:02:48 UTC

[iotdb] branch datanode_consensus_init updated (ff0e0ef10a -> 8030979fe8)

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


 discard ff0e0ef10a fix IConsensusFactory name && add some comments for ConsensusImpl
     add 8030979fe8 fix IConsensusFactory name && add some comments for ConsensusImpl

This update added new revisions after undoing existing revisions.
That is to say, some revisions that were in the old version of the
branch are not in the new version.  This situation occurs
when a user --force pushes a change and generates a repository
containing something like this:

 * -- * -- B -- O -- O -- O   (ff0e0ef10a)
            \
             N -- N -- N   refs/heads/datanode_consensus_init (8030979fe8)

You should already have received notification emails for all of the O
revisions, and so the following emails describe only the N revisions
from the common base, B.

Any revisions marked "omit" are not gone; other references still
refer to them.  Any revisions marked "discard" are gone forever.

No new revisions were added by this update.

Summary of changes:
 .../java/org/apache/iotdb/confignode/manager/ConsensusManager.java   | 2 +-
 .../java/org/apache/iotdb/consensus/ratis/RatisConsensusTest.java    | 5 ++---
 .../apache/iotdb/consensus/standalone/StandAloneConsensusTest.java   | 2 +-
 .../main/java/org/apache/iotdb/db/consensus/ConsensusExample.java    | 5 ++---
 server/src/main/java/org/apache/iotdb/db/engine/StorageEngine.java   | 1 -
 5 files changed, 6 insertions(+), 9 deletions(-)