arne-bdt commented on PR #2794: URL: https://github.com/apache/jena/pull/2794#issuecomment-2440191075
Restoring the early return from JenaSystem.init() as implemented prior to [commit 8654c07](https://github.com/apache/jena/commit/8654c07f23a892c03a7367981d814c3c8b094f62) does not solve the deadlock bug. It only reduces the time-window and thus the likelyhood of an occurence. The developed tests clearly show that the problem persists. So here we are again with two options: 1. Resolve the circular depencencies. Unfortunately I could not wrap my head around that yet and would be delighted if someone with more knowledge about cross-dependencies and the history of static Jena initialisers would take a look at it. 2. Force `JenaSystem.init()` to be called from a single-treaded context. (but that option has already been discarded out as last resort) -- 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: pr-unsubscr...@jena.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: pr-unsubscr...@jena.apache.org For additional commands, e-mail: pr-h...@jena.apache.org