oleg-vlsk commented on code in PR #11317:
URL: https://github.com/apache/ignite/pull/11317#discussion_r1581636215


##########
modules/core/src/main/java/org/apache/ignite/internal/processors/cache/query/GridCacheQueryAdapter.java:
##########
@@ -607,7 +611,7 @@ private <R> CacheQueryFuture<R> execute0(@Nullable 
IgniteReducer<T, R> rmtReduce
                 }
             }
 
-            return new GridEmptyCloseableIterator();
+            throw new IgniteException(new ClusterGroupEmptyException());

Review Comment:
   If this kind of Exception is not thrown here then the 
IndexQueryLocalTest#testClientNodeReplicatedCache() will fail.



-- 
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: notifications-unsubscr...@ignite.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to