mirror of
https://github.com/honeymoose/OpenSearch.git
synced 2025-03-03 17:39:15 +00:00
Typo: s/Recieved/Received
This commit is contained in:
parent
47326adb67
commit
966a55d21c
@ -201,7 +201,7 @@ public class NodesFaultDetection extends AbstractComponent {
|
|||||||
});
|
});
|
||||||
}
|
}
|
||||||
|
|
||||||
private void notifyPingRecieved(final PingRequest pingRequest) {
|
private void notifyPingReceived(final PingRequest pingRequest) {
|
||||||
threadPool.generic().execute(new Runnable() {
|
threadPool.generic().execute(new Runnable() {
|
||||||
|
|
||||||
@Override
|
@Override
|
||||||
@ -326,7 +326,7 @@ public class NodesFaultDetection extends AbstractComponent {
|
|||||||
throw new ElasticsearchIllegalStateException("Got pinged with cluster name [" + request.clusterName + "], but I'm part of cluster [" + clusterName + "]");
|
throw new ElasticsearchIllegalStateException("Got pinged with cluster name [" + request.clusterName + "], but I'm part of cluster [" + clusterName + "]");
|
||||||
}
|
}
|
||||||
|
|
||||||
notifyPingRecieved(request);
|
notifyPingReceived(request);
|
||||||
|
|
||||||
channel.sendResponse(new PingResponse());
|
channel.sendResponse(new PingResponse());
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user