Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

"Oldest first" message view shows no records, but keeps polling partitions #4434

Open
4 tasks done
marcmesh opened this issue Apr 16, 2024 · 4 comments
Open
4 tasks done
Labels
status/triage Issues pending maintainers triage type/bug Something isn't working

Comments

@marcmesh
Copy link

Issue submitter TODO list

  • I've looked up my issue in FAQ
  • I've searched for an already existing issues here
  • I've tried running master-labeled docker image and the issue still persists there
  • I'm running a supported version of the application which is listed here

Describe the bug (actual behavior)

Since updating to v.0.7.2, kafka-ui does not show any records when "Oldest first" (default) view is selected. It just seems to consume the topic by polling all the partitions (exactly like it would when a filter is selected), but no records are shown. After the whole topic has been consumed, "No records found" message is shown.

  • "Newest first" is working, for the very same topic
  • It seems to be no general issue, as "Oldest first" is working for some other topics on the same broker, and for others not. We didn't find any correlation in topic size or settings between the 'working' and the 'non working' topics

Expected behavior

"Oldest first" should work for all topics

Your installation details

  • image: 'v0.7.2' (latest release), but tried 'master' as well
  • chart: '0.7.6'
  • App config did not change during update from v0.7.1 to v0.7.2

Steps to reproduce

  • on an affected Topic, just switch to the "Message" tab, which should show records "immediately" (consuming from earliest)

Screenshots

During consumption of the whole topic (on "Oldest first")
image
After consumption (and no messages where found)
image

Logs

kafka-ui.log

Additional context

  • from checking the logs it seems, like the Consumer being in a constant loop of "Resuming partitions" (of the topic), being "Assigned to partition(s)", Seeking to offsets, Pausing partitions and cycling back to "Resuming" again...
@marcmesh marcmesh added status/triage Issues pending maintainers triage type/bug Something isn't working labels Apr 16, 2024
Copy link

Hello there marcmesh! 👋

Thank you and congratulations 🎉 for opening your very first issue in this project! 💖

In case you want to claim this issue, please comment down below! We will try to get back to you as soon as we can. 👀

@Haarolean
Copy link
Contributor

Hi @marcmesh! Despite the new "release", this repo is not really maintained (see #4255).
We've fixed all the issues related to messages in https://github.com/kafbat/kafka-ui, will be happy to hear your feedback.
Release link: v1.0.0

@marcmesh
Copy link
Author

Thank you very much @Haarolean for pointing me to Kafbat UI. We will try out v1.0.0 as suggested and report back 🚀

@marcmesh
Copy link
Author

@Haarolean after migrating to Kafbat 1.0.0, the issue persists unfortunately :( (besides that Oldest and Newest are switched, which is a known and already fixed issue).
image
So how should I proceed, is "linking" this issue in https://github.com/kafbat/kafka-ui enough or should I replicate the issue there?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
status/triage Issues pending maintainers triage type/bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants