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

Cancellation token is not fired when Event Hubs processor loses lease #1846

Open
paulbatum opened this issue Aug 15, 2018 · 0 comments
Open
Labels

Comments

@paulbatum
Copy link
Member

A customer is reporting that they are seeing significant amounts of duplicate events in their event hubs processing workload. These duplicates are due to loss of partition lease, but when this happens, the cancellation token passed into the function execution should be triggered. The customer is checking the state of that token but they never see it cancelled.

We made a fix a while back, where we found that the cancellation token was not passed through correctly, see here:
#1626

But despite that fix, the token continues to not be triggered. We need to figure out why.

@paulbatum paulbatum added the bug label Aug 15, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant