This is an automated email from the ASF dual-hosted git repository.

hxd pushed a commit to branch ut_close_socket
in repository https://gitbox.apache.org/repos/asf/incubator-iotdb.git


The following commit(s) were added to refs/heads/ut_close_socket by this push:
     new c148346  print temp logs for checking why 8181 can not be closed
c148346 is described below

commit c148346e81c94c37f9dae8f89241eaee1452f954
Author: xiangdong huang <[email protected]>
AuthorDate: Tue Feb 18 09:55:18 2020 +0800

    print temp logs for checking why 8181 can not be closed
---
 server/src/main/java/org/apache/iotdb/db/service/StartupChecks.java | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 
a/server/src/main/java/org/apache/iotdb/db/service/StartupChecks.java 
b/server/src/main/java/org/apache/iotdb/db/service/StartupChecks.java
index bc1a243..15e73b2 100644
--- a/server/src/main/java/org/apache/iotdb/db/service/StartupChecks.java
+++ b/server/src/main/java/org/apache/iotdb/db/service/StartupChecks.java
@@ -36,7 +36,7 @@ public class StartupChecks {
               + "Please check conf/{}.sh(Unix or OS X, if you use Windows, "
               + "check conf/{}.bat) for more info",
           IoTDBConstant.ENV_FILE_NAME, IoTDBConstant.ENV_FILE_NAME);
-      jmxPort = System.getProperty(IoTDBConstant.IOTDB_LOCAL_JMX_PORT_NAME, 
31999);
+      jmxPort = System.getProperty(IoTDBConstant.IOTDB_LOCAL_JMX_PORT_NAME, 
"31999");
       if (jmxPort == null) {
         logger.warn("{} missing from {}.sh(Unix or OS X, if you use Windows,"
                 + " check conf/{}.bat)",

Reply via email to