Mmuzaf commented on PR #4263: URL: https://github.com/apache/cassandra/pull/4263#issuecomment-3097993908
There is a problem with the following method: `void setReadConsistencyLevelsDisallowed(Set<String> consistencyLevels)` The following doesn't work, however I think it should: `"setguardrailsconfig", "read_consistency_levels_disallowed", "ANY", "ONE"` The problem with the `validateArguments` method which expects a single agrument for this method, however, we can actually pass multiple arguments to the method with a `Set` as the input. Need a fix, and add a corresponding test case. -- 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]

