[
https://issues.apache.org/jira/browse/BOOKKEEPER-776?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Ivan Kelly updated BOOKKEEPER-776:
----------------------------------
Attachment: 0001-BOOKKEEPER-776-Flaky-test-BookieRecoveryTest.patch
Problem was related to a change in netty,
https://github.com/netty/netty/commit/2a9c5efe8fc7eb3a18a2891dc4505a8cdf6f54c5
which came in when we upgraded to 4.2.9.Final.
This has been fixed in later releases,
https://github.com/netty/netty/commit/02be2523e0da44f5e0432146419056ec9609b6da
so upgrading netty.
Also, since the netty package groupId changed, it caused conflicts as
both io.netty:netty and org.jboss.netty:netty were being pulled in (the
latter transatively through zookeeper). The easy solution was to upgrade
to zookeeper 3.4.6 (latest stable), which has upgraded to use a
io.netty:netty release of netty anyhow.
> Flaky test BookieRecoveryTest
> -----------------------------
>
> Key: BOOKKEEPER-776
> URL: https://issues.apache.org/jira/browse/BOOKKEEPER-776
> Project: Bookkeeper
> Issue Type: Test
> Components: bookkeeper-client
> Reporter: Sijie Guo
> Assignee: Ivan Kelly
> Labels: test
> Fix For: 4.3.0
>
> Attachments: 0001-BOOKKEEPER-776-Flaky-test-BookieRecoveryTest.patch,
> TEST-org.apache.bookkeeper.client.BookieRecoveryTest.xml,
> TEST-org.apache.bookkeeper.client.BookieRecoveryTest.xml.fail1,
> TEST-org.apache.bookkeeper.client.BookieRecoveryTest.xml.fail2
>
>
> testMetadataConflictWithRecovery[0](org.apache.bookkeeper.client.BookieRecoveryTest):
> Not fully replicated
--
This message was sent by Atlassian JIRA
(v6.2#6252)