Test: InternalEngineTests - close translogs on tear down

This commit is contained in:
Boaz Leskes 2015-02-27 21:53:25 +01:00
parent fe62e463e1
commit 9b576763d7

View File

@ -168,6 +168,9 @@ public class InternalEngineTests extends ElasticsearchLuceneTestCase {
replicaEngine.close();
storeReplica.close();
translog.close();
replicaTranslog.close();
engine.close();
store.close();
terminate(threadPool);