[jira] [Commented] (BOOKKEEPER-816) use native fallocate & sync_file_range to improve journal allocation

2017-04-20 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/BOOKKEEPER-816?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15978180#comment-15978180 ] ASF GitHub Bot commented on BOOKKEEPER-816: --- Github user eolivelli commented

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

2017-04-20 Thread eolivelli
Github user eolivelli commented on the issue: https://github.com/apache/bookkeeper/pull/80 @sijie in order to load the native library during JUnit tests I have added these lines to bookkeeper-server/pom.xml ``` maven-surefire-plugin

Question regarding Checkpoint/Flush codePath

2017-04-20 Thread Charan Reddy G
Hey, SyncThread.checkpoint(Checkpoint checkpoint) (which is called periodically by SyncThread's executor for every flushInterval) ultimately calls EntryLogger.flushRotatedLogs. In EntryLogger.flushRotatedLogs, first we set 'logChannelsToFlush' to null and then we try to flush and close individual

[jira] [Commented] (BOOKKEEPER-944) Multiple issues and improvements to BK Compaction.

2017-04-20 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/BOOKKEEPER-944?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15977348#comment-15977348 ] ASF GitHub Bot commented on BOOKKEEPER-944: --- Github user eolivelli commented

[GitHub] bookkeeper issue #108: BOOKKEEPER-944: LowWaterMark Storage Threshold

2017-04-20 Thread eolivelli
Github user eolivelli commented on the issue: https://github.com/apache/bookkeeper/pull/108 Overall looks good to me. +1 I am not a fan of the refactor of the LedgerDirsMonitir but I am fine with it anyway But I would like to have an approval from @sijie or @merlimat b

[jira] [Commented] (BOOKKEEPER-816) use native fallocate & sync_file_range to improve journal allocation

2017-04-20 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/BOOKKEEPER-816?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15977342#comment-15977342 ] ASF GitHub Bot commented on BOOKKEEPER-816: --- Github user eolivelli commented

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

2017-04-20 Thread eolivelli
Github user eolivelli commented on the issue: https://github.com/apache/bookkeeper/pull/80 @sijie thanks for the update. I will check again tomorrow. I see I was not clear about the maven central distribution and packaging. I will explain better. I am not using the standar

Build failed in Jenkins: bookkeeper-master-git-pullrequest #307

2017-04-20 Thread Apache Jenkins Server
See Changes: [sijie] Bookie: run garbage collection during startup if all directories became [sijie] Fix conflicts [sijie] Addressed the comments [sijie] Fix merge issue [sijie] Address the fi

Build failed in Jenkins: bookkeeper-master-git-pullrequest #306

2017-04-20 Thread Apache Jenkins Server
See Changes: [sijie] bookie: fallocate & sync_file_range [sijie] fix merge conflicts [sijie] Fix [sijie] Remove sync_range [sijie] Address the compilation issue on mac [sijie] Added missing l

[jira] [Resolved] (BOOKKEEPER-1038) Fix findbugs warnings and upgrade to 3.0.4

2017-04-20 Thread Sijie Guo (JIRA)
[ https://issues.apache.org/jira/browse/BOOKKEEPER-1038?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Sijie Guo resolved BOOKKEEPER-1038. --- Resolution: Fixed Issue resolved by merging pull request 131 [https://github.

[jira] [Commented] (BOOKKEEPER-1038) Fix findbugs warnings and upgrade to 3.0.4

2017-04-20 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/BOOKKEEPER-1038?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15977144#comment-15977144 ] ASF GitHub Bot commented on BOOKKEEPER-1038: Github user asfgit closed th

[GitHub] bookkeeper pull request #131: BOOKKEEPER-1038 Fix findbugs warnings and upgr...

2017-04-20 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/bookkeeper/pull/131 --- 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

[jira] [Commented] (BOOKKEEPER-816) use native fallocate & sync_file_range to improve journal allocation

2017-04-20 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/BOOKKEEPER-816?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15977119#comment-15977119 ] ASF GitHub Bot commented on BOOKKEEPER-816: --- Github user sijie commented on

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

2017-04-20 Thread sijie
Github user sijie commented on the issue: https://github.com/apache/bookkeeper/pull/80 updated the branch with missing license header --- 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 feat

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

2017-04-20 Thread sijie
Github user sijie commented on the issue: https://github.com/apache/bookkeeper/pull/80 @eolivelli -Pnative will build the library. We can update the jenkins job once this change is merged. (I can't do it before this change is merged) Re packaging - that would be the part of th

[jira] [Commented] (BOOKKEEPER-816) use native fallocate & sync_file_range to improve journal allocation

2017-04-20 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/BOOKKEEPER-816?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15976800#comment-15976800 ] ASF GitHub Bot commented on BOOKKEEPER-816: --- Github user eolivelli commented

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

2017-04-20 Thread eolivelli
Github user eolivelli commented on the issue: https://github.com/apache/bookkeeper/pull/80 @sijie a question about packaging: are we going to bundle some kind of pre-built native library ? Maybe we can create another JIRA in order to bundle a precompiled version and distribut

[jira] [Commented] (BOOKKEEPER-816) use native fallocate & sync_file_range to improve journal allocation

2017-04-20 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/BOOKKEEPER-816?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15976792#comment-15976792 ] ASF GitHub Bot commented on BOOKKEEPER-816: --- Github user eolivelli commented

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

2017-04-20 Thread eolivelli
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] - Loadin

Build failed in Jenkins: bookkeeper-master #1725

2017-04-20 Thread Apache Jenkins Server
See -- [...truncated 22.71 KB...] Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 4.726 sec - in org.apache.bookkeeper.test.AsyncLedgerOpsTest Running org.apache.bookkee

[jira] [Commented] (BOOKKEEPER-1041) Multiple active entrylogs

2017-04-20 Thread Enrico Olivelli (JIRA)
[ https://issues.apache.org/jira/browse/BOOKKEEPER-1041?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15976235#comment-15976235 ] Enrico Olivelli commented on BOOKKEEPER-1041: - {quote} But this is very