akpatnam25 commented on code in PR #2713:
URL: https://github.com/apache/celeborn/pull/2713#discussion_r1756101227
##########
common/src/main/scala/org/apache/celeborn/common/CelebornConf.scala:
##########
@@ -1723,6 +1728,23 @@ object CelebornConf extends Logging {
.intConf
.createOptional
+ val NETWORK_WILDCARD_ADDRESS_BIND: ConfigEntry[Boolean] =
+ buildConf("celeborn.network.bind.wildcardAddress")
+ .categories("network")
+ .version("0.6.0")
+ .doc("When `true`, the bind address will be set to a wildcard address,
while the advertise address will " +
Review Comment:
according to InetAddress docs it is defined as `wildcard address`:
https://docs.oracle.com/javase/7/docs/api/java/net/InetSocketAddress.html#InetSocketAddress(int)
I can make the doc more clear, thanks for bringing this up @pan3793
--
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]