-
Notifications
You must be signed in to change notification settings - Fork 660
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
GraphTxn.find().forEachRemaining does not close the iterator. #2197
Comments
ExtendedIterators are best used as: If The |
See also #2086, which backports a Jena5 fix to the Jena4 branch. |
Version
5.0.0 development
What happened?
GraphTxn.find returns an etxended iterator that does not get closed properly if exhaused by
Iterator.forEachRemaining
.WrappedGraph.forEachRemaining
call the wrapped class directly.Relevant output and stacktrace
Are you interested in making a pull request?
Yes
The text was updated successfully, but these errors were encountered: