lhotari commented on issue #23843: URL: https://github.com/apache/pulsar/issues/23843#issuecomment-2594595630
> > Yes, that is expected. The last parameter "wins". > You can use the jinfo -sysprops 1 or jcmd 1 VM.system_properties commands in the shell to check effective values. > > I do this. but I can't understand, It looks like it could work. > ``` bash > my-release-pulsar-broker-2:/pulsar$ jinfo -sysprops 1|grep IP > java.net.preferIPv4Stack=false > my-release-pulsar-broker-2:/pulsar$ jcmd 1 VM.system_properties|grep IP > java.net.preferIPv4Stack=false > ``` > As you can see, the value is `false` as expected. > --- > I found `-Djava.net.preferIPv4Stack=true` be set in `bin/pulsar`, and there's no switch. Can I overwrite it without modifying the image? > Maybe we can add a switch? There is no need to add a switch since the value is `false` as expected. -- 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]
