[CANCELED] [VOTE] Release Apache Storm 2.0.0 (rc3)

2018-10-24 Thread P. Taylor Goetz
Canceling this vote due to blocker issues. -Taylor > On Oct 16, 2018, at 3:48 PM, P. Taylor Goetz wrote: > > This is a call to vote on releasing Apache Storm 2.0.0 (rc3) > > Full list of changes in this release: > >

Re: [VOTE] Release Apache Storm 2.0.0 (rc3)

2018-10-23 Thread Julien Nioche
Great, thanks Bobby On Mon, 22 Oct 2018 at 18:31, Bobby Evans wrote: > Julien, > > I have put up pull requests for the docs and for fixing some of the issues > with LocalCluster that you found. > > https://github.com/apache/storm/pull/2891 > > https://github.com/apache/storm/pull/2892 > > The

Re: [VOTE] Release Apache Storm 2.0.0 (rc3)

2018-10-22 Thread Bobby Evans
Julien, I have put up pull requests for the docs and for fixing some of the issues with LocalCluster that you found. https://github.com/apache/storm/pull/2891 https://github.com/apache/storm/pull/2892 The VersionInfo change is a blocker and we should fix it before releasing (Sorry Taylor).

Re: [VOTE] Release Apache Storm 2.0.0 (rc3)

2018-10-22 Thread Bobby Evans
Yup that is a bug. I'll file a JIRA and work on a fix for it ASAP. On Fri, Oct 19, 2018 at 1:33 PM Julien Nioche wrote: > Hi Bobby > > The dependency issue happens when I have only storm-client as a dependency > and not server. > > When trying to run it from Eclipse I had to add server to the

Re: [VOTE] Release Apache Storm 2.0.0 (rc3)

2018-10-22 Thread Julien Nioche
Hi, I've looked into it a bit more and found that SC had a dependency on storm-core and not storm-client; I've fixed this in 40612a3... however this doesn't affect the issues I had last week.

Re: [VOTE] Release Apache Storm 2.0.0 (rc3)

2018-10-21 Thread Roshan Naik
external/storm-autocreds  appears to have grown a lot. In 1.2.2:   93mb,  113 filesIn 2.0.0 :  173mb,  204 files. fyi: let me know if the formatting in my prev mail is messed up ... i can resend. -roshan On Sunday, October 21, 2018, 5:54:36 PM PDT, Roshan Naik wrote: The 2.0

Re: [VOTE] Release Apache Storm 2.0.0 (rc3)

2018-10-21 Thread Roshan Naik
The 2.0 compressed tar.gz is ~270 MB in comparison to 1.2.2 jar which stands at ~160MB. Seems like a big jump and wanted to make sure there is no unintended bloat occurring. Listing of files larger than 5MB in both (ordered by size):  23M  =>  apache-storm-1.2.2/lib/storm-core-1.2.2.jar 21M  => 

Re: [VOTE] Release Apache Storm 2.0.0 (rc3)

2018-10-19 Thread Ethan Li
+1 Build from the source. Set up a single-node secure cluster and tested with word-count topology. Viewed UI and log viewer. Found some minor issues https://issues.apache.org/jira/browse/STORM-3265

Re: [VOTE] Release Apache Storm 2.0.0 (rc3)

2018-10-19 Thread Julien Nioche
Hi Bobby The dependency issue happens when I have only storm-client as a dependency and not server. When trying to run it from Eclipse I had to add server to the pom, as expected but also client as I was getting 19:22:13.044 [main] ERROR o.a.s.u.VersionInfo - Could not load

Re: [VOTE] Release Apache Storm 2.0.0 (rc3)

2018-10-19 Thread Derek Dagit
Verified sigs and sums. Unpacked the tarball and ran WordCountTopology, and accessed the UI and log viewer. Did not find unexpected messages in logs. +1 On Fri, Oct 19, 2018 at 10:55 AM Julien Nioche < lists.digitalpeb...@gmail.com> wrote: > Sorry, hit Return too quickly > > I am testing Storm

Re: [VOTE] Release Apache Storm 2.0.0 (rc3)

2018-10-19 Thread Bobby Evans
Sorry I should clarify a bit. `storm local` will run things in local mode, but the classpath will include things that are not shaded. This is also true for trying to run tests from eclipse. LocalCluster is a part of storm-server so you will need to pull that in just for testing. storm-client is

Re: [VOTE] Release Apache Storm 2.0.0 (rc3)

2018-10-19 Thread Bobby Evans
It is shaded in storm 2.x, but we split the classpath up, so what you want to depend on is storm-client only. I see you are pulling in storm-core and a few other things that are not shaded, because they are only used by the daemons, not the clients. On Fri, Oct 19, 2018 at 10:55 AM Julien Nioche

Re: [VOTE] Release Apache Storm 2.0.0 (rc3)

2018-10-19 Thread Julien Nioche
Sorry, hit Return too quickly I am testing Storm 2.0.0 with StormCrawler, not very successfully. One immediate issue is that I am getting a version conflict on httpclient as the version set by Storm is older than the one I need. java.lang.NoSuchMethodError:

Re: [VOTE] Release Apache Storm 2.0.0 (rc3)

2018-10-19 Thread Julien Nioche
Hi, I am testing Storm 2.0.0 with StormCrawler, not very successfully On Tue, 16 Oct 2018 at 20:48, P. Taylor Goetz wrote: > This is a call to vote on releasing Apache Storm 2.0.0 (rc3) > > Full list of changes in this release: > > >

Re: [VOTE] Release Apache Storm 2.0.0 (rc3)

2018-10-16 Thread Bobby Evans
+1 I checked out the code form the label. Built it and ran all of the tests. Everything passed. I ran some small tests on a single node cluster and they all passed. Also did some performance tests and they look good too. Thanks, Bobby On Tue, Oct 16, 2018 at 2:48 PM P. Taylor Goetz wrote:

Re: [VOTE] Release Apache Storm 2.0.0 (rc3)

2018-10-16 Thread Kishorkumar Patil
+1 to release this package. I ran unit tests, some basic functionality test, tested manually some of the UI features and profiling issues reported as part of the blockers. I did not notice any silent failures either - or any failures/exception in the logs. Also verified packaging is using

[VOTE] Release Apache Storm 2.0.0 (rc3)

2018-10-16 Thread P. Taylor Goetz
This is a call to vote on releasing Apache Storm 2.0.0 (rc3) Full list of changes in this release: https://dist.apache.org/repos/dist/dev/storm/apache-storm-2.0.0-rc3/RELEASE_NOTES.html The tag/commit to be voted upon is v2.0.0: