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

FAB-2931: do not create a chain if it's already created (backport #2934) #2936

Merged
merged 1 commit into from
Sep 21, 2021

Commits on Sep 20, 2021

  1. Do not create new chain of type etcdraft.Chain if such exists in map …

    …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 <vlad.kopaygorodsky@gmail.com>
    (cherry picked from commit aa8d06b)
    kopaygorodsky authored and mergify-bot committed Sep 20, 2021
    Configuration menu
    Copy the full SHA
    c32c532 View commit details
    Browse the repository at this point in the history