[GitHub] storm issue #2218: STORM-2614: Enhance stateful windowing to persist the win...

2017-08-07 Thread arunmahadevan
Github user arunmahadevan commented on the issue: https://github.com/apache/storm/pull/2218 Thanks for the reviews, squashed and merged to master. --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not

[GitHub] storm pull request #2218: STORM-2614: Enhance stateful windowing to persist ...

2017-08-07 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/storm/pull/2218 --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so, or if the feature is

[GitHub] storm issue #2263: STORM-2680 : The switch to turn on-off the cgroup in the ...

2017-08-07 Thread HeartSaVioR
Github user HeartSaVioR commented on the issue: https://github.com/apache/storm/pull/2263 +1 again. --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so, or if

[GitHub] storm issue #2263: STORM-2680 : The switch to turn on-off the cgroup in the ...

2017-08-07 Thread cluo512
Github user cluo512 commented on the issue: https://github.com/apache/storm/pull/2263 @HeartSaVioR Thank you. I rebased. --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature

[GitHub] storm issue #2181: [STORM-2607] Offset consumer + 1

2017-08-07 Thread HeartSaVioR
Github user HeartSaVioR commented on the issue: https://github.com/apache/storm/pull/2181 @tiodollar Any updates? --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and

[GitHub] storm issue #2263: STORM-2680 : The switch to turn on-off the cgroup in the ...

2017-08-07 Thread HeartSaVioR
Github user HeartSaVioR commented on the issue: https://github.com/apache/storm/pull/2263 +1 Could you rebase into current master? I recommend you to create a new branch for each pull request. --- If your project is set up for it, you can reply to this email and have your

[GitHub] storm issue #2218: STORM-2614: Enhance stateful windowing to persist the win...

2017-08-07 Thread HeartSaVioR
Github user HeartSaVioR commented on the issue: https://github.com/apache/storm/pull/2218 @arunmahadevan +1 Nice work. Could you squash the commits into one? You can merge it by yourself, or please mention me if you want me to merge. --- If your project is set up for it, you

[GitHub] storm pull request #2262: STORM-2679: Need to close resources and streams af...

2017-08-07 Thread HeartSaVioR
Github user HeartSaVioR commented on a diff in the pull request: https://github.com/apache/storm/pull/2262#discussion_r131789023 --- Diff: storm-client/src/jvm/org/apache/storm/security/auth/AutoSSL.java --- @@ -133,8 +134,9 @@ public static void deserializeSSLFile(String

[GitHub] storm pull request #2262: STORM-2679: Need to close resources and streams af...

2017-08-07 Thread HeartSaVioR
Github user HeartSaVioR commented on a diff in the pull request: https://github.com/apache/storm/pull/2262#discussion_r131787411 --- Diff: external/storm-jdbc/src/main/java/org/apache/storm/jdbc/common/JdbcClient.java --- @@ -56,25 +56,26 @@ public void executeInsertQuery(String

[GitHub] storm pull request #2262: STORM-2679: Need to close resources and streams af...

2017-08-07 Thread HeartSaVioR
Github user HeartSaVioR commented on a diff in the pull request: https://github.com/apache/storm/pull/2262#discussion_r131787582 --- Diff: external/storm-jdbc/src/main/java/org/apache/storm/jdbc/common/JdbcClient.java --- @@ -106,50 +107,52 @@ public String apply(Column input) {

[GitHub] storm pull request #2262: STORM-2679: Need to close resources and streams af...

2017-08-07 Thread HeartSaVioR
Github user HeartSaVioR commented on a diff in the pull request: https://github.com/apache/storm/pull/2262#discussion_r131788092 --- Diff: external/storm-jdbc/src/main/java/org/apache/storm/jdbc/common/JdbcClient.java --- @@ -179,8 +182,9 @@ public void executeSql(String sql) {

[GitHub] storm pull request #2262: STORM-2679: Need to close resources and streams af...

2017-08-07 Thread HeartSaVioR
Github user HeartSaVioR commented on a diff in the pull request: https://github.com/apache/storm/pull/2262#discussion_r131788989 --- Diff: storm-client/src/jvm/org/apache/storm/security/auth/AutoSSL.java --- @@ -100,19 +100,20 @@ public void populateCredentials(Map

