Test: additional logging

This commit is contained in:
Michael McCandless 2014-10-23 11:30:57 -04:00 committed by mikemccand
parent 24bc8d331e
commit ec3a473a00
1 changed files with 1 additions and 0 deletions

View File

@ -90,6 +90,7 @@ public class MockFSDirectoryService extends FsDirectoryService {
.type(Engine.Flush.Type.COMMIT) // Keep translog for tests that rely on replaying it
.waitIfOngoing(true)
);
logger.info("flush finished in beforeIndexShardClosed");
}
}
}