I'm still getting some failures on an azure vm with ubuntu and jdk 8:
Results :
Failed tests:
testManyLedgers(org.apache.bookkeeper.client.UpdateLedgerOpTest): Failed to
update the ledger metadata to use bookie host name
testLimitLessThanTotalLedgers(org.apache.bookkeeper.client.UpdateLedgerOpTest):
Failed to update the ledger metadata to use bookie host name expected:<4> but
was:<10>
testRestartWithIpAddressAsBookieID(org.apache.bookkeeper.bookie.CookieTest):
Fails to recognize bookie which was started with HostName as ID
Tests in error:
testUpdateCookieHostnameToIpAddress(org.apache.bookkeeper.bookie.UpdateCookieCmdTest):
KeeperErrorCode = NoNode for /ledgers/cookies/10.0.0.4:15003
testWhenBothIPaddressAndHostNameCookiesExists(org.apache.bookkeeper.bookie.UpdateCookieCmdTest):
KeeperErrorCode = NoNode for /ledgers/cookies/10.0.0.4:15005
testUpdateCookieIpAddressToHostname(org.apache.bookkeeper.bookie.UpdateCookieCmdTest):
KeeperErrorCode = NoNode for /ledgers/cookies/10.0.0.4:15006
testWriteGaps(org.apache.bookkeeper.test.BookieClientTest)
Tests run: 582, Failures: 3, Errors: 4, Skipped: 0
and the logs are here:
http://people.apache.org/~fpj/bk-4.3.1-rc1/
in the case anyone is interested in having a look.
-Flavio
> On 20 May 2015, at 06:46, Sijie Guo <[email protected]> wrote:
>
> This is the second release candidate for Apache BookKeeper, version 4.3.1.
> It fixes the following issues:
> https://issues.apache.org/jira/secure/ReleaseNote.jspa?version=12328755&styleName=Html&projectId=12311293
>
> *** Please download, test and vote by May 23rd 2015, 10:00 GMT.
>
> Note that we are voting upon the source (tag), binaries are provided for
> convenience.
>
> Source and binary files:
> https://dist.apache.org/repos/dist/dev/bookkeeper/bookkeeper-4.3.1-candidate-1/
>
> Maven staging repo:
> https://repository.apache.org/content/repositories/orgapachebookkeeper-1006/
>
> The tag to be voted upon:
> release-4.3.1 (de41dbb2332b7345f8362247d5b8389ec81399fa)
>
> BookKeeper's KEYS file containing PGP keys we use to sign the release:
> https://dist.apache.org/repos/dist/release/bookkeeper/KEYS
>
> Please download the the source package, and follow the README to build
> and run a bookkeeper and hedwig service.