lhotari opened a new pull request #13022: URL: https://github.com/apache/pulsar/pull/13022
### Motivation Running `pulsar-perf` in docker fails with this error: ``` root@3b36a0ea475b:/pulsar# ./bin/pulsar-perf produce [0.000s][error][logging] Error opening log file 'logs/pulsar_gc_14.log': No such file or directory [0.000s][error][logging] Initialization of output 'file=logs/pulsar_gc_%p.log' using options 'filecount=10,filesize=20M' failed. Invalid -Xlog option '-Xlog:gc*:logs/pulsar_gc_%p.log:time,uptime:filecount=10,filesize=20M', see error log for details. Error: Could not create the Java Virtual Machine. Error: A fatal exception has occurred. Program will exit. ``` ### Modifications - create /pulsar/logs directory since it's now required for running `pulsar-perf` after #11285 changes -- 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]
