-
Notifications
You must be signed in to change notification settings - Fork 77
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[IOTDB-6194] Remove _list from parameter target_config_node_list #106
Conversation
@@ -128,7 +128,7 @@ It costs 0.242s | |||
| cn\_internal\_address | 127.0.0.1 | | |||
| cn\_internal\_port | 10711 | | |||
| cn\_consensus\_port | 10721 | | |||
| cn\_target\_config\_node\_list | 127.0.0.1:10710 | | |||
| cn\_seed\_config\_node | 127.0.0.1:10710 | |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
此文档和timecho里的配置项改名都增加注解,说明V1.2.2及以前版本此配置项名称为dn_target_config_node_list
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
此文档里的配置项改名都增加注解,说明V1.2.2及以前版本此配置项名称为dn_target_config_node_list
|
||
| 名字 | cn\_target\_config\_node\_list | | ||
| 名字 | cn\_seed\_config\_node | | ||
|:------:|:--------------------------------------| | ||
| 描述 | 目标 ConfigNode 地址,ConfigNode 通过此地址加入集群 | |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
在描述里补充下曾用名的说明
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Fixed
|
||
|名字| dn\_target\_config\_node\_list | | ||
|名字| dn\_seed\_config\_node | | ||
|:---:|:------------------------------------| | ||
|描述| ConfigNode 地址,DataNode 启动时通过此地址加入集群 | |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
描述里补充下曾用名说明
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Fixed
@@ -86,8 +86,8 @@ iotd cluster check example | |||
| datanode-env.sh | 对应`iotdb/config/datanode-env.sh` | 非必填 | | |||
| confignode-env.sh | 对应`iotdb/config/confignode-env.sh` | 非必填 | | |||
| iotdb-common.properties | 对应`iotdb/config/iotdb-common.properties` | 非必填 | | |||
| cn_target_config_node_list | 集群配置地址指向存活的ConfigNode,默认指向confignode_x,在`global`与`confignode_servers`同时配置值时优先使用`confignode_servers`中的值,对应`iotdb/config/iotdb-confignode.properties`中的`cn_target_config_node_list` | 必填 | | |||
| dn_target_config_node_list | 集群配置地址指向存活的ConfigNode,默认指向confignode_x,在`global`与`datanode_servers`同时配置值时优先使用`datanode_servers`中的值,对应`iotdb/config/iotdb-datanode.properties`中的`dn_target_config_node_list` | 必填 | | |||
| cn_seed_config_node | 集群配置地址指向存活的ConfigNode,默认指向confignode_x,在`global`与`confignode_servers`同时配置值时优先使用`confignode_servers`中的值,对应`iotdb/config/iotdb-confignode.properties`中的`cn_seed_config_node` | 必填 | |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
这个文档里的配置描述也补充曾用名说明
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Fixed
https://issues.apache.org/jira/browse/IOTDB-6194