You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Please answer these questions before submitting your issue. Thanks!
What version of Cassandra are you using?
3.11.11
What version of Gocql are you using?
v1.6.0
What version of Go are you using?
1.21.6
What did you do?
Running migrations that use WaitForSchemaAgreement
What did you expect to see?
The migrations to finish successfully
What did you see instead?
gocql: cluster schema versions not consistent: [<uuid1> <uuid2>]
Describe your Cassandra cluster
I have a cluster of 50+ nodes. One of them was replaced a few days ago but the system.peers was left in an inconsistent state, where the replaced node is still showing in there with a different schema_version.
The nodetool status command prints out the "correct" output, where the old node is NOT shown.
The system.peers table shows the old node and all columns are filled with some value, like:
I can work on a fix for it, but I'm not sure what to do to fix it. I know that drivers for Python and Java check the node state when asserting if a node is a valid peer.
Please answer these questions before submitting your issue. Thanks!
What version of Cassandra are you using?
3.11.11
What version of Gocql are you using?
v1.6.0
What version of Go are you using?
1.21.6
What did you do?
Running migrations that use
WaitForSchemaAgreement
What did you expect to see?
The migrations to finish successfully
What did you see instead?
Describe your Cassandra cluster
I have a cluster of 50+ nodes. One of them was replaced a few days ago but the
system.peers
was left in an inconsistent state, where the replaced node is still showing in there with a differentschema_version
.The
nodetool status
command prints out the "correct" output, where the old node is NOT shown.The
system.peers
table shows the old node and all columns are filled with some value, like:The old node is unreachable.
The text was updated successfully, but these errors were encountered: