You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@storm.apache.org by "ASF GitHub Bot (JIRA)" <ji...@apache.org> on 2014/05/06 17:15:41 UTC

[jira] [Commented] (STORM-303) Forward port of storm-kafka work

    [ https://issues.apache.org/jira/browse/STORM-303?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13990731#comment-13990731 ] 

ASF GitHub Bot commented on STORM-303:
--------------------------------------

Github user revans2 commented on a diff in the pull request:

    https://github.com/apache/incubator-storm/pull/94#discussion_r12329583
  
    --- Diff: external/storm-kafka/src/jvm/storm/kafka/DynamicBrokersReader.java ---
    @@ -75,6 +74,8 @@ public GlobalPartitionInformation getBrokerInfo() {
                         LOG.error("Node {} does not exist ", path);
                     }
                 }
    +				} catch(java.net.SocketTimeoutException e) {
    --- End diff --
    
    The indentation seems to be off here.


> Forward port of storm-kafka work
> --------------------------------
>
>                 Key: STORM-303
>                 URL: https://issues.apache.org/jira/browse/STORM-303
>             Project: Apache Storm (Incubating)
>          Issue Type: Bug
>    Affects Versions: 0.9.2-incubating
>         Environment: linux
>            Reporter: Brenden Matthews
>
> This is a placeholder issue for the patch at https://github.com/apache/incubator-storm/pull/94.



--
This message was sent by Atlassian JIRA
(v6.2#6252)