Gilthoniel opened a new issue, #23678: URL: https://github.com/apache/pulsar/issues/23678
### Search before asking - [X] I searched in the [issues](https://github.com/apache/pulsar/issues) and found nothing similar. ### Read release policy - [X] I understand that unsupported versions don't get bug fixes. I will attempt to reproduce the issue on a supported version of Pulsar client and Pulsar broker. ### Version Pulsar v4.0.1 ### Minimal reproduce step Run this to observe the missing property: ```Shell docker image rm apachepulsar/pulsar:4.0.1 docker run -it --rm apachepulsar/pulsar:4.0.1 sh -c "PULSAR_PREFIX_journalDirectories=test bin/apply-config-from-env.py conf/bookkeeper.conf; cat conf/bookkeeper.conf | grep journal" ``` Working behavior can be observed with ```Shell docker image rm apachepulsar/pulsar:4.0.1 docker run -it --rm apachepulsar/pulsar:4.0.1 sh -c "echo "" >> conf/bookkeeper.conf; PULSAR_PREFIX_journalDirectories=test bin/apply-config-from-env.py conf/bookkeeper.conf; cat conf/bookkeeper.conf | grep journal" ``` ### What did you expect to see? The property `journalDirectories` should be set in the configuration file. ### What did you see instead? Nothing added to the configuration, nor modified. ### Anything else? I will create a PR to add the return carriage. ### Are you willing to submit a PR? - [X] I'm willing to submit a PR! -- 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]
