-
Notifications
You must be signed in to change notification settings - Fork 8.9k
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
[Backport] #2936 to release-2.2 #2953
[Backport] #2936 to release-2.2 #2953
Conversation
I don't understand why you need to cherry pick that. Doesn't the below git patch solve the problem?
|
All right, try the solution below. I would just prefer to make backports as small as possible :-)
|
@yacovm oh, ok, I didn't know I could do a different implementation, from my point of view it would be hard to track and compare with the master branch. |
We never look back, only forward. Unless there is a bug and then we look back. |
f0b6ab9
to
a9ac02a
Compare
…of chains. This can happen when in Raft protocol a channel was created, but not marked as done in WAL logs, so at orderer startup it will try to rerun creation tx and panic because the channel already exists. Signed-off-by: Vladyslav Kopaihorodskyi <[email protected]>
a9ac02a
to
9f56661
Compare
@yacovm I think it's ready to be reviewed. |
Signed-off-by: Vladyslav Kopaihorodskyi <[email protected]>
Backport of #2936