Demogorgon314 opened a new pull request #13252: URL: https://github.com/apache/pulsar/pull/13252
Failed CI: https://github.com/apache/pulsar/runs/4501006108?check_suite_focus=true#step:3:1 ### Motivation The Tune Runner VM is flaky. Sometimes, the parent directory of `memory.swappiness` can't find, we should check it first. ```shell Run if [[ "$OSTYPE" == "linux-gnu"* ]]; then 10.1.0.235 fv-az198-145.gjkxsqtjg41etoza45cw35jkyb.bx.internal.cloudapp.net fv-az198-145 1 tee: /sys/fs/cgroup/memory/system.slice/snap-snapd-13640.mount/memory.swappiness: No such file or directory Error: Process completed with exit code 1. ``` ### Modifications Add a check of the parent directory of `memory.swappiness` ### Documentation - [x] `no-need-doc` -- 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]
