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