[
https://issues.apache.org/jira/browse/CASSGO-52?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=18029225#comment-18029225
]
João Reis commented on CASSGO-52:
---------------------------------
We should add code similar [to this java driver
method|https://github.com/apache/cassandra-java-driver/blob/e2c7ad4d11555eeacce6bd436547b403f83eb24f/core/src/main/java/com/datastax/oss/driver/internal/core/metadata/SchemaAgreementChecker.java#L192-L211]
to gocql
> awaitSchemaAgreement not ignoring unreachable node
> --------------------------------------------------
>
> Key: CASSGO-52
> URL: https://issues.apache.org/jira/browse/CASSGO-52
> Project: Apache Cassandra Go driver
> Issue Type: Bug
> Components: Core
> Reporter: Felipe Pinheiro
> Priority: Normal
> Fix For: 2.x
>
>
> If a node in `system.peers` is unreachable the `Conn.awaitSchemaAgreement`
> function will complain about `gocql: cluster schema versions not consistent:
> [<uuid1> <uuid2>]` instead of ignoring the unreachable node.
> This can happen when a node is replaced but the `system.peers` still shows
> the ghost node in there with a different schema version than the rest of the
> nodes.
> Raised [here,|https://github.com/apache/cassandra-gocql-driver/issues/1736]
> with a PR open
> [here.|https://github.com/apache/cassandra-gocql-driver/pull/1738]
--
This message was sent by Atlassian Jira
(v8.20.10#820010)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]