[GitHub] storm pull request #2262: STORM-2679: Need to close resources and streams af...

2017-08-07 Thread HeartSaVioR
Github user HeartSaVioR commented on a diff in the pull request: https://github.com/apache/storm/pull/2262#discussion_r131788473 --- Diff: flux/flux-core/src/main/java/org/apache/storm/flux/parser/FluxParser.java --- @@ -96,11 +96,12 @@ private static TopologyDef loadYaml(Yaml

[GitHub] storm pull request #2262: STORM-2679: Need to close resources and streams af...

2017-08-07 Thread HeartSaVioR
Github user HeartSaVioR commented on a diff in the pull request: https://github.com/apache/storm/pull/2262#discussion_r131787609 --- Diff: external/storm-jdbc/src/main/java/org/apache/storm/jdbc/common/JdbcClient.java --- @@ -106,50 +107,52 @@ public String apply(Column input) {

[GitHub] storm issue #2265: [STORM-2674] catch NoNodeException when IStormClusterStat...

2017-08-07 Thread HeartSaVioR
Github user HeartSaVioR commented on the issue: https://github.com/apache/storm/pull/2265 +1 --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so, or if the

[GitHub] storm pull request #2267: STORM-2682: Fix issues with null owner on rolling ...

2017-08-07 Thread revans2
GitHub user revans2 opened a pull request: https://github.com/apache/storm/pull/2267 STORM-2682: Fix issues with null owner on rolling upgrade (1.0.x) This is the 1.0.x version of #2266 and should probably apply cleanly to all of the 1.x line of releases. This prevents

[GitHub] storm pull request #2266: STORM-2682: Fixed issues with null owner

2017-08-07 Thread revans2
GitHub user revans2 opened a pull request: https://github.com/apache/storm/pull/2266 STORM-2682: Fixed issues with null owner You can merge this pull request into a Git repository by running: $ git pull https://github.com/revans2/incubator-storm STORM-2682 Alternatively you

[GitHub] storm pull request #:

2017-08-07 Thread roshannaik
Github user roshannaik commented on the pull request: https://github.com/apache/storm/commit/96ad079354eba2c68a4e9854e14c584043e49e36#commitcomment-23523208 @Ethanlm @revans2 Is it OK to disable this for SystemBolt ? As far as I can tell, SystemBolt doesn't appear to invoke

[GitHub] storm issue #2262: STORM-2679: Need to close resources and streams after use

2017-08-07 Thread srdo
Github user srdo commented on the issue: https://github.com/apache/storm/pull/2262 +1 --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so, or if the feature is

[GitHub] storm pull request #2233: Storm 2258: Streams api - support CoGroupByKey

2017-08-07 Thread arunmahadevan
Github user arunmahadevan commented on a diff in the pull request: https://github.com/apache/storm/pull/2233#discussion_r131659700 --- Diff: storm-client/src/jvm/org/apache/storm/streams/PairStream.java --- @@ -380,6 +383,22 @@ return

[GitHub] storm pull request #2233: Storm 2258: Streams api - support CoGroupByKey

2017-08-07 Thread arunmahadevan
Github user arunmahadevan commented on a diff in the pull request: https://github.com/apache/storm/pull/2233#discussion_r131680183 --- Diff: storm-client/src/jvm/org/apache/storm/streams/processors/CoGroupByKeyProcessor.java --- @@ -0,0 +1,75 @@ +/** + * Licensed to the

[GitHub] storm pull request #2233: Storm 2258: Streams api - support CoGroupByKey

2017-08-07 Thread arunmahadevan
Github user arunmahadevan commented on a diff in the pull request: https://github.com/apache/storm/pull/2233#discussion_r131682043 --- Diff: storm-client/test/jvm/org/apache/storm/streams/processors/CoGroupByKeyProcessorTest.java --- @@ -0,0 +1,107 @@ +/** + * Licensed to

[GitHub] storm pull request #2233: Storm 2258: Streams api - support CoGroupByKey

2017-08-07 Thread arunmahadevan
Github user arunmahadevan commented on a diff in the pull request: https://github.com/apache/storm/pull/2233#discussion_r131690416 --- Diff: storm-client/src/jvm/org/apache/storm/streams/PairStream.java --- @@ -380,6 +383,22 @@ return

