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

Add configurable option for partition management strategies #1445

Merged
merged 2 commits into from
Aug 21, 2020

Conversation

ConnorMcMahon
Copy link
Contributor

@ConnorMcMahon ConnorMcMahon commented Aug 20, 2020

DurableTask.AzureStorage now has support for an alternative partition
management strategy that should reduce split brain, but due to the lack
of lease stealing, may be a bit slower for scale out.

Currently default to use legacy partition management, and we will
default to the new approach once it is hardened.

Resolves #1417.

DurableTask.AzureStorage now has support for an alternative partition
management strategy that should reduce split brain, but due to the lack
of lease stealing, may be a bit slower for scale out.

Currently default to use legacy partition management, and we will
default to the new approach once it is hardened.
Copy link
Member

@cgillum cgillum left a comment

Choose a reason for hiding this comment

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

LGTM! - :shipit:

@cgillum cgillum added this to the Extension v2.3.0 milestone Aug 21, 2020
@cgillum cgillum merged commit dea8671 into dev Aug 21, 2020
@cgillum cgillum deleted the MakePartitionManagementConfigurable branch August 21, 2020 17:15
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.

Durable Entity signaling duplication at scale
2 participants