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 2020/03/05 02:54:54 UTC

[GitHub] [incubator-iotdb] jixuan1989 commented on a change in pull request #866: Cherry pick the changes of the distributed version

jixuan1989 commented on a change in pull request #866: Cherry pick the changes of the distributed version
URL: https://github.com/apache/incubator-iotdb/pull/866#discussion_r388053271
 
 

 ##########
 File path: server/src/main/java/org/apache/iotdb/db/conf/IoTDBConfig.java
 ##########
 @@ -611,6 +614,14 @@ private String getHdfsDir() {
     return dataDirs;
   }
 
+  public boolean isEnableMetricService() {
 
 Review comment:
   there is a field called `private boolean enableMetricsWebService = true;` You need to delete `enableMetricsWebService` and use your field.

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