Unpacked the binary tar and built ExclamationTopology against Nexus staging. Started Nimbus, a supervisor and the UI daemon via storm.cmd. Submitted ExclamationTopology. There is still an issue with storm.cmd and daemonName as described in https://issues.apache.org/jira/browse/STORM-2659, but I don't think it's a critical issue. Some logging may be missing when using commands other than drpc, logviewer, nimbus, supervisor and ui. Raised https://issues.apache.org/jira/browse/STORM-2662. Verified changing log level, deactivate, reactivate and kill works. Built and submitted KafkaSpoutTopologyMainNamedTopics, running against a local Kafka instance. Had to submit it via storm.py instead of storm.cmd, because storm.cmd doesn't include extlib in the Java classpath. I think we should put https://github.com/apache/storm/pull/2165 on 1.x-branch as well, storm.cmd seems to have a lot of inconsistencies with storm.py that make it annoying to work with.
The issues I encountered were also present in 1.1.0, are Windows specific, and can be worked around by users by using storm.py instead. +1. 2017-07-28 23:45 GMT+02:00 Bobby Evans <[email protected]>: > +1 built from source (v1.1.1 41bfea87b1a002565333bd18a06d766af1ca3816) > Ran all of the unit tests and some manual tests. > > > - Bobby > > > On Thursday, July 27, 2017, 1:38:46 PM CDT, P. Taylor Goetz < > [email protected]> wrote: > > This is a call to vote on releasing Apache Storm 1.1.1 (rc2) > > Full list of changes in this release: > > https://git-wip-us.apache.org/repos/asf?p=storm.git;a=blob_ > plain;f=CHANGELOG.md;hb=41bfea87b1a002565333bd18a06d766af1ca3816 > > The tag/commit to be voted upon is v1.1.1: > > https://git-wip-us.apache.org/repos/asf?p=storm.git;a=tree;h= > 948ce7d63a31fae8c478785985d0ef79808e234e;hb=41bfea87b1a002565333bd18a06d76 > 6af1ca3816 > > The source archive being voted upon can be found here: > > https://dist.apache.org/repos/dist/dev/storm/apache-storm-1. > 1.1-rc2/apache-storm-1.1.1-src.tar.gz > > Other release files, signatures and digests can be found here: > > https://dist.apache.org/repos/dist/dev/storm/apache-storm-1.1.1-rc2/ > > The release artifacts are signed with the following key: > > https://git-wip-us.apache.org/repos/asf?p=storm.git;a=blob_ > plain;f=KEYS;hb=22b832708295fa2c15c4f3c70ac0d2bc6fded4bd > > The Nexus staging repository for this release is: > > https://repository.apache.org/content/repositories/orgapachestorm-1050 > > Please vote on releasing this package as Apache Storm 1.1.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 1.1.1 > [ ] 0 No opinion > [ ] -1 Do not release this package because... > > Thanks to everyone who contributed to this release. > > -Taylor >
