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

Adding null check to handle rare NPE case #88

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

preston-m-price
Copy link
Contributor

@preston-m-price preston-m-price commented Nov 1, 2022

Pull Request Description

In our deployment we rarely hit an NPE here, which typically results in duplicates due to the unhandled exception causing a premature exit from the WorkerSinkTask.commitOffsets method. In this failure mode we've already published batches to kusto, but we don't update the offsets due to an exception here.

I have not yet fully understood how we get into this state, where a TopicPartitionWriter doesn't exist for a TopicPartition.

Future Release Comment

Fixed the source of a NullPointerException that could result in duplicate records sent to Kusto.

Breaking Changes:

  • None

Features:

  • None

Fixes:

  • None

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

Successfully merging this pull request may close these issues.

1 participant