more debug logging
This commit is contained in:
parent
0eb3402795
commit
6bb7f7a76f
|
@ -1313,6 +1313,7 @@ public class InternalEngine extends AbstractIndexShardComponent implements Engin
|
|||
|
||||
@Override
|
||||
public void close() throws ElasticsearchException {
|
||||
logger.debug("close now acquire writeLock");
|
||||
try (InternalLock _ = writeLock.acquire()) {
|
||||
logger.debug("close acquired writeLock");
|
||||
if (!closed) {
|
||||
|
|
Loading…
Reference in New Issue