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

Check for nil change during apply #29734

Merged
merged 1 commit into from Oct 12, 2021
Merged

Check for nil change during apply #29734

merged 1 commit into from Oct 12, 2021

Conversation

jbardin
Copy link
Member

@jbardin jbardin commented Oct 12, 2021

Because NodeAbstractResourceInstance.readDiff can return a nil change, we must check for that in all callers.

This condition was missed when translating from the eval-node architecture, although it is a case which technically should not arise. We can see the panic in issue #29707, which can be left open for now to see if we can pinpoint the condition to better understand the underlying cause.

Because NodeAbstractResourceInstance.readDiff can return a nil change,
we must check for that in all callers.
@jbardin jbardin added the 1.0-backport If you add this label to a PR before merging, backport-assistant will open a new PR once merged label Oct 12, 2021
@jbardin jbardin requested a review from a team October 12, 2021 15:17
@jbardin jbardin merged commit ef8f1b3 into main Oct 12, 2021
@jbardin jbardin deleted the jbardin/missing-change branch October 12, 2021 16:22
@github-actions
Copy link

I'm going to lock this pull request because it has been closed for 30 days ⏳. This helps our maintainers find and focus on the active contributions.
If you have found a problem that seems related to this change, please open a new issue and complete the issue template so we can capture all the details necessary to investigate further.

@github-actions github-actions bot locked as resolved and limited conversation to collaborators Nov 12, 2021
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
1.0-backport If you add this label to a PR before merging, backport-assistant will open a new PR once merged
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants