-
Notifications
You must be signed in to change notification settings - Fork 388
vinyl: support force_recovery #2253
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
Comments
gh-2156 was marked a duplicate of this issue. |
GeorgyKirichenko
added a commit
that referenced
this issue
Apr 25, 2017
Report xlog tx in file position and xrow in xlog tx positions. See #2253
GeorgyKirichenko
added a commit
that referenced
this issue
Apr 25, 2017
vy_run.c contains code for run reading and writing. See #2253
GeorgyKirichenko
added a commit
that referenced
this issue
Apr 25, 2017
If force recovery is enabled non existent run index can be rebuild from run data file. See #2253 Note: bloom filter is not rebuilded yet. Note: recovery not supported if data file is corrupted. Note: run index file can not be overwriten while reocvery.
GeorgyKirichenko
added a commit
that referenced
this issue
Jun 19, 2017
Rebuild vy_run index error in case of vy_run_recover error. Old index file will be deleted and a new index file will be created. Issue #2253
GeorgyKirichenko
added a commit
that referenced
this issue
Jun 20, 2017
Rebuild vy_run index error in case of vy_run_recover error. Old index file will be deleted and a new index file will be created. Issue #2253
GeorgyKirichenko
added a commit
that referenced
this issue
Jul 7, 2017
Rebuild vy_run index error in case of vy_run_recover error. Old index file will be deleted and a new index file will be created. Issue #2253
GeorgyKirichenko
added a commit
that referenced
this issue
Jul 24, 2017
Rebuild vy_run index error in case of vy_run_recover error. Old index file will be deleted and a new index file will be created. Issue #2253
GeorgyKirichenko
added a commit
that referenced
this issue
Jul 31, 2017
Rebuild vy_run index error in case of vy_run_recover error. Old index file will be deleted and a new index file will be created. Issue #2253
rtsisyk
added a commit
that referenced
this issue
Aug 1, 2017
cfg_XXX() methods must not be used outside vy_conf. Follow up #2253
1.7.4-368-g064320516 |
This was referenced Aug 22, 2017
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Support force_recovery=true mode in vinyl.
In this mode vinyl should a) check and rebuild missing index pages during initial recovery b) skip unreadable pages during compaction.
The text was updated successfully, but these errors were encountered: