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

Sijie Guo commented on BOOKKEEPER-514:
--------------------------------------

seems that bookkeeper-benchmark doesn't include bookkeeper-server's 
dependencies. but I saw hedwig-server did. the results running 'mvn 
dependency:tree' in bookkeeper-benchmark & hedwig-server :

bookkeeper-benchmark
{code}
[INFO] +- org.apache.bookkeeper:bookkeeper-server:jar:4.2.0-SNAPSHOT:compile
[INFO] |  \- commons-io:commons-io:jar:2.1:compile
{code}

hedwig-server
{code}
[INFO] +- org.apache.bookkeeper:bookkeeper-server:jar:4.2.0-SNAPSHOT:compile
[INFO] |  +- com.google.protobuf:protobuf-java:jar:2.4.1:compile
[INFO] |  +- com.google.guava:guava:jar:13.0.1:compile
[INFO] |  +- commons-cli:commons-cli:jar:1.2:compile
[INFO] |  +- commons-codec:commons-codec:jar:1.6:compile
[INFO] |  \- commons-io:commons-io:jar:2.1:compile
{code}
                
> TestDeadLock hanging sometimes
> ------------------------------
>
>                 Key: BOOKKEEPER-514
>                 URL: https://issues.apache.org/jira/browse/BOOKKEEPER-514
>             Project: Bookkeeper
>          Issue Type: Bug
>            Reporter: Ivan Kelly
>            Assignee: Ivan Kelly
>             Fix For: 4.2.0
>
>         Attachments: 
> 0001-BOOKKEEPER-514-TestDeadLock-hanging-sometimes.patch, 
> BOOKKEEPER-514.patch, hedwig-server.log
>
>
> I've attached the logs.
> Looks to be something with the new channel manager. Also, the test itself is 
> bad because its doing an assert from a callback.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira

Reply via email to