-
Notifications
You must be signed in to change notification settings - Fork 319
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
Fix the bug because of enqueueing an unchecked commit task #278
Comments
TheR1sing3un
added a commit
to TheR1sing3un/dledger
that referenced
this issue
Mar 9, 2023
1. fix the bug because of enqueueing an unchecked commit task Closes openmessaging#278
TheR1sing3un
added a commit
to TheR1sing3un/dledger
that referenced
this issue
Mar 10, 2023
1. remove some high frequency log Closes openmessaging#278
TheR1sing3un
added a commit
to TheR1sing3un/dledger
that referenced
this issue
Mar 10, 2023
1. fix commit without check Closes openmessaging#278
RongtongJin
pushed a commit
that referenced
this issue
Mar 10, 2023
1. fix commit without check Closes #278
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
case:
n1(leader) : | 0| 1| 2| 3| 4|
n2(follower): | 0| 1| 2| 3| 4|
n3(follower): | 0|
now logs in n3 like that:
n3(follower): | 0| 1|
The text was updated successfully, but these errors were encountered: