himanshujindal commented on code in PR #4304:
URL: https://github.com/apache/cassandra/pull/4304#discussion_r2301719313
##########
src/java/org/apache/cassandra/config/DatabaseDescriptor.java:
##########
@@ -5940,6 +5940,16 @@ public static void
setIncrementalRepairDiskHeadroomRejectRatio(double value)
conf.incremental_repair_disk_headroom_reject_ratio = value;
}
+ public static boolean getMixedMajorVersionRepairEnabled()
+ {
+ return conf.auto_repair.mixed_major_version_repair_enabled;
+ }
+
+ public static void setMixedMajorVersionRepairEnabled(boolean
mixed_major_version_repair_enabled)
+ {
+ conf.auto_repair.mixed_major_version_repair_enabled =
mixed_major_version_repair_enabled;
+ }
+
Review Comment:
Thanks for pointing me to to that tool. Updated that tool to read this
config as well.
--
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]