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 8e2165c commit 6dc3e8fCopy full SHA for 6dc3e8f
server/src/main/java/org/elasticsearch/index/engine/Engine.java
@@ -466,8 +466,7 @@ public Releasable acquireThrottle() {
466
pauseLockReference.acquire();
467
try {
468
while (pauseIndexing.getAcquire()) {
469
- logger.trace("Waiting on pause indexing lock" +
470
- "");
+ logger.trace("Waiting on pause indexing lock" + "");
471
pauseCondition.await();
472
}
473
} catch (InterruptedException e) {
0 commit comments