<?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 What happens if a spot instance worker is lost in the middle of a query? in Data Engineering</title>
    <link>https://community.databricks.com/t5/data-engineering/what-happens-if-a-spot-instance-worker-is-lost-in-the-middle-of/m-p/24106#M16729</link>
    <description>&lt;P&gt;Does the query have to be re-run from the start, or can it continue? Trying to evaluate what risk there is by using spot instances for production jobs&lt;/P&gt;</description>
    <pubDate>Wed, 16 Jun 2021 03:58:58 GMT</pubDate>
    <dc:creator>User16826992666</dc:creator>
    <dc:date>2021-06-16T03:58:58Z</dc:date>
    <item>
      <title>What happens if a spot instance worker is lost in the middle of a query?</title>
      <link>https://community.databricks.com/t5/data-engineering/what-happens-if-a-spot-instance-worker-is-lost-in-the-middle-of/m-p/24106#M16729</link>
      <description>&lt;P&gt;Does the query have to be re-run from the start, or can it continue? Trying to evaluate what risk there is by using spot instances for production jobs&lt;/P&gt;</description>
      <pubDate>Wed, 16 Jun 2021 03:58:58 GMT</pubDate>
      <guid>https://community.databricks.com/t5/data-engineering/what-happens-if-a-spot-instance-worker-is-lost-in-the-middle-of/m-p/24106#M16729</guid>
      <dc:creator>User16826992666</dc:creator>
      <dc:date>2021-06-16T03:58:58Z</dc:date>
    </item>
    <item>
      <title>Re: What happens if a spot instance worker is lost in the middle of a query?</title>
      <link>https://community.databricks.com/t5/data-engineering/what-happens-if-a-spot-instance-worker-is-lost-in-the-middle-of/m-p/24107#M16730</link>
      <description>&lt;P&gt;If a spot instance is reclaimed in the middle of a job, then spark will treat it as a lost worker. The spark engine will automatically retry the tasks from the lost worker on other available workers. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So the query does not have to start over if individual workers are lost. However, if there was temporary data on the node that was lost it will have to be recomputed, which could lead to longer runtimes. For that reason it is only recommended to use spot instances when variation in job runtimes is acceptable. &lt;/P&gt;</description>
      <pubDate>Wed, 16 Jun 2021 04:27:59 GMT</pubDate>
      <guid>https://community.databricks.com/t5/data-engineering/what-happens-if-a-spot-instance-worker-is-lost-in-the-middle-of/m-p/24107#M16730</guid>
      <dc:creator>User16826992666</dc:creator>
      <dc:date>2021-06-16T04:27:59Z</dc:date>
    </item>
  </channel>
</rss>

