You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@storm.apache.org by Bipin Prasad <bi...@apache.org> on 2023/06/26 23:15:20 UTC

Storm 2.5.0 Release Candidate Vote

Storm Release candidate version 2.5.0 rc1 is here:
https://dist.apache.org/repos/dist/dev/storm/apache-storm-2.5.0-rc1
Please vote on this release.

   1. How to vote is described here:
   https://github.com/apache/storm/blob/master/RELEASING.md#how-to-vote-on-a-release-candidate
   2. Release notes are here:
   https://dist.apache.org/repos/dist/dev/storm/apache-storm-2.5.0-rc1/RELEASE_NOTES.html
   .
   3. The tag/commit to be voted upon is v2.5.0:
   4. The source archive being votes upon is here:
   https://dist.apache.org/repos/dist/dev/storm/apache-storm-2.5.0-rc1/apache-storm-2.5.0-src.tar.gz
   5. The release artifacts are signed with the following key:
   https://keyserver.ubuntu.com/pks/lookup?op=get&search=0x134716af768d9b6e in
   this file https://www.apache.org/dist/storm/KEYS


When voting, please list the actions taken to verify the release.
This vote will be open for at least 72 hours.

    [ ] +1 Release this package as Apache Storm 2.5.0
    [ ]   0 No opinion
    [ ] -1 Do not release this package because...

Thanks to everyone who contributed to this release.

--Bipin Prasad

Re: Storm 2.5.0 Release Candidate Vote

Posted by Alexandre Vermeerbergen <av...@gmail.com>.
Okay for this related to SHA512 files, which remains a mystery.

Anyway I installed a cluster with Storm 2.5.0 RC2, and good news, I
see a first improvement vs. Storm 2.5.0 RC1 : storm command no more
complains because 'python' is not in PATH (I see now it seeks for
python3, which is installed on my RedHat 8 VMs).

However, here's another mystery : with Storm 2.5.0 RC1, the "storm"
command was not finding 'python' command, but it was just printing
some garbage because python version check was failing without exiting
storm shell. But then, no issue at running Storm 2.5.0 RC1 with 10+
topologies.

So my question is: why "storm" shell command check for python version
at all?  Storm various processes don't seem to use python, so isn't it
a "useless legacy check" that could be removed (not blocking 2.5.0
anyway, of course, but worth noting?)

In the meantime, I'm continuing 2.5.0 RC2 with test at higher scale...
stay tuned.

Thanks,
Alex

Le mar. 25 juil. 2023 à 20:21, Bipin Prasad <bi...@apache.org> a écrit :
>
> Thanks for pointing this out. I have reverted to using individual sha512 files - generated via sha512sum command. These have been pushed to svn link.
>
> On 2023/07/25 18:03:06 Alexandre Vermeerbergen wrote:
> > Thanks... but that's not quite usable unless one download *all artefacts*, see:
> >
> > wget https://dist.apache.org/repos/dist/dev/storm/apache-storm-2.5.0-rc2/apache-storm-2.5.0.tar.gz
> > wget https://dist.apache.org/repos/dist/dev/storm/apache-storm-2.5.0-rc2/sha512sums.sha512
> > /usr/bin/sha512sum -c sha512sums.sha512
> >
> > /usr/bin/sha512sum: RELEASE_NOTES.html: No such file or directory
> > RELEASE_NOTES.html: FAILED open or read
> > /usr/bin/sha512sum: RELEASE_NOTES.html.asc: No such file or directory
> > RELEASE_NOTES.html.asc: FAILED open or read
> > /usr/bin/sha512sum: apache-storm-2.5.0-src.tar.gz: No such file or directory
> > apache-storm-2.5.0-src.tar.gz: FAILED open or read
> > /usr/bin/sha512sum: apache-storm-2.5.0-src.tar.gz.asc: No such file or directory
> > apache-storm-2.5.0-src.tar.gz.asc: FAILED open or read
> > /usr/bin/sha512sum: apache-storm-2.5.0-src.zip: No such file or directory
> > apache-storm-2.5.0-src.zip: FAILED open or read
> > /usr/bin/sha512sum: apache-storm-2.5.0-src.zip.asc: No such file or directory
> > apache-storm-2.5.0-src.zip.asc: FAILED open or read
> > /usr/bin/sha512sum: apache-storm-2.5.0.pom: No such file or directory
> > apache-storm-2.5.0.pom: FAILED open or read
> > /usr/bin/sha512sum: apache-storm-2.5.0.pom.asc: No such file or directory
> > apache-storm-2.5.0.pom.asc: FAILED open or read
> > apache-storm-2.5.0.tar.gz: OK
> > /usr/bin/sha512sum: apache-storm-2.5.0.tar.gz.asc: No such file or directory
> > apache-storm-2.5.0.tar.gz.asc: FAILED open or read
> > /usr/bin/sha512sum: apache-storm-2.5.0.zip: No such file or directory
> > apache-storm-2.5.0.zip: FAILED open or read
> > /usr/bin/sha512sum: apache-storm-2.5.0.zip.asc: No such file or directory
> > apache-storm-2.5.0.zip.asc: FAILED open or read
> > /usr/bin/sha512sum: WARNING: 11 listed files could not be read
> >
> > I tried to "corrupt" apache-storm-2.5.0.tar.gz and run the same
> > command, the corrupted file is detected, but that key information is a
> > bit burried into the many lines of 'sha512sum -c sha512sums.sha512'
> > output...
> >
> > Couldn't we have one .sha512 per file but with some sed or awk command
> > that post-processes gpg's output to turn the hexadecimal into a
> > one-liner compatible with sha512sum ?
> >
> > On a side note, the use of sha512sum is advertised on Apache
> > Fundation's site to verify sha512's signatures:
> > https://www.apache.org/info/verification.html
> >
> > Even more puzzling is the fact that Apache Kafka's recent signature
> > are also multi-line, see at: https://kafka.apache.org/downloads and I
> > test:
> >
> > wget https://downloads.apache.org/kafka/3.5.1/kafka-3.5.1-src.tgz
> > wget https://downloads.apache.org/kafka/3.5.1/kafka-3.5.1-src.tgz.sha512
> > sha512sum -c kafka-3.5.1-src.tgz.sha512
> > sha512sum: kafka-3.5.1-src.tgz.sha512: no properly formatted SHA512
> > checksum lines found
> >
> > => So your .sha512 files initially published aren't worse than Apache
> > Kafka's... but now I'm wondering why somebody seems to care??
> >
> > Anyway, in parallel I'm running tests with this 2.5.0 RC2, I'll will
> > provide feedbacks on that one too ASAP
> >
> > Thanks,
> > Alex
> >
> > Le mar. 25 juil. 2023 à 19:40, Bipin Prasad <bi...@apache.org> a écrit :
> > >
> > > I have removed the .sha512 files generated via gpg and created one single sha512 file with all the checksums. Please check again. Thanks
> > >
> > > On 2023/07/25 17:27:14 Bipin Prasad wrote:
> > > > Looks like gpg does not generate checksum in the format expected by sha512sum.
> > > > sha512sum expects one line of the format:
> > > >       <not-space-separated-checksum>  space <filemame>
> > > >
> > > > gpg generates:
> > > >       <filemame> : <multiline-space-separated-checksum-words>
> > > >
> > > > So when I take the checksum file:
> > > > apache-storm-2.5.0-src.zip: 8ABE6595 4C51B310 BA226021 29253788 0201BF9D
> > > >                             92DC24D7 A00FEBAE 809D0F91 EC772FAC C433F16B
> > > >                             B56F958E 2D2EDF21 0814A02B 58819949 E26B574B
> > > >                             A75BF1B9
> > > > and change it to:
> > > > 8ABE65954C51B310BA226021292537880201BF9D92DC24D7A00FEBAE809D0F91EC772FACC433F16BB56F958E2D2EDF210814A02B58819949E26B574BA75BF1B9 apache-storm-2.5.0-src.zip
> > > >
> > > > and run sha512sum it works.
> > > >
> > > > On 2023/07/25 17:13:15 Bipin Prasad wrote:
> > > > > The sha512 files were generated by "gpg --print-md SHA512" command. Will check why sha512sum does not think it is valid file.
> > > > >
> > > > > On 2023/07/25 16:50:50 Alexandre Vermeerbergen wrote:
> > > > > > Hello,
> > > > > >
> > > > > > Great !
> > > > > > But I'm facing again an issue with SHA512 validation of the source archive:
> > > > > >
> > > > > > wget https://dist.apache.org/repos/dist/dev/storm/apache-storm-2.5.0-rc2/apache-storm-2.5.0-src.tar.gz
> > > > > > wget https://dist.apache.org/repos/dist/dev/storm/apache-storm-2.5.0-rc2/apache-storm-2.5.0-src.tar.gz.sha512
> > > > > > sha512sum -c apache-storm-2.5.0-src.tar.gz.sha512
> > > > > > sha512sum: apache-storm-2.5.0-src.tar.gz.sha512: no properly formatted
> > > > > > SHA512 checksum lines found
> > > > > >
> > > > > > same issue with this binary artifact:
> > > > > >
> > > > > > wget https://dist.apache.org/repos/dist/dev/storm/apache-storm-2.5.0-rc2/apache-storm-2.5.0.tar.gz
> > > > > > wget https://dist.apache.org/repos/dist/dev/storm/apache-storm-2.5.0-rc2/apache-storm-2.5.0.tar.gz.sha512
> > > > > >  sha512sum -c apache-storm-2.5.0.tar.gz.sha512
> > > > > > sha512sum: apache-storm-2.5.0.tar.gz.sha512: no properly formatted
> > > > > > SHA512 checksum lines found
> > > > > >
> > > > > > So I guess that's not good for a final 2.5.0 release isn't it ?
> > > > > >
> > > > > > Thanks,
> > > > > > Alex
> > > > > >
> > > > > > Le mar. 25 juil. 2023 à 17:29, Bipin Prasad <bi...@apache.org> a écrit :
> > > > > > >
> > > > > > > Storm Release candidate version 2.5.0 rc2 is here:
> > > > > > > https://dist.apache.org/repos/dist/dev/storm/apache-storm-2.5.0-rc2
> > > > > > > Please vote on this release.
> > > > > > >
> > > > > > >    1. How to vote is described here:
> > > > > > >    https://github.com/apache/storm/blob/master/RELEASING.md#how-to-vote-on-a-release-candidate
> > > > > > >    2. Release notes are here:
> > > > > > >    https://dist.apache.org/repos/dist/dev/storm/apache-storm-2.5.0-rc2/RELEASE_NOTES.html
> > > > > > >    .
> > > > > > >    3. The tag/commit to be voted upon is v2.5.0:
> > > > > > >    4. The source archive being votes upon is here:
> > > > > > >    https://dist.apache.org/repos/dist/dev/storm/apache-storm-2.5.0-rc2/apache-storm-2.5.0-src.tar.gz
> > > > > > >    5. The release artifacts are signed with the following key:
> > > > > > >    https://keyserver.ubuntu.com/pks/lookup?op=get&search=0x134716af768d9b6e in
> > > > > > >    this file https://www.apache.org/dist/storm/KEYS
> > > > > > >
> > > > > > >
> > > > > > > When voting, please list the actions taken to verify the release.
> > > > > > > This vote will be open for at least 72 hours.
> > > > > > >
> > > > > > >     [ ] +1 Release this package as Apache Storm 2.5.0
> > > > > > >     [ ]   0 No opinion
> > > > > > >     [ ] -1 Do not release this package because...
> > > > > > >
> > > > > > > Thanks to everyone who contributed to this release.
> > > > > > >
> > > > > > > --Bipin Prasad
> > > > > > >
> > > > > > > On Mon, Jun 26, 2023 at 4:15 PM Bipin Prasad <bi...@apache.org> wrote:
> > > > > > >
> > > > > > > > Storm Release candidate version 2.5.0 rc1 is here:
> > > > > > > > https://dist.apache.org/repos/dist/dev/storm/apache-storm-2.5.0-rc1
> > > > > > > > Please vote on this release.
> > > > > > > >
> > > > > > > >    1. How to vote is described here:
> > > > > > > >    https://github.com/apache/storm/blob/master/RELEASING.md#how-to-vote-on-a-release-candidate
> > > > > > > >    2. Release notes are here:
> > > > > > > >    https://dist.apache.org/repos/dist/dev/storm/apache-storm-2.5.0-rc1/RELEASE_NOTES.html
> > > > > > > >    .
> > > > > > > >    3. The tag/commit to be voted upon is v2.5.0:
> > > > > > > >    4. The source archive being votes upon is here:
> > > > > > > >    https://dist.apache.org/repos/dist/dev/storm/apache-storm-2.5.0-rc1/apache-storm-2.5.0-src.tar.gz
> > > > > > > >    5. The release artifacts are signed with the following key:
> > > > > > > >    https://keyserver.ubuntu.com/pks/lookup?op=get&search=0x134716af768d9b6e
> > > > > > > >     in this file https://www.apache.org/dist/storm/KEYS
> > > > > > > >
> > > > > > > >
> > > > > > > > When voting, please list the actions taken to verify the release.
> > > > > > > > This vote will be open for at least 72 hours.
> > > > > > > >
> > > > > > > >     [ ] +1 Release this package as Apache Storm 2.5.0
> > > > > > > >     [ ]   0 No opinion
> > > > > > > >     [ ] -1 Do not release this package because...
> > > > > > > >
> > > > > > > > Thanks to everyone who contributed to this release.
> > > > > > > >
> > > > > > > > --Bipin Prasad
> > > > > > > >
> > > > > >
> > > > >
> > > >
> >

Re: Storm 2.5.0 Release Candidate Vote

Posted by Bipin Prasad <bi...@apache.org>.
Thanks for pointing this out. I have reverted to using individual sha512 files - generated via sha512sum command. These have been pushed to svn link.

On 2023/07/25 18:03:06 Alexandre Vermeerbergen wrote:
> Thanks... but that's not quite usable unless one download *all artefacts*, see:
> 
> wget https://dist.apache.org/repos/dist/dev/storm/apache-storm-2.5.0-rc2/apache-storm-2.5.0.tar.gz
> wget https://dist.apache.org/repos/dist/dev/storm/apache-storm-2.5.0-rc2/sha512sums.sha512
> /usr/bin/sha512sum -c sha512sums.sha512
> 
> /usr/bin/sha512sum: RELEASE_NOTES.html: No such file or directory
> RELEASE_NOTES.html: FAILED open or read
> /usr/bin/sha512sum: RELEASE_NOTES.html.asc: No such file or directory
> RELEASE_NOTES.html.asc: FAILED open or read
> /usr/bin/sha512sum: apache-storm-2.5.0-src.tar.gz: No such file or directory
> apache-storm-2.5.0-src.tar.gz: FAILED open or read
> /usr/bin/sha512sum: apache-storm-2.5.0-src.tar.gz.asc: No such file or directory
> apache-storm-2.5.0-src.tar.gz.asc: FAILED open or read
> /usr/bin/sha512sum: apache-storm-2.5.0-src.zip: No such file or directory
> apache-storm-2.5.0-src.zip: FAILED open or read
> /usr/bin/sha512sum: apache-storm-2.5.0-src.zip.asc: No such file or directory
> apache-storm-2.5.0-src.zip.asc: FAILED open or read
> /usr/bin/sha512sum: apache-storm-2.5.0.pom: No such file or directory
> apache-storm-2.5.0.pom: FAILED open or read
> /usr/bin/sha512sum: apache-storm-2.5.0.pom.asc: No such file or directory
> apache-storm-2.5.0.pom.asc: FAILED open or read
> apache-storm-2.5.0.tar.gz: OK
> /usr/bin/sha512sum: apache-storm-2.5.0.tar.gz.asc: No such file or directory
> apache-storm-2.5.0.tar.gz.asc: FAILED open or read
> /usr/bin/sha512sum: apache-storm-2.5.0.zip: No such file or directory
> apache-storm-2.5.0.zip: FAILED open or read
> /usr/bin/sha512sum: apache-storm-2.5.0.zip.asc: No such file or directory
> apache-storm-2.5.0.zip.asc: FAILED open or read
> /usr/bin/sha512sum: WARNING: 11 listed files could not be read
> 
> I tried to "corrupt" apache-storm-2.5.0.tar.gz and run the same
> command, the corrupted file is detected, but that key information is a
> bit burried into the many lines of 'sha512sum -c sha512sums.sha512'
> output...
> 
> Couldn't we have one .sha512 per file but with some sed or awk command
> that post-processes gpg's output to turn the hexadecimal into a
> one-liner compatible with sha512sum ?
> 
> On a side note, the use of sha512sum is advertised on Apache
> Fundation's site to verify sha512's signatures:
> https://www.apache.org/info/verification.html
> 
> Even more puzzling is the fact that Apache Kafka's recent signature
> are also multi-line, see at: https://kafka.apache.org/downloads and I
> test:
> 
> wget https://downloads.apache.org/kafka/3.5.1/kafka-3.5.1-src.tgz
> wget https://downloads.apache.org/kafka/3.5.1/kafka-3.5.1-src.tgz.sha512
> sha512sum -c kafka-3.5.1-src.tgz.sha512
> sha512sum: kafka-3.5.1-src.tgz.sha512: no properly formatted SHA512
> checksum lines found
> 
> => So your .sha512 files initially published aren't worse than Apache
> Kafka's... but now I'm wondering why somebody seems to care??
> 
> Anyway, in parallel I'm running tests with this 2.5.0 RC2, I'll will
> provide feedbacks on that one too ASAP
> 
> Thanks,
> Alex
> 
> Le mar. 25 juil. 2023 à 19:40, Bipin Prasad <bi...@apache.org> a écrit :
> >
> > I have removed the .sha512 files generated via gpg and created one single sha512 file with all the checksums. Please check again. Thanks
> >
> > On 2023/07/25 17:27:14 Bipin Prasad wrote:
> > > Looks like gpg does not generate checksum in the format expected by sha512sum.
> > > sha512sum expects one line of the format:
> > >       <not-space-separated-checksum>  space <filemame>
> > >
> > > gpg generates:
> > >       <filemame> : <multiline-space-separated-checksum-words>
> > >
> > > So when I take the checksum file:
> > > apache-storm-2.5.0-src.zip: 8ABE6595 4C51B310 BA226021 29253788 0201BF9D
> > >                             92DC24D7 A00FEBAE 809D0F91 EC772FAC C433F16B
> > >                             B56F958E 2D2EDF21 0814A02B 58819949 E26B574B
> > >                             A75BF1B9
> > > and change it to:
> > > 8ABE65954C51B310BA226021292537880201BF9D92DC24D7A00FEBAE809D0F91EC772FACC433F16BB56F958E2D2EDF210814A02B58819949E26B574BA75BF1B9 apache-storm-2.5.0-src.zip
> > >
> > > and run sha512sum it works.
> > >
> > > On 2023/07/25 17:13:15 Bipin Prasad wrote:
> > > > The sha512 files were generated by "gpg --print-md SHA512" command. Will check why sha512sum does not think it is valid file.
> > > >
> > > > On 2023/07/25 16:50:50 Alexandre Vermeerbergen wrote:
> > > > > Hello,
> > > > >
> > > > > Great !
> > > > > But I'm facing again an issue with SHA512 validation of the source archive:
> > > > >
> > > > > wget https://dist.apache.org/repos/dist/dev/storm/apache-storm-2.5.0-rc2/apache-storm-2.5.0-src.tar.gz
> > > > > wget https://dist.apache.org/repos/dist/dev/storm/apache-storm-2.5.0-rc2/apache-storm-2.5.0-src.tar.gz.sha512
> > > > > sha512sum -c apache-storm-2.5.0-src.tar.gz.sha512
> > > > > sha512sum: apache-storm-2.5.0-src.tar.gz.sha512: no properly formatted
> > > > > SHA512 checksum lines found
> > > > >
> > > > > same issue with this binary artifact:
> > > > >
> > > > > wget https://dist.apache.org/repos/dist/dev/storm/apache-storm-2.5.0-rc2/apache-storm-2.5.0.tar.gz
> > > > > wget https://dist.apache.org/repos/dist/dev/storm/apache-storm-2.5.0-rc2/apache-storm-2.5.0.tar.gz.sha512
> > > > >  sha512sum -c apache-storm-2.5.0.tar.gz.sha512
> > > > > sha512sum: apache-storm-2.5.0.tar.gz.sha512: no properly formatted
> > > > > SHA512 checksum lines found
> > > > >
> > > > > So I guess that's not good for a final 2.5.0 release isn't it ?
> > > > >
> > > > > Thanks,
> > > > > Alex
> > > > >
> > > > > Le mar. 25 juil. 2023 à 17:29, Bipin Prasad <bi...@apache.org> a écrit :
> > > > > >
> > > > > > Storm Release candidate version 2.5.0 rc2 is here:
> > > > > > https://dist.apache.org/repos/dist/dev/storm/apache-storm-2.5.0-rc2
> > > > > > Please vote on this release.
> > > > > >
> > > > > >    1. How to vote is described here:
> > > > > >    https://github.com/apache/storm/blob/master/RELEASING.md#how-to-vote-on-a-release-candidate
> > > > > >    2. Release notes are here:
> > > > > >    https://dist.apache.org/repos/dist/dev/storm/apache-storm-2.5.0-rc2/RELEASE_NOTES.html
> > > > > >    .
> > > > > >    3. The tag/commit to be voted upon is v2.5.0:
> > > > > >    4. The source archive being votes upon is here:
> > > > > >    https://dist.apache.org/repos/dist/dev/storm/apache-storm-2.5.0-rc2/apache-storm-2.5.0-src.tar.gz
> > > > > >    5. The release artifacts are signed with the following key:
> > > > > >    https://keyserver.ubuntu.com/pks/lookup?op=get&search=0x134716af768d9b6e in
> > > > > >    this file https://www.apache.org/dist/storm/KEYS
> > > > > >
> > > > > >
> > > > > > When voting, please list the actions taken to verify the release.
> > > > > > This vote will be open for at least 72 hours.
> > > > > >
> > > > > >     [ ] +1 Release this package as Apache Storm 2.5.0
> > > > > >     [ ]   0 No opinion
> > > > > >     [ ] -1 Do not release this package because...
> > > > > >
> > > > > > Thanks to everyone who contributed to this release.
> > > > > >
> > > > > > --Bipin Prasad
> > > > > >
> > > > > > On Mon, Jun 26, 2023 at 4:15 PM Bipin Prasad <bi...@apache.org> wrote:
> > > > > >
> > > > > > > Storm Release candidate version 2.5.0 rc1 is here:
> > > > > > > https://dist.apache.org/repos/dist/dev/storm/apache-storm-2.5.0-rc1
> > > > > > > Please vote on this release.
> > > > > > >
> > > > > > >    1. How to vote is described here:
> > > > > > >    https://github.com/apache/storm/blob/master/RELEASING.md#how-to-vote-on-a-release-candidate
> > > > > > >    2. Release notes are here:
> > > > > > >    https://dist.apache.org/repos/dist/dev/storm/apache-storm-2.5.0-rc1/RELEASE_NOTES.html
> > > > > > >    .
> > > > > > >    3. The tag/commit to be voted upon is v2.5.0:
> > > > > > >    4. The source archive being votes upon is here:
> > > > > > >    https://dist.apache.org/repos/dist/dev/storm/apache-storm-2.5.0-rc1/apache-storm-2.5.0-src.tar.gz
> > > > > > >    5. The release artifacts are signed with the following key:
> > > > > > >    https://keyserver.ubuntu.com/pks/lookup?op=get&search=0x134716af768d9b6e
> > > > > > >     in this file https://www.apache.org/dist/storm/KEYS
> > > > > > >
> > > > > > >
> > > > > > > When voting, please list the actions taken to verify the release.
> > > > > > > This vote will be open for at least 72 hours.
> > > > > > >
> > > > > > >     [ ] +1 Release this package as Apache Storm 2.5.0
> > > > > > >     [ ]   0 No opinion
> > > > > > >     [ ] -1 Do not release this package because...
> > > > > > >
> > > > > > > Thanks to everyone who contributed to this release.
> > > > > > >
> > > > > > > --Bipin Prasad
> > > > > > >
> > > > >
> > > >
> > >
> 

Re: Storm 2.5.0 Release Candidate Vote

Posted by Alexandre Vermeerbergen <av...@gmail.com>.
Thanks... but that's not quite usable unless one download *all artefacts*, see:

wget https://dist.apache.org/repos/dist/dev/storm/apache-storm-2.5.0-rc2/apache-storm-2.5.0.tar.gz
wget https://dist.apache.org/repos/dist/dev/storm/apache-storm-2.5.0-rc2/sha512sums.sha512
/usr/bin/sha512sum -c sha512sums.sha512

/usr/bin/sha512sum: RELEASE_NOTES.html: No such file or directory
RELEASE_NOTES.html: FAILED open or read
/usr/bin/sha512sum: RELEASE_NOTES.html.asc: No such file or directory
RELEASE_NOTES.html.asc: FAILED open or read
/usr/bin/sha512sum: apache-storm-2.5.0-src.tar.gz: No such file or directory
apache-storm-2.5.0-src.tar.gz: FAILED open or read
/usr/bin/sha512sum: apache-storm-2.5.0-src.tar.gz.asc: No such file or directory
apache-storm-2.5.0-src.tar.gz.asc: FAILED open or read
/usr/bin/sha512sum: apache-storm-2.5.0-src.zip: No such file or directory
apache-storm-2.5.0-src.zip: FAILED open or read
/usr/bin/sha512sum: apache-storm-2.5.0-src.zip.asc: No such file or directory
apache-storm-2.5.0-src.zip.asc: FAILED open or read
/usr/bin/sha512sum: apache-storm-2.5.0.pom: No such file or directory
apache-storm-2.5.0.pom: FAILED open or read
/usr/bin/sha512sum: apache-storm-2.5.0.pom.asc: No such file or directory
apache-storm-2.5.0.pom.asc: FAILED open or read
apache-storm-2.5.0.tar.gz: OK
/usr/bin/sha512sum: apache-storm-2.5.0.tar.gz.asc: No such file or directory
apache-storm-2.5.0.tar.gz.asc: FAILED open or read
/usr/bin/sha512sum: apache-storm-2.5.0.zip: No such file or directory
apache-storm-2.5.0.zip: FAILED open or read
/usr/bin/sha512sum: apache-storm-2.5.0.zip.asc: No such file or directory
apache-storm-2.5.0.zip.asc: FAILED open or read
/usr/bin/sha512sum: WARNING: 11 listed files could not be read

I tried to "corrupt" apache-storm-2.5.0.tar.gz and run the same
command, the corrupted file is detected, but that key information is a
bit burried into the many lines of 'sha512sum -c sha512sums.sha512'
output...

Couldn't we have one .sha512 per file but with some sed or awk command
that post-processes gpg's output to turn the hexadecimal into a
one-liner compatible with sha512sum ?

On a side note, the use of sha512sum is advertised on Apache
Fundation's site to verify sha512's signatures:
https://www.apache.org/info/verification.html

Even more puzzling is the fact that Apache Kafka's recent signature
are also multi-line, see at: https://kafka.apache.org/downloads and I
test:

wget https://downloads.apache.org/kafka/3.5.1/kafka-3.5.1-src.tgz
wget https://downloads.apache.org/kafka/3.5.1/kafka-3.5.1-src.tgz.sha512
sha512sum -c kafka-3.5.1-src.tgz.sha512
sha512sum: kafka-3.5.1-src.tgz.sha512: no properly formatted SHA512
checksum lines found

=> So your .sha512 files initially published aren't worse than Apache
Kafka's... but now I'm wondering why somebody seems to care??

Anyway, in parallel I'm running tests with this 2.5.0 RC2, I'll will
provide feedbacks on that one too ASAP

Thanks,
Alex

Le mar. 25 juil. 2023 à 19:40, Bipin Prasad <bi...@apache.org> a écrit :
>
> I have removed the .sha512 files generated via gpg and created one single sha512 file with all the checksums. Please check again. Thanks
>
> On 2023/07/25 17:27:14 Bipin Prasad wrote:
> > Looks like gpg does not generate checksum in the format expected by sha512sum.
> > sha512sum expects one line of the format:
> >       <not-space-separated-checksum>  space <filemame>
> >
> > gpg generates:
> >       <filemame> : <multiline-space-separated-checksum-words>
> >
> > So when I take the checksum file:
> > apache-storm-2.5.0-src.zip: 8ABE6595 4C51B310 BA226021 29253788 0201BF9D
> >                             92DC24D7 A00FEBAE 809D0F91 EC772FAC C433F16B
> >                             B56F958E 2D2EDF21 0814A02B 58819949 E26B574B
> >                             A75BF1B9
> > and change it to:
> > 8ABE65954C51B310BA226021292537880201BF9D92DC24D7A00FEBAE809D0F91EC772FACC433F16BB56F958E2D2EDF210814A02B58819949E26B574BA75BF1B9 apache-storm-2.5.0-src.zip
> >
> > and run sha512sum it works.
> >
> > On 2023/07/25 17:13:15 Bipin Prasad wrote:
> > > The sha512 files were generated by "gpg --print-md SHA512" command. Will check why sha512sum does not think it is valid file.
> > >
> > > On 2023/07/25 16:50:50 Alexandre Vermeerbergen wrote:
> > > > Hello,
> > > >
> > > > Great !
> > > > But I'm facing again an issue with SHA512 validation of the source archive:
> > > >
> > > > wget https://dist.apache.org/repos/dist/dev/storm/apache-storm-2.5.0-rc2/apache-storm-2.5.0-src.tar.gz
> > > > wget https://dist.apache.org/repos/dist/dev/storm/apache-storm-2.5.0-rc2/apache-storm-2.5.0-src.tar.gz.sha512
> > > > sha512sum -c apache-storm-2.5.0-src.tar.gz.sha512
> > > > sha512sum: apache-storm-2.5.0-src.tar.gz.sha512: no properly formatted
> > > > SHA512 checksum lines found
> > > >
> > > > same issue with this binary artifact:
> > > >
> > > > wget https://dist.apache.org/repos/dist/dev/storm/apache-storm-2.5.0-rc2/apache-storm-2.5.0.tar.gz
> > > > wget https://dist.apache.org/repos/dist/dev/storm/apache-storm-2.5.0-rc2/apache-storm-2.5.0.tar.gz.sha512
> > > >  sha512sum -c apache-storm-2.5.0.tar.gz.sha512
> > > > sha512sum: apache-storm-2.5.0.tar.gz.sha512: no properly formatted
> > > > SHA512 checksum lines found
> > > >
> > > > So I guess that's not good for a final 2.5.0 release isn't it ?
> > > >
> > > > Thanks,
> > > > Alex
> > > >
> > > > Le mar. 25 juil. 2023 à 17:29, Bipin Prasad <bi...@apache.org> a écrit :
> > > > >
> > > > > Storm Release candidate version 2.5.0 rc2 is here:
> > > > > https://dist.apache.org/repos/dist/dev/storm/apache-storm-2.5.0-rc2
> > > > > Please vote on this release.
> > > > >
> > > > >    1. How to vote is described here:
> > > > >    https://github.com/apache/storm/blob/master/RELEASING.md#how-to-vote-on-a-release-candidate
> > > > >    2. Release notes are here:
> > > > >    https://dist.apache.org/repos/dist/dev/storm/apache-storm-2.5.0-rc2/RELEASE_NOTES.html
> > > > >    .
> > > > >    3. The tag/commit to be voted upon is v2.5.0:
> > > > >    4. The source archive being votes upon is here:
> > > > >    https://dist.apache.org/repos/dist/dev/storm/apache-storm-2.5.0-rc2/apache-storm-2.5.0-src.tar.gz
> > > > >    5. The release artifacts are signed with the following key:
> > > > >    https://keyserver.ubuntu.com/pks/lookup?op=get&search=0x134716af768d9b6e in
> > > > >    this file https://www.apache.org/dist/storm/KEYS
> > > > >
> > > > >
> > > > > When voting, please list the actions taken to verify the release.
> > > > > This vote will be open for at least 72 hours.
> > > > >
> > > > >     [ ] +1 Release this package as Apache Storm 2.5.0
> > > > >     [ ]   0 No opinion
> > > > >     [ ] -1 Do not release this package because...
> > > > >
> > > > > Thanks to everyone who contributed to this release.
> > > > >
> > > > > --Bipin Prasad
> > > > >
> > > > > On Mon, Jun 26, 2023 at 4:15 PM Bipin Prasad <bi...@apache.org> wrote:
> > > > >
> > > > > > Storm Release candidate version 2.5.0 rc1 is here:
> > > > > > https://dist.apache.org/repos/dist/dev/storm/apache-storm-2.5.0-rc1
> > > > > > Please vote on this release.
> > > > > >
> > > > > >    1. How to vote is described here:
> > > > > >    https://github.com/apache/storm/blob/master/RELEASING.md#how-to-vote-on-a-release-candidate
> > > > > >    2. Release notes are here:
> > > > > >    https://dist.apache.org/repos/dist/dev/storm/apache-storm-2.5.0-rc1/RELEASE_NOTES.html
> > > > > >    .
> > > > > >    3. The tag/commit to be voted upon is v2.5.0:
> > > > > >    4. The source archive being votes upon is here:
> > > > > >    https://dist.apache.org/repos/dist/dev/storm/apache-storm-2.5.0-rc1/apache-storm-2.5.0-src.tar.gz
> > > > > >    5. The release artifacts are signed with the following key:
> > > > > >    https://keyserver.ubuntu.com/pks/lookup?op=get&search=0x134716af768d9b6e
> > > > > >     in this file https://www.apache.org/dist/storm/KEYS
> > > > > >
> > > > > >
> > > > > > When voting, please list the actions taken to verify the release.
> > > > > > This vote will be open for at least 72 hours.
> > > > > >
> > > > > >     [ ] +1 Release this package as Apache Storm 2.5.0
> > > > > >     [ ]   0 No opinion
> > > > > >     [ ] -1 Do not release this package because...
> > > > > >
> > > > > > Thanks to everyone who contributed to this release.
> > > > > >
> > > > > > --Bipin Prasad
> > > > > >
> > > >
> > >
> >

Re: Storm 2.5.0 Release Candidate Vote

Posted by Bipin Prasad <bi...@apache.org>.
I have removed the .sha512 files generated via gpg and created one single sha512 file with all the checksums. Please check again. Thanks

On 2023/07/25 17:27:14 Bipin Prasad wrote:
> Looks like gpg does not generate checksum in the format expected by sha512sum.
> sha512sum expects one line of the format:
>       <not-space-separated-checksum>  space <filemame>
> 
> gpg generates:
>       <filemame> : <multiline-space-separated-checksum-words>
> 
> So when I take the checksum file:
> apache-storm-2.5.0-src.zip: 8ABE6595 4C51B310 BA226021 29253788 0201BF9D
>                             92DC24D7 A00FEBAE 809D0F91 EC772FAC C433F16B
>                             B56F958E 2D2EDF21 0814A02B 58819949 E26B574B
>                             A75BF1B9
> and change it to:
> 8ABE65954C51B310BA226021292537880201BF9D92DC24D7A00FEBAE809D0F91EC772FACC433F16BB56F958E2D2EDF210814A02B58819949E26B574BA75BF1B9 apache-storm-2.5.0-src.zip
> 
> and run sha512sum it works.
> 
> On 2023/07/25 17:13:15 Bipin Prasad wrote:
> > The sha512 files were generated by "gpg --print-md SHA512" command. Will check why sha512sum does not think it is valid file.
> > 
> > On 2023/07/25 16:50:50 Alexandre Vermeerbergen wrote:
> > > Hello,
> > > 
> > > Great !
> > > But I'm facing again an issue with SHA512 validation of the source archive:
> > > 
> > > wget https://dist.apache.org/repos/dist/dev/storm/apache-storm-2.5.0-rc2/apache-storm-2.5.0-src.tar.gz
> > > wget https://dist.apache.org/repos/dist/dev/storm/apache-storm-2.5.0-rc2/apache-storm-2.5.0-src.tar.gz.sha512
> > > sha512sum -c apache-storm-2.5.0-src.tar.gz.sha512
> > > sha512sum: apache-storm-2.5.0-src.tar.gz.sha512: no properly formatted
> > > SHA512 checksum lines found
> > > 
> > > same issue with this binary artifact:
> > > 
> > > wget https://dist.apache.org/repos/dist/dev/storm/apache-storm-2.5.0-rc2/apache-storm-2.5.0.tar.gz
> > > wget https://dist.apache.org/repos/dist/dev/storm/apache-storm-2.5.0-rc2/apache-storm-2.5.0.tar.gz.sha512
> > >  sha512sum -c apache-storm-2.5.0.tar.gz.sha512
> > > sha512sum: apache-storm-2.5.0.tar.gz.sha512: no properly formatted
> > > SHA512 checksum lines found
> > > 
> > > So I guess that's not good for a final 2.5.0 release isn't it ?
> > > 
> > > Thanks,
> > > Alex
> > > 
> > > Le mar. 25 juil. 2023 à 17:29, Bipin Prasad <bi...@apache.org> a écrit :
> > > >
> > > > Storm Release candidate version 2.5.0 rc2 is here:
> > > > https://dist.apache.org/repos/dist/dev/storm/apache-storm-2.5.0-rc2
> > > > Please vote on this release.
> > > >
> > > >    1. How to vote is described here:
> > > >    https://github.com/apache/storm/blob/master/RELEASING.md#how-to-vote-on-a-release-candidate
> > > >    2. Release notes are here:
> > > >    https://dist.apache.org/repos/dist/dev/storm/apache-storm-2.5.0-rc2/RELEASE_NOTES.html
> > > >    .
> > > >    3. The tag/commit to be voted upon is v2.5.0:
> > > >    4. The source archive being votes upon is here:
> > > >    https://dist.apache.org/repos/dist/dev/storm/apache-storm-2.5.0-rc2/apache-storm-2.5.0-src.tar.gz
> > > >    5. The release artifacts are signed with the following key:
> > > >    https://keyserver.ubuntu.com/pks/lookup?op=get&search=0x134716af768d9b6e in
> > > >    this file https://www.apache.org/dist/storm/KEYS
> > > >
> > > >
> > > > When voting, please list the actions taken to verify the release.
> > > > This vote will be open for at least 72 hours.
> > > >
> > > >     [ ] +1 Release this package as Apache Storm 2.5.0
> > > >     [ ]   0 No opinion
> > > >     [ ] -1 Do not release this package because...
> > > >
> > > > Thanks to everyone who contributed to this release.
> > > >
> > > > --Bipin Prasad
> > > >
> > > > On Mon, Jun 26, 2023 at 4:15 PM Bipin Prasad <bi...@apache.org> wrote:
> > > >
> > > > > Storm Release candidate version 2.5.0 rc1 is here:
> > > > > https://dist.apache.org/repos/dist/dev/storm/apache-storm-2.5.0-rc1
> > > > > Please vote on this release.
> > > > >
> > > > >    1. How to vote is described here:
> > > > >    https://github.com/apache/storm/blob/master/RELEASING.md#how-to-vote-on-a-release-candidate
> > > > >    2. Release notes are here:
> > > > >    https://dist.apache.org/repos/dist/dev/storm/apache-storm-2.5.0-rc1/RELEASE_NOTES.html
> > > > >    .
> > > > >    3. The tag/commit to be voted upon is v2.5.0:
> > > > >    4. The source archive being votes upon is here:
> > > > >    https://dist.apache.org/repos/dist/dev/storm/apache-storm-2.5.0-rc1/apache-storm-2.5.0-src.tar.gz
> > > > >    5. The release artifacts are signed with the following key:
> > > > >    https://keyserver.ubuntu.com/pks/lookup?op=get&search=0x134716af768d9b6e
> > > > >     in this file https://www.apache.org/dist/storm/KEYS
> > > > >
> > > > >
> > > > > When voting, please list the actions taken to verify the release.
> > > > > This vote will be open for at least 72 hours.
> > > > >
> > > > >     [ ] +1 Release this package as Apache Storm 2.5.0
> > > > >     [ ]   0 No opinion
> > > > >     [ ] -1 Do not release this package because...
> > > > >
> > > > > Thanks to everyone who contributed to this release.
> > > > >
> > > > > --Bipin Prasad
> > > > >
> > > 
> > 
> 

Re: Storm 2.5.0 Release Candidate Vote

Posted by Bipin Prasad <bi...@apache.org>.
Looks like gpg does not generate checksum in the format expected by sha512sum.
sha512sum expects one line of the format:
      <not-space-separated-checksum>  space <filemame>

gpg generates:
      <filemame> : <multiline-space-separated-checksum-words>

So when I take the checksum file:
apache-storm-2.5.0-src.zip: 8ABE6595 4C51B310 BA226021 29253788 0201BF9D
                            92DC24D7 A00FEBAE 809D0F91 EC772FAC C433F16B
                            B56F958E 2D2EDF21 0814A02B 58819949 E26B574B
                            A75BF1B9
and change it to:
8ABE65954C51B310BA226021292537880201BF9D92DC24D7A00FEBAE809D0F91EC772FACC433F16BB56F958E2D2EDF210814A02B58819949E26B574BA75BF1B9 apache-storm-2.5.0-src.zip

and run sha512sum it works.

On 2023/07/25 17:13:15 Bipin Prasad wrote:
> The sha512 files were generated by "gpg --print-md SHA512" command. Will check why sha512sum does not think it is valid file.
> 
> On 2023/07/25 16:50:50 Alexandre Vermeerbergen wrote:
> > Hello,
> > 
> > Great !
> > But I'm facing again an issue with SHA512 validation of the source archive:
> > 
> > wget https://dist.apache.org/repos/dist/dev/storm/apache-storm-2.5.0-rc2/apache-storm-2.5.0-src.tar.gz
> > wget https://dist.apache.org/repos/dist/dev/storm/apache-storm-2.5.0-rc2/apache-storm-2.5.0-src.tar.gz.sha512
> > sha512sum -c apache-storm-2.5.0-src.tar.gz.sha512
> > sha512sum: apache-storm-2.5.0-src.tar.gz.sha512: no properly formatted
> > SHA512 checksum lines found
> > 
> > same issue with this binary artifact:
> > 
> > wget https://dist.apache.org/repos/dist/dev/storm/apache-storm-2.5.0-rc2/apache-storm-2.5.0.tar.gz
> > wget https://dist.apache.org/repos/dist/dev/storm/apache-storm-2.5.0-rc2/apache-storm-2.5.0.tar.gz.sha512
> >  sha512sum -c apache-storm-2.5.0.tar.gz.sha512
> > sha512sum: apache-storm-2.5.0.tar.gz.sha512: no properly formatted
> > SHA512 checksum lines found
> > 
> > So I guess that's not good for a final 2.5.0 release isn't it ?
> > 
> > Thanks,
> > Alex
> > 
> > Le mar. 25 juil. 2023 à 17:29, Bipin Prasad <bi...@apache.org> a écrit :
> > >
> > > Storm Release candidate version 2.5.0 rc2 is here:
> > > https://dist.apache.org/repos/dist/dev/storm/apache-storm-2.5.0-rc2
> > > Please vote on this release.
> > >
> > >    1. How to vote is described here:
> > >    https://github.com/apache/storm/blob/master/RELEASING.md#how-to-vote-on-a-release-candidate
> > >    2. Release notes are here:
> > >    https://dist.apache.org/repos/dist/dev/storm/apache-storm-2.5.0-rc2/RELEASE_NOTES.html
> > >    .
> > >    3. The tag/commit to be voted upon is v2.5.0:
> > >    4. The source archive being votes upon is here:
> > >    https://dist.apache.org/repos/dist/dev/storm/apache-storm-2.5.0-rc2/apache-storm-2.5.0-src.tar.gz
> > >    5. The release artifacts are signed with the following key:
> > >    https://keyserver.ubuntu.com/pks/lookup?op=get&search=0x134716af768d9b6e in
> > >    this file https://www.apache.org/dist/storm/KEYS
> > >
> > >
> > > When voting, please list the actions taken to verify the release.
> > > This vote will be open for at least 72 hours.
> > >
> > >     [ ] +1 Release this package as Apache Storm 2.5.0
> > >     [ ]   0 No opinion
> > >     [ ] -1 Do not release this package because...
> > >
> > > Thanks to everyone who contributed to this release.
> > >
> > > --Bipin Prasad
> > >
> > > On Mon, Jun 26, 2023 at 4:15 PM Bipin Prasad <bi...@apache.org> wrote:
> > >
> > > > Storm Release candidate version 2.5.0 rc1 is here:
> > > > https://dist.apache.org/repos/dist/dev/storm/apache-storm-2.5.0-rc1
> > > > Please vote on this release.
> > > >
> > > >    1. How to vote is described here:
> > > >    https://github.com/apache/storm/blob/master/RELEASING.md#how-to-vote-on-a-release-candidate
> > > >    2. Release notes are here:
> > > >    https://dist.apache.org/repos/dist/dev/storm/apache-storm-2.5.0-rc1/RELEASE_NOTES.html
> > > >    .
> > > >    3. The tag/commit to be voted upon is v2.5.0:
> > > >    4. The source archive being votes upon is here:
> > > >    https://dist.apache.org/repos/dist/dev/storm/apache-storm-2.5.0-rc1/apache-storm-2.5.0-src.tar.gz
> > > >    5. The release artifacts are signed with the following key:
> > > >    https://keyserver.ubuntu.com/pks/lookup?op=get&search=0x134716af768d9b6e
> > > >     in this file https://www.apache.org/dist/storm/KEYS
> > > >
> > > >
> > > > When voting, please list the actions taken to verify the release.
> > > > This vote will be open for at least 72 hours.
> > > >
> > > >     [ ] +1 Release this package as Apache Storm 2.5.0
> > > >     [ ]   0 No opinion
> > > >     [ ] -1 Do not release this package because...
> > > >
> > > > Thanks to everyone who contributed to this release.
> > > >
> > > > --Bipin Prasad
> > > >
> > 
> 

Re: Storm 2.5.0 Release Candidate Vote

Posted by Bipin Prasad <bi...@apache.org>.
The sha512 files were generated by "gpg --print-md SHA512" command. Will check why sha512sum does not think it is valid file.

On 2023/07/25 16:50:50 Alexandre Vermeerbergen wrote:
> Hello,
> 
> Great !
> But I'm facing again an issue with SHA512 validation of the source archive:
> 
> wget https://dist.apache.org/repos/dist/dev/storm/apache-storm-2.5.0-rc2/apache-storm-2.5.0-src.tar.gz
> wget https://dist.apache.org/repos/dist/dev/storm/apache-storm-2.5.0-rc2/apache-storm-2.5.0-src.tar.gz.sha512
> sha512sum -c apache-storm-2.5.0-src.tar.gz.sha512
> sha512sum: apache-storm-2.5.0-src.tar.gz.sha512: no properly formatted
> SHA512 checksum lines found
> 
> same issue with this binary artifact:
> 
> wget https://dist.apache.org/repos/dist/dev/storm/apache-storm-2.5.0-rc2/apache-storm-2.5.0.tar.gz
> wget https://dist.apache.org/repos/dist/dev/storm/apache-storm-2.5.0-rc2/apache-storm-2.5.0.tar.gz.sha512
>  sha512sum -c apache-storm-2.5.0.tar.gz.sha512
> sha512sum: apache-storm-2.5.0.tar.gz.sha512: no properly formatted
> SHA512 checksum lines found
> 
> So I guess that's not good for a final 2.5.0 release isn't it ?
> 
> Thanks,
> Alex
> 
> Le mar. 25 juil. 2023 à 17:29, Bipin Prasad <bi...@apache.org> a écrit :
> >
> > Storm Release candidate version 2.5.0 rc2 is here:
> > https://dist.apache.org/repos/dist/dev/storm/apache-storm-2.5.0-rc2
> > Please vote on this release.
> >
> >    1. How to vote is described here:
> >    https://github.com/apache/storm/blob/master/RELEASING.md#how-to-vote-on-a-release-candidate
> >    2. Release notes are here:
> >    https://dist.apache.org/repos/dist/dev/storm/apache-storm-2.5.0-rc2/RELEASE_NOTES.html
> >    .
> >    3. The tag/commit to be voted upon is v2.5.0:
> >    4. The source archive being votes upon is here:
> >    https://dist.apache.org/repos/dist/dev/storm/apache-storm-2.5.0-rc2/apache-storm-2.5.0-src.tar.gz
> >    5. The release artifacts are signed with the following key:
> >    https://keyserver.ubuntu.com/pks/lookup?op=get&search=0x134716af768d9b6e in
> >    this file https://www.apache.org/dist/storm/KEYS
> >
> >
> > When voting, please list the actions taken to verify the release.
> > This vote will be open for at least 72 hours.
> >
> >     [ ] +1 Release this package as Apache Storm 2.5.0
> >     [ ]   0 No opinion
> >     [ ] -1 Do not release this package because...
> >
> > Thanks to everyone who contributed to this release.
> >
> > --Bipin Prasad
> >
> > On Mon, Jun 26, 2023 at 4:15 PM Bipin Prasad <bi...@apache.org> wrote:
> >
> > > Storm Release candidate version 2.5.0 rc1 is here:
> > > https://dist.apache.org/repos/dist/dev/storm/apache-storm-2.5.0-rc1
> > > Please vote on this release.
> > >
> > >    1. How to vote is described here:
> > >    https://github.com/apache/storm/blob/master/RELEASING.md#how-to-vote-on-a-release-candidate
> > >    2. Release notes are here:
> > >    https://dist.apache.org/repos/dist/dev/storm/apache-storm-2.5.0-rc1/RELEASE_NOTES.html
> > >    .
> > >    3. The tag/commit to be voted upon is v2.5.0:
> > >    4. The source archive being votes upon is here:
> > >    https://dist.apache.org/repos/dist/dev/storm/apache-storm-2.5.0-rc1/apache-storm-2.5.0-src.tar.gz
> > >    5. The release artifacts are signed with the following key:
> > >    https://keyserver.ubuntu.com/pks/lookup?op=get&search=0x134716af768d9b6e
> > >     in this file https://www.apache.org/dist/storm/KEYS
> > >
> > >
> > > When voting, please list the actions taken to verify the release.
> > > This vote will be open for at least 72 hours.
> > >
> > >     [ ] +1 Release this package as Apache Storm 2.5.0
> > >     [ ]   0 No opinion
> > >     [ ] -1 Do not release this package because...
> > >
> > > Thanks to everyone who contributed to this release.
> > >
> > > --Bipin Prasad
> > >
> 

Re: Storm 2.5.0 Release Candidate Vote

Posted by Alexandre Vermeerbergen <av...@gmail.com>.
Hello,

Great !
But I'm facing again an issue with SHA512 validation of the source archive:

wget https://dist.apache.org/repos/dist/dev/storm/apache-storm-2.5.0-rc2/apache-storm-2.5.0-src.tar.gz
wget https://dist.apache.org/repos/dist/dev/storm/apache-storm-2.5.0-rc2/apache-storm-2.5.0-src.tar.gz.sha512
sha512sum -c apache-storm-2.5.0-src.tar.gz.sha512
sha512sum: apache-storm-2.5.0-src.tar.gz.sha512: no properly formatted
SHA512 checksum lines found

same issue with this binary artifact:

wget https://dist.apache.org/repos/dist/dev/storm/apache-storm-2.5.0-rc2/apache-storm-2.5.0.tar.gz
wget https://dist.apache.org/repos/dist/dev/storm/apache-storm-2.5.0-rc2/apache-storm-2.5.0.tar.gz.sha512
 sha512sum -c apache-storm-2.5.0.tar.gz.sha512
sha512sum: apache-storm-2.5.0.tar.gz.sha512: no properly formatted
SHA512 checksum lines found

So I guess that's not good for a final 2.5.0 release isn't it ?

Thanks,
Alex

Le mar. 25 juil. 2023 à 17:29, Bipin Prasad <bi...@apache.org> a écrit :
>
> Storm Release candidate version 2.5.0 rc2 is here:
> https://dist.apache.org/repos/dist/dev/storm/apache-storm-2.5.0-rc2
> Please vote on this release.
>
>    1. How to vote is described here:
>    https://github.com/apache/storm/blob/master/RELEASING.md#how-to-vote-on-a-release-candidate
>    2. Release notes are here:
>    https://dist.apache.org/repos/dist/dev/storm/apache-storm-2.5.0-rc2/RELEASE_NOTES.html
>    .
>    3. The tag/commit to be voted upon is v2.5.0:
>    4. The source archive being votes upon is here:
>    https://dist.apache.org/repos/dist/dev/storm/apache-storm-2.5.0-rc2/apache-storm-2.5.0-src.tar.gz
>    5. The release artifacts are signed with the following key:
>    https://keyserver.ubuntu.com/pks/lookup?op=get&search=0x134716af768d9b6e in
>    this file https://www.apache.org/dist/storm/KEYS
>
>
> When voting, please list the actions taken to verify the release.
> This vote will be open for at least 72 hours.
>
>     [ ] +1 Release this package as Apache Storm 2.5.0
>     [ ]   0 No opinion
>     [ ] -1 Do not release this package because...
>
> Thanks to everyone who contributed to this release.
>
> --Bipin Prasad
>
> On Mon, Jun 26, 2023 at 4:15 PM Bipin Prasad <bi...@apache.org> wrote:
>
> > Storm Release candidate version 2.5.0 rc1 is here:
> > https://dist.apache.org/repos/dist/dev/storm/apache-storm-2.5.0-rc1
> > Please vote on this release.
> >
> >    1. How to vote is described here:
> >    https://github.com/apache/storm/blob/master/RELEASING.md#how-to-vote-on-a-release-candidate
> >    2. Release notes are here:
> >    https://dist.apache.org/repos/dist/dev/storm/apache-storm-2.5.0-rc1/RELEASE_NOTES.html
> >    .
> >    3. The tag/commit to be voted upon is v2.5.0:
> >    4. The source archive being votes upon is here:
> >    https://dist.apache.org/repos/dist/dev/storm/apache-storm-2.5.0-rc1/apache-storm-2.5.0-src.tar.gz
> >    5. The release artifacts are signed with the following key:
> >    https://keyserver.ubuntu.com/pks/lookup?op=get&search=0x134716af768d9b6e
> >     in this file https://www.apache.org/dist/storm/KEYS
> >
> >
> > When voting, please list the actions taken to verify the release.
> > This vote will be open for at least 72 hours.
> >
> >     [ ] +1 Release this package as Apache Storm 2.5.0
> >     [ ]   0 No opinion
> >     [ ] -1 Do not release this package because...
> >
> > Thanks to everyone who contributed to this release.
> >
> > --Bipin Prasad
> >

Re: Storm 2.5.0 Release Candidate Vote

Posted by Aaron Gresch <ag...@gmail.com>.
I am seeing this exception and workers dying running WordCount topo from
the starter jar on my mac:

2023-07-27 14:05:15.089 o.a.s.u.Utils Thread-17-split-executor[22, 22]
[ERROR] Async loop died!
java.lang.RuntimeException: Error when launching multilang subprocess

        at org.apache.storm.utils.ShellProcess.launch(ShellProcess.java:88)
~[storm-client-2.5.0.jar:2.5.0]
        at org.apache.storm.task.ShellBolt.prepare(ShellBolt.java:156)
~[storm-client-2.5.0.jar:2.5.0]
        at org.apache.storm.executor.bolt.BoltExecutor.init(BoltExecutor.java:128)
~[storm-client-2.5.0.jar:2.5.0]
        at org.apache.storm.executor.bolt.BoltExecutor.call(BoltExecutor.java:138)
~[storm-client-2.5.0.jar:2.5.0]
        at org.apache.storm.executor.bolt.BoltExecutor.call(BoltExecutor.java:54)
~[storm-client-2.5.0.jar:2.5.0]
        at org.apache.storm.utils.Utils$1.run(Utils.java:393)
[storm-client-2.5.0.jar:2.5.0]
        at java.lang.Thread.run(Thread.java:829) [?:?]
Caused by: java.io.IOException: Cannot run program "python" (in
directory "/Users/agresch/storm/apache-storm-2.5.0/storm-local/supervisor/stormdist/wc-2-1690484697/resources"):
error=2, No such file or directory
        at java.lang.ProcessBuilder.start(ProcessBuilder.java:1128) ~[?:?]
        at java.lang.ProcessBuilder.start(ProcessBuilder.java:1071) ~[?:?]
        at org.apache.storm.utils.ShellProcess.launch(ShellProcess.java:81)
~[storm-client-2.5.0.jar:2.5.0]
        ... 6 more
Caused by: java.io.IOException: error=2, No such file or directory
        at java.lang.ProcessImpl.forkAndExec(Native Method) ~[?:?]
        at java.lang.ProcessImpl.<init>(ProcessImpl.java:340) ~[?:?]
        at java.lang.ProcessImpl.start(ProcessImpl.java:271) ~[?:?]
        at java.lang.ProcessBuilder.start(ProcessBuilder.java:1107) ~[?:?]
        at java.lang.ProcessBuilder.start(ProcessBuilder.java:1071) ~[?:?]
        at org.apache.storm.utils.ShellProcess.launch(ShellProcess.java:81)
~[storm-client-2.5.0.jar:2.5.0]
        ... 6 more


On Thu, Jul 27, 2023 at 9:19 AM Richard Zowalla <ri...@zowalla.com> wrote:

> Yup. This is snakeyaml 2.0 related.
>
> @Julien: We had a similar issue in SC with version range syntax and
> snakeyaml :-)
>
> Gruß
> Richard
>
> Am 27. Juli 2023 16:13:30 MESZ schrieb Bipin Prasad <
> bipinprasad@apache.org>:
> >This appears to be the change in signature in snakeyaml 2.0 (which is
> used via transitive dependency in storm 2.5.0 release) vs the older
> smakeyaml 1.2.
> >
> >The maven artifacts are in apache staging area, for the duration of the
> vote.
> >    https://repository.apache.org/content/groups/staging/.
> (/org/apache/storm/<artifact>/2.5.0)
> >
> >
> >On 2023/07/27 08:21:45 Julien Nioche wrote:
> >> Thanks Bipin,
> >>
> >> Are the Maven artefacts for the RC available somewhere?
> >>
> >> I am trying to run a Flux topology in local mode with code compiled
> with a
> >> dependency on 2.4 and am getting
> >>
> >>
> >>
> >>
> >>
> >>
> >>
> >>
> >>
> >>
> >>
> >>
> >>
> >>
> >>
> >>
> >>
> >>
> >> *09:07:27.820 [main] ERROR o.a.s.s.o.a.z.s.NIOServerCnxnFactory - Thread
> >> Thread[main,5,main] diedjava.lang.reflect.InvocationTargetException:
> null
> >> at jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
> >> ~[?:?] at
> >>
> jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)
> >> ~[?:?] at
> >>
> jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
> >> ~[?:?] at java.lang.reflect.Method.invoke(Method.java:568) ~[?:?] at
> >> org.apache.storm.LocalCluster.lambda$main$1(LocalCluster.java:401)
> >> ~[storm-server-2.5.0.jar:2.5.0] at
> >>
> org.apache.storm.LocalCluster.withLocalModeOverride(LocalCluster.java:349)
> >> ~[storm-server-2.5.0.jar:2.5.0] at
> >> org.apache.storm.LocalCluster.main(LocalCluster.java:394)
> >> ~[storm-server-2.5.0.jar:2.5.0]Caused by: java.lang.NoSuchMethodError:
> >> 'void
> org.yaml.snakeyaml.constructor.Constructor.<init>(java.lang.Class)'
> >> at org.apache.storm.flux.parser.FluxParser.yaml(FluxParser.java:203)
> >> ~[opencrawl-1.0-SNAPSHOT.jar:?] at
> >>
> org.apache.storm.flux.parser.FluxParser.parseInputStream(FluxParser.java:107)
> >> ~[opencrawl-1.0-SNAPSHOT.jar:?] at
> >> org.apache.storm.flux.parser.FluxParser.parseFile(FluxParser.java:68)
> >> ~[opencrawl-1.0-SNAPSHOT.jar:?] at
> >> org.apache.storm.flux.Flux.runCli(Flux.java:167)
> >> ~[opencrawl-1.0-SNAPSHOT.jar:?] at
> >> org.apache.storm.flux.Flux.main(Flux.java:119)
> >> ~[opencrawl-1.0-SNAPSHOT.jar:?] ... 7 more09:07:29.138 [SessionTracker]
> >> INFO  o.a.s.s.o.a.z.s.SessionTrackerImpl - SessionTrackerImpl exited
> loop!*
> >> Being able to access the artefacts would help recompile and track
> >> incompatibility between versions.
> >>
> >> Thanks
> >>
> >> Julien
> >>
> >> On Tue, 25 Jul 2023 at 16:29, Bipin Prasad <bi...@apache.org>
> wrote:
> >>
> >> > Storm Release candidate version 2.5.0 rc2 is here:
> >> > https://dist.apache.org/repos/dist/dev/storm/apache-storm-2.5.0-rc2
> >> > Please vote on this release.
> >> >
> >> >    1. How to vote is described here:
> >> >
> >> >
> https://github.com/apache/storm/blob/master/RELEASING.md#how-to-vote-on-a-release-candidate
> >> >    2. Release notes are here:
> >> >
> >> >
> https://dist.apache.org/repos/dist/dev/storm/apache-storm-2.5.0-rc2/RELEASE_NOTES.html
> >> >    .
> >> >    3. The tag/commit to be voted upon is v2.5.0:
> >> >    4. The source archive being votes upon is here:
> >> >
> >> >
> https://dist.apache.org/repos/dist/dev/storm/apache-storm-2.5.0-rc2/apache-storm-2.5.0-src.tar.gz
> >> >    5. The release artifacts are signed with the following key:
> >> >
> >> >
> https://keyserver.ubuntu.com/pks/lookup?op=get&search=0x134716af768d9b6e
> >> > in
> >> >    this file https://www.apache.org/dist/storm/KEYS
> >> >
> >> >
> >> > When voting, please list the actions taken to verify the release.
> >> > This vote will be open for at least 72 hours.
> >> >
> >> >     [ ] +1 Release this package as Apache Storm 2.5.0
> >> >     [ ]   0 No opinion
> >> >     [ ] -1 Do not release this package because...
> >> >
> >> > Thanks to everyone who contributed to this release.
> >> >
> >> > --Bipin Prasad
> >> >
> >> > On Mon, Jun 26, 2023 at 4:15 PM Bipin Prasad <bi...@apache.org>
> >> > wrote:
> >> >
> >> > > Storm Release candidate version 2.5.0 rc1 is here:
> >> > > https://dist.apache.org/repos/dist/dev/storm/apache-storm-2.5.0-rc1
> >> > > Please vote on this release.
> >> > >
> >> > >    1. How to vote is described here:
> >> > >
> >> >
> https://github.com/apache/storm/blob/master/RELEASING.md#how-to-vote-on-a-release-candidate
> >> > >    2. Release notes are here:
> >> > >
> >> >
> https://dist.apache.org/repos/dist/dev/storm/apache-storm-2.5.0-rc1/RELEASE_NOTES.html
> >> > >    .
> >> > >    3. The tag/commit to be voted upon is v2.5.0:
> >> > >    4. The source archive being votes upon is here:
> >> > >
> >> >
> https://dist.apache.org/repos/dist/dev/storm/apache-storm-2.5.0-rc1/apache-storm-2.5.0-src.tar.gz
> >> > >    5. The release artifacts are signed with the following key:
> >> > >
> >> >
> https://keyserver.ubuntu.com/pks/lookup?op=get&search=0x134716af768d9b6e
> >> > >     in this file https://www.apache.org/dist/storm/KEYS
> >> > >
> >> > >
> >> > > When voting, please list the actions taken to verify the release.
> >> > > This vote will be open for at least 72 hours.
> >> > >
> >> > >     [ ] +1 Release this package as Apache Storm 2.5.0
> >> > >     [ ]   0 No opinion
> >> > >     [ ] -1 Do not release this package because...
> >> > >
> >> > > Thanks to everyone who contributed to this release.
> >> > >
> >> > > --Bipin Prasad
> >> > >
> >> >
> >>
> >>
> >> --
> >>
> >> *Open Source Solutions for Text Engineering*
> >>
> >> http://www.digitalpebble.com
> >> http://digitalpebble.blogspot.com/
> >> #digitalpebble <http://twitter.com/digitalpebble>
> >>
>

Re: Storm 2.5.0 Release Candidate Vote

Posted by Richard Zowalla <ri...@zowalla.com>.
Yup. This is snakeyaml 2.0 related.

@Julien: We had a similar issue in SC with version range syntax and snakeyaml :-)

Gruß
Richard 

Am 27. Juli 2023 16:13:30 MESZ schrieb Bipin Prasad <bi...@apache.org>:
>This appears to be the change in signature in snakeyaml 2.0 (which is used via transitive dependency in storm 2.5.0 release) vs the older smakeyaml 1.2.
>
>The maven artifacts are in apache staging area, for the duration of the vote.
>    https://repository.apache.org/content/groups/staging/.  (/org/apache/storm/<artifact>/2.5.0)
>
>
>On 2023/07/27 08:21:45 Julien Nioche wrote:
>> Thanks Bipin,
>> 
>> Are the Maven artefacts for the RC available somewhere?
>> 
>> I am trying to run a Flux topology in local mode with code compiled with a
>> dependency on 2.4 and am getting
>> 
>> 
>> 
>> 
>> 
>> 
>> 
>> 
>> 
>> 
>> 
>> 
>> 
>> 
>> 
>> 
>> 
>> 
>> *09:07:27.820 [main] ERROR o.a.s.s.o.a.z.s.NIOServerCnxnFactory - Thread
>> Thread[main,5,main] diedjava.lang.reflect.InvocationTargetException: null
>> at jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
>> ~[?:?] at
>> jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)
>> ~[?:?] at
>> jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
>> ~[?:?] at java.lang.reflect.Method.invoke(Method.java:568) ~[?:?] at
>> org.apache.storm.LocalCluster.lambda$main$1(LocalCluster.java:401)
>> ~[storm-server-2.5.0.jar:2.5.0] at
>> org.apache.storm.LocalCluster.withLocalModeOverride(LocalCluster.java:349)
>> ~[storm-server-2.5.0.jar:2.5.0] at
>> org.apache.storm.LocalCluster.main(LocalCluster.java:394)
>> ~[storm-server-2.5.0.jar:2.5.0]Caused by: java.lang.NoSuchMethodError:
>> 'void org.yaml.snakeyaml.constructor.Constructor.<init>(java.lang.Class)'
>> at org.apache.storm.flux.parser.FluxParser.yaml(FluxParser.java:203)
>> ~[opencrawl-1.0-SNAPSHOT.jar:?] at
>> org.apache.storm.flux.parser.FluxParser.parseInputStream(FluxParser.java:107)
>> ~[opencrawl-1.0-SNAPSHOT.jar:?] at
>> org.apache.storm.flux.parser.FluxParser.parseFile(FluxParser.java:68)
>> ~[opencrawl-1.0-SNAPSHOT.jar:?] at
>> org.apache.storm.flux.Flux.runCli(Flux.java:167)
>> ~[opencrawl-1.0-SNAPSHOT.jar:?] at
>> org.apache.storm.flux.Flux.main(Flux.java:119)
>> ~[opencrawl-1.0-SNAPSHOT.jar:?] ... 7 more09:07:29.138 [SessionTracker]
>> INFO  o.a.s.s.o.a.z.s.SessionTrackerImpl - SessionTrackerImpl exited loop!*
>> Being able to access the artefacts would help recompile and track
>> incompatibility between versions.
>> 
>> Thanks
>> 
>> Julien
>> 
>> On Tue, 25 Jul 2023 at 16:29, Bipin Prasad <bi...@apache.org> wrote:
>> 
>> > Storm Release candidate version 2.5.0 rc2 is here:
>> > https://dist.apache.org/repos/dist/dev/storm/apache-storm-2.5.0-rc2
>> > Please vote on this release.
>> >
>> >    1. How to vote is described here:
>> >
>> > https://github.com/apache/storm/blob/master/RELEASING.md#how-to-vote-on-a-release-candidate
>> >    2. Release notes are here:
>> >
>> > https://dist.apache.org/repos/dist/dev/storm/apache-storm-2.5.0-rc2/RELEASE_NOTES.html
>> >    .
>> >    3. The tag/commit to be voted upon is v2.5.0:
>> >    4. The source archive being votes upon is here:
>> >
>> > https://dist.apache.org/repos/dist/dev/storm/apache-storm-2.5.0-rc2/apache-storm-2.5.0-src.tar.gz
>> >    5. The release artifacts are signed with the following key:
>> >
>> > https://keyserver.ubuntu.com/pks/lookup?op=get&search=0x134716af768d9b6e
>> > in
>> >    this file https://www.apache.org/dist/storm/KEYS
>> >
>> >
>> > When voting, please list the actions taken to verify the release.
>> > This vote will be open for at least 72 hours.
>> >
>> >     [ ] +1 Release this package as Apache Storm 2.5.0
>> >     [ ]   0 No opinion
>> >     [ ] -1 Do not release this package because...
>> >
>> > Thanks to everyone who contributed to this release.
>> >
>> > --Bipin Prasad
>> >
>> > On Mon, Jun 26, 2023 at 4:15 PM Bipin Prasad <bi...@apache.org>
>> > wrote:
>> >
>> > > Storm Release candidate version 2.5.0 rc1 is here:
>> > > https://dist.apache.org/repos/dist/dev/storm/apache-storm-2.5.0-rc1
>> > > Please vote on this release.
>> > >
>> > >    1. How to vote is described here:
>> > >
>> > https://github.com/apache/storm/blob/master/RELEASING.md#how-to-vote-on-a-release-candidate
>> > >    2. Release notes are here:
>> > >
>> > https://dist.apache.org/repos/dist/dev/storm/apache-storm-2.5.0-rc1/RELEASE_NOTES.html
>> > >    .
>> > >    3. The tag/commit to be voted upon is v2.5.0:
>> > >    4. The source archive being votes upon is here:
>> > >
>> > https://dist.apache.org/repos/dist/dev/storm/apache-storm-2.5.0-rc1/apache-storm-2.5.0-src.tar.gz
>> > >    5. The release artifacts are signed with the following key:
>> > >
>> > https://keyserver.ubuntu.com/pks/lookup?op=get&search=0x134716af768d9b6e
>> > >     in this file https://www.apache.org/dist/storm/KEYS
>> > >
>> > >
>> > > When voting, please list the actions taken to verify the release.
>> > > This vote will be open for at least 72 hours.
>> > >
>> > >     [ ] +1 Release this package as Apache Storm 2.5.0
>> > >     [ ]   0 No opinion
>> > >     [ ] -1 Do not release this package because...
>> > >
>> > > Thanks to everyone who contributed to this release.
>> > >
>> > > --Bipin Prasad
>> > >
>> >
>> 
>> 
>> -- 
>> 
>> *Open Source Solutions for Text Engineering*
>> 
>> http://www.digitalpebble.com
>> http://digitalpebble.blogspot.com/
>> #digitalpebble <http://twitter.com/digitalpebble>
>> 

Re: Storm 2.5.0 Release Candidate Vote

Posted by Bipin Prasad <bi...@apache.org>.
This appears to be the change in signature in snakeyaml 2.0 (which is used via transitive dependency in storm 2.5.0 release) vs the older smakeyaml 1.2.

The maven artifacts are in apache staging area, for the duration of the vote.
    https://repository.apache.org/content/groups/staging/.  (/org/apache/storm/<artifact>/2.5.0)


On 2023/07/27 08:21:45 Julien Nioche wrote:
> Thanks Bipin,
> 
> Are the Maven artefacts for the RC available somewhere?
> 
> I am trying to run a Flux topology in local mode with code compiled with a
> dependency on 2.4 and am getting
> 
> 
> 
> 
> 
> 
> 
> 
> 
> 
> 
> 
> 
> 
> 
> 
> 
> 
> *09:07:27.820 [main] ERROR o.a.s.s.o.a.z.s.NIOServerCnxnFactory - Thread
> Thread[main,5,main] diedjava.lang.reflect.InvocationTargetException: null
> at jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
> ~[?:?] at
> jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)
> ~[?:?] at
> jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
> ~[?:?] at java.lang.reflect.Method.invoke(Method.java:568) ~[?:?] at
> org.apache.storm.LocalCluster.lambda$main$1(LocalCluster.java:401)
> ~[storm-server-2.5.0.jar:2.5.0] at
> org.apache.storm.LocalCluster.withLocalModeOverride(LocalCluster.java:349)
> ~[storm-server-2.5.0.jar:2.5.0] at
> org.apache.storm.LocalCluster.main(LocalCluster.java:394)
> ~[storm-server-2.5.0.jar:2.5.0]Caused by: java.lang.NoSuchMethodError:
> 'void org.yaml.snakeyaml.constructor.Constructor.<init>(java.lang.Class)'
> at org.apache.storm.flux.parser.FluxParser.yaml(FluxParser.java:203)
> ~[opencrawl-1.0-SNAPSHOT.jar:?] at
> org.apache.storm.flux.parser.FluxParser.parseInputStream(FluxParser.java:107)
> ~[opencrawl-1.0-SNAPSHOT.jar:?] at
> org.apache.storm.flux.parser.FluxParser.parseFile(FluxParser.java:68)
> ~[opencrawl-1.0-SNAPSHOT.jar:?] at
> org.apache.storm.flux.Flux.runCli(Flux.java:167)
> ~[opencrawl-1.0-SNAPSHOT.jar:?] at
> org.apache.storm.flux.Flux.main(Flux.java:119)
> ~[opencrawl-1.0-SNAPSHOT.jar:?] ... 7 more09:07:29.138 [SessionTracker]
> INFO  o.a.s.s.o.a.z.s.SessionTrackerImpl - SessionTrackerImpl exited loop!*
> Being able to access the artefacts would help recompile and track
> incompatibility between versions.
> 
> Thanks
> 
> Julien
> 
> On Tue, 25 Jul 2023 at 16:29, Bipin Prasad <bi...@apache.org> wrote:
> 
> > Storm Release candidate version 2.5.0 rc2 is here:
> > https://dist.apache.org/repos/dist/dev/storm/apache-storm-2.5.0-rc2
> > Please vote on this release.
> >
> >    1. How to vote is described here:
> >
> > https://github.com/apache/storm/blob/master/RELEASING.md#how-to-vote-on-a-release-candidate
> >    2. Release notes are here:
> >
> > https://dist.apache.org/repos/dist/dev/storm/apache-storm-2.5.0-rc2/RELEASE_NOTES.html
> >    .
> >    3. The tag/commit to be voted upon is v2.5.0:
> >    4. The source archive being votes upon is here:
> >
> > https://dist.apache.org/repos/dist/dev/storm/apache-storm-2.5.0-rc2/apache-storm-2.5.0-src.tar.gz
> >    5. The release artifacts are signed with the following key:
> >
> > https://keyserver.ubuntu.com/pks/lookup?op=get&search=0x134716af768d9b6e
> > in
> >    this file https://www.apache.org/dist/storm/KEYS
> >
> >
> > When voting, please list the actions taken to verify the release.
> > This vote will be open for at least 72 hours.
> >
> >     [ ] +1 Release this package as Apache Storm 2.5.0
> >     [ ]   0 No opinion
> >     [ ] -1 Do not release this package because...
> >
> > Thanks to everyone who contributed to this release.
> >
> > --Bipin Prasad
> >
> > On Mon, Jun 26, 2023 at 4:15 PM Bipin Prasad <bi...@apache.org>
> > wrote:
> >
> > > Storm Release candidate version 2.5.0 rc1 is here:
> > > https://dist.apache.org/repos/dist/dev/storm/apache-storm-2.5.0-rc1
> > > Please vote on this release.
> > >
> > >    1. How to vote is described here:
> > >
> > https://github.com/apache/storm/blob/master/RELEASING.md#how-to-vote-on-a-release-candidate
> > >    2. Release notes are here:
> > >
> > https://dist.apache.org/repos/dist/dev/storm/apache-storm-2.5.0-rc1/RELEASE_NOTES.html
> > >    .
> > >    3. The tag/commit to be voted upon is v2.5.0:
> > >    4. The source archive being votes upon is here:
> > >
> > https://dist.apache.org/repos/dist/dev/storm/apache-storm-2.5.0-rc1/apache-storm-2.5.0-src.tar.gz
> > >    5. The release artifacts are signed with the following key:
> > >
> > https://keyserver.ubuntu.com/pks/lookup?op=get&search=0x134716af768d9b6e
> > >     in this file https://www.apache.org/dist/storm/KEYS
> > >
> > >
> > > When voting, please list the actions taken to verify the release.
> > > This vote will be open for at least 72 hours.
> > >
> > >     [ ] +1 Release this package as Apache Storm 2.5.0
> > >     [ ]   0 No opinion
> > >     [ ] -1 Do not release this package because...
> > >
> > > Thanks to everyone who contributed to this release.
> > >
> > > --Bipin Prasad
> > >
> >
> 
> 
> -- 
> 
> *Open Source Solutions for Text Engineering*
> 
> http://www.digitalpebble.com
> http://digitalpebble.blogspot.com/
> #digitalpebble <http://twitter.com/digitalpebble>
> 

Re: Storm 2.5.0 Release Candidate Vote

Posted by Julien Nioche <li...@gmail.com>.
Thanks Bipin,

Are the Maven artefacts for the RC available somewhere?

I am trying to run a Flux topology in local mode with code compiled with a
dependency on 2.4 and am getting


















*09:07:27.820 [main] ERROR o.a.s.s.o.a.z.s.NIOServerCnxnFactory - Thread
Thread[main,5,main] diedjava.lang.reflect.InvocationTargetException: null
at jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
~[?:?] at
jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)
~[?:?] at
jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
~[?:?] at java.lang.reflect.Method.invoke(Method.java:568) ~[?:?] at
org.apache.storm.LocalCluster.lambda$main$1(LocalCluster.java:401)
~[storm-server-2.5.0.jar:2.5.0] at
org.apache.storm.LocalCluster.withLocalModeOverride(LocalCluster.java:349)
~[storm-server-2.5.0.jar:2.5.0] at
org.apache.storm.LocalCluster.main(LocalCluster.java:394)
~[storm-server-2.5.0.jar:2.5.0]Caused by: java.lang.NoSuchMethodError:
'void org.yaml.snakeyaml.constructor.Constructor.<init>(java.lang.Class)'
at org.apache.storm.flux.parser.FluxParser.yaml(FluxParser.java:203)
~[opencrawl-1.0-SNAPSHOT.jar:?] at
org.apache.storm.flux.parser.FluxParser.parseInputStream(FluxParser.java:107)
~[opencrawl-1.0-SNAPSHOT.jar:?] at
org.apache.storm.flux.parser.FluxParser.parseFile(FluxParser.java:68)
~[opencrawl-1.0-SNAPSHOT.jar:?] at
org.apache.storm.flux.Flux.runCli(Flux.java:167)
~[opencrawl-1.0-SNAPSHOT.jar:?] at
org.apache.storm.flux.Flux.main(Flux.java:119)
~[opencrawl-1.0-SNAPSHOT.jar:?] ... 7 more09:07:29.138 [SessionTracker]
INFO  o.a.s.s.o.a.z.s.SessionTrackerImpl - SessionTrackerImpl exited loop!*
Being able to access the artefacts would help recompile and track
incompatibility between versions.

Thanks

Julien

On Tue, 25 Jul 2023 at 16:29, Bipin Prasad <bi...@apache.org> wrote:

> Storm Release candidate version 2.5.0 rc2 is here:
> https://dist.apache.org/repos/dist/dev/storm/apache-storm-2.5.0-rc2
> Please vote on this release.
>
>    1. How to vote is described here:
>
> https://github.com/apache/storm/blob/master/RELEASING.md#how-to-vote-on-a-release-candidate
>    2. Release notes are here:
>
> https://dist.apache.org/repos/dist/dev/storm/apache-storm-2.5.0-rc2/RELEASE_NOTES.html
>    .
>    3. The tag/commit to be voted upon is v2.5.0:
>    4. The source archive being votes upon is here:
>
> https://dist.apache.org/repos/dist/dev/storm/apache-storm-2.5.0-rc2/apache-storm-2.5.0-src.tar.gz
>    5. The release artifacts are signed with the following key:
>
> https://keyserver.ubuntu.com/pks/lookup?op=get&search=0x134716af768d9b6e
> in
>    this file https://www.apache.org/dist/storm/KEYS
>
>
> When voting, please list the actions taken to verify the release.
> This vote will be open for at least 72 hours.
>
>     [ ] +1 Release this package as Apache Storm 2.5.0
>     [ ]   0 No opinion
>     [ ] -1 Do not release this package because...
>
> Thanks to everyone who contributed to this release.
>
> --Bipin Prasad
>
> On Mon, Jun 26, 2023 at 4:15 PM Bipin Prasad <bi...@apache.org>
> wrote:
>
> > Storm Release candidate version 2.5.0 rc1 is here:
> > https://dist.apache.org/repos/dist/dev/storm/apache-storm-2.5.0-rc1
> > Please vote on this release.
> >
> >    1. How to vote is described here:
> >
> https://github.com/apache/storm/blob/master/RELEASING.md#how-to-vote-on-a-release-candidate
> >    2. Release notes are here:
> >
> https://dist.apache.org/repos/dist/dev/storm/apache-storm-2.5.0-rc1/RELEASE_NOTES.html
> >    .
> >    3. The tag/commit to be voted upon is v2.5.0:
> >    4. The source archive being votes upon is here:
> >
> https://dist.apache.org/repos/dist/dev/storm/apache-storm-2.5.0-rc1/apache-storm-2.5.0-src.tar.gz
> >    5. The release artifacts are signed with the following key:
> >
> https://keyserver.ubuntu.com/pks/lookup?op=get&search=0x134716af768d9b6e
> >     in this file https://www.apache.org/dist/storm/KEYS
> >
> >
> > When voting, please list the actions taken to verify the release.
> > This vote will be open for at least 72 hours.
> >
> >     [ ] +1 Release this package as Apache Storm 2.5.0
> >     [ ]   0 No opinion
> >     [ ] -1 Do not release this package because...
> >
> > Thanks to everyone who contributed to this release.
> >
> > --Bipin Prasad
> >
>


-- 

*Open Source Solutions for Text Engineering*

http://www.digitalpebble.com
http://digitalpebble.blogspot.com/
#digitalpebble <http://twitter.com/digitalpebble>

Re: Storm 2.5.0 Release Candidate Vote

Posted by Bipin Prasad <bi...@apache.org>.
Thanks for checking. If I cant figure out what went wrong in the release process, I will start from from beginning. In any case, there will be a RC4 soon.

On 2023/08/03 14:25:10 Richard Zowalla wrote:
> I can confirm Julien's finding.
> 
> The /public folder is indeed missing from the tar.gz and zip file.
> 
> Gruß
> Richard
> 
> Am Donnerstag, dem 03.08.2023 um 15:04 +0100 schrieb Julien Nioche:
> > Thanks Bipin
> > 
> > The source code in RC3 can now be compiled
> > The signatures look OK
> > I was able to run a topology in local mode, In deployed mode nimbus
> > and the
> > supervisor services seem to work fine but not the UI:
> > 
> > Running: /home/julien/.sdkman/candidates/java/current/bin/java -
> > server
> > > -Ddaemon.name=ui -Dstorm.options=
> > > -Dstorm.home=/home/julien/Downloads/apache-storm-2.5.0
> > > -Dstorm.log.dir=/home/julien/Downloads/apache-storm-2.5.0/logs
> > > -
> > > Djava.library.path=/usr/local/lib:/opt/local/lib:/usr/lib:/usr/lib64
> > > -Dstorm.conf.file= -cp
> > > /home/julien/Downloads/apache-storm-
> > > 2.5.0/*:/home/julien/Downloads/apache-storm-
> > > 2.5.0/lib/*:/home/julien/Downloads/apache-storm-
> > > 2.5.0/extlib/*:/home/julien/Downloads/apache-storm-2.5.0/extlib-
> > > daemon/*:/home/julien/Downloads/apache-storm-2.5.0/lib-
> > > webapp/*:/home/julien/Downloads/apache-storm-2.5.0/conf
> > > -Xmx768m -Djava.deserialization.disabled=true -Dlogfile.name=ui.log
> > > -Dlog4j.configurationFile=/home/julien/Downloads/apache-storm-
> > > 2.5.0/log4j2/cluster.xml
> > > org.apache.storm.daemon.ui.UIServer
> > > Exception in thread "main" java.lang.RuntimeException: Cannot find
> > > static
> > > file directory in development location
> > > /home/julien/Downloads/apache-storm-2.5.0/lib-webapp/storm-webapp-
> > > 2.5.0.jarWEB-INF
> > > at org.apache.storm.daemon.ui.UIServer.main(UIServer.java:160)
> > 
> > 
> > The logs contain
> > 
> > 2023-08-03 14:49:23.728 o.a.s.d.u.UIServer main [WARN] Cannot find
> > static
> > > file directory in /home/julien/Downloads/apache-storm-2.5.0/public/
> > > -
> > > assuming that UIServer is being launchedin a development
> > > environment and
> > > not from a packaged release
> > 
> > 
> > Looking at the RC I see that the folder /public is missing. It was in
> > 2.4
> > and in the previous RC. When added manually, the storm ui command
> > runs fine.
> > 
> > Sorry to be the bearer of bad news
> > 
> > Julien
> > 
> > 
> > 
> > On Thu, 3 Aug 2023 at 00:08, Bipin Prasad <bi...@apache.org>
> > wrote:
> > 
> > > Storm Release candidate version 2.5.0 rc3 is here:
> > > https://dist.apache.org/repos/dist/dev/storm/apache-storm-2.5.0-rc3
> > > Please vote on this release.
> > > 
> > >    1. How to vote is described here:
> > > 
> > > https://github.com/apache/storm/blob/master/RELEASING.md#how-to-vote-on-a-release-candidate
> > >    2. Release notes are here:
> > > 
> > > https://dist.apache.org/repos/dist/dev/storm/apache-storm-2.5.0-rc3/RELEASE_NOTES.html
> > >    .
> > >    3. The tag/commit to be voted upon is v2.5.0:
> > >    4. The source archive being votes upon is here:
> > > 
> > > https://dist.apache.org/repos/dist/dev/storm/apache-storm-2.5.0-rc3/apache-storm-2.5.0-src.tar.gz
> > >    5. The release artifacts are signed with the following key:
> > > 
> > > https://keyserver.ubuntu.com/pks/lookup?op=get&search=0x134716af768d9b6e
> > > in
> > >    this file https://www.apache.org/dist/storm/KEYS
> > > 
> > > 
> > > When voting, please list the actions taken to verify the release.
> > > This vote will be open for at least 72 hours.
> > > 
> > >     [ ] +1 Release this package as Apache Storm 2.5.0
> > >     [ ]   0 No opinion
> > >     [ ] -1 Do not release this package because...
> > > 
> > > Thanks to everyone who contributed to this release.
> > > 
> > > --Bipin Prasad
> > > 
> > > On Tue, Jul 25, 2023 at 8:28 AM Bipin Prasad
> > > <bi...@apache.org>
> > > wrote:
> > > 
> > > > Storm Release candidate version 2.5.0 rc2 is here:
> > > > https://dist.apache.org/repos/dist/dev/storm/apache-storm-2.5.0-rc2
> > > > Please vote on this release.
> > > > 
> > > >    1. How to vote is described here:
> > > > 
> > > https://github.com/apache/storm/blob/master/RELEASING.md#how-to-vote-on-a-release-candidate
> > > >    2. Release notes are here:
> > > > 
> > > https://dist.apache.org/repos/dist/dev/storm/apache-storm-2.5.0-rc2/RELEASE_NOTES.html
> > > >    .
> > > >    3. The tag/commit to be voted upon is v2.5.0:
> > > >    4. The source archive being votes upon is here:
> > > > 
> > > https://dist.apache.org/repos/dist/dev/storm/apache-storm-2.5.0-rc2/apache-storm-2.5.0-src.tar.gz
> > > >    5. The release artifacts are signed with the following key:
> > > > 
> > > https://keyserver.ubuntu.com/pks/lookup?op=get&search=0x134716af768d9b6e
> > > >     in this file https://www.apache.org/dist/storm/KEYS
> > > > 
> > > > 
> > > > When voting, please list the actions taken to verify the release.
> > > > This vote will be open for at least 72 hours.
> > > > 
> > > >     [ ] +1 Release this package as Apache Storm 2.5.0
> > > >     [ ]   0 No opinion
> > > >     [ ] -1 Do not release this package because...
> > > > 
> > > > Thanks to everyone who contributed to this release.
> > > > 
> > > > --Bipin Prasad
> > > > 
> > > > On Mon, Jun 26, 2023 at 4:15 PM Bipin Prasad
> > > > <bi...@apache.org>
> > > > wrote:
> > > > 
> > > > > Storm Release candidate version 2.5.0 rc1 is here:
> > > > > https://dist.apache.org/repos/dist/dev/storm/apache-storm-2.5.0-rc1
> > > > > Please vote on this release.
> > > > > 
> > > > >    1. How to vote is described here:
> > > > > 
> > > https://github.com/apache/storm/blob/master/RELEASING.md#how-to-vote-on-a-release-candidate
> > > > >    2. Release notes are here:
> > > > > 
> > > https://dist.apache.org/repos/dist/dev/storm/apache-storm-2.5.0-rc1/RELEASE_NOTES.html
> > > > >    .
> > > > >    3. The tag/commit to be voted upon is v2.5.0:
> > > > >    4. The source archive being votes upon is here:
> > > > > 
> > > https://dist.apache.org/repos/dist/dev/storm/apache-storm-2.5.0-rc1/apache-storm-2.5.0-src.tar.gz
> > > > >    5. The release artifacts are signed with the following key:
> > > > > 
> > > https://keyserver.ubuntu.com/pks/lookup?op=get&search=0x134716af768d9b6e
> > > > >     in this file https://www.apache.org/dist/storm/KEYS
> > > > > 
> > > > > 
> > > > > When voting, please list the actions taken to verify the
> > > > > release.
> > > > > This vote will be open for at least 72 hours.
> > > > > 
> > > > >     [ ] +1 Release this package as Apache Storm 2.5.0
> > > > >     [ ]   0 No opinion
> > > > >     [ ] -1 Do not release this package because...
> > > > > 
> > > > > Thanks to everyone who contributed to this release.
> > > > > 
> > > > > --Bipin Prasad
> > > > > 
> > > > 
> > > 
> > 
> > 
> 
> 

Re: Storm 2.5.0 Release Candidate Vote

Posted by Richard Zowalla <rz...@apache.org>.
I can confirm Julien's finding.

The /public folder is indeed missing from the tar.gz and zip file.

Gruß
Richard

Am Donnerstag, dem 03.08.2023 um 15:04 +0100 schrieb Julien Nioche:
> Thanks Bipin
> 
> The source code in RC3 can now be compiled
> The signatures look OK
> I was able to run a topology in local mode, In deployed mode nimbus
> and the
> supervisor services seem to work fine but not the UI:
> 
> Running: /home/julien/.sdkman/candidates/java/current/bin/java -
> server
> > -Ddaemon.name=ui -Dstorm.options=
> > -Dstorm.home=/home/julien/Downloads/apache-storm-2.5.0
> > -Dstorm.log.dir=/home/julien/Downloads/apache-storm-2.5.0/logs
> > -
> > Djava.library.path=/usr/local/lib:/opt/local/lib:/usr/lib:/usr/lib64
> > -Dstorm.conf.file= -cp
> > /home/julien/Downloads/apache-storm-
> > 2.5.0/*:/home/julien/Downloads/apache-storm-
> > 2.5.0/lib/*:/home/julien/Downloads/apache-storm-
> > 2.5.0/extlib/*:/home/julien/Downloads/apache-storm-2.5.0/extlib-
> > daemon/*:/home/julien/Downloads/apache-storm-2.5.0/lib-
> > webapp/*:/home/julien/Downloads/apache-storm-2.5.0/conf
> > -Xmx768m -Djava.deserialization.disabled=true -Dlogfile.name=ui.log
> > -Dlog4j.configurationFile=/home/julien/Downloads/apache-storm-
> > 2.5.0/log4j2/cluster.xml
> > org.apache.storm.daemon.ui.UIServer
> > Exception in thread "main" java.lang.RuntimeException: Cannot find
> > static
> > file directory in development location
> > /home/julien/Downloads/apache-storm-2.5.0/lib-webapp/storm-webapp-
> > 2.5.0.jarWEB-INF
> > at org.apache.storm.daemon.ui.UIServer.main(UIServer.java:160)
> 
> 
> The logs contain
> 
> 2023-08-03 14:49:23.728 o.a.s.d.u.UIServer main [WARN] Cannot find
> static
> > file directory in /home/julien/Downloads/apache-storm-2.5.0/public/
> > -
> > assuming that UIServer is being launchedin a development
> > environment and
> > not from a packaged release
> 
> 
> Looking at the RC I see that the folder /public is missing. It was in
> 2.4
> and in the previous RC. When added manually, the storm ui command
> runs fine.
> 
> Sorry to be the bearer of bad news
> 
> Julien
> 
> 
> 
> On Thu, 3 Aug 2023 at 00:08, Bipin Prasad <bi...@apache.org>
> wrote:
> 
> > Storm Release candidate version 2.5.0 rc3 is here:
> > https://dist.apache.org/repos/dist/dev/storm/apache-storm-2.5.0-rc3
> > Please vote on this release.
> > 
> >    1. How to vote is described here:
> > 
> > https://github.com/apache/storm/blob/master/RELEASING.md#how-to-vote-on-a-release-candidate
> >    2. Release notes are here:
> > 
> > https://dist.apache.org/repos/dist/dev/storm/apache-storm-2.5.0-rc3/RELEASE_NOTES.html
> >    .
> >    3. The tag/commit to be voted upon is v2.5.0:
> >    4. The source archive being votes upon is here:
> > 
> > https://dist.apache.org/repos/dist/dev/storm/apache-storm-2.5.0-rc3/apache-storm-2.5.0-src.tar.gz
> >    5. The release artifacts are signed with the following key:
> > 
> > https://keyserver.ubuntu.com/pks/lookup?op=get&search=0x134716af768d9b6e
> > in
> >    this file https://www.apache.org/dist/storm/KEYS
> > 
> > 
> > When voting, please list the actions taken to verify the release.
> > This vote will be open for at least 72 hours.
> > 
> >     [ ] +1 Release this package as Apache Storm 2.5.0
> >     [ ]   0 No opinion
> >     [ ] -1 Do not release this package because...
> > 
> > Thanks to everyone who contributed to this release.
> > 
> > --Bipin Prasad
> > 
> > On Tue, Jul 25, 2023 at 8:28 AM Bipin Prasad
> > <bi...@apache.org>
> > wrote:
> > 
> > > Storm Release candidate version 2.5.0 rc2 is here:
> > > https://dist.apache.org/repos/dist/dev/storm/apache-storm-2.5.0-rc2
> > > Please vote on this release.
> > > 
> > >    1. How to vote is described here:
> > > 
> > https://github.com/apache/storm/blob/master/RELEASING.md#how-to-vote-on-a-release-candidate
> > >    2. Release notes are here:
> > > 
> > https://dist.apache.org/repos/dist/dev/storm/apache-storm-2.5.0-rc2/RELEASE_NOTES.html
> > >    .
> > >    3. The tag/commit to be voted upon is v2.5.0:
> > >    4. The source archive being votes upon is here:
> > > 
> > https://dist.apache.org/repos/dist/dev/storm/apache-storm-2.5.0-rc2/apache-storm-2.5.0-src.tar.gz
> > >    5. The release artifacts are signed with the following key:
> > > 
> > https://keyserver.ubuntu.com/pks/lookup?op=get&search=0x134716af768d9b6e
> > >     in this file https://www.apache.org/dist/storm/KEYS
> > > 
> > > 
> > > When voting, please list the actions taken to verify the release.
> > > This vote will be open for at least 72 hours.
> > > 
> > >     [ ] +1 Release this package as Apache Storm 2.5.0
> > >     [ ]   0 No opinion
> > >     [ ] -1 Do not release this package because...
> > > 
> > > Thanks to everyone who contributed to this release.
> > > 
> > > --Bipin Prasad
> > > 
> > > On Mon, Jun 26, 2023 at 4:15 PM Bipin Prasad
> > > <bi...@apache.org>
> > > wrote:
> > > 
> > > > Storm Release candidate version 2.5.0 rc1 is here:
> > > > https://dist.apache.org/repos/dist/dev/storm/apache-storm-2.5.0-rc1
> > > > Please vote on this release.
> > > > 
> > > >    1. How to vote is described here:
> > > > 
> > https://github.com/apache/storm/blob/master/RELEASING.md#how-to-vote-on-a-release-candidate
> > > >    2. Release notes are here:
> > > > 
> > https://dist.apache.org/repos/dist/dev/storm/apache-storm-2.5.0-rc1/RELEASE_NOTES.html
> > > >    .
> > > >    3. The tag/commit to be voted upon is v2.5.0:
> > > >    4. The source archive being votes upon is here:
> > > > 
> > https://dist.apache.org/repos/dist/dev/storm/apache-storm-2.5.0-rc1/apache-storm-2.5.0-src.tar.gz
> > > >    5. The release artifacts are signed with the following key:
> > > > 
> > https://keyserver.ubuntu.com/pks/lookup?op=get&search=0x134716af768d9b6e
> > > >     in this file https://www.apache.org/dist/storm/KEYS
> > > > 
> > > > 
> > > > When voting, please list the actions taken to verify the
> > > > release.
> > > > This vote will be open for at least 72 hours.
> > > > 
> > > >     [ ] +1 Release this package as Apache Storm 2.5.0
> > > >     [ ]   0 No opinion
> > > >     [ ] -1 Do not release this package because...
> > > > 
> > > > Thanks to everyone who contributed to this release.
> > > > 
> > > > --Bipin Prasad
> > > > 
> > > 
> > 
> 
> 


Re: Storm 2.5.0 Release Candidate Vote

Posted by Julien Nioche <li...@gmail.com>.
Thanks Bipin

The source code in RC3 can now be compiled
The signatures look OK
I was able to run a topology in local mode, In deployed mode nimbus and the
supervisor services seem to work fine but not the UI:

Running: /home/julien/.sdkman/candidates/java/current/bin/java -server
> -Ddaemon.name=ui -Dstorm.options=
> -Dstorm.home=/home/julien/Downloads/apache-storm-2.5.0
> -Dstorm.log.dir=/home/julien/Downloads/apache-storm-2.5.0/logs
> -Djava.library.path=/usr/local/lib:/opt/local/lib:/usr/lib:/usr/lib64
> -Dstorm.conf.file= -cp
> /home/julien/Downloads/apache-storm-2.5.0/*:/home/julien/Downloads/apache-storm-2.5.0/lib/*:/home/julien/Downloads/apache-storm-2.5.0/extlib/*:/home/julien/Downloads/apache-storm-2.5.0/extlib-daemon/*:/home/julien/Downloads/apache-storm-2.5.0/lib-webapp/*:/home/julien/Downloads/apache-storm-2.5.0/conf
> -Xmx768m -Djava.deserialization.disabled=true -Dlogfile.name=ui.log
> -Dlog4j.configurationFile=/home/julien/Downloads/apache-storm-2.5.0/log4j2/cluster.xml
> org.apache.storm.daemon.ui.UIServer
> Exception in thread "main" java.lang.RuntimeException: Cannot find static
> file directory in development location
> /home/julien/Downloads/apache-storm-2.5.0/lib-webapp/storm-webapp-2.5.0.jarWEB-INF
> at org.apache.storm.daemon.ui.UIServer.main(UIServer.java:160)


The logs contain

2023-08-03 14:49:23.728 o.a.s.d.u.UIServer main [WARN] Cannot find static
> file directory in /home/julien/Downloads/apache-storm-2.5.0/public/ -
> assuming that UIServer is being launchedin a development environment and
> not from a packaged release


Looking at the RC I see that the folder /public is missing. It was in 2.4
and in the previous RC. When added manually, the storm ui command runs fine.

Sorry to be the bearer of bad news

Julien



On Thu, 3 Aug 2023 at 00:08, Bipin Prasad <bi...@apache.org> wrote:

> Storm Release candidate version 2.5.0 rc3 is here:
> https://dist.apache.org/repos/dist/dev/storm/apache-storm-2.5.0-rc3
> Please vote on this release.
>
>    1. How to vote is described here:
>
> https://github.com/apache/storm/blob/master/RELEASING.md#how-to-vote-on-a-release-candidate
>    2. Release notes are here:
>
> https://dist.apache.org/repos/dist/dev/storm/apache-storm-2.5.0-rc3/RELEASE_NOTES.html
>    .
>    3. The tag/commit to be voted upon is v2.5.0:
>    4. The source archive being votes upon is here:
>
> https://dist.apache.org/repos/dist/dev/storm/apache-storm-2.5.0-rc3/apache-storm-2.5.0-src.tar.gz
>    5. The release artifacts are signed with the following key:
>
> https://keyserver.ubuntu.com/pks/lookup?op=get&search=0x134716af768d9b6e
> in
>    this file https://www.apache.org/dist/storm/KEYS
>
>
> When voting, please list the actions taken to verify the release.
> This vote will be open for at least 72 hours.
>
>     [ ] +1 Release this package as Apache Storm 2.5.0
>     [ ]   0 No opinion
>     [ ] -1 Do not release this package because...
>
> Thanks to everyone who contributed to this release.
>
> --Bipin Prasad
>
> On Tue, Jul 25, 2023 at 8:28 AM Bipin Prasad <bi...@apache.org>
> wrote:
>
> > Storm Release candidate version 2.5.0 rc2 is here:
> > https://dist.apache.org/repos/dist/dev/storm/apache-storm-2.5.0-rc2
> > Please vote on this release.
> >
> >    1. How to vote is described here:
> >
> https://github.com/apache/storm/blob/master/RELEASING.md#how-to-vote-on-a-release-candidate
> >    2. Release notes are here:
> >
> https://dist.apache.org/repos/dist/dev/storm/apache-storm-2.5.0-rc2/RELEASE_NOTES.html
> >    .
> >    3. The tag/commit to be voted upon is v2.5.0:
> >    4. The source archive being votes upon is here:
> >
> https://dist.apache.org/repos/dist/dev/storm/apache-storm-2.5.0-rc2/apache-storm-2.5.0-src.tar.gz
> >    5. The release artifacts are signed with the following key:
> >
> https://keyserver.ubuntu.com/pks/lookup?op=get&search=0x134716af768d9b6e
> >     in this file https://www.apache.org/dist/storm/KEYS
> >
> >
> > When voting, please list the actions taken to verify the release.
> > This vote will be open for at least 72 hours.
> >
> >     [ ] +1 Release this package as Apache Storm 2.5.0
> >     [ ]   0 No opinion
> >     [ ] -1 Do not release this package because...
> >
> > Thanks to everyone who contributed to this release.
> >
> > --Bipin Prasad
> >
> > On Mon, Jun 26, 2023 at 4:15 PM Bipin Prasad <bi...@apache.org>
> > wrote:
> >
> >> Storm Release candidate version 2.5.0 rc1 is here:
> >> https://dist.apache.org/repos/dist/dev/storm/apache-storm-2.5.0-rc1
> >> Please vote on this release.
> >>
> >>    1. How to vote is described here:
> >>
> https://github.com/apache/storm/blob/master/RELEASING.md#how-to-vote-on-a-release-candidate
> >>    2. Release notes are here:
> >>
> https://dist.apache.org/repos/dist/dev/storm/apache-storm-2.5.0-rc1/RELEASE_NOTES.html
> >>    .
> >>    3. The tag/commit to be voted upon is v2.5.0:
> >>    4. The source archive being votes upon is here:
> >>
> https://dist.apache.org/repos/dist/dev/storm/apache-storm-2.5.0-rc1/apache-storm-2.5.0-src.tar.gz
> >>    5. The release artifacts are signed with the following key:
> >>
> https://keyserver.ubuntu.com/pks/lookup?op=get&search=0x134716af768d9b6e
> >>     in this file https://www.apache.org/dist/storm/KEYS
> >>
> >>
> >> When voting, please list the actions taken to verify the release.
> >> This vote will be open for at least 72 hours.
> >>
> >>     [ ] +1 Release this package as Apache Storm 2.5.0
> >>     [ ]   0 No opinion
> >>     [ ] -1 Do not release this package because...
> >>
> >> Thanks to everyone who contributed to this release.
> >>
> >> --Bipin Prasad
> >>
> >
>


-- 

*Open Source Solutions for Text Engineering*

http://www.digitalpebble.com
http://digitalpebble.blogspot.com/
#digitalpebble <http://twitter.com/digitalpebble>

Re: Storm 2.5.0 Release Candidate Vote

Posted by Bipin Prasad <bi...@apache.org>.
repo closed

On 2023/08/03 13:58:34 Richard Zowalla wrote:
> 
> Hi,
> 
> can you close the staging repo on Nexus? Otherwise using the maven
> artifacts won't be possible.
> 
> @all: Here is the repo for conviniance:
> 
> <repositories>
> <repository>
> <id>storm-2.5.0-rc3-test</id>
> <name>Testing Storm 2.5.0 RC3</name>
> <url>
> https://repository.apache.org/content/repositories/orgapachestorm-1108
> </url>
> </repository>
> </repositories>
> 
> I will test once the repository is closed.
> 
> Thanks for preparing the RC3, Bipin!
> 
> Gruß
> Richard
> 
> Am Mittwoch, dem 02.08.2023 um 16:07 -0700 schrieb Bipin Prasad:
> > Storm Release candidate version 2.5.0 rc3 is here:
> > https://dist.apache.org/repos/dist/dev/storm/apache-storm-2.5.0-rc3
> > Please vote on this release.
> > 
> >    1. How to vote is described here:
> >   
> > https://github.com/apache/storm/blob/master/RELEASING.md#how-to-vote-on-a-release-candidate
> >    2. Release notes are here:
> >   
> > https://dist.apache.org/repos/dist/dev/storm/apache-storm-2.5.0-rc3/RELEASE_NOTES.html
> >    .
> >    3. The tag/commit to be voted upon is v2.5.0:
> >    4. The source archive being votes upon is here:
> >   
> > https://dist.apache.org/repos/dist/dev/storm/apache-storm-2.5.0-rc3/apache-storm-2.5.0-src.tar.gz
> >    5. The release artifacts are signed with the following key:
> >   
> > https://keyserver.ubuntu.com/pks/lookup?op=get&search=0x134716af768d9b6e
> >  in
> >    this file https://www.apache.org/dist/storm/KEYS
> > 
> > 
> > When voting, please list the actions taken to verify the release.
> > This vote will be open for at least 72 hours.
> > 
> >     [ ] +1 Release this package as Apache Storm 2.5.0
> >     [ ]   0 No opinion
> >     [ ] -1 Do not release this package because...
> > 
> > Thanks to everyone who contributed to this release.
> > 
> > --Bipin Prasad
> > 
> > On Tue, Jul 25, 2023 at 8:28 AM Bipin Prasad <bi...@apache.org>
> > wrote:
> > 
> > > Storm Release candidate version 2.5.0 rc2 is here:
> > > https://dist.apache.org/repos/dist/dev/storm/apache-storm-2.5.0-rc2
> > > Please vote on this release.
> > > 
> > >    1. How to vote is described here:
> > >   
> > > https://github.com/apache/storm/blob/master/RELEASING.md#how-to-vote-on-a-release-candidate
> > >    2. Release notes are here:
> > >   
> > > https://dist.apache.org/repos/dist/dev/storm/apache-storm-2.5.0-rc2/RELEASE_NOTES.html
> > >    .
> > >    3. The tag/commit to be voted upon is v2.5.0:
> > >    4. The source archive being votes upon is here:
> > >   
> > > https://dist.apache.org/repos/dist/dev/storm/apache-storm-2.5.0-rc2/apache-storm-2.5.0-src.tar.gz
> > >    5. The release artifacts are signed with the following key:
> > >   
> > > https://keyserver.ubuntu.com/pks/lookup?op=get&search=0x134716af768d9b6e
> > >     in this file https://www.apache.org/dist/storm/KEYS
> > > 
> > > 
> > > When voting, please list the actions taken to verify the release.
> > > This vote will be open for at least 72 hours.
> > > 
> > >     [ ] +1 Release this package as Apache Storm 2.5.0
> > >     [ ]   0 No opinion
> > >     [ ] -1 Do not release this package because...
> > > 
> > > Thanks to everyone who contributed to this release.
> > > 
> > > --Bipin Prasad
> > > 
> > > On Mon, Jun 26, 2023 at 4:15 PM Bipin Prasad
> > > <bi...@apache.org>
> > > wrote:
> > > 
> > > > Storm Release candidate version 2.5.0 rc1 is here:
> > > > https://dist.apache.org/repos/dist/dev/storm/apache-storm-2.5.0-rc1
> > > > Please vote on this release.
> > > > 
> > > >    1. How to vote is described here:
> > > >   
> > > > https://github.com/apache/storm/blob/master/RELEASING.md#how-to-vote-on-a-release-candidate
> > > >    2. Release notes are here:
> > > >   
> > > > https://dist.apache.org/repos/dist/dev/storm/apache-storm-2.5.0-rc1/RELEASE_NOTES.html
> > > >    .
> > > >    3. The tag/commit to be voted upon is v2.5.0:
> > > >    4. The source archive being votes upon is here:
> > > >   
> > > > https://dist.apache.org/repos/dist/dev/storm/apache-storm-2.5.0-rc1/apache-storm-2.5.0-src.tar.gz
> > > >    5. The release artifacts are signed with the following key:
> > > >   
> > > > https://keyserver.ubuntu.com/pks/lookup?op=get&search=0x134716af768d9b6e
> > > >     in this file https://www.apache.org/dist/storm/KEYS
> > > > 
> > > > 
> > > > When voting, please list the actions taken to verify the release.
> > > > This vote will be open for at least 72 hours.
> > > > 
> > > >     [ ] +1 Release this package as Apache Storm 2.5.0
> > > >     [ ]   0 No opinion
> > > >     [ ] -1 Do not release this package because...
> > > > 
> > > > Thanks to everyone who contributed to this release.
> > > > 
> > > > --Bipin Prasad
> > > > 
> > > 
> 
> 

Re: Storm 2.5.0 Release Candidate Vote

Posted by Richard Zowalla <rz...@apache.org>.
Hi,

can you close the staging repo on Nexus? Otherwise using the maven
artifacts won't be possible.

@all: Here is the repo for conviniance:

<repositories>
<repository>
<id>storm-2.5.0-rc3-test</id>
<name>Testing Storm 2.5.0 RC3</name>
<url>
https://repository.apache.org/content/repositories/orgapachestorm-1108
</url>
</repository>
</repositories>

I will test once the repository is closed.

Thanks for preparing the RC3, Bipin!

Gruß
Richard

Am Mittwoch, dem 02.08.2023 um 16:07 -0700 schrieb Bipin Prasad:
> Storm Release candidate version 2.5.0 rc3 is here:
> https://dist.apache.org/repos/dist/dev/storm/apache-storm-2.5.0-rc3
> Please vote on this release.
> 
>    1. How to vote is described here:
>   
> https://github.com/apache/storm/blob/master/RELEASING.md#how-to-vote-on-a-release-candidate
>    2. Release notes are here:
>   
> https://dist.apache.org/repos/dist/dev/storm/apache-storm-2.5.0-rc3/RELEASE_NOTES.html
>    .
>    3. The tag/commit to be voted upon is v2.5.0:
>    4. The source archive being votes upon is here:
>   
> https://dist.apache.org/repos/dist/dev/storm/apache-storm-2.5.0-rc3/apache-storm-2.5.0-src.tar.gz
>    5. The release artifacts are signed with the following key:
>   
> https://keyserver.ubuntu.com/pks/lookup?op=get&search=0x134716af768d9b6e
>  in
>    this file https://www.apache.org/dist/storm/KEYS
> 
> 
> When voting, please list the actions taken to verify the release.
> This vote will be open for at least 72 hours.
> 
>     [ ] +1 Release this package as Apache Storm 2.5.0
>     [ ]   0 No opinion
>     [ ] -1 Do not release this package because...
> 
> Thanks to everyone who contributed to this release.
> 
> --Bipin Prasad
> 
> On Tue, Jul 25, 2023 at 8:28 AM Bipin Prasad <bi...@apache.org>
> wrote:
> 
> > Storm Release candidate version 2.5.0 rc2 is here:
> > https://dist.apache.org/repos/dist/dev/storm/apache-storm-2.5.0-rc2
> > Please vote on this release.
> > 
> >    1. How to vote is described here:
> >   
> > https://github.com/apache/storm/blob/master/RELEASING.md#how-to-vote-on-a-release-candidate
> >    2. Release notes are here:
> >   
> > https://dist.apache.org/repos/dist/dev/storm/apache-storm-2.5.0-rc2/RELEASE_NOTES.html
> >    .
> >    3. The tag/commit to be voted upon is v2.5.0:
> >    4. The source archive being votes upon is here:
> >   
> > https://dist.apache.org/repos/dist/dev/storm/apache-storm-2.5.0-rc2/apache-storm-2.5.0-src.tar.gz
> >    5. The release artifacts are signed with the following key:
> >   
> > https://keyserver.ubuntu.com/pks/lookup?op=get&search=0x134716af768d9b6e
> >     in this file https://www.apache.org/dist/storm/KEYS
> > 
> > 
> > When voting, please list the actions taken to verify the release.
> > This vote will be open for at least 72 hours.
> > 
> >     [ ] +1 Release this package as Apache Storm 2.5.0
> >     [ ]   0 No opinion
> >     [ ] -1 Do not release this package because...
> > 
> > Thanks to everyone who contributed to this release.
> > 
> > --Bipin Prasad
> > 
> > On Mon, Jun 26, 2023 at 4:15 PM Bipin Prasad
> > <bi...@apache.org>
> > wrote:
> > 
> > > Storm Release candidate version 2.5.0 rc1 is here:
> > > https://dist.apache.org/repos/dist/dev/storm/apache-storm-2.5.0-rc1
> > > Please vote on this release.
> > > 
> > >    1. How to vote is described here:
> > >   
> > > https://github.com/apache/storm/blob/master/RELEASING.md#how-to-vote-on-a-release-candidate
> > >    2. Release notes are here:
> > >   
> > > https://dist.apache.org/repos/dist/dev/storm/apache-storm-2.5.0-rc1/RELEASE_NOTES.html
> > >    .
> > >    3. The tag/commit to be voted upon is v2.5.0:
> > >    4. The source archive being votes upon is here:
> > >   
> > > https://dist.apache.org/repos/dist/dev/storm/apache-storm-2.5.0-rc1/apache-storm-2.5.0-src.tar.gz
> > >    5. The release artifacts are signed with the following key:
> > >   
> > > https://keyserver.ubuntu.com/pks/lookup?op=get&search=0x134716af768d9b6e
> > >     in this file https://www.apache.org/dist/storm/KEYS
> > > 
> > > 
> > > When voting, please list the actions taken to verify the release.
> > > This vote will be open for at least 72 hours.
> > > 
> > >     [ ] +1 Release this package as Apache Storm 2.5.0
> > >     [ ]   0 No opinion
> > >     [ ] -1 Do not release this package because...
> > > 
> > > Thanks to everyone who contributed to this release.
> > > 
> > > --Bipin Prasad
> > > 
> > 


Re: Storm 2.5.0 Release Candidate Vote

Posted by Richard Zowalla <ri...@zowalla.com>.
+1 (Binding - as before)

Am 5. August 2023 19:24:00 MESZ schrieb Bipin Prasad <bi...@apache.org>:
>Note: In order to be compliant with ASF procedures, we need an additional
>vote for Storm 2.5.0 RC4 (which was released yesterday) . Please test the
>following and vote:
>
>Storm Release candidate version 2.5.0 rc4 was earlier released yesterday to
>here: https://dist.apache.org/repos/dist/release/storm/apache-storm-2.5.0
>Please vote on this release.
>
>   1. How to vote is described here:
>   https://github.com/apache/storm/blob/master/RELEASING.md#how-to-vote-on-a-release-candidate
>   2. Release notes are here:
>   https://dist.apache.org/repos/dist/release/storm/apache-storm-2.5.0/RELEASE_NOTES.html
>   .
>   3. The tag/commit to be voted upon is v2.5.0:
>   4. The source archive being votes upon is here:
>   https://dist.apache.org/repos/dist/release/storm/apache-storm-2.5.0/apache-storm-2.5.0-src.tar.gz
>   5. The release artifacts are signed with the following key:
>   https://keyserver.ubuntu.com/pks/lookup?op=get&search=0x134716af768d9b6e in
>   this file https://www.apache.org/dist/storm/KEYS
>
>
>When voting, please list the actions taken to verify the release.
>This vote will be open for at least 72 hours.
>
>    [ ] +1 Release this package as Apache Storm 2.5.0
>    [ ]   0 No opinion
>    [ ] -1 Do not release this package because...
>
>Thanks to everyone who contributed to this release.
>
>--Bipin Prasad
>
>On Thu, Aug 3, 2023 at 2:41 PM Bipin Prasad <bi...@apache.org> wrote:
>
>> Storm Release candidate version 2.5.0 rc4 is here:
>> https://dist.apache.org/repos/dist/dev/storm/apache-storm-2.5.0-rc4
>> Please vote on this release.
>>
>>    1. How to vote is described here:
>>    https://github.com/apache/storm/blob/master/RELEASING.md#how-to-vote-on-a-release-candidate
>>    2. Release notes are here:
>>    https://dist.apache.org/repos/dist/dev/storm/apache-storm-2.5.0-rc4/RELEASE_NOTES.html
>>    .
>>    3. The tag/commit to be voted upon is v2.5.0:
>>    4. The source archive being votes upon is here:
>>    https://dist.apache.org/repos/dist/dev/storm/apache-storm-2.5.0-rc4/apache-storm-2.5.0-src.tar.gz
>>    5. The release artifacts are signed with the following key:
>>    https://keyserver.ubuntu.com/pks/lookup?op=get&search=0x134716af768d9b6e
>>     in this file https://www.apache.org/dist/storm/KEYS
>>
>>
>> When voting, please list the actions taken to verify the release.
>> This vote will be open for at least 72 hours.
>>
>>     [ ] +1 Release this package as Apache Storm 2.5.0
>>     [ ]   0 No opinion
>>     [ ] -1 Do not release this package because...
>>
>> Thanks to everyone who contributed to this release.
>>
>> --Bipin Prasad
>>
>> On Wed, Aug 2, 2023 at 4:07 PM Bipin Prasad <bi...@apache.org>
>> wrote:
>>
>>> Storm Release candidate version 2.5.0 rc3 is here:
>>> https://dist.apache.org/repos/dist/dev/storm/apache-storm-2.5.0-rc3
>>> Please vote on this release.
>>>
>>>    1. How to vote is described here:
>>>    https://github.com/apache/storm/blob/master/RELEASING.md#how-to-vote-on-a-release-candidate
>>>    2. Release notes are here:
>>>    https://dist.apache.org/repos/dist/dev/storm/apache-storm-2.5.0-rc3/RELEASE_NOTES.html
>>>    .
>>>    3. The tag/commit to be voted upon is v2.5.0:
>>>    4. The source archive being votes upon is here:
>>>    https://dist.apache.org/repos/dist/dev/storm/apache-storm-2.5.0-rc3/apache-storm-2.5.0-src.tar.gz
>>>    5. The release artifacts are signed with the following key:
>>>    https://keyserver.ubuntu.com/pks/lookup?op=get&search=0x134716af768d9b6e
>>>     in this file https://www.apache.org/dist/storm/KEYS
>>>
>>>
>>> When voting, please list the actions taken to verify the release.
>>> This vote will be open for at least 72 hours.
>>>
>>>     [ ] +1 Release this package as Apache Storm 2.5.0
>>>     [ ]   0 No opinion
>>>     [ ] -1 Do not release this package because...
>>>
>>> Thanks to everyone who contributed to this release.
>>>
>>> --Bipin Prasad
>>>
>>> On Tue, Jul 25, 2023 at 8:28 AM Bipin Prasad <bi...@apache.org>
>>> wrote:
>>>
>>>> Storm Release candidate version 2.5.0 rc2 is here:
>>>> https://dist.apache.org/repos/dist/dev/storm/apache-storm-2.5.0-rc2
>>>> Please vote on this release.
>>>>
>>>>    1. How to vote is described here:
>>>>    https://github.com/apache/storm/blob/master/RELEASING.md#how-to-vote-on-a-release-candidate
>>>>    2. Release notes are here:
>>>>    https://dist.apache.org/repos/dist/dev/storm/apache-storm-2.5.0-rc2/RELEASE_NOTES.html
>>>>    .
>>>>    3. The tag/commit to be voted upon is v2.5.0:
>>>>    4. The source archive being votes upon is here:
>>>>    https://dist.apache.org/repos/dist/dev/storm/apache-storm-2.5.0-rc2/apache-storm-2.5.0-src.tar.gz
>>>>    5. The release artifacts are signed with the following key:
>>>>    https://keyserver.ubuntu.com/pks/lookup?op=get&search=0x134716af768d9b6e
>>>>     in this file https://www.apache.org/dist/storm/KEYS
>>>>
>>>>
>>>> When voting, please list the actions taken to verify the release.
>>>> This vote will be open for at least 72 hours.
>>>>
>>>>     [ ] +1 Release this package as Apache Storm 2.5.0
>>>>     [ ]   0 No opinion
>>>>     [ ] -1 Do not release this package because...
>>>>
>>>> Thanks to everyone who contributed to this release.
>>>>
>>>> --Bipin Prasad
>>>>
>>>> On Mon, Jun 26, 2023 at 4:15 PM Bipin Prasad <bi...@apache.org>
>>>> wrote:
>>>>
>>>>> Storm Release candidate version 2.5.0 rc1 is here:
>>>>> https://dist.apache.org/repos/dist/dev/storm/apache-storm-2.5.0-rc1
>>>>> Please vote on this release.
>>>>>
>>>>>    1. How to vote is described here:
>>>>>    https://github.com/apache/storm/blob/master/RELEASING.md#how-to-vote-on-a-release-candidate
>>>>>    2. Release notes are here:
>>>>>    https://dist.apache.org/repos/dist/dev/storm/apache-storm-2.5.0-rc1/RELEASE_NOTES.html
>>>>>    .
>>>>>    3. The tag/commit to be voted upon is v2.5.0:
>>>>>    4. The source archive being votes upon is here:
>>>>>    https://dist.apache.org/repos/dist/dev/storm/apache-storm-2.5.0-rc1/apache-storm-2.5.0-src.tar.gz
>>>>>    5. The release artifacts are signed with the following key:
>>>>>    https://keyserver.ubuntu.com/pks/lookup?op=get&search=0x134716af768d9b6e
>>>>>     in this file https://www.apache.org/dist/storm/KEYS
>>>>>
>>>>>
>>>>> When voting, please list the actions taken to verify the release.
>>>>> This vote will be open for at least 72 hours.
>>>>>
>>>>>     [ ] +1 Release this package as Apache Storm 2.5.0
>>>>>     [ ]   0 No opinion
>>>>>     [ ] -1 Do not release this package because...
>>>>>
>>>>> Thanks to everyone who contributed to this release.
>>>>>
>>>>> --Bipin Prasad
>>>>>
>>>>

Re: Storm 2.5.0 Release Candidate Vote

Posted by Julien Nioche <li...@gmail.com>.
Reiterating my binding +1

On Saturday, 5 August 2023, Bipin Prasad <bi...@apache.org> wrote:

> Note: In order to be compliant with ASF procedures, we need an additional
> vote for Storm 2.5.0 RC4 (which was released yesterday) . Please test the
> following and vote:
>
> Storm Release candidate version 2.5.0 rc4 was earlier released yesterday to
> here: https://dist.apache.org/repos/dist/release/storm/apache-storm-2.5.0
> Please vote on this release.
>
>    1. How to vote is described here:
>    https://github.com/apache/storm/blob/master/RELEASING.
> md#how-to-vote-on-a-release-candidate
>    2. Release notes are here:
>    https://dist.apache.org/repos/dist/release/storm/apache-
> storm-2.5.0/RELEASE_NOTES.html
>    .
>    3. The tag/commit to be voted upon is v2.5.0:
>    4. The source archive being votes upon is here:
>    https://dist.apache.org/repos/dist/release/storm/apache-
> storm-2.5.0/apache-storm-2.5.0-src.tar.gz
>    5. The release artifacts are signed with the following key:
>    https://keyserver.ubuntu.com/pks/lookup?op=get&search=
> 0x134716af768d9b6e in
>    this file https://www.apache.org/dist/storm/KEYS
>
>
> When voting, please list the actions taken to verify the release.
> This vote will be open for at least 72 hours.
>
>     [ ] +1 Release this package as Apache Storm 2.5.0
>     [ ]   0 No opinion
>     [ ] -1 Do not release this package because...
>
> Thanks to everyone who contributed to this release.
>
> --Bipin Prasad
>
> On Thu, Aug 3, 2023 at 2:41 PM Bipin Prasad <bi...@apache.org>
> wrote:
>
> > Storm Release candidate version 2.5.0 rc4 is here:
> > https://dist.apache.org/repos/dist/dev/storm/apache-storm-2.5.0-rc4
> > Please vote on this release.
> >
> >    1. How to vote is described here:
> >    https://github.com/apache/storm/blob/master/RELEASING.
> md#how-to-vote-on-a-release-candidate
> >    2. Release notes are here:
> >    https://dist.apache.org/repos/dist/dev/storm/apache-storm-2.
> 5.0-rc4/RELEASE_NOTES.html
> >    .
> >    3. The tag/commit to be voted upon is v2.5.0:
> >    4. The source archive being votes upon is here:
> >    https://dist.apache.org/repos/dist/dev/storm/apache-storm-2.
> 5.0-rc4/apache-storm-2.5.0-src.tar.gz
> >    5. The release artifacts are signed with the following key:
> >    https://keyserver.ubuntu.com/pks/lookup?op=get&search=
> 0x134716af768d9b6e
> >     in this file https://www.apache.org/dist/storm/KEYS
> >
> >
> > When voting, please list the actions taken to verify the release.
> > This vote will be open for at least 72 hours.
> >
> >     [ ] +1 Release this package as Apache Storm 2.5.0
> >     [ ]   0 No opinion
> >     [ ] -1 Do not release this package because...
> >
> > Thanks to everyone who contributed to this release.
> >
> > --Bipin Prasad
> >
> > On Wed, Aug 2, 2023 at 4:07 PM Bipin Prasad <bi...@apache.org>
> > wrote:
> >
> >> Storm Release candidate version 2.5.0 rc3 is here:
> >> https://dist.apache.org/repos/dist/dev/storm/apache-storm-2.5.0-rc3
> >> Please vote on this release.
> >>
> >>    1. How to vote is described here:
> >>    https://github.com/apache/storm/blob/master/RELEASING.
> md#how-to-vote-on-a-release-candidate
> >>    2. Release notes are here:
> >>    https://dist.apache.org/repos/dist/dev/storm/apache-storm-2.
> 5.0-rc3/RELEASE_NOTES.html
> >>    .
> >>    3. The tag/commit to be voted upon is v2.5.0:
> >>    4. The source archive being votes upon is here:
> >>    https://dist.apache.org/repos/dist/dev/storm/apache-storm-2.
> 5.0-rc3/apache-storm-2.5.0-src.tar.gz
> >>    5. The release artifacts are signed with the following key:
> >>    https://keyserver.ubuntu.com/pks/lookup?op=get&search=
> 0x134716af768d9b6e
> >>     in this file https://www.apache.org/dist/storm/KEYS
> >>
> >>
> >> When voting, please list the actions taken to verify the release.
> >> This vote will be open for at least 72 hours.
> >>
> >>     [ ] +1 Release this package as Apache Storm 2.5.0
> >>     [ ]   0 No opinion
> >>     [ ] -1 Do not release this package because...
> >>
> >> Thanks to everyone who contributed to this release.
> >>
> >> --Bipin Prasad
> >>
> >> On Tue, Jul 25, 2023 at 8:28 AM Bipin Prasad <bi...@apache.org>
> >> wrote:
> >>
> >>> Storm Release candidate version 2.5.0 rc2 is here:
> >>> https://dist.apache.org/repos/dist/dev/storm/apache-storm-2.5.0-rc2
> >>> Please vote on this release.
> >>>
> >>>    1. How to vote is described here:
> >>>    https://github.com/apache/storm/blob/master/RELEASING.
> md#how-to-vote-on-a-release-candidate
> >>>    2. Release notes are here:
> >>>    https://dist.apache.org/repos/dist/dev/storm/apache-storm-2.
> 5.0-rc2/RELEASE_NOTES.html
> >>>    .
> >>>    3. The tag/commit to be voted upon is v2.5.0:
> >>>    4. The source archive being votes upon is here:
> >>>    https://dist.apache.org/repos/dist/dev/storm/apache-storm-2.
> 5.0-rc2/apache-storm-2.5.0-src.tar.gz
> >>>    5. The release artifacts are signed with the following key:
> >>>    https://keyserver.ubuntu.com/pks/lookup?op=get&search=
> 0x134716af768d9b6e
> >>>     in this file https://www.apache.org/dist/storm/KEYS
> >>>
> >>>
> >>> When voting, please list the actions taken to verify the release.
> >>> This vote will be open for at least 72 hours.
> >>>
> >>>     [ ] +1 Release this package as Apache Storm 2.5.0
> >>>     [ ]   0 No opinion
> >>>     [ ] -1 Do not release this package because...
> >>>
> >>> Thanks to everyone who contributed to this release.
> >>>
> >>> --Bipin Prasad
> >>>
> >>> On Mon, Jun 26, 2023 at 4:15 PM Bipin Prasad <bi...@apache.org>
> >>> wrote:
> >>>
> >>>> Storm Release candidate version 2.5.0 rc1 is here:
> >>>> https://dist.apache.org/repos/dist/dev/storm/apache-storm-2.5.0-rc1
> >>>> Please vote on this release.
> >>>>
> >>>>    1. How to vote is described here:
> >>>>    https://github.com/apache/storm/blob/master/RELEASING.
> md#how-to-vote-on-a-release-candidate
> >>>>    2. Release notes are here:
> >>>>    https://dist.apache.org/repos/dist/dev/storm/apache-storm-2.
> 5.0-rc1/RELEASE_NOTES.html
> >>>>    .
> >>>>    3. The tag/commit to be voted upon is v2.5.0:
> >>>>    4. The source archive being votes upon is here:
> >>>>    https://dist.apache.org/repos/dist/dev/storm/apache-storm-2.
> 5.0-rc1/apache-storm-2.5.0-src.tar.gz
> >>>>    5. The release artifacts are signed with the following key:
> >>>>    https://keyserver.ubuntu.com/pks/lookup?op=get&search=
> 0x134716af768d9b6e
> >>>>     in this file https://www.apache.org/dist/storm/KEYS
> >>>>
> >>>>
> >>>> When voting, please list the actions taken to verify the release.
> >>>> This vote will be open for at least 72 hours.
> >>>>
> >>>>     [ ] +1 Release this package as Apache Storm 2.5.0
> >>>>     [ ]   0 No opinion
> >>>>     [ ] -1 Do not release this package because...
> >>>>
> >>>> Thanks to everyone who contributed to this release.
> >>>>
> >>>> --Bipin Prasad
> >>>>
> >>>
>


-- 

*Open Source Solutions for Text Engineering*

http://www.digitalpebble.com
http://digitalpebble.blogspot.com/
#digitalpebble <http://twitter.com/digitalpebble>

Re: Storm 2.5.0 Release Candidate Vote

Posted by Alexandre Vermeerbergen <av...@gmail.com>.
+1 [non binding]

Alexandre

Le sam. 5 août 2023, 19:24, Bipin Prasad <bi...@apache.org> a écrit :

> Note: In order to be compliant with ASF procedures, we need an additional
> vote for Storm 2.5.0 RC4 (which was released yesterday) . Please test the
> following and vote:
>
> Storm Release candidate version 2.5.0 rc4 was earlier released yesterday to
> here: https://dist.apache.org/repos/dist/release/storm/apache-storm-2.5.0
> Please vote on this release.
>
>    1. How to vote is described here:
>
> https://github.com/apache/storm/blob/master/RELEASING.md#how-to-vote-on-a-release-candidate
>    2. Release notes are here:
>
> https://dist.apache.org/repos/dist/release/storm/apache-storm-2.5.0/RELEASE_NOTES.html
>    .
>    3. The tag/commit to be voted upon is v2.5.0:
>    4. The source archive being votes upon is here:
>
> https://dist.apache.org/repos/dist/release/storm/apache-storm-2.5.0/apache-storm-2.5.0-src.tar.gz
>    5. The release artifacts are signed with the following key:
>
> https://keyserver.ubuntu.com/pks/lookup?op=get&search=0x134716af768d9b6e
> in
>    this file https://www.apache.org/dist/storm/KEYS
>
>
> When voting, please list the actions taken to verify the release.
> This vote will be open for at least 72 hours.
>
>     [ ] +1 Release this package as Apache Storm 2.5.0
>     [ ]   0 No opinion
>     [ ] -1 Do not release this package because...
>
> Thanks to everyone who contributed to this release.
>
> --Bipin Prasad
>
> On Thu, Aug 3, 2023 at 2:41 PM Bipin Prasad <bi...@apache.org>
> wrote:
>
> > Storm Release candidate version 2.5.0 rc4 is here:
> > https://dist.apache.org/repos/dist/dev/storm/apache-storm-2.5.0-rc4
> > Please vote on this release.
> >
> >    1. How to vote is described here:
> >
> https://github.com/apache/storm/blob/master/RELEASING.md#how-to-vote-on-a-release-candidate
> >    2. Release notes are here:
> >
> https://dist.apache.org/repos/dist/dev/storm/apache-storm-2.5.0-rc4/RELEASE_NOTES.html
> >    .
> >    3. The tag/commit to be voted upon is v2.5.0:
> >    4. The source archive being votes upon is here:
> >
> https://dist.apache.org/repos/dist/dev/storm/apache-storm-2.5.0-rc4/apache-storm-2.5.0-src.tar.gz
> >    5. The release artifacts are signed with the following key:
> >
> https://keyserver.ubuntu.com/pks/lookup?op=get&search=0x134716af768d9b6e
> >     in this file https://www.apache.org/dist/storm/KEYS
> >
> >
> > When voting, please list the actions taken to verify the release.
> > This vote will be open for at least 72 hours.
> >
> >     [ ] +1 Release this package as Apache Storm 2.5.0
> >     [ ]   0 No opinion
> >     [ ] -1 Do not release this package because...
> >
> > Thanks to everyone who contributed to this release.
> >
> > --Bipin Prasad
> >
> > On Wed, Aug 2, 2023 at 4:07 PM Bipin Prasad <bi...@apache.org>
> > wrote:
> >
> >> Storm Release candidate version 2.5.0 rc3 is here:
> >> https://dist.apache.org/repos/dist/dev/storm/apache-storm-2.5.0-rc3
> >> Please vote on this release.
> >>
> >>    1. How to vote is described here:
> >>
> https://github.com/apache/storm/blob/master/RELEASING.md#how-to-vote-on-a-release-candidate
> >>    2. Release notes are here:
> >>
> https://dist.apache.org/repos/dist/dev/storm/apache-storm-2.5.0-rc3/RELEASE_NOTES.html
> >>    .
> >>    3. The tag/commit to be voted upon is v2.5.0:
> >>    4. The source archive being votes upon is here:
> >>
> https://dist.apache.org/repos/dist/dev/storm/apache-storm-2.5.0-rc3/apache-storm-2.5.0-src.tar.gz
> >>    5. The release artifacts are signed with the following key:
> >>
> https://keyserver.ubuntu.com/pks/lookup?op=get&search=0x134716af768d9b6e
> >>     in this file https://www.apache.org/dist/storm/KEYS
> >>
> >>
> >> When voting, please list the actions taken to verify the release.
> >> This vote will be open for at least 72 hours.
> >>
> >>     [ ] +1 Release this package as Apache Storm 2.5.0
> >>     [ ]   0 No opinion
> >>     [ ] -1 Do not release this package because...
> >>
> >> Thanks to everyone who contributed to this release.
> >>
> >> --Bipin Prasad
> >>
> >> On Tue, Jul 25, 2023 at 8:28 AM Bipin Prasad <bi...@apache.org>
> >> wrote:
> >>
> >>> Storm Release candidate version 2.5.0 rc2 is here:
> >>> https://dist.apache.org/repos/dist/dev/storm/apache-storm-2.5.0-rc2
> >>> Please vote on this release.
> >>>
> >>>    1. How to vote is described here:
> >>>
> https://github.com/apache/storm/blob/master/RELEASING.md#how-to-vote-on-a-release-candidate
> >>>    2. Release notes are here:
> >>>
> https://dist.apache.org/repos/dist/dev/storm/apache-storm-2.5.0-rc2/RELEASE_NOTES.html
> >>>    .
> >>>    3. The tag/commit to be voted upon is v2.5.0:
> >>>    4. The source archive being votes upon is here:
> >>>
> https://dist.apache.org/repos/dist/dev/storm/apache-storm-2.5.0-rc2/apache-storm-2.5.0-src.tar.gz
> >>>    5. The release artifacts are signed with the following key:
> >>>
> https://keyserver.ubuntu.com/pks/lookup?op=get&search=0x134716af768d9b6e
> >>>     in this file https://www.apache.org/dist/storm/KEYS
> >>>
> >>>
> >>> When voting, please list the actions taken to verify the release.
> >>> This vote will be open for at least 72 hours.
> >>>
> >>>     [ ] +1 Release this package as Apache Storm 2.5.0
> >>>     [ ]   0 No opinion
> >>>     [ ] -1 Do not release this package because...
> >>>
> >>> Thanks to everyone who contributed to this release.
> >>>
> >>> --Bipin Prasad
> >>>
> >>> On Mon, Jun 26, 2023 at 4:15 PM Bipin Prasad <bi...@apache.org>
> >>> wrote:
> >>>
> >>>> Storm Release candidate version 2.5.0 rc1 is here:
> >>>> https://dist.apache.org/repos/dist/dev/storm/apache-storm-2.5.0-rc1
> >>>> Please vote on this release.
> >>>>
> >>>>    1. How to vote is described here:
> >>>>
> https://github.com/apache/storm/blob/master/RELEASING.md#how-to-vote-on-a-release-candidate
> >>>>    2. Release notes are here:
> >>>>
> https://dist.apache.org/repos/dist/dev/storm/apache-storm-2.5.0-rc1/RELEASE_NOTES.html
> >>>>    .
> >>>>    3. The tag/commit to be voted upon is v2.5.0:
> >>>>    4. The source archive being votes upon is here:
> >>>>
> https://dist.apache.org/repos/dist/dev/storm/apache-storm-2.5.0-rc1/apache-storm-2.5.0-src.tar.gz
> >>>>    5. The release artifacts are signed with the following key:
> >>>>
> https://keyserver.ubuntu.com/pks/lookup?op=get&search=0x134716af768d9b6e
> >>>>     in this file https://www.apache.org/dist/storm/KEYS
> >>>>
> >>>>
> >>>> When voting, please list the actions taken to verify the release.
> >>>> This vote will be open for at least 72 hours.
> >>>>
> >>>>     [ ] +1 Release this package as Apache Storm 2.5.0
> >>>>     [ ]   0 No opinion
> >>>>     [ ] -1 Do not release this package because...
> >>>>
> >>>> Thanks to everyone who contributed to this release.
> >>>>
> >>>> --Bipin Prasad
> >>>>
> >>>
>

[VOTE][RESULT] Storm 2.5.0 Release Candidate 4

Posted by Bipin Prasad <bi...@apache.org>.
Storm 2.5.0 RC-4 was approved for release with 3 binding +1 and two
non-binding +1.
This included one additional binding vote and one additional non-binding
vote that were received in the last two days.

Storm 2.5.0 release artifacts are available in Maven Central Repository.
 Release is available here
https://dist.apache.org/repos/dist/release/storm/apache-storm-2.5.0
 Release notes are here:
https://dist.apache.org/repos/dist/release/storm/apache-storm-2.5.0/RELEASE_NOTES.html
 Also see: https://storm.apache.org for updated information on this 2.5.0
and prior releases.

Thanks to everyone who contributed to this release.
Special thanks to everyone who tested/restested voted and reconfirmed to
this release.

--Bipin Prasad


On Sat, Aug 5, 2023 at 10:24 AM Bipin Prasad <bi...@apache.org> wrote:

> Note: In order to be compliant with ASF procedures, we need an additional
> vote for Storm 2.5.0 RC4 (which was released yesterday) . Please test the
> following and vote:
>
> Storm Release candidate version 2.5.0 rc4 was earlier released yesterday
> to here:
> https://dist.apache.org/repos/dist/release/storm/apache-storm-2.5.0
> Please vote on this release.
>
>    1. How to vote is described here:
>    https://github.com/apache/storm/blob/master/RELEASING.md#how-to-vote-on-a-release-candidate
>    2. Release notes are here:
>    https://dist.apache.org/repos/dist/release/storm/apache-storm-2.5.0/RELEASE_NOTES.html
>    .
>    3. The tag/commit to be voted upon is v2.5.0:
>    4. The source archive being votes upon is here:
>    https://dist.apache.org/repos/dist/release/storm/apache-storm-2.5.0/apache-storm-2.5.0-src.tar.gz
>    5. The release artifacts are signed with the following key:
>    https://keyserver.ubuntu.com/pks/lookup?op=get&search=0x134716af768d9b6e
>     in this file https://www.apache.org/dist/storm/KEYS
>
>
> When voting, please list the actions taken to verify the release.
> This vote will be open for at least 72 hours.
>
>     [ ] +1 Release this package as Apache Storm 2.5.0
>     [ ]   0 No opinion
>     [ ] -1 Do not release this package because...
>
> Thanks to everyone who contributed to this release.
>
> --Bipin Prasad
>
> On Thu, Aug 3, 2023 at 2:41 PM Bipin Prasad <bi...@apache.org>
> wrote:
>
>> Storm Release candidate version 2.5.0 rc4 is here:
>> https://dist.apache.org/repos/dist/dev/storm/apache-storm-2.5.0-rc4
>> Please vote on this release.
>>
>>    1. How to vote is described here:
>>    https://github.com/apache/storm/blob/master/RELEASING.md#how-to-vote-on-a-release-candidate
>>    2. Release notes are here:
>>    https://dist.apache.org/repos/dist/dev/storm/apache-storm-2.5.0-rc4/RELEASE_NOTES.html
>>    .
>>    3. The tag/commit to be voted upon is v2.5.0:
>>    4. The source archive being votes upon is here:
>>    https://dist.apache.org/repos/dist/dev/storm/apache-storm-2.5.0-rc4/apache-storm-2.5.0-src.tar.gz
>>    5. The release artifacts are signed with the following key:
>>    https://keyserver.ubuntu.com/pks/lookup?op=get&search=0x134716af768d9b6e
>>     in this file https://www.apache.org/dist/storm/KEYS
>>
>>
>> When voting, please list the actions taken to verify the release.
>> This vote will be open for at least 72 hours.
>>
>>     [ ] +1 Release this package as Apache Storm 2.5.0
>>     [ ]   0 No opinion
>>     [ ] -1 Do not release this package because...
>>
>> Thanks to everyone who contributed to this release.
>>
>> --Bipin Prasad
>>
>> On Wed, Aug 2, 2023 at 4:07 PM Bipin Prasad <bi...@apache.org>
>> wrote:
>>
>>> Storm Release candidate version 2.5.0 rc3 is here:
>>> https://dist.apache.org/repos/dist/dev/storm/apache-storm-2.5.0-rc3
>>> Please vote on this release.
>>>
>>>    1. How to vote is described here:
>>>    https://github.com/apache/storm/blob/master/RELEASING.md#how-to-vote-on-a-release-candidate
>>>    2. Release notes are here:
>>>    https://dist.apache.org/repos/dist/dev/storm/apache-storm-2.5.0-rc3/RELEASE_NOTES.html
>>>    .
>>>    3. The tag/commit to be voted upon is v2.5.0:
>>>    4. The source archive being votes upon is here:
>>>    https://dist.apache.org/repos/dist/dev/storm/apache-storm-2.5.0-rc3/apache-storm-2.5.0-src.tar.gz
>>>    5. The release artifacts are signed with the following key:
>>>    https://keyserver.ubuntu.com/pks/lookup?op=get&search=0x134716af768d9b6e
>>>     in this file https://www.apache.org/dist/storm/KEYS
>>>
>>>
>>> When voting, please list the actions taken to verify the release.
>>> This vote will be open for at least 72 hours.
>>>
>>>     [ ] +1 Release this package as Apache Storm 2.5.0
>>>     [ ]   0 No opinion
>>>     [ ] -1 Do not release this package because...
>>>
>>> Thanks to everyone who contributed to this release.
>>>
>>> --Bipin Prasad
>>>
>>> On Tue, Jul 25, 2023 at 8:28 AM Bipin Prasad <bi...@apache.org>
>>> wrote:
>>>
>>>> Storm Release candidate version 2.5.0 rc2 is here:
>>>> https://dist.apache.org/repos/dist/dev/storm/apache-storm-2.5.0-rc2
>>>> Please vote on this release.
>>>>
>>>>    1. How to vote is described here:
>>>>    https://github.com/apache/storm/blob/master/RELEASING.md#how-to-vote-on-a-release-candidate
>>>>    2. Release notes are here:
>>>>    https://dist.apache.org/repos/dist/dev/storm/apache-storm-2.5.0-rc2/RELEASE_NOTES.html
>>>>    .
>>>>    3. The tag/commit to be voted upon is v2.5.0:
>>>>    4. The source archive being votes upon is here:
>>>>    https://dist.apache.org/repos/dist/dev/storm/apache-storm-2.5.0-rc2/apache-storm-2.5.0-src.tar.gz
>>>>    5. The release artifacts are signed with the following key:
>>>>    https://keyserver.ubuntu.com/pks/lookup?op=get&search=0x134716af768d9b6e
>>>>     in this file https://www.apache.org/dist/storm/KEYS
>>>>
>>>>
>>>> When voting, please list the actions taken to verify the release.
>>>> This vote will be open for at least 72 hours.
>>>>
>>>>     [ ] +1 Release this package as Apache Storm 2.5.0
>>>>     [ ]   0 No opinion
>>>>     [ ] -1 Do not release this package because...
>>>>
>>>> Thanks to everyone who contributed to this release.
>>>>
>>>> --Bipin Prasad
>>>>
>>>> On Mon, Jun 26, 2023 at 4:15 PM Bipin Prasad <bi...@apache.org>
>>>> wrote:
>>>>
>>>>> Storm Release candidate version 2.5.0 rc1 is here:
>>>>> https://dist.apache.org/repos/dist/dev/storm/apache-storm-2.5.0-rc1
>>>>> Please vote on this release.
>>>>>
>>>>>    1. How to vote is described here:
>>>>>    https://github.com/apache/storm/blob/master/RELEASING.md#how-to-vote-on-a-release-candidate
>>>>>    2. Release notes are here:
>>>>>    https://dist.apache.org/repos/dist/dev/storm/apache-storm-2.5.0-rc1/RELEASE_NOTES.html
>>>>>    .
>>>>>    3. The tag/commit to be voted upon is v2.5.0:
>>>>>    4. The source archive being votes upon is here:
>>>>>    https://dist.apache.org/repos/dist/dev/storm/apache-storm-2.5.0-rc1/apache-storm-2.5.0-src.tar.gz
>>>>>    5. The release artifacts are signed with the following key:
>>>>>    https://keyserver.ubuntu.com/pks/lookup?op=get&search=0x134716af768d9b6e
>>>>>     in this file https://www.apache.org/dist/storm/KEYS
>>>>>
>>>>>
>>>>> When voting, please list the actions taken to verify the release.
>>>>> This vote will be open for at least 72 hours.
>>>>>
>>>>>     [ ] +1 Release this package as Apache Storm 2.5.0
>>>>>     [ ]   0 No opinion
>>>>>     [ ] -1 Do not release this package because...
>>>>>
>>>>> Thanks to everyone who contributed to this release.
>>>>>
>>>>> --Bipin Prasad
>>>>>
>>>>

Re: Storm 2.5.0 Release Candidate Vote

Posted by Bipin Prasad <bi...@apache.org>.
Note: In order to be compliant with ASF procedures, we need an additional
vote for Storm 2.5.0 RC4 (which was released yesterday) . Please test the
following and vote:

Storm Release candidate version 2.5.0 rc4 was earlier released yesterday to
here: https://dist.apache.org/repos/dist/release/storm/apache-storm-2.5.0
Please vote on this release.

   1. How to vote is described here:
   https://github.com/apache/storm/blob/master/RELEASING.md#how-to-vote-on-a-release-candidate
   2. Release notes are here:
   https://dist.apache.org/repos/dist/release/storm/apache-storm-2.5.0/RELEASE_NOTES.html
   .
   3. The tag/commit to be voted upon is v2.5.0:
   4. The source archive being votes upon is here:
   https://dist.apache.org/repos/dist/release/storm/apache-storm-2.5.0/apache-storm-2.5.0-src.tar.gz
   5. The release artifacts are signed with the following key:
   https://keyserver.ubuntu.com/pks/lookup?op=get&search=0x134716af768d9b6e in
   this file https://www.apache.org/dist/storm/KEYS


When voting, please list the actions taken to verify the release.
This vote will be open for at least 72 hours.

    [ ] +1 Release this package as Apache Storm 2.5.0
    [ ]   0 No opinion
    [ ] -1 Do not release this package because...

Thanks to everyone who contributed to this release.

--Bipin Prasad

On Thu, Aug 3, 2023 at 2:41 PM Bipin Prasad <bi...@apache.org> wrote:

> Storm Release candidate version 2.5.0 rc4 is here:
> https://dist.apache.org/repos/dist/dev/storm/apache-storm-2.5.0-rc4
> Please vote on this release.
>
>    1. How to vote is described here:
>    https://github.com/apache/storm/blob/master/RELEASING.md#how-to-vote-on-a-release-candidate
>    2. Release notes are here:
>    https://dist.apache.org/repos/dist/dev/storm/apache-storm-2.5.0-rc4/RELEASE_NOTES.html
>    .
>    3. The tag/commit to be voted upon is v2.5.0:
>    4. The source archive being votes upon is here:
>    https://dist.apache.org/repos/dist/dev/storm/apache-storm-2.5.0-rc4/apache-storm-2.5.0-src.tar.gz
>    5. The release artifacts are signed with the following key:
>    https://keyserver.ubuntu.com/pks/lookup?op=get&search=0x134716af768d9b6e
>     in this file https://www.apache.org/dist/storm/KEYS
>
>
> When voting, please list the actions taken to verify the release.
> This vote will be open for at least 72 hours.
>
>     [ ] +1 Release this package as Apache Storm 2.5.0
>     [ ]   0 No opinion
>     [ ] -1 Do not release this package because...
>
> Thanks to everyone who contributed to this release.
>
> --Bipin Prasad
>
> On Wed, Aug 2, 2023 at 4:07 PM Bipin Prasad <bi...@apache.org>
> wrote:
>
>> Storm Release candidate version 2.5.0 rc3 is here:
>> https://dist.apache.org/repos/dist/dev/storm/apache-storm-2.5.0-rc3
>> Please vote on this release.
>>
>>    1. How to vote is described here:
>>    https://github.com/apache/storm/blob/master/RELEASING.md#how-to-vote-on-a-release-candidate
>>    2. Release notes are here:
>>    https://dist.apache.org/repos/dist/dev/storm/apache-storm-2.5.0-rc3/RELEASE_NOTES.html
>>    .
>>    3. The tag/commit to be voted upon is v2.5.0:
>>    4. The source archive being votes upon is here:
>>    https://dist.apache.org/repos/dist/dev/storm/apache-storm-2.5.0-rc3/apache-storm-2.5.0-src.tar.gz
>>    5. The release artifacts are signed with the following key:
>>    https://keyserver.ubuntu.com/pks/lookup?op=get&search=0x134716af768d9b6e
>>     in this file https://www.apache.org/dist/storm/KEYS
>>
>>
>> When voting, please list the actions taken to verify the release.
>> This vote will be open for at least 72 hours.
>>
>>     [ ] +1 Release this package as Apache Storm 2.5.0
>>     [ ]   0 No opinion
>>     [ ] -1 Do not release this package because...
>>
>> Thanks to everyone who contributed to this release.
>>
>> --Bipin Prasad
>>
>> On Tue, Jul 25, 2023 at 8:28 AM Bipin Prasad <bi...@apache.org>
>> wrote:
>>
>>> Storm Release candidate version 2.5.0 rc2 is here:
>>> https://dist.apache.org/repos/dist/dev/storm/apache-storm-2.5.0-rc2
>>> Please vote on this release.
>>>
>>>    1. How to vote is described here:
>>>    https://github.com/apache/storm/blob/master/RELEASING.md#how-to-vote-on-a-release-candidate
>>>    2. Release notes are here:
>>>    https://dist.apache.org/repos/dist/dev/storm/apache-storm-2.5.0-rc2/RELEASE_NOTES.html
>>>    .
>>>    3. The tag/commit to be voted upon is v2.5.0:
>>>    4. The source archive being votes upon is here:
>>>    https://dist.apache.org/repos/dist/dev/storm/apache-storm-2.5.0-rc2/apache-storm-2.5.0-src.tar.gz
>>>    5. The release artifacts are signed with the following key:
>>>    https://keyserver.ubuntu.com/pks/lookup?op=get&search=0x134716af768d9b6e
>>>     in this file https://www.apache.org/dist/storm/KEYS
>>>
>>>
>>> When voting, please list the actions taken to verify the release.
>>> This vote will be open for at least 72 hours.
>>>
>>>     [ ] +1 Release this package as Apache Storm 2.5.0
>>>     [ ]   0 No opinion
>>>     [ ] -1 Do not release this package because...
>>>
>>> Thanks to everyone who contributed to this release.
>>>
>>> --Bipin Prasad
>>>
>>> On Mon, Jun 26, 2023 at 4:15 PM Bipin Prasad <bi...@apache.org>
>>> wrote:
>>>
>>>> Storm Release candidate version 2.5.0 rc1 is here:
>>>> https://dist.apache.org/repos/dist/dev/storm/apache-storm-2.5.0-rc1
>>>> Please vote on this release.
>>>>
>>>>    1. How to vote is described here:
>>>>    https://github.com/apache/storm/blob/master/RELEASING.md#how-to-vote-on-a-release-candidate
>>>>    2. Release notes are here:
>>>>    https://dist.apache.org/repos/dist/dev/storm/apache-storm-2.5.0-rc1/RELEASE_NOTES.html
>>>>    .
>>>>    3. The tag/commit to be voted upon is v2.5.0:
>>>>    4. The source archive being votes upon is here:
>>>>    https://dist.apache.org/repos/dist/dev/storm/apache-storm-2.5.0-rc1/apache-storm-2.5.0-src.tar.gz
>>>>    5. The release artifacts are signed with the following key:
>>>>    https://keyserver.ubuntu.com/pks/lookup?op=get&search=0x134716af768d9b6e
>>>>     in this file https://www.apache.org/dist/storm/KEYS
>>>>
>>>>
>>>> When voting, please list the actions taken to verify the release.
>>>> This vote will be open for at least 72 hours.
>>>>
>>>>     [ ] +1 Release this package as Apache Storm 2.5.0
>>>>     [ ]   0 No opinion
>>>>     [ ] -1 Do not release this package because...
>>>>
>>>> Thanks to everyone who contributed to this release.
>>>>
>>>> --Bipin Prasad
>>>>
>>>

Re: Storm 2.5.0 Release Candidate Vote

Posted by Nikhil Singh <ns...@yahoo.com.INVALID>.
 Hi Bipin,+1 from me too [non binding]. I was able to run the unit tests and wc topology.
Thank you,-Nikhil
    On Monday, August 7, 2023 at 04:37:30 PM CDT, Aaron Gresch <ag...@gmail.com> wrote:  
 
 I am +1 for RC4.

I was able to build and run all unit tests.
I downloaded the release and ran a word count topology successfully.



On Thu, Aug 3, 2023 at 4:41 PM Bipin Prasad <bi...@apache.org> wrote:

> Storm Release candidate version 2.5.0 rc4 is here:
> https://dist.apache.org/repos/dist/dev/storm/apache-storm-2.5.0-rc4
> Please vote on this release.
>
>    1. How to vote is described here:
>
> https://github.com/apache/storm/blob/master/RELEASING.md#how-to-vote-on-a-release-candidate
>    2. Release notes are here:
>
> https://dist.apache.org/repos/dist/dev/storm/apache-storm-2.5.0-rc4/RELEASE_NOTES.html
>    .
>    3. The tag/commit to be voted upon is v2.5.0:
>    4. The source archive being votes upon is here:
>
> https://dist.apache.org/repos/dist/dev/storm/apache-storm-2.5.0-rc4/apache-storm-2.5.0-src.tar.gz
>    5. The release artifacts are signed with the following key:
>
> https://keyserver.ubuntu.com/pks/lookup?op=get&search=0x134716af768d9b6e
> in
>    this file https://www.apache.org/dist/storm/KEYS
>
>
> When voting, please list the actions taken to verify the release.
> This vote will be open for at least 72 hours.
>
>    [ ] +1 Release this package as Apache Storm 2.5.0
>    [ ]  0 No opinion
>    [ ] -1 Do not release this package because...
>
> Thanks to everyone who contributed to this release.
>
> --Bipin Prasad
>
> On Wed, Aug 2, 2023 at 4:07 PM Bipin Prasad <bi...@apache.org>
> wrote:
>
> > Storm Release candidate version 2.5.0 rc3 is here:
> > https://dist.apache.org/repos/dist/dev/storm/apache-storm-2.5.0-rc3
> > Please vote on this release.
> >
> >    1. How to vote is described here:
> >
> https://github.com/apache/storm/blob/master/RELEASING.md#how-to-vote-on-a-release-candidate
> >    2. Release notes are here:
> >
> https://dist.apache.org/repos/dist/dev/storm/apache-storm-2.5.0-rc3/RELEASE_NOTES.html
> >    .
> >    3. The tag/commit to be voted upon is v2.5.0:
> >    4. The source archive being votes upon is here:
> >
> https://dist.apache.org/repos/dist/dev/storm/apache-storm-2.5.0-rc3/apache-storm-2.5.0-src.tar.gz
> >    5. The release artifacts are signed with the following key:
> >
> https://keyserver.ubuntu.com/pks/lookup?op=get&search=0x134716af768d9b6e
> >    in this file https://www.apache.org/dist/storm/KEYS
> >
> >
> > When voting, please list the actions taken to verify the release.
> > This vote will be open for at least 72 hours.
> >
> >    [ ] +1 Release this package as Apache Storm 2.5.0
> >    [ ]  0 No opinion
> >    [ ] -1 Do not release this package because...
> >
> > Thanks to everyone who contributed to this release.
> >
> > --Bipin Prasad
> >
> > On Tue, Jul 25, 2023 at 8:28 AM Bipin Prasad <bi...@apache.org>
> > wrote:
> >
> >> Storm Release candidate version 2.5.0 rc2 is here:
> >> https://dist.apache.org/repos/dist/dev/storm/apache-storm-2.5.0-rc2
> >> Please vote on this release.
> >>
> >>    1. How to vote is described here:
> >>
> https://github.com/apache/storm/blob/master/RELEASING.md#how-to-vote-on-a-release-candidate
> >>    2. Release notes are here:
> >>
> https://dist.apache.org/repos/dist/dev/storm/apache-storm-2.5.0-rc2/RELEASE_NOTES.html
> >>    .
> >>    3. The tag/commit to be voted upon is v2.5.0:
> >>    4. The source archive being votes upon is here:
> >>
> https://dist.apache.org/repos/dist/dev/storm/apache-storm-2.5.0-rc2/apache-storm-2.5.0-src.tar.gz
> >>    5. The release artifacts are signed with the following key:
> >>
> https://keyserver.ubuntu.com/pks/lookup?op=get&search=0x134716af768d9b6e
> >>    in this file https://www.apache.org/dist/storm/KEYS
> >>
> >>
> >> When voting, please list the actions taken to verify the release.
> >> This vote will be open for at least 72 hours.
> >>
> >>    [ ] +1 Release this package as Apache Storm 2.5.0
> >>    [ ]  0 No opinion
> >>    [ ] -1 Do not release this package because...
> >>
> >> Thanks to everyone who contributed to this release.
> >>
> >> --Bipin Prasad
> >>
> >> On Mon, Jun 26, 2023 at 4:15 PM Bipin Prasad <bi...@apache.org>
> >> wrote:
> >>
> >>> Storm Release candidate version 2.5.0 rc1 is here:
> >>> https://dist.apache.org/repos/dist/dev/storm/apache-storm-2.5.0-rc1
> >>> Please vote on this release.
> >>>
> >>>    1. How to vote is described here:
> >>>
> https://github.com/apache/storm/blob/master/RELEASING.md#how-to-vote-on-a-release-candidate
> >>>    2. Release notes are here:
> >>>
> https://dist.apache.org/repos/dist/dev/storm/apache-storm-2.5.0-rc1/RELEASE_NOTES.html
> >>>    .
> >>>    3. The tag/commit to be voted upon is v2.5.0:
> >>>    4. The source archive being votes upon is here:
> >>>
> https://dist.apache.org/repos/dist/dev/storm/apache-storm-2.5.0-rc1/apache-storm-2.5.0-src.tar.gz
> >>>    5. The release artifacts are signed with the following key:
> >>>
> https://keyserver.ubuntu.com/pks/lookup?op=get&search=0x134716af768d9b6e
> >>>    in this file https://www.apache.org/dist/storm/KEYS
> >>>
> >>>
> >>> When voting, please list the actions taken to verify the release.
> >>> This vote will be open for at least 72 hours.
> >>>
> >>>    [ ] +1 Release this package as Apache Storm 2.5.0
> >>>    [ ]  0 No opinion
> >>>    [ ] -1 Do not release this package because...
> >>>
> >>> Thanks to everyone who contributed to this release.
> >>>
> >>> --Bipin Prasad
> >>>
> >>
>
  

Re: Storm 2.5.0 Release Candidate Vote

Posted by Aaron Gresch <ag...@gmail.com>.
I am +1 for RC4.

I was able to build and run all unit tests.
I downloaded the release and ran a word count topology successfully.



On Thu, Aug 3, 2023 at 4:41 PM Bipin Prasad <bi...@apache.org> wrote:

> Storm Release candidate version 2.5.0 rc4 is here:
> https://dist.apache.org/repos/dist/dev/storm/apache-storm-2.5.0-rc4
> Please vote on this release.
>
>    1. How to vote is described here:
>
> https://github.com/apache/storm/blob/master/RELEASING.md#how-to-vote-on-a-release-candidate
>    2. Release notes are here:
>
> https://dist.apache.org/repos/dist/dev/storm/apache-storm-2.5.0-rc4/RELEASE_NOTES.html
>    .
>    3. The tag/commit to be voted upon is v2.5.0:
>    4. The source archive being votes upon is here:
>
> https://dist.apache.org/repos/dist/dev/storm/apache-storm-2.5.0-rc4/apache-storm-2.5.0-src.tar.gz
>    5. The release artifacts are signed with the following key:
>
> https://keyserver.ubuntu.com/pks/lookup?op=get&search=0x134716af768d9b6e
> in
>    this file https://www.apache.org/dist/storm/KEYS
>
>
> When voting, please list the actions taken to verify the release.
> This vote will be open for at least 72 hours.
>
>     [ ] +1 Release this package as Apache Storm 2.5.0
>     [ ]   0 No opinion
>     [ ] -1 Do not release this package because...
>
> Thanks to everyone who contributed to this release.
>
> --Bipin Prasad
>
> On Wed, Aug 2, 2023 at 4:07 PM Bipin Prasad <bi...@apache.org>
> wrote:
>
> > Storm Release candidate version 2.5.0 rc3 is here:
> > https://dist.apache.org/repos/dist/dev/storm/apache-storm-2.5.0-rc3
> > Please vote on this release.
> >
> >    1. How to vote is described here:
> >
> https://github.com/apache/storm/blob/master/RELEASING.md#how-to-vote-on-a-release-candidate
> >    2. Release notes are here:
> >
> https://dist.apache.org/repos/dist/dev/storm/apache-storm-2.5.0-rc3/RELEASE_NOTES.html
> >    .
> >    3. The tag/commit to be voted upon is v2.5.0:
> >    4. The source archive being votes upon is here:
> >
> https://dist.apache.org/repos/dist/dev/storm/apache-storm-2.5.0-rc3/apache-storm-2.5.0-src.tar.gz
> >    5. The release artifacts are signed with the following key:
> >
> https://keyserver.ubuntu.com/pks/lookup?op=get&search=0x134716af768d9b6e
> >     in this file https://www.apache.org/dist/storm/KEYS
> >
> >
> > When voting, please list the actions taken to verify the release.
> > This vote will be open for at least 72 hours.
> >
> >     [ ] +1 Release this package as Apache Storm 2.5.0
> >     [ ]   0 No opinion
> >     [ ] -1 Do not release this package because...
> >
> > Thanks to everyone who contributed to this release.
> >
> > --Bipin Prasad
> >
> > On Tue, Jul 25, 2023 at 8:28 AM Bipin Prasad <bi...@apache.org>
> > wrote:
> >
> >> Storm Release candidate version 2.5.0 rc2 is here:
> >> https://dist.apache.org/repos/dist/dev/storm/apache-storm-2.5.0-rc2
> >> Please vote on this release.
> >>
> >>    1. How to vote is described here:
> >>
> https://github.com/apache/storm/blob/master/RELEASING.md#how-to-vote-on-a-release-candidate
> >>    2. Release notes are here:
> >>
> https://dist.apache.org/repos/dist/dev/storm/apache-storm-2.5.0-rc2/RELEASE_NOTES.html
> >>    .
> >>    3. The tag/commit to be voted upon is v2.5.0:
> >>    4. The source archive being votes upon is here:
> >>
> https://dist.apache.org/repos/dist/dev/storm/apache-storm-2.5.0-rc2/apache-storm-2.5.0-src.tar.gz
> >>    5. The release artifacts are signed with the following key:
> >>
> https://keyserver.ubuntu.com/pks/lookup?op=get&search=0x134716af768d9b6e
> >>     in this file https://www.apache.org/dist/storm/KEYS
> >>
> >>
> >> When voting, please list the actions taken to verify the release.
> >> This vote will be open for at least 72 hours.
> >>
> >>     [ ] +1 Release this package as Apache Storm 2.5.0
> >>     [ ]   0 No opinion
> >>     [ ] -1 Do not release this package because...
> >>
> >> Thanks to everyone who contributed to this release.
> >>
> >> --Bipin Prasad
> >>
> >> On Mon, Jun 26, 2023 at 4:15 PM Bipin Prasad <bi...@apache.org>
> >> wrote:
> >>
> >>> Storm Release candidate version 2.5.0 rc1 is here:
> >>> https://dist.apache.org/repos/dist/dev/storm/apache-storm-2.5.0-rc1
> >>> Please vote on this release.
> >>>
> >>>    1. How to vote is described here:
> >>>
> https://github.com/apache/storm/blob/master/RELEASING.md#how-to-vote-on-a-release-candidate
> >>>    2. Release notes are here:
> >>>
> https://dist.apache.org/repos/dist/dev/storm/apache-storm-2.5.0-rc1/RELEASE_NOTES.html
> >>>    .
> >>>    3. The tag/commit to be voted upon is v2.5.0:
> >>>    4. The source archive being votes upon is here:
> >>>
> https://dist.apache.org/repos/dist/dev/storm/apache-storm-2.5.0-rc1/apache-storm-2.5.0-src.tar.gz
> >>>    5. The release artifacts are signed with the following key:
> >>>
> https://keyserver.ubuntu.com/pks/lookup?op=get&search=0x134716af768d9b6e
> >>>     in this file https://www.apache.org/dist/storm/KEYS
> >>>
> >>>
> >>> When voting, please list the actions taken to verify the release.
> >>> This vote will be open for at least 72 hours.
> >>>
> >>>     [ ] +1 Release this package as Apache Storm 2.5.0
> >>>     [ ]   0 No opinion
> >>>     [ ] -1 Do not release this package because...
> >>>
> >>> Thanks to everyone who contributed to this release.
> >>>
> >>> --Bipin Prasad
> >>>
> >>
>

Re: Storm 2.5.0 Release Candidate Vote

Posted by Richard Zowalla <ri...@zowalla.com>.
The vote is indeed over. The artifacts arrived at central yesterday. Thanks for testing :-)

Am 5. August 2023 09:13:34 MESZ schrieb Alexandre Vermeerbergen <av...@gmail.com>:
>Hello,
>
>So far, +1 [non binding] for 2.5.0 RC4 based on my tests, which are to
>use binaries to upgrade my pre production distributed cluster running
>10+ topologies at scale (> 1 million tuples per minute) running on
>Rocky Linux x64 on AWS EC2 VMs  with IBM Semeru JDK 17.0.7.
>
>Since I have been running with pre production setup with 2.5.0 since
>RC1, then updated to RC2 (I skipped RC3 as it was so short lived) and
>got no performance regressions nor feature regressions, I'm confident
>that this 2.5.0 RC4 is stable enough vs. 2.4.0
>
>I checked the SHA512 signatures => OK.
>
>Disclaimer: I haven't yet done source compilation, will do next week
>but maybe vote will be passed.
>
>Kind regards,
>Alexandre
>
>Le ven. 4 août 2023 à 16:45, Bipin Prasad <bi...@apache.org> a écrit :
>>
>> Note added in RELEASE_NOTES.html, updated sha512 for RELEASE_NOTES.html.
>> Will go thru the rest of the release process.
>>
>> On 2023/08/04 14:19:15 Bipin Prasad wrote:
>> > Thank you for checking on this RC4 and the vote. I will add note about python3 in the README.
>> >
>> > On 2023/08/04 08:58:12 Richard Zowalla wrote:
>> > > Hi,
>> > >
>> > > 1. Checked SHA512 sums: OK
>> > > 2. Checked ASC signatures: OK
>> > > 3. Build from sources with the following setup
>> > >
>> > > Apache Maven 3.8.7 (b89d5959fcde851dcb1c8946a785a163f14e1e29)
>> > > Maven home: /usr/share/maven
>> > > Java version: 11.0.20, vendor: Ubuntu, runtime: /usr/lib/jvm/java-11-
>> > > openjdk-amd64
>> > > Default locale: de_DE, platform encoding: UTF-8
>> > > OS name: "linux", version: "5.19.0-50-generic", arch: "amd64", family:
>> > > "unix"
>> > >
>> > > similar to GH actions: SUCCESS
>> > >
>> > > 4. Run all tests (similar to GH actions) locally: SUCCESS
>> > >
>> > > 5. Run a dockerized Storm topology for a while
>> > >
>> > > (A) First I saw "/usr/bin/env: ‘python3’: No such file or directory" or
>> > > "/apache-storm-2.5.0/bin/storm: line 42: 10 * ‘python3’: + ‘python3’::
>> > > syntax error: operand expected (error token is "‘python3’: +
>> > > ‘python3’:")" in the logs indicating that my docker containers did not
>> > > have python3 available. I fixed it locally but might be worth to
>> > > mention that in the announcement so people don't confused but isn't a
>> > > blocker for 2.5.0-rc4 IMHO.
>> > >
>> > > (B) Storm UI is showing my cluster, topology viz looks good, no script
>> > > errors in browser console
>> > >
>> > > (C) Started the topology using flux, don't see any issues (didn't test
>> > > log viewer).
>> > >
>> > > Thanks for preparing RC4, Bipin!!
>> > >
>> > > So here is my +1 (binding) for RC4.
>> > >
>> > > Gruß
>> > > Richard
>> > >
>> > >
>> > >
>> > > Am Donnerstag, dem 03.08.2023 um 14:41 -0700 schrieb Bipin Prasad:
>> > > > Storm Release candidate version 2.5.0 rc4 is here:
>> > > > https://dist.apache.org/repos/dist/dev/storm/apache-storm-2.5.0-rc4
>> > > > Please vote on this release.
>> > > >
>> > > >    1. How to vote is described here:
>> > > >
>> > > > https://github.com/apache/storm/blob/master/RELEASING.md#how-to-vote-on-a-release-candidate
>> > > >    2. Release notes are here:
>> > > >
>> > > > https://dist.apache.org/repos/dist/dev/storm/apache-storm-2.5.0-rc4/RELEASE_NOTES.html
>> > > >    .
>> > > >    3. The tag/commit to be voted upon is v2.5.0:
>> > > >    4. The source archive being votes upon is here:
>> > > >
>> > > > https://dist.apache.org/repos/dist/dev/storm/apache-storm-2.5.0-rc4/apache-storm-2.5.0-src.tar.gz
>> > > >    5. The release artifacts are signed with the following key:
>> > > >
>> > > > https://keyserver.ubuntu.com/pks/lookup?op=get&search=0x134716af768d9b6e
>> > > >  in
>> > > >    this file https://www.apache.org/dist/storm/KEYS
>> > > >
>> > > >
>> > > > When voting, please list the actions taken to verify the release.
>> > > > This vote will be open for at least 72 hours.
>> > > >
>> > > >     [ ] +1 Release this package as Apache Storm 2.5.0
>> > > >     [ ]   0 No opinion
>> > > >     [ ] -1 Do not release this package because...
>> > > >
>> > > > Thanks to everyone who contributed to this release.
>> > > >
>> > > > --Bipin Prasad
>> > > >
>> > > > On Wed, Aug 2, 2023 at 4:07 PM Bipin Prasad <bi...@apache.org>
>> > > > wrote:
>> > > >
>> > > > > Storm Release candidate version 2.5.0 rc3 is here:
>> > > > > https://dist.apache.org/repos/dist/dev/storm/apache-storm-2.5.0-rc3
>> > > > > Please vote on this release.
>> > > > >
>> > > > >    1. How to vote is described here:
>> > > > >
>> > > > > https://github.com/apache/storm/blob/master/RELEASING.md#how-to-vote-on-a-release-candidate
>> > > > >    2. Release notes are here:
>> > > > >
>> > > > > https://dist.apache.org/repos/dist/dev/storm/apache-storm-2.5.0-rc3/RELEASE_NOTES.html
>> > > > >    .
>> > > > >    3. The tag/commit to be voted upon is v2.5.0:
>> > > > >    4. The source archive being votes upon is here:
>> > > > >
>> > > > > https://dist.apache.org/repos/dist/dev/storm/apache-storm-2.5.0-rc3/apache-storm-2.5.0-src.tar.gz
>> > > > >    5. The release artifacts are signed with the following key:
>> > > > >
>> > > > > https://keyserver.ubuntu.com/pks/lookup?op=get&search=0x134716af768d9b6e
>> > > > >     in this file https://www.apache.org/dist/storm/KEYS
>> > > > >
>> > > > >
>> > > > > When voting, please list the actions taken to verify the release.
>> > > > > This vote will be open for at least 72 hours.
>> > > > >
>> > > > >     [ ] +1 Release this package as Apache Storm 2.5.0
>> > > > >     [ ]   0 No opinion
>> > > > >     [ ] -1 Do not release this package because...
>> > > > >
>> > > > > Thanks to everyone who contributed to this release.
>> > > > >
>> > > > > --Bipin Prasad
>> > > > >
>> > > > > On Tue, Jul 25, 2023 at 8:28 AM Bipin Prasad
>> > > > > <bi...@apache.org>
>> > > > > wrote:
>> > > > >
>> > > > > > Storm Release candidate version 2.5.0 rc2 is here:
>> > > > > > https://dist.apache.org/repos/dist/dev/storm/apache-storm-2.5.0-rc2
>> > > > > > Please vote on this release.
>> > > > > >
>> > > > > >    1. How to vote is described here:
>> > > > > >
>> > > > > > https://github.com/apache/storm/blob/master/RELEASING.md#how-to-vote-on-a-release-candidate
>> > > > > >    2. Release notes are here:
>> > > > > >
>> > > > > > https://dist.apache.org/repos/dist/dev/storm/apache-storm-2.5.0-rc2/RELEASE_NOTES.html
>> > > > > >    .
>> > > > > >    3. The tag/commit to be voted upon is v2.5.0:
>> > > > > >    4. The source archive being votes upon is here:
>> > > > > >
>> > > > > > https://dist.apache.org/repos/dist/dev/storm/apache-storm-2.5.0-rc2/apache-storm-2.5.0-src.tar.gz
>> > > > > >    5. The release artifacts are signed with the following key:
>> > > > > >
>> > > > > > https://keyserver.ubuntu.com/pks/lookup?op=get&search=0x134716af768d9b6e
>> > > > > >     in this file https://www.apache.org/dist/storm/KEYS
>> > > > > >
>> > > > > >
>> > > > > > When voting, please list the actions taken to verify the release.
>> > > > > > This vote will be open for at least 72 hours.
>> > > > > >
>> > > > > >     [ ] +1 Release this package as Apache Storm 2.5.0
>> > > > > >     [ ]   0 No opinion
>> > > > > >     [ ] -1 Do not release this package because...
>> > > > > >
>> > > > > > Thanks to everyone who contributed to this release.
>> > > > > >
>> > > > > > --Bipin Prasad
>> > > > > >
>> > > > > > On Mon, Jun 26, 2023 at 4:15 PM Bipin Prasad
>> > > > > > <bi...@apache.org>
>> > > > > > wrote:
>> > > > > >
>> > > > > > > Storm Release candidate version 2.5.0 rc1 is here:
>> > > > > > > https://dist.apache.org/repos/dist/dev/storm/apache-storm-2.5.0-rc1
>> > > > > > > Please vote on this release.
>> > > > > > >
>> > > > > > >    1. How to vote is described here:
>> > > > > > >
>> > > > > > > https://github.com/apache/storm/blob/master/RELEASING.md#how-to-vote-on-a-release-candidate
>> > > > > > >    2. Release notes are here:
>> > > > > > >
>> > > > > > > https://dist.apache.org/repos/dist/dev/storm/apache-storm-2.5.0-rc1/RELEASE_NOTES.html
>> > > > > > >    .
>> > > > > > >    3. The tag/commit to be voted upon is v2.5.0:
>> > > > > > >    4. The source archive being votes upon is here:
>> > > > > > >
>> > > > > > > https://dist.apache.org/repos/dist/dev/storm/apache-storm-2.5.0-rc1/apache-storm-2.5.0-src.tar.gz
>> > > > > > >    5. The release artifacts are signed with the following key:
>> > > > > > >
>> > > > > > > https://keyserver.ubuntu.com/pks/lookup?op=get&search=0x134716af768d9b6e
>> > > > > > >     in this file https://www.apache.org/dist/storm/KEYS
>> > > > > > >
>> > > > > > >
>> > > > > > > When voting, please list the actions taken to verify the
>> > > > > > > release.
>> > > > > > > This vote will be open for at least 72 hours.
>> > > > > > >
>> > > > > > >     [ ] +1 Release this package as Apache Storm 2.5.0
>> > > > > > >     [ ]   0 No opinion
>> > > > > > >     [ ] -1 Do not release this package because...
>> > > > > > >
>> > > > > > > Thanks to everyone who contributed to this release.
>> > > > > > >
>> > > > > > > --Bipin Prasad
>> > > > > > >
>> > > > > >
>> > >
>> > >
>> >

Re: Storm 2.5.0 Release Candidate Vote

Posted by Alexandre Vermeerbergen <av...@gmail.com>.
Hello,

So far, +1 [non binding] for 2.5.0 RC4 based on my tests, which are to
use binaries to upgrade my pre production distributed cluster running
10+ topologies at scale (> 1 million tuples per minute) running on
Rocky Linux x64 on AWS EC2 VMs  with IBM Semeru JDK 17.0.7.

Since I have been running with pre production setup with 2.5.0 since
RC1, then updated to RC2 (I skipped RC3 as it was so short lived) and
got no performance regressions nor feature regressions, I'm confident
that this 2.5.0 RC4 is stable enough vs. 2.4.0

I checked the SHA512 signatures => OK.

Disclaimer: I haven't yet done source compilation, will do next week
but maybe vote will be passed.

Kind regards,
Alexandre

Le ven. 4 août 2023 à 16:45, Bipin Prasad <bi...@apache.org> a écrit :
>
> Note added in RELEASE_NOTES.html, updated sha512 for RELEASE_NOTES.html.
> Will go thru the rest of the release process.
>
> On 2023/08/04 14:19:15 Bipin Prasad wrote:
> > Thank you for checking on this RC4 and the vote. I will add note about python3 in the README.
> >
> > On 2023/08/04 08:58:12 Richard Zowalla wrote:
> > > Hi,
> > >
> > > 1. Checked SHA512 sums: OK
> > > 2. Checked ASC signatures: OK
> > > 3. Build from sources with the following setup
> > >
> > > Apache Maven 3.8.7 (b89d5959fcde851dcb1c8946a785a163f14e1e29)
> > > Maven home: /usr/share/maven
> > > Java version: 11.0.20, vendor: Ubuntu, runtime: /usr/lib/jvm/java-11-
> > > openjdk-amd64
> > > Default locale: de_DE, platform encoding: UTF-8
> > > OS name: "linux", version: "5.19.0-50-generic", arch: "amd64", family:
> > > "unix"
> > >
> > > similar to GH actions: SUCCESS
> > >
> > > 4. Run all tests (similar to GH actions) locally: SUCCESS
> > >
> > > 5. Run a dockerized Storm topology for a while
> > >
> > > (A) First I saw "/usr/bin/env: ‘python3’: No such file or directory" or
> > > "/apache-storm-2.5.0/bin/storm: line 42: 10 * ‘python3’: + ‘python3’::
> > > syntax error: operand expected (error token is "‘python3’: +
> > > ‘python3’:")" in the logs indicating that my docker containers did not
> > > have python3 available. I fixed it locally but might be worth to
> > > mention that in the announcement so people don't confused but isn't a
> > > blocker for 2.5.0-rc4 IMHO.
> > >
> > > (B) Storm UI is showing my cluster, topology viz looks good, no script
> > > errors in browser console
> > >
> > > (C) Started the topology using flux, don't see any issues (didn't test
> > > log viewer).
> > >
> > > Thanks for preparing RC4, Bipin!!
> > >
> > > So here is my +1 (binding) for RC4.
> > >
> > > Gruß
> > > Richard
> > >
> > >
> > >
> > > Am Donnerstag, dem 03.08.2023 um 14:41 -0700 schrieb Bipin Prasad:
> > > > Storm Release candidate version 2.5.0 rc4 is here:
> > > > https://dist.apache.org/repos/dist/dev/storm/apache-storm-2.5.0-rc4
> > > > Please vote on this release.
> > > >
> > > >    1. How to vote is described here:
> > > >
> > > > https://github.com/apache/storm/blob/master/RELEASING.md#how-to-vote-on-a-release-candidate
> > > >    2. Release notes are here:
> > > >
> > > > https://dist.apache.org/repos/dist/dev/storm/apache-storm-2.5.0-rc4/RELEASE_NOTES.html
> > > >    .
> > > >    3. The tag/commit to be voted upon is v2.5.0:
> > > >    4. The source archive being votes upon is here:
> > > >
> > > > https://dist.apache.org/repos/dist/dev/storm/apache-storm-2.5.0-rc4/apache-storm-2.5.0-src.tar.gz
> > > >    5. The release artifacts are signed with the following key:
> > > >
> > > > https://keyserver.ubuntu.com/pks/lookup?op=get&search=0x134716af768d9b6e
> > > >  in
> > > >    this file https://www.apache.org/dist/storm/KEYS
> > > >
> > > >
> > > > When voting, please list the actions taken to verify the release.
> > > > This vote will be open for at least 72 hours.
> > > >
> > > >     [ ] +1 Release this package as Apache Storm 2.5.0
> > > >     [ ]   0 No opinion
> > > >     [ ] -1 Do not release this package because...
> > > >
> > > > Thanks to everyone who contributed to this release.
> > > >
> > > > --Bipin Prasad
> > > >
> > > > On Wed, Aug 2, 2023 at 4:07 PM Bipin Prasad <bi...@apache.org>
> > > > wrote:
> > > >
> > > > > Storm Release candidate version 2.5.0 rc3 is here:
> > > > > https://dist.apache.org/repos/dist/dev/storm/apache-storm-2.5.0-rc3
> > > > > Please vote on this release.
> > > > >
> > > > >    1. How to vote is described here:
> > > > >
> > > > > https://github.com/apache/storm/blob/master/RELEASING.md#how-to-vote-on-a-release-candidate
> > > > >    2. Release notes are here:
> > > > >
> > > > > https://dist.apache.org/repos/dist/dev/storm/apache-storm-2.5.0-rc3/RELEASE_NOTES.html
> > > > >    .
> > > > >    3. The tag/commit to be voted upon is v2.5.0:
> > > > >    4. The source archive being votes upon is here:
> > > > >
> > > > > https://dist.apache.org/repos/dist/dev/storm/apache-storm-2.5.0-rc3/apache-storm-2.5.0-src.tar.gz
> > > > >    5. The release artifacts are signed with the following key:
> > > > >
> > > > > https://keyserver.ubuntu.com/pks/lookup?op=get&search=0x134716af768d9b6e
> > > > >     in this file https://www.apache.org/dist/storm/KEYS
> > > > >
> > > > >
> > > > > When voting, please list the actions taken to verify the release.
> > > > > This vote will be open for at least 72 hours.
> > > > >
> > > > >     [ ] +1 Release this package as Apache Storm 2.5.0
> > > > >     [ ]   0 No opinion
> > > > >     [ ] -1 Do not release this package because...
> > > > >
> > > > > Thanks to everyone who contributed to this release.
> > > > >
> > > > > --Bipin Prasad
> > > > >
> > > > > On Tue, Jul 25, 2023 at 8:28 AM Bipin Prasad
> > > > > <bi...@apache.org>
> > > > > wrote:
> > > > >
> > > > > > Storm Release candidate version 2.5.0 rc2 is here:
> > > > > > https://dist.apache.org/repos/dist/dev/storm/apache-storm-2.5.0-rc2
> > > > > > Please vote on this release.
> > > > > >
> > > > > >    1. How to vote is described here:
> > > > > >
> > > > > > https://github.com/apache/storm/blob/master/RELEASING.md#how-to-vote-on-a-release-candidate
> > > > > >    2. Release notes are here:
> > > > > >
> > > > > > https://dist.apache.org/repos/dist/dev/storm/apache-storm-2.5.0-rc2/RELEASE_NOTES.html
> > > > > >    .
> > > > > >    3. The tag/commit to be voted upon is v2.5.0:
> > > > > >    4. The source archive being votes upon is here:
> > > > > >
> > > > > > https://dist.apache.org/repos/dist/dev/storm/apache-storm-2.5.0-rc2/apache-storm-2.5.0-src.tar.gz
> > > > > >    5. The release artifacts are signed with the following key:
> > > > > >
> > > > > > https://keyserver.ubuntu.com/pks/lookup?op=get&search=0x134716af768d9b6e
> > > > > >     in this file https://www.apache.org/dist/storm/KEYS
> > > > > >
> > > > > >
> > > > > > When voting, please list the actions taken to verify the release.
> > > > > > This vote will be open for at least 72 hours.
> > > > > >
> > > > > >     [ ] +1 Release this package as Apache Storm 2.5.0
> > > > > >     [ ]   0 No opinion
> > > > > >     [ ] -1 Do not release this package because...
> > > > > >
> > > > > > Thanks to everyone who contributed to this release.
> > > > > >
> > > > > > --Bipin Prasad
> > > > > >
> > > > > > On Mon, Jun 26, 2023 at 4:15 PM Bipin Prasad
> > > > > > <bi...@apache.org>
> > > > > > wrote:
> > > > > >
> > > > > > > Storm Release candidate version 2.5.0 rc1 is here:
> > > > > > > https://dist.apache.org/repos/dist/dev/storm/apache-storm-2.5.0-rc1
> > > > > > > Please vote on this release.
> > > > > > >
> > > > > > >    1. How to vote is described here:
> > > > > > >
> > > > > > > https://github.com/apache/storm/blob/master/RELEASING.md#how-to-vote-on-a-release-candidate
> > > > > > >    2. Release notes are here:
> > > > > > >
> > > > > > > https://dist.apache.org/repos/dist/dev/storm/apache-storm-2.5.0-rc1/RELEASE_NOTES.html
> > > > > > >    .
> > > > > > >    3. The tag/commit to be voted upon is v2.5.0:
> > > > > > >    4. The source archive being votes upon is here:
> > > > > > >
> > > > > > > https://dist.apache.org/repos/dist/dev/storm/apache-storm-2.5.0-rc1/apache-storm-2.5.0-src.tar.gz
> > > > > > >    5. The release artifacts are signed with the following key:
> > > > > > >
> > > > > > > https://keyserver.ubuntu.com/pks/lookup?op=get&search=0x134716af768d9b6e
> > > > > > >     in this file https://www.apache.org/dist/storm/KEYS
> > > > > > >
> > > > > > >
> > > > > > > When voting, please list the actions taken to verify the
> > > > > > > release.
> > > > > > > This vote will be open for at least 72 hours.
> > > > > > >
> > > > > > >     [ ] +1 Release this package as Apache Storm 2.5.0
> > > > > > >     [ ]   0 No opinion
> > > > > > >     [ ] -1 Do not release this package because...
> > > > > > >
> > > > > > > Thanks to everyone who contributed to this release.
> > > > > > >
> > > > > > > --Bipin Prasad
> > > > > > >
> > > > > >
> > >
> > >
> >

Re: Storm 2.5.0 Release Candidate Vote

Posted by Bipin Prasad <bi...@apache.org>.
Note added in RELEASE_NOTES.html, updated sha512 for RELEASE_NOTES.html.
Will go thru the rest of the release process.

On 2023/08/04 14:19:15 Bipin Prasad wrote:
> Thank you for checking on this RC4 and the vote. I will add note about python3 in the README.
> 
> On 2023/08/04 08:58:12 Richard Zowalla wrote:
> > Hi,
> > 
> > 1. Checked SHA512 sums: OK
> > 2. Checked ASC signatures: OK
> > 3. Build from sources with the following setup
> > 
> > Apache Maven 3.8.7 (b89d5959fcde851dcb1c8946a785a163f14e1e29)
> > Maven home: /usr/share/maven
> > Java version: 11.0.20, vendor: Ubuntu, runtime: /usr/lib/jvm/java-11-
> > openjdk-amd64
> > Default locale: de_DE, platform encoding: UTF-8
> > OS name: "linux", version: "5.19.0-50-generic", arch: "amd64", family:
> > "unix"
> > 
> > similar to GH actions: SUCCESS
> > 
> > 4. Run all tests (similar to GH actions) locally: SUCCESS
> > 
> > 5. Run a dockerized Storm topology for a while
> > 
> > (A) First I saw "/usr/bin/env: ‘python3’: No such file or directory" or
> > "/apache-storm-2.5.0/bin/storm: line 42: 10 * ‘python3’: + ‘python3’::
> > syntax error: operand expected (error token is "‘python3’: +
> > ‘python3’:")" in the logs indicating that my docker containers did not
> > have python3 available. I fixed it locally but might be worth to
> > mention that in the announcement so people don't confused but isn't a
> > blocker for 2.5.0-rc4 IMHO.
> > 
> > (B) Storm UI is showing my cluster, topology viz looks good, no script
> > errors in browser console
> > 
> > (C) Started the topology using flux, don't see any issues (didn't test
> > log viewer).
> > 
> > Thanks for preparing RC4, Bipin!!
> > 
> > So here is my +1 (binding) for RC4.
> > 
> > Gruß
> > Richard
> > 
> > 
> > 
> > Am Donnerstag, dem 03.08.2023 um 14:41 -0700 schrieb Bipin Prasad:
> > > Storm Release candidate version 2.5.0 rc4 is here:
> > > https://dist.apache.org/repos/dist/dev/storm/apache-storm-2.5.0-rc4
> > > Please vote on this release.
> > > 
> > >    1. How to vote is described here:
> > >   
> > > https://github.com/apache/storm/blob/master/RELEASING.md#how-to-vote-on-a-release-candidate
> > >    2. Release notes are here:
> > >   
> > > https://dist.apache.org/repos/dist/dev/storm/apache-storm-2.5.0-rc4/RELEASE_NOTES.html
> > >    .
> > >    3. The tag/commit to be voted upon is v2.5.0:
> > >    4. The source archive being votes upon is here:
> > >   
> > > https://dist.apache.org/repos/dist/dev/storm/apache-storm-2.5.0-rc4/apache-storm-2.5.0-src.tar.gz
> > >    5. The release artifacts are signed with the following key:
> > >   
> > > https://keyserver.ubuntu.com/pks/lookup?op=get&search=0x134716af768d9b6e
> > >  in
> > >    this file https://www.apache.org/dist/storm/KEYS
> > > 
> > > 
> > > When voting, please list the actions taken to verify the release.
> > > This vote will be open for at least 72 hours.
> > > 
> > >     [ ] +1 Release this package as Apache Storm 2.5.0
> > >     [ ]   0 No opinion
> > >     [ ] -1 Do not release this package because...
> > > 
> > > Thanks to everyone who contributed to this release.
> > > 
> > > --Bipin Prasad
> > > 
> > > On Wed, Aug 2, 2023 at 4:07 PM Bipin Prasad <bi...@apache.org>
> > > wrote:
> > > 
> > > > Storm Release candidate version 2.5.0 rc3 is here:
> > > > https://dist.apache.org/repos/dist/dev/storm/apache-storm-2.5.0-rc3
> > > > Please vote on this release.
> > > > 
> > > >    1. How to vote is described here:
> > > >   
> > > > https://github.com/apache/storm/blob/master/RELEASING.md#how-to-vote-on-a-release-candidate
> > > >    2. Release notes are here:
> > > >   
> > > > https://dist.apache.org/repos/dist/dev/storm/apache-storm-2.5.0-rc3/RELEASE_NOTES.html
> > > >    .
> > > >    3. The tag/commit to be voted upon is v2.5.0:
> > > >    4. The source archive being votes upon is here:
> > > >   
> > > > https://dist.apache.org/repos/dist/dev/storm/apache-storm-2.5.0-rc3/apache-storm-2.5.0-src.tar.gz
> > > >    5. The release artifacts are signed with the following key:
> > > >   
> > > > https://keyserver.ubuntu.com/pks/lookup?op=get&search=0x134716af768d9b6e
> > > >     in this file https://www.apache.org/dist/storm/KEYS
> > > > 
> > > > 
> > > > When voting, please list the actions taken to verify the release.
> > > > This vote will be open for at least 72 hours.
> > > > 
> > > >     [ ] +1 Release this package as Apache Storm 2.5.0
> > > >     [ ]   0 No opinion
> > > >     [ ] -1 Do not release this package because...
> > > > 
> > > > Thanks to everyone who contributed to this release.
> > > > 
> > > > --Bipin Prasad
> > > > 
> > > > On Tue, Jul 25, 2023 at 8:28 AM Bipin Prasad
> > > > <bi...@apache.org>
> > > > wrote:
> > > > 
> > > > > Storm Release candidate version 2.5.0 rc2 is here:
> > > > > https://dist.apache.org/repos/dist/dev/storm/apache-storm-2.5.0-rc2
> > > > > Please vote on this release.
> > > > > 
> > > > >    1. How to vote is described here:
> > > > >   
> > > > > https://github.com/apache/storm/blob/master/RELEASING.md#how-to-vote-on-a-release-candidate
> > > > >    2. Release notes are here:
> > > > >   
> > > > > https://dist.apache.org/repos/dist/dev/storm/apache-storm-2.5.0-rc2/RELEASE_NOTES.html
> > > > >    .
> > > > >    3. The tag/commit to be voted upon is v2.5.0:
> > > > >    4. The source archive being votes upon is here:
> > > > >   
> > > > > https://dist.apache.org/repos/dist/dev/storm/apache-storm-2.5.0-rc2/apache-storm-2.5.0-src.tar.gz
> > > > >    5. The release artifacts are signed with the following key:
> > > > >   
> > > > > https://keyserver.ubuntu.com/pks/lookup?op=get&search=0x134716af768d9b6e
> > > > >     in this file https://www.apache.org/dist/storm/KEYS
> > > > > 
> > > > > 
> > > > > When voting, please list the actions taken to verify the release.
> > > > > This vote will be open for at least 72 hours.
> > > > > 
> > > > >     [ ] +1 Release this package as Apache Storm 2.5.0
> > > > >     [ ]   0 No opinion
> > > > >     [ ] -1 Do not release this package because...
> > > > > 
> > > > > Thanks to everyone who contributed to this release.
> > > > > 
> > > > > --Bipin Prasad
> > > > > 
> > > > > On Mon, Jun 26, 2023 at 4:15 PM Bipin Prasad
> > > > > <bi...@apache.org>
> > > > > wrote:
> > > > > 
> > > > > > Storm Release candidate version 2.5.0 rc1 is here:
> > > > > > https://dist.apache.org/repos/dist/dev/storm/apache-storm-2.5.0-rc1
> > > > > > Please vote on this release.
> > > > > > 
> > > > > >    1. How to vote is described here:
> > > > > >   
> > > > > > https://github.com/apache/storm/blob/master/RELEASING.md#how-to-vote-on-a-release-candidate
> > > > > >    2. Release notes are here:
> > > > > >   
> > > > > > https://dist.apache.org/repos/dist/dev/storm/apache-storm-2.5.0-rc1/RELEASE_NOTES.html
> > > > > >    .
> > > > > >    3. The tag/commit to be voted upon is v2.5.0:
> > > > > >    4. The source archive being votes upon is here:
> > > > > >   
> > > > > > https://dist.apache.org/repos/dist/dev/storm/apache-storm-2.5.0-rc1/apache-storm-2.5.0-src.tar.gz
> > > > > >    5. The release artifacts are signed with the following key:
> > > > > >   
> > > > > > https://keyserver.ubuntu.com/pks/lookup?op=get&search=0x134716af768d9b6e
> > > > > >     in this file https://www.apache.org/dist/storm/KEYS
> > > > > > 
> > > > > > 
> > > > > > When voting, please list the actions taken to verify the
> > > > > > release.
> > > > > > This vote will be open for at least 72 hours.
> > > > > > 
> > > > > >     [ ] +1 Release this package as Apache Storm 2.5.0
> > > > > >     [ ]   0 No opinion
> > > > > >     [ ] -1 Do not release this package because...
> > > > > > 
> > > > > > Thanks to everyone who contributed to this release.
> > > > > > 
> > > > > > --Bipin Prasad
> > > > > > 
> > > > > 
> > 
> > 
> 

Re: Storm 2.5.0 Release Candidate Vote

Posted by Bipin Prasad <bi...@apache.org>.
Thank you for checking on this RC4 and the vote. I will add note about python3 in the README.

On 2023/08/04 08:58:12 Richard Zowalla wrote:
> Hi,
> 
> 1. Checked SHA512 sums: OK
> 2. Checked ASC signatures: OK
> 3. Build from sources with the following setup
> 
> Apache Maven 3.8.7 (b89d5959fcde851dcb1c8946a785a163f14e1e29)
> Maven home: /usr/share/maven
> Java version: 11.0.20, vendor: Ubuntu, runtime: /usr/lib/jvm/java-11-
> openjdk-amd64
> Default locale: de_DE, platform encoding: UTF-8
> OS name: "linux", version: "5.19.0-50-generic", arch: "amd64", family:
> "unix"
> 
> similar to GH actions: SUCCESS
> 
> 4. Run all tests (similar to GH actions) locally: SUCCESS
> 
> 5. Run a dockerized Storm topology for a while
> 
> (A) First I saw "/usr/bin/env: ‘python3’: No such file or directory" or
> "/apache-storm-2.5.0/bin/storm: line 42: 10 * ‘python3’: + ‘python3’::
> syntax error: operand expected (error token is "‘python3’: +
> ‘python3’:")" in the logs indicating that my docker containers did not
> have python3 available. I fixed it locally but might be worth to
> mention that in the announcement so people don't confused but isn't a
> blocker for 2.5.0-rc4 IMHO.
> 
> (B) Storm UI is showing my cluster, topology viz looks good, no script
> errors in browser console
> 
> (C) Started the topology using flux, don't see any issues (didn't test
> log viewer).
> 
> Thanks for preparing RC4, Bipin!!
> 
> So here is my +1 (binding) for RC4.
> 
> Gruß
> Richard
> 
> 
> 
> Am Donnerstag, dem 03.08.2023 um 14:41 -0700 schrieb Bipin Prasad:
> > Storm Release candidate version 2.5.0 rc4 is here:
> > https://dist.apache.org/repos/dist/dev/storm/apache-storm-2.5.0-rc4
> > Please vote on this release.
> > 
> >    1. How to vote is described here:
> >   
> > https://github.com/apache/storm/blob/master/RELEASING.md#how-to-vote-on-a-release-candidate
> >    2. Release notes are here:
> >   
> > https://dist.apache.org/repos/dist/dev/storm/apache-storm-2.5.0-rc4/RELEASE_NOTES.html
> >    .
> >    3. The tag/commit to be voted upon is v2.5.0:
> >    4. The source archive being votes upon is here:
> >   
> > https://dist.apache.org/repos/dist/dev/storm/apache-storm-2.5.0-rc4/apache-storm-2.5.0-src.tar.gz
> >    5. The release artifacts are signed with the following key:
> >   
> > https://keyserver.ubuntu.com/pks/lookup?op=get&search=0x134716af768d9b6e
> >  in
> >    this file https://www.apache.org/dist/storm/KEYS
> > 
> > 
> > When voting, please list the actions taken to verify the release.
> > This vote will be open for at least 72 hours.
> > 
> >     [ ] +1 Release this package as Apache Storm 2.5.0
> >     [ ]   0 No opinion
> >     [ ] -1 Do not release this package because...
> > 
> > Thanks to everyone who contributed to this release.
> > 
> > --Bipin Prasad
> > 
> > On Wed, Aug 2, 2023 at 4:07 PM Bipin Prasad <bi...@apache.org>
> > wrote:
> > 
> > > Storm Release candidate version 2.5.0 rc3 is here:
> > > https://dist.apache.org/repos/dist/dev/storm/apache-storm-2.5.0-rc3
> > > Please vote on this release.
> > > 
> > >    1. How to vote is described here:
> > >   
> > > https://github.com/apache/storm/blob/master/RELEASING.md#how-to-vote-on-a-release-candidate
> > >    2. Release notes are here:
> > >   
> > > https://dist.apache.org/repos/dist/dev/storm/apache-storm-2.5.0-rc3/RELEASE_NOTES.html
> > >    .
> > >    3. The tag/commit to be voted upon is v2.5.0:
> > >    4. The source archive being votes upon is here:
> > >   
> > > https://dist.apache.org/repos/dist/dev/storm/apache-storm-2.5.0-rc3/apache-storm-2.5.0-src.tar.gz
> > >    5. The release artifacts are signed with the following key:
> > >   
> > > https://keyserver.ubuntu.com/pks/lookup?op=get&search=0x134716af768d9b6e
> > >     in this file https://www.apache.org/dist/storm/KEYS
> > > 
> > > 
> > > When voting, please list the actions taken to verify the release.
> > > This vote will be open for at least 72 hours.
> > > 
> > >     [ ] +1 Release this package as Apache Storm 2.5.0
> > >     [ ]   0 No opinion
> > >     [ ] -1 Do not release this package because...
> > > 
> > > Thanks to everyone who contributed to this release.
> > > 
> > > --Bipin Prasad
> > > 
> > > On Tue, Jul 25, 2023 at 8:28 AM Bipin Prasad
> > > <bi...@apache.org>
> > > wrote:
> > > 
> > > > Storm Release candidate version 2.5.0 rc2 is here:
> > > > https://dist.apache.org/repos/dist/dev/storm/apache-storm-2.5.0-rc2
> > > > Please vote on this release.
> > > > 
> > > >    1. How to vote is described here:
> > > >   
> > > > https://github.com/apache/storm/blob/master/RELEASING.md#how-to-vote-on-a-release-candidate
> > > >    2. Release notes are here:
> > > >   
> > > > https://dist.apache.org/repos/dist/dev/storm/apache-storm-2.5.0-rc2/RELEASE_NOTES.html
> > > >    .
> > > >    3. The tag/commit to be voted upon is v2.5.0:
> > > >    4. The source archive being votes upon is here:
> > > >   
> > > > https://dist.apache.org/repos/dist/dev/storm/apache-storm-2.5.0-rc2/apache-storm-2.5.0-src.tar.gz
> > > >    5. The release artifacts are signed with the following key:
> > > >   
> > > > https://keyserver.ubuntu.com/pks/lookup?op=get&search=0x134716af768d9b6e
> > > >     in this file https://www.apache.org/dist/storm/KEYS
> > > > 
> > > > 
> > > > When voting, please list the actions taken to verify the release.
> > > > This vote will be open for at least 72 hours.
> > > > 
> > > >     [ ] +1 Release this package as Apache Storm 2.5.0
> > > >     [ ]   0 No opinion
> > > >     [ ] -1 Do not release this package because...
> > > > 
> > > > Thanks to everyone who contributed to this release.
> > > > 
> > > > --Bipin Prasad
> > > > 
> > > > On Mon, Jun 26, 2023 at 4:15 PM Bipin Prasad
> > > > <bi...@apache.org>
> > > > wrote:
> > > > 
> > > > > Storm Release candidate version 2.5.0 rc1 is here:
> > > > > https://dist.apache.org/repos/dist/dev/storm/apache-storm-2.5.0-rc1
> > > > > Please vote on this release.
> > > > > 
> > > > >    1. How to vote is described here:
> > > > >   
> > > > > https://github.com/apache/storm/blob/master/RELEASING.md#how-to-vote-on-a-release-candidate
> > > > >    2. Release notes are here:
> > > > >   
> > > > > https://dist.apache.org/repos/dist/dev/storm/apache-storm-2.5.0-rc1/RELEASE_NOTES.html
> > > > >    .
> > > > >    3. The tag/commit to be voted upon is v2.5.0:
> > > > >    4. The source archive being votes upon is here:
> > > > >   
> > > > > https://dist.apache.org/repos/dist/dev/storm/apache-storm-2.5.0-rc1/apache-storm-2.5.0-src.tar.gz
> > > > >    5. The release artifacts are signed with the following key:
> > > > >   
> > > > > https://keyserver.ubuntu.com/pks/lookup?op=get&search=0x134716af768d9b6e
> > > > >     in this file https://www.apache.org/dist/storm/KEYS
> > > > > 
> > > > > 
> > > > > When voting, please list the actions taken to verify the
> > > > > release.
> > > > > This vote will be open for at least 72 hours.
> > > > > 
> > > > >     [ ] +1 Release this package as Apache Storm 2.5.0
> > > > >     [ ]   0 No opinion
> > > > >     [ ] -1 Do not release this package because...
> > > > > 
> > > > > Thanks to everyone who contributed to this release.
> > > > > 
> > > > > --Bipin Prasad
> > > > > 
> > > > 
> 
> 

Re: Storm 2.5.0 Release Candidate Vote

Posted by Bipin Prasad <bi...@apache.org>.
Great. Thanks Julien for the prompt review and vote.

On 2023/08/04 09:12:20 Julien Nioche wrote:
> Hi
> 
> Compiled from source: OK
> Ran topology in local mode: OK
> Ran topology in deployed mode: OK
> 
> +1 to release
> 
> Thanks Bipin for all your work
> 
> Julien
> 
> 
> On Fri, 4 Aug 2023 at 09:58, Richard Zowalla <rz...@apache.org> wrote:
> 
> > Hi,
> >
> > 1. Checked SHA512 sums: OK
> > 2. Checked ASC signatures: OK
> > 3. Build from sources with the following setup
> >
> > Apache Maven 3.8.7 (b89d5959fcde851dcb1c8946a785a163f14e1e29)
> > Maven home: /usr/share/maven
> > Java version: 11.0.20, vendor: Ubuntu, runtime: /usr/lib/jvm/java-11-
> > openjdk-amd64
> > Default locale: de_DE, platform encoding: UTF-8
> > OS name: "linux", version: "5.19.0-50-generic", arch: "amd64", family:
> > "unix"
> >
> > similar to GH actions: SUCCESS
> >
> > 4. Run all tests (similar to GH actions) locally: SUCCESS
> >
> > 5. Run a dockerized Storm topology for a while
> >
> > (A) First I saw "/usr/bin/env: ‘python3’: No such file or directory" or
> > "/apache-storm-2.5.0/bin/storm: line 42: 10 * ‘python3’: + ‘python3’::
> > syntax error: operand expected (error token is "‘python3’: +
> > ‘python3’:")" in the logs indicating that my docker containers did not
> > have python3 available. I fixed it locally but might be worth to
> > mention that in the announcement so people don't confused but isn't a
> > blocker for 2.5.0-rc4 IMHO.
> >
> > (B) Storm UI is showing my cluster, topology viz looks good, no script
> > errors in browser console
> >
> > (C) Started the topology using flux, don't see any issues (didn't test
> > log viewer).
> >
> > Thanks for preparing RC4, Bipin!!
> >
> > So here is my +1 (binding) for RC4.
> >
> > Gruß
> > Richard
> >
> >
> >
> > Am Donnerstag, dem 03.08.2023 um 14:41 -0700 schrieb Bipin Prasad:
> > > Storm Release candidate version 2.5.0 rc4 is here:
> > > https://dist.apache.org/repos/dist/dev/storm/apache-storm-2.5.0-rc4
> > > Please vote on this release.
> > >
> > >    1. How to vote is described here:
> > >
> > >
> > https://github.com/apache/storm/blob/master/RELEASING.md#how-to-vote-on-a-release-candidate
> > >    2. Release notes are here:
> > >
> > >
> > https://dist.apache.org/repos/dist/dev/storm/apache-storm-2.5.0-rc4/RELEASE_NOTES.html
> > >    .
> > >    3. The tag/commit to be voted upon is v2.5.0:
> > >    4. The source archive being votes upon is here:
> > >
> > >
> > https://dist.apache.org/repos/dist/dev/storm/apache-storm-2.5.0-rc4/apache-storm-2.5.0-src.tar.gz
> > >    5. The release artifacts are signed with the following key:
> > >
> > > https://keyserver.ubuntu.com/pks/lookup?op=get&search=0x134716af768d9b6e
> > >  in
> > >    this file https://www.apache.org/dist/storm/KEYS
> > >
> > >
> > > When voting, please list the actions taken to verify the release.
> > > This vote will be open for at least 72 hours.
> > >
> > >     [ ] +1 Release this package as Apache Storm 2.5.0
> > >     [ ]   0 No opinion
> > >     [ ] -1 Do not release this package because...
> > >
> > > Thanks to everyone who contributed to this release.
> > >
> > > --Bipin Prasad
> > >
> > > On Wed, Aug 2, 2023 at 4:07 PM Bipin Prasad <bi...@apache.org>
> > > wrote:
> > >
> > > > Storm Release candidate version 2.5.0 rc3 is here:
> > > > https://dist.apache.org/repos/dist/dev/storm/apache-storm-2.5.0-rc3
> > > > Please vote on this release.
> > > >
> > > >    1. How to vote is described here:
> > > >
> > > >
> > https://github.com/apache/storm/blob/master/RELEASING.md#how-to-vote-on-a-release-candidate
> > > >    2. Release notes are here:
> > > >
> > > >
> > https://dist.apache.org/repos/dist/dev/storm/apache-storm-2.5.0-rc3/RELEASE_NOTES.html
> > > >    .
> > > >    3. The tag/commit to be voted upon is v2.5.0:
> > > >    4. The source archive being votes upon is here:
> > > >
> > > >
> > https://dist.apache.org/repos/dist/dev/storm/apache-storm-2.5.0-rc3/apache-storm-2.5.0-src.tar.gz
> > > >    5. The release artifacts are signed with the following key:
> > > >
> > > >
> > https://keyserver.ubuntu.com/pks/lookup?op=get&search=0x134716af768d9b6e
> > > >     in this file https://www.apache.org/dist/storm/KEYS
> > > >
> > > >
> > > > When voting, please list the actions taken to verify the release.
> > > > This vote will be open for at least 72 hours.
> > > >
> > > >     [ ] +1 Release this package as Apache Storm 2.5.0
> > > >     [ ]   0 No opinion
> > > >     [ ] -1 Do not release this package because...
> > > >
> > > > Thanks to everyone who contributed to this release.
> > > >
> > > > --Bipin Prasad
> > > >
> > > > On Tue, Jul 25, 2023 at 8:28 AM Bipin Prasad
> > > > <bi...@apache.org>
> > > > wrote:
> > > >
> > > > > Storm Release candidate version 2.5.0 rc2 is here:
> > > > > https://dist.apache.org/repos/dist/dev/storm/apache-storm-2.5.0-rc2
> > > > > Please vote on this release.
> > > > >
> > > > >    1. How to vote is described here:
> > > > >
> > > > >
> > https://github.com/apache/storm/blob/master/RELEASING.md#how-to-vote-on-a-release-candidate
> > > > >    2. Release notes are here:
> > > > >
> > > > >
> > https://dist.apache.org/repos/dist/dev/storm/apache-storm-2.5.0-rc2/RELEASE_NOTES.html
> > > > >    .
> > > > >    3. The tag/commit to be voted upon is v2.5.0:
> > > > >    4. The source archive being votes upon is here:
> > > > >
> > > > >
> > https://dist.apache.org/repos/dist/dev/storm/apache-storm-2.5.0-rc2/apache-storm-2.5.0-src.tar.gz
> > > > >    5. The release artifacts are signed with the following key:
> > > > >
> > > > >
> > https://keyserver.ubuntu.com/pks/lookup?op=get&search=0x134716af768d9b6e
> > > > >     in this file https://www.apache.org/dist/storm/KEYS
> > > > >
> > > > >
> > > > > When voting, please list the actions taken to verify the release.
> > > > > This vote will be open for at least 72 hours.
> > > > >
> > > > >     [ ] +1 Release this package as Apache Storm 2.5.0
> > > > >     [ ]   0 No opinion
> > > > >     [ ] -1 Do not release this package because...
> > > > >
> > > > > Thanks to everyone who contributed to this release.
> > > > >
> > > > > --Bipin Prasad
> > > > >
> > > > > On Mon, Jun 26, 2023 at 4:15 PM Bipin Prasad
> > > > > <bi...@apache.org>
> > > > > wrote:
> > > > >
> > > > > > Storm Release candidate version 2.5.0 rc1 is here:
> > > > > >
> > https://dist.apache.org/repos/dist/dev/storm/apache-storm-2.5.0-rc1
> > > > > > Please vote on this release.
> > > > > >
> > > > > >    1. How to vote is described here:
> > > > > >
> > > > > >
> > https://github.com/apache/storm/blob/master/RELEASING.md#how-to-vote-on-a-release-candidate
> > > > > >    2. Release notes are here:
> > > > > >
> > > > > >
> > https://dist.apache.org/repos/dist/dev/storm/apache-storm-2.5.0-rc1/RELEASE_NOTES.html
> > > > > >    .
> > > > > >    3. The tag/commit to be voted upon is v2.5.0:
> > > > > >    4. The source archive being votes upon is here:
> > > > > >
> > > > > >
> > https://dist.apache.org/repos/dist/dev/storm/apache-storm-2.5.0-rc1/apache-storm-2.5.0-src.tar.gz
> > > > > >    5. The release artifacts are signed with the following key:
> > > > > >
> > > > > >
> > https://keyserver.ubuntu.com/pks/lookup?op=get&search=0x134716af768d9b6e
> > > > > >     in this file https://www.apache.org/dist/storm/KEYS
> > > > > >
> > > > > >
> > > > > > When voting, please list the actions taken to verify the
> > > > > > release.
> > > > > > This vote will be open for at least 72 hours.
> > > > > >
> > > > > >     [ ] +1 Release this package as Apache Storm 2.5.0
> > > > > >     [ ]   0 No opinion
> > > > > >     [ ] -1 Do not release this package because...
> > > > > >
> > > > > > Thanks to everyone who contributed to this release.
> > > > > >
> > > > > > --Bipin Prasad
> > > > > >
> > > > >
> >
> >
> 
> -- 
> 
> *Open Source Solutions for Text Engineering*
> 
> http://www.digitalpebble.com
> http://digitalpebble.blogspot.com/
> #digitalpebble <http://twitter.com/digitalpebble>
> 

Re: Storm 2.5.0 Release Candidate Vote

Posted by Julien Nioche <li...@gmail.com>.
Hi

Compiled from source: OK
Ran topology in local mode: OK
Ran topology in deployed mode: OK

+1 to release

Thanks Bipin for all your work

Julien


On Fri, 4 Aug 2023 at 09:58, Richard Zowalla <rz...@apache.org> wrote:

> Hi,
>
> 1. Checked SHA512 sums: OK
> 2. Checked ASC signatures: OK
> 3. Build from sources with the following setup
>
> Apache Maven 3.8.7 (b89d5959fcde851dcb1c8946a785a163f14e1e29)
> Maven home: /usr/share/maven
> Java version: 11.0.20, vendor: Ubuntu, runtime: /usr/lib/jvm/java-11-
> openjdk-amd64
> Default locale: de_DE, platform encoding: UTF-8
> OS name: "linux", version: "5.19.0-50-generic", arch: "amd64", family:
> "unix"
>
> similar to GH actions: SUCCESS
>
> 4. Run all tests (similar to GH actions) locally: SUCCESS
>
> 5. Run a dockerized Storm topology for a while
>
> (A) First I saw "/usr/bin/env: ‘python3’: No such file or directory" or
> "/apache-storm-2.5.0/bin/storm: line 42: 10 * ‘python3’: + ‘python3’::
> syntax error: operand expected (error token is "‘python3’: +
> ‘python3’:")" in the logs indicating that my docker containers did not
> have python3 available. I fixed it locally but might be worth to
> mention that in the announcement so people don't confused but isn't a
> blocker for 2.5.0-rc4 IMHO.
>
> (B) Storm UI is showing my cluster, topology viz looks good, no script
> errors in browser console
>
> (C) Started the topology using flux, don't see any issues (didn't test
> log viewer).
>
> Thanks for preparing RC4, Bipin!!
>
> So here is my +1 (binding) for RC4.
>
> Gruß
> Richard
>
>
>
> Am Donnerstag, dem 03.08.2023 um 14:41 -0700 schrieb Bipin Prasad:
> > Storm Release candidate version 2.5.0 rc4 is here:
> > https://dist.apache.org/repos/dist/dev/storm/apache-storm-2.5.0-rc4
> > Please vote on this release.
> >
> >    1. How to vote is described here:
> >
> >
> https://github.com/apache/storm/blob/master/RELEASING.md#how-to-vote-on-a-release-candidate
> >    2. Release notes are here:
> >
> >
> https://dist.apache.org/repos/dist/dev/storm/apache-storm-2.5.0-rc4/RELEASE_NOTES.html
> >    .
> >    3. The tag/commit to be voted upon is v2.5.0:
> >    4. The source archive being votes upon is here:
> >
> >
> https://dist.apache.org/repos/dist/dev/storm/apache-storm-2.5.0-rc4/apache-storm-2.5.0-src.tar.gz
> >    5. The release artifacts are signed with the following key:
> >
> > https://keyserver.ubuntu.com/pks/lookup?op=get&search=0x134716af768d9b6e
> >  in
> >    this file https://www.apache.org/dist/storm/KEYS
> >
> >
> > When voting, please list the actions taken to verify the release.
> > This vote will be open for at least 72 hours.
> >
> >     [ ] +1 Release this package as Apache Storm 2.5.0
> >     [ ]   0 No opinion
> >     [ ] -1 Do not release this package because...
> >
> > Thanks to everyone who contributed to this release.
> >
> > --Bipin Prasad
> >
> > On Wed, Aug 2, 2023 at 4:07 PM Bipin Prasad <bi...@apache.org>
> > wrote:
> >
> > > Storm Release candidate version 2.5.0 rc3 is here:
> > > https://dist.apache.org/repos/dist/dev/storm/apache-storm-2.5.0-rc3
> > > Please vote on this release.
> > >
> > >    1. How to vote is described here:
> > >
> > >
> https://github.com/apache/storm/blob/master/RELEASING.md#how-to-vote-on-a-release-candidate
> > >    2. Release notes are here:
> > >
> > >
> https://dist.apache.org/repos/dist/dev/storm/apache-storm-2.5.0-rc3/RELEASE_NOTES.html
> > >    .
> > >    3. The tag/commit to be voted upon is v2.5.0:
> > >    4. The source archive being votes upon is here:
> > >
> > >
> https://dist.apache.org/repos/dist/dev/storm/apache-storm-2.5.0-rc3/apache-storm-2.5.0-src.tar.gz
> > >    5. The release artifacts are signed with the following key:
> > >
> > >
> https://keyserver.ubuntu.com/pks/lookup?op=get&search=0x134716af768d9b6e
> > >     in this file https://www.apache.org/dist/storm/KEYS
> > >
> > >
> > > When voting, please list the actions taken to verify the release.
> > > This vote will be open for at least 72 hours.
> > >
> > >     [ ] +1 Release this package as Apache Storm 2.5.0
> > >     [ ]   0 No opinion
> > >     [ ] -1 Do not release this package because...
> > >
> > > Thanks to everyone who contributed to this release.
> > >
> > > --Bipin Prasad
> > >
> > > On Tue, Jul 25, 2023 at 8:28 AM Bipin Prasad
> > > <bi...@apache.org>
> > > wrote:
> > >
> > > > Storm Release candidate version 2.5.0 rc2 is here:
> > > > https://dist.apache.org/repos/dist/dev/storm/apache-storm-2.5.0-rc2
> > > > Please vote on this release.
> > > >
> > > >    1. How to vote is described here:
> > > >
> > > >
> https://github.com/apache/storm/blob/master/RELEASING.md#how-to-vote-on-a-release-candidate
> > > >    2. Release notes are here:
> > > >
> > > >
> https://dist.apache.org/repos/dist/dev/storm/apache-storm-2.5.0-rc2/RELEASE_NOTES.html
> > > >    .
> > > >    3. The tag/commit to be voted upon is v2.5.0:
> > > >    4. The source archive being votes upon is here:
> > > >
> > > >
> https://dist.apache.org/repos/dist/dev/storm/apache-storm-2.5.0-rc2/apache-storm-2.5.0-src.tar.gz
> > > >    5. The release artifacts are signed with the following key:
> > > >
> > > >
> https://keyserver.ubuntu.com/pks/lookup?op=get&search=0x134716af768d9b6e
> > > >     in this file https://www.apache.org/dist/storm/KEYS
> > > >
> > > >
> > > > When voting, please list the actions taken to verify the release.
> > > > This vote will be open for at least 72 hours.
> > > >
> > > >     [ ] +1 Release this package as Apache Storm 2.5.0
> > > >     [ ]   0 No opinion
> > > >     [ ] -1 Do not release this package because...
> > > >
> > > > Thanks to everyone who contributed to this release.
> > > >
> > > > --Bipin Prasad
> > > >
> > > > On Mon, Jun 26, 2023 at 4:15 PM Bipin Prasad
> > > > <bi...@apache.org>
> > > > wrote:
> > > >
> > > > > Storm Release candidate version 2.5.0 rc1 is here:
> > > > >
> https://dist.apache.org/repos/dist/dev/storm/apache-storm-2.5.0-rc1
> > > > > Please vote on this release.
> > > > >
> > > > >    1. How to vote is described here:
> > > > >
> > > > >
> https://github.com/apache/storm/blob/master/RELEASING.md#how-to-vote-on-a-release-candidate
> > > > >    2. Release notes are here:
> > > > >
> > > > >
> https://dist.apache.org/repos/dist/dev/storm/apache-storm-2.5.0-rc1/RELEASE_NOTES.html
> > > > >    .
> > > > >    3. The tag/commit to be voted upon is v2.5.0:
> > > > >    4. The source archive being votes upon is here:
> > > > >
> > > > >
> https://dist.apache.org/repos/dist/dev/storm/apache-storm-2.5.0-rc1/apache-storm-2.5.0-src.tar.gz
> > > > >    5. The release artifacts are signed with the following key:
> > > > >
> > > > >
> https://keyserver.ubuntu.com/pks/lookup?op=get&search=0x134716af768d9b6e
> > > > >     in this file https://www.apache.org/dist/storm/KEYS
> > > > >
> > > > >
> > > > > When voting, please list the actions taken to verify the
> > > > > release.
> > > > > This vote will be open for at least 72 hours.
> > > > >
> > > > >     [ ] +1 Release this package as Apache Storm 2.5.0
> > > > >     [ ]   0 No opinion
> > > > >     [ ] -1 Do not release this package because...
> > > > >
> > > > > Thanks to everyone who contributed to this release.
> > > > >
> > > > > --Bipin Prasad
> > > > >
> > > >
>
>

-- 

*Open Source Solutions for Text Engineering*

http://www.digitalpebble.com
http://digitalpebble.blogspot.com/
#digitalpebble <http://twitter.com/digitalpebble>

Re: Storm 2.5.0 Release Candidate Vote

Posted by Richard Zowalla <rz...@apache.org>.
Hi,

1. Checked SHA512 sums: OK
2. Checked ASC signatures: OK
3. Build from sources with the following setup

Apache Maven 3.8.7 (b89d5959fcde851dcb1c8946a785a163f14e1e29)
Maven home: /usr/share/maven
Java version: 11.0.20, vendor: Ubuntu, runtime: /usr/lib/jvm/java-11-
openjdk-amd64
Default locale: de_DE, platform encoding: UTF-8
OS name: "linux", version: "5.19.0-50-generic", arch: "amd64", family:
"unix"

similar to GH actions: SUCCESS

4. Run all tests (similar to GH actions) locally: SUCCESS

5. Run a dockerized Storm topology for a while

(A) First I saw "/usr/bin/env: ‘python3’: No such file or directory" or
"/apache-storm-2.5.0/bin/storm: line 42: 10 * ‘python3’: + ‘python3’::
syntax error: operand expected (error token is "‘python3’: +
‘python3’:")" in the logs indicating that my docker containers did not
have python3 available. I fixed it locally but might be worth to
mention that in the announcement so people don't confused but isn't a
blocker for 2.5.0-rc4 IMHO.

(B) Storm UI is showing my cluster, topology viz looks good, no script
errors in browser console

(C) Started the topology using flux, don't see any issues (didn't test
log viewer).

Thanks for preparing RC4, Bipin!!

So here is my +1 (binding) for RC4.

Gruß
Richard



Am Donnerstag, dem 03.08.2023 um 14:41 -0700 schrieb Bipin Prasad:
> Storm Release candidate version 2.5.0 rc4 is here:
> https://dist.apache.org/repos/dist/dev/storm/apache-storm-2.5.0-rc4
> Please vote on this release.
> 
>    1. How to vote is described here:
>   
> https://github.com/apache/storm/blob/master/RELEASING.md#how-to-vote-on-a-release-candidate
>    2. Release notes are here:
>   
> https://dist.apache.org/repos/dist/dev/storm/apache-storm-2.5.0-rc4/RELEASE_NOTES.html
>    .
>    3. The tag/commit to be voted upon is v2.5.0:
>    4. The source archive being votes upon is here:
>   
> https://dist.apache.org/repos/dist/dev/storm/apache-storm-2.5.0-rc4/apache-storm-2.5.0-src.tar.gz
>    5. The release artifacts are signed with the following key:
>   
> https://keyserver.ubuntu.com/pks/lookup?op=get&search=0x134716af768d9b6e
>  in
>    this file https://www.apache.org/dist/storm/KEYS
> 
> 
> When voting, please list the actions taken to verify the release.
> This vote will be open for at least 72 hours.
> 
>     [ ] +1 Release this package as Apache Storm 2.5.0
>     [ ]   0 No opinion
>     [ ] -1 Do not release this package because...
> 
> Thanks to everyone who contributed to this release.
> 
> --Bipin Prasad
> 
> On Wed, Aug 2, 2023 at 4:07 PM Bipin Prasad <bi...@apache.org>
> wrote:
> 
> > Storm Release candidate version 2.5.0 rc3 is here:
> > https://dist.apache.org/repos/dist/dev/storm/apache-storm-2.5.0-rc3
> > Please vote on this release.
> > 
> >    1. How to vote is described here:
> >   
> > https://github.com/apache/storm/blob/master/RELEASING.md#how-to-vote-on-a-release-candidate
> >    2. Release notes are here:
> >   
> > https://dist.apache.org/repos/dist/dev/storm/apache-storm-2.5.0-rc3/RELEASE_NOTES.html
> >    .
> >    3. The tag/commit to be voted upon is v2.5.0:
> >    4. The source archive being votes upon is here:
> >   
> > https://dist.apache.org/repos/dist/dev/storm/apache-storm-2.5.0-rc3/apache-storm-2.5.0-src.tar.gz
> >    5. The release artifacts are signed with the following key:
> >   
> > https://keyserver.ubuntu.com/pks/lookup?op=get&search=0x134716af768d9b6e
> >     in this file https://www.apache.org/dist/storm/KEYS
> > 
> > 
> > When voting, please list the actions taken to verify the release.
> > This vote will be open for at least 72 hours.
> > 
> >     [ ] +1 Release this package as Apache Storm 2.5.0
> >     [ ]   0 No opinion
> >     [ ] -1 Do not release this package because...
> > 
> > Thanks to everyone who contributed to this release.
> > 
> > --Bipin Prasad
> > 
> > On Tue, Jul 25, 2023 at 8:28 AM Bipin Prasad
> > <bi...@apache.org>
> > wrote:
> > 
> > > Storm Release candidate version 2.5.0 rc2 is here:
> > > https://dist.apache.org/repos/dist/dev/storm/apache-storm-2.5.0-rc2
> > > Please vote on this release.
> > > 
> > >    1. How to vote is described here:
> > >   
> > > https://github.com/apache/storm/blob/master/RELEASING.md#how-to-vote-on-a-release-candidate
> > >    2. Release notes are here:
> > >   
> > > https://dist.apache.org/repos/dist/dev/storm/apache-storm-2.5.0-rc2/RELEASE_NOTES.html
> > >    .
> > >    3. The tag/commit to be voted upon is v2.5.0:
> > >    4. The source archive being votes upon is here:
> > >   
> > > https://dist.apache.org/repos/dist/dev/storm/apache-storm-2.5.0-rc2/apache-storm-2.5.0-src.tar.gz
> > >    5. The release artifacts are signed with the following key:
> > >   
> > > https://keyserver.ubuntu.com/pks/lookup?op=get&search=0x134716af768d9b6e
> > >     in this file https://www.apache.org/dist/storm/KEYS
> > > 
> > > 
> > > When voting, please list the actions taken to verify the release.
> > > This vote will be open for at least 72 hours.
> > > 
> > >     [ ] +1 Release this package as Apache Storm 2.5.0
> > >     [ ]   0 No opinion
> > >     [ ] -1 Do not release this package because...
> > > 
> > > Thanks to everyone who contributed to this release.
> > > 
> > > --Bipin Prasad
> > > 
> > > On Mon, Jun 26, 2023 at 4:15 PM Bipin Prasad
> > > <bi...@apache.org>
> > > wrote:
> > > 
> > > > Storm Release candidate version 2.5.0 rc1 is here:
> > > > https://dist.apache.org/repos/dist/dev/storm/apache-storm-2.5.0-rc1
> > > > Please vote on this release.
> > > > 
> > > >    1. How to vote is described here:
> > > >   
> > > > https://github.com/apache/storm/blob/master/RELEASING.md#how-to-vote-on-a-release-candidate
> > > >    2. Release notes are here:
> > > >   
> > > > https://dist.apache.org/repos/dist/dev/storm/apache-storm-2.5.0-rc1/RELEASE_NOTES.html
> > > >    .
> > > >    3. The tag/commit to be voted upon is v2.5.0:
> > > >    4. The source archive being votes upon is here:
> > > >   
> > > > https://dist.apache.org/repos/dist/dev/storm/apache-storm-2.5.0-rc1/apache-storm-2.5.0-src.tar.gz
> > > >    5. The release artifacts are signed with the following key:
> > > >   
> > > > https://keyserver.ubuntu.com/pks/lookup?op=get&search=0x134716af768d9b6e
> > > >     in this file https://www.apache.org/dist/storm/KEYS
> > > > 
> > > > 
> > > > When voting, please list the actions taken to verify the
> > > > release.
> > > > This vote will be open for at least 72 hours.
> > > > 
> > > >     [ ] +1 Release this package as Apache Storm 2.5.0
> > > >     [ ]   0 No opinion
> > > >     [ ] -1 Do not release this package because...
> > > > 
> > > > Thanks to everyone who contributed to this release.
> > > > 
> > > > --Bipin Prasad
> > > > 
> > > 


Re: Storm 2.5.0 Release Candidate Vote

Posted by Bipin Prasad <bi...@apache.org>.
Storm Release candidate version 2.5.0 rc4 is here:
https://dist.apache.org/repos/dist/dev/storm/apache-storm-2.5.0-rc4
Please vote on this release.

   1. How to vote is described here:
   https://github.com/apache/storm/blob/master/RELEASING.md#how-to-vote-on-a-release-candidate
   2. Release notes are here:
   https://dist.apache.org/repos/dist/dev/storm/apache-storm-2.5.0-rc4/RELEASE_NOTES.html
   .
   3. The tag/commit to be voted upon is v2.5.0:
   4. The source archive being votes upon is here:
   https://dist.apache.org/repos/dist/dev/storm/apache-storm-2.5.0-rc4/apache-storm-2.5.0-src.tar.gz
   5. The release artifacts are signed with the following key:
   https://keyserver.ubuntu.com/pks/lookup?op=get&search=0x134716af768d9b6e in
   this file https://www.apache.org/dist/storm/KEYS


When voting, please list the actions taken to verify the release.
This vote will be open for at least 72 hours.

    [ ] +1 Release this package as Apache Storm 2.5.0
    [ ]   0 No opinion
    [ ] -1 Do not release this package because...

Thanks to everyone who contributed to this release.

--Bipin Prasad

On Wed, Aug 2, 2023 at 4:07 PM Bipin Prasad <bi...@apache.org> wrote:

> Storm Release candidate version 2.5.0 rc3 is here:
> https://dist.apache.org/repos/dist/dev/storm/apache-storm-2.5.0-rc3
> Please vote on this release.
>
>    1. How to vote is described here:
>    https://github.com/apache/storm/blob/master/RELEASING.md#how-to-vote-on-a-release-candidate
>    2. Release notes are here:
>    https://dist.apache.org/repos/dist/dev/storm/apache-storm-2.5.0-rc3/RELEASE_NOTES.html
>    .
>    3. The tag/commit to be voted upon is v2.5.0:
>    4. The source archive being votes upon is here:
>    https://dist.apache.org/repos/dist/dev/storm/apache-storm-2.5.0-rc3/apache-storm-2.5.0-src.tar.gz
>    5. The release artifacts are signed with the following key:
>    https://keyserver.ubuntu.com/pks/lookup?op=get&search=0x134716af768d9b6e
>     in this file https://www.apache.org/dist/storm/KEYS
>
>
> When voting, please list the actions taken to verify the release.
> This vote will be open for at least 72 hours.
>
>     [ ] +1 Release this package as Apache Storm 2.5.0
>     [ ]   0 No opinion
>     [ ] -1 Do not release this package because...
>
> Thanks to everyone who contributed to this release.
>
> --Bipin Prasad
>
> On Tue, Jul 25, 2023 at 8:28 AM Bipin Prasad <bi...@apache.org>
> wrote:
>
>> Storm Release candidate version 2.5.0 rc2 is here:
>> https://dist.apache.org/repos/dist/dev/storm/apache-storm-2.5.0-rc2
>> Please vote on this release.
>>
>>    1. How to vote is described here:
>>    https://github.com/apache/storm/blob/master/RELEASING.md#how-to-vote-on-a-release-candidate
>>    2. Release notes are here:
>>    https://dist.apache.org/repos/dist/dev/storm/apache-storm-2.5.0-rc2/RELEASE_NOTES.html
>>    .
>>    3. The tag/commit to be voted upon is v2.5.0:
>>    4. The source archive being votes upon is here:
>>    https://dist.apache.org/repos/dist/dev/storm/apache-storm-2.5.0-rc2/apache-storm-2.5.0-src.tar.gz
>>    5. The release artifacts are signed with the following key:
>>    https://keyserver.ubuntu.com/pks/lookup?op=get&search=0x134716af768d9b6e
>>     in this file https://www.apache.org/dist/storm/KEYS
>>
>>
>> When voting, please list the actions taken to verify the release.
>> This vote will be open for at least 72 hours.
>>
>>     [ ] +1 Release this package as Apache Storm 2.5.0
>>     [ ]   0 No opinion
>>     [ ] -1 Do not release this package because...
>>
>> Thanks to everyone who contributed to this release.
>>
>> --Bipin Prasad
>>
>> On Mon, Jun 26, 2023 at 4:15 PM Bipin Prasad <bi...@apache.org>
>> wrote:
>>
>>> Storm Release candidate version 2.5.0 rc1 is here:
>>> https://dist.apache.org/repos/dist/dev/storm/apache-storm-2.5.0-rc1
>>> Please vote on this release.
>>>
>>>    1. How to vote is described here:
>>>    https://github.com/apache/storm/blob/master/RELEASING.md#how-to-vote-on-a-release-candidate
>>>    2. Release notes are here:
>>>    https://dist.apache.org/repos/dist/dev/storm/apache-storm-2.5.0-rc1/RELEASE_NOTES.html
>>>    .
>>>    3. The tag/commit to be voted upon is v2.5.0:
>>>    4. The source archive being votes upon is here:
>>>    https://dist.apache.org/repos/dist/dev/storm/apache-storm-2.5.0-rc1/apache-storm-2.5.0-src.tar.gz
>>>    5. The release artifacts are signed with the following key:
>>>    https://keyserver.ubuntu.com/pks/lookup?op=get&search=0x134716af768d9b6e
>>>     in this file https://www.apache.org/dist/storm/KEYS
>>>
>>>
>>> When voting, please list the actions taken to verify the release.
>>> This vote will be open for at least 72 hours.
>>>
>>>     [ ] +1 Release this package as Apache Storm 2.5.0
>>>     [ ]   0 No opinion
>>>     [ ] -1 Do not release this package because...
>>>
>>> Thanks to everyone who contributed to this release.
>>>
>>> --Bipin Prasad
>>>
>>

Re: Storm 2.5.0 Release Candidate Vote

Posted by Bipin Prasad <bi...@apache.org>.
Storm Release candidate version 2.5.0 rc3 is here:
https://dist.apache.org/repos/dist/dev/storm/apache-storm-2.5.0-rc3
Please vote on this release.

   1. How to vote is described here:
   https://github.com/apache/storm/blob/master/RELEASING.md#how-to-vote-on-a-release-candidate
   2. Release notes are here:
   https://dist.apache.org/repos/dist/dev/storm/apache-storm-2.5.0-rc3/RELEASE_NOTES.html
   .
   3. The tag/commit to be voted upon is v2.5.0:
   4. The source archive being votes upon is here:
   https://dist.apache.org/repos/dist/dev/storm/apache-storm-2.5.0-rc3/apache-storm-2.5.0-src.tar.gz
   5. The release artifacts are signed with the following key:
   https://keyserver.ubuntu.com/pks/lookup?op=get&search=0x134716af768d9b6e in
   this file https://www.apache.org/dist/storm/KEYS


When voting, please list the actions taken to verify the release.
This vote will be open for at least 72 hours.

    [ ] +1 Release this package as Apache Storm 2.5.0
    [ ]   0 No opinion
    [ ] -1 Do not release this package because...

Thanks to everyone who contributed to this release.

--Bipin Prasad

On Tue, Jul 25, 2023 at 8:28 AM Bipin Prasad <bi...@apache.org> wrote:

> Storm Release candidate version 2.5.0 rc2 is here:
> https://dist.apache.org/repos/dist/dev/storm/apache-storm-2.5.0-rc2
> Please vote on this release.
>
>    1. How to vote is described here:
>    https://github.com/apache/storm/blob/master/RELEASING.md#how-to-vote-on-a-release-candidate
>    2. Release notes are here:
>    https://dist.apache.org/repos/dist/dev/storm/apache-storm-2.5.0-rc2/RELEASE_NOTES.html
>    .
>    3. The tag/commit to be voted upon is v2.5.0:
>    4. The source archive being votes upon is here:
>    https://dist.apache.org/repos/dist/dev/storm/apache-storm-2.5.0-rc2/apache-storm-2.5.0-src.tar.gz
>    5. The release artifacts are signed with the following key:
>    https://keyserver.ubuntu.com/pks/lookup?op=get&search=0x134716af768d9b6e
>     in this file https://www.apache.org/dist/storm/KEYS
>
>
> When voting, please list the actions taken to verify the release.
> This vote will be open for at least 72 hours.
>
>     [ ] +1 Release this package as Apache Storm 2.5.0
>     [ ]   0 No opinion
>     [ ] -1 Do not release this package because...
>
> Thanks to everyone who contributed to this release.
>
> --Bipin Prasad
>
> On Mon, Jun 26, 2023 at 4:15 PM Bipin Prasad <bi...@apache.org>
> wrote:
>
>> Storm Release candidate version 2.5.0 rc1 is here:
>> https://dist.apache.org/repos/dist/dev/storm/apache-storm-2.5.0-rc1
>> Please vote on this release.
>>
>>    1. How to vote is described here:
>>    https://github.com/apache/storm/blob/master/RELEASING.md#how-to-vote-on-a-release-candidate
>>    2. Release notes are here:
>>    https://dist.apache.org/repos/dist/dev/storm/apache-storm-2.5.0-rc1/RELEASE_NOTES.html
>>    .
>>    3. The tag/commit to be voted upon is v2.5.0:
>>    4. The source archive being votes upon is here:
>>    https://dist.apache.org/repos/dist/dev/storm/apache-storm-2.5.0-rc1/apache-storm-2.5.0-src.tar.gz
>>    5. The release artifacts are signed with the following key:
>>    https://keyserver.ubuntu.com/pks/lookup?op=get&search=0x134716af768d9b6e
>>     in this file https://www.apache.org/dist/storm/KEYS
>>
>>
>> When voting, please list the actions taken to verify the release.
>> This vote will be open for at least 72 hours.
>>
>>     [ ] +1 Release this package as Apache Storm 2.5.0
>>     [ ]   0 No opinion
>>     [ ] -1 Do not release this package because...
>>
>> Thanks to everyone who contributed to this release.
>>
>> --Bipin Prasad
>>
>

Re: Storm 2.5.0 Release Candidate Vote

Posted by Bipin Prasad <bi...@apache.org>.
Storm Release candidate version 2.5.0 rc2 is here:
https://dist.apache.org/repos/dist/dev/storm/apache-storm-2.5.0-rc2
Please vote on this release.

   1. How to vote is described here:
   https://github.com/apache/storm/blob/master/RELEASING.md#how-to-vote-on-a-release-candidate
   2. Release notes are here:
   https://dist.apache.org/repos/dist/dev/storm/apache-storm-2.5.0-rc2/RELEASE_NOTES.html
   .
   3. The tag/commit to be voted upon is v2.5.0:
   4. The source archive being votes upon is here:
   https://dist.apache.org/repos/dist/dev/storm/apache-storm-2.5.0-rc2/apache-storm-2.5.0-src.tar.gz
   5. The release artifacts are signed with the following key:
   https://keyserver.ubuntu.com/pks/lookup?op=get&search=0x134716af768d9b6e in
   this file https://www.apache.org/dist/storm/KEYS


When voting, please list the actions taken to verify the release.
This vote will be open for at least 72 hours.

    [ ] +1 Release this package as Apache Storm 2.5.0
    [ ]   0 No opinion
    [ ] -1 Do not release this package because...

Thanks to everyone who contributed to this release.

--Bipin Prasad

On Mon, Jun 26, 2023 at 4:15 PM Bipin Prasad <bi...@apache.org> wrote:

> Storm Release candidate version 2.5.0 rc1 is here:
> https://dist.apache.org/repos/dist/dev/storm/apache-storm-2.5.0-rc1
> Please vote on this release.
>
>    1. How to vote is described here:
>    https://github.com/apache/storm/blob/master/RELEASING.md#how-to-vote-on-a-release-candidate
>    2. Release notes are here:
>    https://dist.apache.org/repos/dist/dev/storm/apache-storm-2.5.0-rc1/RELEASE_NOTES.html
>    .
>    3. The tag/commit to be voted upon is v2.5.0:
>    4. The source archive being votes upon is here:
>    https://dist.apache.org/repos/dist/dev/storm/apache-storm-2.5.0-rc1/apache-storm-2.5.0-src.tar.gz
>    5. The release artifacts are signed with the following key:
>    https://keyserver.ubuntu.com/pks/lookup?op=get&search=0x134716af768d9b6e
>     in this file https://www.apache.org/dist/storm/KEYS
>
>
> When voting, please list the actions taken to verify the release.
> This vote will be open for at least 72 hours.
>
>     [ ] +1 Release this package as Apache Storm 2.5.0
>     [ ]   0 No opinion
>     [ ] -1 Do not release this package because...
>
> Thanks to everyone who contributed to this release.
>
> --Bipin Prasad
>

Re: Storm 2.5.0 Release Candidate Vote

Posted by Alexandre Vermeerbergen <av...@gmail.com>.
Great news!

I will start testing this Storm 2.5.0 RC  later this week, as i do not have
access to my machines before.

Thanks!
Alex

Le mar. 27 juin 2023, 01:15, Bipin Prasad <bi...@apache.org> a écrit :

> Storm Release candidate version 2.5.0 rc1 is here:
> https://dist.apache.org/repos/dist/dev/storm/apache-storm-2.5.0-rc1
> Please vote on this release.
>
>    1. How to vote is described here:
>
> https://github.com/apache/storm/blob/master/RELEASING.md#how-to-vote-on-a-release-candidate
>    2. Release notes are here:
>
> https://dist.apache.org/repos/dist/dev/storm/apache-storm-2.5.0-rc1/RELEASE_NOTES.html
>    .
>    3. The tag/commit to be voted upon is v2.5.0:
>    4. The source archive being votes upon is here:
>
> https://dist.apache.org/repos/dist/dev/storm/apache-storm-2.5.0-rc1/apache-storm-2.5.0-src.tar.gz
>    5. The release artifacts are signed with the following key:
>
> https://keyserver.ubuntu.com/pks/lookup?op=get&search=0x134716af768d9b6e
> in
>    this file https://www.apache.org/dist/storm/KEYS
>
>
> When voting, please list the actions taken to verify the release.
> This vote will be open for at least 72 hours.
>
>     [ ] +1 Release this package as Apache Storm 2.5.0
>     [ ]   0 No opinion
>     [ ] -1 Do not release this package because...
>
> Thanks to everyone who contributed to this release.
>
> --Bipin Prasad
>

Re: Storm 2.5.0 Release Candidate Vote

Posted by Alexandre Vermeerbergen <av...@gmail.com>.
Great for jdk11/jdk17 !
Attached the mvn clean install's GZIP logs which I forgot to attach in
previous post, in case that's of any help as a feedback on RC1

Le sam. 8 juil. 2023 à 18:54, Bipin Prasad
<bi...@yahoo.com.invalid> a écrit :
>
> About jdk11,jdk17 this is coming shortly. Because of some downstream dependencies, there were some issues with tests. After this release, we need to add jdk11 and 17 to GitHub actions (and then at some point drop jdk8).
>
>
> Sent from Yahoo Mail for iPhone
>
>
> On Saturday, July 8, 2023, 11:44 AM, Alexandre Vermeerbergen <av...@gmail.com> wrote:
>
> More tests on Storm 2.5.0-RC1:
> * Using the binary distribution, I upgrade my Storm cluster with 6
> workers/supervisor dedicated machines (without changing the big JARs
> which are still compiled with Storm 2.4.0 dependencies)
>   => everything work fine so far
> * I tried to compile from sources on a RedHat 8.6 machine with JDK8
> (OpenJ9's) and Maven 3.9.2, got errors but that looks like what you
> guys are trying to fix to Python.
>   => I have attached GZIPed version of mvn clean install
>
> Question: can we use JDK11 or JDK17 to compile Storm ?
>
> Thanks,
> Alex
>
> Le sam. 8 juil. 2023 à 13:55, Bipin Prasad
> <bi...@yahoo.com.invalid> a écrit :
> >
> > I am working on release candidate 2, but will also look at this issue this weekend and get back to you.Thanks for checking.
> >
> >
> > Sent from Yahoo Mail for iPhone
> >
> >
> > On Saturday, July 8, 2023, 1:15 AM, Alexandre Vermeerbergen <av...@gmail.com> wrote:
> >
> > Hello,
> >
> > I tried to check apache-storm-2.5.0.tar.gz.sha512(from
> > https://dist.apache.org/repos/dist/dev/storm/apache-storm-2.5.0-rc1/),
> > but I get this error:
> >
> > $ /usr/bin/sha512sum -c apache-storm-2.5.0.tar.gz.sha512
> > /usr/bin/sha512sum: apache-storm-2.5.0.tar.gz.sha512: no properly
> > formatted SHA512 checksum lines found
> > $ cat apache-storm-2.5.0.tar.gz.sha512
> > apache-storm-2.5.0.tar.gz: 93066657 9585BF11 9F71444D 355A2FBB B1B2FAF5
> >                          EA2B8FDA B783C375 391D6926 C27D9BA3 99992269
> >                          32D22B77 AEB00E79 EBDC5563 910740DC 35E77DD9
> >                          625C0DDD
> >
> > Am I doing it wrong? (to create the contents of
> > apache-storm-2.5.0.tar.gz.sha512, I copy-pasted the output of
> > https://dist.apache.org/repos/dist/dev/storm/apache-storm-2.5.0-rc1/apache-storm-2.5.0.tar.gz.sha512)
> >
> > thanks,
> > Alex
> >
> > Le jeu. 29 juin 2023 à 21:18, Aaron Gresch <ag...@gmail.com> a écrit :
> > >
> > > I found some issues with python vs python3 with the release candidate that
> > > Bipin is addressing.
> > >
> > > On Mon, Jun 26, 2023 at 6:15 PM Bipin Prasad <bi...@apache.org> wrote:
> > >
> > > > Storm Release candidate version 2.5.0 rc1 is here:
> > > > https://dist.apache.org/repos/dist/dev/storm/apache-storm-2.5.0-rc1
> > > > Please vote on this release.
> > > >
> > > >    1. How to vote is described here:
> > > >
> > > > https://github.com/apache/storm/blob/master/RELEASING.md#how-to-vote-on-a-release-candidate
> > > >    2. Release notes are here:
> > > >
> > > > https://dist.apache.org/repos/dist/dev/storm/apache-storm-2.5.0-rc1/RELEASE_NOTES.html
> > > >    .
> > > >    3. The tag/commit to be voted upon is v2.5.0:
> > > >    4. The source archive being votes upon is here:
> > > >
> > > > https://dist.apache.org/repos/dist/dev/storm/apache-storm-2.5.0-rc1/apache-storm-2.5.0-src.tar.gz
> > > >    5. The release artifacts are signed with the following key:
> > > >
> > > > https://keyserver.ubuntu.com/pks/lookup?op=get&search=0x134716af768d9b6e
> > > > in
> > > >    this file https://www.apache.org/dist/storm/KEYS
> > > >
> > > >
> > > > When voting, please list the actions taken to verify the release.
> > > > This vote will be open for at least 72 hours.
> > > >
> > > >    [ ] +1 Release this package as Apache Storm 2.5.0
> > > >    [ ]  0 No opinion
> > > >    [ ] -1 Do not release this package because...
> > > >
> > > > Thanks to everyone who contributed to this release.
> > > >
> > > > --Bipin Prasad
> > > >
> >
> >
> >
>
>
>

Re: Storm 2.5.0 Release Candidate Vote

Posted by Bipin Prasad <bi...@yahoo.com.INVALID>.
About jdk11,jdk17 this is coming shortly. Because of some downstream dependencies, there were some issues with tests. After this release, we need to add jdk11 and 17 to GitHub actions (and then at some point drop jdk8).


Sent from Yahoo Mail for iPhone


On Saturday, July 8, 2023, 11:44 AM, Alexandre Vermeerbergen <av...@gmail.com> wrote:

More tests on Storm 2.5.0-RC1:
* Using the binary distribution, I upgrade my Storm cluster with 6
workers/supervisor dedicated machines (without changing the big JARs
which are still compiled with Storm 2.4.0 dependencies)
  => everything work fine so far
* I tried to compile from sources on a RedHat 8.6 machine with JDK8
(OpenJ9's) and Maven 3.9.2, got errors but that looks like what you
guys are trying to fix to Python.
  => I have attached GZIPed version of mvn clean install

Question: can we use JDK11 or JDK17 to compile Storm ?

Thanks,
Alex

Le sam. 8 juil. 2023 à 13:55, Bipin Prasad
<bi...@yahoo.com.invalid> a écrit :
>
> I am working on release candidate 2, but will also look at this issue this weekend and get back to you.Thanks for checking.
>
>
> Sent from Yahoo Mail for iPhone
>
>
> On Saturday, July 8, 2023, 1:15 AM, Alexandre Vermeerbergen <av...@gmail.com> wrote:
>
> Hello,
>
> I tried to check apache-storm-2.5.0.tar.gz.sha512(from
> https://dist.apache.org/repos/dist/dev/storm/apache-storm-2.5.0-rc1/),
> but I get this error:
>
> $ /usr/bin/sha512sum -c apache-storm-2.5.0.tar.gz.sha512
> /usr/bin/sha512sum: apache-storm-2.5.0.tar.gz.sha512: no properly
> formatted SHA512 checksum lines found
> $ cat apache-storm-2.5.0.tar.gz.sha512
> apache-storm-2.5.0.tar.gz: 93066657 9585BF11 9F71444D 355A2FBB B1B2FAF5
>                          EA2B8FDA B783C375 391D6926 C27D9BA3 99992269
>                          32D22B77 AEB00E79 EBDC5563 910740DC 35E77DD9
>                          625C0DDD
>
> Am I doing it wrong? (to create the contents of
> apache-storm-2.5.0.tar.gz.sha512, I copy-pasted the output of
> https://dist.apache.org/repos/dist/dev/storm/apache-storm-2.5.0-rc1/apache-storm-2.5.0.tar.gz.sha512)
>
> thanks,
> Alex
>
> Le jeu. 29 juin 2023 à 21:18, Aaron Gresch <ag...@gmail.com> a écrit :
> >
> > I found some issues with python vs python3 with the release candidate that
> > Bipin is addressing.
> >
> > On Mon, Jun 26, 2023 at 6:15 PM Bipin Prasad <bi...@apache.org> wrote:
> >
> > > Storm Release candidate version 2.5.0 rc1 is here:
> > > https://dist.apache.org/repos/dist/dev/storm/apache-storm-2.5.0-rc1
> > > Please vote on this release.
> > >
> > >    1. How to vote is described here:
> > >
> > > https://github.com/apache/storm/blob/master/RELEASING.md#how-to-vote-on-a-release-candidate
> > >    2. Release notes are here:
> > >
> > > https://dist.apache.org/repos/dist/dev/storm/apache-storm-2.5.0-rc1/RELEASE_NOTES.html
> > >    .
> > >    3. The tag/commit to be voted upon is v2.5.0:
> > >    4. The source archive being votes upon is here:
> > >
> > > https://dist.apache.org/repos/dist/dev/storm/apache-storm-2.5.0-rc1/apache-storm-2.5.0-src.tar.gz
> > >    5. The release artifacts are signed with the following key:
> > >
> > > https://keyserver.ubuntu.com/pks/lookup?op=get&search=0x134716af768d9b6e
> > > in
> > >    this file https://www.apache.org/dist/storm/KEYS
> > >
> > >
> > > When voting, please list the actions taken to verify the release.
> > > This vote will be open for at least 72 hours.
> > >
> > >    [ ] +1 Release this package as Apache Storm 2.5.0
> > >    [ ]  0 No opinion
> > >    [ ] -1 Do not release this package because...
> > >
> > > Thanks to everyone who contributed to this release.
> > >
> > > --Bipin Prasad
> > >
>
>
>




Re: Storm 2.5.0 Release Candidate Vote

Posted by Alexandre Vermeerbergen <av...@gmail.com>.
More tests on Storm 2.5.0-RC1:
* Using the binary distribution, I upgrade my Storm cluster with 6
workers/supervisor dedicated machines (without changing the big JARs
which are still compiled with Storm 2.4.0 dependencies)
   => everything work fine so far
* I tried to compile from sources on a RedHat 8.6 machine with JDK8
(OpenJ9's) and Maven 3.9.2, got errors but that looks like what you
guys are trying to fix to Python.
  => I have attached GZIPed version of mvn clean install

Question: can we use JDK11 or JDK17 to compile Storm ?

Thanks,
Alex

Le sam. 8 juil. 2023 à 13:55, Bipin Prasad
<bi...@yahoo.com.invalid> a écrit :
>
> I am working on release candidate 2, but will also look at this issue this weekend and get back to you.Thanks for checking.
>
>
> Sent from Yahoo Mail for iPhone
>
>
> On Saturday, July 8, 2023, 1:15 AM, Alexandre Vermeerbergen <av...@gmail.com> wrote:
>
> Hello,
>
> I tried to check apache-storm-2.5.0.tar.gz.sha512(from
> https://dist.apache.org/repos/dist/dev/storm/apache-storm-2.5.0-rc1/),
> but I get this error:
>
> $ /usr/bin/sha512sum -c apache-storm-2.5.0.tar.gz.sha512
> /usr/bin/sha512sum: apache-storm-2.5.0.tar.gz.sha512: no properly
> formatted SHA512 checksum lines found
> $ cat apache-storm-2.5.0.tar.gz.sha512
> apache-storm-2.5.0.tar.gz: 93066657 9585BF11 9F71444D 355A2FBB B1B2FAF5
>                           EA2B8FDA B783C375 391D6926 C27D9BA3 99992269
>                           32D22B77 AEB00E79 EBDC5563 910740DC 35E77DD9
>                           625C0DDD
>
> Am I doing it wrong? (to create the contents of
> apache-storm-2.5.0.tar.gz.sha512, I copy-pasted the output of
> https://dist.apache.org/repos/dist/dev/storm/apache-storm-2.5.0-rc1/apache-storm-2.5.0.tar.gz.sha512)
>
> thanks,
> Alex
>
> Le jeu. 29 juin 2023 à 21:18, Aaron Gresch <ag...@gmail.com> a écrit :
> >
> > I found some issues with python vs python3 with the release candidate that
> > Bipin is addressing.
> >
> > On Mon, Jun 26, 2023 at 6:15 PM Bipin Prasad <bi...@apache.org> wrote:
> >
> > > Storm Release candidate version 2.5.0 rc1 is here:
> > > https://dist.apache.org/repos/dist/dev/storm/apache-storm-2.5.0-rc1
> > > Please vote on this release.
> > >
> > >    1. How to vote is described here:
> > >
> > > https://github.com/apache/storm/blob/master/RELEASING.md#how-to-vote-on-a-release-candidate
> > >    2. Release notes are here:
> > >
> > > https://dist.apache.org/repos/dist/dev/storm/apache-storm-2.5.0-rc1/RELEASE_NOTES.html
> > >    .
> > >    3. The tag/commit to be voted upon is v2.5.0:
> > >    4. The source archive being votes upon is here:
> > >
> > > https://dist.apache.org/repos/dist/dev/storm/apache-storm-2.5.0-rc1/apache-storm-2.5.0-src.tar.gz
> > >    5. The release artifacts are signed with the following key:
> > >
> > > https://keyserver.ubuntu.com/pks/lookup?op=get&search=0x134716af768d9b6e
> > > in
> > >    this file https://www.apache.org/dist/storm/KEYS
> > >
> > >
> > > When voting, please list the actions taken to verify the release.
> > > This vote will be open for at least 72 hours.
> > >
> > >    [ ] +1 Release this package as Apache Storm 2.5.0
> > >    [ ]  0 No opinion
> > >    [ ] -1 Do not release this package because...
> > >
> > > Thanks to everyone who contributed to this release.
> > >
> > > --Bipin Prasad
> > >
>
>
>

Re: Storm 2.5.0 Release Candidate Vote

Posted by Bipin Prasad <bi...@yahoo.com.INVALID>.
I am working on release candidate 2, but will also look at this issue this weekend and get back to you.Thanks for checking.


Sent from Yahoo Mail for iPhone


On Saturday, July 8, 2023, 1:15 AM, Alexandre Vermeerbergen <av...@gmail.com> wrote:

Hello,

I tried to check apache-storm-2.5.0.tar.gz.sha512(from
https://dist.apache.org/repos/dist/dev/storm/apache-storm-2.5.0-rc1/),
but I get this error:

$ /usr/bin/sha512sum -c apache-storm-2.5.0.tar.gz.sha512
/usr/bin/sha512sum: apache-storm-2.5.0.tar.gz.sha512: no properly
formatted SHA512 checksum lines found
$ cat apache-storm-2.5.0.tar.gz.sha512
apache-storm-2.5.0.tar.gz: 93066657 9585BF11 9F71444D 355A2FBB B1B2FAF5
                          EA2B8FDA B783C375 391D6926 C27D9BA3 99992269
                          32D22B77 AEB00E79 EBDC5563 910740DC 35E77DD9
                          625C0DDD

Am I doing it wrong? (to create the contents of
apache-storm-2.5.0.tar.gz.sha512, I copy-pasted the output of
https://dist.apache.org/repos/dist/dev/storm/apache-storm-2.5.0-rc1/apache-storm-2.5.0.tar.gz.sha512)

thanks,
Alex

Le jeu. 29 juin 2023 à 21:18, Aaron Gresch <ag...@gmail.com> a écrit :
>
> I found some issues with python vs python3 with the release candidate that
> Bipin is addressing.
>
> On Mon, Jun 26, 2023 at 6:15 PM Bipin Prasad <bi...@apache.org> wrote:
>
> > Storm Release candidate version 2.5.0 rc1 is here:
> > https://dist.apache.org/repos/dist/dev/storm/apache-storm-2.5.0-rc1
> > Please vote on this release.
> >
> >    1. How to vote is described here:
> >
> > https://github.com/apache/storm/blob/master/RELEASING.md#how-to-vote-on-a-release-candidate
> >    2. Release notes are here:
> >
> > https://dist.apache.org/repos/dist/dev/storm/apache-storm-2.5.0-rc1/RELEASE_NOTES.html
> >    .
> >    3. The tag/commit to be voted upon is v2.5.0:
> >    4. The source archive being votes upon is here:
> >
> > https://dist.apache.org/repos/dist/dev/storm/apache-storm-2.5.0-rc1/apache-storm-2.5.0-src.tar.gz
> >    5. The release artifacts are signed with the following key:
> >
> > https://keyserver.ubuntu.com/pks/lookup?op=get&search=0x134716af768d9b6e
> > in
> >    this file https://www.apache.org/dist/storm/KEYS
> >
> >
> > When voting, please list the actions taken to verify the release.
> > This vote will be open for at least 72 hours.
> >
> >    [ ] +1 Release this package as Apache Storm 2.5.0
> >    [ ]  0 No opinion
> >    [ ] -1 Do not release this package because...
> >
> > Thanks to everyone who contributed to this release.
> >
> > --Bipin Prasad
> >




Re: Storm 2.5.0 Release Candidate Vote

Posted by Alexandre Vermeerbergen <av...@gmail.com>.
Hello,

I tried to check apache-storm-2.5.0.tar.gz.sha512(from
https://dist.apache.org/repos/dist/dev/storm/apache-storm-2.5.0-rc1/),
but I get this error:

$ /usr/bin/sha512sum -c apache-storm-2.5.0.tar.gz.sha512
/usr/bin/sha512sum: apache-storm-2.5.0.tar.gz.sha512: no properly
formatted SHA512 checksum lines found
$ cat apache-storm-2.5.0.tar.gz.sha512
apache-storm-2.5.0.tar.gz: 93066657 9585BF11 9F71444D 355A2FBB B1B2FAF5
                           EA2B8FDA B783C375 391D6926 C27D9BA3 99992269
                           32D22B77 AEB00E79 EBDC5563 910740DC 35E77DD9
                           625C0DDD

Am I doing it wrong? (to create the contents of
apache-storm-2.5.0.tar.gz.sha512, I copy-pasted the output of
https://dist.apache.org/repos/dist/dev/storm/apache-storm-2.5.0-rc1/apache-storm-2.5.0.tar.gz.sha512)

thanks,
Alex

Le jeu. 29 juin 2023 à 21:18, Aaron Gresch <ag...@gmail.com> a écrit :
>
> I found some issues with python vs python3 with the release candidate that
> Bipin is addressing.
>
> On Mon, Jun 26, 2023 at 6:15 PM Bipin Prasad <bi...@apache.org> wrote:
>
> > Storm Release candidate version 2.5.0 rc1 is here:
> > https://dist.apache.org/repos/dist/dev/storm/apache-storm-2.5.0-rc1
> > Please vote on this release.
> >
> >    1. How to vote is described here:
> >
> > https://github.com/apache/storm/blob/master/RELEASING.md#how-to-vote-on-a-release-candidate
> >    2. Release notes are here:
> >
> > https://dist.apache.org/repos/dist/dev/storm/apache-storm-2.5.0-rc1/RELEASE_NOTES.html
> >    .
> >    3. The tag/commit to be voted upon is v2.5.0:
> >    4. The source archive being votes upon is here:
> >
> > https://dist.apache.org/repos/dist/dev/storm/apache-storm-2.5.0-rc1/apache-storm-2.5.0-src.tar.gz
> >    5. The release artifacts are signed with the following key:
> >
> > https://keyserver.ubuntu.com/pks/lookup?op=get&search=0x134716af768d9b6e
> > in
> >    this file https://www.apache.org/dist/storm/KEYS
> >
> >
> > When voting, please list the actions taken to verify the release.
> > This vote will be open for at least 72 hours.
> >
> >     [ ] +1 Release this package as Apache Storm 2.5.0
> >     [ ]   0 No opinion
> >     [ ] -1 Do not release this package because...
> >
> > Thanks to everyone who contributed to this release.
> >
> > --Bipin Prasad
> >

Re: Storm 2.5.0 Release Candidate Vote

Posted by Aaron Gresch <ag...@gmail.com>.
I found some issues with python vs python3 with the release candidate that
Bipin is addressing.

On Mon, Jun 26, 2023 at 6:15 PM Bipin Prasad <bi...@apache.org> wrote:

> Storm Release candidate version 2.5.0 rc1 is here:
> https://dist.apache.org/repos/dist/dev/storm/apache-storm-2.5.0-rc1
> Please vote on this release.
>
>    1. How to vote is described here:
>
> https://github.com/apache/storm/blob/master/RELEASING.md#how-to-vote-on-a-release-candidate
>    2. Release notes are here:
>
> https://dist.apache.org/repos/dist/dev/storm/apache-storm-2.5.0-rc1/RELEASE_NOTES.html
>    .
>    3. The tag/commit to be voted upon is v2.5.0:
>    4. The source archive being votes upon is here:
>
> https://dist.apache.org/repos/dist/dev/storm/apache-storm-2.5.0-rc1/apache-storm-2.5.0-src.tar.gz
>    5. The release artifacts are signed with the following key:
>
> https://keyserver.ubuntu.com/pks/lookup?op=get&search=0x134716af768d9b6e
> in
>    this file https://www.apache.org/dist/storm/KEYS
>
>
> When voting, please list the actions taken to verify the release.
> This vote will be open for at least 72 hours.
>
>     [ ] +1 Release this package as Apache Storm 2.5.0
>     [ ]   0 No opinion
>     [ ] -1 Do not release this package because...
>
> Thanks to everyone who contributed to this release.
>
> --Bipin Prasad
>

Re: Storm 2.5.0 Release Candidate Vote

Posted by Alexandre Vermeerbergen <av...@gmail.com>.
Hello,

Regarding my tests with Apache Storm 2.5.0 RC2 on a pre-production
cluster at scale, with 10+ topologies, running on RockyLinux 8 with
IBM Semeru 17.0.7 (based on OpenJ9 JVM) on Linux x64, I have detected
no functional regression, not any noticeable performance changes.

On side node, our topologies's Java source code is still compiled with
JDK11, and soon we will try compiling it with JDK17.
(with Java 21 LTS coming soon - end of September this year, it's time
to upgrade ;)

I still need to test compiling Storm from sources, my previous attempt
with RC1 was broken, and I have read some feedbacks that RC2 isn't
perfect on this side, so if an RC3 is planned, then I'd like to know
it so as to organize myself for Storm compiling tests.

Kind regards,
Alexandre

Le mar. 1 août 2023 à 10:49, Julien Nioche
<li...@gmail.com> a écrit :
>
> Hi,
>
> Have experienced the same problems as Derek when trying to build. This is
> due to the dependency *pentaho-aggdesigner-algorithm *not being available.
> This dependency is excluded in some places of the poms but not
> systematically, I will open an issue and submit a PR shortly.
>
> Otherwise, I managed to run a StormCrawler topology with the 2.5 RC both in
> local and deployed mode.
>
> It would be good to fix the build before releasing IMHO.
>
> Julien
>
> On Mon, 31 Jul 2023 at 16:35, Bipin Prasad <bi...@apache.org> wrote:
>
> > Hello Derek,
> >     Looks like some shared libraries may be missing from the jdk11
> > install. Could be similar to this issue
> > https://github.com/pytorch/serve/issues/1352
> >
> > --Bipin
> >
> > On 2023/07/28 04:52:21 Derek Dagit wrote:
> > > I downloaded the release files:
> > >
> > > ∴ wget -r -np '
> > https://dist.apache.org/repos/dist/dev/storm/apache-storm-2.5.0-rc2/'
> > >
> > > I checked signatures:
> > >
> > > ∴ ls *.asc|xargs -n1 gpg --verify
> > > gpg: assuming signed data in 'apache-storm-2.5.0.pom'
> > > gpg: Signature made Tue 25 Jul 2023 09:33:30 AM CDT
> > > gpg:                using RSA key
> > 51379DA8A7AE5B02674EF15C134716AF768D9B6E
> > > gpg: Good signature from "Bipin Prasad (For Signing Apache Storm
> > release) <bi...@apache.org>" [full]
> > > gpg: assuming signed data in 'apache-storm-2.5.0-src.tar.gz'
> > > gpg: Signature made Tue 25 Jul 2023 09:34:52 AM CDT
> > > gpg:                using RSA key
> > 51379DA8A7AE5B02674EF15C134716AF768D9B6E
> > > gpg: Good signature from "Bipin Prasad (For Signing Apache Storm
> > release) <bi...@apache.org>" [full]
> > > gpg: assuming signed data in 'apache-storm-2.5.0-src.zip'
> > > gpg: Signature made Tue 25 Jul 2023 09:34:52 AM CDT
> > > gpg:                using RSA key
> > 51379DA8A7AE5B02674EF15C134716AF768D9B6E
> > > gpg: Good signature from "Bipin Prasad (For Signing Apache Storm
> > release) <bi...@apache.org>" [full]
> > > gpg: assuming signed data in 'apache-storm-2.5.0.tar.gz'
> > > gpg: Signature made Tue 25 Jul 2023 09:33:39 AM CDT
> > > gpg:                using RSA key
> > 51379DA8A7AE5B02674EF15C134716AF768D9B6E
> > > gpg: Good signature from "Bipin Prasad (For Signing Apache Storm
> > release) <bi...@apache.org>" [full]
> > > gpg: assuming signed data in 'apache-storm-2.5.0.zip'
> > > gpg: Signature made Tue 25 Jul 2023 09:33:39 AM CDT
> > > gpg:                using RSA key
> > 51379DA8A7AE5B02674EF15C134716AF768D9B6E
> > > gpg: Good signature from "Bipin Prasad (For Signing Apache Storm
> > release) <bi...@apache.org>" [full]
> > > gpg: assuming signed data in 'RELEASE_NOTES.html'
> > > gpg: Signature made Tue 25 Jul 2023 09:47:54 AM CDT
> > > gpg:                using RSA key
> > 51379DA8A7AE5B02674EF15C134716AF768D9B6E
> > > gpg: Good signature from "Bipin Prasad (For Signing Apache Storm
> > release) <bi...@apache.org>" [full]
> > >
> > >
> > >
> > > I checked checksums:
> > >
> > > ∴ ls *.sha512|while read f; do gpg --print-md SHA512 "${f%%.sha512}" |
> > diff -s - "$f"; done
> > >
> > > Each one of these failed because the format does not match what results
> > from
> > > following the instructions at
> > >
> > https://github.com/apache/storm/blob/master/RELEASING.md#setting-up-a-vote
> > .
> > >
> > > I retried this way:
> > >
> > > ∴ ls *.sha512|while read f; do sha512sum "${f%%.sha512}" | diff -s -
> > "$f"; done
> > > Files - and apache-storm-2.5.0.pom.asc.sha512 are identical
> > > Files - and apache-storm-2.5.0.pom.sha512 are identical
> > > Files - and apache-storm-2.5.0-src.tar.gz.asc.sha512 are identical
> > > Files - and apache-storm-2.5.0-src.tar.gz.sha512 are identical
> > > Files - and apache-storm-2.5.0-src.zip.asc.sha512 are identical
> > > Files - and apache-storm-2.5.0-src.zip.sha512 are identical
> > > Files - and apache-storm-2.5.0.tar.gz.asc.sha512 are identical
> > > Files - and apache-storm-2.5.0.tar.gz.sha512 are identical
> > > Files - and apache-storm-2.5.0.zip.asc.sha512 are identical
> > > Files - and apache-storm-2.5.0.zip.sha512 are identical
> > > Files - and RELEASE_NOTES.html.asc.sha512 are identical
> > > Files - and RELEASE_NOTES.html.sha512 are identical
> > >
> > > Looks OK.
> > >
> > >
> > >
> > > Unzipped the source, built and ran tests with `mvn clean && mvn install`
> > >
> > > I needed to use the trick at https://stackoverflow.com/a/70673228 to
> > avoid the "Blocked mirror for repositories" error maven throws when trying
> > to download with plain HTTP.
> > >
> > > Eventually, the project failed to build because conjars.org was down:
> > >
> > > [ERROR] Failed to execute goal on project storm-autocreds: Could not
> > resolve dependencies for project
> > org.apache.storm:storm-autocreds:jar:2.5.0: Failed to collect dependencies
> > at org.apache.hive.hcatalog:hive-webhcat-java-client:jar:2.3.9 ->
> > org.apache.hive.hcatalog:hive-hcatalog-core:jar:2.3.9 ->
> > org.apache.hive:hive-cli:jar:2.3.9 ->
> > org.apache.hive:hive-service:jar:2.3.9 ->
> > org.apache.hive:hive-exec:jar:2.3.9 ->
> > org.pentaho:pentaho-aggdesigner-algorithm:jar:5.1.5-jhyde: Failed to read
> > artifact descriptor for
> > org.pentaho:pentaho-aggdesigner-algorithm:jar:5.1.5-jhyde: Could not
> > transfer artifact org.pentaho:pentaho-aggdesigner-algorithm:pom:5.1.5-jhyde
> > from/to conjars (http://conjars.org/repo): transfer failed for
> > http://conjars.org/repo/org/pentaho/pentaho-aggdesigner-algorithm/5.1.5-jhyde/pentaho-aggdesigner-algorithm-5.1.5-jhyde.pom:
> > Connect to conjars.org:80 [conjars.org/54.235.127.59] failed: Connection
> > timed out (Connection timed out) -> [Help 1]
> > >
> > >
> > > I gave up and couldn't run the automated tests.
> > >
> > >
> > >
> > > Unzipped the distribution, started nimbus, supervisor, logviewer, ui,
> > dev-zookeeper, and launched the WordCountTopology build from the source
> > directory.
> > >
> > > This topology started OK, but none of the workers could launch. They
> > failed with:
> > >
> > > 2023-07-27 23:43:38.720 o.a.s.u.Utils Thread-5 [INFO] Worker Process
> > 5147794a-1d75-4384-9c01-db08cbceead2:Error: LinkageError occurred while
> > loading main class org.apache.storm.LogWriter
> > > 2023-07-27 23:43:38.721 o.a.s.u.Utils Thread-5 [INFO] Worker Process
> > 5147794a-1d75-4384-9c01-db08cbceead2:    java.lang.UnsatisfiedLinkError:
> > /usr/lib/jvm/java-11-openjdk/lib/libnio.so:
> > /usr/lib/jvm/java-11-openjdk/lib/libnio.so: undefined symbol:
> > reuseport_available
> > >
> > > So I could not test a simple topology either.
> > >
> > >
> > > I also noticed that the value on the UI under Topology Summary >
> > > Assigned Generic Resources was "NaN". This seems unintentional.
> > >
> > >
> > > Let me know what I might be missing. I am witholding my vote for now.
> > >
> > >
> > > On Mon, Jun 26, 2023 at 04:15:20PM -0700, Bipin Prasad wrote:
> > > > Storm Release candidate version 2.5.0 rc1 is here:
> > > > https://dist.apache.org/repos/dist/dev/storm/apache-storm-2.5.0-rc1
> > > > Please vote on this release.
> > > >
> > > >    1. How to vote is described here:
> > > >
> > https://github.com/apache/storm/blob/master/RELEASING.md#how-to-vote-on-a-release-candidate
> > > >    2. Release notes are here:
> > > >
> > https://dist.apache.org/repos/dist/dev/storm/apache-storm-2.5.0-rc1/RELEASE_NOTES.html
> > > >    .
> > > >    3. The tag/commit to be voted upon is v2.5.0:
> > > >    4. The source archive being votes upon is here:
> > > >
> > https://dist.apache.org/repos/dist/dev/storm/apache-storm-2.5.0-rc1/apache-storm-2.5.0-src.tar.gz
> > > >    5. The release artifacts are signed with the following key:
> > > >
> > https://keyserver.ubuntu.com/pks/lookup?op=get&search=0x134716af768d9b6e
> > in
> > > >    this file https://www.apache.org/dist/storm/KEYS
> > > >
> > > >
> > > > When voting, please list the actions taken to verify the release.
> > > > This vote will be open for at least 72 hours.
> > > >
> > > >     [ ] +1 Release this package as Apache Storm 2.5.0
> > > >     [ ]   0 No opinion
> > > >     [ ] -1 Do not release this package because...
> > > >
> > > > Thanks to everyone who contributed to this release.
> > > >
> > > > --Bipin Prasad
> > >
> >
>
>
> --
>
> *Open Source Solutions for Text Engineering*
>
> http://www.digitalpebble.com
> http://digitalpebble.blogspot.com/
> #digitalpebble <http://twitter.com/digitalpebble>

Re: Storm 2.5.0 Release Candidate Vote

Posted by Julien Nioche <li...@gmail.com>.
Hi,

Have experienced the same problems as Derek when trying to build. This is
due to the dependency *pentaho-aggdesigner-algorithm *not being available.
This dependency is excluded in some places of the poms but not
systematically, I will open an issue and submit a PR shortly.

Otherwise, I managed to run a StormCrawler topology with the 2.5 RC both in
local and deployed mode.

It would be good to fix the build before releasing IMHO.

Julien

On Mon, 31 Jul 2023 at 16:35, Bipin Prasad <bi...@apache.org> wrote:

> Hello Derek,
>     Looks like some shared libraries may be missing from the jdk11
> install. Could be similar to this issue
> https://github.com/pytorch/serve/issues/1352
>
> --Bipin
>
> On 2023/07/28 04:52:21 Derek Dagit wrote:
> > I downloaded the release files:
> >
> > ∴ wget -r -np '
> https://dist.apache.org/repos/dist/dev/storm/apache-storm-2.5.0-rc2/'
> >
> > I checked signatures:
> >
> > ∴ ls *.asc|xargs -n1 gpg --verify
> > gpg: assuming signed data in 'apache-storm-2.5.0.pom'
> > gpg: Signature made Tue 25 Jul 2023 09:33:30 AM CDT
> > gpg:                using RSA key
> 51379DA8A7AE5B02674EF15C134716AF768D9B6E
> > gpg: Good signature from "Bipin Prasad (For Signing Apache Storm
> release) <bi...@apache.org>" [full]
> > gpg: assuming signed data in 'apache-storm-2.5.0-src.tar.gz'
> > gpg: Signature made Tue 25 Jul 2023 09:34:52 AM CDT
> > gpg:                using RSA key
> 51379DA8A7AE5B02674EF15C134716AF768D9B6E
> > gpg: Good signature from "Bipin Prasad (For Signing Apache Storm
> release) <bi...@apache.org>" [full]
> > gpg: assuming signed data in 'apache-storm-2.5.0-src.zip'
> > gpg: Signature made Tue 25 Jul 2023 09:34:52 AM CDT
> > gpg:                using RSA key
> 51379DA8A7AE5B02674EF15C134716AF768D9B6E
> > gpg: Good signature from "Bipin Prasad (For Signing Apache Storm
> release) <bi...@apache.org>" [full]
> > gpg: assuming signed data in 'apache-storm-2.5.0.tar.gz'
> > gpg: Signature made Tue 25 Jul 2023 09:33:39 AM CDT
> > gpg:                using RSA key
> 51379DA8A7AE5B02674EF15C134716AF768D9B6E
> > gpg: Good signature from "Bipin Prasad (For Signing Apache Storm
> release) <bi...@apache.org>" [full]
> > gpg: assuming signed data in 'apache-storm-2.5.0.zip'
> > gpg: Signature made Tue 25 Jul 2023 09:33:39 AM CDT
> > gpg:                using RSA key
> 51379DA8A7AE5B02674EF15C134716AF768D9B6E
> > gpg: Good signature from "Bipin Prasad (For Signing Apache Storm
> release) <bi...@apache.org>" [full]
> > gpg: assuming signed data in 'RELEASE_NOTES.html'
> > gpg: Signature made Tue 25 Jul 2023 09:47:54 AM CDT
> > gpg:                using RSA key
> 51379DA8A7AE5B02674EF15C134716AF768D9B6E
> > gpg: Good signature from "Bipin Prasad (For Signing Apache Storm
> release) <bi...@apache.org>" [full]
> >
> >
> >
> > I checked checksums:
> >
> > ∴ ls *.sha512|while read f; do gpg --print-md SHA512 "${f%%.sha512}" |
> diff -s - "$f"; done
> >
> > Each one of these failed because the format does not match what results
> from
> > following the instructions at
> >
> https://github.com/apache/storm/blob/master/RELEASING.md#setting-up-a-vote
> .
> >
> > I retried this way:
> >
> > ∴ ls *.sha512|while read f; do sha512sum "${f%%.sha512}" | diff -s -
> "$f"; done
> > Files - and apache-storm-2.5.0.pom.asc.sha512 are identical
> > Files - and apache-storm-2.5.0.pom.sha512 are identical
> > Files - and apache-storm-2.5.0-src.tar.gz.asc.sha512 are identical
> > Files - and apache-storm-2.5.0-src.tar.gz.sha512 are identical
> > Files - and apache-storm-2.5.0-src.zip.asc.sha512 are identical
> > Files - and apache-storm-2.5.0-src.zip.sha512 are identical
> > Files - and apache-storm-2.5.0.tar.gz.asc.sha512 are identical
> > Files - and apache-storm-2.5.0.tar.gz.sha512 are identical
> > Files - and apache-storm-2.5.0.zip.asc.sha512 are identical
> > Files - and apache-storm-2.5.0.zip.sha512 are identical
> > Files - and RELEASE_NOTES.html.asc.sha512 are identical
> > Files - and RELEASE_NOTES.html.sha512 are identical
> >
> > Looks OK.
> >
> >
> >
> > Unzipped the source, built and ran tests with `mvn clean && mvn install`
> >
> > I needed to use the trick at https://stackoverflow.com/a/70673228 to
> avoid the "Blocked mirror for repositories" error maven throws when trying
> to download with plain HTTP.
> >
> > Eventually, the project failed to build because conjars.org was down:
> >
> > [ERROR] Failed to execute goal on project storm-autocreds: Could not
> resolve dependencies for project
> org.apache.storm:storm-autocreds:jar:2.5.0: Failed to collect dependencies
> at org.apache.hive.hcatalog:hive-webhcat-java-client:jar:2.3.9 ->
> org.apache.hive.hcatalog:hive-hcatalog-core:jar:2.3.9 ->
> org.apache.hive:hive-cli:jar:2.3.9 ->
> org.apache.hive:hive-service:jar:2.3.9 ->
> org.apache.hive:hive-exec:jar:2.3.9 ->
> org.pentaho:pentaho-aggdesigner-algorithm:jar:5.1.5-jhyde: Failed to read
> artifact descriptor for
> org.pentaho:pentaho-aggdesigner-algorithm:jar:5.1.5-jhyde: Could not
> transfer artifact org.pentaho:pentaho-aggdesigner-algorithm:pom:5.1.5-jhyde
> from/to conjars (http://conjars.org/repo): transfer failed for
> http://conjars.org/repo/org/pentaho/pentaho-aggdesigner-algorithm/5.1.5-jhyde/pentaho-aggdesigner-algorithm-5.1.5-jhyde.pom:
> Connect to conjars.org:80 [conjars.org/54.235.127.59] failed: Connection
> timed out (Connection timed out) -> [Help 1]
> >
> >
> > I gave up and couldn't run the automated tests.
> >
> >
> >
> > Unzipped the distribution, started nimbus, supervisor, logviewer, ui,
> dev-zookeeper, and launched the WordCountTopology build from the source
> directory.
> >
> > This topology started OK, but none of the workers could launch. They
> failed with:
> >
> > 2023-07-27 23:43:38.720 o.a.s.u.Utils Thread-5 [INFO] Worker Process
> 5147794a-1d75-4384-9c01-db08cbceead2:Error: LinkageError occurred while
> loading main class org.apache.storm.LogWriter
> > 2023-07-27 23:43:38.721 o.a.s.u.Utils Thread-5 [INFO] Worker Process
> 5147794a-1d75-4384-9c01-db08cbceead2:    java.lang.UnsatisfiedLinkError:
> /usr/lib/jvm/java-11-openjdk/lib/libnio.so:
> /usr/lib/jvm/java-11-openjdk/lib/libnio.so: undefined symbol:
> reuseport_available
> >
> > So I could not test a simple topology either.
> >
> >
> > I also noticed that the value on the UI under Topology Summary >
> > Assigned Generic Resources was "NaN". This seems unintentional.
> >
> >
> > Let me know what I might be missing. I am witholding my vote for now.
> >
> >
> > On Mon, Jun 26, 2023 at 04:15:20PM -0700, Bipin Prasad wrote:
> > > Storm Release candidate version 2.5.0 rc1 is here:
> > > https://dist.apache.org/repos/dist/dev/storm/apache-storm-2.5.0-rc1
> > > Please vote on this release.
> > >
> > >    1. How to vote is described here:
> > >
> https://github.com/apache/storm/blob/master/RELEASING.md#how-to-vote-on-a-release-candidate
> > >    2. Release notes are here:
> > >
> https://dist.apache.org/repos/dist/dev/storm/apache-storm-2.5.0-rc1/RELEASE_NOTES.html
> > >    .
> > >    3. The tag/commit to be voted upon is v2.5.0:
> > >    4. The source archive being votes upon is here:
> > >
> https://dist.apache.org/repos/dist/dev/storm/apache-storm-2.5.0-rc1/apache-storm-2.5.0-src.tar.gz
> > >    5. The release artifacts are signed with the following key:
> > >
> https://keyserver.ubuntu.com/pks/lookup?op=get&search=0x134716af768d9b6e
> in
> > >    this file https://www.apache.org/dist/storm/KEYS
> > >
> > >
> > > When voting, please list the actions taken to verify the release.
> > > This vote will be open for at least 72 hours.
> > >
> > >     [ ] +1 Release this package as Apache Storm 2.5.0
> > >     [ ]   0 No opinion
> > >     [ ] -1 Do not release this package because...
> > >
> > > Thanks to everyone who contributed to this release.
> > >
> > > --Bipin Prasad
> >
>


-- 

*Open Source Solutions for Text Engineering*

http://www.digitalpebble.com
http://digitalpebble.blogspot.com/
#digitalpebble <http://twitter.com/digitalpebble>

Re: Storm 2.5.0 Release Candidate Vote

Posted by Bipin Prasad <bi...@apache.org>.
Hello Derek,
    Looks like some shared libraries may be missing from the jdk11 install. Could be similar to this issue https://github.com/pytorch/serve/issues/1352

--Bipin

On 2023/07/28 04:52:21 Derek Dagit wrote:
> I downloaded the release files:
> 
> ∴ wget -r -np 'https://dist.apache.org/repos/dist/dev/storm/apache-storm-2.5.0-rc2/'
> 
> I checked signatures:
> 
> ∴ ls *.asc|xargs -n1 gpg --verify
> gpg: assuming signed data in 'apache-storm-2.5.0.pom'
> gpg: Signature made Tue 25 Jul 2023 09:33:30 AM CDT
> gpg:                using RSA key 51379DA8A7AE5B02674EF15C134716AF768D9B6E
> gpg: Good signature from "Bipin Prasad (For Signing Apache Storm release) <bi...@apache.org>" [full]
> gpg: assuming signed data in 'apache-storm-2.5.0-src.tar.gz'
> gpg: Signature made Tue 25 Jul 2023 09:34:52 AM CDT
> gpg:                using RSA key 51379DA8A7AE5B02674EF15C134716AF768D9B6E
> gpg: Good signature from "Bipin Prasad (For Signing Apache Storm release) <bi...@apache.org>" [full]
> gpg: assuming signed data in 'apache-storm-2.5.0-src.zip'
> gpg: Signature made Tue 25 Jul 2023 09:34:52 AM CDT
> gpg:                using RSA key 51379DA8A7AE5B02674EF15C134716AF768D9B6E
> gpg: Good signature from "Bipin Prasad (For Signing Apache Storm release) <bi...@apache.org>" [full]
> gpg: assuming signed data in 'apache-storm-2.5.0.tar.gz'
> gpg: Signature made Tue 25 Jul 2023 09:33:39 AM CDT
> gpg:                using RSA key 51379DA8A7AE5B02674EF15C134716AF768D9B6E
> gpg: Good signature from "Bipin Prasad (For Signing Apache Storm release) <bi...@apache.org>" [full]
> gpg: assuming signed data in 'apache-storm-2.5.0.zip'
> gpg: Signature made Tue 25 Jul 2023 09:33:39 AM CDT
> gpg:                using RSA key 51379DA8A7AE5B02674EF15C134716AF768D9B6E
> gpg: Good signature from "Bipin Prasad (For Signing Apache Storm release) <bi...@apache.org>" [full]
> gpg: assuming signed data in 'RELEASE_NOTES.html'
> gpg: Signature made Tue 25 Jul 2023 09:47:54 AM CDT
> gpg:                using RSA key 51379DA8A7AE5B02674EF15C134716AF768D9B6E
> gpg: Good signature from "Bipin Prasad (For Signing Apache Storm release) <bi...@apache.org>" [full]
> 
> 
> 
> I checked checksums:
> 
> ∴ ls *.sha512|while read f; do gpg --print-md SHA512 "${f%%.sha512}" | diff -s - "$f"; done
> 
> Each one of these failed because the format does not match what results from
> following the instructions at
> https://github.com/apache/storm/blob/master/RELEASING.md#setting-up-a-vote.
> 
> I retried this way:
> 
> ∴ ls *.sha512|while read f; do sha512sum "${f%%.sha512}" | diff -s - "$f"; done
> Files - and apache-storm-2.5.0.pom.asc.sha512 are identical
> Files - and apache-storm-2.5.0.pom.sha512 are identical
> Files - and apache-storm-2.5.0-src.tar.gz.asc.sha512 are identical
> Files - and apache-storm-2.5.0-src.tar.gz.sha512 are identical
> Files - and apache-storm-2.5.0-src.zip.asc.sha512 are identical
> Files - and apache-storm-2.5.0-src.zip.sha512 are identical
> Files - and apache-storm-2.5.0.tar.gz.asc.sha512 are identical
> Files - and apache-storm-2.5.0.tar.gz.sha512 are identical
> Files - and apache-storm-2.5.0.zip.asc.sha512 are identical
> Files - and apache-storm-2.5.0.zip.sha512 are identical
> Files - and RELEASE_NOTES.html.asc.sha512 are identical
> Files - and RELEASE_NOTES.html.sha512 are identical
> 
> Looks OK.
> 
> 
> 
> Unzipped the source, built and ran tests with `mvn clean && mvn install`
> 
> I needed to use the trick at https://stackoverflow.com/a/70673228 to avoid the "Blocked mirror for repositories" error maven throws when trying to download with plain HTTP.
> 
> Eventually, the project failed to build because conjars.org was down:
> 
> [ERROR] Failed to execute goal on project storm-autocreds: Could not resolve dependencies for project org.apache.storm:storm-autocreds:jar:2.5.0: Failed to collect dependencies at org.apache.hive.hcatalog:hive-webhcat-java-client:jar:2.3.9 -> org.apache.hive.hcatalog:hive-hcatalog-core:jar:2.3.9 -> org.apache.hive:hive-cli:jar:2.3.9 -> org.apache.hive:hive-service:jar:2.3.9 -> org.apache.hive:hive-exec:jar:2.3.9 -> org.pentaho:pentaho-aggdesigner-algorithm:jar:5.1.5-jhyde: Failed to read artifact descriptor for org.pentaho:pentaho-aggdesigner-algorithm:jar:5.1.5-jhyde: Could not transfer artifact org.pentaho:pentaho-aggdesigner-algorithm:pom:5.1.5-jhyde from/to conjars (http://conjars.org/repo): transfer failed for http://conjars.org/repo/org/pentaho/pentaho-aggdesigner-algorithm/5.1.5-jhyde/pentaho-aggdesigner-algorithm-5.1.5-jhyde.pom: Connect to conjars.org:80 [conjars.org/54.235.127.59] failed: Connection timed out (Connection timed out) -> [Help 1]
> 
> 
> I gave up and couldn't run the automated tests.
> 
> 
> 
> Unzipped the distribution, started nimbus, supervisor, logviewer, ui, dev-zookeeper, and launched the WordCountTopology build from the source directory.
> 
> This topology started OK, but none of the workers could launch. They failed with:
> 
> 2023-07-27 23:43:38.720 o.a.s.u.Utils Thread-5 [INFO] Worker Process 5147794a-1d75-4384-9c01-db08cbceead2:Error: LinkageError occurred while loading main class org.apache.storm.LogWriter
> 2023-07-27 23:43:38.721 o.a.s.u.Utils Thread-5 [INFO] Worker Process 5147794a-1d75-4384-9c01-db08cbceead2:	java.lang.UnsatisfiedLinkError: /usr/lib/jvm/java-11-openjdk/lib/libnio.so: /usr/lib/jvm/java-11-openjdk/lib/libnio.so: undefined symbol: reuseport_available
> 
> So I could not test a simple topology either.
> 
> 
> I also noticed that the value on the UI under Topology Summary >
> Assigned Generic Resources was "NaN". This seems unintentional.
> 
> 
> Let me know what I might be missing. I am witholding my vote for now.
> 
> 
> On Mon, Jun 26, 2023 at 04:15:20PM -0700, Bipin Prasad wrote:
> > Storm Release candidate version 2.5.0 rc1 is here:
> > https://dist.apache.org/repos/dist/dev/storm/apache-storm-2.5.0-rc1
> > Please vote on this release.
> > 
> >    1. How to vote is described here:
> >    https://github.com/apache/storm/blob/master/RELEASING.md#how-to-vote-on-a-release-candidate
> >    2. Release notes are here:
> >    https://dist.apache.org/repos/dist/dev/storm/apache-storm-2.5.0-rc1/RELEASE_NOTES.html
> >    .
> >    3. The tag/commit to be voted upon is v2.5.0:
> >    4. The source archive being votes upon is here:
> >    https://dist.apache.org/repos/dist/dev/storm/apache-storm-2.5.0-rc1/apache-storm-2.5.0-src.tar.gz
> >    5. The release artifacts are signed with the following key:
> >    https://keyserver.ubuntu.com/pks/lookup?op=get&search=0x134716af768d9b6e in
> >    this file https://www.apache.org/dist/storm/KEYS
> > 
> > 
> > When voting, please list the actions taken to verify the release.
> > This vote will be open for at least 72 hours.
> > 
> >     [ ] +1 Release this package as Apache Storm 2.5.0
> >     [ ]   0 No opinion
> >     [ ] -1 Do not release this package because...
> > 
> > Thanks to everyone who contributed to this release.
> > 
> > --Bipin Prasad
> 

Re: Storm 2.5.0 Release Candidate Vote

Posted by Bipin Prasad <bi...@apache.org>.
I will create RC3.

On 2023/08/02 09:42:20 Julien Nioche wrote:
> Hi!
> 
> The fix for #3940 has been merged and it is now possible to build from
> source without hitting the issues mentioned previously.
> @Bipin any chance you could generate a new RC? Anything else that needs to
> go in there? Are the signatures now all good?
> 
> Thanks!
> 
> Julien
> 
> On Tue, 1 Aug 2023 at 17:10, Richard Zowalla <rz...@apache.org> wrote:
> 
> > On a clean, vanilla system without a custom maven mirror in place, I am
> > hitting the same issue.
> >
> > The problem is, that Hive 2.3.9 declares the conjars.org repo:
> > https://github.com/apache/hive/blob/rel/release-2.3.9/pom.xml#L225
> >
> > This is the reason imho, why it gets pulled into our Maven build.
> >
> > Gruß
> > Richard
> >
> >
> > Am Dienstag, dem 01.08.2023 um 15:44 +0000 schrieb Bipin Prasad:
> > > The failure in your build
> > >  >
> > >
> > http://conjars.org/repo/org/pentaho/pentaho-aggdesigner-algorithm/5.1.5-jhyde/pentaho-aggdesigner-algorithm-5.1.5-jhyde.pom
> > >  connection timeout
> > >
> > > conjars.org does not exist anymore. If this exists in your
> > > ~/.m2/settings.xml, please remove and retry.
> > >
> > > On 2023/07/28 04:52:21 Derek Dagit wrote:
> > > > I downloaded the release files:
> > > >
> > > > ∴ wget -r -np
> > > > 'https://dist.apache.org/repos/dist/dev/storm/apache-storm-2.5.0-rc
> > > > 2/'
> > > >
> > > > I checked signatures:
> > > >
> > > > ∴ ls *.asc|xargs -n1 gpg --verify
> > > > gpg: assuming signed data in 'apache-storm-2.5.0.pom'
> > > > gpg: Signature made Tue 25 Jul 2023 09:33:30 AM CDT
> > > > gpg:                using RSA key
> > > > 51379DA8A7AE5B02674EF15C134716AF768D9B6E
> > > > gpg: Good signature from "Bipin Prasad (For Signing Apache Storm
> > > > release) <bi...@apache.org>" [full]
> > > > gpg: assuming signed data in 'apache-storm-2.5.0-src.tar.gz'
> > > > gpg: Signature made Tue 25 Jul 2023 09:34:52 AM CDT
> > > > gpg:                using RSA key
> > > > 51379DA8A7AE5B02674EF15C134716AF768D9B6E
> > > > gpg: Good signature from "Bipin Prasad (For Signing Apache Storm
> > > > release) <bi...@apache.org>" [full]
> > > > gpg: assuming signed data in 'apache-storm-2.5.0-src.zip'
> > > > gpg: Signature made Tue 25 Jul 2023 09:34:52 AM CDT
> > > > gpg:                using RSA key
> > > > 51379DA8A7AE5B02674EF15C134716AF768D9B6E
> > > > gpg: Good signature from "Bipin Prasad (For Signing Apache Storm
> > > > release) <bi...@apache.org>" [full]
> > > > gpg: assuming signed data in 'apache-storm-2.5.0.tar.gz'
> > > > gpg: Signature made Tue 25 Jul 2023 09:33:39 AM CDT
> > > > gpg:                using RSA key
> > > > 51379DA8A7AE5B02674EF15C134716AF768D9B6E
> > > > gpg: Good signature from "Bipin Prasad (For Signing Apache Storm
> > > > release) <bi...@apache.org>" [full]
> > > > gpg: assuming signed data in 'apache-storm-2.5.0.zip'
> > > > gpg: Signature made Tue 25 Jul 2023 09:33:39 AM CDT
> > > > gpg:                using RSA key
> > > > 51379DA8A7AE5B02674EF15C134716AF768D9B6E
> > > > gpg: Good signature from "Bipin Prasad (For Signing Apache Storm
> > > > release) <bi...@apache.org>" [full]
> > > > gpg: assuming signed data in 'RELEASE_NOTES.html'
> > > > gpg: Signature made Tue 25 Jul 2023 09:47:54 AM CDT
> > > > gpg:                using RSA key
> > > > 51379DA8A7AE5B02674EF15C134716AF768D9B6E
> > > > gpg: Good signature from "Bipin Prasad (For Signing Apache Storm
> > > > release) <bi...@apache.org>" [full]
> > > >
> > > >
> > > >
> > > > I checked checksums:
> > > >
> > > > ∴ ls *.sha512|while read f; do gpg --print-md SHA512
> > > > "${f%%.sha512}" | diff -s - "$f"; done
> > > >
> > > > Each one of these failed because the format does not match what
> > > > results from
> > > > following the instructions at
> > > >
> > https://github.com/apache/storm/blob/master/RELEASING.md#setting-up-a-vote
> > > > .
> > > >
> > > > I retried this way:
> > > >
> > > > ∴ ls *.sha512|while read f; do sha512sum "${f%%.sha512}" | diff -s
> > > > - "$f"; done
> > > > Files - and apache-storm-2.5.0.pom.asc.sha512 are identical
> > > > Files - and apache-storm-2.5.0.pom.sha512 are identical
> > > > Files - and apache-storm-2.5.0-src.tar.gz.asc.sha512 are identical
> > > > Files - and apache-storm-2.5.0-src.tar.gz.sha512 are identical
> > > > Files - and apache-storm-2.5.0-src.zip.asc.sha512 are identical
> > > > Files - and apache-storm-2.5.0-src.zip.sha512 are identical
> > > > Files - and apache-storm-2.5.0.tar.gz.asc.sha512 are identical
> > > > Files - and apache-storm-2.5.0.tar.gz.sha512 are identical
> > > > Files - and apache-storm-2.5.0.zip.asc.sha512 are identical
> > > > Files - and apache-storm-2.5.0.zip.sha512 are identical
> > > > Files - and RELEASE_NOTES.html.asc.sha512 are identical
> > > > Files - and RELEASE_NOTES.html.sha512 are identical
> > > >
> > > > Looks OK.
> > > >
> > > >
> > > >
> > > > Unzipped the source, built and ran tests with `mvn clean && mvn
> > > > install`
> > > >
> > > > I needed to use the trick at
> > > > https://stackoverflow.com/a/70673228 to avoid the "Blocked mirror
> > > > for repositories" error maven throws when trying to download with
> > > > plain HTTP.
> > > >
> > > > Eventually, the project failed to build because conjars.org was
> > > > down:
> > > >
> > > > [ERROR] Failed to execute goal on project storm-autocreds: Could
> > > > not resolve dependencies for project org.apache.storm:storm-
> > > > autocreds:jar:2.5.0: Failed to collect dependencies at
> > > > org.apache.hive.hcatalog:hive-webhcat-java-client:jar:2.3.9 ->
> > > > org.apache.hive.hcatalog:hive-hcatalog-core:jar:2.3.9 ->
> > > > org.apache.hive:hive-cli:jar:2.3.9 -> org.apache.hive:hive-
> > > > service:jar:2.3.9 -> org.apache.hive:hive-exec:jar:2.3.9 ->
> > > > org.pentaho:pentaho-aggdesigner-algorithm:jar:5.1.5-jhyde: Failed
> > > > to read artifact descriptor for org.pentaho:pentaho-aggdesigner-
> > > > algorithm:jar:5.1.5-jhyde: Could not transfer artifact
> > > > org.pentaho:pentaho-aggdesigner-algorithm:pom:5.1.5-jhyde from/to
> > > > conjars (http://conjars.org/repo): transfer failed for
> > > >
> > http://conjars.org/repo/org/pentaho/pentaho-aggdesigner-algorithm/5.1.5-jhyde/pentaho-aggdesigner-algorithm-5.1.5-jhyde.pom
> > > > : Connect to conjars.org:80 [conjars.org/54.235.127.59] failed:
> > > > Connection timed out (Connection timed out) -> [Help 1]
> > > >
> > > >
> > > > I gave up and couldn't run the automated tests.
> > > >
> > > >
> > > >
> > > > Unzipped the distribution, started nimbus, supervisor, logviewer,
> > > > ui, dev-zookeeper, and launched the WordCountTopology build from
> > > > the source directory.
> > > >
> > > > This topology started OK, but none of the workers could launch.
> > > > They failed with:
> > > >
> > > > 2023-07-27 23:43:38.720 o.a.s.u.Utils Thread-5 [INFO] Worker
> > > > Process 5147794a-1d75-4384-9c01-db08cbceead2:Error: LinkageError
> > > > occurred while loading main class org.apache.storm.LogWriter
> > > > 2023-07-27 23:43:38.721 o.a.s.u.Utils Thread-5 [INFO] Worker
> > > > Process 5147794a-1d75-4384-9c01-
> > > > db08cbceead2:      java.lang.UnsatisfiedLinkError:
> > > > /usr/lib/jvm/java-11-openjdk/lib/libnio.so: /usr/lib/jvm/java-11-
> > > > openjdk/lib/libnio.so: undefined symbol: reuseport_available
> > > >
> > > > So I could not test a simple topology either.
> > > >
> > > >
> > > > I also noticed that the value on the UI under Topology Summary >
> > > > Assigned Generic Resources was "NaN". This seems unintentional.
> > > >
> > > >
> > > > Let me know what I might be missing. I am witholding my vote for
> > > > now.
> > > >
> > > >
> > > > On Mon, Jun 26, 2023 at 04:15:20PM -0700, Bipin Prasad wrote:
> > > > > Storm Release candidate version 2.5.0 rc1 is here:
> > > > > https://dist.apache.org/repos/dist/dev/storm/apache-storm-2.5.0-rc1
> > > > > Please vote on this release.
> > > > >
> > > > >    1. How to vote is described here:
> > > > >
> > > > >
> > https://github.com/apache/storm/blob/master/RELEASING.md#how-to-vote-on-a-release-candidate
> > > > >    2. Release notes are here:
> > > > >
> > > > >
> > https://dist.apache.org/repos/dist/dev/storm/apache-storm-2.5.0-rc1/RELEASE_NOTES.html
> > > > >    .
> > > > >    3. The tag/commit to be voted upon is v2.5.0:
> > > > >    4. The source archive being votes upon is here:
> > > > >
> > > > >
> > https://dist.apache.org/repos/dist/dev/storm/apache-storm-2.5.0-rc1/apache-storm-2.5.0-src.tar.gz
> > > > >    5. The release artifacts are signed with the following key:
> > > > >
> > > > >
> > https://keyserver.ubuntu.com/pks/lookup?op=get&search=0x134716af768d9b6e
> > > > >  in
> > > > >    this file https://www.apache.org/dist/storm/KEYS
> > > > >
> > > > >
> > > > > When voting, please list the actions taken to verify the release.
> > > > > This vote will be open for at least 72 hours.
> > > > >
> > > > >     [ ] +1 Release this package as Apache Storm 2.5.0
> > > > >     [ ]   0 No opinion
> > > > >     [ ] -1 Do not release this package because...
> > > > >
> > > > > Thanks to everyone who contributed to this release.
> > > > >
> > > > > --Bipin Prasad
> > > >
> >
> >
> 
> -- 
> 
> *Open Source Solutions for Text Engineering*
> 
> http://www.digitalpebble.com
> http://digitalpebble.blogspot.com/
> #digitalpebble <http://twitter.com/digitalpebble>
> 

Re: Storm 2.5.0 Release Candidate Vote

Posted by Julien Nioche <li...@gmail.com>.
Hi!

The fix for #3940 has been merged and it is now possible to build from
source without hitting the issues mentioned previously.
@Bipin any chance you could generate a new RC? Anything else that needs to
go in there? Are the signatures now all good?

Thanks!

Julien

On Tue, 1 Aug 2023 at 17:10, Richard Zowalla <rz...@apache.org> wrote:

> On a clean, vanilla system without a custom maven mirror in place, I am
> hitting the same issue.
>
> The problem is, that Hive 2.3.9 declares the conjars.org repo:
> https://github.com/apache/hive/blob/rel/release-2.3.9/pom.xml#L225
>
> This is the reason imho, why it gets pulled into our Maven build.
>
> Gruß
> Richard
>
>
> Am Dienstag, dem 01.08.2023 um 15:44 +0000 schrieb Bipin Prasad:
> > The failure in your build
> >  >
> >
> http://conjars.org/repo/org/pentaho/pentaho-aggdesigner-algorithm/5.1.5-jhyde/pentaho-aggdesigner-algorithm-5.1.5-jhyde.pom
> >  connection timeout
> >
> > conjars.org does not exist anymore. If this exists in your
> > ~/.m2/settings.xml, please remove and retry.
> >
> > On 2023/07/28 04:52:21 Derek Dagit wrote:
> > > I downloaded the release files:
> > >
> > > ∴ wget -r -np
> > > 'https://dist.apache.org/repos/dist/dev/storm/apache-storm-2.5.0-rc
> > > 2/'
> > >
> > > I checked signatures:
> > >
> > > ∴ ls *.asc|xargs -n1 gpg --verify
> > > gpg: assuming signed data in 'apache-storm-2.5.0.pom'
> > > gpg: Signature made Tue 25 Jul 2023 09:33:30 AM CDT
> > > gpg:                using RSA key
> > > 51379DA8A7AE5B02674EF15C134716AF768D9B6E
> > > gpg: Good signature from "Bipin Prasad (For Signing Apache Storm
> > > release) <bi...@apache.org>" [full]
> > > gpg: assuming signed data in 'apache-storm-2.5.0-src.tar.gz'
> > > gpg: Signature made Tue 25 Jul 2023 09:34:52 AM CDT
> > > gpg:                using RSA key
> > > 51379DA8A7AE5B02674EF15C134716AF768D9B6E
> > > gpg: Good signature from "Bipin Prasad (For Signing Apache Storm
> > > release) <bi...@apache.org>" [full]
> > > gpg: assuming signed data in 'apache-storm-2.5.0-src.zip'
> > > gpg: Signature made Tue 25 Jul 2023 09:34:52 AM CDT
> > > gpg:                using RSA key
> > > 51379DA8A7AE5B02674EF15C134716AF768D9B6E
> > > gpg: Good signature from "Bipin Prasad (For Signing Apache Storm
> > > release) <bi...@apache.org>" [full]
> > > gpg: assuming signed data in 'apache-storm-2.5.0.tar.gz'
> > > gpg: Signature made Tue 25 Jul 2023 09:33:39 AM CDT
> > > gpg:                using RSA key
> > > 51379DA8A7AE5B02674EF15C134716AF768D9B6E
> > > gpg: Good signature from "Bipin Prasad (For Signing Apache Storm
> > > release) <bi...@apache.org>" [full]
> > > gpg: assuming signed data in 'apache-storm-2.5.0.zip'
> > > gpg: Signature made Tue 25 Jul 2023 09:33:39 AM CDT
> > > gpg:                using RSA key
> > > 51379DA8A7AE5B02674EF15C134716AF768D9B6E
> > > gpg: Good signature from "Bipin Prasad (For Signing Apache Storm
> > > release) <bi...@apache.org>" [full]
> > > gpg: assuming signed data in 'RELEASE_NOTES.html'
> > > gpg: Signature made Tue 25 Jul 2023 09:47:54 AM CDT
> > > gpg:                using RSA key
> > > 51379DA8A7AE5B02674EF15C134716AF768D9B6E
> > > gpg: Good signature from "Bipin Prasad (For Signing Apache Storm
> > > release) <bi...@apache.org>" [full]
> > >
> > >
> > >
> > > I checked checksums:
> > >
> > > ∴ ls *.sha512|while read f; do gpg --print-md SHA512
> > > "${f%%.sha512}" | diff -s - "$f"; done
> > >
> > > Each one of these failed because the format does not match what
> > > results from
> > > following the instructions at
> > >
> https://github.com/apache/storm/blob/master/RELEASING.md#setting-up-a-vote
> > > .
> > >
> > > I retried this way:
> > >
> > > ∴ ls *.sha512|while read f; do sha512sum "${f%%.sha512}" | diff -s
> > > - "$f"; done
> > > Files - and apache-storm-2.5.0.pom.asc.sha512 are identical
> > > Files - and apache-storm-2.5.0.pom.sha512 are identical
> > > Files - and apache-storm-2.5.0-src.tar.gz.asc.sha512 are identical
> > > Files - and apache-storm-2.5.0-src.tar.gz.sha512 are identical
> > > Files - and apache-storm-2.5.0-src.zip.asc.sha512 are identical
> > > Files - and apache-storm-2.5.0-src.zip.sha512 are identical
> > > Files - and apache-storm-2.5.0.tar.gz.asc.sha512 are identical
> > > Files - and apache-storm-2.5.0.tar.gz.sha512 are identical
> > > Files - and apache-storm-2.5.0.zip.asc.sha512 are identical
> > > Files - and apache-storm-2.5.0.zip.sha512 are identical
> > > Files - and RELEASE_NOTES.html.asc.sha512 are identical
> > > Files - and RELEASE_NOTES.html.sha512 are identical
> > >
> > > Looks OK.
> > >
> > >
> > >
> > > Unzipped the source, built and ran tests with `mvn clean && mvn
> > > install`
> > >
> > > I needed to use the trick at
> > > https://stackoverflow.com/a/70673228 to avoid the "Blocked mirror
> > > for repositories" error maven throws when trying to download with
> > > plain HTTP.
> > >
> > > Eventually, the project failed to build because conjars.org was
> > > down:
> > >
> > > [ERROR] Failed to execute goal on project storm-autocreds: Could
> > > not resolve dependencies for project org.apache.storm:storm-
> > > autocreds:jar:2.5.0: Failed to collect dependencies at
> > > org.apache.hive.hcatalog:hive-webhcat-java-client:jar:2.3.9 ->
> > > org.apache.hive.hcatalog:hive-hcatalog-core:jar:2.3.9 ->
> > > org.apache.hive:hive-cli:jar:2.3.9 -> org.apache.hive:hive-
> > > service:jar:2.3.9 -> org.apache.hive:hive-exec:jar:2.3.9 ->
> > > org.pentaho:pentaho-aggdesigner-algorithm:jar:5.1.5-jhyde: Failed
> > > to read artifact descriptor for org.pentaho:pentaho-aggdesigner-
> > > algorithm:jar:5.1.5-jhyde: Could not transfer artifact
> > > org.pentaho:pentaho-aggdesigner-algorithm:pom:5.1.5-jhyde from/to
> > > conjars (http://conjars.org/repo): transfer failed for
> > >
> http://conjars.org/repo/org/pentaho/pentaho-aggdesigner-algorithm/5.1.5-jhyde/pentaho-aggdesigner-algorithm-5.1.5-jhyde.pom
> > > : Connect to conjars.org:80 [conjars.org/54.235.127.59] failed:
> > > Connection timed out (Connection timed out) -> [Help 1]
> > >
> > >
> > > I gave up and couldn't run the automated tests.
> > >
> > >
> > >
> > > Unzipped the distribution, started nimbus, supervisor, logviewer,
> > > ui, dev-zookeeper, and launched the WordCountTopology build from
> > > the source directory.
> > >
> > > This topology started OK, but none of the workers could launch.
> > > They failed with:
> > >
> > > 2023-07-27 23:43:38.720 o.a.s.u.Utils Thread-5 [INFO] Worker
> > > Process 5147794a-1d75-4384-9c01-db08cbceead2:Error: LinkageError
> > > occurred while loading main class org.apache.storm.LogWriter
> > > 2023-07-27 23:43:38.721 o.a.s.u.Utils Thread-5 [INFO] Worker
> > > Process 5147794a-1d75-4384-9c01-
> > > db08cbceead2:      java.lang.UnsatisfiedLinkError:
> > > /usr/lib/jvm/java-11-openjdk/lib/libnio.so: /usr/lib/jvm/java-11-
> > > openjdk/lib/libnio.so: undefined symbol: reuseport_available
> > >
> > > So I could not test a simple topology either.
> > >
> > >
> > > I also noticed that the value on the UI under Topology Summary >
> > > Assigned Generic Resources was "NaN". This seems unintentional.
> > >
> > >
> > > Let me know what I might be missing. I am witholding my vote for
> > > now.
> > >
> > >
> > > On Mon, Jun 26, 2023 at 04:15:20PM -0700, Bipin Prasad wrote:
> > > > Storm Release candidate version 2.5.0 rc1 is here:
> > > > https://dist.apache.org/repos/dist/dev/storm/apache-storm-2.5.0-rc1
> > > > Please vote on this release.
> > > >
> > > >    1. How to vote is described here:
> > > >
> > > >
> https://github.com/apache/storm/blob/master/RELEASING.md#how-to-vote-on-a-release-candidate
> > > >    2. Release notes are here:
> > > >
> > > >
> https://dist.apache.org/repos/dist/dev/storm/apache-storm-2.5.0-rc1/RELEASE_NOTES.html
> > > >    .
> > > >    3. The tag/commit to be voted upon is v2.5.0:
> > > >    4. The source archive being votes upon is here:
> > > >
> > > >
> https://dist.apache.org/repos/dist/dev/storm/apache-storm-2.5.0-rc1/apache-storm-2.5.0-src.tar.gz
> > > >    5. The release artifacts are signed with the following key:
> > > >
> > > >
> https://keyserver.ubuntu.com/pks/lookup?op=get&search=0x134716af768d9b6e
> > > >  in
> > > >    this file https://www.apache.org/dist/storm/KEYS
> > > >
> > > >
> > > > When voting, please list the actions taken to verify the release.
> > > > This vote will be open for at least 72 hours.
> > > >
> > > >     [ ] +1 Release this package as Apache Storm 2.5.0
> > > >     [ ]   0 No opinion
> > > >     [ ] -1 Do not release this package because...
> > > >
> > > > Thanks to everyone who contributed to this release.
> > > >
> > > > --Bipin Prasad
> > >
>
>

-- 

*Open Source Solutions for Text Engineering*

http://www.digitalpebble.com
http://digitalpebble.blogspot.com/
#digitalpebble <http://twitter.com/digitalpebble>

Re: Storm 2.5.0 Release Candidate Vote

Posted by Richard Zowalla <rz...@apache.org>.
On a clean, vanilla system without a custom maven mirror in place, I am
hitting the same issue.

The problem is, that Hive 2.3.9 declares the conjars.org repo:
https://github.com/apache/hive/blob/rel/release-2.3.9/pom.xml#L225

This is the reason imho, why it gets pulled into our Maven build.

Gruß
Richard


Am Dienstag, dem 01.08.2023 um 15:44 +0000 schrieb Bipin Prasad:
> The failure in your build
>  >
> http://conjars.org/repo/org/pentaho/pentaho-aggdesigner-algorithm/5.1.5-jhyde/pentaho-aggdesigner-algorithm-5.1.5-jhyde.pom
>  connection timeout
> 
> conjars.org does not exist anymore. If this exists in your
> ~/.m2/settings.xml, please remove and retry.
> 
> On 2023/07/28 04:52:21 Derek Dagit wrote:
> > I downloaded the release files:
> > 
> > ∴ wget -r -np
> > 'https://dist.apache.org/repos/dist/dev/storm/apache-storm-2.5.0-rc
> > 2/'
> > 
> > I checked signatures:
> > 
> > ∴ ls *.asc|xargs -n1 gpg --verify
> > gpg: assuming signed data in 'apache-storm-2.5.0.pom'
> > gpg: Signature made Tue 25 Jul 2023 09:33:30 AM CDT
> > gpg:                using RSA key
> > 51379DA8A7AE5B02674EF15C134716AF768D9B6E
> > gpg: Good signature from "Bipin Prasad (For Signing Apache Storm
> > release) <bi...@apache.org>" [full]
> > gpg: assuming signed data in 'apache-storm-2.5.0-src.tar.gz'
> > gpg: Signature made Tue 25 Jul 2023 09:34:52 AM CDT
> > gpg:                using RSA key
> > 51379DA8A7AE5B02674EF15C134716AF768D9B6E
> > gpg: Good signature from "Bipin Prasad (For Signing Apache Storm
> > release) <bi...@apache.org>" [full]
> > gpg: assuming signed data in 'apache-storm-2.5.0-src.zip'
> > gpg: Signature made Tue 25 Jul 2023 09:34:52 AM CDT
> > gpg:                using RSA key
> > 51379DA8A7AE5B02674EF15C134716AF768D9B6E
> > gpg: Good signature from "Bipin Prasad (For Signing Apache Storm
> > release) <bi...@apache.org>" [full]
> > gpg: assuming signed data in 'apache-storm-2.5.0.tar.gz'
> > gpg: Signature made Tue 25 Jul 2023 09:33:39 AM CDT
> > gpg:                using RSA key
> > 51379DA8A7AE5B02674EF15C134716AF768D9B6E
> > gpg: Good signature from "Bipin Prasad (For Signing Apache Storm
> > release) <bi...@apache.org>" [full]
> > gpg: assuming signed data in 'apache-storm-2.5.0.zip'
> > gpg: Signature made Tue 25 Jul 2023 09:33:39 AM CDT
> > gpg:                using RSA key
> > 51379DA8A7AE5B02674EF15C134716AF768D9B6E
> > gpg: Good signature from "Bipin Prasad (For Signing Apache Storm
> > release) <bi...@apache.org>" [full]
> > gpg: assuming signed data in 'RELEASE_NOTES.html'
> > gpg: Signature made Tue 25 Jul 2023 09:47:54 AM CDT
> > gpg:                using RSA key
> > 51379DA8A7AE5B02674EF15C134716AF768D9B6E
> > gpg: Good signature from "Bipin Prasad (For Signing Apache Storm
> > release) <bi...@apache.org>" [full]
> > 
> > 
> > 
> > I checked checksums:
> > 
> > ∴ ls *.sha512|while read f; do gpg --print-md SHA512
> > "${f%%.sha512}" | diff -s - "$f"; done
> > 
> > Each one of these failed because the format does not match what
> > results from
> > following the instructions at
> > https://github.com/apache/storm/blob/master/RELEASING.md#setting-up-a-vote
> > .
> > 
> > I retried this way:
> > 
> > ∴ ls *.sha512|while read f; do sha512sum "${f%%.sha512}" | diff -s
> > - "$f"; done
> > Files - and apache-storm-2.5.0.pom.asc.sha512 are identical
> > Files - and apache-storm-2.5.0.pom.sha512 are identical
> > Files - and apache-storm-2.5.0-src.tar.gz.asc.sha512 are identical
> > Files - and apache-storm-2.5.0-src.tar.gz.sha512 are identical
> > Files - and apache-storm-2.5.0-src.zip.asc.sha512 are identical
> > Files - and apache-storm-2.5.0-src.zip.sha512 are identical
> > Files - and apache-storm-2.5.0.tar.gz.asc.sha512 are identical
> > Files - and apache-storm-2.5.0.tar.gz.sha512 are identical
> > Files - and apache-storm-2.5.0.zip.asc.sha512 are identical
> > Files - and apache-storm-2.5.0.zip.sha512 are identical
> > Files - and RELEASE_NOTES.html.asc.sha512 are identical
> > Files - and RELEASE_NOTES.html.sha512 are identical
> > 
> > Looks OK.
> > 
> > 
> > 
> > Unzipped the source, built and ran tests with `mvn clean && mvn
> > install`
> > 
> > I needed to use the trick at
> > https://stackoverflow.com/a/70673228 to avoid the "Blocked mirror
> > for repositories" error maven throws when trying to download with
> > plain HTTP.
> > 
> > Eventually, the project failed to build because conjars.org was
> > down:
> > 
> > [ERROR] Failed to execute goal on project storm-autocreds: Could
> > not resolve dependencies for project org.apache.storm:storm-
> > autocreds:jar:2.5.0: Failed to collect dependencies at
> > org.apache.hive.hcatalog:hive-webhcat-java-client:jar:2.3.9 ->
> > org.apache.hive.hcatalog:hive-hcatalog-core:jar:2.3.9 ->
> > org.apache.hive:hive-cli:jar:2.3.9 -> org.apache.hive:hive-
> > service:jar:2.3.9 -> org.apache.hive:hive-exec:jar:2.3.9 ->
> > org.pentaho:pentaho-aggdesigner-algorithm:jar:5.1.5-jhyde: Failed
> > to read artifact descriptor for org.pentaho:pentaho-aggdesigner-
> > algorithm:jar:5.1.5-jhyde: Could not transfer artifact
> > org.pentaho:pentaho-aggdesigner-algorithm:pom:5.1.5-jhyde from/to
> > conjars (http://conjars.org/repo): transfer failed for
> > http://conjars.org/repo/org/pentaho/pentaho-aggdesigner-algorithm/5.1.5-jhyde/pentaho-aggdesigner-algorithm-5.1.5-jhyde.pom
> > : Connect to conjars.org:80 [conjars.org/54.235.127.59] failed:
> > Connection timed out (Connection timed out) -> [Help 1]
> > 
> > 
> > I gave up and couldn't run the automated tests.
> > 
> > 
> > 
> > Unzipped the distribution, started nimbus, supervisor, logviewer,
> > ui, dev-zookeeper, and launched the WordCountTopology build from
> > the source directory.
> > 
> > This topology started OK, but none of the workers could launch.
> > They failed with:
> > 
> > 2023-07-27 23:43:38.720 o.a.s.u.Utils Thread-5 [INFO] Worker
> > Process 5147794a-1d75-4384-9c01-db08cbceead2:Error: LinkageError
> > occurred while loading main class org.apache.storm.LogWriter
> > 2023-07-27 23:43:38.721 o.a.s.u.Utils Thread-5 [INFO] Worker
> > Process 5147794a-1d75-4384-9c01-
> > db08cbceead2:      java.lang.UnsatisfiedLinkError:
> > /usr/lib/jvm/java-11-openjdk/lib/libnio.so: /usr/lib/jvm/java-11-
> > openjdk/lib/libnio.so: undefined symbol: reuseport_available
> > 
> > So I could not test a simple topology either.
> > 
> > 
> > I also noticed that the value on the UI under Topology Summary >
> > Assigned Generic Resources was "NaN". This seems unintentional.
> > 
> > 
> > Let me know what I might be missing. I am witholding my vote for
> > now.
> > 
> > 
> > On Mon, Jun 26, 2023 at 04:15:20PM -0700, Bipin Prasad wrote:
> > > Storm Release candidate version 2.5.0 rc1 is here:
> > > https://dist.apache.org/repos/dist/dev/storm/apache-storm-2.5.0-rc1
> > > Please vote on this release.
> > > 
> > >    1. How to vote is described here:
> > >   
> > > https://github.com/apache/storm/blob/master/RELEASING.md#how-to-vote-on-a-release-candidate
> > >    2. Release notes are here:
> > >   
> > > https://dist.apache.org/repos/dist/dev/storm/apache-storm-2.5.0-rc1/RELEASE_NOTES.html
> > >    .
> > >    3. The tag/commit to be voted upon is v2.5.0:
> > >    4. The source archive being votes upon is here:
> > >   
> > > https://dist.apache.org/repos/dist/dev/storm/apache-storm-2.5.0-rc1/apache-storm-2.5.0-src.tar.gz
> > >    5. The release artifacts are signed with the following key:
> > >   
> > > https://keyserver.ubuntu.com/pks/lookup?op=get&search=0x134716af768d9b6e
> > >  in
> > >    this file https://www.apache.org/dist/storm/KEYS
> > > 
> > > 
> > > When voting, please list the actions taken to verify the release.
> > > This vote will be open for at least 72 hours.
> > > 
> > >     [ ] +1 Release this package as Apache Storm 2.5.0
> > >     [ ]   0 No opinion
> > >     [ ] -1 Do not release this package because...
> > > 
> > > Thanks to everyone who contributed to this release.
> > > 
> > > --Bipin Prasad
> > 


Re: Storm 2.5.0 Release Candidate Vote

Posted by Bipin Prasad <bi...@apache.org>.
The failure in your build
 > http://conjars.org/repo/org/pentaho/pentaho-aggdesigner-algorithm/5.1.5-jhyde/pentaho-aggdesigner-algorithm-5.1.5-jhyde.pom connection timeout

conjars.org does not exist anymore. If this exists in your ~/.m2/settings.xml, please remove and retry.

On 2023/07/28 04:52:21 Derek Dagit wrote:
> I downloaded the release files:
> 
> ∴ wget -r -np 'https://dist.apache.org/repos/dist/dev/storm/apache-storm-2.5.0-rc2/'
> 
> I checked signatures:
> 
> ∴ ls *.asc|xargs -n1 gpg --verify
> gpg: assuming signed data in 'apache-storm-2.5.0.pom'
> gpg: Signature made Tue 25 Jul 2023 09:33:30 AM CDT
> gpg:                using RSA key 51379DA8A7AE5B02674EF15C134716AF768D9B6E
> gpg: Good signature from "Bipin Prasad (For Signing Apache Storm release) <bi...@apache.org>" [full]
> gpg: assuming signed data in 'apache-storm-2.5.0-src.tar.gz'
> gpg: Signature made Tue 25 Jul 2023 09:34:52 AM CDT
> gpg:                using RSA key 51379DA8A7AE5B02674EF15C134716AF768D9B6E
> gpg: Good signature from "Bipin Prasad (For Signing Apache Storm release) <bi...@apache.org>" [full]
> gpg: assuming signed data in 'apache-storm-2.5.0-src.zip'
> gpg: Signature made Tue 25 Jul 2023 09:34:52 AM CDT
> gpg:                using RSA key 51379DA8A7AE5B02674EF15C134716AF768D9B6E
> gpg: Good signature from "Bipin Prasad (For Signing Apache Storm release) <bi...@apache.org>" [full]
> gpg: assuming signed data in 'apache-storm-2.5.0.tar.gz'
> gpg: Signature made Tue 25 Jul 2023 09:33:39 AM CDT
> gpg:                using RSA key 51379DA8A7AE5B02674EF15C134716AF768D9B6E
> gpg: Good signature from "Bipin Prasad (For Signing Apache Storm release) <bi...@apache.org>" [full]
> gpg: assuming signed data in 'apache-storm-2.5.0.zip'
> gpg: Signature made Tue 25 Jul 2023 09:33:39 AM CDT
> gpg:                using RSA key 51379DA8A7AE5B02674EF15C134716AF768D9B6E
> gpg: Good signature from "Bipin Prasad (For Signing Apache Storm release) <bi...@apache.org>" [full]
> gpg: assuming signed data in 'RELEASE_NOTES.html'
> gpg: Signature made Tue 25 Jul 2023 09:47:54 AM CDT
> gpg:                using RSA key 51379DA8A7AE5B02674EF15C134716AF768D9B6E
> gpg: Good signature from "Bipin Prasad (For Signing Apache Storm release) <bi...@apache.org>" [full]
> 
> 
> 
> I checked checksums:
> 
> ∴ ls *.sha512|while read f; do gpg --print-md SHA512 "${f%%.sha512}" | diff -s - "$f"; done
> 
> Each one of these failed because the format does not match what results from
> following the instructions at
> https://github.com/apache/storm/blob/master/RELEASING.md#setting-up-a-vote.
> 
> I retried this way:
> 
> ∴ ls *.sha512|while read f; do sha512sum "${f%%.sha512}" | diff -s - "$f"; done
> Files - and apache-storm-2.5.0.pom.asc.sha512 are identical
> Files - and apache-storm-2.5.0.pom.sha512 are identical
> Files - and apache-storm-2.5.0-src.tar.gz.asc.sha512 are identical
> Files - and apache-storm-2.5.0-src.tar.gz.sha512 are identical
> Files - and apache-storm-2.5.0-src.zip.asc.sha512 are identical
> Files - and apache-storm-2.5.0-src.zip.sha512 are identical
> Files - and apache-storm-2.5.0.tar.gz.asc.sha512 are identical
> Files - and apache-storm-2.5.0.tar.gz.sha512 are identical
> Files - and apache-storm-2.5.0.zip.asc.sha512 are identical
> Files - and apache-storm-2.5.0.zip.sha512 are identical
> Files - and RELEASE_NOTES.html.asc.sha512 are identical
> Files - and RELEASE_NOTES.html.sha512 are identical
> 
> Looks OK.
> 
> 
> 
> Unzipped the source, built and ran tests with `mvn clean && mvn install`
> 
> I needed to use the trick at https://stackoverflow.com/a/70673228 to avoid the "Blocked mirror for repositories" error maven throws when trying to download with plain HTTP.
> 
> Eventually, the project failed to build because conjars.org was down:
> 
> [ERROR] Failed to execute goal on project storm-autocreds: Could not resolve dependencies for project org.apache.storm:storm-autocreds:jar:2.5.0: Failed to collect dependencies at org.apache.hive.hcatalog:hive-webhcat-java-client:jar:2.3.9 -> org.apache.hive.hcatalog:hive-hcatalog-core:jar:2.3.9 -> org.apache.hive:hive-cli:jar:2.3.9 -> org.apache.hive:hive-service:jar:2.3.9 -> org.apache.hive:hive-exec:jar:2.3.9 -> org.pentaho:pentaho-aggdesigner-algorithm:jar:5.1.5-jhyde: Failed to read artifact descriptor for org.pentaho:pentaho-aggdesigner-algorithm:jar:5.1.5-jhyde: Could not transfer artifact org.pentaho:pentaho-aggdesigner-algorithm:pom:5.1.5-jhyde from/to conjars (http://conjars.org/repo): transfer failed for http://conjars.org/repo/org/pentaho/pentaho-aggdesigner-algorithm/5.1.5-jhyde/pentaho-aggdesigner-algorithm-5.1.5-jhyde.pom: Connect to conjars.org:80 [conjars.org/54.235.127.59] failed: Connection timed out (Connection timed out) -> [Help 1]
> 
> 
> I gave up and couldn't run the automated tests.
> 
> 
> 
> Unzipped the distribution, started nimbus, supervisor, logviewer, ui, dev-zookeeper, and launched the WordCountTopology build from the source directory.
> 
> This topology started OK, but none of the workers could launch. They failed with:
> 
> 2023-07-27 23:43:38.720 o.a.s.u.Utils Thread-5 [INFO] Worker Process 5147794a-1d75-4384-9c01-db08cbceead2:Error: LinkageError occurred while loading main class org.apache.storm.LogWriter
> 2023-07-27 23:43:38.721 o.a.s.u.Utils Thread-5 [INFO] Worker Process 5147794a-1d75-4384-9c01-db08cbceead2:	java.lang.UnsatisfiedLinkError: /usr/lib/jvm/java-11-openjdk/lib/libnio.so: /usr/lib/jvm/java-11-openjdk/lib/libnio.so: undefined symbol: reuseport_available
> 
> So I could not test a simple topology either.
> 
> 
> I also noticed that the value on the UI under Topology Summary >
> Assigned Generic Resources was "NaN". This seems unintentional.
> 
> 
> Let me know what I might be missing. I am witholding my vote for now.
> 
> 
> On Mon, Jun 26, 2023 at 04:15:20PM -0700, Bipin Prasad wrote:
> > Storm Release candidate version 2.5.0 rc1 is here:
> > https://dist.apache.org/repos/dist/dev/storm/apache-storm-2.5.0-rc1
> > Please vote on this release.
> > 
> >    1. How to vote is described here:
> >    https://github.com/apache/storm/blob/master/RELEASING.md#how-to-vote-on-a-release-candidate
> >    2. Release notes are here:
> >    https://dist.apache.org/repos/dist/dev/storm/apache-storm-2.5.0-rc1/RELEASE_NOTES.html
> >    .
> >    3. The tag/commit to be voted upon is v2.5.0:
> >    4. The source archive being votes upon is here:
> >    https://dist.apache.org/repos/dist/dev/storm/apache-storm-2.5.0-rc1/apache-storm-2.5.0-src.tar.gz
> >    5. The release artifacts are signed with the following key:
> >    https://keyserver.ubuntu.com/pks/lookup?op=get&search=0x134716af768d9b6e in
> >    this file https://www.apache.org/dist/storm/KEYS
> > 
> > 
> > When voting, please list the actions taken to verify the release.
> > This vote will be open for at least 72 hours.
> > 
> >     [ ] +1 Release this package as Apache Storm 2.5.0
> >     [ ]   0 No opinion
> >     [ ] -1 Do not release this package because...
> > 
> > Thanks to everyone who contributed to this release.
> > 
> > --Bipin Prasad
> 

Re: Storm 2.5.0 Release Candidate Vote

Posted by Derek Dagit <da...@apache.org>.
I downloaded the release files:

∴ wget -r -np 'https://dist.apache.org/repos/dist/dev/storm/apache-storm-2.5.0-rc2/'

I checked signatures:

∴ ls *.asc|xargs -n1 gpg --verify
gpg: assuming signed data in 'apache-storm-2.5.0.pom'
gpg: Signature made Tue 25 Jul 2023 09:33:30 AM CDT
gpg:                using RSA key 51379DA8A7AE5B02674EF15C134716AF768D9B6E
gpg: Good signature from "Bipin Prasad (For Signing Apache Storm release) <bi...@apache.org>" [full]
gpg: assuming signed data in 'apache-storm-2.5.0-src.tar.gz'
gpg: Signature made Tue 25 Jul 2023 09:34:52 AM CDT
gpg:                using RSA key 51379DA8A7AE5B02674EF15C134716AF768D9B6E
gpg: Good signature from "Bipin Prasad (For Signing Apache Storm release) <bi...@apache.org>" [full]
gpg: assuming signed data in 'apache-storm-2.5.0-src.zip'
gpg: Signature made Tue 25 Jul 2023 09:34:52 AM CDT
gpg:                using RSA key 51379DA8A7AE5B02674EF15C134716AF768D9B6E
gpg: Good signature from "Bipin Prasad (For Signing Apache Storm release) <bi...@apache.org>" [full]
gpg: assuming signed data in 'apache-storm-2.5.0.tar.gz'
gpg: Signature made Tue 25 Jul 2023 09:33:39 AM CDT
gpg:                using RSA key 51379DA8A7AE5B02674EF15C134716AF768D9B6E
gpg: Good signature from "Bipin Prasad (For Signing Apache Storm release) <bi...@apache.org>" [full]
gpg: assuming signed data in 'apache-storm-2.5.0.zip'
gpg: Signature made Tue 25 Jul 2023 09:33:39 AM CDT
gpg:                using RSA key 51379DA8A7AE5B02674EF15C134716AF768D9B6E
gpg: Good signature from "Bipin Prasad (For Signing Apache Storm release) <bi...@apache.org>" [full]
gpg: assuming signed data in 'RELEASE_NOTES.html'
gpg: Signature made Tue 25 Jul 2023 09:47:54 AM CDT
gpg:                using RSA key 51379DA8A7AE5B02674EF15C134716AF768D9B6E
gpg: Good signature from "Bipin Prasad (For Signing Apache Storm release) <bi...@apache.org>" [full]



I checked checksums:

∴ ls *.sha512|while read f; do gpg --print-md SHA512 "${f%%.sha512}" | diff -s - "$f"; done

Each one of these failed because the format does not match what results from
following the instructions at
https://github.com/apache/storm/blob/master/RELEASING.md#setting-up-a-vote.

I retried this way:

∴ ls *.sha512|while read f; do sha512sum "${f%%.sha512}" | diff -s - "$f"; done
Files - and apache-storm-2.5.0.pom.asc.sha512 are identical
Files - and apache-storm-2.5.0.pom.sha512 are identical
Files - and apache-storm-2.5.0-src.tar.gz.asc.sha512 are identical
Files - and apache-storm-2.5.0-src.tar.gz.sha512 are identical
Files - and apache-storm-2.5.0-src.zip.asc.sha512 are identical
Files - and apache-storm-2.5.0-src.zip.sha512 are identical
Files - and apache-storm-2.5.0.tar.gz.asc.sha512 are identical
Files - and apache-storm-2.5.0.tar.gz.sha512 are identical
Files - and apache-storm-2.5.0.zip.asc.sha512 are identical
Files - and apache-storm-2.5.0.zip.sha512 are identical
Files - and RELEASE_NOTES.html.asc.sha512 are identical
Files - and RELEASE_NOTES.html.sha512 are identical

Looks OK.



Unzipped the source, built and ran tests with `mvn clean && mvn install`

I needed to use the trick at https://stackoverflow.com/a/70673228 to avoid the "Blocked mirror for repositories" error maven throws when trying to download with plain HTTP.

Eventually, the project failed to build because conjars.org was down:

[ERROR] Failed to execute goal on project storm-autocreds: Could not resolve dependencies for project org.apache.storm:storm-autocreds:jar:2.5.0: Failed to collect dependencies at org.apache.hive.hcatalog:hive-webhcat-java-client:jar:2.3.9 -> org.apache.hive.hcatalog:hive-hcatalog-core:jar:2.3.9 -> org.apache.hive:hive-cli:jar:2.3.9 -> org.apache.hive:hive-service:jar:2.3.9 -> org.apache.hive:hive-exec:jar:2.3.9 -> org.pentaho:pentaho-aggdesigner-algorithm:jar:5.1.5-jhyde: Failed to read artifact descriptor for org.pentaho:pentaho-aggdesigner-algorithm:jar:5.1.5-jhyde: Could not transfer artifact org.pentaho:pentaho-aggdesigner-algorithm:pom:5.1.5-jhyde from/to conjars (http://conjars.org/repo): transfer failed for http://conjars.org/repo/org/pentaho/pentaho-aggdesigner-algorithm/5.1.5-jhyde/pentaho-aggdesigner-algorithm-5.1.5-jhyde.pom: Connect to conjars.org:80 [conjars.org/54.235.127.59] failed: Connection timed out (Connection timed out) -> [Help 1]


I gave up and couldn't run the automated tests.



Unzipped the distribution, started nimbus, supervisor, logviewer, ui, dev-zookeeper, and launched the WordCountTopology build from the source directory.

This topology started OK, but none of the workers could launch. They failed with:

2023-07-27 23:43:38.720 o.a.s.u.Utils Thread-5 [INFO] Worker Process 5147794a-1d75-4384-9c01-db08cbceead2:Error: LinkageError occurred while loading main class org.apache.storm.LogWriter
2023-07-27 23:43:38.721 o.a.s.u.Utils Thread-5 [INFO] Worker Process 5147794a-1d75-4384-9c01-db08cbceead2:	java.lang.UnsatisfiedLinkError: /usr/lib/jvm/java-11-openjdk/lib/libnio.so: /usr/lib/jvm/java-11-openjdk/lib/libnio.so: undefined symbol: reuseport_available

So I could not test a simple topology either.


I also noticed that the value on the UI under Topology Summary >
Assigned Generic Resources was "NaN". This seems unintentional.


Let me know what I might be missing. I am witholding my vote for now.


On Mon, Jun 26, 2023 at 04:15:20PM -0700, Bipin Prasad wrote:
> Storm Release candidate version 2.5.0 rc1 is here:
> https://dist.apache.org/repos/dist/dev/storm/apache-storm-2.5.0-rc1
> Please vote on this release.
> 
>    1. How to vote is described here:
>    https://github.com/apache/storm/blob/master/RELEASING.md#how-to-vote-on-a-release-candidate
>    2. Release notes are here:
>    https://dist.apache.org/repos/dist/dev/storm/apache-storm-2.5.0-rc1/RELEASE_NOTES.html
>    .
>    3. The tag/commit to be voted upon is v2.5.0:
>    4. The source archive being votes upon is here:
>    https://dist.apache.org/repos/dist/dev/storm/apache-storm-2.5.0-rc1/apache-storm-2.5.0-src.tar.gz
>    5. The release artifacts are signed with the following key:
>    https://keyserver.ubuntu.com/pks/lookup?op=get&search=0x134716af768d9b6e in
>    this file https://www.apache.org/dist/storm/KEYS
> 
> 
> When voting, please list the actions taken to verify the release.
> This vote will be open for at least 72 hours.
> 
>     [ ] +1 Release this package as Apache Storm 2.5.0
>     [ ]   0 No opinion
>     [ ] -1 Do not release this package because...
> 
> Thanks to everyone who contributed to this release.
> 
> --Bipin Prasad