This is an automated email from the ASF dual-hosted git repository.
dataroaring pushed a commit to branch branch-3.0
in repository https://gitbox.apache.org/repos/asf/doris.git
The following commit(s) were added to refs/heads/branch-3.0 by this push:
new 654e1e517c1 branch-3.0: [chore](log) Fix typo when meta-service checks
priority_networks #49704 (#49827)
654e1e517c1 is described below
commit 654e1e517c1e4d6cd6e0b1cdb8877114d59886d7
Author: github-actions[bot]
<41898282+github-actions[bot]@users.noreply.github.com>
AuthorDate: Mon Apr 7 17:44:09 2025 +0800
branch-3.0: [chore](log) Fix typo when meta-service checks
priority_networks #49704 (#49827)
Cherry-picked from #49704
Co-authored-by: Gavin Chou <[email protected]>
---
cloud/src/common/network_util.cpp | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/cloud/src/common/network_util.cpp
b/cloud/src/common/network_util.cpp
index d31ca7ad937..afec16200e0 100644
--- a/cloud/src/common/network_util.cpp
+++ b/cloud/src/common/network_util.cpp
@@ -167,7 +167,7 @@ std::string get_local_ip(const std::string&
priority_networks) {
if (config::enable_loopback_address_for_ms || localhost_str !=
"127.0.0.1") return;
LOG(WARNING) << "localhost IP is loopback address (127.0.0.1), "
<< "there may be multiple NICs for use, "
- << "please set priority_network with a CIDR expression in
doris_cloud.conf "
+ << "please set priority_networks with a CIDR expression
in doris_cloud.conf "
<< "to choose a non-loopback address accordingly";
exit(-1);
});
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]