You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@bookkeeper.apache.org by jiazhai <gi...@git.apache.org> on 2017/05/03 07:55:31 UTC

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

Github user jiazhai commented on the issue:

    https://github.com/apache/bookkeeper/pull/80
  
    build success on ubuntu 16.04.
    ```
    [INFO] bookkeeper ......................................... SUCCESS [  0.836 s]
    [INFO] compability dependencies ........................... SUCCESS [  0.014 s]
    [INFO] bookkeeper-server-compat400 ........................ SUCCESS [  9.552 s]
    [INFO] bookkeeper-server-compat410 ........................ SUCCESS [  7.361 s]
    [INFO] bookkeeper-server-compat420 ........................ SUCCESS [  8.026 s]
    [INFO] Stats API for bookkeeper ........................... SUCCESS [  0.189 s]
    [INFO] bookkeeper-server .................................. SUCCESS [ 12.366 s]
    [INFO] bookkeeper-benchmark ............................... SUCCESS [  1.108 s]
    [INFO] Stats provider for twitter-stats package ........... SUCCESS [  0.627 s]
    [INFO] Stats provider for twitter-ostrich package ......... SUCCESS [  1.415 s]
    [INFO] Stats provider for codahale metrics ................ SUCCESS [ 17.862 s]
    [INFO] bookkeeper-stats-providers ......................... SUCCESS [  0.011 s]
    [INFO] ------------------------------------------------------------------------
    [INFO] BUILD SUCCESS
    [INFO] ------------------------------------------------------------------------
    [INFO] Total time: 59.685 s
    [INFO] Finished at: 2017-05-03T15:49:41+08:00
    [INFO] Final Memory: 48M/715M
    [INFO] ------------------------------------------------------------------------
    
    jia@x-ubuntu:~/ws/code/bookkeeper-95028b9d85f6e0dbc932f44b440798ea4fb49d02$ uname -a
    Linux x-ubuntu 4.8.0-49-generic #52~16.04.1-Ubuntu SMP Thu Apr 20 10:55:59 UTC 2017 x86_64 x86_64 x86_64 GNU/Linux
    ```
    
    @eolivelli Is the build error related to this change?
    It seems  not finding file <asm-x86_64/unistd.h> while make.
    ```
    [exec] #include <asm-x86_64/unistd.h>
    [exec] ^
    [exec] compilation terminated.
    ```


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