-
Notifications
You must be signed in to change notification settings - Fork 9.7k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
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.
- Loading branch information
1 parent
da1c45b
commit ac615e7
Showing
3 changed files
with
110 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters