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

cloud_storage: use larger cache for scale test #5915

Merged
merged 1 commit into from
Aug 10, 2022

Commits on Aug 9, 2022

  1. cloud_storage: use larger cache for scale test

    The cloud storage cache used to be cleared in regular intervals. This
    allowed the test to actually grow the cache to larger than limit in
    short bursts between cleanup, and pass because the consumers could
    progress.
    
    With the new more strict/realtime cache eviction, this does not happen
    and the test fails for multiple reasons. This change allows the cache
    size to be a multiple of segment size so that there is not a continuous
    cycle of hydrate current segment -> read from segment -> evict old
    segment in the code.
    abhijat committed Aug 9, 2022
    Configuration menu
    Copy the full SHA
    84ea1ac View commit details
    Browse the repository at this point in the history