This is an automated email from the ASF dual-hosted git repository.

rustyrazorblade pushed a commit to branch trunk
in repository https://gitbox.apache.org/repos/asf/cassandra.git


The following commit(s) were added to refs/heads/trunk by this push:
     new 96a64fb  Ninja fix for typo in adc3cdde2ae2a78f7d2bb66da47a07545d3e06cf
96a64fb is described below

commit 96a64fbf4f3e52c41f9558449a62772bc7d837a7
Author: Jon Haddad <[email protected]>
AuthorDate: Wed Feb 19 12:16:05 2020 -0800

    Ninja fix for typo in adc3cdde2ae2a78f7d2bb66da47a07545d3e06cf
---
 .../apache/cassandra/metrics/DecayingEstimatedHistogramReservoir.java   | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 
a/src/java/org/apache/cassandra/metrics/DecayingEstimatedHistogramReservoir.java
 
b/src/java/org/apache/cassandra/metrics/DecayingEstimatedHistogramReservoir.java
index 60f381c..6d24314 100644
--- 
a/src/java/org/apache/cassandra/metrics/DecayingEstimatedHistogramReservoir.java
+++ 
b/src/java/org/apache/cassandra/metrics/DecayingEstimatedHistogramReservoir.java
@@ -65,7 +65,7 @@ import static java.lang.Math.min;
  *
  * Each bucket represents values from (previous bucket offset, current offset].
  *
- * To reduce contention each logical bucket is striped accross a configurable 
number of stripes (default: 4). Threads are
+ * To reduce contention each logical bucket is striped accross a configurable 
number of stripes (default: 2). Threads are
  * assigned to specific stripes. In addition, logical buckets are distributed 
across the physical storage to reduce conention
  * when logically adjacent buckets are updated. See CASSANDRA-15213.
  *


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to