sabi0 commented on issue #12964:
URL: https://github.com/apache/lucene/issues/12964#issuecomment-1867421666

   After changing the project's `tests.policy` to
   ```
   permission java.net.SocketPermission "127.0.0.1:1024-", 
"accept,listen,resolve";
   ```
   the tests pass on my side.
   
   > The special port value 0 refers to the entire ephemeral port range. This 
is a fixed range of ports a system may use to allocate dynamic ports from. The 
actual range may be system dependent.
   
   I guess the "ephemeral range" on my system does not include 200xx ports?
   
   Shall I open a PR with this change?


-- 
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: issues-unsubscr...@lucene.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscr...@lucene.apache.org
For additional commands, e-mail: issues-h...@lucene.apache.org

Reply via email to