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

Make metabase.ContainerSize actually read-only #1975

Merged
merged 3 commits into from
Oct 26, 2022

Commits on Oct 26, 2022

  1. [nspcc-dev#1944] metabase: Recreate static buckets instead of resetting

    From the `Bucket.ForEach` doc:
    ```
    The provided function must not modify the bucket; this will result in undefined behavior.
    ```
    
    Signed-off-by: Evgenii Stratonikov <evgeniy@morphbits.ru>
    fyrchik committed Oct 26, 2022
    Configuration menu
    Copy the full SHA
    3a4abc4 View commit details
    Browse the repository at this point in the history
  2. [nspcc-dev#1944] metabase: Assume static buckets are created on Init

    Signed-off-by: Evgenii Stratonikov <evgeniy@morphbits.ru>
    fyrchik committed Oct 26, 2022
    Configuration menu
    Copy the full SHA
    ec9b58c View commit details
    Browse the repository at this point in the history
  3. [nspcc-dev#1974] shard: Do not panic in degraded mode

    Signed-off-by: Evgenii Stratonikov <evgeniy@morphbits.ru>
    fyrchik committed Oct 26, 2022
    Configuration menu
    Copy the full SHA
    72c66f2 View commit details
    Browse the repository at this point in the history