SilverNarcissus commented on a change in pull request #2738:
URL: https://github.com/apache/iotdb/pull/2738#discussion_r584397328
##########
File path: server/src/main/java/org/apache/iotdb/db/qp/constant/SQLConstant.java
##########
@@ -170,7 +170,13 @@ private SQLConstant() {
public static final int TOK_QUERY_PROCESSLIST = 97;
public static final int TOK_KILL_QUERY = 98;
- public static final int TOK_CHILD_NODES = 99;
Review comment:
You change it from 99 to 104, may this cause wal inconsistent problem?
More specifically if token 99 has written into wal and I update the IoTDB, may
this cause a problem?
----------------------------------------------------------------
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]