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 background rebalance when reference table has no PK #6682

Merged
merged 1 commit into from
Jan 31, 2023

Commits on Jan 31, 2023

  1. Fix background rebalance when reference table has no PK

    For the background rebalance we would always fail if a reference table
    that was not replicated to all nodes would not have a PK (or replica
    identity). Even when we used force_logical or block_writes as the shard
    transfer mode. This fixes that and adds some regression tests.
    
    Fixes #6680
    JelteF committed Jan 31, 2023
    Configuration menu
    Copy the full SHA
    ba46b9b View commit details
    Browse the repository at this point in the history