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


##########
doc/modules/cassandra/pages/managing/operating/auto_repair.adoc:
##########
@@ -219,6 +219,10 @@ in nodetool repair. General advice is to keep this true.
 | repair_retry_backoff | 30s | Backoff time before retrying a repair session.
 | repair_task_min_duration | 5s | Minimum duration for the execution of a 
single repair task. This prevents the
 scheduler from overwhelming the node by scheduling too many repair tasks in a 
short period of time.
+| mixed_major_version_repair_enabled | false | Enable/Disable running repairs 
on the cluster when there are mixed
+major versions detected, which usually occurs when the cluster is being 
upgraded. Repairs between nodes of
+different major versions is not something that is tested, so this may lead to 
data compatibility issues.
+It is strongly discouraged to set this to true without doing extensive testing 
beforehand.

Review Comment:
   Just realized, since this is not a repair-type level setting, it should be 
moved up to 'Top level settings' right?



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