-
Notifications
You must be signed in to change notification settings - Fork 1.2k
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
如何获取当前节点的最大日志序号、已提交日志序号 #879
Comments
这些信息在 |
killme2008
added a commit
that referenced
this issue
Sep 17, 2022
* feat: add methods to Node for getting last log,last committed log and last applied log index #879 * fix: typo and comment
前两天比较忙,准备闲了回家做(用公司电脑怕有版权问题),今天看到你们都已经做完了,非常感谢~~ |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Your question
如何获取当前节点的最大日志序号、已提交日志序号,已应用到状态机的日志序号。
如何在当前节点上获取其他节点的最大日志序号、已提交日志序号,已应用到状态机的日志序号。
Your scenes
Describe your use scenes (why need this feature)
Your advice
Describe the advice or solution you'd like
Environment
java -version
):uname -a
):The text was updated successfully, but these errors were encountered: