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

Cloudsql unnecessary updates cause error in status #121

Closed
muvaf opened this issue Dec 25, 2019 · 0 comments · Fixed by #126
Closed

Cloudsql unnecessary updates cause error in status #121

muvaf opened this issue Dec 25, 2019 · 0 comments · Fixed by #126
Assignees
Labels
bug Something isn't working

Comments

@muvaf
Copy link
Member

muvaf commented Dec 25, 2019

What happened?

During the creation of CloudSQL instance, the following appears as error in the status:

- lastTransitionTime: "2019-12-25T15:33:23Z"
    message: 'update failed: cannot update the CloudSQL instance: googleapi: Error
      409: Operation failed because another operation was already in progress., operationInProgress'
    reason: Encountered an error during managed resource reconciliation
    status: "False"
    type: Synced

The reason is we don't skip the update during creation or another update, which is something we do in other resources whose API complains about this.

How can we reproduce it?

Create a CloudSQLInstance and watch for its status.

What environment did it happen in?

Crossplane version: 0.6.0

@muvaf muvaf added the bug Something isn't working label Dec 25, 2019
@muvaf muvaf self-assigned this Jan 2, 2020
@negz negz closed this as completed in #126 Jan 6, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant