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

Event Processor: Set OwnerLevel "0" when creating an instance of ReadEventOptions #9310

Merged
merged 3 commits into from
Jan 6, 2020

Conversation

ShivangiReja
Copy link
Member

@ShivangiReja ShivangiReja commented Jan 4, 2020

We found a bug when testing Event Processor functionality across all 4 languages by balancing load and reading/updating checkpoints from common store and .Net sdk was not able to steal partitions from other sdks.

Fixed this issue by setting OwnerLevel = 0 when creating an instance of ReadEventOptions .

Copy link
Member

@jsquire jsquire left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM. We may benefit from a test to validate that we're setting the options as expected, but that can follow rather than hold this up.

@jsquire jsquire added this to the [2020] January milestone Jan 6, 2020
@ShivangiReja ShivangiReja merged commit 9d0fe80 into Azure:master Jan 6, 2020
@ShivangiReja ShivangiReja deleted the Set_OwnerLevel branch January 6, 2020 19:31
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Client This issue points to a problem in the data-plane of the library. Event Hubs
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants