[jira] [Commented] (STORM-1279) port backtype.storm.daemon.supervisor to java

2016-03-09 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/STORM-1279?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15188801#comment-15188801 ] ASF GitHub Bot commented on STORM-1279: --- Github user abhishekagarwal87 commented on a diff in the

[GitHub] storm pull request: [STORM-1279] port backtype.storm.daemon.superv...

2016-03-09 Thread abhishekagarwal87
Github user abhishekagarwal87 commented on a diff in the pull request: https://github.com/apache/storm/pull/1184#discussion_r55640204 --- Diff: storm-core/src/jvm/org/apache/storm/daemon/supervisor/Supervisor.java --- @@ -0,0 +1,196 @@ +/** + * Licensed to the Apache

[jira] [Commented] (STORM-1279) port backtype.storm.daemon.supervisor to java

2016-03-09 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/STORM-1279?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15188781#comment-15188781 ] ASF GitHub Bot commented on STORM-1279: --- Github user abhishekagarwal87 commented on a diff in the

[GitHub] storm pull request: [STORM-1279] port backtype.storm.daemon.superv...

2016-03-09 Thread abhishekagarwal87
Github user abhishekagarwal87 commented on a diff in the pull request: https://github.com/apache/storm/pull/1184#discussion_r55639523 --- Diff: storm-core/src/jvm/org/apache/storm/daemon/supervisor/ShutdownWork.java --- @@ -0,0 +1,125 @@ +/** + * Licensed to the Apache

[jira] [Commented] (STORM-1279) port backtype.storm.daemon.supervisor to java

2016-03-09 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/STORM-1279?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15188780#comment-15188780 ] ASF GitHub Bot commented on STORM-1279: --- Github user abhishekagarwal87 commented on a diff in the

[jira] [Commented] (STORM-1616) Add RAS API for Trident

2016-03-09 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/STORM-1616?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15188675#comment-15188675 ] ASF GitHub Bot commented on STORM-1616: --- Github user arunmahadevan commented on a diff in the pull

[GitHub] storm pull request: STORM-1616: Add RAS API for Trident

2016-03-09 Thread arunmahadevan
Github user arunmahadevan commented on a diff in the pull request: https://github.com/apache/storm/pull/1199#discussion_r55633878 --- Diff: storm-core/src/jvm/org/apache/storm/trident/Stream.java --- @@ -124,6 +124,31 @@ public Stream parallelismHint(int hint) { }

[jira] [Commented] (STORM-1269) port backtype.storm.daemon.common to java

2016-03-09 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/STORM-1269?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15188591#comment-15188591 ] ASF GitHub Bot commented on STORM-1269: --- Github user bastiliu commented on the pull request:

[GitHub] storm pull request: [STORM-1269] port backtype.storm.daemon.common...

2016-03-09 Thread bastiliu
Github user bastiliu commented on the pull request: https://github.com/apache/storm/pull/1185#issuecomment-194641160 @revans2 @abhishekagarwal87 Thanks for your review. CommonInstaller was removed, and the drpc changes have been merged. For SystemTopologyBuilder, maybe it is better

[jira] [Commented] (STORM-1609) Netty Client is not best effort delivery on failed Connection

2016-03-09 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/STORM-1609?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15188545#comment-15188545 ] ASF GitHub Bot commented on STORM-1609: --- Github user hustfxj commented on the pull request:

[GitHub] storm pull request: [STORM-1609] Netty Client is not best effort d...

2016-03-09 Thread hustfxj
Github user hustfxj commented on the pull request: https://github.com/apache/storm/pull/1194#issuecomment-194629551 +1. I have a suggestion. we drop messages because Channel is not in good state. I hope we should put the messages into buffer when Channel is not in good state. Of

[jira] [Commented] (STORM-1605) storm shell script should use /bin/env python to check python version

2016-03-09 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/STORM-1605?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15188538#comment-15188538 ] ASF GitHub Bot commented on STORM-1605: --- Github user unsleepy22 commented on the pull request:

[GitHub] storm pull request: [STORM-1605] use '/usr/bin/env python' to chec...

2016-03-09 Thread hustfxj
Github user hustfxj commented on the pull request: https://github.com/apache/storm/pull/1196#issuecomment-194607393 @unsleepy22 It loos good to me. Many *.py files start with "#!/usr/bin/python" in storm . So do you think we should update them together or not? --- If your project

[jira] [Commented] (STORM-1605) storm shell script should use /bin/env python to check python version

2016-03-09 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/STORM-1605?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15188456#comment-15188456 ] ASF GitHub Bot commented on STORM-1605: --- Github user hustfxj commented on the pull request:

答复: Publish Subscribe Model using Apache Storm

2016-03-09 Thread John Fang
Can you supply more information? You can refer to storm/external/storm-kafka. -邮件原件- 发件人: Vigneshwaran Ganesan [mailto:vigneshwaran.gane...@gmail.com] 发送时间: 2016年3月10日 4:08 收件人: d...@storm.incubator.apache.org 主题: Publish Subscribe Model using Apache Storm Hi Team, I am planning to

[GitHub] storm pull request: STORM-822: Kafka Spout New Consumer API

2016-03-09 Thread kishorvpatil
Github user kishorvpatil commented on the pull request: https://github.com/apache/storm/pull/1131#issuecomment-194567970 @hmcl, the new `KafkaSpoutConfig` does not take in `securityProtocol` unlike `SpoutConfig`. Is this intentional? will `storm-kafka-client` module work with secure

[jira] [Commented] (STORM-822) As a storm developer I’d like to use the new kafka consumer API (0.8.3) to reduce dependencies and use long term supported kafka apis

2016-03-09 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/STORM-822?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15188301#comment-15188301 ] ASF GitHub Bot commented on STORM-822: -- Github user kishorvpatil commented on the pull request:

[GitHub] storm pull request: [STORM-1279] port backtype.storm.daemon.superv...

2016-03-09 Thread revans2
Github user revans2 commented on a diff in the pull request: https://github.com/apache/storm/pull/1184#discussion_r55601506 --- Diff: storm-core/src/jvm/org/apache/storm/daemon/supervisor/SupervisorUtils.java --- @@ -0,0 +1,273 @@ +/** + * Licensed to the Apache Software

[jira] [Commented] (STORM-1279) port backtype.storm.daemon.supervisor to java

2016-03-09 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/STORM-1279?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15188200#comment-15188200 ] ASF GitHub Bot commented on STORM-1279: --- Github user revans2 commented on a diff in the pull

[jira] [Commented] (STORM-1279) port backtype.storm.daemon.supervisor to java

2016-03-09 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/STORM-1279?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15188195#comment-15188195 ] ASF GitHub Bot commented on STORM-1279: --- Github user revans2 commented on a diff in the pull

[GitHub] storm pull request: [STORM-1279] port backtype.storm.daemon.superv...

2016-03-09 Thread revans2
Github user revans2 commented on a diff in the pull request: https://github.com/apache/storm/pull/1184#discussion_r55601229 --- Diff: storm-core/src/jvm/org/apache/storm/daemon/supervisor/SupervisorUtils.java --- @@ -0,0 +1,273 @@ +/** + * Licensed to the Apache Software

[GitHub] storm pull request: [STORM-1279] port backtype.storm.daemon.superv...

2016-03-09 Thread revans2
Github user revans2 commented on a diff in the pull request: https://github.com/apache/storm/pull/1184#discussion_r55599650 --- Diff: storm-core/src/jvm/org/apache/storm/daemon/supervisor/SupervisorUtils.java --- @@ -0,0 +1,273 @@ +/** + * Licensed to the Apache Software

[jira] [Commented] (STORM-1616) Add RAS API for Trident

2016-03-09 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/STORM-1616?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15188143#comment-15188143 ] ASF GitHub Bot commented on STORM-1616: --- GitHub user knusbaum opened a pull request:

[GitHub] storm pull request: STORM-1616: Add RAS API for Trident

2016-03-09 Thread knusbaum
GitHub user knusbaum opened a pull request: https://github.com/apache/storm/pull/1199 STORM-1616: Add RAS API for Trident You can merge this pull request into a Git repository by running: $ git pull https://github.com/knusbaum/incubator-storm Trident-RAS-v2 Alternatively you

[jira] [Commented] (STORM-1469) Unable to deploy large topologies on apache storm

2016-03-09 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/STORM-1469?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15188036#comment-15188036 ] ASF GitHub Bot commented on STORM-1469: --- Github user revans2 commented on the pull request:

[GitHub] storm pull request: [STORM-1469] Remove SimpleTransportPlugin and ...

2016-03-09 Thread revans2
Github user revans2 commented on the pull request: https://github.com/apache/storm/pull/1178#issuecomment-194507988 oops I missed that org.apache.storm.security.auth.auth-test / testname: digest-authentication-test is failing thinking that it want plane. --- If your project is set

[jira] [Commented] (STORM-1469) Unable to deploy large topologies on apache storm

2016-03-09 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/STORM-1469?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15188034#comment-15188034 ] ASF GitHub Bot commented on STORM-1469: --- Github user revans2 commented on the pull request:

[GitHub] storm pull request: [STORM-1469] Remove SimpleTransportPlugin and ...

2016-03-09 Thread revans2
Github user revans2 commented on the pull request: https://github.com/apache/storm/pull/1178#issuecomment-194507679 +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

[jira] [Commented] (STORM-1279) port backtype.storm.daemon.supervisor to java

2016-03-09 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/STORM-1279?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15187914#comment-15187914 ] ASF GitHub Bot commented on STORM-1279: --- Github user revans2 commented on a diff in the pull

[GitHub] storm pull request: [STORM-1279] port backtype.storm.daemon.superv...

2016-03-09 Thread revans2
Github user revans2 commented on a diff in the pull request: https://github.com/apache/storm/pull/1184#discussion_r55585701 --- Diff: storm-core/src/jvm/org/apache/storm/daemon/supervisor/SupervisorData.java --- @@ -0,0 +1,339 @@ +/** + * Licensed to the Apache Software

[jira] [Commented] (STORM-1279) port backtype.storm.daemon.supervisor to java

2016-03-09 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/STORM-1279?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15187916#comment-15187916 ] ASF GitHub Bot commented on STORM-1279: --- Github user revans2 commented on a diff in the pull

[GitHub] storm pull request: [STORM-1279] port backtype.storm.daemon.superv...

2016-03-09 Thread revans2
Github user revans2 commented on a diff in the pull request: https://github.com/apache/storm/pull/1184#discussion_r55585748 --- Diff: storm-core/src/jvm/org/apache/storm/daemon/supervisor/SupervisorData.java --- @@ -0,0 +1,339 @@ +/** + * Licensed to the Apache Software

[jira] [Commented] (STORM-1279) port backtype.storm.daemon.supervisor to java

2016-03-09 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/STORM-1279?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15187913#comment-15187913 ] ASF GitHub Bot commented on STORM-1279: --- Github user revans2 commented on a diff in the pull

[GitHub] storm pull request: [STORM-1279] port backtype.storm.daemon.superv...

2016-03-09 Thread revans2
Github user revans2 commented on a diff in the pull request: https://github.com/apache/storm/pull/1184#discussion_r55585655 --- Diff: storm-core/src/jvm/org/apache/storm/daemon/supervisor/SupervisorData.java --- @@ -0,0 +1,339 @@ +/** + * Licensed to the Apache Software

[jira] [Commented] (STORM-1279) port backtype.storm.daemon.supervisor to java

2016-03-09 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/STORM-1279?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15187907#comment-15187907 ] ASF GitHub Bot commented on STORM-1279: --- Github user revans2 commented on a diff in the pull

[jira] [Commented] (STORM-1279) port backtype.storm.daemon.supervisor to java

2016-03-09 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/STORM-1279?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15187910#comment-15187910 ] ASF GitHub Bot commented on STORM-1279: --- Github user revans2 commented on a diff in the pull

[jira] [Commented] (STORM-1279) port backtype.storm.daemon.supervisor to java

2016-03-09 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/STORM-1279?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15187908#comment-15187908 ] ASF GitHub Bot commented on STORM-1279: --- Github user revans2 commented on a diff in the pull

[jira] [Commented] (STORM-1279) port backtype.storm.daemon.supervisor to java

2016-03-09 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/STORM-1279?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15187906#comment-15187906 ] ASF GitHub Bot commented on STORM-1279: --- Github user revans2 commented on a diff in the pull

[GitHub] storm pull request: [STORM-1279] port backtype.storm.daemon.superv...

