Fix up merge of master

This commit is contained in:
David Turner 2018-10-16 15:29:47 +01:00
parent 950ca3adda
commit 303575f742

View File

@ -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) {