You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@pulsar.apache.org by Baodi Shi <ba...@apache.org> on 2023/11/21 13:23:41 UTC

[VOTE] Pulsar Release 2.11.3 Candidate 1

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

It fixes the following issues:
https://github.com/apache/pulsar/pulls?q=is%3Apr+label%3Arelease%2F2.11.3+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.11.3-candidate-1/

SHA-512 checksums:

1104ce10ee55f99f162f71487922d9883201516754936feab07a631b25b8f76bc2443735b4bdff17d821d62ca20f605d386ce9ca2e0450ce8d2555ca07fd8dd
 ./apache-pulsar-2.11.3-bin.tar.gz

bdf2579d718d25def297538def0c237974c856f63aea00db30e61b10683eec29a52a354b61daa6eda5ffe5bdfda78e6a83d473f8d7f44104fc5d715ffb1892fc
 ./apache-pulsar-2.11.3-src.tar.gz


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

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

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

Docker images:
docker pull wudixiaobaozi/pulsar-all:2.11.3
docker pull wudixiaobaozi/pulsar

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

Thanks,
Baodi Shi

Re: [VOTE] Pulsar Release 2.11.3 Candidate 1

Posted by Baodi Shi <ba...@apache.org>.
Hi, yubiao.

Thanks for your feedback.

After discussing with Penghui, we need to wait for the Bookkeeper 4.15.5
release and then upgrade it on Pulsar.

So, close this Vote first.

Thanks,
Baodi Shi


On Nov 29, 2023 at 12:09:00, Yubiao Feng
<yu...@streamnative.io.invalid> wrote:

> Hi Penghui, Baodi
>
> - Run standalone and check the produce, consume
> - Verified Cassandra connector
> - Verified stateful function
>
> But the result of `unzip -t
> ./lib/org.apache.bookkeeper-circe-checksum-*.jar | grep lib` is not
> expected. I only got the logs below
>
> ```
>
> unzip -t ./lib/org.apache.bookkeeper-circe-checksum-*.jar | grep lib
>
>
>
> Archive:  ./lib/org.apache.bookkeeper-circe-checksum-4.15.4.jar
>
> No errors detected in compressed data of
> ./lib/org.apache.bookkeeper-circe-checksum-4.15.4.jar.
> ```
>
> I can not find `testing: lib/libcirce-checksum.so   OK` in the logs.
>
> By the way, the check above is newly added to the document by
> https://github.com/apache/pulsar-site/pull/740
>
> Thanks
> Yubiao Feng
>
> On Tue, Nov 21, 2023 at 9:25 PM Baodi Shi <ba...@apache.org> wrote:
>
> This is the first release candidate for Apache Pulsar, version 2.11.3.
>
>
> It fixes the following issues:
>
>
>
> https://github.com/apache/pulsar/pulls?q=is%3Apr+label%3Arelease%2F2.11.3+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.11.3-candidate-1/
>
>
> SHA-512 checksums:
>
>
>
>
> 1104ce10ee55f99f162f71487922d9883201516754936feab07a631b25b8f76bc2443735b4bdff17d821d62ca20f605d386ce9ca2e0450ce8d2555ca07fd8dd
>
>  ./apache-pulsar-2.11.3-bin.tar.gz
>
>
>
>
> bdf2579d718d25def297538def0c237974c856f63aea00db30e61b10683eec29a52a354b61daa6eda5ffe5bdfda78e6a83d473f8d7f44104fc5d715ffb1892fc
>
>  ./apache-pulsar-2.11.3-src.tar.gz
>
>
>
> Maven staging repo:
>
> https://repository.apache.org/content/repositories/orgapachepulsar-1251
>
>
> The tag to be voted upon:
>
> v2.11.3-candidate-1 (aa7082efcafb58b1fc4b7bb1bc68c6e22f7bc2d3)
>
> https://github.com/apache/pulsar/releases/tag/v2.11.3-candidate-1
>
>
> Pulsar’s KEYS file containing PGP keys you use to sign the release:
>
> https://dist.apache.org/repos/dist/dev/pulsar/KEYS
>
>
> Docker images:
>
> docker pull wudixiaobaozi/pulsar-all:2.11.3
>
> docker pull wudixiaobaozi/pulsar
>
>
> Please download the source package, and follow the README to build
>
> and run the Pulsar standalone service.
>
>
> Thanks,
>
> Baodi Shi
>
>
>

Re: [VOTE] Pulsar Release 2.11.3 Candidate 1

Posted by Yubiao Feng <yu...@streamnative.io.INVALID>.
Hi Penghui, Baodi

- Run standalone and check the produce, consume
- Verified Cassandra connector
- Verified stateful function

But the result of `unzip -t
./lib/org.apache.bookkeeper-circe-checksum-*.jar | grep lib` is not
expected. I only got the logs below

