You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@pulsar.apache.org by Guangning E <gu...@apache.org> on 2020/04/06 12:23:54 UTC

[VOTE] Pulsar Release 2.5.1 Candidate 1

This is the first release candidate for Apache Pulsar, version 2.5.1.

It fixes the following issues:
https://github.com/apache/pulsar/pulls?q=is%3Apr+label%3Arelease%2F2.5.1+is%3Aclosed

*** Please download, test and vote on this release. This vote will stay open
for at least 72 hours ***

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/pulsar/pulsar-2.5.1-candidate-1/

SHA-1 checksums:

5b44c73c1c6b1bef9518f215117bc862295f18f9c9ece17558b16c3242c984387178640574ff0ab60407f5dbd06767e3d631c23d83917acbd9b74ebccc5d869c
 apache-pulsar-2.5.1-bin.tar.gz
f0be1ffcfb452427da368081988a47c4d91dccb6a3284cd1c068f6cf914829e56ef13b7a33c6d3ba32cb1cd69f6e2acb2048a0e67dd448c702424db5a3c740bb
 apache-pulsar-2.5.1-src.tar.gz

Maven staging repo:
https://repository.apache.org/content/repositories/orgapachepulsar-1059

The tag to be voted upon:
v2.5.1-candidate-1 (ebacb7e14112e2efb4bb5ad001cb021f46407193)
https://github.com/apache/pulsar/releases/tag/v2.5.1-candidate-1

Pulsar's KEYS file containing PGP keys we use to sign the release:
https://dist.apache.org/repos/dist/release/pulsar/KEYS

Please download the the source package, and follow the README to build
and run the Pulsar standalone service.

Thanks,
Guangning

Re: [VOTE] Pulsar Release 2.5.1 Candidate 1

Posted by Guangning E <eg...@gmail.com>.
Thank you, Chris Bartholomew, I will fix the problem and start the second
vote again.

Thanks,
Guangning

Chris Bartholomew <ch...@kafkaesque.io.invalid> 于2020年4月9日周四
上午4:23写道:

> All,
>
> Unfortunately, I have found an issue in the 2.5.1 candidate. After building
> Docker images and trying to run them, I found that the broker was failing
> to start with this error:
>
> error Uncaught exception in thread main: The given supported namespace
> bundle split algorithm has unavailable algorithm. Available algorithms
> are [range_equally_divide, topic_count_equally_divide]
>
> It looks like new settings were introduced in the candidate to the
> broker.conf (but not standalone.conf) in PR 6241
> <https://github.com/apache/pulsar/pull/6241> around the namespaces bundle
> split algorithm. However, those settings cause the broker to crash and were
> subsequently fixed by PR 6374 <https://github.com/apache/pulsar/pull/6374
> >.
> The PR 6374 with the fix is not in the 2.5.1 candidate. It needs to be
> pulled into the build or the other PR needs to be removed.
>
> Thanks,
> Chris
>
>
>
>
>
>
> On Wed, 8 Apr 2020 at 09:08, xiaolong ran <ra...@gmail.com>
> wrote:
>
> > +1 (non-binding)
> >
> >
> > - Validate Pub/Sub
> > - Validate Java Function
> > - Validate Connectors
> > - Validate Stateful Function
> > - Validate RPM packages
> > - Validate DEB packages
> > - Validate GPG keys
> >
> > > 在 2020年4月6日,下午8:23,Guangning E <gu...@apache.org> 写道:
> > >
> > > This is the first release candidate for Apache Pulsar, version 2.5.1.
> > >
> > > It fixes the following issues:
> > >
> >
> https://github.com/apache/pulsar/pulls?q=is%3Apr+label%3Arelease%2F2.5.1+is%3Aclosed
> > >
> > > *** Please download, test and vote on this release. This vote will stay
> > open
> > > for at least 72 hours ***
> > >
> > > 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/pulsar/pulsar-2.5.1-candidate-1/
> > >
> > > SHA-1 checksums:
> > >
> > >
> >
> 5b44c73c1c6b1bef9518f215117bc862295f18f9c9ece17558b16c3242c984387178640574ff0ab60407f5dbd06767e3d631c23d83917acbd9b74ebccc5d869c
> > > apache-pulsar-2.5.1-bin.tar.gz
> > >
> >
> f0be1ffcfb452427da368081988a47c4d91dccb6a3284cd1c068f6cf914829e56ef13b7a33c6d3ba32cb1cd69f6e2acb2048a0e67dd448c702424db5a3c740bb
> > > apache-pulsar-2.5.1-src.tar.gz
> > >
> > > Maven staging repo:
> > >
> https://repository.apache.org/content/repositories/orgapachepulsar-1059
> > >
> > > The tag to be voted upon:
> > > v2.5.1-candidate-1 (ebacb7e14112e2efb4bb5ad001cb021f46407193)
> > > https://github.com/apache/pulsar/releases/tag/v2.5.1-candidate-1
> > >
> > > Pulsar's KEYS file containing PGP keys we use to sign the release:
> > > https://dist.apache.org/repos/dist/release/pulsar/KEYS
> > >
> > > Please download the the source package, and follow the README to build
> > > and run the Pulsar standalone service.
> > >
> > > Thanks,
> > > Guangning
> >
> >
>
> --
> Chris Bartholomew
> Kafkaesque
> chris.bartholomew@kafkaesque.io
>

