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

[logsearch] Fix vacuuming to keep tables in sync #1279

Merged
merged 1 commit into from
Sep 8, 2022

Conversation

donatello
Copy link
Member

  • Ensure that child tables of each parent table corresponding to the same time period are deleted together.

  • Ensure that child tables corresponding the current time period are never deleted due to disk space.

  • Print a log when disk space cannot be recovered (i.e. when current tables are too large) indicating to increase available storage capacity.

@donatello donatello changed the title [logsearch] Fix vacuuming to tables in sync [logsearch] Fix vacuuming to keep tables in sync Sep 7, 2022
@donatello donatello force-pushed the vacuumer branch 2 times, most recently from 4cb2dfc to b5aa208 Compare September 8, 2022 18:58
- Ensure that child tables of each parent table corresponding to the
same time period are deleted together.

- Ensure that child tables corresponding the current time period are
never deleted due to disk space.

- Print a log when disk space cannot be recovered (i.e. when current tables
are too large) indicating to increase available storage capacity.
@donatello
Copy link
Member Author

PTAL @krisis

@donatello donatello merged commit 4e4b213 into minio:master Sep 8, 2022
@donatello donatello deleted the vacuumer branch September 8, 2022 22:07
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants