equanz opened a new pull request, #4533:
URL: https://github.com/apache/bookkeeper/pull/4533

   ### Motivation
   
   If the default temporary directory is not available, native libraries cannot 
be loaded.
   
   For this situation, other projects have the ability to set custom working 
directory.
   
   examples:
   * Netty: 
https://github.com/netty/netty/blob/2eb7fcef56ae82ab5ca5e1c9e03901bf94df204b/common/src/main/java/io/netty/util/internal/NativeLibraryLoader.java#L196
   * RocksDB: 
https://github.com/facebook/rocksdb/blob/v7.10.2/java/src/main/java/org/rocksdb/RocksDB.java#L58-L70
   
   ### Changes
   
   * Add temp dir property for native library
   


-- 
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]

Reply via email to