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 2021/10/06 18:52:38 UTC

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

+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.
>