Skip to content

Commit 55ac29f

Browse files
authored
cluster_name supports hot loading (#896)
1 parent 03a85d1 commit 55ac29f

File tree

24 files changed

+79
-79
lines changed

24 files changed

+79
-79
lines changed

src/UserGuide/Master/Table/Deployment-and-Maintenance/Stand-Alone-Deployment_apache.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,7 @@ Set the following parameters in `conf/iotdb-system.properties`. Refer to `conf/i
111111

112112
| **Parameter** | **Description** | **Default** | **Recommended** | **Notes** |
113113
| :------------------------ | :-------------------------- | :------------- | :-------------- | :----------------------------------------------------------- |
114-
| cluster_name | Name of the cluster | defaultCluster | Customizable | If there is no specific requirement, keep the default value. |
114+
| cluster_name | Name of the cluster | defaultCluster | Customizable | Support hot loading, but it is not recommended to change the cluster name by manually modifying the configuration file. |
115115
| schema_replication_factor | Number of metadata replicas | 1 | 1 | In standalone mode, set this to 1. This value cannot be modified after the first startup. |
116116
| data_replication_factor | Number of data replicas | 1 | 1 | In standalone mode, set this to 1. This value cannot be modified after the first startup. |
117117

src/UserGuide/Master/Table/Deployment-and-Maintenance/Stand-Alone-Deployment_timecho.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,7 @@ Set the following parameters in `conf/iotdb-system.properties`. Refer to `conf/i
107107

108108
| **Parameter** | **Description** | **Default** | **Recommended** | **Notes** |
109109
| :------------------------ | :-------------------------- | :------------- | :-------------- | :----------------------------------------------------------- |
110-
| cluster_name | Name of the cluster | defaultCluster | Customizable | If there is no specific requirement, keep the default value. |
110+
| cluster_name | Name of the cluster | defaultCluster | Customizable | Support hot loading, but it is not recommended to change the cluster name by manually modifying the configuration file. |
111111
| schema_replication_factor | Number of metadata replicas | 1 | 1 | In standalone mode, set this to 1. This value cannot be modified after the first startup. |
112112
| data_replication_factor | Number of data replicas | 1 | 1 | In standalone mode, set this to 1. This value cannot be modified after the first startup. |
113113

src/UserGuide/Master/Tree/Deployment-and-Maintenance/Stand-Alone-Deployment_apache.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@ Open the general configuration file (./conf/iotdb-system. properties file) and s
102102

103103
| **Configuration** | **Description** | **Default** | **Recommended value** | Note |
104104
| :-----------------------: | :----------------------------------------------------------: | :------------: | :----------------------------------------------------------: | :---------------------------------------------------: |
105-
| cluster_name | Cluster Name | defaultCluster | The cluster name can be set as needed, and if there are no special needs, the default can be kept | Cannot be modified after initial startup |
105+
| cluster_name | Cluster Name | defaultCluster | The cluster name can be set as needed, and if there are no special needs, the default can be kept | Support hot loading, but it is not recommended to change the cluster name by manually modifying the configuration file |
106106
| schema_replication_factor | Number of metadata replicas, set to 1 for the standalone version here | 1 | 1 | Default 1, cannot be modified after the first startup |
107107
| data_replication_factor | Number of data replicas, set to 1 for the standalone version here | 1 | 1 | Default 1, cannot be modified after the first startup |
108108

src/UserGuide/Master/Tree/Deployment-and-Maintenance/Stand-Alone-Deployment_timecho.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,7 @@ Set the following parameters in `conf/iotdb-system.properties`. Refer to `conf/i
107107

108108
| **Parameter** | **Description** | **Default** | **Recommended** | **Notes** |
109109
| :------------------------ | :-------------------------- | :------------- | :-------------- | :----------------------------------------------------------- |
110-
| cluster_name | Name of the cluster | defaultCluster | Customizable | If there is no specific requirement, keep the default value. |
110+
| cluster_name | Name of the cluster | defaultCluster | Customizable | Support hot loading, but it is not recommended to change the cluster name by manually modifying the configuration file. |
111111
| schema_replication_factor | Number of metadata replicas | 1 | 1 | In standalone mode, set this to 1. This value cannot be modified after the first startup. |
112112
| data_replication_factor | Number of data replicas | 1 | 1 | In standalone mode, set this to 1. This value cannot be modified after the first startup. |
113113

src/UserGuide/V1.3.x/Deployment-and-Maintenance/Stand-Alone-Deployment_apache.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,7 @@ Open the general configuration file (./conf/iotdb-system. properties file) and s
103103

104104
| **Configuration** | **Description** | **Default** | **Recommended value** | Note |
105105
| :-----------------------: | :----------------------------------------------------------: | :------------: | :----------------------------------------------------------: | :---------------------------------------------------: |
106-
| cluster_name | Cluster Name | defaultCluster | The cluster name can be set as needed, and if there are no special needs, the default can be kept | Cannot be modified after initial startup |
106+
| cluster_name | Cluster Name | defaultCluster | The cluster name can be set as needed, and if there are no special needs, the default can be kept | Support hot loading from V1.3.3, but it is not recommended to change the cluster name by manually modifying the configuration file |
107107
| schema_replication_factor | Number of metadata replicas, set to 1 for the standalone version here | 1 | 1 | Default 1, cannot be modified after the first startup |
108108
| data_replication_factor | Number of data replicas, set to 1 for the standalone version here | 1 | 1 | Default 1, cannot be modified after the first startup |
109109

src/UserGuide/V1.3.x/Deployment-and-Maintenance/Stand-Alone-Deployment_timecho.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,7 @@ Open the general configuration file (./conf/iotdb-system. properties file) and s
104104

105105
| **Configuration** | **Description** | **Default** | **Recommended value** | Note |
106106
| :-----------------------: | :----------------------------------------------------------: | :------------: | :----------------------------------------------------------: | :---------------------------------------------------: |
107-
| cluster_name | Cluster Name | defaultCluster | The cluster name can be set as needed, and if there are no special needs, the default can be kept | Cannot be modified after initial startup |
107+
| cluster_name | Cluster Name | defaultCluster | The cluster name can be set as needed, and if there are no special needs, the default can be kept | Support hot loading from V1.3.3, but it is not recommended to change the cluster name by manually modifying the configuration file |
108108
| schema_replication_factor | Number of metadata replicas, set to 1 for the standalone version here | 1 | 1 | Default 1, cannot be modified after the first startup |
109109
| data_replication_factor | Number of data replicas, set to 1 for the standalone version here | 1 | 1 | Default 1, cannot be modified after the first startup |
110110

src/UserGuide/dev-1.3/Deployment-and-Maintenance/Stand-Alone-Deployment_apache.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -105,11 +105,11 @@ cd apache-iotdb-{version}-all-bin
105105

106106
Open the general configuration file (./conf/iotdb-system. properties file) and set the following parameters:
107107

108-
| **Configuration** | **Description** | **Default** | **Recommended value** | Note |
109-
| :-----------------------: | :----------------------------------------------------------: | :------------: | :----------------------------------------------------------: | :---------------------------------------------------: |
110-
| cluster_name | Cluster Name | defaultCluster | The cluster name can be set as needed, and if there are no special needs, the default can be kept | Cannot be modified after initial startup |
111-
| schema_replication_factor | Number of metadata replicas, set to 1 for the standalone version here | 1 | 1 | Default 1, cannot be modified after the first startup |
112-
| data_replication_factor | Number of data replicas, set to 1 for the standalone version here | 1 | 1 | Default 1, cannot be modified after the first startup |
108+
| **Configuration** | **Description** | **Default** | **Recommended value** | Note |
109+
| :-----------------------: | :----------------------------------------------------------: | :------------: | :----------------------------------------------------------: |:----------------------------------------------------------------------------------------------------------------------------------:|
110+
| cluster_name | Cluster Name | defaultCluster | The cluster name can be set as needed, and if there are no special needs, the default can be kept | Support hot loading from V1.3.3, but it is not recommended to change the cluster name by manually modifying the configuration file |
111+
| schema_replication_factor | Number of metadata replicas, set to 1 for the standalone version here | 1 | 1 | Default 1, cannot be modified after the first startup |
112+
| data_replication_factor | Number of data replicas, set to 1 for the standalone version here | 1 | 1 | Default 1, cannot be modified after the first startup |
113113

114114
#### ConfigNode Configuration
115115

src/UserGuide/dev-1.3/Deployment-and-Maintenance/Stand-Alone-Deployment_timecho.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -102,11 +102,11 @@ cd iotdb-enterprise-{version}-bin
102102

103103
Open the general configuration file (./conf/iotdb-system. properties file) and set the following parameters:
104104

105-
| **Configuration** | **Description** | **Default** | **Recommended value** | Note |
106-
| :-----------------------: | :----------------------------------------------------------: | :------------: | :----------------------------------------------------------: | :---------------------------------------------------: |
107-
| cluster_name | Cluster Name | defaultCluster | The cluster name can be set as needed, and if there are no special needs, the default can be kept | Cannot be modified after initial startup |
108-
| schema_replication_factor | Number of metadata replicas, set to 1 for the standalone version here | 1 | 1 | Default 1, cannot be modified after the first startup |
109-
| data_replication_factor | Number of data replicas, set to 1 for the standalone version here | 1 | 1 | Default 1, cannot be modified after the first startup |
105+
| **Configuration** | **Description** | **Default** | **Recommended value** | Note |
106+
| :-----------------------: | :----------------------------------------------------------: | :------------: | :----------------------------------------------------------: |:----------------------------------------------------------------------------------------------------------------------------------:|
107+
| cluster_name | Cluster Name | defaultCluster | The cluster name can be set as needed, and if there are no special needs, the default can be kept | Support hot loading from V1.3.3, but it is not recommended to change the cluster name by manually modifying the configuration file |
108+
| schema_replication_factor | Number of metadata replicas, set to 1 for the standalone version here | 1 | 1 | Default 1, cannot be modified after the first startup |
109+
| data_replication_factor | Number of data replicas, set to 1 for the standalone version here | 1 | 1 | Default 1, cannot be modified after the first startup |
110110

111111
#### ConfigNode Configuration
112112

src/UserGuide/latest-Table/Deployment-and-Maintenance/Stand-Alone-Deployment_apache.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -112,7 +112,7 @@ Set the following parameters in `conf/iotdb-system.properties`. Refer to `conf/i
112112

113113
| **Parameter** | **Description** | **Default** | **Recommended** | **Notes** |
114114
| :------------------------ | :-------------------------- | :------------- | :-------------- | :----------------------------------------------------------- |
115-
| cluster_name | Name of the cluster | defaultCluster | Customizable | If there is no specific requirement, keep the default value. |
115+
| cluster_name | Name of the cluster | defaultCluster | Customizable | Support hot loading, but it is not recommended to change the cluster name by manually modifying the configuration file. |
116116
| schema_replication_factor | Number of metadata replicas | 1 | 1 | In standalone mode, set this to 1. This value cannot be modified after the first startup. |
117117
| data_replication_factor | Number of data replicas | 1 | 1 | In standalone mode, set this to 1. This value cannot be modified after the first startup. |
118118

src/UserGuide/latest-Table/Deployment-and-Maintenance/Stand-Alone-Deployment_timecho.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,7 @@ Set the following parameters in `conf/iotdb-system.properties`. Refer to `conf/i
107107

108108
| **Parameter** | **Description** | **Default** | **Recommended** | **Notes** |
109109
| :------------------------ | :-------------------------- | :------------- | :-------------- | :----------------------------------------------------------- |
110-
| cluster_name | Name of the cluster | defaultCluster | Customizable | If there is no specific requirement, keep the default value. |
110+
| cluster_name | Name of the cluster | defaultCluster | Customizable | Support hot loading, but it is not recommended to change the cluster name by manually modifying the configuration file. |
111111
| schema_replication_factor | Number of metadata replicas | 1 | 1 | In standalone mode, set this to 1. This value cannot be modified after the first startup. |
112112
| data_replication_factor | Number of data replicas | 1 | 1 | In standalone mode, set this to 1. This value cannot be modified after the first startup. |
113113

0 commit comments

Comments
 (0)