You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@iotdb.apache.org by su...@apache.org on 2020/07/17 01:08:34 UTC

[incubator-iotdb] branch jira_800_rel/0.10 created (now a529fcb)

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

sunzesong pushed a change to branch jira_800_rel/0.10
in repository https://gitbox.apache.org/repos/asf/incubator-iotdb.git.


      at a529fcb  [IOTDB-800] Add a new config type for those which could not be modified after first start

This branch includes the following new commits:

     new a529fcb  [IOTDB-800] Add a new config type for those which could not be modified after first start

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.



[incubator-iotdb] 01/01: [IOTDB-800] Add a new config type for those which could not be modified after first start

Posted by su...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

sunzesong pushed a commit to branch jira_800_rel/0.10
in repository https://gitbox.apache.org/repos/asf/incubator-iotdb.git

commit a529fcb8ead1ca6ebb1a7e2cc073c546a59fda59
Author: samperson1997 <sz...@mails.tsinghua.edu.cn>
AuthorDate: Fri Jul 17 09:07:55 2020 +0800

    [IOTDB-800] Add a new config type for those which could not be modified after first start
---
 docs/UserGuide/Architecture/Writing Data on HDFS.md    |  2 +-
 docs/UserGuide/Server/Config Manual.md                 | 10 +++++-----
 docs/zh/UserGuide/Architecture/Writing Data on HDFS.md |  2 +-
 docs/zh/UserGuide/Server/Config Manual.md              |  8 ++++----
 4 files changed, 11 insertions(+), 11 deletions(-)

diff --git a/docs/UserGuide/Architecture/Writing Data on HDFS.md b/docs/UserGuide/Architecture/Writing Data on HDFS.md
index d6f6133..dbf2e43 100644
--- a/docs/UserGuide/Architecture/Writing Data on HDFS.md	
+++ b/docs/UserGuide/Architecture/Writing Data on HDFS.md	
@@ -50,7 +50,7 @@ Edit user config in `iotdb-engine.properties`. Related configurations are:
 |Description| The storage file system of Tsfile and related data files. Currently LOCAL file system and HDFS are supported.|
 |Type| String |
 |Default|LOCAL |
-|Effective|After restart system|
+|Effective|Only allowed to be modified in first start up|
 
 * core\_site\_path
 
diff --git a/docs/UserGuide/Server/Config Manual.md b/docs/UserGuide/Server/Config Manual.md
index 6046275..e95f565 100644
--- a/docs/UserGuide/Server/Config Manual.md	
+++ b/docs/UserGuide/Server/Config Manual.md	
@@ -148,7 +148,7 @@ The permission definitions are in ${IOTDB\_CONF}/conf/jmx.access.
 |Description|The maximum degree of the metadata index tree (that is, the max number of each node's children)|
 |Type|Int32|
 |Default| 1024 |
-|Effective|Trigger|
+|Effective|Only allowed to be modified in first start up|
 
 * max\_string\_length
 
@@ -315,7 +315,7 @@ The permission definitions are in ${IOTDB\_CONF}/conf/jmx.access.
 |Description| Whether enable time partition for data, if disabled, all data belongs to partition 0 |
 |Type|Bool|
 |Default| false |
-|Effective|After restart system|
+|Effective|Only allowed to be modified in first start up|
 
 * partition\_interval
 
@@ -324,7 +324,7 @@ The permission definitions are in ${IOTDB\_CONF}/conf/jmx.access.
 |Description| Time range for dividing storage group, time series data will be divided into groups by this time range |
 |Type|Int64|
 |Default| 604800 |
-|Effective|Should not be changed after first start up|
+|Effective|Only allowed to be modified in first start up|
 
 
 * concurrent\_writing\_time\_partition
@@ -361,7 +361,7 @@ The permission definitions are in ${IOTDB\_CONF}/conf/jmx.access.
 |Description| The maximum persistence size of tags and attributes of each time series.|
 |Type| Int32 |
 |Default| 700 |
-|Effective|After restart system|
+|Effective|Only allowed to be modified in first start up|
 
 * enable\_partial\_insert
 
@@ -460,7 +460,7 @@ The permission definitions are in ${IOTDB\_CONF}/conf/jmx.access.
 |Description| The storage file system of Tsfile and related data files. Currently LOCAL file system and HDFS are supported.|
 |Type| String |
 |Default|LOCAL |
-|Effective|After restart system|
+|Effective|Only allowed to be modified in first start up|
 
 * core\_site\_path
 
diff --git a/docs/zh/UserGuide/Architecture/Writing Data on HDFS.md b/docs/zh/UserGuide/Architecture/Writing Data on HDFS.md
index 5d80f28..8fc3071 100644
--- a/docs/zh/UserGuide/Architecture/Writing Data on HDFS.md	
+++ b/docs/zh/UserGuide/Architecture/Writing Data on HDFS.md	
@@ -50,7 +50,7 @@
 |描述| Tsfile和相关数据文件的存储文件系统。目前支持LOCAL(本地文件系统)和HDFS两种|
 |类型| String |
 |默认值|LOCAL |
-|改后生效方式|重启服务器生效|
+|改后生效方式|仅允许在第一次启动服务器前修改|
 
 * core\_site\_path
 
diff --git a/docs/zh/UserGuide/Server/Config Manual.md b/docs/zh/UserGuide/Server/Config Manual.md
index 6c53b6c..adc5a7c 100644
--- a/docs/zh/UserGuide/Server/Config Manual.md	
+++ b/docs/zh/UserGuide/Server/Config Manual.md	
@@ -119,7 +119,7 @@
 |描述|元数据索引树的最大度(即每个节点的最大子节点个数)|
 |类型|Int32|
 |默认值| 1024 |
-|改后生效方式|触发生效|
+|改后生效方式|仅允许在第一次启动服务器前修改|
 
 * max\_string\_length
 
@@ -215,7 +215,7 @@
 |描述| 每个时间序列标签和属性的最大持久化字节数|
 |类型| Int32 |
 |默认值| 700 |
-|改后生效方式|重启服务器生效|
+|改后生效方式|仅允许在第一次启动服务器前修改|
 
 * enable\_partial\_insert
 
@@ -305,7 +305,7 @@
 |Description| 是否开启将数据按时间分区存储的功能,如果关闭,所有数据都属于分区 0|
 |Type|Bool|
 |Default| false |
-|Effective|重启服务器生效|
+|Effective|仅允许在第一次启动服务器前修改|
 
 * partition\_interval
 
@@ -406,7 +406,7 @@
 |描述| Tsfile和相关数据文件的存储文件系统。目前支持LOCAL(本地文件系统)和HDFS两种|
 |类型| String |
 |默认值|LOCAL |
-|改后生效方式|重启服务器生效|
+|改后生效方式|仅允许在第一次启动服务器前修改|
 
 * core\_site\_path