You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@pulsar.apache.org by GitBox <gi...@apache.org> on 2022/06/08 10:03:07 UTC

[GitHub] [pulsar] Nicklee007 opened a new issue, #15978: [bug][broker] fix the DEFAULT_NAR_EXTRACTION_DIR cause NoClassDefFoundError

Nicklee007 opened a new issue, #15978:
URL: https://github.com/apache/pulsar/issues/15978

   **Describe the bug**
   The  `DEFAULT_NAR_EXTRACTION_DIR = System.getProperty("java.io.tmpdir")` always use /tmp dir, os will auto cleanup unused file which is in  /tmp dir and unused in a few days. In this case, the protocol handler's .class file will be clean  and cause NoClassDefFoundError.
   
   **Expected behavior**
   The default  project tmp dir should be specified under the project home dir.
   
   **Screenshots**
   <img width="1460" alt="image" src="https://user-images.githubusercontent.com/84127069/172587481-a0e6e885-fe11-4501-b87a-3611e1aa4040.png">
   
   
   **Desktop (please complete the following information):**
    - OS: Centos7.2
   
   


-- 
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: commits-unsubscribe@pulsar.apache.org.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [pulsar] eolivelli closed issue #15978: [bug][broker] The DEFAULT_NAR_EXTRACTION_DIR will cause NoClassDefFoundError

Posted by GitBox <gi...@apache.org>.
eolivelli closed issue #15978: [bug][broker] The DEFAULT_NAR_EXTRACTION_DIR will cause NoClassDefFoundError
URL: https://github.com/apache/pulsar/issues/15978


-- 
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: commits-unsubscribe@pulsar.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org