beobal commented on code in PR #3426:
URL: https://github.com/apache/cassandra/pull/3426#discussion_r1701471218
##########
src/java/org/apache/cassandra/tcm/serialization/Version.java:
##########
@@ -37,6 +37,7 @@ public enum Version
* - Added version to PlacementForRange serializer
* - Serialize MemtableParams when serializing TableParams
* - Added AccordFastPath
+ * - Added StaleReplicas
Review Comment:
Just a note: if there are any non-transient deployments out there, adding
elements without actually bumping the version is likely to break them. Of
course, this is not a released version yet so there isn't any guarantee that we
won't do that but we will need to bump it prior to merging to trunk.
--
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]