arne-bdt commented on issue #2787: URL: https://github.com/apache/jena/issues/2787#issuecomment-2436050650
In my branch https://github.com/apache/jena/compare/main...arne-bdt:jena:GH-2787-Deadlock_in_Jena_System_init, I observerd something strage: I thought, I could make the solution more robust by using `static AtomicBoolean initialized = new AtomicBoolean(false);` instead of `static boolean initialized = false;` But instead, this change reliably takes me straight back to the reproducible deadlock situation. So I reverted that experment. -- 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]
