maedhroz commented on code in PR #3526:
URL: https://github.com/apache/cassandra/pull/3526#discussion_r1752667387
##########
src/java/org/apache/cassandra/service/StorageServiceMBean.java:
##########
@@ -868,4 +868,22 @@ public StageConcurrency(int corePoolSize, int
maximumPoolSize)
public Long getRepairRpcTimeout();
public void setRepairRpcTimeout(Long timeoutInMillis);
+
+ /**
+ * Toggles to turn on the logging or rejection of operations for token
ranges that the node does not own,
+ * or is not about to acquire.
+ */
+ public boolean isOutOfTokenRangeRequestLoggingEnabled();
+ public void setOutOfTokenRangeRequestLoggingEnabled(boolean enabled);
+
+ public boolean isOutOfTokenRangeRequestRejectionEnabled();
+ public void setOutOfTokenRangeRequestRejectionEnabled(boolean enabled);
Review Comment:
TODO: `public` isn't necessary here
--
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]