SomeFire commented on a change in pull request #8252:
URL: https://github.com/apache/ignite/pull/8252#discussion_r490905747



##########
File path: modules/core/src/main/java/org/apache/ignite/events/EventType.java
##########
@@ -879,6 +879,16 @@
      */
     public static final int EVT_BASELINE_AUTO_ADJUST_AWAITING_TIME_CHANGED = 
148;
 
+    /**
+     * Built-in event type: query execution.
+     * <p>
+     * NOTE: all types in range <b>from 1 to 1000 are reserved</b> for
+     * internal Ignite events and should not be used by user-defined events.
+     *
+     * @see QueryExecutionEvent
+     */
+    public static final int EVT_QUERY_EXECUTION = 150;

Review comment:
       I suppose events should be grouped by tens. At least the first 100 looks 
grouped, then we have a mess of events. May be put this event as 95 (96 and 97 
are cache query events)?




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


Reply via email to