[
https://issues.apache.org/jira/browse/STORM-303?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13990736#comment-13990736
]
ASF GitHub Bot commented on STORM-303:
--------------------------------------
Github user brndnmtthws commented on a diff in the pull request:
https://github.com/apache/incubator-storm/pull/94#discussion_r12329833
--- 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 --
True. I'll fix that.
> 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)