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

Topic recovery download with capped size. Download not more than retention.policy #6797

Merged
merged 2 commits into from
Oct 19, 2022

Commits on Oct 18, 2022

  1. cloud_storage: download log with size not more than retention.policy

    Initially Shadow Indexing downloaded segments more or equal to
    retention.policy
    But in Disk log implementation, GC removes segments until total size
    will be less or equal to retention.policy
    So downloading segments to size more than retention.policy is
    unnecessary because they will be deleted by GC
    This change makes CI to download less to retention.policy
    ZeDRoman committed Oct 18, 2022
    Configuration menu
    Copy the full SHA
    fe5deb1 View commit details
    Browse the repository at this point in the history
  2. ducktape: fix for SI test_size_based_retention tests

    Now tests checks that SI recover not more than retention.policy size
    ZeDRoman committed Oct 18, 2022
    Configuration menu
    Copy the full SHA
    d3728b8 View commit details
    Browse the repository at this point in the history