naturzukunft commented on PR #328: URL: https://github.com/apache/commons-rdf/pull/328#issuecomment-2831010621
I am 99% sure that my problems are related to the use of `parallelStream` in `ModelGraphImpl`. when I run my test in the local ide, I get a different error every time I run it. This points to a concurrency problem. if i replace `parallelStream` with `stream` the problems are gone. So i expect merging this PR would solve my problems. -- 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...@commons.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org