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 7d54620 commit bd688bbCopy full SHA for bd688bb
server/src/main/java/org/elasticsearch/transport/ClusterConnectionManager.java
@@ -52,6 +52,7 @@ public class ClusterConnectionManager implements ConnectionManager {
52
private final AbstractRefCounted connectingRefCounter = AbstractRefCounted.of(this::pendingConnectionsComplete);
53
54
record NodeConnectionHistory(String ephemeralId, Exception disconnectCause) {}
55
+
56
private final ConcurrentMap<String, NodeConnectionHistory> nodeHistory = ConcurrentCollections.newConcurrentMap();
57
58
private final Transport transport;
0 commit comments