-
-
Notifications
You must be signed in to change notification settings - Fork 88
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
slow message loading when topic is compacted and filter is oldest #427
Comments
Hi wanisfahmyDE! 👋 Welcome, and thank you for opening your first issue in the repo! Please wait for triaging by our maintainers. As development is carried out in our spare time, you can support us by sponsoring our activities or even funding the development of specific issues. If you plan to raise a PR for this issue, please take a look at our contributing guide. |
Similar problem we noticed: for compact topics, oldest is working fine for us. But when we switched to use newest, it took forever to load. |
@Haarolean this should be fixed due to #406 |
@wanisfahmyDE @xuyuanz please verify, the image is available under |
Further user feedback is requested. Please reply within 7 days or we might close the issue. |
hey @Haarolean, yes the image is |
Thanks for the additional feedback! We'll get back to your issue soon. |
@wanisfahmyDE so does it work now? |
no it doesn't, I created the issue when we were running already on |
Issue submitter TODO list
main
-labeled docker image and the issue still persists thereDescribe the bug (actual behavior)
We have several compacted (cleanup policy: compact) topics in our clusters, when we try to load messages in any of them using the "oldest" filter, it takes a significant amount of time to load (around 1 minute or more). Worthy to note that this doesn't occur when selecting the "newest" filter.
The topic size is around 17MB.
We monitored the CPU and memory of kafbat and increased it significantly in efforts to get a faster load time, but it didn't help. The app logs and console logs looks normal
We have significantly larger topics that are not compacted and they load the messages instantly, regardless of which filter.
Expected behavior
messages in compacted topics are loaded faster, like normal topics that have delete cleanup policy
Your installation details
running the latest main 1196f9f docker image deployed in EKS as a normal k8s deployment without helm.
Steps to reproduce
create a compacted topic and load it with some significant data
Screenshots
Logs
No response
Additional context
No response
The text was updated successfully, but these errors were encountered: