ekaterinadimitrova2 commented on code in PR #2807: URL: https://github.com/apache/cassandra/pull/2807#discussion_r1375062099
########## src/java/org/apache/cassandra/schema/SchemaPullVerbHandler.java: ########## @@ -32,6 +32,7 @@ * Sends it's current schema state in form of mutations in response to the remote node's request. * Such a request is made when one of the nodes, by means of Gossip, detects schema disagreement in the ring. */ +@Deprecated Review Comment: This will explode on rebase because of [CASSANDRA-18912](https://issues.apache.org/jira/browse/CASSANDRA-18912) We need to add `since` and maybe even a bit more info like why it was deprecated and when it is for removal (if ever) -- 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]

