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

Cluster replicas attempt outgoing migrations #3964

Open
andydunstall opened this issue Oct 23, 2024 · 0 comments · May be fixed by #3985
Open

Cluster replicas attempt outgoing migrations #3964

andydunstall opened this issue Oct 23, 2024 · 0 comments · May be fixed by #3985
Assignees
Labels
bug Something isn't working

Comments

@andydunstall
Copy link
Contributor

andydunstall commented Oct 23, 2024

Say you have two shards

Shard A has a master (A1) and replica (A2), and owns slots 0-6000
Shard B has a master (B1) and a replica (B2), and owns slots 6001-16000

If you start a migration with source=shard A, target = B1, then propagate the cluster config to all shards

Both A1 (master) and A2 (replica) will attempt to start an outgoing migration? Though it should only be the master A1

@andydunstall andydunstall added the bug Something isn't working label Oct 23, 2024
@BorysTheDev BorysTheDev self-assigned this Oct 23, 2024
@BorysTheDev BorysTheDev linked a pull request Oct 24, 2024 that will close this issue
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants