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