Nicklee007 opened a new pull request, #16143: URL: https://github.com/apache/pulsar/pull/16143
Master Issue: #15978 relate to PR #15979 ### Motivation In some Linux os, like Centos or RedHat will auto clean the file in the /tmp dir when 7 days or 30 days the file not be used, In this way, the .class file will loss, so we should change the default nar tmp dir to `$PULSAR_HOME ` will better. The PR #15979 help we get the `DEFAULT_NAR_EXTRACTION_DIR` from `nar.extraction.tmpdir`. ### Modifications Change the `DEFAULT_NAR_EXTRACTION_DIR`; - [X ] `doc-required` The `DEFAULT_NAR_EXTRACTION_DIR` change to the `$PULSAR_HOME/tmp`, user should permit pulsar can write/read the dir. -- 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]
