<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: Could not reach driver of cluster in Data Engineering</title>
    <link>https://community.databricks.com/t5/data-engineering/could-not-reach-driver-of-cluster/m-p/130593#M48848</link>
    <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.databricks.com/t5/user/viewprofilepage/user-id/135091"&gt;@minhhung0507&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;&lt;P&gt;Typically this error could appear when there's a high load on the driver node. Another reason could be related to high garbage collection on driver node as well as high memory and cpu&amp;nbsp;w&lt;SPAN&gt;hich leads to throttling, and prevents the driver from responding within the allocated time.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;&lt;A href="https://kb.databricks.com/clusters/job-run-fails-with-error-message-could-not-reach-driver-of-cluster?from_search=199741485" target="_blank" rel="noopener"&gt;Job run fails with error message “Could not reach driver of cluster” - Databricks&lt;/A&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;&lt;A href="https://kb.databricks.com/clusters/workflows-are-failing-with-a-could-not-reach-driver-of-the-cluster-error?from_search=199741485" target="_blank" rel="noopener"&gt;Workflows are failing with a 'Could not reach driver of the cluster' error - Databricks&lt;/A&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;As about accessing driver logs, in DLT you can access them in following way:&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://learn.microsoft.com/en-us/azure/databricks/dlt/dlt-notebook-devex#access-driver-logs-and-the-spark-ui-from-the-notebook" target="_blank" rel="noopener"&gt;Develop and debug ETL pipelines with a notebook in Lakeflow Declarative Pipelines - Azure Databricks | Microsoft Learn&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="szymon_dybczak_3-1756879051149.png" style="width: 400px;"&gt;&lt;img src="https://community.databricks.com/t5/image/serverpage/image-id/19603i7B6B839D09D825AC/image-size/medium?v=v2&amp;amp;px=400" role="button" title="szymon_dybczak_3-1756879051149.png" alt="szymon_dybczak_3-1756879051149.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Wed, 03 Sep 2025 05:59:06 GMT</pubDate>
    <dc:creator>szymon_dybczak</dc:creator>
    <dc:date>2025-09-03T05:59:06Z</dc:date>
    <item>
      <title>Could not reach driver of cluster</title>
      <link>https://community.databricks.com/t5/data-engineering/could-not-reach-driver-of-cluster/m-p/130576#M48843</link>
      <description>&lt;P&gt;I am running a pipeline job in Databricks and it failed with the following message:&lt;/P&gt;&lt;PRE&gt;Run failed with error message  
Could not reach driver of cluster 5824-145411-p65jt7uo.&lt;/PRE&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="minhhung0507_0-1756870994085.png" style="width: 400px;"&gt;&lt;img src="https://community.databricks.com/t5/image/serverpage/image-id/19593i6D2EF5E3B7D1F000/image-size/medium?v=v2&amp;amp;px=400" role="button" title="minhhung0507_0-1756870994085.png" alt="minhhung0507_0-1756870994085.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;This message is not very descriptive, and I am not able to identify the root cause.&lt;/P&gt;&lt;P&gt;Could you please advise how I can access more detailed error logs or driver logs in such cases? Is there a way to capture the underlying error message that caused the cluster driver to become unreachable, so that I can investigate further?&lt;/P&gt;&lt;P&gt;Any guidance or best practices would be greatly appreciated.&lt;/P&gt;&lt;P&gt;Thank you!&lt;/P&gt;</description>
      <pubDate>Wed, 03 Sep 2025 03:43:44 GMT</pubDate>
      <guid>https://community.databricks.com/t5/data-engineering/could-not-reach-driver-of-cluster/m-p/130576#M48843</guid>
      <dc:creator>minhhung0507</dc:creator>
      <dc:date>2025-09-03T03:43:44Z</dc:date>
    </item>
    <item>
      <title>Re: Could not reach driver of cluster</title>
      <link>https://community.databricks.com/t5/data-engineering/could-not-reach-driver-of-cluster/m-p/130593#M48848</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.databricks.com/t5/user/viewprofilepage/user-id/135091"&gt;@minhhung0507&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;&lt;P&gt;Typically this error could appear when there's a high load on the driver node. Another reason could be related to high garbage collection on driver node as well as high memory and cpu&amp;nbsp;w&lt;SPAN&gt;hich leads to throttling, and prevents the driver from responding within the allocated time.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;&lt;A href="https://kb.databricks.com/clusters/job-run-fails-with-error-message-could-not-reach-driver-of-cluster?from_search=199741485" target="_blank" rel="noopener"&gt;Job run fails with error message “Could not reach driver of cluster” - Databricks&lt;/A&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;&lt;A href="https://kb.databricks.com/clusters/workflows-are-failing-with-a-could-not-reach-driver-of-the-cluster-error?from_search=199741485" target="_blank" rel="noopener"&gt;Workflows are failing with a 'Could not reach driver of the cluster' error - Databricks&lt;/A&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;As about accessing driver logs, in DLT you can access them in following way:&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://learn.microsoft.com/en-us/azure/databricks/dlt/dlt-notebook-devex#access-driver-logs-and-the-spark-ui-from-the-notebook" target="_blank" rel="noopener"&gt;Develop and debug ETL pipelines with a notebook in Lakeflow Declarative Pipelines - Azure Databricks | Microsoft Learn&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="szymon_dybczak_3-1756879051149.png" style="width: 400px;"&gt;&lt;img src="https://community.databricks.com/t5/image/serverpage/image-id/19603i7B6B839D09D825AC/image-size/medium?v=v2&amp;amp;px=400" role="button" title="szymon_dybczak_3-1756879051149.png" alt="szymon_dybczak_3-1756879051149.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 03 Sep 2025 05:59:06 GMT</pubDate>
      <guid>https://community.databricks.com/t5/data-engineering/could-not-reach-driver-of-cluster/m-p/130593#M48848</guid>
      <dc:creator>szymon_dybczak</dc:creator>
      <dc:date>2025-09-03T05:59:06Z</dc:date>
    </item>
  </channel>
</rss>

