You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@pulsar.apache.org by Xiangying Meng <xi...@apache.org> on 2023/03/04 04:06:11 UTC

[VOTE] Pulsar Release 2.10.4 Candidate 1

This is the third release candidate for Apache Pulsar, version 2.10.4.

This release contains 99 commits by 34 contributors.
https://github.com/apache/pulsar/compare/v2.10.3...v2.10.4-candidate-1

*** 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.10.4-candidate-1/

SHA-512 checksums:
8cae74a5b586ab2378c2b2737c59507180af4b8efab4a99bc0dae233096036f5b18ab94255bea03e416d8d21958bedf684c8d4bd3982f458a547d3e1efa0f19f
 apache-pulsar-2.10.4-bin.tar.gz
74e16c61ff6ae9e2a51e7ae24981598c71dabbff09c820bff9303c031882e1f15d029d06b6b5b6e4cc9a02b8957a102338ce09173c8744a59e5bd848b48b1d2a
 apache-pulsar-2.10.4-src.tar.gz

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

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

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

Docker images:

<link of the pulsar images>
https://hub.docker.com/layers/xiangyingmeng/pulsar/2.10.4/images/sha256-144d0380592a7e0578772eb2fa51da7cad70f1d5f8a2b46189669b15f0e6b4b6?context=repo

<link of the pulsar-all image>
https://hub.docker.com/layers/xiangyingmeng/pulsar-all/2.10.4/images/sha256-bcf03c05be93ced24991afbcca13f4a4b5f183d9a7b877ae84e992e16ca599ee?context=repo

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

Re: [VOTE] Pulsar Release 2.10.4 Candidate 1

Posted by Xiangying Meng <xi...@apache.org>.
Good catch!
This is a flaky test, so I have not noticed it in the CI.
I raised the question of PR [1] to fix it.
Thank you again for your help, which helps us avoid introducing a bug in
release 2.10.4.

[1] https://github.com/apache/pulsar/pull/19779

Re: [VOTE] Pulsar Release 2.10.4 Candidate 1

Posted by Tyler <ga...@gmail.com>.
I found org.apache.pulsar.websocket.proxy.ProxyPublishConsumeTest
failed in my local after commit cf06952b9b9.

After investigation, the failure should have been fixed by #18268. But
it seems that the cherry-picked order of these commits is reversed
from the original order and the fix is overridden when resolving
conflicts.

