aweisberg commented on code in PR #4447:
URL: https://github.com/apache/cassandra/pull/4447#discussion_r2683945849
##########
src/java/org/apache/cassandra/service/StorageProxy.java:
##########
@@ -245,6 +266,7 @@ public class StorageProxy implements StorageProxyMBean
public static final String UNREACHABLE = "UNREACHABLE";
private static final int FAILURE_LOGGING_INTERVAL_SECONDS =
CassandraRelevantProperties.FAILURE_LOGGING_INTERVAL_SECONDS.getInt();
+ private static final boolean disableConsensusRequestForwarding =
DISABLE_CONSENSUS_REQUEST_FORWARDING.getBoolean();
Review Comment:
This should be uppercase with _ for spaces
--
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]