You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@bookkeeper.apache.org by "Matthieu Morel (JIRA)" <ji...@apache.org> on 2011/09/07 12:31:10 UTC

[jira] [Created] (BOOKKEEPER-65) fix dependencies on incompatible versions of netty

fix dependencies on incompatible versions of netty
--------------------------------------------------

                 Key: BOOKKEEPER-65
                 URL: https://issues.apache.org/jira/browse/BOOKKEEPER-65
             Project: Bookkeeper
          Issue Type: Bug
            Reporter: Matthieu Morel


bookkeeper-benchmark and hedwig-client depend on netty 3.1.2.GA
bookkeeper-server depends on netty 3.2.4.Final

These versions are actually incompatible, due to a change to ProtobufDecoder constructor's signature

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] [Commented] (BOOKKEEPER-65) fix dependencies on incompatible versions of netty

Posted by "Ivan Kelly (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/BOOKKEEPER-65?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13103476#comment-13103476 ] 

Ivan Kelly commented on BOOKKEEPER-65:
--------------------------------------

running mvn clean test with this patch applied causes failures in tests for me. Failures attached.

> fix dependencies on incompatible versions of netty
> --------------------------------------------------
>
>                 Key: BOOKKEEPER-65
>                 URL: https://issues.apache.org/jira/browse/BOOKKEEPER-65
>             Project: Bookkeeper
>          Issue Type: Bug
>            Reporter: Matthieu Morel
>         Attachments: BOOKKEEPER-65.patch, org.apache.hedwig.server.integration.TestHedwigHub.txt
>
>
> bookkeeper-benchmark and hedwig-client depend on netty 3.1.2.GA
> bookkeeper-server depends on netty 3.2.4.Final
> These versions are actually incompatible, due to a change to ProtobufDecoder constructor's signature

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] [Updated] (BOOKKEEPER-65) fix dependencies on incompatible versions of netty

Posted by "Ivan Kelly (Updated) (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/BOOKKEEPER-65?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Ivan Kelly updated BOOKKEEPER-65:
---------------------------------

    Fix Version/s: 4.0.0
         Assignee: Ivan Kelly  (was: Matthieu Morel)
    
> fix dependencies on incompatible versions of netty
> --------------------------------------------------
>
>                 Key: BOOKKEEPER-65
>                 URL: https://issues.apache.org/jira/browse/BOOKKEEPER-65
>             Project: Bookkeeper
>          Issue Type: Bug
>            Reporter: Matthieu Morel
>            Assignee: Ivan Kelly
>             Fix For: 4.0.0
>
>         Attachments: BOOKKEEPER-65.patch, org.apache.hedwig.server.integration.TestHedwigHub.txt
>
>
> bookkeeper-benchmark and hedwig-client depend on netty 3.1.2.GA
> bookkeeper-server depends on netty 3.2.4.Final
> These versions are actually incompatible, due to a change to ProtobufDecoder constructor's signature

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] [Assigned] (BOOKKEEPER-65) fix dependencies on incompatible versions of netty

Posted by "Flavio Junqueira (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/BOOKKEEPER-65?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Flavio Junqueira reassigned BOOKKEEPER-65:
------------------------------------------

    Assignee: Matthieu Morel

> fix dependencies on incompatible versions of netty
> --------------------------------------------------
>
>                 Key: BOOKKEEPER-65
>                 URL: https://issues.apache.org/jira/browse/BOOKKEEPER-65
>             Project: Bookkeeper
>          Issue Type: Bug
>            Reporter: Matthieu Morel
>            Assignee: Matthieu Morel
>         Attachments: BOOKKEEPER-65.patch, org.apache.hedwig.server.integration.TestHedwigHub.txt
>
>
> bookkeeper-benchmark and hedwig-client depend on netty 3.1.2.GA
> bookkeeper-server depends on netty 3.2.4.Final
> These versions are actually incompatible, due to a change to ProtobufDecoder constructor's signature

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] [Updated] (BOOKKEEPER-65) fix dependencies on incompatible versions of netty

