wangjialing218 commented on PR #3158: URL: https://github.com/apache/bookkeeper/pull/3158#issuecomment-1501542993
> > In org.apache.bookkeeper.net.DNS#reverseDns, it can't handle ipv6, also need to fix it. @horizonzy `reverseDns` only execute when `advertisedAddress` is not set. In this case, the ipv6 address of the host will be ignored. Let's keep this behave unchanged, bookie server will advertise ipv4 address when `advertisedAddress` is not set. To enable advertise ipv6 address for bookie server, we should set `advertisedAddress` with ipv6 address of the host. -- 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]
