AMashenkov commented on a change in pull request #9081:
URL: https://github.com/apache/ignite/pull/9081#discussion_r667813983



##########
File path: 
modules/core/src/main/java/org/apache/ignite/internal/processors/cache/query/GridCacheQueryFutureAdapter.java
##########
@@ -423,48 +372,35 @@ private R unmaskNull(R obj) {
         return obj != NULL ? obj : null;
     }
 
-    /** {@inheritDoc} */
+    /** Forces to stop query, don't care about result.  */

Review comment:
       Why waiting on future causes query stop?

##########
File path: 
modules/core/src/main/java/org/apache/ignite/internal/processors/cache/query/GridCacheQueryFutureAdapter.java
##########
@@ -423,48 +372,35 @@ private R unmaskNull(R obj) {
         return obj != NULL ? obj : null;
     }
 
-    /** {@inheritDoc} */
+    /** Forces to stop query, don't care about result.  */

Review comment:
       Why waiting on a future causes query to stop?




-- 
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]


Reply via email to