[
https://issues.apache.org/jira/browse/STORM-1065?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15156423#comment-15156423
]
ASF GitHub Bot commented on STORM-1065:
---------------------------------------
GitHub user lujinhong opened a pull request:
https://github.com/apache/storm/pull/1132
storm-kafka : kafka-partition can not find leader in zookeeper #1132
STORM-1065. storm-kafka : kafka-partition can not find leader in zookeeper
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/lujinhong/storm master
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/storm/pull/1132.patch
To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:
This closes #1132
----
commit 960616274ca655408a143f984e48199efcc5fe7f
Author: lujinhong <[email protected]>
Date: 2016-02-22T03:00:07Z
fix STORM-1065
STORM-1065. storm-kafka : kafka-partition can not find leader in zookeeper
----
> storm-kafka : kafka-partition can not find leader in zookeeper
> ---------------------------------------------------------------
>
> Key: STORM-1065
> URL: https://issues.apache.org/jira/browse/STORM-1065
> Project: Apache Storm
> Issue Type: Improvement
> Components: storm-kafka
> Reporter: dongxinwang
> Priority: Minor
>
> If the Kafka cluster is not consistent with the zookeeper data, the partition
> can not find leader in zookeeper.In storm-kafka, it throws runtime
> exception"No leader found for partition",it is not friendly.
> Suggestion:
> If there is no leader partition in zookeeper,don't add the partition to
> GlobalPartitionInformation object,instead of throwing runtime exception.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)