Posted by "Ivan Kelly (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/BOOKKEEPER-65?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Ivan Kelly updated BOOKKEEPER-65:
---------------------------------

    Attachment: org.apache.hedwig.server.integration.TestHedwigHub.txt

> fix dependencies on incompatible versions of netty
> --------------------------------------------------
>
>                 Key: BOOKKEEPER-65
>                 URL: https://issues.apache.org/jira/browse/BOOKKEEPER-65
>             Project: Bookkeeper
>          Issue Type: Bug
>            Reporter: Matthieu Morel
>         Attachments: BOOKKEEPER-65.patch, org.apache.hedwig.server.integration.TestHedwigHub.txt
>
>
> bookkeeper-benchmark and hedwig-client depend on netty 3.1.2.GA
> bookkeeper-server depends on netty 3.2.4.Final
> These versions are actually incompatible, due to a change to ProtobufDecoder constructor's signature

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] [Commented] (BOOKKEEPER-65) fix dependencies on incompatible versions of netty

Posted by "Ivan Kelly (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/BOOKKEEPER-65?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13105283#comment-13105283 ] 

Ivan Kelly commented on BOOKKEEPER-65:
--------------------------------------

>From what I hear, the ZK 3.4 branch has been cut, and they've only 4 blockers left, so it should be out pretty soon. Then we will have it. I'll have another look at this later today.

> fix dependencies on incompatible versions of netty
> --------------------------------------------------
>
>                 Key: BOOKKEEPER-65
>                 URL: https://issues.apache.org/jira/browse/BOOKKEEPER-65
>             Project: Bookkeeper
>          Issue Type: Bug
>            Reporter: Matthieu Morel
>         Attachments: BOOKKEEPER-65.patch, org.apache.hedwig.server.integration.TestHedwigHub.txt
>
>
> bookkeeper-benchmark and hedwig-client depend on netty 3.1.2.GA
> bookkeeper-server depends on netty 3.2.4.Final
> These versions are actually incompatible, due to a change to ProtobufDecoder constructor's signature

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] [Updated] (BOOKKEEPER-65) fix dependencies on incompatible versions of netty

Posted by "Matthieu Morel (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/BOOKKEEPER-65?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Matthieu Morel updated BOOKKEEPER-65:
-------------------------------------

    Attachment: BOOKKEEPER-65.patch

patch that homogeneizes dependencies of netty to 3.2.4.Final

> fix dependencies on incompatible versions of netty
> --------------------------------------------------
>
>                 Key: BOOKKEEPER-65
>                 URL: https://issues.apache.org/jira/browse/BOOKKEEPER-65
>             Project: Bookkeeper
>          Issue Type: Bug
>            Reporter: Matthieu Morel
>         Attachments: BOOKKEEPER-65.patch
>
>
> bookkeeper-benchmark and hedwig-client depend on netty 3.1.2.GA
> bookkeeper-server depends on netty 3.2.4.Final
> These versions are actually incompatible, due to a change to ProtobufDecoder constructor's signature

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] [Commented] (BOOKKEEPER-65) fix dependencies on incompatible versions of netty

Posted by "Matthieu Morel (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/BOOKKEEPER-65?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13105263#comment-13105263 ] 

Matthieu Morel commented on BOOKKEEPER-65:
------------------------------------------

I can't reproduce what you see. Tests pass fine when I apply the patch. Probably one of us has something special on the test machine.

We really need a continuous integration environment!

> fix dependencies on incompatible versions of netty
> --------------------------------------------------
>
>                 Key: BOOKKEEPER-65
>                 URL: https://issues.apache.org/jira/browse/BOOKKEEPER-65
>             Project: Bookkeeper
>          Issue Type: Bug
>            Reporter: Matthieu Morel
>         Attachments: BOOKKEEPER-65.patch, org.apache.hedwig.server.integration.TestHedwigHub.txt
>
>
> bookkeeper-benchmark and hedwig-client depend on netty 3.1.2.GA
> bookkeeper-server depends on netty 3.2.4.Final
> These versions are actually incompatible, due to a change to ProtobufDecoder constructor's signature

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira