chimney-lee commented on a change in pull request #105: HDDS-2370.Support 
HddsDatanodeService run as DataNode Plugin
URL: https://github.com/apache/hadoop-ozone/pull/105#discussion_r340483109
 
 

 ##########
 File path: 
hadoop-hdds/container-service/src/main/java/org/apache/hadoop/ozone/HddsDatanodeService.java
 ##########
 @@ -87,6 +87,10 @@
   private String[] args;
   private volatile AtomicBoolean isStopped = new AtomicBoolean(false);
 
+  public HddsDatanodeService(){
+    this(false, new String[] {});
 
 Review comment:
   @adoroszlai ,thanks for review , files updated.

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


With regards,
Apache Git Services

---------------------------------------------------------------------
To unsubscribe, e-mail: hdfs-dev-unsubscr...@hadoop.apache.org
For additional commands, e-mail: hdfs-dev-h...@hadoop.apache.org

Reply via email to