alex-plekhanov commented on code in PR #13091:
URL: https://github.com/apache/ignite/pull/13091#discussion_r3240166685
##########
modules/core/src/main/java/org/apache/ignite/internal/processors/query/running/GridRunningQueryInfo.java:
##########
@@ -33,9 +33,12 @@ public class GridRunningQueryInfo {
/** */
private final long id;
- /** Originating Node ID. */
+ /** Node that owns query. */
private final UUID nodeId;
Review Comment:
It's a correct behaviour. `QUERY_ID` for map queries should be the same as
for reduce queries. If someone wants to kill map query by query id, global
query id should be used to kill the whole query, not only the map query.
--
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]