xzj7019 commented on code in PR #28615:
URL: https://github.com/apache/doris/pull/28615#discussion_r1432512615


##########
conf/fe.conf:
##########
@@ -69,6 +69,7 @@ arrow_flight_sql_port = -1
 # If no ip match this rule, will choose one randomly.
 # use CIDR format, e.g. 10.10.10.0/24 or IP format, e.g. 10.10.10.1
 # Default value is empty.
+priority_networks = 127.0.0.1/24

Review Comment:
   remove this.



##########
conf/be.conf:
##########
@@ -55,7 +55,7 @@ ssl_private_key_path = "$DORIS_HOME/conf/key.pem"
 # If no ip match this rule, will choose one randomly.
 # use CIDR format, e.g. 10.10.10.0/24 or IP format, e.g. 10.10.10.1
 # Default value is empty.
-# priority_networks = 10.10.10.0/24;192.168.0.0/16
+priority_networks = 127.0.0.1/24

Review Comment:
   remove this.



-- 
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: commits-unsubscr...@doris.apache.org

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


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscr...@doris.apache.org
For additional commands, e-mail: commits-h...@doris.apache.org

Reply via email to