rtadepalli commented on code in PR #33992:
URL: https://github.com/apache/arrow/pull/33992#discussion_r1093868784
##########
java/flight/flight-core/src/test/java/org/apache/arrow/flight/FlightTestUtil.java:
##########
@@ -51,7 +52,10 @@ public static <T> T getStartedServer(Function<Location, T>
newServerFromLocation
IOException lastThrown = null;
T server = null;
for (int x = 0; x < 3; x++) {
Review Comment:
Kept the retry in case the port gets before the lambda is applied and the
server is created.
--
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]