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

Don't blacklist restored tables #4021

Merged
merged 2 commits into from
Sep 17, 2024
Merged

Don't blacklist restored tables #4021

merged 2 commits into from
Sep 17, 2024

Commits on Sep 17, 2024

  1. fix(restore): don't blacklist not restored tables

    This approach was error-prone and difficult to test
    (e.g. Scylla cluster might have some leftover cdc tables
    from previous releases that are not present in the fresh clusters).
    It also allows for a more unified mechanism of excluding
    raft managed tables (replicated locally) from being restored.
    
    Fixes #3998
    Michal-Leszczynski committed Sep 17, 2024
    Configuration menu
    Copy the full SHA
    7666c9e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    bbd42cc View commit details
    Browse the repository at this point in the history