pivotal-jbarrett commented on code in PR #7381:
URL: https://github.com/apache/geode/pull/7381#discussion_r861322603


##########
geode-core/src/main/java/org/apache/geode/internal/tcp/TCPConduit.java:
##########
@@ -931,39 +930,13 @@ public Connection 
getFirstScanForConnection(InternalDistributedMember memberAddr
     stopper.checkCancelInProgress(null);
     boolean interrupted = Thread.interrupted();
     try {
-      // If this is the second time through this loop, we had problems.
-      // Tear down the connection so that it gets rebuilt.
 
       Exception problem = null;
       try {
+
+        connection = getConnectionThatIsNotClosed(memberAddress, 
preserveOrder, startTime,
+            ackTimeout, ackSATimeout);
         // Get (or regenerate) the connection

Review Comment:
   These comments seem out of place now



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to