jt2594838 commented on code in PR #275:
URL: https://github.com/apache/iotdb-docs/pull/275#discussion_r1675512569
##########
src/UserGuide/latest/stage/Cluster-Deployment_timecho.md:
##########
@@ -106,26 +106,26 @@ IOTDB_JMX_OPTS="$IOTDB_JMX_OPTS -XX:MaxGCPauseMillis=200"
|-----------------------------|-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|----------|
| name | Confignode name
| YES |
| deploy\_dir | IoTDB config node deployment directory
| YES |
-| iotdb-confignode.properties | Corresponding to
`iotdb/config/iotdb-confignode.properties`, please refer to the
`iotdb-confignode.properties` file description for more details.
|
NO |
-| cn_internal_address | The cluster configuration address points to the
surviving ConfigNode, and it points to confignode_x by default. When `global`
and `confignode_servers` are configured at the same time, the value in
`confignode_servers` is used first, corresponding to `cn_internal_address` in
`iotdb/config/iotdb-confignode.properties` | YES |
-| cn\_internal\_port | Internal communication port, corresponding to
`cn_internal_port` in `iotdb/config/iotdb-confignode.properties`
| YES |
-| cn\_consensus\_port | Corresponds to `cn_consensus_port` in
`iotdb/config/iotdb-confignode.properties`
| NO
|
-| cn\_data\_dir | Corresponds to `cn_consensus_port` in
`iotdb/config/iotdb-confignode.properties` Corresponds to `cn_data_dir` in
`iotdb/config/iotdb-confignode.properties`
| YES |
-| iotdb-common.properties | Corresponding to
`iotdb/config/iotdb-common.properties`, when configuring values in `global` and
`confignode_servers` at the same time, the value in confignode_servers will be
used first.
| NO |
+| iotdb-system.properties | Corresponding to
`iotdb/config/iotdb-system.properties`, please refer to the
`iotdb-system.properties` file description for more details.
| NO
|
+| cn_internal_address | The cluster configuration address points to the
surviving ConfigNode, and it points to confignode_x by default. When `global`
and `confignode_servers` are configured at the same time, the value in
`confignode_servers` is used first, corresponding to `cn_internal_address` in
`iotdb/config/iotdb-system.properties` | YES |
+| cn\_internal\_port | Internal communication port, corresponding to
`cn_internal_port` in `iotdb/config/iotdb-system.properties`
| YES |
+| cn\_consensus\_port | Corresponds to `cn_consensus_port` in
`iotdb/config/iotdb-system.properties`
| NO |
+| cn\_data\_dir | Corresponds to `cn_consensus_port` in
`iotdb/config/iotdb-system.properties` Corresponds to `cn_data_dir` in
`iotdb/config/iotdb-system.properties`
|
YES |
+| iotdb-system.properties | Corresponding to
`iotdb/config/iotdb-system.properties`, when configuring values in `global` and
`confignode_servers` at the same time, the value in confignode_servers will be
used first.
| NO |
Review Comment:
Two iotdb-system.properties
##########
src/zh/UserGuide/Master/QuickStart/ClusterQuickStart.md:
##########
@@ -199,9 +199,9 @@ echo "192.168.132.13 iotdb-4" >> /etc/hosts
| 配置 | 配置项 | IP:192.168.132.13 |
|------------|:-------------------------------|:---------------------|
-| iotdb-confignode.properties | cn_internal_address | iotdb-4 |
+| iotdb-system.properties | cn_internal_address | iotdb-4 |
| | cn_seed_config_node | iotdb-1:10710 |
-| iotdb-datanode.properties | dn_rpc_address | iotdb-4 |
+| iotdb-system.properties | dn_rpc_address | iotdb-4 |
| | dn_internal_address | iotdb-4 |
| | dn_seed_config_node | iotdb-1:10710 |
Review Comment:
should be merged
##########
src/zh/UserGuide/Master/QuickStart/QuickStart.md:
##########
@@ -269,5 +269,5 @@ Example: IoTDB > ALTER USER root SET PASSWORD 'newpwd';
配置文件在"conf"文件夹下,包括:
* 环境配置模块 (`datanode-env.bat`,
`datanode-env.sh`,`confignode-env.bat`,`confignode-env.sh`),
- * 系统配置模块
(`iotdb-datanode.properties`,`iotdb-common.properties`,`iotdb-confingnode.properties`,`iotdb-datanode.properties`,`iotdb-cluster.properties`)
+ * 系统配置模块
(`iotdb-system.properties`,`iotdb-system.properties`,`iotdb-confingnode.properties`,`iotdb-system.properties`,`iotdb-cluster.properties`)
Review Comment:
Duplicated
##########
src/zh/UserGuide/Master/Deployment-and-Maintenance/Monitoring-panel-deployment.md:
##########
@@ -35,24 +35,24 @@ IoTDB配套监控面板是IoTDB企业版配套工具之一。它旨在解决IoTD
| 配置项 | 所在配置文件 | 配置说明
|
| :--------------------------------- | :------------------------------- |
:----------------------------------------------------------- |
-| cn_metric_reporter_list | conf/iotdb-confignode.properties |
将配置项取消注释,值设置为PROMETHEUS |
-| cn_metric_level | conf/iotdb-confignode.properties |
将配置项取消注释,值设置为IMPORTANT |
-| cn_metric_prometheus_reporter_port | conf/iotdb-confignode.properties |
将配置项取消注释,可保持默认设置9091,如设置其他端口,不与其他端口冲突即可 |
-| dn_metric_reporter_list | conf/iotdb-datanode.properties |
将配置项取消注释,值设置为PROMETHEUS |
-| dn_metric_level | conf/iotdb-datanode.properties |
将配置项取消注释,值设置为IMPORTANT |
-| dn_metric_prometheus_reporter_port | conf/iotdb-datanode.properties |
将配置项取消注释,可默认设置为9092,如设置其他端口,不与其他端口冲突即可 |
-| dn_metric_internal_reporter_type | conf/iotdb-datanode.properties |
将配置项取消注释,值设置为IOTDB |
+| cn_metric_reporter_list | conf/iotdb-system.properties |
将配置项取消注释,值设置为PROMETHEUS |
+| cn_metric_level | conf/iotdb-system.properties |
将配置项取消注释,值设置为IMPORTANT |
+| cn_metric_prometheus_reporter_port | conf/iotdb-system.properties |
将配置项取消注释,可保持默认设置9091,如设置其他端口,不与其他端口冲突即可 |
+| dn_metric_reporter_list | conf/iotdb-system.properties |
将配置项取消注释,值设置为PROMETHEUS |
+| dn_metric_level | conf/iotdb-system.properties |
将配置项取消注释,值设置为IMPORTANT |
+| dn_metric_prometheus_reporter_port | conf/iotdb-system.properties |
将配置项取消注释,可默认设置为9092,如设置其他端口,不与其他端口冲突即可 |
+| dn_metric_internal_reporter_type | conf/iotdb-system.properties |
将配置项取消注释,值设置为IOTDB |
以3C3D集群为例,需要修改的监控配置如下:
| 节点ip | 主机名 | 集群角色 | 配置文件路径 | 配置项
|
| ----------- | ------- | ---------- | -------------------------------- |
------------------------------------------------------------ |
-| 192.168.1.3 | iotdb-1 | confignode | conf/iotdb-confignode.properties |
cn_metric_reporter_list=PROMETHEUS cn_metric_level=IMPORTANT
cn_metric_prometheus_reporter_port=9091 |
-| 192.168.1.4 | iotdb-2 | confignode | conf/iotdb-confignode.properties |
cn_metric_reporter_list=PROMETHEUS cn_metric_level=IMPORTANT
cn_metric_prometheus_reporter_port=9091 |
-| 192.168.1.5 | iotdb-3 | confignode | conf/iotdb-confignode.properties |
cn_metric_reporter_list=PROMETHEUS cn_metric_level=IMPORTANT
cn_metric_prometheus_reporter_port=9091 |
-| 192.168.1.3 | iotdb-1 | datanode | conf/iotdb-datanode.properties |
dn_metric_reporter_list=PROMETHEUS dn_metric_level=IMPORTANT
dn_metric_prometheus_reporter_port=9092 dn_metric_internal_reporter_type=IOTDB |
-| 192.168.1.4 | iotdb-2 | datanode | conf/iotdb-datanode.properties |
dn_metric_reporter_list=PROMETHEUS dn_metric_level=IMPORTANT
dn_metric_prometheus_reporter_port=9092 dn_metric_internal_reporter_type=IOTDB |
-| 192.168.1.5 | iotdb-3 | datanode | conf/iotdb-datanode.properties |
dn_metric_reporter_list=PROMETHEUS dn_metric_level=IMPORTANT
dn_metric_prometheus_reporter_port=9092 dn_metric_internal_reporter_type=IOTDB |
+| 192.168.1.3 | iotdb-1 | confignode | conf/iotdb-system.properties |
cn_metric_reporter_list=PROMETHEUS cn_metric_level=IMPORTANT
cn_metric_prometheus_reporter_port=9091 |
+| 192.168.1.4 | iotdb-2 | confignode | conf/iotdb-system.properties |
cn_metric_reporter_list=PROMETHEUS cn_metric_level=IMPORTANT
cn_metric_prometheus_reporter_port=9091 |
+| 192.168.1.5 | iotdb-3 | confignode | conf/iotdb-system.properties |
cn_metric_reporter_list=PROMETHEUS cn_metric_level=IMPORTANT
cn_metric_prometheus_reporter_port=9091 |
+| 192.168.1.3 | iotdb-1 | datanode | conf/iotdb-system.properties |
dn_metric_reporter_list=PROMETHEUS dn_metric_level=IMPORTANT
dn_metric_prometheus_reporter_port=9092 dn_metric_internal_reporter_type=IOTDB |
+| 192.168.1.4 | iotdb-2 | datanode | conf/iotdb-system.properties |
dn_metric_reporter_list=PROMETHEUS dn_metric_level=IMPORTANT
dn_metric_prometheus_reporter_port=9092 dn_metric_internal_reporter_type=IOTDB |
+| 192.168.1.5 | iotdb-3 | datanode | conf/iotdb-system.properties |
dn_metric_reporter_list=PROMETHEUS dn_metric_level=IMPORTANT
dn_metric_prometheus_reporter_port=9092 dn_metric_internal_reporter_type=IOTDB |
Review Comment:
Redundant
--
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.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]