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  => 

[GitHub] storm pull request #2890: STORM-3268: Improve integration test stability

2018-10-21 Thread srdo
GitHub user srdo opened a pull request: https://github.com/apache/storm/pull/2890 STORM-3268: Improve integration test stability https://issues.apache.org/jira/browse/STORM-3268 Basically the integration test can't handle logs rolling during the test. To fix this we added

[GitHub] storm pull request #2889: STORM-3267: Disable Java 10 build

2018-10-21 Thread srdo
GitHub user srdo opened a pull request: https://github.com/apache/storm/pull/2889 STORM-3267: Disable Java 10 build https://issues.apache.org/jira/browse/STORM-3267 We can add Java 11 at some later point, but for now we need to disable the Java 10 build. You can merge