-
Notifications
You must be signed in to change notification settings - Fork 139
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
NullPointerException on partitions revoked #757
Comments
This should be race condition after checking the code, I am working on the fix |
sangreal
added a commit
to sangreal/parallel-consumer
that referenced
this issue
Apr 24, 2024
rkolesnev
pushed a commit
that referenced
this issue
May 7, 2024
Fix for this is merged now. @Amoratinos - can you please test on build from master? |
I can give it a try but I just saw this error once and under heavy load 🤞 |
Closing as fixed - reopen if it will reoccur. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I have an application deployed on a k8s cluster, while the system is under some load and the pod is scaled up I've seen a NullPointerException in the logs when the partitions are being revoked from an existing consumer
From what I've checked in the code looks like a null
WorkContainer
is passed to theretryQueue
TreeSet thus the exception looks like a valid one ShardManagerI'm on version 0.5.2.8.
The text was updated successfully, but these errors were encountered: