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

fix(appengine): check for null versions in servergroup caching agent #3875

Merged
merged 1 commit into from
Jul 12, 2019

Conversation

perek
Copy link
Contributor

@perek perek commented Jul 12, 2019

Appengine always requires that a service have at least 1 version, except for the default version which is not deletable. This causes an NPE when the caching agent attempts to cache a default service with 0 versions. Put the removeIf inside of the version check to fix this NPE

Copy link
Contributor

@ezimanyi ezimanyi left a comment

Choose a reason for hiding this comment

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

Thanks!

@ezimanyi ezimanyi merged commit 5d1a91b into spinnaker:master Jul 12, 2019
@ezimanyi
Copy link
Contributor

@spinnakerbot cherry-pick 1.15

@ezimanyi
Copy link
Contributor

@spinnakerbot cherry-pick 1.14

@spinnakerbot
Copy link
Contributor

Cherry pick successful: #3877

@spinnakerbot
Copy link
Contributor

Cherry pick successful: #3878

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
3 participants