You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@bookkeeper.apache.org by eolivelli <gi...@git.apache.org> on 2017/04/20 14:31:46 UTC

[GitHub] bookkeeper issue #80: BOOKKEEPER-816: use native fallocate to improve journa...

Github user eolivelli commented on the issue:

    https://github.com/apache/bookkeeper/pull/80
  
    @sijie on the logs of tests (I'm running the build on Linux x64 Fedora) now I have plenty of these errors:
    
    > 2017-04-20 16:07:01,815 - INFO  - [BookieJournal-15001:NativeIO@41] - Loading bookkeeper native library.
    > 2017-04-20 16:07:01,815 - INFO  - [BookieJournal-15001:NativeIO@46] - Unable to load bookkeeper native library. Native methods will be disabled : 
    > java.lang.UnsatisfiedLinkError: no bookkeeper in java.library.path
    >         at java.lang.ClassLoader.loadLibrary(ClassLoader.java:1867)
    >         at java.lang.Runtime.loadLibrary0(Runtime.java:870)
    >         at java.lang.System.loadLibrary(System.java:1122)
    >         at org.apache.bookkeeper.util.NativeIO.<clinit>(NativeIO.java:42)
    
    Is there any way to:
    - create less logs
    - run the tests with the native library automatically in the library path ?



---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastructure@apache.org or file a JIRA ticket
with INFRA.
---