How to fix timeout error when clreating compute cluster on azure databricks.

GEOFREY GETUBA 0 Reputation points
2024-04-23T02:31:21.1133333+00:00

Azure error message: [id: InstanceId(e8b82690e17a4624a152afb20dce5339), status: INSTANCE_LAUNCHING, workerEnvId:WorkerEnvId(workerenv-3367469989580530), lastStatusChangeTime: 1713836219115, groupIdOpt Some(0),requestIdOpt Some(0423-010657-fpeith29-f2fcd81c-81e5-4575-b),version 0] timeout after 1205713 milliseconds with threshold 1200 seconds

Kindly jelp me solve this problem. I am trying to create azure databricks Compute cluster

Azure Databricks
Azure Databricks
An Apache Spark-based analytics platform optimized for Azure.
1,938 questions
{count} votes

1 answer

Sort by: Most helpful
  1. PRADEEPCHEEKATLA-MSFT 77,751 Reputation points Microsoft Employee
    2024-04-24T04:07:23.9666667+00:00

    @GEOFREY GETUBA - Thanks for the question and using MS Q&A platform.

    The error message you received indicates that the cluster creation process timed out after 1205713 milliseconds, which is approximately 20 minutes. This can happen if the cluster creation process takes longer than expected or if there are issues with the underlying infrastructure.

    To troubleshoot this issue, you can try the following steps:

    • Check the status of your Azure Databricks workspace to ensure that it is running and healthy. You can do this by navigating to the Azure portal and selecting your Databricks workspace.
    • Check the status of your Azure subscription to ensure that it is active and has sufficient resources to create the cluster.
    • Check the logs for your Azure Databricks workspace to see if there are any errors or warnings related to the cluster creation process. You can access the logs by navigating to the Azure portal and selecting your Databricks workspace, then selecting the "Logs" tab.
    • Try creating the cluster again, making sure to follow the recommended settings and configurations for your use case.

    If none of these steps resolve the issue, please do share the DBR version.

    Hope this helps. Do let us know if you any further queries.


    If this answers your query, do click Accept Answer and Yes for was this answer helpful. And, if you have any further query do let us know.

    0 comments No comments