Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[To region_migration] IoTConsensus Interface idempotence #12206

Closed
wants to merge 14 commits into from

Conversation

BUAAserein
Copy link
Contributor

Description

Split configuration, add resetPeerList and IoTConsensus Interface idempotence for region migration, see feishu-doc for details.

} else if (!impl.isActive()) {
throw new ConsensusException(
"peer is inactive and not ready to receive reset configuration request.");
} else {

This comment was marked as resolved.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

fixed

return tmpConfiguration;
}

public void resetConfiguration(List<Peer> newConfiguration) {

This comment was marked as resolved.

Copy link
Member

@SzyWilliam SzyWilliam left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Bravo

@BUAAserein BUAAserein deleted the idempotence branch April 22, 2024 05:55
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

4 participants