mirror of
https://github.com/honeymoose/OpenSearch.git
synced 2025-03-09 14:34:43 +00:00
Test: InternalEngineTests - close translogs on tear down
This commit is contained in:
parent
fe62e463e1
commit
9b576763d7
@ -168,6 +168,9 @@ public class InternalEngineTests extends ElasticsearchLuceneTestCase {
|
||||
replicaEngine.close();
|
||||
storeReplica.close();
|
||||
|
||||
translog.close();
|
||||
replicaTranslog.close();
|
||||
|
||||
engine.close();
|
||||
store.close();
|
||||
terminate(threadPool);
|
||||
|
Loading…
x
Reference in New Issue
Block a user