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:56 UTC

[iotdb] branch jmx_local_comments created (now 7455ac4)

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

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


      at 7455ac4  add comments

This branch includes the following new commits:

     new 7455ac4  add comments

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


[iotdb] 01/01: add comments

Posted by ta...@apache.org.
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"