[GitHub] storm issue #2241: STORM-2306 : Messaging subsystem redesign.

2017-08-07 Thread HeartSaVioR
Github user HeartSaVioR commented on the issue: https://github.com/apache/storm/pull/2241 FYI: Regarding improving LoadAwareShuffleGrouping, I spent some days and published my improvement on #2261. From my latest update, compared to current, #2261 is about 4x faster with

[GitHub] storm issue #2261: STORM-2678 Improve performance of LoadAwareShuffleGroupin...

2017-08-07 Thread HeartSaVioR
Github user HeartSaVioR commented on the issue: https://github.com/apache/storm/pull/2261 I just take opposite approach, pushing updated load mapping when load updater timer is activated. We no longer need any tricks or optimizations to reduce checking, and even no need to check

[GitHub] storm issue #2265: [STORM-2674] catch NoNodeException when IStormClusterStat...

2017-08-07 Thread Ethanlm
Github user Ethanlm commented on the issue: https://github.com/apache/storm/pull/2265 Error in storm-submit-tools: DependencyResolverTest Should not be related to this PR. --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub

Re: [Propose] move website repository from svn to git

2017-08-07 Thread Bobby Evans
Thanks for clarifying. We have not run into an issue were we actually have needed to fix the docs for an already released version, not saying that it will not happen in the future though as the docs are not perfect.  But updating the docs to describe a feature that someone is working on is a

Re: [Propose] move website repository from svn to git

2017-08-07 Thread Jungtaek Lim
Maybe I was not clear. I meant removing 'releases' directory from storm-site repo, not storm repo, given that we have duplicated docs between twos. If we can get rid of that we can reduce the size greatly, but as I stated from another thread, it may need to decouple main docs and release docs.

Re: [Propose] move website repository from svn to git

2017-08-07 Thread Bobby Evans
Please don't remove the .md docs from the storm repo.  Those docs document the current build.  Things that are common and almost never change we can move to a separate repo.  But things that change from one release to another should stay, because they show what the current build is like, and

[GitHub] storm pull request #2265: [STORM-2674] catch NoNodeException when IStormClus...

2017-08-07 Thread Ethanlm
GitHub user Ethanlm opened a pull request: https://github.com/apache/storm/pull/2265 [STORM-2674] catch NoNodeException when IStormClusterState tries to delete znodes in reportError function Fix in 1.x-branch. see https://github.com/apache/storm/pull/2264 You can merge

[GitHub] storm issue #2264: [STORM-2674] catch NoNodeException when IStormClusterStat...

2017-08-07 Thread Ethanlm
Github user Ethanlm commented on the issue: https://github.com/apache/storm/pull/2264 Sorry, from wrong branch.. Will file a new PR.. --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this

[GitHub] storm pull request #2264: [STORM-2674] catch NoNodeException when IStormClus...

2017-08-07 Thread Ethanlm
Github user Ethanlm closed the pull request at: https://github.com/apache/storm/pull/2264 --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so, or if the feature is

[GitHub] storm pull request #2264: [STORM-2674] catch NoNodeException when IStormClus...

2017-08-07 Thread Ethanlm
GitHub user Ethanlm opened a pull request: https://github.com/apache/storm/pull/2264 [STORM-2674] catch NoNodeException when IStormClusterState tries to delete znodes in reportError function Catch the NoNodeException. see JIRA:

Re: [Propose] move website repository from svn to git

2017-08-07 Thread Jungtaek Lim
FYI: I've exported SVN repo of website and pushed to 'asf-site' branch of GIT repo. https://github.com/apache/storm-site Please note that 'content' directory will be used for serving website. (INFRA guided me to use this directory) Need to update README.md for the new instruction. Btw, this is

[GitHub] storm pull request #2263: STORM-2680 : The switch to turn on-off the cgroup ...

2017-08-07 Thread cluo512
GitHub user cluo512 opened a pull request: https://github.com/apache/storm/pull/2263 STORM-2680 : The switch to turn on-off the cgroup in the doc should be “storm.resource.isolation.plugin.enable” You can merge this pull request into a Git repository by running: $ git