uschindler commented on issue #12964: URL: https://github.com/apache/lucene/issues/12964#issuecomment-1867726243
Hi, please let's not change this without understanding what the problem is. We have not seen this issue anywhere (not even on Solr where this is used for almost every test). Can you check with another non-corretto JDK? I have the feeling that maybe corretto applied some changes to the permissions. If thats the case, report it to them. > Though I see the server also uses a dynamic port: > > ``` > s.bind(new InetSocketAddress(hostname, 0)); > ``` > > Maybe the "ephemeral range" in the server JVM is different from the ranges in the clients' JVMs? The client and the server are the same JVM version with same options. -- 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