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

Raft snapshot data inconsistency #3710

Closed
critical27 opened this issue Jan 13, 2022 · 1 comment
Closed

Raft snapshot data inconsistency #3710

critical27 opened this issue Jan 13, 2022 · 1 comment
Assignees
Labels
type/bug Type: something is unexpected
Milestone

Comments

@critical27
Copy link
Contributor

When sending raft snapshot, all data need to use the same rocksdb snapshot, but we use multiple prefix to read data/index... which may lead to data inconsistency. See NebulaSnapshotManager::accessAllRowsInSnapshot.

@critical27 critical27 added the type/bug Type: something is unexpected label Jan 13, 2022
@critical27 critical27 added this to the v3.0.0 milestone Jan 13, 2022
@critical27
Copy link
Contributor Author

Fix it in 3.0 if possible

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
type/bug Type: something is unexpected
Projects
None yet
Development

No branches or pull requests

3 participants