maedhroz commented on code in PR #2660:
URL: https://github.com/apache/cassandra/pull/2660#discussion_r1319384387
##########
src/java/org/apache/cassandra/repair/messages/RepairMessage.java:
##########
@@ -42,7 +51,12 @@
*/
public abstract class RepairMessage
{
+ private enum ErrorHandling { NONE, TIMEOUT, RETRY }
private static final CassandraVersion SUPPORTS_TIMEOUTS = new
CassandraVersion("4.0.7-SNAPSHOT");
+ private static final CassandraVersion SUPPORTS_RETRY = new
CassandraVersion("5.1.0-SNAPSHOT");
Review Comment:
nit: Note to set to 5.0.0 if we port this to 5.0?
--
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]