<?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: Reason: Remote RPC client disassociated. Likely due to containers exceeding thresholds, or network issues. Check driver logs for WARN messages. Driver stacktrace in Data Engineering</title>
    <link>https://community.databricks.com/t5/data-engineering/reason-remote-rpc-client-disassociated-likely-due-to-containers/m-p/27514#M19380</link>
    <description>&lt;P&gt;&lt;/P&gt;
&lt;P&gt;If your job fails follow this:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;According to &lt;A href="https://docs.databricks.com/jobs.html#jar-job-tips:" target="test_blank"&gt;https://docs.databricks.com/jobs.html#jar-job-tips:&lt;/A&gt;
&lt;P&gt;&lt;I&gt;"Job output, such as log output emitted to stdout, is subject to a 20MB size limit. If the total output has a larger size, the run will be canceled and marked as failed."&lt;/I&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;That was my problem, to "&lt;I&gt;fix it" &lt;/I&gt;I've just set the logging level to ERROR&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;val sc = SparkContext.getOrCreate(conf)&lt;P&gt;&lt;/P&gt;sc.setLogLevel("ERROR")&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;This workaround works for me&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;I still get this ERROR messages but the job runs successfully
&lt;P&gt;I hope it helps&lt;/P&gt; 
&lt;P&gt;&lt;/P&gt;</description>
    <pubDate>Tue, 10 Dec 2019 19:55:58 GMT</pubDate>
    <dc:creator>RodrigoDe_Freit</dc:creator>
    <dc:date>2019-12-10T19:55:58Z</dc:date>
    <item>
      <title>Reason: Remote RPC client disassociated. Likely due to containers exceeding thresholds, or network issues. Check driver logs for WARN messages. Driver stacktrace</title>
      <link>https://community.databricks.com/t5/data-engineering/reason-remote-rpc-client-disassociated-likely-due-to-containers/m-p/27511#M19377</link>
      <description>&lt;P&gt;&lt;/P&gt;
&lt;P&gt;We are using the databricks 3 node cluster with 32 GB memory. It is working fine but some times it automatically throwing the error: Remote RPC client disassociated. Likely due to containers exceeding thresholds, or network issues.&lt;/P&gt; 
&lt;P&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 22 Nov 2019 04:40:58 GMT</pubDate>
      <guid>https://community.databricks.com/t5/data-engineering/reason-remote-rpc-client-disassociated-likely-due-to-containers/m-p/27511#M19377</guid>
      <dc:creator>naveenreddy1</dc:creator>
      <dc:date>2019-11-22T04:40:58Z</dc:date>
    </item>
    <item>
      <title>Re: Reason: Remote RPC client disassociated. Likely due to containers exceeding thresholds, or network issues. Check driver logs for WARN messages. Driver stacktrace</title>
      <link>https://community.databricks.com/t5/data-engineering/reason-remote-rpc-client-disassociated-likely-due-to-containers/m-p/27512#M19378</link>
      <description>&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hi @naveen reddy&lt;/P&gt;&lt;P&gt;If you have 3 nodes with 32 GB memory specified each you have just 30 GB for everything else, the different overheads add up quick and it's entirely possible that this is too little and the executors get killed for hogging the memory.&lt;/P&gt;&lt;P&gt;Try using something like 24 GB per node or just play around with the values.&lt;/P&gt;</description>
      <pubDate>Fri, 22 Nov 2019 06:56:30 GMT</pubDate>
      <guid>https://community.databricks.com/t5/data-engineering/reason-remote-rpc-client-disassociated-likely-due-to-containers/m-p/27512#M19378</guid>
      <dc:creator>shyam_9</dc:creator>
      <dc:date>2019-11-22T06:56:30Z</dc:date>
    </item>
    <item>
      <title>Re: Reason: Remote RPC client disassociated. Likely due to containers exceeding thresholds, or network issues. Check driver logs for WARN messages. Driver stacktrace</title>
      <link>https://community.databricks.com/t5/data-engineering/reason-remote-rpc-client-disassociated-likely-due-to-containers/m-p/27513#M19379</link>
      <description>&lt;P&gt;&lt;/P&gt;
&lt;P&gt;I have already tried with increasing and decreasing the memory, still no luck.&lt;/P&gt; 
&lt;P&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 22 Nov 2019 18:13:35 GMT</pubDate>
      <guid>https://community.databricks.com/t5/data-engineering/reason-remote-rpc-client-disassociated-likely-due-to-containers/m-p/27513#M19379</guid>
      <dc:creator>naveenreddy1</dc:creator>
      <dc:date>2019-11-22T18:13:35Z</dc:date>
    </item>
    <item>
      <title>Re: Reason: Remote RPC client disassociated. Likely due to containers exceeding thresholds, or network issues. Check driver logs for WARN messages. Driver stacktrace</title>
      <link>https://community.databricks.com/t5/data-engineering/reason-remote-rpc-client-disassociated-likely-due-to-containers/m-p/27514#M19380</link>
      <description>&lt;P&gt;&lt;/P&gt;
&lt;P&gt;If your job fails follow this:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;According to &lt;A href="https://docs.databricks.com/jobs.html#jar-job-tips:" target="test_blank"&gt;https://docs.databricks.com/jobs.html#jar-job-tips:&lt;/A&gt;
&lt;P&gt;&lt;I&gt;"Job output, such as log output emitted to stdout, is subject to a 20MB size limit. If the total output has a larger size, the run will be canceled and marked as failed."&lt;/I&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;That was my problem, to "&lt;I&gt;fix it" &lt;/I&gt;I've just set the logging level to ERROR&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;val sc = SparkContext.getOrCreate(conf)&lt;P&gt;&lt;/P&gt;sc.setLogLevel("ERROR")&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;This workaround works for me&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;I still get this ERROR messages but the job runs successfully
&lt;P&gt;I hope it helps&lt;/P&gt; 
&lt;P&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 10 Dec 2019 19:55:58 GMT</pubDate>
      <guid>https://community.databricks.com/t5/data-engineering/reason-remote-rpc-client-disassociated-likely-due-to-containers/m-p/27514#M19380</guid>
      <dc:creator>RodrigoDe_Freit</dc:creator>
      <dc:date>2019-12-10T19:55:58Z</dc:date>
    </item>
    <item>
      <title>Re: Reason: Remote RPC client disassociated. Likely due to containers exceeding thresholds, or netwo</title>
      <link>https://community.databricks.com/t5/data-engineering/reason-remote-rpc-client-disassociated-likely-due-to-containers/m-p/98168#M39625</link>
      <description>&lt;P&gt;The documentation has changed, and that 20MB log limit is now documented in&amp;nbsp;&lt;A href="https://docs.databricks.com/en/jobs/how-to/use-jars-in-workflows.html#output-size-limits-for-jar-jobs" target="_blank"&gt;https://docs.databricks.com/en/jobs/how-to/use-jars-in-workflows.html#output-size-limits-for-jar-jobs&lt;/A&gt;.&lt;/P&gt;</description>
      <pubDate>Fri, 08 Nov 2024 06:12:45 GMT</pubDate>
      <guid>https://community.databricks.com/t5/data-engineering/reason-remote-rpc-client-disassociated-likely-due-to-containers/m-p/98168#M39625</guid>
      <dc:creator>elguitar</dc:creator>
      <dc:date>2024-11-08T06:12:45Z</dc:date>
    </item>
  </channel>
</rss>

