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: More improvements for rebalancing/compacting when disks are nearly full #22235

Merged
merged 3 commits into from
Feb 5, 2018

Commits on Feb 5, 2018

  1. storage: Reject snapshots too large to fit on a store

    I'm not sure whether we should also do this for raft snapshots -- is
    it better for a node to run out of disk or get stuck in a behind state
    that causes other nodes to keep trying to send it snapshots?
    
    Release note: None
    a-robinson committed Feb 5, 2018
    Configuration menu
    Copy the full SHA
    22038f9 View commit details
    Browse the repository at this point in the history
  2. compactor: Run compactions more aggressively when low on disk space

    Touches cockroachdb#21400
    
    Release note: Free up disk space more aggressively when the disk is
    closer to full.
    a-robinson committed Feb 5, 2018
    Configuration menu
    Copy the full SHA
    7531347 View commit details
    Browse the repository at this point in the history
  3. compactor: Gossip store capacity after each compaction run

    This helps all nodes' allocators have more up-to-date capacity
    information sooner after a significant change.
    
    Touches cockroachdb#21400
    
    Release note: None
    a-robinson committed Feb 5, 2018
    Configuration menu
    Copy the full SHA
    73d9a03 View commit details
    Browse the repository at this point in the history