lhotari commented on issue #23843: URL: https://github.com/apache/pulsar/issues/23843#issuecomment-2589191626
> It doesn't seem to work. Maybe I did was wrong,or it's a new problem? [@lhotari](https://github.com/lhotari) @zey1996 Due to the way how the scripts are structured, it's currently not supported to set `-Djava.net.preferIPv4Stack=false` in `OPTS`. You will need to add it to `PULSAR_MEM`/`BOOKIE_MEM`, `PULSAR_GC`/`BOOKIE_GC` or `PULSAR_EXTRA_OPTS`/`BOOKIE_EXTRA_OPTS`. The problem in adding to `PULSAR_EXTRA_OPTS`/`BOOKIE_EXTRA_OPTS` is that it drops the defaults, that's why using `PULSAR_MEM`/`BOOKIE_MEM` or `PULSAR_GC`/`BOOKIE_GC` could be a way forward. I'll create a separate PR to allow putting `-Djava.net.preferIPv4Stack=false` to `OPTS`. -- 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: commits-unsubscr...@pulsar.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org