2016-03-09 Thread revans2
Github user revans2 commented on a diff in the pull request: https://github.com/apache/storm/pull/1184#discussion_r55585426 --- Diff: storm-core/src/jvm/org/apache/storm/daemon/supervisor/SupervisorData.java --- @@ -0,0 +1,339 @@ +/** + * Licensed to the Apache Software

[GitHub] storm pull request: [STORM-1279] port backtype.storm.daemon.superv...

2016-03-09 Thread revans2
Github user revans2 commented on a diff in the pull request: https://github.com/apache/storm/pull/1184#discussion_r55585379 --- Diff: storm-core/src/jvm/org/apache/storm/daemon/supervisor/SupervisorData.java --- @@ -0,0 +1,339 @@ +/** + * Licensed to the Apache Software

[jira] [Commented] (STORM-1279) port backtype.storm.daemon.supervisor to java

2016-03-09 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/STORM-1279?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15187904#comment-15187904 ] ASF GitHub Bot commented on STORM-1279: --- Github user revans2 commented on a diff in the pull

[jira] [Commented] (STORM-1279) port backtype.storm.daemon.supervisor to java

2016-03-09 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/STORM-1279?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15187905#comment-15187905 ] ASF GitHub Bot commented on STORM-1279: --- Github user revans2 commented on a diff in the pull

[GitHub] storm pull request: [STORM-1469] Decommissioning SimpleTransportPl...

2016-03-09 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/storm/pull/1179 --- 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: [STORM-1279] port backtype.storm.daemon.superv...

2016-03-09 Thread revans2
Github user revans2 commented on a diff in the pull request: https://github.com/apache/storm/pull/1184#discussion_r55585316 --- Diff: storm-core/src/jvm/org/apache/storm/daemon/supervisor/SupervisorData.java --- @@ -0,0 +1,339 @@ +/** + * Licensed to the Apache Software

[jira] [Commented] (STORM-1469) Unable to deploy large topologies on apache storm

2016-03-09 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/STORM-1469?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15187902#comment-15187902 ] ASF GitHub Bot commented on STORM-1469: --- Github user asfgit closed the pull request at:

[GitHub] storm pull request: [STORM-1279] port backtype.storm.daemon.superv...

2016-03-09 Thread revans2
Github user revans2 commented on a diff in the pull request: https://github.com/apache/storm/pull/1184#discussion_r55585266 --- Diff: storm-core/src/jvm/org/apache/storm/daemon/supervisor/SupervisorData.java --- @@ -0,0 +1,339 @@ +/** + * Licensed to the Apache Software

[jira] [Commented] (STORM-1469) Unable to deploy large topologies on apache storm

2016-03-09 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/STORM-1469?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15187901#comment-15187901 ] ASF GitHub Bot commented on STORM-1469: --- Github user ptgoetz commented on the pull request:

[jira] [Commented] (STORM-1279) port backtype.storm.daemon.supervisor to java

2016-03-09 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/STORM-1279?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15187898#comment-15187898 ] ASF GitHub Bot commented on STORM-1279: --- Github user revans2 commented on a diff in the pull

[GitHub] storm pull request: [STORM-1279] port backtype.storm.daemon.superv...

2016-03-09 Thread revans2
Github user revans2 commented on a diff in the pull request: https://github.com/apache/storm/pull/1184#discussion_r55584846 --- Diff: storm-core/src/jvm/org/apache/storm/daemon/supervisor/SupervisorData.java --- @@ -0,0 +1,339 @@ +/** + * Licensed to the Apache Software

[GitHub] storm pull request: [STORM-1279] port backtype.storm.daemon.superv...

2016-03-09 Thread revans2
Github user revans2 commented on a diff in the pull request: https://github.com/apache/storm/pull/1184#discussion_r55584866 --- Diff: storm-core/src/jvm/org/apache/storm/daemon/supervisor/SupervisorData.java --- @@ -0,0 +1,339 @@ +/** + * Licensed to the Apache Software

[jira] [Commented] (STORM-1279) port backtype.storm.daemon.supervisor to java

2016-03-09 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/STORM-1279?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15187897#comment-15187897 ] ASF GitHub Bot commented on STORM-1279: --- Github user revans2 commented on a diff in the pull

[jira] [Commented] (STORM-1279) port backtype.storm.daemon.supervisor to java

