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 e11116285ba conf: make cluster_name and timestamp_precision be comment
(#11904)
e11116285ba is described below
commit e11116285ba819f966ea3cfda1eda950cc0226df
Author: CritasWang <[email protected]>
AuthorDate: Tue Jan 16 11:42:04 2024 +0800
conf: make cluster_name and timestamp_precision be comment (#11904)
---
.../src/assembly/resources/conf/iotdb-common.properties | 8 ++------
1 file changed, 2 insertions(+), 6 deletions(-)
diff --git
a/iotdb-core/node-commons/src/assembly/resources/conf/iotdb-common.properties
b/iotdb-core/node-commons/src/assembly/resources/conf/iotdb-common.properties
index 9102583cf38..cf363cda563 100644
---
a/iotdb-core/node-commons/src/assembly/resources/conf/iotdb-common.properties
+++
b/iotdb-core/node-commons/src/assembly/resources/conf/iotdb-common.properties
@@ -22,7 +22,7 @@
# Used for indicate cluster name and distinguish different cluster.
# Datatype: string
-cluster_name=defaultCluster
+# cluster_name=defaultCluster
####################
### Replication configuration
@@ -449,7 +449,7 @@ cluster_name=defaultCluster
# Use this value to set timestamp precision as "ms", "us" or "ns".
# Once the precision has been set, it can not be changed.
# Datatype: String
-timestamp_precision=ms
+# timestamp_precision=ms
# When the timestamp precision check is enabled, the timestamps those are over
13 digits for ms precision, or over 16 digits for us precision are not allowed
to be inserted.
# Datatype: Boolean
@@ -811,10 +811,6 @@ timestamp_precision=ms
# Datatype: int
# pattern_matching_threshold=1000000
-# Max size limitation of input string
-# Datatype: int
-# max_string_length=128
-
# Floating-point precision
# Datatype: int
# float_precision=2