You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@bookkeeper.apache.org by Venkateswara Rao Jujjuri <ju...@gmail.com> on 2017/08/07 14:13:05 UTC

[VOTE] Release 4.5.0, release candidate #0

Hi everyone,

Please review and vote on the release candidate #0 for version 4.5.0, as
follows:

[ ] +1, Approve the release
[ ] -1, Do not approve the release (please provide specific comments)

The complete staging area is available for your review, which includes:

* Release Notes [1]
* The official Apache source and binary distributions to be deployed to
dist.apache.org [2]
* All artifacts to be deployed to the Maven Central Repository [3]
* Source code tag "release-4.5.0" [4]

BookKeeper's KEY file contains PGP keys we use to sign this release:
https://dist.apache.org/repos/dist/release/bookkeeper/KEYS

Please review this release candidate.

- Review release notes
- Download the source package (verify md5, shasum, and asc) and follow the
instructions to build and run the bookkeeper service.
- Download the binary package (verify md5, shasum, and asc) and follow the
instructions to run the bookkeeper service.
- Review maven repo, release tag, licenses, and any other things you think
it is important to a release.

[1] https://github.com/apache/bookkeeper/pull/402
[2] https://dist.apache.org/repos/dist/dev/bookkeeper/4.5.0-rc0/
[3] https://repository.apache.org/content/repositories/
orgapachebookkeeper-1012/
[4] https://github.com/apache/bookkeeper/tree/release-4.5.0

-- 
Jvrao
---
First they ignore you, then they laugh at you, then they fight you, then
you win. - Mahatma Gandhi

Re: [VOTE] Release 4.5.0, release candidate #0

Posted by Sijie Guo <gu...@gmail.com>.
I created an issue for tracking this one:
https://github.com/apache/bookkeeper/issues/407

it seems to be an environment setting issue.

If there are other issues that we need to address, we can include the fix
in the new candidate.
If there are no other issues that we need to address,  we can update the
document with some mitigation suggestions.

How does that sound?

- Sijie

On Mon, Aug 7, 2017 at 10:23 AM, Matteo Merli <ma...@gmail.com>
wrote:

> I have downloaded the src package, compiled and tried to run "localbookie"
> but I get this error:
>
> 2017-08-07 10:21:50,711 - ERROR - [main:LocalBookKeeper@304] - Failed to
> run 3 bookies : zk ensemble = '127.0.0.1:2181'
> java.net.UnknownHostException: Trying to listen on loopback address,
> 127.0.0.1:5000 but this is forbidden by default (see
> ServerConfiguration#getAllowLoopback())
> at org.apache.bookkeeper.bookie.Bookie.getBookieAddress(Bookie.java:601)
> at
> org.apache.bookkeeper.proto.BookieNettyServer.<init>(
> BookieNettyServer.java:139)
> at org.apache.bookkeeper.proto.BookieServer.<init>(BookieServer.java:98)
> at org.apache.bookkeeper.proto.BookieServer.<init>(BookieServer.java:90)
> at
> org.apache.bookkeeper.util.LocalBookKeeper.runBookies(
> LocalBookKeeper.java:229)
> at
> org.apache.bookkeeper.util.LocalBookKeeper.runBookies(
> LocalBookKeeper.java:138)
> at
> org.apache.bookkeeper.util.LocalBookKeeper.startLocalBookiesInternal(
> LocalBookKeeper.java:287)
> at org.apache.bookkeeper.util.LocalBookKeeper.main(
> LocalBookKeeper.java:337)
>
>
> Should we always enable the "allowLoopback" setting in the localbookie
> mode?
>
> On Mon, Aug 7, 2017 at 7:13 AM Venkateswara Rao Jujjuri <jujjuri@gmail.com
> >
> wrote:
>
> > Hi everyone,
> >
> > Please review and vote on the release candidate #0 for version 4.5.0, as
> > follows:
> >
> > [ ] +1, Approve the release
> > [ ] -1, Do not approve the release (please provide specific comments)
> >
> > The complete staging area is available for your review, which includes:
> >
> > * Release Notes [1]
> > * The official Apache source and binary distributions to be deployed to
> > dist.apache.org [2]
> > * All artifacts to be deployed to the Maven Central Repository [3]
> > * Source code tag "release-4.5.0" [4]
> >
> > BookKeeper's KEY file contains PGP keys we use to sign this release:
> > https://dist.apache.org/repos/dist/release/bookkeeper/KEYS
> >
> > Please review this release candidate.
> >
> > - Review release notes
> > - Download the source package (verify md5, shasum, and asc) and follow
> the
> > instructions to build and run the bookkeeper service.
> > - Download the binary package (verify md5, shasum, and asc) and follow
> the
> > instructions to run the bookkeeper service.
> > - Review maven repo, release tag, licenses, and any other things you
> think
> > it is important to a release.
> >
> > [1] https://github.com/apache/bookkeeper/pull/402
> > [2] https://dist.apache.org/repos/dist/dev/bookkeeper/4.5.0-rc0/
> > [3] https://repository.apache.org/content/repositories/
> > orgapachebookkeeper-1012/
> > [4] https://github.com/apache/bookkeeper/tree/release-4.5.0
> >
> > --
> > Jvrao
> > ---
> > First they ignore you, then they laugh at you, then they fight you, then
> > you win. - Mahatma Gandhi
> >
> --
> Matteo Merli
> <mm...@apache.org>
>

Re: [VOTE] Release 4.5.0, release candidate #0

Posted by Matteo Merli <ma...@gmail.com>.
I have downloaded the src package, compiled and tried to run "localbookie"
but I get this error:

2017-08-07 10:21:50,711 - ERROR - [main:LocalBookKeeper@304] - Failed to
run 3 bookies : zk ensemble = '127.0.0.1:2181'
java.net.UnknownHostException: Trying to listen on loopback address,
127.0.0.1:5000 but this is forbidden by default (see
ServerConfiguration#getAllowLoopback())
at org.apache.bookkeeper.bookie.Bookie.getBookieAddress(Bookie.java:601)
at
org.apache.bookkeeper.proto.BookieNettyServer.<init>(BookieNettyServer.java:139)
at org.apache.bookkeeper.proto.BookieServer.<init>(BookieServer.java:98)
at org.apache.bookkeeper.proto.BookieServer.<init>(BookieServer.java:90)
at
org.apache.bookkeeper.util.LocalBookKeeper.runBookies(LocalBookKeeper.java:229)
at
org.apache.bookkeeper.util.LocalBookKeeper.runBookies(LocalBookKeeper.java:138)
at
org.apache.bookkeeper.util.LocalBookKeeper.startLocalBookiesInternal(LocalBookKeeper.java:287)
at org.apache.bookkeeper.util.LocalBookKeeper.main(LocalBookKeeper.java:337)


Should we always enable the "allowLoopback" setting in the localbookie mode?

On Mon, Aug 7, 2017 at 7:13 AM Venkateswara Rao Jujjuri <ju...@gmail.com>
wrote:

> Hi everyone,
>
> Please review and vote on the release candidate #0 for version 4.5.0, as
> follows:
>
> [ ] +1, Approve the release
> [ ] -1, Do not approve the release (please provide specific comments)
>
> The complete staging area is available for your review, which includes:
>
> * Release Notes [1]
> * The official Apache source and binary distributions to be deployed to
> dist.apache.org [2]
> * All artifacts to be deployed to the Maven Central Repository [3]
> * Source code tag "release-4.5.0" [4]
>
> BookKeeper's KEY file contains PGP keys we use to sign this release:
> https://dist.apache.org/repos/dist/release/bookkeeper/KEYS
>
> Please review this release candidate.
>
> - Review release notes
> - Download the source package (verify md5, shasum, and asc) and follow the
> instructions to build and run the bookkeeper service.
> - Download the binary package (verify md5, shasum, and asc) and follow the
> instructions to run the bookkeeper service.
> - Review maven repo, release tag, licenses, and any other things you think
> it is important to a release.
>
> [1] https://github.com/apache/bookkeeper/pull/402
> [2] https://dist.apache.org/repos/dist/dev/bookkeeper/4.5.0-rc0/
> [3] https://repository.apache.org/content/repositories/
> orgapachebookkeeper-1012/
> [4] https://github.com/apache/bookkeeper/tree/release-4.5.0
>
> --
> Jvrao
> ---
> First they ignore you, then they laugh at you, then they fight you, then
> you win. - Mahatma Gandhi
>
-- 
Matteo Merli
<mm...@apache.org>

Re: [VOTE] Release 4.5.0, release candidate #0

Posted by Jia Zhai <zh...@gmail.com>.
+1 (non binding)

- Built from source package success;
- Run local bookies success with built binary and downloaded;
- Verified md5, sha1 and asc for both src and bin tgz, all success;
- Run the binary in Docker environment and tested with 3 bookies deployment
and tests, all success.

Also created 2 trivial issues, which related to unit-tests and could fix
them in future.
https://github.com/apache/bookkeeper/issues/414
https://github.com/apache/bookkeeper/issues/415

On Tue, Aug 8, 2017 at 5:17 AM, Enrico Olivelli <eo...@gmail.com> wrote:

> +1 (non binding)
>
> built from source package and run local bookie with basic commands
> used binary package and run basic tests
>
> ran Majordodo and other projects unit tests against the rc0 and all looks
> great
>
> I have created a couple of minor trivial issues to be addresses in future
> releases or next rc
> https://github.com/apache/bookkeeper/issues/410 -> a legacy CHANGES.txt
> file is present in the binary distribution
> https://github.com/apache/bookkeeper/issues/409 -> guava jar is still
> present on classpath on bookie but it is useless as guava code has been
> shaded and relocated
>
> It has been great for me to work at this super release!
>
> -- Enrico
>
>
> 2017-08-07 22:33 GMT+02:00 Govind Menon <gm...@yahoo-inc.com.invalid>:
>
> > +1
> >
> > On Monday, August 7, 2017, 9:13:32 AM CDT, Venkateswara Rao Jujjuri <
> > jujjuri@gmail.com> wrote:
> >
> > Hi everyone,
> >
> > Please review and vote on the release candidate #0 for version 4.5.0, as
> > follows:
> >
> > [ ] +1, Approve the release
> > [ ] -1, Do not approve the release (please provide specific comments)
> >
> > The complete staging area is available for your review, which includes:
> >
> > * Release Notes [1]
> > * The official Apache source and binary distributions to be deployed to
> > dist.apache.org [2]
> > * All artifacts to be deployed to the Maven Central Repository [3]
> > * Source code tag "release-4.5.0" [4]
> >
> > BookKeeper's KEY file contains PGP keys we use to sign this release:
> > https://dist.apache.org/repos/dist/release/bookkeeper/KEYS
> >
> > Please review this release candidate.
> >
> > - Review release notes
> > - Download the source package (verify md5, shasum, and asc) and follow
> the
> > instructions to build and run the bookkeeper service.
> > - Download the binary package (verify md5, shasum, and asc) and follow
> the
> > instructions to run the bookkeeper service.
> > - Review maven repo, release tag, licenses, and any other things you
> think
> > it is important to a release.
> >
> > [1] https://github.com/apache/bookkeeper/pull/402
> > [2] https://dist.apache.org/repos/dist/dev/bookkeeper/4.5.0-rc0/
> > [3] https://repository.apache.org/content/repositories/
> > orgapachebookkeeper-1012/
> > [4] https://github.com/apache/bookkeeper/tree/release-4.5.0
> >
> > --
> > Jvrao
> > ---
> > First they ignore you, then they laugh at you, then they fight you, then
> > you win. - Mahatma Gandhi
> >
>

Re: [VOTE] Release 4.5.0, release candidate #0

Posted by Enrico Olivelli <eo...@gmail.com>.
+1 (non binding)

built from source package and run local bookie with basic commands
used binary package and run basic tests

ran Majordodo and other projects unit tests against the rc0 and all looks
great

I have created a couple of minor trivial issues to be addresses in future
releases or next rc
https://github.com/apache/bookkeeper/issues/410 -> a legacy CHANGES.txt
file is present in the binary distribution
https://github.com/apache/bookkeeper/issues/409 -> guava jar is still
present on classpath on bookie but it is useless as guava code has been
shaded and relocated

It has been great for me to work at this super release!

-- Enrico


2017-08-07 22:33 GMT+02:00 Govind Menon <gm...@yahoo-inc.com.invalid>:

> +1
>
> On Monday, August 7, 2017, 9:13:32 AM CDT, Venkateswara Rao Jujjuri <
> jujjuri@gmail.com> wrote:
>
> Hi everyone,
>
> Please review and vote on the release candidate #0 for version 4.5.0, as
> follows:
>
> [ ] +1, Approve the release
> [ ] -1, Do not approve the release (please provide specific comments)
>
> The complete staging area is available for your review, which includes:
>
> * Release Notes [1]
> * The official Apache source and binary distributions to be deployed to
> dist.apache.org [2]
> * All artifacts to be deployed to the Maven Central Repository [3]
> * Source code tag "release-4.5.0" [4]
>
> BookKeeper's KEY file contains PGP keys we use to sign this release:
> https://dist.apache.org/repos/dist/release/bookkeeper/KEYS
>
> Please review this release candidate.
>
> - Review release notes
> - Download the source package (verify md5, shasum, and asc) and follow the
> instructions to build and run the bookkeeper service.
> - Download the binary package (verify md5, shasum, and asc) and follow the
> instructions to run the bookkeeper service.
> - Review maven repo, release tag, licenses, and any other things you think
> it is important to a release.
>
> [1] https://github.com/apache/bookkeeper/pull/402
> [2] https://dist.apache.org/repos/dist/dev/bookkeeper/4.5.0-rc0/
> [3] https://repository.apache.org/content/repositories/
> orgapachebookkeeper-1012/
> [4] https://github.com/apache/bookkeeper/tree/release-4.5.0
>
> --
> Jvrao
> ---
> First they ignore you, then they laugh at you, then they fight you, then
> you win. - Mahatma Gandhi
>

Re: [VOTE] Release 4.5.0, release candidate #0

Posted by Govind Menon <gm...@yahoo-inc.com.INVALID>.
+1

On Monday, August 7, 2017, 9:13:32 AM CDT, Venkateswara Rao Jujjuri <ju...@gmail.com> wrote:

Hi everyone,

Please review and vote on the release candidate #0 for version 4.5.0, as
follows:

[ ] +1, Approve the release
[ ] -1, Do not approve the release (please provide specific comments)

The complete staging area is available for your review, which includes:

* Release Notes [1]
* The official Apache source and binary distributions to be deployed to
dist.apache.org [2]
* All artifacts to be deployed to the Maven Central Repository [3]
* Source code tag "release-4.5.0" [4]

BookKeeper's KEY file contains PGP keys we use to sign this release:
https://dist.apache.org/repos/dist/release/bookkeeper/KEYS

Please review this release candidate.

- Review release notes
- Download the source package (verify md5, shasum, and asc) and follow the
instructions to build and run the bookkeeper service.
- Download the binary package (verify md5, shasum, and asc) and follow the
instructions to run the bookkeeper service.
- Review maven repo, release tag, licenses, and any other things you think
it is important to a release.

[1] https://github.com/apache/bookkeeper/pull/402
[2] https://dist.apache.org/repos/dist/dev/bookkeeper/4.5.0-rc0/
[3] https://repository.apache.org/content/repositories/
orgapachebookkeeper-1012/
[4] https://github.com/apache/bookkeeper/tree/release-4.5.0

-- 
Jvrao
---
First they ignore you, then they laugh at you, then they fight you, then
you win. - Mahatma Gandhi

Re: [VOTE] Release 4.5.0, release candidate #0

Posted by Sijie Guo <gu...@gmail.com>.
+1

- signatures are good
- source package: build, rat check, and test
- binary package: able to run local bookie, and tested on a docker
environment.
- distributedlog integration: distributedlog core library is able to
compile, and all tests passed.

- Sijie

On Tue, Aug 8, 2017 at 4:07 PM, Leigh Stewart <ag...@gmail.com> wrote:

> +1 (non-binding)
>
> - release notes look good
> - built and ran localbookie from source package successfully
> - ran localbookie from bin package successfully
>
>
> On Tue, Aug 8, 2017 at 11:45 AM, Sam Just <sj...@salesforce.com> wrote:
>
> > +1
> >
> > On Tue, Aug 8, 2017 at 10:22 AM, Matteo Merli <mm...@apache.org> wrote:
> >
> > > +1
> > >
> > > Checked src and bin package
> > >  * Signatures ok
> > >  * Build
> > >  * Rat
> > >  * Run local bookie
> > >    (I had to set allowLoopback=true in conf/bk_server.conf for that. I
> > > agree we can
> > >     document it and improve it later.)
> > >
> > > Matteo
> > >
> > > On Mon, Aug 7, 2017 at 7:13 AM Venkateswara Rao Jujjuri <
> > jujjuri@gmail.com
> > > >
> > > wrote:
> > >
> > > > Hi everyone,
> > > >
> > > > Please review and vote on the release candidate #0 for version 4.5.0,
> > as
> > > > follows:
> > > >
> > > > [ ] +1, Approve the release
> > > > [ ] -1, Do not approve the release (please provide specific comments)
> > > >
> > > > The complete staging area is available for your review, which
> includes:
> > > >
> > > > * Release Notes [1]
> > > > * The official Apache source and binary distributions to be deployed
> to
> > > > dist.apache.org [2]
> > > > * All artifacts to be deployed to the Maven Central Repository [3]
> > > > * Source code tag "release-4.5.0" [4]
> > > >
> > > > BookKeeper's KEY file contains PGP keys we use to sign this release:
> > > > https://dist.apache.org/repos/dist/release/bookkeeper/KEYS
> > > >
> > > > Please review this release candidate.
> > > >
> > > > - Review release notes
> > > > - Download the source package (verify md5, shasum, and asc) and
> follow
> > > the
> > > > instructions to build and run the bookkeeper service.
> > > > - Download the binary package (verify md5, shasum, and asc) and
> follow
> > > the
> > > > instructions to run the bookkeeper service.
> > > > - Review maven repo, release tag, licenses, and any other things you
> > > think
> > > > it is important to a release.
> > > >
> > > > [1] https://github.com/apache/bookkeeper/pull/402
> > > > [2] https://dist.apache.org/repos/dist/dev/bookkeeper/4.5.0-rc0/
> > > > [3] https://repository.apache.org/content/repositories/
> > > > orgapachebookkeeper-1012/
> > > > [4] https://github.com/apache/bookkeeper/tree/release-4.5.0
> > > >
> > > > --
> > > > Jvrao
> > > > ---
> > > > First they ignore you, then they laugh at you, then they fight you,
> > then
> > > > you win. - Mahatma Gandhi
> > > >
> > > --
> > > Matteo Merli
> > > <mm...@apache.org>
> > >
> >
>

Re: [VOTE] Release 4.5.0, release candidate #0

Posted by Leigh Stewart <ag...@gmail.com>.
+1 (non-binding)

- release notes look good
- built and ran localbookie from source package successfully
- ran localbookie from bin package successfully


On Tue, Aug 8, 2017 at 11:45 AM, Sam Just <sj...@salesforce.com> wrote:

> +1
>
> On Tue, Aug 8, 2017 at 10:22 AM, Matteo Merli <mm...@apache.org> wrote:
>
> > +1
> >
> > Checked src and bin package
> >  * Signatures ok
> >  * Build
> >  * Rat
> >  * Run local bookie
> >    (I had to set allowLoopback=true in conf/bk_server.conf for that. I
> > agree we can
> >     document it and improve it later.)
> >
> > Matteo
> >
> > On Mon, Aug 7, 2017 at 7:13 AM Venkateswara Rao Jujjuri <
> jujjuri@gmail.com
> > >
> > wrote:
> >
> > > Hi everyone,
> > >
> > > Please review and vote on the release candidate #0 for version 4.5.0,
> as
> > > follows:
> > >
> > > [ ] +1, Approve the release
> > > [ ] -1, Do not approve the release (please provide specific comments)
> > >
> > > The complete staging area is available for your review, which includes:
> > >
> > > * Release Notes [1]
> > > * The official Apache source and binary distributions to be deployed to
> > > dist.apache.org [2]
> > > * All artifacts to be deployed to the Maven Central Repository [3]
> > > * Source code tag "release-4.5.0" [4]
> > >
> > > BookKeeper's KEY file contains PGP keys we use to sign this release:
> > > https://dist.apache.org/repos/dist/release/bookkeeper/KEYS
> > >
> > > Please review this release candidate.
> > >
> > > - Review release notes
> > > - Download the source package (verify md5, shasum, and asc) and follow
> > the
> > > instructions to build and run the bookkeeper service.
> > > - Download the binary package (verify md5, shasum, and asc) and follow
> > the
> > > instructions to run the bookkeeper service.
> > > - Review maven repo, release tag, licenses, and any other things you
> > think
> > > it is important to a release.
> > >
> > > [1] https://github.com/apache/bookkeeper/pull/402
> > > [2] https://dist.apache.org/repos/dist/dev/bookkeeper/4.5.0-rc0/
> > > [3] https://repository.apache.org/content/repositories/
> > > orgapachebookkeeper-1012/
> > > [4] https://github.com/apache/bookkeeper/tree/release-4.5.0
> > >
> > > --
> > > Jvrao
> > > ---
> > > First they ignore you, then they laugh at you, then they fight you,
> then
> > > you win. - Mahatma Gandhi
> > >
> > --
> > Matteo Merli
> > <mm...@apache.org>
> >
>

Re: [VOTE] Release 4.5.0, release candidate #0

Posted by Sam Just <sj...@salesforce.com>.
+1

On Tue, Aug 8, 2017 at 10:22 AM, Matteo Merli <mm...@apache.org> wrote:

> +1
>
> Checked src and bin package
>  * Signatures ok
>  * Build
>  * Rat
>  * Run local bookie
>    (I had to set allowLoopback=true in conf/bk_server.conf for that. I
> agree we can
>     document it and improve it later.)
>
> Matteo
>
> On Mon, Aug 7, 2017 at 7:13 AM Venkateswara Rao Jujjuri <jujjuri@gmail.com
> >
> wrote:
>
> > Hi everyone,
> >
> > Please review and vote on the release candidate #0 for version 4.5.0, as
> > follows:
> >
> > [ ] +1, Approve the release
> > [ ] -1, Do not approve the release (please provide specific comments)
> >
> > The complete staging area is available for your review, which includes:
> >
> > * Release Notes [1]
> > * The official Apache source and binary distributions to be deployed to
> > dist.apache.org [2]
> > * All artifacts to be deployed to the Maven Central Repository [3]
> > * Source code tag "release-4.5.0" [4]
> >
> > BookKeeper's KEY file contains PGP keys we use to sign this release:
> > https://dist.apache.org/repos/dist/release/bookkeeper/KEYS
> >
> > Please review this release candidate.
> >
> > - Review release notes
> > - Download the source package (verify md5, shasum, and asc) and follow
> the
> > instructions to build and run the bookkeeper service.
> > - Download the binary package (verify md5, shasum, and asc) and follow
> the
> > instructions to run the bookkeeper service.
> > - Review maven repo, release tag, licenses, and any other things you
> think
> > it is important to a release.
> >
> > [1] https://github.com/apache/bookkeeper/pull/402
> > [2] https://dist.apache.org/repos/dist/dev/bookkeeper/4.5.0-rc0/
> > [3] https://repository.apache.org/content/repositories/
> > orgapachebookkeeper-1012/
> > [4] https://github.com/apache/bookkeeper/tree/release-4.5.0
> >
> > --
> > Jvrao
> > ---
> > First they ignore you, then they laugh at you, then they fight you, then
> > you win. - Mahatma Gandhi
> >
> --
> Matteo Merli
> <mm...@apache.org>
>

Re: [VOTE] Release 4.5.0, release candidate #0

Posted by Matteo Merli <mm...@apache.org>.
+1

Checked src and bin package
 * Signatures ok
 * Build
 * Rat
 * Run local bookie
   (I had to set allowLoopback=true in conf/bk_server.conf for that. I
agree we can
    document it and improve it later.)

Matteo

On Mon, Aug 7, 2017 at 7:13 AM Venkateswara Rao Jujjuri <ju...@gmail.com>
wrote:

> Hi everyone,
>
> Please review and vote on the release candidate #0 for version 4.5.0, as
> follows:
>
> [ ] +1, Approve the release
> [ ] -1, Do not approve the release (please provide specific comments)
>
> The complete staging area is available for your review, which includes:
>
> * Release Notes [1]
> * The official Apache source and binary distributions to be deployed to
> dist.apache.org [2]
> * All artifacts to be deployed to the Maven Central Repository [3]
> * Source code tag "release-4.5.0" [4]
>
> BookKeeper's KEY file contains PGP keys we use to sign this release:
> https://dist.apache.org/repos/dist/release/bookkeeper/KEYS
>
> Please review this release candidate.
>
> - Review release notes
> - Download the source package (verify md5, shasum, and asc) and follow the
> instructions to build and run the bookkeeper service.
> - Download the binary package (verify md5, shasum, and asc) and follow the
> instructions to run the bookkeeper service.
> - Review maven repo, release tag, licenses, and any other things you think
> it is important to a release.
>
> [1] https://github.com/apache/bookkeeper/pull/402
> [2] https://dist.apache.org/repos/dist/dev/bookkeeper/4.5.0-rc0/
> [3] https://repository.apache.org/content/repositories/
> orgapachebookkeeper-1012/
> [4] https://github.com/apache/bookkeeper/tree/release-4.5.0
>
> --
> Jvrao
> ---
> First they ignore you, then they laugh at you, then they fight you, then
> you win. - Mahatma Gandhi
>
-- 
Matteo Merli
<mm...@apache.org>