This is an automated email from the ASF dual-hosted git repository.
haonan pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/iotdb.git
The following commit(s) were added to refs/heads/master by this push:
new d06988e Add comments for JMX_LOCAL (#3323)
d06988e is described below
commit d06988ea8af218c39ef34d67e38fa2890e7dde2c
Author: Potato <[email protected]>
AuthorDate: Thu Jun 3 17:37:09 2021 +0800
Add comments for JMX_LOCAL (#3323)
---
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"