related commits in branch-2.10:
cf06952b9b9 [improve][broker] Add UncaughtExceptionHandler for every
thread pool (#18211)
feaad45433e [fix][client] Fix IllegalThreadStateException when using
newThread in ExecutorProvider.ExtendedThreadFactory


On Thu, Mar 9, 2023 at 3:08 PM Xiangying Meng <xi...@apache.org> wrote:
>
> Thanks for the reminder.
> I will make a release later.
>
> Thanks.
> Xiangying
>
>
> On Thu, Mar 9, 2023 at 2:17 PM Haiting Jiang <ji...@gmail.com> wrote:
>
> > Seems like we should include this PR in this release.
> > https://github.com/apache/pulsar/pull/19754
> >
> > See https://lists.apache.org/thread/odofmj9h8ln6blozhgkgmx0mbyll45dp
> >
> > Thanks,
> > Haiting
> >
> > On Thu, Mar 9, 2023 at 2:07 PM 丛搏 <bo...@apache.org> wrote:
> > >
> > > +1 (binding)
> > >
> > > os: mac 12.3.1, Intel
> > > java: OpenJDK 17.0.1
> > >
> > > - Checked the signature
> > > - Checked LICENSE
> > > - Start standalone
> > > - Publish and consume messages
> > > - Verified Function and State Function
> > > - Verified Cassandra connector
> > > - Build from the source package (maven 3.6.1, openJDK 11.0.12)
> > > - Run a simple transaction performance check
> > >
> > > Thanks,
> > > Bo
> > >
> > > guo jiwei <te...@apache.org> 于2023年3月8日周三 15:00写道:
> > > >
> > > > +1 (binding)
> > > >
> > > > - Build from the source package
> > > > - Checked the signature
> > > > - Publish and consume messages
> > > > - Verified Function and State Function
> > > > - Verified Cassandra connector
> > > >
> > > > Regards
> > > > Jiwei Guo (Tboy)
> > > >
> > > > On Tue, Mar 7, 2023 at 2:22 PM Xiangying Meng <xi...@apache.org>
> > wrote:
> > > > >
> > > > > Please ignore the previous email. This commit did not break CI.
> > > > > Instead, a very coincidental thing happened.
> > > > > 1. There may be problems with the maven server at that time. The
> > three PRs
> > > > > mentioned at that time could not download the correct jar package,
> > and the
> > > > > retry was invalid.
> > > > > 2. A flaky test `recoverLongTimeAfterMultipleWriteErrors` failed
> > multiple
> > > > > times in a row.
> > > > >
> > > > > So I mistakenly thought it was caused by the last unverified commit.
> > > > > So the RC is correct, please help verify it and vote.
> > > > >
> > > > > Thanks
> > > > > Xiangying
> > > > >
> > > > > On Sun, Mar 5, 2023 at 9:40 PM Xiangying Meng <xi...@apache.org>
> > wrote:
> > > > >
> > > > > > Hi, community,
> > > > > >
> > > > > > Sorry to tell everyone that we may need to abort the release
> > > > > > 2.10.4-candidate-1 because some CI can not be passed after #19674
> > [0] is
> > > > > > cherry-picked.
> > > > > > I will be sure to carry out the release process again as soon as
> > it is
> > > > > > resolved.
> > > > > >
> > > > > > Sincerely
> > > > > > Xiangying
> > > > > > [0] https://github.com/apache/pulsar/pull/19674
> > > > > >
> > > > > >
> > > > > > On Sat, Mar 4, 2023 at 12:06 PM Xiangying Meng <
> > xiangying@apache.org>
> > > > > > wrote:
> > > > > >
> > > > > >> This is the third release candidate for Apache Pulsar, version
> > 2.10.4.
> > > > > >>
> > > > > >> This release contains 99 commits by 34 contributors.
> > > > > >>
> > https://github.com/apache/pulsar/compare/v2.10.3...v2.10.4-candidate-1
> > > > > >>
> > > > > >> *** 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.10.4-candidate-1/
> > > > > >>
> > > > > >> SHA-512 checksums:
> > > > > >>
> > 8cae74a5b586ab2378c2b2737c59507180af4b8efab4a99bc0dae233096036f5b18ab94255bea03e416d8d21958bedf684c8d4bd3982f458a547d3e1efa0f19f
> > > > > >>  apache-pulsar-2.10.4-bin.tar.gz
> > > > > >>
> > 74e16c61ff6ae9e2a51e7ae24981598c71dabbff09c820bff9303c031882e1f15d029d06b6b5b6e4cc9a02b8957a102338ce09173c8744a59e5bd848b48b1d2a
> > > > > >>  apache-pulsar-2.10.4-src.tar.gz
> > > > > >>
> > > > > >> Maven staging repo:
> > > > > >>
> > https://repository.apache.org/content/repositories/orgapachepulsar-1210/
> > > > > >>
> > > > > >> The tag to be voted upon:
> > > > > >> v2.10.4-candidate-1 (d1aebd3e4c9503406845fb2e746a289e88e00fb2)
> > > > > >> https://github.com/apache/pulsar/releases/tag/v2.10.4-candidate-1
> > > > > >>
> > > > > >> Pulsar's KEYS file containing PGP keys you use to sign the
> > release:
> > > > > >> https://downloads.apache.org/pulsar/KEYS
> > > > > >>
> > > > > >> Docker images:
> > > > > >>
> > > > > >> <link of the pulsar images>
> > > > > >>
> > > > > >>
> > https://hub.docker.com/layers/xiangyingmeng/pulsar/2.10.4/images/sha256-144d0380592a7e0578772eb2fa51da7cad70f1d5f8a2b46189669b15f0e6b4b6?context=repo
> > > > > >>
> > > > > >> <link of the pulsar-all image>
> > > > > >>
> > > > > >>
> > https://hub.docker.com/layers/xiangyingmeng/pulsar-all/2.10.4/images/sha256-bcf03c05be93ced24991afbcca13f4a4b5f183d9a7b877ae84e992e16ca599ee?context=repo
> > > > > >>
> > > > > >> Please download the source package, and follow the README to build
> > > > > >> and run the Pulsar standalone service.
> > > > > >>
> > > > > >
> >

Re: [VOTE] Pulsar Release 2.10.4 Candidate 1

Posted by Xiangying Meng <xi...@apache.org>.
Thanks for the reminder.
I will make a release later.

Thanks.
Xiangying


On Thu, Mar 9, 2023 at 2:17 PM Haiting Jiang <ji...@gmail.com> wrote:

> Seems like we should include this PR in this release.
> https://github.com/apache/pulsar/pull/19754
>
> See https://lists.apache.org/thread/odofmj9h8ln6blozhgkgmx0mbyll45dp
>
> Thanks,
> Haiting
>
> On Thu, Mar 9, 2023 at 2:07 PM 丛搏 <bo...@apache.org> wrote:
> >
> > +1 (binding)
> >
> > os: mac 12.3.1, Intel
> > java: OpenJDK 17.0.1
> >
> > - Checked the signature
> > - Checked LICENSE
> > - Start standalone
> > - Publish and consume messages
> > - Verified Function and State Function
> > - Verified Cassandra connector
> > - Build from the source package (maven 3.6.1, openJDK 11.0.12)
> > - Run a simple transaction performance check
> >
> > Thanks,
> > Bo
> >
> > guo jiwei <te...@apache.org> 于2023年3月8日周三 15:00写道:
> > >
> > > +1 (binding)
> > >
> > > - Build from the source package
> > > - Checked the signature
> > > - Publish and consume messages
> > > - Verified Function and State Function
> > > - Verified Cassandra connector
> > >
> > > Regards
> > > Jiwei Guo (Tboy)
> > >
> > > On Tue, Mar 7, 2023 at 2:22 PM Xiangying Meng <xi...@apache.org>
> wrote:
> > > >
> > > > Please ignore the previous email. This commit did not break CI.
> > > > Instead, a very coincidental thing happened.
> > > > 1. There may be problems with the maven server at that time. The
> three PRs
> > > > mentioned at that time could not download the correct jar package,
> and the
> > > > retry was invalid.
> > > > 2. A flaky test `recoverLongTimeAfterMultipleWriteErrors` failed
> multiple
> > > > times in a row.
> > > >
> > > > So I mistakenly thought it was caused by the last unverified commit.
> > > > So the RC is correct, please help verify it and vote.
> > > >
> > > > Thanks
> > > > Xiangying
> > > >
> > > > On Sun, Mar 5, 2023 at 9:40 PM Xiangying Meng <xi...@apache.org>
> wrote:
> > > >
> > > > > Hi, community,
> > > > >
> > > > > Sorry to tell everyone that we may need to abort the release
> > > > > 2.10.4-candidate-1 because some CI can not be passed after #19674
> [0] is
> > > > > cherry-picked.
> > > > > I will be sure to carry out the release process again as soon as
> it is
> > > > > resolved.
> > > > >
> > > > > Sincerely
> > > > > Xiangying
> > > > > [0] https://github.com/apache/pulsar/pull/19674
> > > > >
> > > > >
> > > > > On Sat, Mar 4, 2023 at 12:06 PM Xiangying Meng <
> xiangying@apache.org>
> > > > > wrote:
> > > > >
> > > > >> This is the third release candidate for Apache Pulsar, version
> 2.10.4.
> > > > >>
> > > > >> This release contains 99 commits by 34 contributors.
> > > > >>
> https://github.com/apache/pulsar/compare/v2.10.3...v2.10.4-candidate-1
> > > > >>
> > > > >> *** 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.10.4-candidate-1/
> > > > >>
> > > > >> SHA-512 checksums:
> > > > >>
> 8cae74a5b586ab2378c2b2737c59507180af4b8efab4a99bc0dae233096036f5b18ab94255bea03e416d8d21958bedf684c8d4bd3982f458a547d3e1efa0f19f
> > > > >>  apache-pulsar-2.10.4-bin.tar.gz
> > > > >>
> 74e16c61ff6ae9e2a51e7ae24981598c71dabbff09c820bff9303c031882e1f15d029d06b6b5b6e4cc9a02b8957a102338ce09173c8744a59e5bd848b48b1d2a
> > > > >>  apache-pulsar-2.10.4-src.tar.gz
> > > > >>
> > > > >> Maven staging repo:
> > > > >>
> https://repository.apache.org/content/repositories/orgapachepulsar-1210/
> > > > >>
> > > > >> The tag to be voted upon:
> > > > >> v2.10.4-candidate-1 (d1aebd3e4c9503406845fb2e746a289e88e00fb2)
> > > > >> https://github.com/apache/pulsar/releases/tag/v2.10.4-candidate-1
> > > > >>
> > > > >> Pulsar's KEYS file containing PGP keys you use to sign the
> release:
> > > > >> https://downloads.apache.org/pulsar/KEYS
> > > > >>
> > > > >> Docker images:
> > > > >>
> > > > >> <link of the pulsar images>
> > > > >>
> > > > >>
> https://hub.docker.com/layers/xiangyingmeng/pulsar/2.10.4/images/sha256-144d0380592a7e0578772eb2fa51da7cad70f1d5f8a2b46189669b15f0e6b4b6?context=repo
> > > > >>
> > > > >> <link of the pulsar-all image>
> > > > >>
> > > > >>
> https://hub.docker.com/layers/xiangyingmeng/pulsar-all/2.10.4/images/sha256-bcf03c05be93ced24991afbcca13f4a4b5f183d9a7b877ae84e992e16ca599ee?context=repo
> > > > >>
> > > > >> Please download the source package, and follow the README to build
> > > > >> and run the Pulsar standalone service.
> > > > >>
> > > > >
>

Re: [VOTE] Pulsar Release 2.10.4 Candidate 1

Posted by Haiting Jiang <ji...@gmail.com>.
Seems like we should include this PR in this release.
https://github.com/apache/pulsar/pull/19754

See https://lists.apache.org/thread/odofmj9h8ln6blozhgkgmx0mbyll45dp

Thanks,
Haiting

On Thu, Mar 9, 2023 at 2:07 PM 丛搏 <bo...@apache.org> wrote:
>
> +1 (binding)
>
> os: mac 12.3.1, Intel
> java: OpenJDK 17.0.1
>
> - Checked the signature
> - Checked LICENSE
> - Start standalone
> - Publish and consume messages
> - Verified Function and State Function
> - Verified Cassandra connector
> - Build from the source package (maven 3.6.1, openJDK 11.0.12)
> - Run a simple transaction performance check
>
> Thanks,
> Bo
>
> guo jiwei <te...@apache.org> 于2023年3月8日周三 15:00写道:
> >
> > +1 (binding)
> >
> > - Build from the source package
> > - Checked the signature
> > - Publish and consume messages
> > - Verified Function and State Function
> > - Verified Cassandra connector
> >
> > Regards
> > Jiwei Guo (Tboy)
> >
> > On Tue, Mar 7, 2023 at 2:22 PM Xiangying Meng <xi...@apache.org> wrote:
> > >
> > > Please ignore the previous email. This commit did not break CI.
> > > Instead, a very coincidental thing happened.
> > > 1. There may be problems with the maven server at that time. The three PRs
> > > mentioned at that time could not download the correct jar package, and the
> > > retry was invalid.
> > > 2. A flaky test `recoverLongTimeAfterMultipleWriteErrors` failed multiple
> > > times in a row.
> > >
> > > So I mistakenly thought it was caused by the last unverified commit.
> > > So the RC is correct, please help verify it and vote.
> > >
> > > Thanks
> > > Xiangying
> > >
> > > On Sun, Mar 5, 2023 at 9:40 PM Xiangying Meng <xi...@apache.org> wrote:
> > >
> > > > Hi, community,
> > > >
> > > > Sorry to tell everyone that we may need to abort the release
> > > > 2.10.4-candidate-1 because some CI can not be passed after #19674 [0] is
> > > > cherry-picked.
> > > > I will be sure to carry out the release process again as soon as it is
> > > > resolved.
> > > >
> > > > Sincerely
> > > > Xiangying
> > > > [0] https://github.com/apache/pulsar/pull/19674
> > > >
> > > >
> > > > On Sat, Mar 4, 2023 at 12:06 PM Xiangying Meng <xi...@apache.org>
> > > > wrote:
> > > >
> > > >> This is the third release candidate for Apache Pulsar, version 2.10.4.
> > > >>
> > > >> This release contains 99 commits by 34 contributors.
> > > >> https://github.com/apache/pulsar/compare/v2.10.3...v2.10.4-candidate-1
> > > >>
> > > >> *** 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.10.4-candidate-1/
> > > >>
> > > >> SHA-512 checksums:
> > > >> 8cae74a5b586ab2378c2b2737c59507180af4b8efab4a99bc0dae233096036f5b18ab94255bea03e416d8d21958bedf684c8d4bd3982f458a547d3e1efa0f19f
> > > >>  apache-pulsar-2.10.4-bin.tar.gz
> > > >> 74e16c61ff6ae9e2a51e7ae24981598c71dabbff09c820bff9303c031882e1f15d029d06b6b5b6e4cc9a02b8957a102338ce09173c8744a59e5bd848b48b1d2a
> > > >>  apache-pulsar-2.10.4-src.tar.gz
> > > >>
> > > >> Maven staging repo:
> > > >> https://repository.apache.org/content/repositories/orgapachepulsar-1210/
> > > >>
> > > >> The tag to be voted upon:
> > > >> v2.10.4-candidate-1 (d1aebd3e4c9503406845fb2e746a289e88e00fb2)
> > > >> https://github.com/apache/pulsar/releases/tag/v2.10.4-candidate-1
> > > >>
> > > >> Pulsar's KEYS file containing PGP keys you use to sign the release:
> > > >> https://downloads.apache.org/pulsar/KEYS
> > > >>
> > > >> Docker images:
> > > >>
> > > >> <link of the pulsar images>
> > > >>
> > > >> https://hub.docker.com/layers/xiangyingmeng/pulsar/2.10.4/images/sha256-144d0380592a7e0578772eb2fa51da7cad70f1d5f8a2b46189669b15f0e6b4b6?context=repo
> > > >>
> > > >> <link of the pulsar-all image>
> > > >>
> > > >> https://hub.docker.com/layers/xiangyingmeng/pulsar-all/2.10.4/images/sha256-bcf03c05be93ced24991afbcca13f4a4b5f183d9a7b877ae84e992e16ca599ee?context=repo
> > > >>
> > > >> Please download the source package, and follow the README to build
> > > >> and run the Pulsar standalone service.
> > > >>
> > > >

Re: [VOTE] Pulsar Release 2.10.4 Candidate 1

Posted by 丛搏 <bo...@apache.org>.
+1 (binding)

os: mac 12.3.1, Intel
java: OpenJDK 17.0.1

- Checked the signature
- Checked LICENSE
- Start standalone
- Publish and consume messages
- Verified Function and State Function
- Verified Cassandra connector
- Build from the source package (maven 3.6.1, openJDK 11.0.12)
- Run a simple transaction performance check

Thanks,
Bo

guo jiwei <te...@apache.org> 于2023年3月8日周三 15:00写道:
>
> +1 (binding)
>
> - Build from the source package
> - Checked the signature
> - Publish and consume messages
> - Verified Function and State Function
> - Verified Cassandra connector
>
> Regards
> Jiwei Guo (Tboy)
>
> On Tue, Mar 7, 2023 at 2:22 PM Xiangying Meng <xi...@apache.org> wrote:
> >
> > Please ignore the previous email. This commit did not break CI.
> > Instead, a very coincidental thing happened.
> > 1. There may be problems with the maven server at that time. The three PRs
> > mentioned at that time could not download the correct jar package, and the
> > retry was invalid.
> > 2. A flaky test `recoverLongTimeAfterMultipleWriteErrors` failed multiple
> > times in a row.
> >
> > So I mistakenly thought it was caused by the last unverified commit.
> > So the RC is correct, please help verify it and vote.
> >
> > Thanks
> > Xiangying
> >
> > On Sun, Mar 5, 2023 at 9:40 PM Xiangying Meng <xi...@apache.org> wrote:
> >
> > > Hi, community,
> > >
> > > Sorry to tell everyone that we may need to abort the release
> > > 2.10.4-candidate-1 because some CI can not be passed after #19674 [0] is
> > > cherry-picked.
> > > I will be sure to carry out the release process again as soon as it is
> > > resolved.
> > >
> > > Sincerely
> > > Xiangying
> > > [0] https://github.com/apache/pulsar/pull/19674
> > >
> > >
> > > On Sat, Mar 4, 2023 at 12:06 PM Xiangying Meng <xi...@apache.org>
> > > wrote:
> > >
> > >> This is the third release candidate for Apache Pulsar, version 2.10.4.
> > >>
> > >> This release contains 99 commits by 34 contributors.
> > >> https://github.com/apache/pulsar/compare/v2.10.3...v2.10.4-candidate-1
> > >>
> > >> *** 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.10.4-candidate-1/
> > >>
> > >> SHA-512 checksums:
> > >> 8cae74a5b586ab2378c2b2737c59507180af4b8efab4a99bc0dae233096036f5b18ab94255bea03e416d8d21958bedf684c8d4bd3982f458a547d3e1efa0f19f
> > >>  apache-pulsar-2.10.4-bin.tar.gz
> > >> 74e16c61ff6ae9e2a51e7ae24981598c71dabbff09c820bff9303c031882e1f15d029d06b6b5b6e4cc9a02b8957a102338ce09173c8744a59e5bd848b48b1d2a
> > >>  apache-pulsar-2.10.4-src.tar.gz
> > >>
> > >> Maven staging repo:
> > >> https://repository.apache.org/content/repositories/orgapachepulsar-1210/
> > >>
> > >> The tag to be voted upon:
> > >> v2.10.4-candidate-1 (d1aebd3e4c9503406845fb2e746a289e88e00fb2)
> > >> https://github.com/apache/pulsar/releases/tag/v2.10.4-candidate-1
> > >>
> > >> Pulsar's KEYS file containing PGP keys you use to sign the release:
> > >> https://downloads.apache.org/pulsar/KEYS
> > >>
> > >> Docker images:
> > >>
> > >> <link of the pulsar images>
> > >>
> > >> https://hub.docker.com/layers/xiangyingmeng/pulsar/2.10.4/images/sha256-144d0380592a7e0578772eb2fa51da7cad70f1d5f8a2b46189669b15f0e6b4b6?context=repo
> > >>
> > >> <link of the pulsar-all image>
> > >>
> > >> https://hub.docker.com/layers/xiangyingmeng/pulsar-all/2.10.4/images/sha256-bcf03c05be93ced24991afbcca13f4a4b5f183d9a7b877ae84e992e16ca599ee?context=repo
> > >>
> > >> Please download the source package, and follow the README to build
> > >> and run the Pulsar standalone service.
> > >>
> > >

Re: [VOTE] Pulsar Release 2.10.4 Candidate 1

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

- Build from the source package
- Checked the signature
- Publish and consume messages
- Verified Function and State Function
- Verified Cassandra connector

Regards
Jiwei Guo (Tboy)

On Tue, Mar 7, 2023 at 2:22 PM Xiangying Meng <xi...@apache.org> wrote:
>
> Please ignore the previous email. This commit did not break CI.
> Instead, a very coincidental thing happened.
> 1. There may be problems with the maven server at that time. The three PRs
> mentioned at that time could not download the correct jar package, and the
> retry was invalid.
> 2. A flaky test `recoverLongTimeAfterMultipleWriteErrors` failed multiple
> times in a row.
>
> So I mistakenly thought it was caused by the last unverified commit.
> So the RC is correct, please help verify it and vote.
>
> Thanks
> Xiangying
>
> On Sun, Mar 5, 2023 at 9:40 PM Xiangying Meng <xi...@apache.org> wrote:
>
> > Hi, community,
> >
> > Sorry to tell everyone that we may need to abort the release
> > 2.10.4-candidate-1 because some CI can not be passed after #19674 [0] is
> > cherry-picked.
> > I will be sure to carry out the release process again as soon as it is
> > resolved.
> >
> > Sincerely
> > Xiangying
> > [0] https://github.com/apache/pulsar/pull/19674
> >
> >
> > On Sat, Mar 4, 2023 at 12:06 PM Xiangying Meng <xi...@apache.org>
> > wrote:
> >
> >> This is the third release candidate for Apache Pulsar, version 2.10.4.
> >>
> >> This release contains 99 commits by 34 contributors.
> >> https://github.com/apache/pulsar/compare/v2.10.3...v2.10.4-candidate-1
> >>
> >> *** 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.10.4-candidate-1/
> >>
> >> SHA-512 checksums:
> >> 8cae74a5b586ab2378c2b2737c59507180af4b8efab4a99bc0dae233096036f5b18ab94255bea03e416d8d21958bedf684c8d4bd3982f458a547d3e1efa0f19f
> >>  apache-pulsar-2.10.4-bin.tar.gz
> >> 74e16c61ff6ae9e2a51e7ae24981598c71dabbff09c820bff9303c031882e1f15d029d06b6b5b6e4cc9a02b8957a102338ce09173c8744a59e5bd848b48b1d2a
> >>  apache-pulsar-2.10.4-src.tar.gz
> >>
> >> Maven staging repo:
> >> https://repository.apache.org/content/repositories/orgapachepulsar-1210/
> >>
> >> The tag to be voted upon:
> >> v2.10.4-candidate-1 (d1aebd3e4c9503406845fb2e746a289e88e00fb2)
> >> https://github.com/apache/pulsar/releases/tag/v2.10.4-candidate-1
> >>
> >> Pulsar's KEYS file containing PGP keys you use to sign the release:
> >> https://downloads.apache.org/pulsar/KEYS
> >>
> >> Docker images:
> >>
> >> <link of the pulsar images>
> >>
> >> https://hub.docker.com/layers/xiangyingmeng/pulsar/2.10.4/images/sha256-144d0380592a7e0578772eb2fa51da7cad70f1d5f8a2b46189669b15f0e6b4b6?context=repo
> >>
> >> <link of the pulsar-all image>
> >>
> >> https://hub.docker.com/layers/xiangyingmeng/pulsar-all/2.10.4/images/sha256-bcf03c05be93ced24991afbcca13f4a4b5f183d9a7b877ae84e992e16ca599ee?context=repo
> >>
> >> Please download the source package, and follow the README to build
> >> and run the Pulsar standalone service.
> >>
> >

Re: [VOTE] Pulsar Release 2.10.4 Candidate 1

Posted by Xiangying Meng <xi...@apache.org>.
Please ignore the previous email. This commit did not break CI.
Instead, a very coincidental thing happened.
1. There may be problems with the maven server at that time. The three PRs
mentioned at that time could not download the correct jar package, and the
retry was invalid.
2. A flaky test `recoverLongTimeAfterMultipleWriteErrors` failed multiple
times in a row.

So I mistakenly thought it was caused by the last unverified commit.
So the RC is correct, please help verify it and vote.

Thanks
Xiangying

On Sun, Mar 5, 2023 at 9:40 PM Xiangying Meng <xi...@apache.org> wrote:

> Hi, community,
>
> Sorry to tell everyone that we may need to abort the release
> 2.10.4-candidate-1 because some CI can not be passed after #19674 [0] is
> cherry-picked.
> I will be sure to carry out the release process again as soon as it is
> resolved.
>
> Sincerely
> Xiangying
> [0] https://github.com/apache/pulsar/pull/19674
>
>
> On Sat, Mar 4, 2023 at 12:06 PM Xiangying Meng <xi...@apache.org>
> wrote:
>
>> This is the third release candidate for Apache Pulsar, version 2.10.4.
>>
>> This release contains 99 commits by 34 contributors.
>> https://github.com/apache/pulsar/compare/v2.10.3...v2.10.4-candidate-1
>>
>> *** 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.10.4-candidate-1/
>>
>> SHA-512 checksums:
>> 8cae74a5b586ab2378c2b2737c59507180af4b8efab4a99bc0dae233096036f5b18ab94255bea03e416d8d21958bedf684c8d4bd3982f458a547d3e1efa0f19f
>>  apache-pulsar-2.10.4-bin.tar.gz
>> 74e16c61ff6ae9e2a51e7ae24981598c71dabbff09c820bff9303c031882e1f15d029d06b6b5b6e4cc9a02b8957a102338ce09173c8744a59e5bd848b48b1d2a
>>  apache-pulsar-2.10.4-src.tar.gz
>>
>> Maven staging repo:
>> https://repository.apache.org/content/repositories/orgapachepulsar-1210/
>>
>> The tag to be voted upon:
>> v2.10.4-candidate-1 (d1aebd3e4c9503406845fb2e746a289e88e00fb2)
>> https://github.com/apache/pulsar/releases/tag/v2.10.4-candidate-1
>>
>> Pulsar's KEYS file containing PGP keys you use to sign the release:
>> https://downloads.apache.org/pulsar/KEYS
>>
>> Docker images:
>>
>> <link of the pulsar images>
>>
>> https://hub.docker.com/layers/xiangyingmeng/pulsar/2.10.4/images/sha256-144d0380592a7e0578772eb2fa51da7cad70f1d5f8a2b46189669b15f0e6b4b6?context=repo
>>
>> <link of the pulsar-all image>
>>
>> https://hub.docker.com/layers/xiangyingmeng/pulsar-all/2.10.4/images/sha256-bcf03c05be93ced24991afbcca13f4a4b5f183d9a7b877ae84e992e16ca599ee?context=repo
>>
>> Please download the source package, and follow the README to build
>> and run the Pulsar standalone service.
>>
>

Re: [VOTE] Pulsar Release 2.10.4 Candidate 1

Posted by Xiangying Meng <xi...@apache.org>.
Hi, community,

Sorry to tell everyone that we may need to abort the release
2.10.4-candidate-1 because some CI can not be passed after #19674 [0] is
cherry-picked.
I will be sure to carry out the release process again as soon as it is
resolved.

Sincerely
Xiangying
[0] https://github.com/apache/pulsar/pull/19674


On Sat, Mar 4, 2023 at 12:06 PM Xiangying Meng <xi...@apache.org> wrote:

> This is the third release candidate for Apache Pulsar, version 2.10.4.
>
> This release contains 99 commits by 34 contributors.
> https://github.com/apache/pulsar/compare/v2.10.3...v2.10.4-candidate-1
>
> *** 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.10.4-candidate-1/
>
> SHA-512 checksums:
> 8cae74a5b586ab2378c2b2737c59507180af4b8efab4a99bc0dae233096036f5b18ab94255bea03e416d8d21958bedf684c8d4bd3982f458a547d3e1efa0f19f
>  apache-pulsar-2.10.4-bin.tar.gz
> 74e16c61ff6ae9e2a51e7ae24981598c71dabbff09c820bff9303c031882e1f15d029d06b6b5b6e4cc9a02b8957a102338ce09173c8744a59e5bd848b48b1d2a
>  apache-pulsar-2.10.4-src.tar.gz
>
> Maven staging repo:
> https://repository.apache.org/content/repositories/orgapachepulsar-1210/
>
> The tag to be voted upon:
> v2.10.4-candidate-1 (d1aebd3e4c9503406845fb2e746a289e88e00fb2)
> https://github.com/apache/pulsar/releases/tag/v2.10.4-candidate-1
>
> Pulsar's KEYS file containing PGP keys you use to sign the release:
> https://downloads.apache.org/pulsar/KEYS
>
> Docker images:
>
> <link of the pulsar images>
>
> https://hub.docker.com/layers/xiangyingmeng/pulsar/2.10.4/images/sha256-144d0380592a7e0578772eb2fa51da7cad70f1d5f8a2b46189669b15f0e6b4b6?context=repo
>
> <link of the pulsar-all image>
>
> https://hub.docker.com/layers/xiangyingmeng/pulsar-all/2.10.4/images/sha256-bcf03c05be93ced24991afbcca13f4a4b5f183d9a7b877ae84e992e16ca599ee?context=repo
>
> Please download the source package, and follow the README to build
> and run the Pulsar standalone service.
>