CRZbulabula opened a new pull request, #10228: URL: https://github.com/apache/iotdb/pull/10228
**confignode-system.properties:** ``` #Tue Jun 20 10:44:45 CST 2023 cn_internal_address=127.0.0.1 config_node_consensus_protocol_class=org.apache.iotdb.consensus.ratis.RatisConsensus schema_engine_mode=Memory time_partition_interval=604800000 tag_attribute_total_size=700 config_node_id=0 series_partition_slot_num=1000 config_node_list=0,127.0.0.1\:10710,127.0.0.1\:10720 timestamp_precision=ms series_partition_executor_class=org.apache.iotdb.commons.partition.executor.hash.BKDRHashExecutor commit_id=0bf7d75-dev iotdb_version=1.3.0-SNAPSHOT cn_internal_port=10710 schema_region_consensus_protocol_class=org.apache.iotdb.consensus.ratis.RatisConsensus is_seed_config_node=true cn_consensus_port=10720 data_region_consensus_protocol_class=org.apache.iotdb.consensus.iot.IoTConsensus cluster_name=defaultCluster ``` **system.properties:** ``` #System properties: #Tue Jun 20 10:44:49 CST 2023 data_node_id=1 config_node_list=127.0.0.1\:10710 iotdb_version=1.3.0-SNAPSHOT dn_mpp_data_exchange_port=10740 dn_internal_address=127.0.0.1 dn_data_region_consensus_port=10760 dn_schema_region_consensus_port=10750 dn_rpc_address=0.0.0.0 dn_rpc_port=6667 dn_internal_port=10730 commit_id=0bf7d75-dev cluster_name=defaultCluster ``` -- 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: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
