We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 331595c commit 7f29b65Copy full SHA for 7f29b65
server/src/main/java/org/elasticsearch/index/shard/InternalIndexingStats.java
@@ -186,7 +186,6 @@ static class StatsHolder {
186
private final CounterMetric deleteCurrent = new CounterMetric();
187
private final CounterMetric noopUpdates = new CounterMetric();
188
189
-
190
StatsHolder(long startTimeInNanos, TimeValue recentWriteLoadHalfLife) {
191
double lambdaInInverseNanos = Math.log(2.0) / recentWriteLoadHalfLife.nanos();
192
logger.debug(
0 commit comments