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

Web page stops listing details for consumer groups after a period of time #37

Open
williamla opened this issue Nov 9, 2018 · 1 comment

Comments

@williamla
Copy link

Hi there,

I have this app (kom) running across three different environments, and have noticed that within 24 hours in my prod environment, the interface stops updating. I can see a static list of consumers, but clicking into any of the consumers will show no further details outside of the templated page.

image

The prod environment has a lot more traffic than the others, but also has enough CPU and RAM allocated to the service. Based on the console logs, kom is still running and checking/reading committed offsets as well. Any idea on what this could be?

@williamla
Copy link
Author

williamla commented Nov 12, 2018

Taking a look at the console logs on a fresh restart, it appears that kom gets stuck processing/updating the committed offsets for a high-frequency committing consumer and isn't able to update the offsets for the other topics as often or for long periods of time.

Eventually, it does get around to the other consumers. After some time, the committed offset in the web interface will remain static while the LogEndOffset and Lag will increase. The Last Seen calculation will also be thrown off like below:

image

image

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant