[jira] [Commented] (STORM-1351) Storm spouts and bolts need a way to communicate problems back to toplogy runner

2015-12-02 Thread Robert Joseph Evans (JIRA)
[ https://issues.apache.org/jira/browse/STORM-1351?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15035890#comment-15035890 ] Robert Joseph Evans commented on STORM-1351: [~roshan_naik], The bolts don't have any pause

[jira] [Commented] (STORM-1351) Storm spouts and bolts need a way to communicate problems back to toplogy runner

2015-12-02 Thread Roshan Naik (JIRA)
[ https://issues.apache.org/jira/browse/STORM-1351?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15037197#comment-15037197 ] Roshan Naik commented on STORM-1351: My observation here is ... it is preferable to externalize the

[jira] [Commented] (STORM-1351) Storm spouts and bolts need a way to communicate problems back to toplogy runner

2015-12-01 Thread Roshan Naik (JIRA)
[ https://issues.apache.org/jira/browse/STORM-1351?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15034553#comment-15034553 ] Roshan Naik commented on STORM-1351: The bolt will need backoff in case of certain error conditions..

[jira] [Commented] (STORM-1351) Storm spouts and bolts need a way to communicate problems back to toplogy runner

2015-11-30 Thread Roshan Naik (JIRA)
[ https://issues.apache.org/jira/browse/STORM-1351?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15032431#comment-15032431 ] Roshan Naik commented on STORM-1351: Thanks [~basti.lj] for the insight on CPU usage drop with a

[jira] [Commented] (STORM-1351) Storm spouts and bolts need a way to communicate problems back to toplogy runner

2015-11-30 Thread Basti Liu (JIRA)
[ https://issues.apache.org/jira/browse/STORM-1351?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15032944#comment-15032944 ] Basti Liu commented on STORM-1351: -- Yes, that is for a single spout. But I don't think we need to do this

[jira] [Commented] (STORM-1351) Storm spouts and bolts need a way to communicate problems back to toplogy runner

2015-11-30 Thread Basti Liu (JIRA)
[ https://issues.apache.org/jira/browse/STORM-1351?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15032923#comment-15032923 ] Basti Liu commented on STORM-1351: -- OK, I will create one for porting that. > Storm spouts and bolts

[jira] [Commented] (STORM-1351) Storm spouts and bolts need a way to communicate problems back to toplogy runner

2015-11-30 Thread Robert Joseph Evans (JIRA)
[ https://issues.apache.org/jira/browse/STORM-1351?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15031800#comment-15031800 ] Robert Joseph Evans commented on STORM-1351: Multi-thread spout support is interesting, and is

[jira] [Commented] (STORM-1351) Storm spouts and bolts need a way to communicate problems back to toplogy runner

2015-11-26 Thread John Fang (JIRA)
[ https://issues.apache.org/jira/browse/STORM-1351?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15029354#comment-15029354 ] John Fang commented on STORM-1351: -- Implementing ISpoutWaitStrategy is enough to solve the problem for

[jira] [Commented] (STORM-1351) Storm spouts and bolts need a way to communicate problems back to toplogy runner

2015-11-25 Thread Jungtaek Lim (JIRA)
[ https://issues.apache.org/jira/browse/STORM-1351?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15027912#comment-15027912 ] Jungtaek Lim commented on STORM-1351: - Implementing ISpoutWaitStrategy and sleep longer seems not a

[jira] [Commented] (STORM-1351) Storm spouts and bolts need a way to communicate problems back to toplogy runner

2015-11-25 Thread Basti Liu (JIRA)
[ https://issues.apache.org/jira/browse/STORM-1351?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15028087#comment-15028087 ] Basti Liu commented on STORM-1351: -- Hi [~roshan_naik] I think 1ms waiting time as [~revans2] recommended

[jira] [Commented] (STORM-1351) Storm spouts and bolts need a way to communicate problems back to toplogy runner

2015-11-25 Thread Basti Liu (JIRA)
[ https://issues.apache.org/jira/browse/STORM-1351?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15028106#comment-15028106 ] Basti Liu commented on STORM-1351: -- Since we are going to do the java core migration and merging JStorm,

[jira] [Commented] (STORM-1351) Storm spouts and bolts need a way to communicate problems back to toplogy runner

2015-11-25 Thread Robert Joseph Evans (JIRA)
[ https://issues.apache.org/jira/browse/STORM-1351?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15027571#comment-15027571 ] Robert Joseph Evans commented on STORM-1351: What do you mean by topology runner? If you want

[jira] [Commented] (STORM-1351) Storm spouts and bolts need a way to communicate problems back to toplogy runner

2015-11-25 Thread Roshan Naik (JIRA)
[ https://issues.apache.org/jira/browse/STORM-1351?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15027632#comment-15027632 ] Roshan Naik commented on STORM-1351: I dont think there is a need for a different backoff logic for

[jira] [Commented] (STORM-1351) Storm spouts and bolts need a way to communicate problems back to toplogy runner

2015-11-24 Thread Roshan Naik (JIRA)
[ https://issues.apache.org/jira/browse/STORM-1351?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15025659#comment-15025659 ] Roshan Naik commented on STORM-1351: Similar problem exists with Bolts too .. for example a Hive Bolt