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

fix: prevent retention service creating orphaned shard files #24530

Merged
merged 5 commits into from
Jan 4, 2024

Commits on Dec 21, 2023

  1. fix: prevent retention service creating orphaned shard files

    Under certain circumstances, the retention service can fail to delete shards from
    the store in a timely manner. When the shard groups are pruned based on age, this
    leaves orphaned shard files on the disk. The retention service will then not attempt
    to remove the obsolete shard files because the meta store does not know about them.
    This can cause excessive disk space usage for some users.
    
    This corrects that by requiring shards files be deleted before they can be removed
    from the meta store.
    
    fixes: #24529
    gwossum committed Dec 21, 2023
    Configuration menu
    Copy the full SHA
    c786359 View commit details
    Browse the repository at this point in the history
  2. fix: prevent retention service creating orphaned shard files

    Under certain circumstances, the retention service can fail to delete shards from
    the store in a timely manner. When the shard groups are pruned based on age, this
    leaves orphaned shard files on the disk. The retention service will then not attempt
    to remove the obsolete shard files because the meta store does not know about them.
    This can cause excessive disk space usage for some users.
    
    This corrects that by requiring shards files be deleted before they can be removed
    from the meta store.
    
    fixes: #24529
    gwossum committed Dec 21, 2023
    Configuration menu
    Copy the full SHA
    299a577 View commit details
    Browse the repository at this point in the history

Commits on Jan 2, 2024

  1. Configuration menu
    Copy the full SHA
    a51e238 View commit details
    Browse the repository at this point in the history
  2. fix: fix compilation error

    gwossum committed Jan 2, 2024
    Configuration menu
    Copy the full SHA
    8b587dc View commit details
    Browse the repository at this point in the history

Commits on Jan 3, 2024

  1. Configuration menu
    Copy the full SHA
    60b4d91 View commit details
    Browse the repository at this point in the history