aweisberg commented on a change in pull request #283: CASSANDRA-14459: DynamicEndpointSnitch
should never prefer latent replicas
URL: https://github.com/apache/cassandra/pull/283#discussion_r267995697
##########
File path: test/unit/org/apache/cassandra/service/StorageServiceSettingsTest.java
##########
@@ -43,6 +48,8 @@
private static final int UPDATE_INTERVAL = 103;
private static final int UPDATE_SAMPLE_INTERVAL = 2002;
private static final double BADNESS = 0.23;
+ private static final String TP_NAME = "LatencyProbes";
Review comment:
Unused?
----------------------------------------------------------------
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.
For queries about this service, please contact Infrastructure at:
users@infra.apache.org
With regards,
Apache Git Services
---------------------------------------------------------------------
To unsubscribe, e-mail: pr-unsubscribe@cassandra.apache.org
For additional commands, e-mail: pr-help@cassandra.apache.org
|