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-unsubscr...@bookkeeper.apache.org

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

Reply via email to