ptupitsyn commented on PR #6950: URL: https://github.com/apache/ignite-3/pull/6950#issuecomment-3522270734
> @ptupitsyn the issue describes a scenario where a user might receive a flaky error when closing a cursor using AsyncResultSet. > > ``` > var rs = sql.executeAsync(null, "SELECT...").join(); > > rs.fetchNextPage(); > rs.close(); // can throw "resource not found" > ``` > > This error may be completely unclear to the user. > > Are we going to do something with this? Our cursors don't support concurrent operations like this. Not sure if we can do anything sensible here. Throw a better exception? -- 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]
