[jira] [Commented] (STORM-391) KafkaSpout to await for the topic

2014-12-09 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/STORM-391?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14240721#comment-14240721 ] ASF GitHub Bot commented on STORM-391: -- Github user HeartSaVioR commented on the pull

[GitHub] storm pull request: [STORM-391] KafkaSpout to await for the topic

2014-12-09 Thread HeartSaVioR
Github user HeartSaVioR commented on the pull request: https://github.com/apache/storm/pull/338#issuecomment-66410673 Sorry I don't know Kafka, but I feel that it's going weird. Relying on other component's internal is real things to avoid. Components try its best to keep compat

[jira] [Created] (STORM-588) Executor-Level Rebalance Mechanism

2014-12-09 Thread troy ding (JIRA)
troy ding created STORM-588: --- Summary: Executor-Level Rebalance Mechanism Key: STORM-588 URL: https://issues.apache.org/jira/browse/STORM-588 Project: Apache Storm Issue Type: Improvement Affec

[GitHub] storm pull request: [STORM-391] KafkaSpout to await for the topic

2014-12-09 Thread Lewuathe
Github user Lewuathe commented on the pull request: https://github.com/apache/storm/pull/338#issuecomment-66392691 @lazyval +1 to your idea. Making KafkaSpout depend on kafka kafka APIs is heavier task. --- If your project is set up for it, you can reply to this email and have your r

[jira] [Commented] (STORM-391) KafkaSpout to await for the topic

2014-12-09 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/STORM-391?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14240507#comment-14240507 ] ASF GitHub Bot commented on STORM-391: -- Github user Lewuathe commented on the pull req

[jira] [Commented] (STORM-561) Add ability to create topologies dynamically

2014-12-09 Thread P. Taylor Goetz (JIRA)
[ https://issues.apache.org/jira/browse/STORM-561?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14240180#comment-14240180 ] P. Taylor Goetz commented on STORM-561: --- [~marz], I can see the utility of both appro

[jira] [Commented] (STORM-585) Performance issue in none grouping

2014-12-09 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/STORM-585?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14239720#comment-14239720 ] ASF GitHub Bot commented on STORM-585: -- Github user Parth-Brahmbhatt commented on the

[GitHub] storm pull request: Performance improvement: Fix for https://issue...

2014-12-09 Thread Parth-Brahmbhatt
Github user Parth-Brahmbhatt commented on the pull request: https://github.com/apache/storm/pull/343#issuecomment-66322504 git commit --amend, should allow you to modify last commit message. --- If your project is set up for it, you can reply to this email and have your reply appear o

[jira] [Commented] (STORM-585) Performance issue in none grouping

2014-12-09 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/STORM-585?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14239716#comment-14239716 ] ASF GitHub Bot commented on STORM-585: -- Github user fmazoyer commented on the pull req

[GitHub] storm pull request: Performance improvement: Fix for https://issue...

2014-12-09 Thread fmazoyer
Github user fmazoyer commented on the pull request: https://github.com/apache/storm/pull/343#issuecomment-66322250 Could you help me with a simple way to do that, please? Thanks for your help :-) --- If your project is set up for it, you can reply to this email and have your reply ap

[jira] [Commented] (STORM-585) Performance issue in none grouping

2014-12-09 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/STORM-585?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14239648#comment-14239648 ] ASF GitHub Bot commented on STORM-585: -- Github user Parth-Brahmbhatt commented on the

[GitHub] storm pull request: Performance improvement: Fix for https://issue...

2014-12-09 Thread Parth-Brahmbhatt
Github user Parth-Brahmbhatt commented on the pull request: https://github.com/apache/storm/pull/343#issuecomment-66316526 Can you add STORM-585 in the begining of your commit message so it gets mapped to the jira? --- If your project is set up for it, you can reply to this email an

[jira] [Commented] (STORM-512) KafkaBolt doesn't handle ticks properly

2014-12-09 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/STORM-512?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14239496#comment-14239496 ] ASF GitHub Bot commented on STORM-512: -- Github user d2r commented on the pull request:

[GitHub] storm pull request: STORM-512 KafkaBolt doesn't handle ticks prope...

2014-12-09 Thread d2r
Github user d2r commented on the pull request: https://github.com/apache/storm/pull/275#issuecomment-66294912 The explanation makes sense. I still see some test errors: ``` java.lang.NullPointerException at backtype.storm.tuple.TupleImpl.isTick(TupleImpl.java:218)

[jira] [Commented] (STORM-512) KafkaBolt doesn't handle ticks properly

2014-12-09 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/STORM-512?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14239369#comment-14239369 ] ASF GitHub Bot commented on STORM-512: -- Github user nielsbasjes commented on the pull

[GitHub] storm pull request: STORM-512 KafkaBolt doesn't handle ticks prope...

2014-12-09 Thread nielsbasjes
Github user nielsbasjes commented on the pull request: https://github.com/apache/storm/pull/275#issuecomment-66278969 @revans2 & @d2r : I found what went wrong. Apparently these tests do not use the normal TupleImpl but they Mock the tuple without using the normal implementation. I ex

[jira] [Commented] (STORM-248) cluster.xml location is hardcoded for workers.

2014-12-09 Thread Frantz Mazoyer (JIRA)
[ https://issues.apache.org/jira/browse/STORM-248?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14239347#comment-14239347 ] Frantz Mazoyer commented on STORM-248: -- Thanks for the comment :-) I would propose th

[jira] [Commented] (STORM-585) Performance issue in none grouping

2014-12-09 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/STORM-585?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14239229#comment-14239229 ] ASF GitHub Bot commented on STORM-585: -- GitHub user fmazoyer opened a pull request:

[GitHub] storm pull request: Performance improvement: Fix for https://issue...

2014-12-09 Thread fmazoyer
GitHub user fmazoyer opened a pull request: https://github.com/apache/storm/pull/343 Performance improvement: Fix for https://issues.apache.org/jira/browse/STORM-585 Hello, this fix helped us gain a sizable amount of performances in none:grouping. Details are in JIRA https://is