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

Fix crash problem when create space in multiple replica meta env #821

Merged
merged 1 commit into from
Aug 21, 2019

Conversation

critical27
Copy link
Contributor

For now, since we support multiple replica of meta server, we may fail when write into kvstore with error code E_LEADER_CHANGED. Instead of crash, we check and return corresponding error code.

close #817

@critical27 critical27 added the ready-for-testing PR: ready for the CI test label Aug 21, 2019
Copy link
Contributor

@yixinglu yixinglu left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@nebula-community-bot
Copy link
Member

Unit testing passed.

Copy link
Contributor

@dangleptr dangleptr left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Well done

@dangleptr dangleptr merged commit e1f566e into vesoft-inc:master Aug 21, 2019
@critical27 critical27 deleted the fix-crash branch August 21, 2019 10:14
tong-hao pushed a commit to tong-hao/nebula that referenced this pull request Jun 1, 2021
liwenhui-soul pushed a commit to liwenhui-soul/nebula that referenced this pull request May 10, 2022
Co-authored-by: jie.wang <38901892+jievince@users.noreply.github.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
ready-for-testing PR: ready for the CI test
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Metad crash when create 1 replica space
4 participants