afs commented on PR #3203:
URL: https://github.com/apache/jena/pull/3203#issuecomment-2896950626

   > Unfortunately, I cannot reproduce the error on my machine.
   > 
   > I can't see, how or why this might have something to do with my PR...
   > 
   > Does anyone have an idea?
   
   This is a github-only error. The GH build servers can be assumed to be 
heavily loaded VMs. We have seen pause times of 60 seconds and longer in code 
that isn't even doing any OS calls.
   
   While we made some changes so that commonly recurring github specific errors 
went away, it wasn't a deep understanding of the root cause. It is impossible 
to reproduce and I only have so many GH credits per month to run 20+  jobs in 
parallel repeatedly.
   
   The failing tests involve networking but the tests are deterministic start 
server, test, stop server - so how a "no bytes" message can come back when the 
test server when the test hasn't run the code to shutdown the server is 
bizarre. It's not impossible that the issue is in the JDK/OS (runs out of some 
resource due to delayed cleanup - TCP cleanup is partly async) and/or the way 
JUnit fires the post-test clean-up. The situation of many servers start-stop is 
not realistic usage.
   
   Ignore the failure - rerun the job. I did - it passed.
   
   There has been a recent (in the last few days) recurrence of this after a 
quiet spell.
   


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