Re: [VOTE] Pulsar Release 2.5.1 Candidate 1

Posted by Chris Bartholomew <ch...@kafkaesque.io.INVALID>.
All,

Unfortunately, I have found an issue in the 2.5.1 candidate. After building
Docker images and trying to run them, I found that the broker was failing
to start with this error:

error Uncaught exception in thread main: The given supported namespace
bundle split algorithm has unavailable algorithm. Available algorithms
are [range_equally_divide, topic_count_equally_divide]

It looks like new settings were introduced in the candidate to the
broker.conf (but not standalone.conf) in PR 6241
<https://github.com/apache/pulsar/pull/6241> around the namespaces bundle
split algorithm. However, those settings cause the broker to crash and were
subsequently fixed by PR 6374 <https://github.com/apache/pulsar/pull/6374>.
The PR 6374 with the fix is not in the 2.5.1 candidate. It needs to be
pulled into the build or the other PR needs to be removed.

Thanks,
Chris






On Wed, 8 Apr 2020 at 09:08, xiaolong ran <ra...@gmail.com> wrote:

> +1 (non-binding)
>
>
> - Validate Pub/Sub
> - Validate Java Function
> - Validate Connectors
> - Validate Stateful Function
> - Validate RPM packages
> - Validate DEB packages
> - Validate GPG keys
>
> > 在 2020年4月6日,下午8:23,Guangning E <gu...@apache.org> 写道:
> >
> > This is the first release candidate for Apache Pulsar, version 2.5.1.
> >
> > It fixes the following issues:
> >
> https://github.com/apache/pulsar/pulls?q=is%3Apr+label%3Arelease%2F2.5.1+is%3Aclosed
> >
> > *** Please download, test and vote on this release. This vote will stay
> open
> > for at least 72 hours ***
> >
> > 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/pulsar/pulsar-2.5.1-candidate-1/
> >
> > SHA-1 checksums:
> >
> >
> 5b44c73c1c6b1bef9518f215117bc862295f18f9c9ece17558b16c3242c984387178640574ff0ab60407f5dbd06767e3d631c23d83917acbd9b74ebccc5d869c
> > apache-pulsar-2.5.1-bin.tar.gz
> >
> f0be1ffcfb452427da368081988a47c4d91dccb6a3284cd1c068f6cf914829e56ef13b7a33c6d3ba32cb1cd69f6e2acb2048a0e67dd448c702424db5a3c740bb
> > apache-pulsar-2.5.1-src.tar.gz
> >
> > Maven staging repo:
> > https://repository.apache.org/content/repositories/orgapachepulsar-1059
> >
> > The tag to be voted upon:
> > v2.5.1-candidate-1 (ebacb7e14112e2efb4bb5ad001cb021f46407193)
> > https://github.com/apache/pulsar/releases/tag/v2.5.1-candidate-1
> >
> > Pulsar's KEYS file containing PGP keys we use to sign the release:
> > https://dist.apache.org/repos/dist/release/pulsar/KEYS
> >
> > Please download the the source package, and follow the README to build
> > and run the Pulsar standalone service.
> >
> > Thanks,
> > Guangning
>
>

-- 
Chris Bartholomew
Kafkaesque
chris.bartholomew@kafkaesque.io

Re: [VOTE] Pulsar Release 2.5.1 Candidate 1

Posted by xiaolong ran <ra...@gmail.com>.
+1 (non-binding)


- Validate Pub/Sub
- Validate Java Function
- Validate Connectors
- Validate Stateful Function
- Validate RPM packages
- Validate DEB packages
- Validate GPG keys

> 在 2020年4月6日,下午8:23,Guangning E <gu...@apache.org> 写道:
> 
> This is the first release candidate for Apache Pulsar, version 2.5.1.
> 
> It fixes the following issues:
> https://github.com/apache/pulsar/pulls?q=is%3Apr+label%3Arelease%2F2.5.1+is%3Aclosed
> 
> *** Please download, test and vote on this release. This vote will stay open
> for at least 72 hours ***
> 
> 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/pulsar/pulsar-2.5.1-candidate-1/
> 
> SHA-1 checksums:
> 
> 5b44c73c1c6b1bef9518f215117bc862295f18f9c9ece17558b16c3242c984387178640574ff0ab60407f5dbd06767e3d631c23d83917acbd9b74ebccc5d869c
> apache-pulsar-2.5.1-bin.tar.gz
> f0be1ffcfb452427da368081988a47c4d91dccb6a3284cd1c068f6cf914829e56ef13b7a33c6d3ba32cb1cd69f6e2acb2048a0e67dd448c702424db5a3c740bb
> apache-pulsar-2.5.1-src.tar.gz
> 
> Maven staging repo:
> https://repository.apache.org/content/repositories/orgapachepulsar-1059
> 
> The tag to be voted upon:
> v2.5.1-candidate-1 (ebacb7e14112e2efb4bb5ad001cb021f46407193)
> https://github.com/apache/pulsar/releases/tag/v2.5.1-candidate-1
> 
> Pulsar's KEYS file containing PGP keys we use to sign the release:
> https://dist.apache.org/repos/dist/release/pulsar/KEYS
> 
> Please download the the source package, and follow the README to build
> and run the Pulsar standalone service.
> 
> Thanks,
> Guangning