```

> unzip -t ./lib/org.apache.bookkeeper-circe-checksum-*.jar | grep lib


Archive:  ./lib/org.apache.bookkeeper-circe-checksum-4.15.4.jar

No errors detected in compressed data of
./lib/org.apache.bookkeeper-circe-checksum-4.15.4.jar.
```

I can not find `testing: lib/libcirce-checksum.so   OK` in the logs.

By the way, the check above is newly added to the document by
https://github.com/apache/pulsar-site/pull/740

Thanks
Yubiao Feng

On Tue, Nov 21, 2023 at 9:25 PM Baodi Shi <ba...@apache.org> wrote:

> This is the first release candidate for Apache Pulsar, version 2.11.3.
>
> It fixes the following issues:
>
> https://github.com/apache/pulsar/pulls?q=is%3Apr+label%3Arelease%2F2.11.3+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.11.3-candidate-1/
>
> SHA-512 checksums:
>
>
> 1104ce10ee55f99f162f71487922d9883201516754936feab07a631b25b8f76bc2443735b4bdff17d821d62ca20f605d386ce9ca2e0450ce8d2555ca07fd8dd
>  ./apache-pulsar-2.11.3-bin.tar.gz
>
>
> bdf2579d718d25def297538def0c237974c856f63aea00db30e61b10683eec29a52a354b61daa6eda5ffe5bdfda78e6a83d473f8d7f44104fc5d715ffb1892fc
>  ./apache-pulsar-2.11.3-src.tar.gz
>
>
> Maven staging repo:
> https://repository.apache.org/content/repositories/orgapachepulsar-1251
>
> The tag to be voted upon:
> v2.11.3-candidate-1 (aa7082efcafb58b1fc4b7bb1bc68c6e22f7bc2d3)
> https://github.com/apache/pulsar/releases/tag/v2.11.3-candidate-1
>
> Pulsar’s KEYS file containing PGP keys you use to sign the release:
> https://dist.apache.org/repos/dist/dev/pulsar/KEYS
>
> Docker images:
> docker pull wudixiaobaozi/pulsar-all:2.11.3
> docker pull wudixiaobaozi/pulsar
>
> Please download the source package, and follow the README to build
> and run the Pulsar standalone service.
>
> Thanks,
> Baodi Shi
>

Re: [VOTE] Pulsar Release 2.11.3 Candidate 1

Posted by Baodi Shi <ba...@apache.org>.
Tips:

Pulsar’s KEYS file address:
https://dist.apache.org/repos/dist/release/pulsar/KEYS


Thanks,
Baodi Shi


On Nov 23, 2023 at 15:16:30, guo jiwei <te...@apache.org> wrote:

> +1 (binding)
>
> - Checked the signatures
> - Built from source
> - Run standalone and check the produce, consume
> - Verified Cassandra connector
> - Verified stateful function
>
> Regards
> Jiwei Guo (Tboy)
>
>
> On Tue, Nov 21, 2023 at 9:47 PM Baodi Shi <ba...@apache.org> wrote:
>
>  Patch:
>
>
> Docker images:
>
> docker pull wudixiaobaozi/pulsar-all:2.11.3
>
> docker pull wudixiaobaozi/pulsar:2.11.3
>
>
> Thanks,
>
> Baodi Shi
>
>
>
> On Nov 21, 2023 at 21:23:41, Baodi Shi <ba...@apache.org> wrote:
>
>
> > This is the first release candidate for Apache Pulsar, version 2.11.3.
>
> >
>
> > It fixes the following issues:
>
> >
>
> >
>
>
> https://github.com/apache/pulsar/pulls?q=is%3Apr+label%3Arelease%2F2.11.3+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.11.3-candidate-1/
>
> >
>
> > SHA-512 checksums:
>
> >
>
> >
>
>
> 1104ce10ee55f99f162f71487922d9883201516754936feab07a631b25b8f76bc2443735b4bdff17d821d62ca20f605d386ce9ca2e0450ce8d2555ca07fd8dd
>
> ./apache-pulsar-2.11.3-bin.tar.gz
>
> >
>
> >
>
>
> bdf2579d718d25def297538def0c237974c856f63aea00db30e61b10683eec29a52a354b61daa6eda5ffe5bdfda78e6a83d473f8d7f44104fc5d715ffb1892fc
>
> ./apache-pulsar-2.11.3-src.tar.gz
>
> >
>
> >
>
> > Maven staging repo:
>
> > https://repository.apache.org/content/repositories/orgapachepulsar-1251
>
> >
>
> > The tag to be voted upon:
>
> > v2.11.3-candidate-1 (aa7082efcafb58b1fc4b7bb1bc68c6e22f7bc2d3)
>
> > https://github.com/apache/pulsar/releases/tag/v2.11.3-candidate-1
>
> >
>
> > Pulsar’s KEYS file containing PGP keys you use to sign the release:
>
> > https://dist.apache.org/repos/dist/dev/pulsar/KEYS
>
> >
>
> > Docker images:
>
> > docker pull wudixiaobaozi/pulsar-all:2.11.3
>
> > docker pull wudixiaobaozi/pulsar
>
> >
>
> > Please download the source package, and follow the README to build
>
> > and run the Pulsar standalone service.
>
> >
>
> > Thanks,
>
> > Baodi Shi
>
> >
>
>
>

Re: [VOTE] Pulsar Release 2.11.3 Candidate 1

Posted by guo jiwei <te...@apache.org>.
+1 (binding)

- Checked the signatures
- Built from source
- Run standalone and check the produce, consume
- Verified Cassandra connector
- Verified stateful function

Regards
Jiwei Guo (Tboy)


On Tue, Nov 21, 2023 at 9:47 PM Baodi Shi <ba...@apache.org> wrote:

>  Patch:
>
> Docker images:
> docker pull wudixiaobaozi/pulsar-all:2.11.3
> docker pull wudixiaobaozi/pulsar:2.11.3
>
> Thanks,
> Baodi Shi
>
>
> On Nov 21, 2023 at 21:23:41, Baodi Shi <ba...@apache.org> wrote:
>
> > This is the first release candidate for Apache Pulsar, version 2.11.3.
> >
> > It fixes the following issues:
> >
> >
> https://github.com/apache/pulsar/pulls?q=is%3Apr+label%3Arelease%2F2.11.3+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.11.3-candidate-1/
> >
> > SHA-512 checksums:
> >
> >
> 1104ce10ee55f99f162f71487922d9883201516754936feab07a631b25b8f76bc2443735b4bdff17d821d62ca20f605d386ce9ca2e0450ce8d2555ca07fd8dd
> ./apache-pulsar-2.11.3-bin.tar.gz
> >
> >
> bdf2579d718d25def297538def0c237974c856f63aea00db30e61b10683eec29a52a354b61daa6eda5ffe5bdfda78e6a83d473f8d7f44104fc5d715ffb1892fc
> ./apache-pulsar-2.11.3-src.tar.gz
> >
> >
> > Maven staging repo:
> > https://repository.apache.org/content/repositories/orgapachepulsar-1251
> >
> > The tag to be voted upon:
> > v2.11.3-candidate-1 (aa7082efcafb58b1fc4b7bb1bc68c6e22f7bc2d3)
> > https://github.com/apache/pulsar/releases/tag/v2.11.3-candidate-1
> >
> > Pulsar’s KEYS file containing PGP keys you use to sign the release:
> > https://dist.apache.org/repos/dist/dev/pulsar/KEYS
> >
> > Docker images:
> > docker pull wudixiaobaozi/pulsar-all:2.11.3
> > docker pull wudixiaobaozi/pulsar
> >
> > Please download the source package, and follow the README to build
> > and run the Pulsar standalone service.
> >
> > Thanks,
> > Baodi Shi
> >
>

Re: [VOTE] Pulsar Release 2.11.3 Candidate 1

Posted by Baodi Shi <ba...@apache.org>.
 Patch:

Docker images:
docker pull wudixiaobaozi/pulsar-all:2.11.3
docker pull wudixiaobaozi/pulsar:2.11.3

Thanks,
Baodi Shi


On Nov 21, 2023 at 21:23:41, Baodi Shi <ba...@apache.org> wrote:

> This is the first release candidate for Apache Pulsar, version 2.11.3.
>
> It fixes the following issues:
>
> https://github.com/apache/pulsar/pulls?q=is%3Apr+label%3Arelease%2F2.11.3+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.11.3-candidate-1/
>
> SHA-512 checksums:
>
> 1104ce10ee55f99f162f71487922d9883201516754936feab07a631b25b8f76bc2443735b4bdff17d821d62ca20f605d386ce9ca2e0450ce8d2555ca07fd8dd  ./apache-pulsar-2.11.3-bin.tar.gz
>
> bdf2579d718d25def297538def0c237974c856f63aea00db30e61b10683eec29a52a354b61daa6eda5ffe5bdfda78e6a83d473f8d7f44104fc5d715ffb1892fc  ./apache-pulsar-2.11.3-src.tar.gz
>
>
> Maven staging repo:
> https://repository.apache.org/content/repositories/orgapachepulsar-1251
>
> The tag to be voted upon:
> v2.11.3-candidate-1 (aa7082efcafb58b1fc4b7bb1bc68c6e22f7bc2d3)
> https://github.com/apache/pulsar/releases/tag/v2.11.3-candidate-1
>
> Pulsar’s KEYS file containing PGP keys you use to sign the release:
> https://dist.apache.org/repos/dist/dev/pulsar/KEYS
>
> Docker images:
> docker pull wudixiaobaozi/pulsar-all:2.11.3
> docker pull wudixiaobaozi/pulsar
>
> Please download the source package, and follow the README to build
> and run the Pulsar standalone service.
>
> Thanks,
> Baodi Shi
>