2016-03-09 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/STORM-1279?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15187894#comment-15187894 ] ASF GitHub Bot commented on STORM-1279: --- Github user revans2 commented on a diff in the pull

[GitHub] storm pull request: [STORM-1279] port backtype.storm.daemon.superv...

2016-03-09 Thread revans2
Github user revans2 commented on a diff in the pull request: https://github.com/apache/storm/pull/1184#discussion_r55584755 --- Diff: storm-core/src/jvm/org/apache/storm/daemon/supervisor/SupervisorData.java --- @@ -0,0 +1,339 @@ +/** + * Licensed to the Apache Software

[GitHub] storm pull request: [STORM-1279] port backtype.storm.daemon.superv...

2016-03-09 Thread revans2
Github user revans2 commented on a diff in the pull request: https://github.com/apache/storm/pull/1184#discussion_r55584817 --- Diff: storm-core/src/jvm/org/apache/storm/daemon/supervisor/SupervisorData.java --- @@ -0,0 +1,339 @@ +/** + * Licensed to the Apache Software

[jira] [Commented] (STORM-1279) port backtype.storm.daemon.supervisor to java

2016-03-09 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/STORM-1279?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15187892#comment-15187892 ] ASF GitHub Bot commented on STORM-1279: --- Github user revans2 commented on a diff in the pull

[jira] [Commented] (STORM-1279) port backtype.storm.daemon.supervisor to java

2016-03-09 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/STORM-1279?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15187893#comment-15187893 ] ASF GitHub Bot commented on STORM-1279: --- Github user revans2 commented on a diff in the pull

[GitHub] storm pull request: [STORM-1279] port backtype.storm.daemon.superv...

2016-03-09 Thread revans2
Github user revans2 commented on a diff in the pull request: https://github.com/apache/storm/pull/1184#discussion_r55584718 --- Diff: storm-core/src/jvm/org/apache/storm/daemon/supervisor/SupervisorData.java --- @@ -0,0 +1,339 @@ +/** + * Licensed to the Apache Software

[GitHub] storm pull request: [STORM-1279] port backtype.storm.daemon.superv...

2016-03-09 Thread revans2
Github user revans2 commented on a diff in the pull request: https://github.com/apache/storm/pull/1184#discussion_r55584667 --- Diff: storm-core/src/jvm/org/apache/storm/daemon/supervisor/SupervisorData.java --- @@ -0,0 +1,339 @@ +/** + * Licensed to the Apache Software

[GitHub] storm pull request: [STORM-1279] port backtype.storm.daemon.superv...

2016-03-09 Thread revans2
Github user revans2 commented on a diff in the pull request: https://github.com/apache/storm/pull/1184#discussion_r55584589 --- Diff: storm-core/src/jvm/org/apache/storm/daemon/supervisor/SupervisorData.java --- @@ -0,0 +1,339 @@ +/** + * Licensed to the Apache Software

[jira] [Commented] (STORM-1279) port backtype.storm.daemon.supervisor to java

2016-03-09 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/STORM-1279?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15187889#comment-15187889 ] ASF GitHub Bot commented on STORM-1279: --- Github user revans2 commented on a diff in the pull

[jira] [Commented] (STORM-1279) port backtype.storm.daemon.supervisor to java

2016-03-09 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/STORM-1279?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15187882#comment-15187882 ] ASF GitHub Bot commented on STORM-1279: --- Github user revans2 commented on a diff in the pull

[jira] [Commented] (STORM-1279) port backtype.storm.daemon.supervisor to java

2016-03-09 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/STORM-1279?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15187884#comment-15187884 ] ASF GitHub Bot commented on STORM-1279: --- Github user revans2 commented on a diff in the pull

[jira] [Commented] (STORM-1279) port backtype.storm.daemon.supervisor to java

2016-03-09 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/STORM-1279?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15187879#comment-15187879 ] ASF GitHub Bot commented on STORM-1279: --- Github user revans2 commented on a diff in the pull

[GitHub] storm pull request: [STORM-1279] port backtype.storm.daemon.superv...

2016-03-09 Thread revans2
Github user revans2 commented on a diff in the pull request: https://github.com/apache/storm/pull/1184#discussion_r55584436 --- Diff: storm-core/src/jvm/org/apache/storm/daemon/supervisor/SupervisorData.java --- @@ -0,0 +1,339 @@ +/** + * Licensed to the Apache Software

[GitHub] storm pull request: [STORM-1279] port backtype.storm.daemon.superv...

2016-03-09 Thread revans2
Github user revans2 commented on a diff in the pull request: https://github.com/apache/storm/pull/1184#discussion_r55584469 --- Diff: storm-core/src/jvm/org/apache/storm/daemon/supervisor/SupervisorData.java --- @@ -0,0 +1,339 @@ +/** + * Licensed to the Apache Software

[GitHub] storm pull request: [STORM-1279] port backtype.storm.daemon.superv...

2016-03-09 Thread revans2
Github user revans2 commented on a diff in the pull request: https://github.com/apache/storm/pull/1184#discussion_r55584354 --- Diff: storm-core/src/jvm/org/apache/storm/daemon/supervisor/SupervisorData.java --- @@ -0,0 +1,339 @@ +/** + * Licensed to the Apache Software

[jira] [Commented] (STORM-1279) port backtype.storm.daemon.supervisor to java

2016-03-09 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/STORM-1279?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15187880#comment-15187880 ] ASF GitHub Bot commented on STORM-1279: --- Github user revans2 commented on a diff in the pull

[GitHub] storm pull request: [STORM-1279] port backtype.storm.daemon.superv...

2016-03-09 Thread revans2
Github user revans2 commented on a diff in the pull request: https://github.com/apache/storm/pull/1184#discussion_r55584398 --- Diff: storm-core/src/jvm/org/apache/storm/daemon/supervisor/SupervisorData.java --- @@ -0,0 +1,339 @@ +/** + * Licensed to the Apache Software

[jira] [Commented] (STORM-1279) port backtype.storm.daemon.supervisor to java

2016-03-09 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/STORM-1279?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15187872#comment-15187872 ] ASF GitHub Bot commented on STORM-1279: --- Github user revans2 commented on a diff in the pull

[GitHub] storm pull request: [STORM-1279] port backtype.storm.daemon.superv...

2016-03-09 Thread revans2
Github user revans2 commented on a diff in the pull request: https://github.com/apache/storm/pull/1184#discussion_r55584050 --- Diff: storm-core/src/jvm/org/apache/storm/daemon/supervisor/SupervisorData.java --- @@ -0,0 +1,339 @@ +/** + * Licensed to the Apache Software

[GitHub] storm pull request: [STORM-1279] port backtype.storm.daemon.superv...

2016-03-09 Thread revans2
Github user revans2 commented on a diff in the pull request: https://github.com/apache/storm/pull/1184#discussion_r55583857 --- Diff: storm-core/src/jvm/org/apache/storm/daemon/supervisor/Supervisor.java --- @@ -0,0 +1,196 @@ +/** + * Licensed to the Apache Software

[GitHub] storm pull request: [STORM-1279] port backtype.storm.daemon.superv...

2016-03-09 Thread revans2
Github user revans2 commented on a diff in the pull request: https://github.com/apache/storm/pull/1184#discussion_r55583753 --- Diff: storm-core/src/jvm/org/apache/storm/daemon/supervisor/Supervisor.java --- @@ -0,0 +1,196 @@ +/** + * Licensed to the Apache Software

[jira] [Commented] (STORM-1279) port backtype.storm.daemon.supervisor to java

2016-03-09 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/STORM-1279?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15187866#comment-15187866 ] ASF GitHub Bot commented on STORM-1279: --- Github user revans2 commented on a diff in the pull

[jira] [Commented] (STORM-1279) port backtype.storm.daemon.supervisor to java

2016-03-09 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/STORM-1279?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15187869#comment-15187869 ] ASF GitHub Bot commented on STORM-1279: --- Github user revans2 commented on a diff in the pull

[GitHub] storm pull request: [STORM-1279] port backtype.storm.daemon.superv...

2016-03-09 Thread revans2
Github user revans2 commented on a diff in the pull request: https://github.com/apache/storm/pull/1184#discussion_r55583696 --- Diff: storm-core/src/jvm/org/apache/storm/daemon/supervisor/Supervisor.java --- @@ -0,0 +1,196 @@ +/** + * Licensed to the Apache Software

