Mmuzaf commented on code in PR #2046:
URL: https://github.com/apache/cassandra/pull/2046#discussion_r1057999770
##########
src/java/org/apache/cassandra/metrics/DecayingEstimatedHistogramReservoir.java:
##########
@@ -91,7 +92,7 @@ public class DecayingEstimatedHistogramReservoir implements
SnapshottingReservoi
*/
public static final int DEFAULT_BUCKET_COUNT = 164;
public static final int LOW_BUCKET_COUNT = 127;
- public static final int DEFAULT_STRIPE_COUNT =
Integer.parseInt(System.getProperty("cassandra.dehr_stripe_count", "2"));
+ public static final int DEFAULT_STRIPE_COUNT = DEHR_STRIPE_COUNT.getInt();
Review Comment:
Fixed.
##########
src/java/org/apache/cassandra/service/CassandraDaemon.java:
##########
@@ -369,7 +374,7 @@ protected void setup()
// schedule periodic dumps of table size estimates into
SystemKeyspace.SIZE_ESTIMATES_CF
// set cassandra.size_recorder_interval to 0 to disable
Review Comment:
Fixed.
--
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]