timoninmaxim commented on a change in pull request #8252:
URL: https://github.com/apache/ignite/pull/8252#discussion_r494330850
##########
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:
Looks like 150 is ok. Really strange sequence for cache query events.
Let do not touch it.
----------------------------------------------------------------
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]