I got this failure when running the tests, has anyone observed this before? I
can share the logs if anyone is interested.
-Flavio
-------------------------------------------------------------------------------
Test set: org.apache.bookkeeper.client.BookKeeperTest
-------------------------------------------------------------------------------
Tests run: 12, Failures: 1, Errors: 0, Skipped: 0, Time elapsed: 49.385 sec <<<
FAILURE!
testCloseDuringOp[1](org.apache.bookkeeper.client.BookKeeperTest) Time
elapsed: 14.74 sec <<< FAILURE!
junit.framework.AssertionFailedError: Close never completed
at junit.framework.Assert.fail(Assert.java:47)
at junit.framework.Assert.assertTrue(Assert.java:20)
at
org.apache.bookkeeper.client.BookKeeperTest.testCloseDuringOp(BookKeeperTest.java:217)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
at
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:601)
at
org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:44)
at
org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:15)
at
org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:41)
at
org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:20)
at
org.junit.internal.runners.statements.FailOnTimeout$1.run(FailOnTimeout.java:28)
On Oct 2, 2013, at 8:07 PM, Ivan Kelly <[email protected]> wrote:
> This is the second release candidate for Apache Bookkeeper, version
> 4.2.2.
>
> This is a bugfix release for 4.2.1. There are some minor API
> improvements. Notably, it is now possible to check whether a ledger is
> closed without opening it, and it is now possible to get a list of
> ledgers available in the cluster.
>
> The full release notes is available at:
>
> https://issues.apache.org/jira/secure/ReleaseNote.jspa?version=12324601&styleName=Text&projectId=12311293
>
> *** Please download, test and vote by October 8th 2013, 10:00 UTC+0. ***
>
> Note that we are voting upon the source (tag), binaries are provided for
> convenience.
>
> Source and binary files:
> http://people.apache.org/~ivank/bookkeeper-4.2.2-candidate-1/
>
> Maven staging repo:
> https://repository.apache.org/content/repositories/orgapachebookkeeper-120/
>
> The tag to be voted upon:
> https://svn.apache.org/repos/asf/zookeeper/bookkeeper/tags/release-4.2.2
>
> Bookkeeper's KEYS file containing PGP keys we use to sign the release:
> http://svn.apache.org/repos/asf/zookeeper/bookkeeper/dist/KEYS
>
> Please download the the source package, and follow the README to build
> and run a bookkeeper and hedwig service.
>
> -Ivan