-
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
fix: NullPointerException on partitions revoked (#757) #758
fix: NullPointerException on partitions revoked (#757) #758
Conversation
@sangreal - were you able to reproduce the issue? Could you add a test that reproduces it and tests for regression? |
/sem-approve |
1 similar comment
/sem-approve |
f8c6de3
to
ed0bcc6
Compare
@rkolesnev Thanks for the comment, I update the description and more details and UT is added. |
/sem-approve |
Hey @sangreal - thanks, can you please run license check / update license headers in updated / new files? |
@rkolesnev thanks, I updated pr and please help trigger again. |
/sem-approve |
Description...
The race condition happens when there are partition revoked right after partition is assigned, and there are existing
incompleteOffsets
.incompleteOffsets
existedprocessingShard
has no data yetentries
with records fromincompleteOffsets
, no such record inentries
Checklist