Skip to content

Commit daf214d

Browse files
committed
fix
1 parent 487a197 commit daf214d

File tree

1 file changed

+1
-1
lines changed
  • modules/core/src/main/java/org/apache/ignite/spi/discovery/tcp

1 file changed

+1
-1
lines changed

modules/core/src/main/java/org/apache/ignite/spi/discovery/tcp/ServerImpl.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3524,7 +3524,7 @@ else if (!sndState.isStartingPoint())
35243524
debugLog(msg, "Initialized connection with next node: " + next.id());
35253525

35263526
errs = null;
3527-
3527+
sndState = null;
35283528
success = true;
35293529

35303530
next.lastSuccessfulAddress(addr);

0 commit comments

Comments
 (0)