+1 (Non binding) src distribution - Retrieved source archive and built using 'mvn clean install -P all-tests’ - Built the binary package from the above source archive
bin distribution - Ran different topologies in local cluster - Created a 3 node cluster with worker slots. - Deployed few topologies - Checked various options (like deactivate/kill/activate topology view etc) and monitoring stats in the UI for those topologies. - Ran storm commands on those topologies like deactivate/rebalance/activate/kill with respective options. - Killed some of the workers to check failover etc. - Checked change log level settings for topologies. Intermittent UI issue: Topology visualization does not show all the spouts/bolts. Sometimes, it shows multiple visualization UI components. Thanks, Satish. On 6/15/16, 8:46 AM, "Xin Wang" <[email protected]> wrote: >+1 (Non binding) > >- testing with source distribution(built using `mvn -P all-tests clean >install`) : OK >- testing with binary distribution (one machine) : OK > - launch daemons : OK > - run RollingTopWords (local) : OK > - run RollingTopWords (remote) : OK > - activate / deactivate / rebalance / kill : OK > - logviewer (worker dir, daemon dir) : OK > - change log level : OK > - log search : OK > - thread dump, heap dump, restart worker : OK > > >2016-06-13 11:34 GMT+08:00 Jungtaek Lim <[email protected]>: > >> +1 (binding) >> - testing with source distribution : OK >> - unzip : OK >> - building from source dist : OK >> - how to build: running `mvn -P all-tests clean install` on unzipped >> source dist. >> - testing with binary distribution (one machine) : OK >> - launch daemons : OK >> - run RollingTopWords (local) : OK >> - run RollingTopWords (remote) : OK >> - activate / deactivate / rebalance / kill : OK >> - logviewer (worker dir, daemon dir) : OK >> - change log level : OK >> - thread dump, heap dump, restart worker : OK >> - log search : OK >> - run WordCountTopology (multilane, remote) : OK >> - run StatefulTopology (local) : OK >> - run StatefulTopology (remote) : OK >> >> I forgot to create issues which are found on testing 1.0.1 RC which are not >> fixed yet. >> For reminder, >> >> - Process is not shutting down clearly in local mode, but ‘Ctrl + C’ can >> terminate the process. >> - topology visualization : every clicking on 'show' button create a new >> visualization form, and non-first forms are created with empty content. >> - logviewer: navigation buttons on daemon log goes 404 since it doesn't add >> daemon option. >> >> Thanks, >> Jungtaek Lim (HeartSaVioR) >> >> >> 2016년 6월 11일 (토) 오전 4:26, P. Taylor Goetz <[email protected]>님이 작성: >> >> > This is a call to vote on releasing Apache Storm 1.0.2 (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=ea6202b9a2398e9fbed718ff15f3d31f7f52b437 >> > >> > The tag/commit to be voted upon is v1.0.2: >> > >> > >> > >> https://git-wip-us.apache.org/repos/asf?p=storm.git;a=tree;h=a73edfdf6ca18ac8d273cf44c7b68cc53f303edd;hb=ea6202b9a2398e9fbed718ff15f3d31f7f52b437 >> > >> > The source archive being voted upon can be found here: >> > >> > >> > >> https://dist.apache.org/repos/dist/dev/storm/apache-storm-1.0.2-rc2/apache-storm-1.0.2-src.tar.gz >> > >> > Other release files, signatures and digests can be found here: >> > >> > https://dist.apache.org/repos/dist/dev/storm/apache-storm-1.0.2-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-1036 >> > >> > Please vote on releasing this package as Apache Storm 1.0.2. >> > >> > 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.0.2 >> > [ ] 0 No opinion >> > [ ] -1 Do not release this package because... >> > >> > Thanks to everyone who contributed to this release. >> > >> > -Taylor >> > >>