[GitHub] storm pull request: [STORM-1279] port backtype.storm.daemon.superv...

2016-03-09 Thread revans2
Github user revans2 commented on a diff in the pull request: https://github.com/apache/storm/pull/1184#discussion_r55583591 --- Diff: storm-core/src/jvm/org/apache/storm/daemon/supervisor/Supervisor.java --- @@ -0,0 +1,196 @@ +/** + * Licensed to the Apache Software

[jira] [Commented] (STORM-1279) port backtype.storm.daemon.supervisor to java

2016-03-09 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/STORM-1279?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15187728#comment-15187728 ] ASF GitHub Bot commented on STORM-1279: --- Github user revans2 commented on a diff in the pull

[jira] [Commented] (STORM-1279) port backtype.storm.daemon.supervisor to java

2016-03-09 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/STORM-1279?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15187730#comment-15187730 ] ASF GitHub Bot commented on STORM-1279: --- Github user revans2 commented on a diff in the pull

[GitHub] storm pull request: [STORM-1279] port backtype.storm.daemon.superv...

2016-03-09 Thread revans2
Github user revans2 commented on a diff in the pull request: https://github.com/apache/storm/pull/1184#discussion_r55573977 --- Diff: storm-core/src/jvm/org/apache/storm/daemon/supervisor/timer/SupervisorHeartbeat.java --- @@ -0,0 +1,89 @@ +/** + * Licensed to the Apache

[GitHub] storm pull request: [STORM-1279] port backtype.storm.daemon.superv...

2016-03-09 Thread revans2
Github user revans2 commented on a diff in the pull request: https://github.com/apache/storm/pull/1184#discussion_r55573829 --- Diff: storm-core/src/jvm/org/apache/storm/daemon/supervisor/timer/SupervisorHeartbeat.java --- @@ -0,0 +1,89 @@ +/** + * Licensed to the Apache

[jira] [Commented] (STORM-1279) port backtype.storm.daemon.supervisor to java

2016-03-09 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/STORM-1279?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15187698#comment-15187698 ] ASF GitHub Bot commented on STORM-1279: --- Github user revans2 commented on a diff in the pull

[GitHub] storm pull request: [STORM-1279] port backtype.storm.daemon.superv...

2016-03-09 Thread revans2
Github user revans2 commented on a diff in the pull request: https://github.com/apache/storm/pull/1184#discussion_r55571026 --- Diff: storm-core/src/jvm/org/apache/storm/daemon/supervisor/State.java --- @@ -0,0 +1,22 @@ +/** + * Licensed to the Apache Software Foundation

[GitHub] storm pull request: [STORM-1279] port backtype.storm.daemon.superv...

2016-03-09 Thread revans2
Github user revans2 commented on a diff in the pull request: https://github.com/apache/storm/pull/1184#discussion_r55568307 --- Diff: storm-core/src/clj/org/apache/storm/daemon/local_supervisor.clj --- @@ -0,0 +1,61 @@ +;; Licensed to the Apache Software Foundation (ASF) under

[jira] [Commented] (STORM-1279) port backtype.storm.daemon.supervisor to java

2016-03-09 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/STORM-1279?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15187656#comment-15187656 ] ASF GitHub Bot commented on STORM-1279: --- Github user revans2 commented on a diff in the pull

[jira] [Commented] (STORM-1269) port backtype.storm.daemon.common to java

2016-03-09 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/STORM-1269?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15187621#comment-15187621 ] ASF GitHub Bot commented on STORM-1269: --- Github user revans2 commented on the pull request:

[GitHub] storm pull request: [STORM-1269] port backtype.storm.daemon.common...

2016-03-09 Thread revans2
Github user revans2 commented on the pull request: https://github.com/apache/storm/pull/1185#issuecomment-194443713 The code looks really good an I am +1 for merging it in as is. There are still a few nits though. one with CommonInstaller and another that @arunmahadevan pointed out

[jira] [Commented] (STORM-1269) port backtype.storm.daemon.common to java

2016-03-09 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/STORM-1269?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15187616#comment-15187616 ] ASF GitHub Bot commented on STORM-1269: --- Github user revans2 commented on a diff in the pull

[jira] [Commented] (STORM-1269) port backtype.storm.daemon.common to java

