Test: additional logging
This commit is contained in:
parent
24bc8d331e
commit
ec3a473a00
|
@ -90,6 +90,7 @@ public class MockFSDirectoryService extends FsDirectoryService {
|
||||||
.type(Engine.Flush.Type.COMMIT) // Keep translog for tests that rely on replaying it
|
.type(Engine.Flush.Type.COMMIT) // Keep translog for tests that rely on replaying it
|
||||||
.waitIfOngoing(true)
|
.waitIfOngoing(true)
|
||||||
);
|
);
|
||||||
|
logger.info("flush finished in beforeIndexShardClosed");
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue