You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@storm.apache.org by Ethan Li <et...@apache.org> on 2021/09/29 16:04:09 UTC

[VOTE] Release Apache Storm 2.2.1 (rc1)

This is a call to vote on releasing Apache Storm 2.2.1 (rc1)

Full list of changes in this release:

https://dist.apache.org/repos/dist/dev/storm/apache-storm-2.2.1-rc1/RELEASE_NOTES.html

The tag/commit to be voted upon is v2.2.1:

https://gitbox.apache.org/repos/asf?p=storm.git;a=commit;h=1d86ffd1adc1920e6788a76f017b2e2f873a7162

The source archive being voted upon can be found here:

https://dist.apache.org/repos/dist/dev/storm/apache-storm-2.2.1-rc1/apache-storm-2.2.1-src.tar.gz

Other release files, signatures and digests can be found here:

https://dist.apache.org/repos/dist/dev/storm/apache-storm-2.2.1-rc1/

The release artifacts are signed with the following key:

https://www.apache.org/dist/storm/KEYS

The Nexus staging repository for this release is:

https://repository.apache.org/content/repositories/orgapachestorm-1097

Please vote on releasing this package as Apache Storm 2.2.1.

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.2.1
[ ]  0 No opinion
[ ] -1 Do not release this package because...

Thanks to everyone who contributed to this release.

Re: [VOTE] Release Apache Storm 2.2.1 (rc1)

Posted by Bipin Prasad <bi...@apache.org>.
+1

One test failure (due to difficulty in setting up "python-2.7" with "mock" because of its End-Of-Life)
can be ignored.

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Compile/Test Environment: "mvn -version"
Apache Maven 3.6.1 (d66c9c0b3152b2e69ee9bac180bb8fcc8e6af555; 2019-04-04T14:00:29-05:00)
Maven home: /usr/local/Cellar/maven/3.6.1/libexec
Java version: 1.8.0_221, vendor: Oracle Corporation, runtime: /Library/Java/JavaVirtualMachines/jdk1.8.0_221.jdk/Contents/Home/jre
Default locale: en_US, platform encoding: UTF-8
OS name: "mac os x", version: "10.16", arch: "x86_64", family: "mac"
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Checked out the release "svn co https://dist.apache.org/repos/dist/dev/storm/apache-storm-2.2.1-rc1"
 - extract storm source "tar zxvf apache-storm-2.2.1-rc1/apache-storm-2.2.1-src.tar.gz"
 - built "mvn install -DskipTests"
 - run unit tests "mvn test"
       - first run failed in unit "storm-client"
                ============
        - second run: skip storm-client: "mvn test -rf storm-server" success

        - rerun just storm-client test: "cd storm-client; mvn test" failed
            ---------------------------------------------------------------------------
            [INFO] --- exec-maven-plugin:1.6.0:exec (python2.7-test) @ storm-client ---
            Traceback (most recent call last):
            File "test_storm_cli.py", line 20, in <module>
                import mock
            ImportError: No module named mock
            [ERROR] Command execution failed.
            org.apache.commons.exec.ExecuteException: Process exited with an error: 1 (Exit value: 1)
                at org.apache.commons.exec.DefaultExecutor.executeInternal (DefaultExecutor.java:404)
                at org.apache.commons.exec.DefaultExecutor.execute (DefaultExecutor.java:166)
                at org.codehaus.mojo.exec.ExecMojo.executeCommandLine (ExecMojo.java:804)
                at org.codehaus.mojo.exec.ExecMojo.executeCommandLine (ExecMojo.java:751)
                at org.codehaus.mojo.exec.ExecMojo.execute (ExecMojo.java:313)
                at org.apache.maven.plugin.DefaultBuildPluginManager.executeMojo (DefaultBuildPluginManager.java:137)
                at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:210)
                at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:156)
                at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:148)
                at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:117)
                at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:81)
                at org.apache.maven.lifecycle.internal.builder.singlethreaded.SingleThreadedBuilder.build (SingleThreadedBuilder.java:56)
                at org.apache.maven.lifecycle.internal.LifecycleStarter.execute (LifecycleStarter.java:128)
                at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:305)
                at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:192)
                at org.apache.maven.DefaultMaven.execute (DefaultMaven.java:105)
                at org.apache.maven.cli.MavenCli.execute (MavenCli.java:956)
                at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:288)
                at org.apache.maven.cli.MavenCli.main (MavenCli.java:192)
                at sun.reflect.NativeMethodAccessorImpl.invoke0 (Native Method)
                at sun.reflect.NativeMethodAccessorImpl.invoke (NativeMethodAccessorImpl.java:62)
                at sun.reflect.DelegatingMethodAccessorImpl.invoke (DelegatingMethodAccessorImpl.java:43)
                at java.lang.reflect.Method.invoke (Method.java:498)
                at org.codehaus.plexus.classworlds.launcher.Launcher.launchEnhanced (Launcher.java:282)
                at org.codehaus.plexus.classworlds.launcher.Launcher.launch (Launcher.java:225)
                at org.codehaus.plexus.classworlds.launcher.Launcher.mainWithExitCode (Launcher.java:406)
                at org.codehaus.plexus.classworlds.launcher.Launcher.main (Launcher.java:347)
            ---------------------------------------------------------------------------
 - because of End-of-life of python 2.7.6 and associated supported version and installation issues with "pip" and "mock",
        python 2 support will be removed in later version. This test failure can be ignored.


On 2021/09/29 16:04:09, Ethan Li <et...@apache.org> wrote: 
> This is a call to vote on releasing Apache Storm 2.2.1 (rc1)
> 
> Full list of changes in this release:
> 
> https://dist.apache.org/repos/dist/dev/storm/apache-storm-2.2.1-rc1/RELEASE_NOTES.html
> 
> The tag/commit to be voted upon is v2.2.1:
> 
> https://gitbox.apache.org/repos/asf?p=storm.git;a=commit;h=1d86ffd1adc1920e6788a76f017b2e2f873a7162
> 
> The source archive being voted upon can be found here:
> 
> https://dist.apache.org/repos/dist/dev/storm/apache-storm-2.2.1-rc1/apache-storm-2.2.1-src.tar.gz
> 
> Other release files, signatures and digests can be found here:
> 
> https://dist.apache.org/repos/dist/dev/storm/apache-storm-2.2.1-rc1/
> 
> The release artifacts are signed with the following key:
> 
> https://www.apache.org/dist/storm/KEYS
> 
> The Nexus staging repository for this release is:
> 
> https://repository.apache.org/content/repositories/orgapachestorm-1097
> 
> Please vote on releasing this package as Apache Storm 2.2.1.
> 
> 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.2.1
> [ ]  0 No opinion
> [ ] -1 Do not release this package because...
> 
> Thanks to everyone who contributed to this release.
> 

Re: [VOTE] Release Apache Storm 2.2.1 (rc1)

Posted by Ethan Li <et...@gmail.com>.
I am closing the vote with 3 binding +1s and zero 0/-1 votes.

The binding votes are as follows:

  1. Kishor Patil
  2. Bipin Prasad
  3. Aaron Gresch

I will complete the rest of the 2.2.1 release shortly.

Thank you everyone for participating and your valuable feedback.

Best,
Ethan

On Mon, Oct 11, 2021 at 10:33 AM Aaron Gresch <ag...@gmail.com> wrote:

> +1
>
> built tag and ran word count topology and checked logs
>
> On Wed, Sep 29, 2021 at 11:04 AM Ethan Li <et...@apache.org> wrote:
>
> > This is a call to vote on releasing Apache Storm 2.2.1 (rc1)
> >
> > Full list of changes in this release:
> >
> >
> >
> https://dist.apache.org/repos/dist/dev/storm/apache-storm-2.2.1-rc1/RELEASE_NOTES.html
> >
> > The tag/commit to be voted upon is v2.2.1:
> >
> >
> >
> https://gitbox.apache.org/repos/asf?p=storm.git;a=commit;h=1d86ffd1adc1920e6788a76f017b2e2f873a7162
> >
> > The source archive being voted upon can be found here:
> >
> >
> >
> https://dist.apache.org/repos/dist/dev/storm/apache-storm-2.2.1-rc1/apache-storm-2.2.1-src.tar.gz
> >
> > Other release files, signatures and digests can be found here:
> >
> > https://dist.apache.org/repos/dist/dev/storm/apache-storm-2.2.1-rc1/
> >
> > The release artifacts are signed with the following key:
> >
> > https://www.apache.org/dist/storm/KEYS
> >
> > The Nexus staging repository for this release is:
> >
> > https://repository.apache.org/content/repositories/orgapachestorm-1097
> >
> > Please vote on releasing this package as Apache Storm 2.2.1.
> >
> > 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.2.1
> > [ ]  0 No opinion
> > [ ] -1 Do not release this package because...
> >
> > Thanks to everyone who contributed to this release.
> >
>

Re: [VOTE] Release Apache Storm 2.2.1 (rc1)

Posted by Aaron Gresch <ag...@gmail.com>.
+1

built tag and ran word count topology and checked logs

On Wed, Sep 29, 2021 at 11:04 AM Ethan Li <et...@apache.org> wrote:

> This is a call to vote on releasing Apache Storm 2.2.1 (rc1)
>
> Full list of changes in this release:
>
>
> https://dist.apache.org/repos/dist/dev/storm/apache-storm-2.2.1-rc1/RELEASE_NOTES.html
>
> The tag/commit to be voted upon is v2.2.1:
>
>
> https://gitbox.apache.org/repos/asf?p=storm.git;a=commit;h=1d86ffd1adc1920e6788a76f017b2e2f873a7162
>
> The source archive being voted upon can be found here:
>
>
> https://dist.apache.org/repos/dist/dev/storm/apache-storm-2.2.1-rc1/apache-storm-2.2.1-src.tar.gz
>
> Other release files, signatures and digests can be found here:
>
> https://dist.apache.org/repos/dist/dev/storm/apache-storm-2.2.1-rc1/
>
> The release artifacts are signed with the following key:
>
> https://www.apache.org/dist/storm/KEYS
>
> The Nexus staging repository for this release is:
>
> https://repository.apache.org/content/repositories/orgapachestorm-1097
>
> Please vote on releasing this package as Apache Storm 2.2.1.
>
> 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.2.1
> [ ]  0 No opinion
> [ ] -1 Do not release this package because...
>
> Thanks to everyone who contributed to this release.
>

Re: [VOTE] Release Apache Storm 2.2.1 (rc1)

Posted by Kishor Patil <ki...@apache.org>.
+1

verified checksum and signature, built it from source and ran unit tests. launched cluster and manually tested UI functionality.

Regards,
Kishor

On 2021/09/29 16:04:09, Ethan Li <et...@apache.org> wrote: 
> This is a call to vote on releasing Apache Storm 2.2.1 (rc1)
> 
> Full list of changes in this release:
> 
> https://dist.apache.org/repos/dist/dev/storm/apache-storm-2.2.1-rc1/RELEASE_NOTES.html
> 
> The tag/commit to be voted upon is v2.2.1:
> 
> https://gitbox.apache.org/repos/asf?p=storm.git;a=commit;h=1d86ffd1adc1920e6788a76f017b2e2f873a7162
> 
> The source archive being voted upon can be found here:
> 
> https://dist.apache.org/repos/dist/dev/storm/apache-storm-2.2.1-rc1/apache-storm-2.2.1-src.tar.gz
> 
> Other release files, signatures and digests can be found here:
> 
> https://dist.apache.org/repos/dist/dev/storm/apache-storm-2.2.1-rc1/
> 
> The release artifacts are signed with the following key:
> 
> https://www.apache.org/dist/storm/KEYS
> 
> The Nexus staging repository for this release is:
> 
> https://repository.apache.org/content/repositories/orgapachestorm-1097
> 
> Please vote on releasing this package as Apache Storm 2.2.1.
> 
> 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.2.1
> [ ]  0 No opinion
> [ ] -1 Do not release this package because...
> 
> Thanks to everyone who contributed to this release.
>