ptupitsyn commented on PR #11264: URL: https://github.com/apache/ignite/pull/11264#issuecomment-1975834606
@shoothzj there is no bug. We don't need to call `close` in `getAll`, because the server cleans up all resources automatically when it returns the last page of the query. See `ClientCacheQueryCursor#writePage`: https://github.com/apache/ignite/blob/2fbbb676386515ea881e4e61f08864d6bc93225a/modules/core/src/main/java/org/apache/ignite/internal/processors/platform/client/cache/ClientCacheQueryCursor.java#L88-L89 -- 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]
