-
Notifications
You must be signed in to change notification settings - Fork 63
No broker partitions consumed by consumer thread #16
Comments
How many partitions do you have per Kafka topic? You cannot have more
|
That was it. I should've looked at the doc more carefully. Thanks again! |
I have the same number of partitions and consumers,but only one consumer can consumer the partitions ,others don't work.Why? |
This really should be on the logstash-users email list. You need to
|
Thanks for your answer and I'm sorry that it's so long to see and reply for your messages zookeeper.connect=51.96.2.85:2181 the following is the log for the consumer: [QC] INFO [main] kafka.utils.Logging$class.info(68) | [ConsumerFetcherManager-1411004480151] Stopping leader finder thread And thanks again! |
Try not setting the consumer id or client id. I think those setting will
|
My environment:
-- logstash 1.4.0 (installed kafka support using your build instruction)
-- elasticsearch 1.1.0 (16 node cluster)
-- kafka_0.8.0-2 (3 node cluster)
-- zookeeper 3.3.5--1 (3 node quorum running on the kafka cluster)
I have 6 logstash indexers set up to connect to the kafka cluster of 3 nodes as input to logstash.
Three of the logstash indexers are able to connect and retrieve logs.
However, other three nodes are getting the following error:
log4j, [2014-04-15T06:04:17.763] WARN: kafka.consumer.ZookeeperConsumerConnector: [logstash_logstash-indexer-i-db49728b-1397541855799-bd574597], No broker partitions consumed by consumer thread logstash_logstash-indexer-i-db49728b-1397541855799-bd574597-0 for topic convertro_logstash
Any help?
regards,
Sunny
The text was updated successfully, but these errors were encountered: