[jira] [Commented] (BOOKKEEPER-1020) Fix Explicit LAC tests on master

2017-04-04 Thread Hudson (JIRA)

[ 
https://issues.apache.org/jira/browse/BOOKKEEPER-1020?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15955141#comment-15955141
 ] 

Hudson commented on BOOKKEEPER-1020:


FAILURE: Integrated in Jenkins build bookkeeper-master #1708 (See 
[https://builds.apache.org/job/bookkeeper-master/1708/])
BOOKKEEPER-1020: Fix Explicit LAC tests on master (sijie: rev 
9836c87dc2c082c46692d60c60cf9e23c7b0b06c)
* (edit) 
bookkeeper-server/src/test/java/org/apache/bookkeeper/client/BookKeeperTest.java


> Fix Explicit LAC tests on master
> 
>
> Key: BOOKKEEPER-1020
> URL: https://issues.apache.org/jira/browse/BOOKKEEPER-1020
> Project: Bookkeeper
>  Issue Type: Bug
>Affects Versions: 4.5.0
>Reporter: Enrico Olivelli
>Assignee: Enrico Olivelli
>Priority: Blocker
> Fix For: 4.5.0
>
>
> Tests in error: 
>   BookKeeperTest.testReadHandleWithExplicitLAC:404 » TestTimedOut test timed 
> out...
>   BookKeeperTest.testReadHandleWithExplicitLAC:404 » TestTimedOut test timed 
> out...



--
This message was sent by Atlassian JIRA
(v6.3.15#6346)


[jira] [Commented] (BOOKKEEPER-1020) Fix Explicit LAC tests on master

2017-04-03 Thread ASF GitHub Bot (JIRA)

[ 
https://issues.apache.org/jira/browse/BOOKKEEPER-1020?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15953811#comment-15953811
 ] 

ASF GitHub Bot commented on BOOKKEEPER-1020:


Github user asfgit closed the pull request at:

https://github.com/apache/bookkeeper/pull/122


> Fix Explicit LAC tests on master
> 
>
> Key: BOOKKEEPER-1020
> URL: https://issues.apache.org/jira/browse/BOOKKEEPER-1020
> Project: Bookkeeper
>  Issue Type: Bug
>Affects Versions: 4.5.0
>Reporter: Enrico Olivelli
>Assignee: Enrico Olivelli
>Priority: Blocker
> Fix For: 4.5.0
>
>
> Tests in error: 
>   BookKeeperTest.testReadHandleWithExplicitLAC:404 » TestTimedOut test timed 
> out...
>   BookKeeperTest.testReadHandleWithExplicitLAC:404 » TestTimedOut test timed 
> out...



--
This message was sent by Atlassian JIRA
(v6.3.15#6346)


[jira] [Commented] (BOOKKEEPER-1020) Fix Explicit LAC tests on master

2017-04-03 Thread Enrico Olivelli (JIRA)

[ 
https://issues.apache.org/jira/browse/BOOKKEEPER-1020?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15953604#comment-15953604
 ] 

Enrico Olivelli commented on BOOKKEEPER-1020:
-

In BOOKKEEPER-1007 we changed the explicit interval timeunit from 'seconds' to 
'ms' but the Thread.sleep(xxx) call was not updated

> Fix Explicit LAC tests on master
> 
>
> Key: BOOKKEEPER-1020
> URL: https://issues.apache.org/jira/browse/BOOKKEEPER-1020
> Project: Bookkeeper
>  Issue Type: Bug
>Affects Versions: 4.5.0
>Reporter: Enrico Olivelli
>Assignee: Enrico Olivelli
>Priority: Blocker
> Fix For: 4.5.0
>
>
> Tests in error: 
>   BookKeeperTest.testReadHandleWithExplicitLAC:404 » TestTimedOut test timed 
> out...
>   BookKeeperTest.testReadHandleWithExplicitLAC:404 » TestTimedOut test timed 
> out...



--
This message was sent by Atlassian JIRA
(v6.3.15#6346)


[jira] [Commented] (BOOKKEEPER-1020) Fix Explicit LAC tests on master

2017-04-03 Thread ASF GitHub Bot (JIRA)

[ 
https://issues.apache.org/jira/browse/BOOKKEEPER-1020?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15953601#comment-15953601
 ] 

ASF GitHub Bot commented on BOOKKEEPER-1020:


GitHub user eolivelli opened a pull request:

https://github.com/apache/bookkeeper/pull/122

BOOKKEEPER-1020 Fix Explicit LAC tests on master



You can merge this pull request into a Git repository by running:

$ git pull https://github.com/eolivelli/bookkeeper 
BOOKKEEPER-1020-fix-explicitlac-test

Alternatively you can review and apply these changes as the patch at:

https://github.com/apache/bookkeeper/pull/122.patch

To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:

This closes #122


commit ddc20c39368adf0fedfd6a2c2f0296922f07889c
Author: eolivelli 
Date:   2017-04-03T14:47:22Z

BOOKKEEPER-1020 Fix Explicit LAC tests on master




> Fix Explicit LAC tests on master
> 
>
> Key: BOOKKEEPER-1020
> URL: https://issues.apache.org/jira/browse/BOOKKEEPER-1020
> Project: Bookkeeper
>  Issue Type: Bug
>Affects Versions: 4.5.0
>Reporter: Enrico Olivelli
>Assignee: Enrico Olivelli
>Priority: Blocker
> Fix For: 4.5.0
>
>
> Tests in error: 
>   BookKeeperTest.testReadHandleWithExplicitLAC:404 » TestTimedOut test timed 
> out...
>   BookKeeperTest.testReadHandleWithExplicitLAC:404 » TestTimedOut test timed 
> out...



--
This message was sent by Atlassian JIRA
(v6.3.15#6346)


[jira] [Commented] (BOOKKEEPER-1020) Fix Explicit LAC tests on master

2017-04-03 Thread Enrico Olivelli (JIRA)

[ 
https://issues.apache.org/jira/browse/BOOKKEEPER-1020?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15953594#comment-15953594
 ] 

Enrico Olivelli commented on BOOKKEEPER-1020:
-

it is a regression introduced with this commit:

f20568eaa25e0efe6926ede9030a210382e3005b
BOOKKEEPER-1007: Explicit LAC: make the interval configurable in ms
Author: eolivelli 
Reviewers: Robert (Bobby) Evans , Venkateswararao Jujjuri (JV) , 
Sijie Guo 


> Fix Explicit LAC tests on master
> 
>
> Key: BOOKKEEPER-1020
> URL: https://issues.apache.org/jira/browse/BOOKKEEPER-1020
> Project: Bookkeeper
>  Issue Type: Bug
>Affects Versions: 4.5.0
>Reporter: Enrico Olivelli
>Assignee: Enrico Olivelli
>Priority: Blocker
> Fix For: 4.5.0
>
>
> Tests in error: 
>   BookKeeperTest.testReadHandleWithExplicitLAC:404 » TestTimedOut test timed 
> out...
>   BookKeeperTest.testReadHandleWithExplicitLAC:404 » TestTimedOut test timed 
> out...



--
This message was sent by Atlassian JIRA
(v6.3.15#6346)