terraform-provider-databricks icon indicating copy to clipboard operation
terraform-provider-databricks copied to clipboard

GCP_QUOTA_EXCEEDED causes SQL Endpoints to infinitely retry

Open nfx opened this issue 2 years ago • 0 comments

TestAccSQLEndpoints and TestAccSQLEndpoint failed on nightly test run:

"health": {
"details": "Details for the latest failure:\n    Type: CLIENT_ERROR\n    Code: GCP_QUOTA_EXCEEDED\n    Cluster-... (227 more bytes)",
"failure_reason": {
"code": "GCP_QUOTA_EXCEEDED",
"parameters": {
"gcp_error_message": "Compute Quota Exceeded for XXX in region YYY: Quota: LOCAL_SSD_TOTAL_GB, u... (47 more bytes)"
},
"type": "CLIENT_ERROR"
},
"message": "Clusters are failing to launch. Cluster launch will be retried. Details for the latest failure:\n... (291 more bytes)",

nfx avatar Jul 08 '22 09:07 nfx