Skip to content

Commit 09857d4

Browse files
authored
IGNITE-28222 Fixed race condition during Communication Node Client creation (#12885)
1 parent 8eda617 commit 09857d4

5 files changed

Lines changed: 195 additions & 237 deletions

File tree

modules/core/src/main/java/org/apache/ignite/spi/communication/tcp/internal/CommunicationWorker.java

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -205,6 +205,8 @@ else if (err != null)
205205
private void processIdle() {
206206
cleanupRecovery();
207207

208+
clientPool.cleanupNodeMetrics();
209+
208210
for (Map.Entry<UUID, GridCommunicationClient[]> e : clientPool.entrySet()) {
209211
UUID nodeId = e.getKey();
210212

0 commit comments

Comments
 (0)