[ https://issues.apache.org/jira/browse/BOOKKEEPER-1008?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16006006#comment-16006006 ]
ASF GitHub Bot commented on BOOKKEEPER-1008: -------------------------------------------- Github user eolivelli commented on the issue: https://github.com/apache/bookkeeper/pull/138 I am seeing this errors {code} Tests run: 120, Failures: 0, Errors: 44, Skipped: 0, Time elapsed: 64.802 sec <<< FAILURE! - in org.apache.bookkeeper.client.BookieRecoveryTest ensurePasswordUsedForOldLedgers[0](org.apache.bookkeeper.client.BookieRecoveryTest) Time elapsed: 0.126 sec <<< ERROR! java.lang.NoClassDefFoundError: org/apache/bk_v4_1_0/bookkeeper/client/BookKeeper$DigestType at org.apache.bookkeeper.client.BookieRecoveryTest.ensurePasswordUsedForOldLedgers(BookieRecoveryTest.java:905) Caused by: java.lang.ClassNotFoundException: org.apache.bk_v4_1_0.bookkeeper.client.BookKeeper$DigestType at org.apache.bookkeeper.client.BookieRecoveryTest.ensurePasswordUsedForOldLedgers(BookieRecoveryTest.java:905) {code} {code} testAsyncBookieRecoveryToSpecificBookie[9](org.apache.bookkeeper.client.BookieRecoveryTest) Time elapsed: 2.223 sec <<< ERROR! java.lang.IllegalStateException: failed to create a child event loop at org.apache.bookkeeper.client.BookieRecoveryTest.setUp(BookieRecoveryTest.java:113) Caused by: io.netty.channel.ChannelException: eventfd() failed: Too many open files at org.apache.bookkeeper.client.BookieRecoveryTest.setUp(BookieRecoveryTest.java:113) {code} > Move to netty4 > -------------- > > Key: BOOKKEEPER-1008 > URL: https://issues.apache.org/jira/browse/BOOKKEEPER-1008 > Project: Bookkeeper > Issue Type: Improvement > Components: bookkeeper-client, bookkeeper-server > Affects Versions: 4.5.0 > Reporter: Robert Joseph Evans > Assignee: Robert Joseph Evans > > As part of the Yahoo push back and in general we would like to move to netty > 4, preferably netty 4.1.x for the client and server communication. > This lays the ground work for zero copy, or very nearly zero copy handling on > the server side. -- This message was sent by Atlassian JIRA (v6.3.15#6346)