2016-03-09 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/STORM-1269?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15187612#comment-15187612 ] ASF GitHub Bot commented on STORM-1269: --- Github user revans2 commented on a diff in the pull

[GitHub] storm pull request: [STORM-1269] port backtype.storm.daemon.common...

2016-03-09 Thread revans2
Github user revans2 commented on a diff in the pull request: https://github.com/apache/storm/pull/1185#discussion_r55565851 --- Diff: storm-core/src/jvm/org/apache/storm/daemon/StormCommon.java --- @@ -0,0 +1,605 @@ +/** + * Licensed to the Apache Software Foundation (ASF)

[jira] [Commented] (STORM-1609) Netty Client is not best effort delivery on failed Connection

2016-03-09 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/STORM-1609?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15187553#comment-15187553 ] ASF GitHub Bot commented on STORM-1609: --- Github user redsanket commented on a diff in the pull

[GitHub] storm pull request: [STORM-1609] Netty Client is not best effort d...

2016-03-09 Thread redsanket
Github user redsanket commented on a diff in the pull request: https://github.com/apache/storm/pull/1194#discussion_r55561657 --- Diff: storm-core/src/jvm/org/apache/storm/messaging/netty/Client.java --- @@ -151,10 +159,43 @@ bootstrap = createClientBootstrap(factory,

[jira] [Created] (STORM-1615) Update state checkpointing doc with bolt's acking contract

2016-03-09 Thread Arun Mahadevan (JIRA)
Arun Mahadevan created STORM-1615: - Summary: Update state checkpointing doc with bolt's acking contract Key: STORM-1615 URL: https://issues.apache.org/jira/browse/STORM-1615 Project: Apache Storm

Re: 1.0.0 release timescale?

2016-03-09 Thread P. Taylor Goetz
Hi Simon, I don’t have a hard date, but 1.0 will be released this month. The open issues for the release can be found here: https://issues.apache.org/jira/browse/STORM-1491 Note that not everything on that list is a hard requirement and some

[jira] [Commented] (STORM-1608) Fix stateful topology acking behavior

2016-03-09 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/STORM-1608?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15187397#comment-15187397 ] ASF GitHub Bot commented on STORM-1608: --- Github user ptgoetz commented on the pull request:

Re: CPU utilization with Trident

2016-03-09 Thread researcher cs
thanks for replying , really i'm apperciate your help , so cpu usage is important to measure performance ? i need to know how can i use all numbers in storm ui to evaluate topology means like this Topology A ​ Topology B ​i see execute latency , capcaity and process latency from these numbers

[GitHub] storm pull request: [STORM-1608] Fix stateful topology acking beha...

2016-03-09 Thread ptgoetz
Github user ptgoetz commented on the pull request: https://github.com/apache/storm/pull/1190#issuecomment-194392972 +1 once @revans2's thread safety concern is addressed. We may want to document that this feature requires ack'ing to be enabled, but that can be handled

[jira] [Commented] (STORM-1609) Netty Client is not best effort delivery on failed Connection

2016-03-09 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/STORM-1609?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15187364#comment-15187364 ] ASF GitHub Bot commented on STORM-1609: --- Github user redsanket commented on a diff in the pull

[GitHub] storm pull request: [STORM-1609] Netty Client is not best effort d...

2016-03-09 Thread redsanket
Github user redsanket commented on a diff in the pull request: https://github.com/apache/storm/pull/1194#discussion_r55546601 --- Diff: storm-core/src/jvm/org/apache/storm/messaging/netty/Client.java --- @@ -151,10 +159,43 @@ bootstrap = createClientBootstrap(factory,

1.0.0 release timescale?

2016-03-09 Thread Simon Cooper
Hi everyone, The changelog for 1.0.0 is getting longer and longer, do we have a release timescale for storm 1.0.0? Simon This message, and any files/attachments transmitted together with it, is intended for the use only of the person (or persons) to whom it is addressed. It may contain

[jira] [Resolved] (STORM-1270) port backtype.storm.daemon.drpc to java

2016-03-09 Thread Robert Joseph Evans (JIRA)
[ https://issues.apache.org/jira/browse/STORM-1270?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Robert Joseph Evans resolved STORM-1270. Resolution: Fixed Fix Version/s: 2.0.0 Thanks [~Johnbaba], I merged this

  1   2   >