merlimat opened a new pull request, #3824: URL: https://github.com/apache/bookkeeper/pull/3824
### Motivation For calling `posix_fadvise`, we are using JNA which is a wrapper on top of JNI. While JNA is convenient because it's dynamically creating a stub for accessing native methods, it's also very inefficient compared to direct JNI access. Since we already have JNI modules, we should add `posix_fadvise` there and remove the dependency on JNA. -- 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]
