AMashenkov commented on a change in pull request #9081:
URL: https://github.com/apache/ignite/pull/9081#discussion_r655455509
##########
File path:
modules/core/src/main/java/org/apache/ignite/internal/processors/cache/query/GridCacheQueryFutureAdapter.java
##########
@@ -306,10 +221,12 @@ else if (capacity > 0) {
}
/**
+ * Entrypoint for handling query result page from remote node.
+ *
* @param nodeId Sender node.
* @param data Page data.
* @param err Error (if was).
- * @param finished Finished or not.
+ * @param finished Whether it is the last page for sender node.
Review comment:
Maybe 'lastPage' flag would be a better name?
--
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.
For queries about this service, please contact Infrastructure at:
[email protected]