Jenkins build is back to normal : distributedlog-nightly-build #133

2016-11-29 Thread Apache Jenkins Server
See

[GitHub] incubator-distributedlog issue #46: Update a couple of scripts

2016-11-29 Thread sijie
Github user sijie commented on the issue: https://github.com/apache/incubator-distributedlog/pull/46 LGTM +1 --- 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

[GitHub] incubator-distributedlog issue #45: Build cobertura report only on master fo...

2016-11-29 Thread sijie
Github user sijie commented on the issue: https://github.com/apache/incubator-distributedlog/pull/45 LGTM +1 --- 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

[GitHub] incubator-distributedlog pull request #42: Fix deadlock on BKSyncLogReaderDL...

2016-11-29 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/incubator-distributedlog/pull/42 --- 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 th

incubator-distributedlog git commit: Fix deadlock on BKSyncLogReaderDLSN

2016-11-29 Thread sijie
Repository: incubator-distributedlog Updated Branches: refs/heads/master 50f6bd40a -> ebaf14580 Fix deadlock on BKSyncLogReaderDLSN Change the lastSeenDLSN to volatile to remove the synchronization block to avoid deadlock with sharedLock Author: Khurrum Nasim Reviewers: Leigh Stewart Clo

[GitHub] incubator-distributedlog issue #41: DL-4: Repackage the source under apache ...

2016-11-29 Thread leighst
Github user leighst commented on the issue: https://github.com/apache/incubator-distributedlog/pull/41 +1 --- 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, o

[jira] [Commented] (DL-4) Repackage the source under apache namespace

2016-11-29 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/DL-4?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15705798#comment-15705798 ] ASF GitHub Bot commented on DL-4: - Github user leighst commented on the issue: https://gith

[GitHub] incubator-distributedlog pull request #42: Fix deadlock on BKSyncLogReaderDL...

2016-11-29 Thread leighst
Github user leighst commented on a diff in the pull request: https://github.com/apache/incubator-distributedlog/pull/42#discussion_r90049911 --- Diff: distributedlog-core/src/main/java/com/twitter/distributedlog/BKSyncLogReaderDLSN.java --- @@ -116,7 +110,7 @@ public void resumeR