<?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 CHECKPOINT_RDD_BLOCK_ID_NOT_FOUND randomly appears in Data Engineering</title>
    <link>https://community.databricks.com/t5/data-engineering/checkpoint-rdd-block-id-not-found-randomly-appears/m-p/160525#M54896</link>
    <description>&lt;PRE&gt;[CHECKPOINT_RDD_BLOCK_ID_NOT_FOUND] Checkpoint block not found!
Either the executor that originally checkpointed this partition is no longer alive, or the original RDD is unpersisted.&lt;/PRE&gt;&lt;P class=""&gt;After switching from reliable checkpoint() to localCheckpoint() to improve performance, my job started failing intermittently with the following error on Spark 3.5.2. The failures are not consistent sometimes the job completes successfully, and other times it fails at the same stage, which makes it hard to reproduce and debug.&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;Would provisioning a larger cluster (more executor memory/disk) keep the local checkpoint data alive longer and avoid these failures?&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Thu, 25 Jun 2026 13:19:44 GMT</pubDate>
    <dc:creator>yanchr</dc:creator>
    <dc:date>2026-06-25T13:19:44Z</dc:date>
    <item>
      <title>CHECKPOINT_RDD_BLOCK_ID_NOT_FOUND randomly appears</title>
      <link>https://community.databricks.com/t5/data-engineering/checkpoint-rdd-block-id-not-found-randomly-appears/m-p/160525#M54896</link>
      <description>&lt;PRE&gt;[CHECKPOINT_RDD_BLOCK_ID_NOT_FOUND] Checkpoint block not found!
Either the executor that originally checkpointed this partition is no longer alive, or the original RDD is unpersisted.&lt;/PRE&gt;&lt;P class=""&gt;After switching from reliable checkpoint() to localCheckpoint() to improve performance, my job started failing intermittently with the following error on Spark 3.5.2. The failures are not consistent sometimes the job completes successfully, and other times it fails at the same stage, which makes it hard to reproduce and debug.&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;Would provisioning a larger cluster (more executor memory/disk) keep the local checkpoint data alive longer and avoid these failures?&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 25 Jun 2026 13:19:44 GMT</pubDate>
      <guid>https://community.databricks.com/t5/data-engineering/checkpoint-rdd-block-id-not-found-randomly-appears/m-p/160525#M54896</guid>
      <dc:creator>yanchr</dc:creator>
      <dc:date>2026-06-25T13:19:44Z</dc:date>
    </item>
    <item>
      <title>Re: CHECKPOINT_RDD_BLOCK_ID_NOT_FOUND randomly appears</title>
      <link>https://community.databricks.com/t5/data-engineering/checkpoint-rdd-block-id-not-found-randomly-appears/m-p/160528#M54897</link>
      <description>&lt;P&gt;Its a issue due to the fundamental difference in the handling of data durability by checkpoint and localCheckpoint. P&lt;SPAN&gt;rovisioning a larger cluster&amp;nbsp;&lt;/SPAN&gt;will not reliably solve this problem as the&amp;nbsp;&lt;SPAN&gt;issue is about&amp;nbsp;&lt;/SPAN&gt;&lt;STRONG&gt;executor lifecycle &amp;amp;&lt;/STRONG&gt;&lt;SPAN&gt;&amp;nbsp;not capacity.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;&lt;SPAN class=""&gt;localCheckpoint&lt;/SPAN&gt;&amp;nbsp;data is generally tied to the executor's existence &amp;amp; not its size. Checkpoint data is gone regardless of how much memory or disk it had when the executor disappears.&amp;nbsp;&lt;/SPAN&gt;Larger cluster might&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;STRONG&gt;reduce&lt;/STRONG&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;failures if executors were dropped due to&amp;nbsp;&lt;SPAN&gt;Out-of-memory errors &amp;amp;&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN&gt;Disk spill pressure. It won't prevent failures caused due to dynamic allocation, autoscaling or task failures.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;You can use the reliable &lt;STRONG&gt;checkpoint&lt;/STRONG&gt; for production workloads with typical Databricks cluster configurations (autoscaling etc) or use &lt;STRONG&gt;persist&lt;/STRONG&gt; in &lt;STRONG&gt;MEMORY_AND_DISK&lt;/STRONG&gt; mode. If you require local check point consider disabling autoscaling with large executor timeout and e&lt;/SPAN&gt;&lt;SPAN&gt;nsure downstream stages consume checkpointed data quickly.&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 25 Jun 2026 13:33:02 GMT</pubDate>
      <guid>https://community.databricks.com/t5/data-engineering/checkpoint-rdd-block-id-not-found-randomly-appears/m-p/160528#M54897</guid>
      <dc:creator>balajij8</dc:creator>
      <dc:date>2026-06-25T13:33:02Z</dc:date>
    </item>
  </channel>
</rss>

