mirror of
https://github.com/honeymoose/OpenSearch.git
synced 2025-03-09 14:34:43 +00:00
parent
71287b0759
commit
61b54196c4
@ -539,7 +539,7 @@ public class SnapshotsServiceTests extends ESTestCase {
|
||||
allocationService, masterService, () -> persistedState,
|
||||
hostsResolver -> testClusterNodes.nodes.values().stream().filter(n -> n.node.isMasterNode())
|
||||
.map(n -> n.node.getAddress()).collect(Collectors.toList()),
|
||||
clusterService.getClusterApplierService(), random());
|
||||
clusterService.getClusterApplierService(), Collections.emptyList(), random());
|
||||
masterService.setClusterStatePublisher(coordinator);
|
||||
coordinator.start();
|
||||
masterService.start();
|
||||
|
Loading…
x
Reference in New Issue
Block a user