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