Re: Regarding releasing Apache Storm 2.0.0

2018-09-13 Thread Govind Menon
STORM-3217 and STORM-3221 have been fixed - +1 from me for 2.0 RC. On Wed, Sep 12, 2018 at 10:01 AM Govind Menon wrote: > Hi all, > > There are some regressions that I introduced as part of STORM-1311 which > I'm working on as part of https://issues.apache.org/jira/browse/STORM-3217 > and

[GitHub] storm pull request #2828: STORM-3217: Fixing getComponentPage API call

2018-09-13 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/storm/pull/2828 ---

[GitHub] storm pull request #2831: STORM-3224: Fix FLUX YAML Viewer icon location/pos...

2018-09-13 Thread kishorvpatil
GitHub user kishorvpatil opened a pull request: https://github.com/apache/storm/pull/2831 STORM-3224: Fix FLUX YAML Viewer icon location/position on UI page You can merge this pull request into a Git repository by running: $ git pull

[GitHub] storm pull request #2827: STORM-3221: Fixing utilization in clusterSummary A...

2018-09-13 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/storm/pull/2827 ---

[GitHub] storm pull request #2826: STORM-3219: Update javascript to report errors con...

2018-09-13 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/storm/pull/2826 ---

[GitHub] storm pull request #2825: [STORM-3220] Allow ability to enable/disable http ...

2018-09-13 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/storm/pull/2825 ---

[GitHub] storm pull request #2830: STORM-3223: Fix NPE on blacklisted rack

2018-09-13 Thread revans2
GitHub user revans2 opened a pull request: https://github.com/apache/storm/pull/2830 STORM-3223: Fix NPE on blacklisted rack You can merge this pull request into a Git repository by running: $ git pull https://github.com/revans2/incubator-storm STORM-3223 Alternatively you

[GitHub] storm pull request #2824: STORM-3218: Return the correct error from Authoriz...

2018-09-13 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/storm/pull/2824 ---

Companies Using Apache Storm Listing - XenonStack

2018-09-13 Thread XenonStack A Stack Innovator
At XenonStack we use Storm for building real-time data integration systems and Enabling Predictive analysis

[GitHub] storm issue #2829: STORM-3222: Fix KafkaSpout internals to use LinkedList in...

2018-09-13 Thread HeartSaVioR
Github user HeartSaVioR commented on the issue: https://github.com/apache/storm/pull/2829 @srdo is right. The reason is to enforce "max.spout.pending.limit", but the concept is brought when backpressure is not in place. IMHO, the concept is the thing we should drop whenever

[GitHub] storm issue #2829: STORM-3222: Fix KafkaSpout internals to use LinkedList in...

2018-09-13 Thread srdo
Github user srdo commented on the issue: https://github.com/apache/storm/pull/2829 @arunmahadevan I think the reason for only emitting one tuple at a time was to let Storm enforce the max.spout.pending limit. Maybe it would be better to accept some overflow in order to get the spout