tolbertam commented on code in PR #4304:
URL: https://github.com/apache/cassandra/pull/4304#discussion_r2305574220


##########
src/java/org/apache/cassandra/tools/nodetool/SetAutoRepairConfig.java:
##########
@@ -176,6 +176,9 @@ public void execute(NodeProbe probe)
             case "repair_retry_backoff":
                 probe.setAutoRepairRetryBackoff(repairTypeStr, paramVal);
                 break;
+            case "mixed_major_version_repair_enabled":

Review Comment:
   Can we add the output to `getautorepairconfig` as well? Looks like setting 
this works, but would be nice to verify that it works.



-- 
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]

Reply via email to