stevenzwu commented on PR #13992:
URL: https://github.com/apache/iceberg/pull/13992#issuecomment-3254603552
I have also seen this error locally. I thought `findFreePort` doesn't apply
here, because the server binds to a fixed `REST_PORT_DEFAULT` 8181.
```
this.httpServer =
new Server(
PropertyUtil.propertyAsInt(catalogContext.configuration,
REST_PORT, REST_PORT_DEFAULT));
```
--
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]