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

storage: suggest compaction when replicas are deleted #21178

Commits on Jan 4, 2018

  1. storage: suggest compaction when replicas are deleted

    In aggregate, if enough contiguous replicas are migrated away from a
    range, we would like to compact the underlying RocksDB storage engine.
    To that end, on clear a replica's data, we suggest a compaction.
    
    Fixed various bugs with the compactor queue - in particular, the call
    in the main processing loop to stop the timer was misplaced and caused
    the timer to be permanently disabled. Also, fixed an indexing error
    in log messages and updated comments.
    
    Release note: None
    spencerkimball committed Jan 4, 2018
    Configuration menu
    Copy the full SHA
    25744b2 View commit details
    Browse the repository at this point in the history