06-21-2022 02:48 AM
When attempting to deploy/start an Azure Databricks cluster through the UI, the following error consistently occurs:
{
"reason": {
"code": "SELF_BOOTSTRAP_FAILURE",
"parameters": {
"databricks_error_message": "Self-bootstrap failure during launch. Please try again later and contact Databricks if the problem persists. Node daemon fast failed and did not answer ping for instance a3488320d27a401fa679089b87410fab"
}
}
}
When looking at the resource group, I can see that the resources are being deployed, but as the self-bootstrap step fails, they are removed again.
We're using VNET injection with two /26 subnets for the Databricks workspace. Both subnets have the "Microsoft.Databricks/workspaces" service delegation and the following service delegation actions:
"Microsoft.Network/virtualNetworks/subnets/join/action",
"Microsoft.Network/virtualNetworks/subnets/prepareNetworkPolicies/action", "Microsoft.Network/virtualNetworks/subnets/unprepareNetworkPolicies/action"
All of the standard NSG rules are added and seem correct when comparing to the official Microsoft documentation.
We are using Terraform to deploy, I have added the relevant bits of the DBW deployment here.
06-29-2022 11:07 PM
Hi,
in our case the issue turned out to be DNS... As the DNS servers set on the Databricks workspace vnet are only available when peering the "management" vnet in our setup. Took a while to figure out as the error didn't exactly give a lot of clarity. 🙂
06-29-2022 11:07 PM
Hi,
in our case the issue turned out to be DNS... As the DNS servers set on the Databricks workspace vnet are only available when peering the "management" vnet in our setup. Took a while to figure out as the error didn't exactly give a lot of clarity. 🙂
12-13-2022 08:55 AM
Hello.
I'm getting the same error as well. I'm also pretty certain that we setup the workspace correctly within our vNet, per Microsoft instructions. May I ask you - how did you specifically go about solving the DNS issue?
12-13-2022 09:56 AM
@Andrew Kwiatkowski Did you also set up your workspace with Terraform? Did you never get a cluster to run in your new workspace or has it worked before and now it doesn't work?
12-13-2022 12:24 PM
12-13-2022 03:09 PM
Have you resolved your DNS for the newly created Azure workspace? Here are the Azure instructions on how to troubleshoot your DNS.
12-13-2022 03:11 PM
Also are you using Databricks PrivateLink?
12-14-2022 10:27 AM
Join a Regional User Group to connect with local Databricks users. Events will be happening in your city, and you won’t want to miss the chance to attend and share knowledge.
If there isn’t a group near you, start one and help create a community that brings people together.
Request a New Group