[GitHub] storm pull request #2669: [STORM-3055] remove conext connection cache

2018-05-09 Thread pczb
GitHub user pczb opened a pull request: https://github.com/apache/storm/pull/2669 [STORM-3055] remove conext connection cache workerState has already cache connection use supervisor_id + port and if context and worker both cache connection, there can be some problem describe in

Per spout automatic backpressure

2018-05-09 Thread Clinton Tran
Helloo, In the docs, it is specified that there are only four per-spout or per-bolt configurations. Are there any plans on adding in a config for automatic backpressure per-spout/per-bolt as well? Thanks, Clinton

[GitHub] storm issue #2665: STORM-2988 Error on initialization of server mk-worker

2018-05-09 Thread HeartSaVioR
Github user HeartSaVioR commented on the issue: https://github.com/apache/storm/pull/2665 Go ahead. The issue is effectively blocker so I don't want to block this for non-critical thing. Moreover the configurations are already exposed (though it is not documented yet) so someone may h

[GitHub] storm issue #2666: STORM-2988 Error on initialization of server mk-worker

2018-05-09 Thread ptgoetz
Github user ptgoetz commented on the issue: https://github.com/apache/storm/pull/2666 +1 ---

[GitHub] storm issue #2665: STORM-2988 Error on initialization of server mk-worker

2018-05-09 Thread ptgoetz
Github user ptgoetz commented on the issue: https://github.com/apache/storm/pull/2665 +1 ---

[GitHub] storm pull request #2668: STORM-3065: Reduce storm-server test fork count to...

2018-05-09 Thread srdo
GitHub user srdo opened a pull request: https://github.com/apache/storm/pull/2668 STORM-3065: Reduce storm-server test fork count to 1, fix some test-s… …pecific NPEs https://issues.apache.org/jira/browse/STORM-3065 The changes to InProcessZookeeper aren't stric

[GitHub] storm pull request #2667: STORM-3063: Fix minor pom issues

2018-05-09 Thread srdo
Github user srdo commented on a diff in the pull request: https://github.com/apache/storm/pull/2667#discussion_r187100434 --- Diff: pom.xml --- @@ -1275,6 +1270,25 @@ true + +org.ap

[GitHub] storm pull request #2667: STORM-3063: Fix minor pom issues

2018-05-09 Thread hmcl
Github user hmcl commented on a diff in the pull request: https://github.com/apache/storm/pull/2667#discussion_r187100160 --- Diff: pom.xml --- @@ -1275,6 +1270,25 @@ true + +org.ap

[GitHub] storm issue #2647: STORM-3040: Improve scheduler performance

2018-05-09 Thread revans2
Github user revans2 commented on the issue: https://github.com/apache/storm/pull/2647 @danny0405 the failure is a known race condition around netty and is not related to this change. ---