One more question. According to the org.apache.ignite.cache.query.QueryCursor.getAll API, I know that the resources will be closed automatically since all results are fetched.
I would like to know will resources be closed after I iterate over the Cursor? The reason why I ask this question is that in my test case I can not reproduce this issue if I iterate over all the records returned by SQL query. -- Sent from: http://apache-ignite-users.70518.x6.nabble.com/
