justinmclean opened a new issue, #7594:
URL: https://github.com/apache/gravitino/issues/7594
### What would you like to be improved?
In common/src/main/java/org/apache/gravitino/rest/RESTUtils.java this code
is not quite correct:
```
for (int i = portRangeStart; i <= portRangeEnd || i < portRangeStart +
maxRetry; ++i) {
```
### How should we improve?
Fix logic in line to use && rather than II
--
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]