GitHub user linxiaobai opened a pull request:

    https://github.com/apache/kafka/pull/3131

    0.11.0

    ```
    [2017-05-24 09:39:34,637] ERROR [ReplicaFetcherThread-0-175], Error for 
partition [__consumer_offsets,15] to broker 
175:org.apache.kafka.common.errors.UnknownTopicOrPartitionException: This 
server does not host this topic-partition. (kafka.server.ReplicaFetcherThread)
    [2017-05-24 09:39:34,637] ERROR [ReplicaFetcherThread-0-175], Error for 
partition [__consumer_offsets,45] to broker 
175:org.apache.kafka.common.errors.UnknownTopicOrPartitionException: This 
server does not host this topic-partition. (kafka.server.ReplicaFetcherThread)
    [2017-05-24 09:39:34,637] ERROR [ReplicaFetcherThread-0-175], Error for 
partition [__consumer_offsets,27] to broker 
175:org.apache.kafka.common.errors.UnknownTopicOrPartitionException: This 
server does not host this topic-partition. (kafka.server.ReplicaFetcherThread)
    [2017-05-24 09:39:34,637] ERROR [ReplicaFetcherThread-0-175], Error for 
partition [__consumer_offsets,12] to broker 
175:org.apache.kafka.common.errors.UnknownTopicOrPartitionException: This 
server does not host this topic-partition. (kafka.server.ReplicaFetcherThread)
    [2017-05-24 09:39:34,637] ERROR [ReplicaFetcherThread-0-175], Error for 
partition [__consumer_offsets,9] to broker 
175:org.apache.kafka.common.errors.UnknownTopicOrPartitionException: This 
server does not host this topic-partition. (kafka.server.ReplicaFetcherThread)
    [2017-05-24 09:39:34,637] ERROR [ReplicaFetcherThread-0-175], Error for 
partition [__consumer_offsets,42] to broker 
175:org.apache.kafka.common.errors.UnknownTopicOrPartitionException: This 
server does not host this topic-partition. (kafka.server.ReplicaFetcherThread)
    [2017-05-24 09:39:34,637] ERROR [ReplicaFetcherThread-0-175], Error for 
partition [__consumer_offsets,24] to broker 
175:org.apache.kafka.common.errors.UnknownTopicOrPartitionException: This 
server does not host this topic-partition. (kafka.server.ReplicaFetcherThread)
    ```
    ===================
    I just use [bin/kafka-run-class.sh kafka.tools.ConsumerOffsetChecker]  to 
get the offset info from this kafka cluster.
    Who can tell me why the server log always print this error? 
    Thanks!

You can merge this pull request into a Git repository by running:

    $ git pull https://github.com/apache/kafka 0.11.0

Alternatively you can review and apply these changes as the patch at:

    https://github.com/apache/kafka/pull/3131.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 #3131
    
----

----


---
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 enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---

Reply via email to