afs opened a new issue, #3755: URL: https://github.com/apache/jena/issues/3755
This is from https://github.com/apache/jena/pull/3753#issuecomment-3904732930 There is a race condition in `QueryIterPlainWrapper` and `QueryIterAbortable` which inherits from `QueryIterPlainWrapper`. `requestClose` and `close` both call `closeIterator` but from different threads. `closeIterator` clears the `iterator` member. -- 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]
