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}
---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---