Skip to content

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

Closed
kostja opened this issue Mar 28, 2017 · 2 comments
Closed

vinyl: support force_recovery #2253

kostja opened this issue Mar 28, 2017 · 2 comments
Assignees
Labels
feature A new functionality
Milestone

Comments

@kostja
Copy link
Contributor

kostja commented Mar 28, 2017

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.

@kostja kostja added this to the 1.7.5 milestone Mar 28, 2017
@kostja
Copy link
Contributor Author

kostja commented Apr 17, 2017

gh-2156 was marked a duplicate of this issue.

@kostja kostja added feature A new functionality prio1 labels Apr 17, 2017
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 pushed a commit that referenced this issue Aug 1, 2017
Re-create .index files in case of vy_run_recover error().
Old file will be deleted and a new index file will be created.

Closes #2253
Closes #2395
rtsisyk added a commit that referenced this issue Aug 1, 2017
cfg_XXX() methods must not be used outside vy_conf.

Follow up #2253
@rtsisyk
Copy link
Contributor

rtsisyk commented Aug 1, 2017

1.7.4-368-g064320516

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature A new functionality
Projects
None yet
Development

No branches or pull requests

3 participants