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/16 09:08:55 UTC

[GitHub] [incubator-iotdb] Ring-k commented on a change in pull request #909: [IOTDB-355] Start-up checks

Ring-k commented on a change in pull request #909: [IOTDB-355] Start-up checks
URL: https://github.com/apache/incubator-iotdb/pull/909#discussion_r392871545
 
 

 ##########
 File path: cluster/src/main/java/org/apache/iotdb/cluster/server/MetaClusterServer.java
 ##########
 @@ -74,6 +83,7 @@ public void start() throws TTransportException, StartupException {
     super.start();
     ioTDB = new IoTDB();
     ioTDB.active();
+    System.out.println("--------------------start connecting");
 
 Review comment:
   This line of code is removed.

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