skoppu22 commented on code in PR #152:
URL: https://github.com/apache/cassandra-sidecar/pull/152#discussion_r1880460611
##########
adapters/base/src/main/java/org/apache/cassandra/sidecar/adapters/base/StorageJmxOperations.java:
##########
@@ -159,4 +159,10 @@ public interface StorageJmxOperations
* @throws InterruptedException it does not really throw but declared in
MBean
*/
int forceKeyspaceCleanup(int jobs, String keyspaceName, String... tables)
throws IOException, ExecutionException, InterruptedException;
+
+ /**
+ * Invokes C* StorageServiceMBean's JMX function
getSSTablePreemptiveOpenIntervalInMB
+ * @return the same value returned by the JMX operation
+ */
+ int getSSTablePreemptiveOpenIntervalInMB();
Review Comment:
This is the only place we use 'inMB', this should exactly match C* JMX
function name
--
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]