Kafka-ui hangs on topic search in specific page

See original GitHub issue

Describe the bug Kafka-ui seems to hang/load indefinitely whenever We search for a specific topic that is located in a specific page (page 4 which we can’t also load).

Set up

App version: 7d5b7de Kafka version that we are using : 2.8.0 (Commit:ebb1d6e21cc92130) Docker version 1.13.1, build 7d71120/1.13.1

Steps to Reproduce

Steps to reproduce the behavior:

  1. docker-compose
  2. login
  3. topics
  4. search for topics in page 4
  5. hangs/loads until timeout

Expected behavior

Topic search works and we can use kafka-ui to see messages of said topic

Screenshots

image

Additional context

When the issue occurs we can see these logs :

2022-10-06 11:05:04,468 INFO  [kafka-admin-client-thread | adminclient-1] o.a.k.c.a.KafkaAdminClient: [AdminClient clientId=adminclient-1] Retrying to fetch metadata.
2022-10-06 11:05:04,469 INFO  [kafka-admin-client-thread | adminclient-1] o.a.k.c.a.KafkaAdminClient: [AdminClient clientId=adminclient-1] Retrying to fetch metadata.
2022-10-06 11:05:04,470 INFO  [kafka-admin-client-thread | adminclient-1] o.a.k.c.a.KafkaAdminClient: [AdminClient clientId=adminclient-1] Retrying to fetch metadata.
2022-10-06 11:05:04,471 INFO  [kafka-admin-client-thread | adminclient-1] o.a.k.c.a.KafkaAdminClient: [AdminClient clientId=adminclient-1] Retrying to fetch metadata.
2022-10-06 11:05:04,471 INFO  [kafka-admin-client-thread | adminclient-1] o.a.k.c.a.KafkaAdminClient: [AdminClient clientId=adminclient-1] Retrying to fetch metadata.
2022-10-06 11:05:04,472 INFO  [kafka-admin-client-thread | adminclient-1] o.a.k.c.a.KafkaAdminClient: [AdminClient clientId=adminclient-1] Retrying to fetch metadata.
2022-10-06 11:05:04,473 INFO  [kafka-admin-client-thread | adminclient-1] o.a.k.c.a.KafkaAdminClient: [AdminClient clientId=adminclient-1] Retrying to fetch metadata.


Issue Analytics

  • State:closed
  • Created a year ago
  • Comments:12 (6 by maintainers)

github_iconTop GitHub Comments

1reaction
preguengacommented, Oct 13, 2022

Hello everyone, we found the issue… ☕

It seems there was a bugged topic that was created by automated jobs…

  • We listed all topics then searched 1 by 1 until we found the topic that was bugged in page 4
  • deleted it
  • created it properly
  • now everything works…

Thank you for your help.

EDIT : We saw that there was an issue with a topic because URP:3 (and we have 3 partitions per topic)

0reactions
Haaroleancommented, Oct 10, 2022

@iliax could you take a look please?

Read more comments on GitHub >

github_iconTop Results From Across the Web

Kafka-ui hangs on topic search in specific page - provectus/kafka-ui ...
Issue. Describe the bug Kafka-ui seems to hang/load indefinitely whenever We search for a specific topic that is located in a specific page...
Read more >
Why consumer hangs while consuming messages from Kafka ...
According to Kafka Consumer does not receive messages , there are two ways to connect to a topic, assign and subscribe .
Read more >
Consuming Messages Out of Apache Kafka in a Browser
We started with a single WebSocket message event that took 80 ms and reduced it to 12 ms rendering, in addition to not...
Read more >
Contribute to provectus/kafka-ui - GitHub
kafka -ui / CONTRIBUTING.md. Each issue displayed here is a "good first issue," selected for its relative approachability for first-time contributors.
Read more >
Overview of UI Tools for Monitoring and Management of ...
Kafdrop is a web UI for viewing Apache Kafka topics and browsing consumer groups. The tool enables developers to more easily display and...
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