<?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: During execution of a cell  &amp;quot;RuntimeException: The python kernel is unresponsive.&amp;quot; in Data Engineering</title>
    <link>https://community.databricks.com/t5/data-engineering/during-execution-of-a-cell-quot-runtimeexception-the-python/m-p/20958#M14205</link>
    <description>&lt;P&gt;@Joseph Kambourakis​&amp;nbsp;Thank you for your reply. I use Databricks Community Edition so I restart the cluster every time it expires. I tried updating my browser but it keeps giving me the same problem...&lt;/P&gt;</description>
    <pubDate>Sat, 14 May 2022 09:17:32 GMT</pubDate>
    <dc:creator>Valon98</dc:creator>
    <dc:date>2022-05-14T09:17:32Z</dc:date>
    <item>
      <title>During execution of a cell  "RuntimeException: The python kernel is unresponsive."</title>
      <link>https://community.databricks.com/t5/data-engineering/during-execution-of-a-cell-quot-runtimeexception-the-python/m-p/20955#M14202</link>
      <description>&lt;P&gt;Hi all, I am running a preprocessing to create my trainset and test set. Does anyone know why during the execution my cell gives the error "RuntimeException: The python kernel is unresponsive." ? How can I solve it?&lt;/P&gt;</description>
      <pubDate>Tue, 10 May 2022 15:33:44 GMT</pubDate>
      <guid>https://community.databricks.com/t5/data-engineering/during-execution-of-a-cell-quot-runtimeexception-the-python/m-p/20955#M14202</guid>
      <dc:creator>Valon98</dc:creator>
      <dc:date>2022-05-10T15:33:44Z</dc:date>
    </item>
    <item>
      <title>Re: During execution of a cell  "RuntimeException: The python kernel is unresponsive."</title>
      <link>https://community.databricks.com/t5/data-engineering/during-execution-of-a-cell-quot-runtimeexception-the-python/m-p/20956#M14203</link>
      <description>&lt;P&gt;@Valerio Goretti​&amp;nbsp;, It's hard to know exactly why that would occur. One thing that works for me when I get strange errors is refreshing the browser. Sometimes the HTML doesn't render correctly. When that doesn't work, I try to disconnect and reattach my cluster. Once every few months, I need to restart my cluster and that always fixes things.&lt;/P&gt;</description>
      <pubDate>Wed, 11 May 2022 11:41:54 GMT</pubDate>
      <guid>https://community.databricks.com/t5/data-engineering/during-execution-of-a-cell-quot-runtimeexception-the-python/m-p/20956#M14203</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2022-05-11T11:41:54Z</dc:date>
    </item>
    <item>
      <title>Re: During execution of a cell  "RuntimeException: The python kernel is unresponsive."</title>
      <link>https://community.databricks.com/t5/data-engineering/during-execution-of-a-cell-quot-runtimeexception-the-python/m-p/20958#M14205</link>
      <description>&lt;P&gt;@Joseph Kambourakis​&amp;nbsp;Thank you for your reply. I use Databricks Community Edition so I restart the cluster every time it expires. I tried updating my browser but it keeps giving me the same problem...&lt;/P&gt;</description>
      <pubDate>Sat, 14 May 2022 09:17:32 GMT</pubDate>
      <guid>https://community.databricks.com/t5/data-engineering/during-execution-of-a-cell-quot-runtimeexception-the-python/m-p/20958#M14205</guid>
      <dc:creator>Valon98</dc:creator>
      <dc:date>2022-05-14T09:17:32Z</dc:date>
    </item>
    <item>
      <title>Re: During execution of a cell  "RuntimeException: The python kernel is unresponsive."</title>
      <link>https://community.databricks.com/t5/data-engineering/during-execution-of-a-cell-quot-runtimeexception-the-python/m-p/20959#M14206</link>
      <description>&lt;P&gt;Hi @Kaniz Fatma​ , unfortunately my problem persists.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;</description>
      <pubDate>Sat, 14 May 2022 09:18:52 GMT</pubDate>
      <guid>https://community.databricks.com/t5/data-engineering/during-execution-of-a-cell-quot-runtimeexception-the-python/m-p/20959#M14206</guid>
      <dc:creator>Valon98</dc:creator>
      <dc:date>2022-05-14T09:18:52Z</dc:date>
    </item>
    <item>
      <title>Re: During execution of a cell  "RuntimeException: The python kernel is unresponsive."</title>
      <link>https://community.databricks.com/t5/data-engineering/during-execution-of-a-cell-quot-runtimeexception-the-python/m-p/20961#M14208</link>
      <description>&lt;P&gt;@Valerio Goretti​&amp;nbsp;we need to look at the thread dumps to understand this issue. if the repl thread running the command is blocked by the partial result fetcher thread and If this is consistent with several threads dump snapshots, it suggests that the command is streaming a lot of stuff to the result buffer, so that the partial result fetcher can take more time than normal to send them to the tree store and frontend. &lt;/P&gt;</description>
      <pubDate>Tue, 24 May 2022 22:39:54 GMT</pubDate>
      <guid>https://community.databricks.com/t5/data-engineering/during-execution-of-a-cell-quot-runtimeexception-the-python/m-p/20961#M14208</guid>
      <dc:creator>Prabakar</dc:creator>
      <dc:date>2022-05-24T22:39:54Z</dc:date>
    </item>
    <item>
      <title>Re: During execution of a cell  "RuntimeException: The python kernel is unresponsive."</title>
      <link>https://community.databricks.com/t5/data-engineering/during-execution-of-a-cell-quot-runtimeexception-the-python/m-p/20962#M14209</link>
      <description>&lt;P&gt;Hey there @Valerio Goretti​&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope all is well! &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Just wanted to check in if you were able to resolve your issue and would you be happy to share the solution or mark an answer as best? Else please let us know if you need more help.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;We'd love to hear from you.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 24 Jun 2022 14:27:56 GMT</pubDate>
      <guid>https://community.databricks.com/t5/data-engineering/during-execution-of-a-cell-quot-runtimeexception-the-python/m-p/20962#M14209</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2022-06-24T14:27:56Z</dc:date>
    </item>
    <item>
      <title>Re: During execution of a cell  "RuntimeException: The python kernel is unresponsive."</title>
      <link>https://community.databricks.com/t5/data-engineering/during-execution-of-a-cell-quot-runtimeexception-the-python/m-p/20963#M14210</link>
      <description>&lt;P&gt;Hi! I just now read @Prabakar Ammeappin​&amp;nbsp;'s reply. But that was the problem.&lt;/P&gt;</description>
      <pubDate>Fri, 24 Jun 2022 14:33:52 GMT</pubDate>
      <guid>https://community.databricks.com/t5/data-engineering/during-execution-of-a-cell-quot-runtimeexception-the-python/m-p/20963#M14210</guid>
      <dc:creator>Valon98</dc:creator>
      <dc:date>2022-06-24T14:33:52Z</dc:date>
    </item>
    <item>
      <title>Re: During execution of a cell  "RuntimeException: The python kernel is unresponsive."</title>
      <link>https://community.databricks.com/t5/data-engineering/during-execution-of-a-cell-quot-runtimeexception-the-python/m-p/20964#M14211</link>
      <description>&lt;P&gt;@Prabakar Ammeappin​&amp;nbsp;Thank you!&lt;/P&gt;</description>
      <pubDate>Fri, 24 Jun 2022 14:34:30 GMT</pubDate>
      <guid>https://community.databricks.com/t5/data-engineering/during-execution-of-a-cell-quot-runtimeexception-the-python/m-p/20964#M14211</guid>
      <dc:creator>Valon98</dc:creator>
      <dc:date>2022-06-24T14:34:30Z</dc:date>
    </item>
    <item>
      <title>Re: During execution of a cell  "RuntimeException: The python kernel is unresponsive."</title>
      <link>https://community.databricks.com/t5/data-engineering/during-execution-of-a-cell-quot-runtimeexception-the-python/m-p/20966#M14213</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am facing same issue. What did you do to fix the problem you had. Was there any configuration change that was needed? Thank you&lt;/P&gt;</description>
      <pubDate>Mon, 16 Jan 2023 10:47:55 GMT</pubDate>
      <guid>https://community.databricks.com/t5/data-engineering/during-execution-of-a-cell-quot-runtimeexception-the-python/m-p/20966#M14213</guid>
      <dc:creator>Viren123</dc:creator>
      <dc:date>2023-01-16T10:47:55Z</dc:date>
    </item>
  </channel>
</rss>

