Details
-
Bug
-
Status: Open
-
Normal
-
Resolution: Unresolved
-
None
-
Correctness - Consistency
-
Normal
-
Normal
-
User Report
-
All
-
None
Description
If a node is removed and then a node with the same address is added, it is ignored by migration coordinator - that is, when that node fails to push the schema change, the other nodes will not be able pull it later during periodic update.
Such situation will last until the other nodes gets restarted.
This is caused by permanently adding the address of the node being removed to the ignore list in migration coordinator.
Attachments
Issue Links
- Discovered while testing
-
CASSANDRA-17819 Test failure: org.apache.cassandra.distributed.test.SchemaTest.schemaReset
- Resolved