-
Notifications
You must be signed in to change notification settings - Fork 459
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[logsearch] Fix vacuuming to keep tables in sync
- 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.
- Loading branch information
Showing
2 changed files
with
124 additions
and
50 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters