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

Avoid the proto error when deleting the AlloyDB instance via the HTTP client #3362

Open
3 tasks done
maqiuyujoyce opened this issue Dec 11, 2024 · 1 comment
Open
3 tasks done
Labels
enhancement New feature or request

Comments

@maqiuyujoyce
Copy link
Collaborator

Checklist

  • I did not find a related open enhancement request.
  • I understand that enhancement requests filed in the GitHub repository are by default low priority.
  • If this request is time-sensitive, I have submitted a corresponding issue with GCP support.

Describe the feature or resource

When I called the AlloyDB HTTP client to delete the instance, and then waited for the operation, I always see the following error saying proto: (line 15:3): missing \"value\" field":

{"severity":"error","timestamp":"2024-12-09T09:43:51.458Z","msg":"Reconciler error","controller":"alloydbinstance-controller","controllerGroup":"[alloydb.cnrm.cloud.google.com](http://alloydb.cnrm.cloud.google.com/)","controllerKind":"AlloyDBInstance","AlloyDBInstance":{"name":"alloydbinstance-qh7bag2wlrpcrdy","namespace":"qh7bag2wlrpcrdy"},"namespace":"qh7bag2wlrpcrdy","name":"alloydbinstance-qh7bag2wlrpcrdy","reconcileID":"a63fddd8-13c2-42a8-a710-8737c07d4405","error":"Delete call failed: waiting delete instance projects/[project-id]/locations/europe-central2/clusters/[alloydb-cluster]/instances/[alloydb-instance]: proto: (line 15:3): missing \"value\" field"}

The instance will be deleted successfully though.

We should figure out why this error is returned to avoid the suboptimal UX.

Here is a snapshot about where the error returns:

The passed-in DeleteInstanceRequest contains the correct AlloyDB instance name.

Additional information

No response

Importance

No response

@maqiuyujoyce maqiuyujoyce added the enhancement New feature or request label Dec 11, 2024
@maqiuyujoyce
Copy link
Collaborator Author

@GauravJain21 do you have any suggestions?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant