mirror of
https://github.com/honeymoose/OpenSearch.git
synced 2025-02-20 03:45:02 +00:00
Test: ShadowEngineTests - close translogs on tear down here too
This commit is contained in:
parent
8f73d95409
commit
2e797b9d55
@ -157,6 +157,9 @@ public class ShadowEngineTests extends ElasticsearchLuceneTestCase {
|
||||
replicaEngine.close();
|
||||
storeReplica.close();
|
||||
|
||||
translog.close();
|
||||
replicaTranslog.close();
|
||||
|
||||
primaryEngine.close();
|
||||
store.close();
|
||||
terminate(threadPool);
|
||||
|
Loading…
x
Reference in New Issue
Block a user