You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The forceRepairRangeAsync and forceRepairAsync methods have been deprecated for a long time now in the Cassandra codebase.
We need to switch to repairAsync(String keyspace, Map<String, String> options) which is the replacement for all of them, in order to have a reliable and simpler way to trigger repair on various Cassandra versions.
This will help us reduce the various checks we make to determine which repair method should be used and remove a few LoC from the JmxProxy.
The text was updated successfully, but these errors were encountered:
The forceRepairRangeAsync and forceRepairAsync methods have been deprecated for a long time now in the Cassandra codebase.
We need to switch to repairAsync(String keyspace, Map<String, String> options) which is the replacement for all of them, in order to have a reliable and simpler way to trigger repair on various Cassandra versions.
This will help us reduce the various checks we make to determine which repair method should be used and remove a few LoC from the JmxProxy.
The text was updated successfully, but these errors were encountered: