nvharikrishna opened a new pull request, #4950:
URL: https://github.com/apache/cassandra/pull/4950

   Adds the minimum_cms_size_fail_threshold guardrail that fails an 
operator-requested CMS reconfiguration (nodetool cms reconfigure / JMX) when 
the resulting CMS size (aggregate replication factor across DCs) would fall 
below the threshold.
   
   - Config-driven, default -1 (disabled); valid values are -1 or >= 3
   - Enforced only on operator-initiated reconfiguration, not the automatic 
reconfiguration on topology changes
   - Skipped for clusters smaller than the threshold
   - Fail-only (no warning threshold)
   
    patch by nvharikrishna; reviewed by <reviewer> for CASSANDRA-19195
   
   
   The [CASSANDRA-19195](https://issues.apache.org/jira/browse/CASSANDRA-19195)
   
   


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