You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@bookkeeper.apache.org by GitBox <gi...@apache.org> on 2022/08/01 14:18:37 UTC

[GitHub] [bookkeeper] MarvinCai commented on issue #3287: Can not recognize ipv6 ip when init zk

MarvinCai commented on issue #3287:
URL: https://github.com/apache/bookkeeper/issues/3287#issuecomment-1201269114

   `bin/pulsar initialize-cluster-metadata` looks like the command to initialize cluster metadata for Pulsar cluster.
   As in `bin/pulsar` script ipv6 support is explicitly disabled: https://github.com/apache/pulsar/blob/3f109d6cb7f128a5f8331e33477fd69c3c26d531/bin/pulsar#L275
   But we can override it by using env var `export PULSAR_EXTRA_OPTS=-Djava.net.preferIPv4Stack=false`
   Also if you were having trouble with bk metadata init we can use`export BOOKIE_EXTRA_OPTS=-Djava.net.preferIPv4Stack=false`


-- 
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: issues-unsubscribe@bookkeeper.apache.org

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