mirror of
https://github.com/honeymoose/OpenSearch.git
synced 2025-02-17 10:25:15 +00:00
Fix compilation
Follow-up to 5598647922c
This commit is contained in:
parent
5598647922
commit
1e0b0f640b
@ -1927,7 +1927,7 @@ public class CoordinatorTests extends ESTestCase {
|
||||
Cluster.this::provideSeedHosts, clusterApplierService, onJoinValidators, Randomness.get());
|
||||
masterService.setClusterStatePublisher(coordinator);
|
||||
final GatewayService gatewayService = new GatewayService(settings, allocationService, clusterService,
|
||||
deterministicTaskQueue.getThreadPool(this::onNode), null, null, coordinator);
|
||||
deterministicTaskQueue.getThreadPool(this::onNode), null, coordinator);
|
||||
|
||||
logger.trace("starting up [{}]", localNode);
|
||||
transportService.start();
|
||||
|
Loading…
x
Reference in New Issue
Block a user