We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f6203d7 commit 4868321Copy full SHA for 4868321
core/src/main/java/org/elasticsearch/discovery/zen/UnicastZenPing.java
@@ -126,7 +126,7 @@ public class UnicastZenPing extends AbstractComponent implements ZenPing {
126
127
private final Map<Integer, SendPingsHandler> receivedResponses = newConcurrentMap();
128
129
- // a list of temporal responses a node will return for a request (holds requests from other configuredHosts)
+ // a list of temporal responses a node will return for a request (holds responses from other nodes)
130
private final Queue<PingResponse> temporalResponses = ConcurrentCollections.newQueue();
131
132
private final UnicastHostsProvider hostsProvider;
0 commit comments