box: stop relays when instance is deleted from the cluster
When an instance is deleted from the cluster, we need to stop its relays, otherwise it will continue sending asynchronous transactions applied on it to the remaining cluster members. Closes #10266 NO_DOC=<bugfix>
Showing
- changelogs/unreleased/gh-10266-async-tx-from-deleted-replica-arrive-on-remaining-cluster.md 4 additions, 0 deletions...nc-tx-from-deleted-replica-arrive-on-remaining-cluster.md
- src/box/alter.cc 3 additions, 0 deletionssrc/box/alter.cc
- src/box/relay.cc 13 additions, 0 deletionssrc/box/relay.cc
- src/box/relay.h 6 additions, 0 deletionssrc/box/relay.h
- test/replication-luatest/gh_10266_async_tx_from_deleted_replica_arrive_on_remaining_cluster_test.lua 58 additions, 0 deletions...from_deleted_replica_arrive_on_remaining_cluster_test.lua
Loading
Please register or sign in to comment