more debug logging

This commit is contained in:
Michael McCandless 2014-11-09 05:31:57 -05:00 committed by mikemccand
parent 0eb3402795
commit 6bb7f7a76f
1 changed files with 1 additions and 0 deletions

View File

@ -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) {