question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Error while fetching metadata with correlation id 540 : {__consumer_offsets=UNKNOWN}

See original GitHub issue

Hi, I’m running kafka manger against my Kafka cluster and i’m getting a lot of the following error in the kafka manager log files:

[warn] o.a.k.c.NetworkClient - Error while fetching metadata with correlation id 540 : {__consumer_offsets=UNKNOWN}
[warn] o.a.k.c.p.Errors - Unexpected error code: 38.

I tried googling the following error and couldn’t find any reason for it. I tested the connectivity between the kafka manager to the zookeeper and brokers and the ports are open and i’m able to connect

Any ideas what i’m doing wrong?

Issue Analytics

  • State:open
  • Created 6 years ago
  • Reactions:7
  • Comments:5

github_iconTop GitHub Comments

9reactions
j40951commented, Jul 22, 2017

Broker node must config /etc/hosts, as follows:

hostname TIKY

sudo vi /etc/hosts 192.168.3.9 TIKY

0reactions
juicegitcommented, Dec 26, 2018

I want to +1 this

Read more comments on GitHub >

github_iconTop Results From Across the Web

jms - WARN Error while fetching metadata with correlation id 1 ...
Now i tried without "?" and it is not returning any messages. That means it stuck. But when i go with older consumer...
Read more >
Error while fetching metadata with correlation id 540 ... - GitHub
Hi, I'm running kafka manger against my Kafka cluster and i'm getting a lot of the following error in the kafka manager log...
Read more >
Kafka Producer: Error while fetching metadata with correlation ...
Hi Guys, Recently I was working on a replication project where we used Kafka to move data from source to target.
Read more >
How to fix the LEADER_NOT_AVAILABLE error in Kafka?
WARN Error while fetching metadata with correlation id 39 : {sales-topic=LEADER_NOT_AVAILABLE} (org.apache.kafka.clients.NetworkClient) ...
Read more >
Error while fetching metadata for lagom kafka topic
07:16:11.962 [warn] org.apache.kafka.clients.NetworkClient [] - Error while fetching metadata with correlation id 94 ...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found