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

Single active update puller #7909

Merged
merged 1 commit into from
Sep 12, 2016

Commits on Sep 9, 2016

  1. Single active update puller

    After introduction of detached state components lifecycle was change in a way that now it's possible to start new set of components while you still have old one active.
    For case of update puller it mean that for some time we will have 2 update pullers active and they will try to apply transactions concurrently.
    That is incorrect and causing errors during transactions apply phase.
    This commit introduce new phase in component switch lifecycle, just after old component shutdown. And we will use this phase to start new update puller
    
    @pair-with @lutovich
    MishaDemianenko committed Sep 9, 2016
    Configuration menu
    Copy the full SHA
    b36c99a View commit details
    Browse the repository at this point in the history