SteNicholas commented on code in PR #3596:
URL: https://github.com/apache/celeborn/pull/3596#discussion_r2796505328
##########
common/src/test/java/org/apache/celeborn/common/network/TransportClientFactorySuiteJ.java:
##########
@@ -241,6 +241,7 @@ public void unlimitedConnectionAndCreationTimeouts() throws
IOException, Interru
TransportServer server = ctx.createServer();
int unreachablePort = server.getPort();
JavaUtils.closeQuietly(server);
+ Thread.sleep(1000);
Review Comment:
@eolivelli, you could refer to
https://github.com/apache/spark/pull/52552/changes#r2427655105 to verify the
reason why add `sleep`.
--
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]