You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@iotdb.apache.org by ta...@apache.org on 2021/06/03 09:27:57 UTC

[iotdb] 01/01: add comments

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

tanxinyu pushed a commit to branch jmx_local_comments
in repository https://gitbox.apache.org/repos/asf/iotdb.git

commit 7455ac4ceb831fedd77c2e04edcb4ed40f81752d
Author: LebronAl <TX...@gmail.com>
AuthorDate: Thu Jun 3 17:27:12 2021 +0800

    add comments
---
 server/src/assembly/resources/conf/iotdb-env.sh | 1 +
 1 file changed, 1 insertion(+)

diff --git a/server/src/assembly/resources/conf/iotdb-env.sh b/server/src/assembly/resources/conf/iotdb-env.sh
index fe37643..6769935 100755
--- a/server/src/assembly/resources/conf/iotdb-env.sh
+++ b/server/src/assembly/resources/conf/iotdb-env.sh
@@ -183,6 +183,7 @@ MAX_DIRECT_MEMORY_SIZE=${MAX_HEAP_SIZE}
 
 #true or false
 #DO NOT FORGET TO MODIFY THE PASSWORD FOR SECURITY (${IOTDB_CONF}/jmx.password and ${IOTDB_CONF}/jmx.access)
+#If you want to connect JMX Service by network in local machine, such as nodeTool.sh will try to connect 127.0.0.1:31999, please set JMX_LOCAL to false.
 JMX_LOCAL="true"
 
 JMX_PORT="31999"