isaacreath opened a new pull request, #3004: URL: https://github.com/apache/cassandra/pull/3004
Per the conversation in CASSANDRA-18999, this PR removes `Gossiper#hasMajorVersion3Nodes` for Cassandra 5.0 as we do not support upgrades from 3.x -> 5.0. This PR also removes all references to `Gossiper#hasMajorVersion3Nodes` and cleans up any additional dead code that this creates (mostly that in `EndpointState`). -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]

