File tree Expand file tree Collapse file tree
datanode/src/main/java/org/apache/iotdb/db/conf
node-commons/src/assembly/resources/conf Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -123,7 +123,7 @@ public class IoTDBConfig {
123123 private int mqttMaxMessageSize = 1048576 ;
124124
125125 /** Rpc binding address. */
126- private String rpcAddress = "0 .0.0.0 " ;
126+ private String rpcAddress = "127 .0.0.1 " ;
127127
128128 /** whether to use thrift compression. */
129129 private boolean rpcThriftCompressionEnable = false ;
Original file line number Diff line number Diff line change @@ -39,7 +39,7 @@ cn_internal_address=127.0.0.1
3939cn_internal_port =10710
4040cn_consensus_port =10720
4141
42- dn_rpc_address =0 .0.0.0
42+ dn_rpc_address =127 .0.0.1
4343dn_rpc_port =6667
4444dn_internal_address =127.0.0.1
4545dn_internal_port =10730
Original file line number Diff line number Diff line change @@ -73,7 +73,7 @@ cn_consensus_port=10720
7373# Could set 127.0.0.1(for local test) or ipv4 address
7474# effectiveMode: restart
7575# Datatype: String
76- dn_rpc_address=0 .0.0.0
76+ dn_rpc_address=127 .0.0.1
7777
7878# Used for connection of IoTDB native clients(Session)
7979# Bind with dn_rpc_address
You can’t perform that action at this time.
0 commit comments