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

[INLONG-149] Some of the consumers stop consuming their corresponding partitions and never release the partition to others #748

Closed
dockerzhang opened this issue Jul 28, 2021 · 0 comments

Comments

@dockerzhang
Copy link
Contributor

We have experienced issues while we consuming a topic for a while, some of the consumers will wait forever and stop consuming from Tube.
The problem here is the corresponding partitions are being held and it will not trigger any repartition, therefore messages would be delayed in these partitions while the others are OK.

 

We have faced this issue in both 3.5.x and 3.8.x version recently, however we have used Tube for months and never have this issue before.
Another point here is we have 100+ topics and many consumers, only a few consumer groups are having this issue.

It is hard to reproduce since it just happened randomly.

 

JIRA link - [INLONG-149] created by marklaw
@dockerzhang dockerzhang added this to the 0.3.0 milestone Jul 28, 2021
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