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 2019/11/15 07:54:38 UTC

[GitHub] [incubator-iotdb] mdf369 commented on a change in pull request #559: [IOTDB-297]Fix show info bug

mdf369 commented on a change in pull request #559: [IOTDB-297]Fix show info bug
URL: https://github.com/apache/incubator-iotdb/pull/559#discussion_r346696333
 
 

 ##########
 File path: server/src/main/java/org/apache/iotdb/db/conf/IoTDBConstant.java
 ##########
 @@ -54,12 +54,10 @@ private IoTDBConstant() {
   public static final String MIN_TIME = "min_time";
   public static final int MIN_SUPPORTED_JDK_VERSION = 8;
 
-  // for cluster, set read consistency level
-  public static final String SET_READ_CONSISTENCY_LEVEL_PATTERN = "set\\s+read.*level.*";
-
-  public static final String SHOW_FLUSH_TASK_INFO = "show\\s+flush\\s+task\\s+info";
-
-  public static final String SHOW_DYNAMIC_PARAMETERS = "show\\s+dynamic\\s+parameters";
+  // show info
+  public static final String ITEM = "                             item";
+  public static final String PARAMETER = "                                          parameter";
 
 Review comment:
   Why put many spaces?

----------------------------------------------------------------
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:
users@infra.apache.org


With regards,
Apache Git Services