You are viewing a plain text version of this content. The canonical link for it is here.
Posted to reviews@iotdb.apache.org by GitBox <gi...@apache.org> on 2021/07/07 08:22:49 UTC

[GitHub] [iotdb] neuyilan commented on a change in pull request #3480: [IOTDB-1416] Maintanance command support in cluster mode

neuyilan commented on a change in pull request #3480:
URL: https://github.com/apache/iotdb/pull/3480#discussion_r665152063



##########
File path: server/src/main/java/org/apache/iotdb/db/qp/physical/PhysicalPlan.java
##########
@@ -436,6 +448,9 @@ public static PhysicalPlan create(ByteBuffer buffer) throws IOException, Illegal
     DROP_TRIGGER,
     START_TRIGGER,
     STOP_TRIGGER,
+    MERGE,
+    CREATE_SNAPSHOT,
+    CLEARCACHE,
     CREATE_CONTINUOUS_QUERY,
     DROP_CONTINUOUS_QUERY,
     SHOW_CONTINUOUS_QUERIES

Review comment:
       ```
   MERGE,
   CREATE_SNAPSHOT,
   CLEARCACHE,
   ```
   Move above codes to the end.




-- 
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: reviews-unsubscribe@iotdb.apache.org

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