CRZbulabula commented on code in PR #8708:
URL: https://github.com/apache/iotdb/pull/8708#discussion_r1060371307


##########
server/src/assembly/resources/conf/iotdb-datanode.properties:
##########
@@ -17,6 +17,14 @@
 # under the License.
 #
 
+####################
+### Cluster Configuration
+####################
+
+# Used for indicate cluster name and distinguish different cluster.
+# Datatype: string
+cluster_name=defaultCluster

Review Comment:
   Fixed~



##########
confignode/src/assembly/resources/conf/iotdb-confignode.properties:
##########
@@ -17,6 +17,14 @@
 # under the License.
 #
 
+####################
+### Cluster Configuration
+####################
+
+# Used for indicate cluster name and distinguish different cluster.
+# Datatype: string
+cluster_name=defaultCluster

Review Comment:
   I've moved it into the iotdb-common.properties~



-- 
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: reviews-unsubscr...@iotdb.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to