mirror of
https://github.com/honeymoose/OpenSearch.git
synced 2025-03-09 14:34:43 +00:00
Fix up merge of master
This commit is contained in:
parent
950ca3adda
commit
303575f742
@ -921,7 +921,7 @@ public class Coordinator extends AbstractLifecycleComponent implements Discovery
|
||||
ackListener.onNodeAck(getLocalNode(), exception); // other nodes have acked, but not the master.
|
||||
publishListener.onFailure(exception);
|
||||
}
|
||||
}, EsExecutors.newDirectExecutorService());
|
||||
}, EsExecutors.newDirectExecutorService(), transportService.getThreadPool().getThreadContext());
|
||||
}
|
||||
|
||||
private void handleAssociatedJoin(Join join) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user