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

applying a plan should use the refreshed state #15423

Merged
merged 1 commit into from
Jun 29, 2017

Commits on Jun 28, 2017

  1. applying a plan should use the refreshed state

    When applying a plan, a copy of the plan's state is initially persisted
    to state storage, which may in turn increment the serial number. The
    apply operation stil uses the state stored in the plan, which may have a
    lower serial number.
    
    Now we no longer use the plan state when building the apply context, but
    still perform a sanity check to ensure that the state be used is
    equivalent.
    jbardin authored and apparentlymart committed Jun 28, 2017
    Configuration menu
    Copy the full SHA
    57a18d8 View commit details
    Browse the repository at this point in the history