We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
最近分析dledger,follower出现日志共识点后退,上图2处 究其原因应该是比对中出现term不一致处理方式,下图2.4处,可以获取preLogIndex到该term第一个index数量,采取跳跃后退找到比对匹配点
The text was updated successfully, but these errors were encountered:
No branches or pull requests
最近分析dledger,follower出现日志共识点后退,上图2处
究其原因应该是比对中出现term不一致处理方式,下图2.4处,可以获取preLogIndex到该term第一个index数量,采取跳跃后退找到比对匹配点
The text was updated successfully, but these errors were encountered: