-
Notifications
You must be signed in to change notification settings - Fork 147
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
Workspace Service Installs Fails with PutSubnetOperation
or CanceledAndSupersededDueToAnotherOperation
#3177
Comments
@guybartal seen this before? |
no, I haven't. looks like it fails on creating the public (host) subnet, |
Got this again here:
Issue seems to be related to multiple workspace services being deployed/updated in parallel and/or multiple private endpoints/network operations happening in parallel in a single bundle. |
PutSubnetOperation
CanceledAndSupersededDueToAnotherOperation
PutSubnetOperation
or CanceledAndSupersededDueToAnotherOperation
Another
|
PutSubnetOperation
or CanceledAndSupersededDueToAnotherOperation
PutSubnetOperation
or CanceledAndSupersededDueToAnotherOperation
PutSubnetOperation
or CanceledAndSupersededDueToAnotherOperation
PutSubnetOperation
or CanceledAndSupersededDueToAnotherOperation
Ok, this is down to having two operations in progress on the virtual network. On the virtual network. This can happen if one is adding an address space to a workspace in one operation, when another is adding a subnet to the virtual network at the same time. We need to limit workspace and workspace service operations to one at a time for each workspace. As user resources to not typically modify the network, do not believe they are an issue. Or should the TF provider wait if an operation is in progress? |
When deploying the Databricks Workspace service get:
The text was updated successfully, but these errors were encountered: