adoroszlai commented on code in PR #5782:
URL: https://github.com/apache/ozone/pull/5782#discussion_r1427976810


##########
hadoop-hdds/test-utils/src/main/java/org/apache/ozone/test/GenericTestUtils.java:
##########
@@ -53,6 +54,9 @@
  */
 public abstract class GenericTestUtils {
 
+  private static final int MIN_PORT = 15000;
+  private static final int MAX_PORT = 32000;
+  private static final AtomicInteger NEXT_PORT = new AtomicInteger(MIN_PORT);

Review Comment:
   These seem to be unused.



-- 
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]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to