<?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: IllegalArgumentException: requirement failed: Result for RPC Some(e100cace-3836-4461-8902-80b3744fcb6b) lost, please retry your request. in Data Engineering</title>
    <link>https://community.databricks.com/t5/data-engineering/illegalargumentexception-requirement-failed-result-for-rpc-some/m-p/24951#M17368</link>
    <description>&lt;P&gt;@Hubert Dudek​&amp;nbsp;Yes it's likely related to the communication with the cluster. But it would be great if it was possible to narrow it down more so I can possibly find a way forward. It's pretty much stopping me right now. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I'm looking forward to the tunnel but until then I need to get stuff done. &lt;span class="lia-unicode-emoji" title=":confused_face:"&gt;😕&lt;/span&gt;&lt;/P&gt;</description>
    <pubDate>Tue, 22 Mar 2022 11:35:35 GMT</pubDate>
    <dc:creator>JohanRex</dc:creator>
    <dc:date>2022-03-22T11:35:35Z</dc:date>
    <item>
      <title>IllegalArgumentException: requirement failed: Result for RPC Some(e100cace-3836-4461-8902-80b3744fcb6b) lost, please retry your request.</title>
      <link>https://community.databricks.com/t5/data-engineering/illegalargumentexception-requirement-failed-result-for-rpc-some/m-p/24949#M17366</link>
      <description>&lt;P&gt;I'm using databricks connect to talk to a cluster on Azure. When doing a count on a dataframe I sometimes get this error message. Once I've gotten it once I don't seem to be able to get rid of it even if I restart my dev environment. &lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;---------------------------------------------------------------------------
IllegalArgumentException                  Traceback (most recent call last)
c:\git\cap-mlv\notebooks\tmp_lookup_table.ipynb Cell 13' in &amp;lt;module&amp;gt;
----&amp;gt; 1 print(lookup_table_new.count())
&amp;nbsp;
File ~\AppData\Local\Continuum\anaconda3\envs\dbconnect\lib\site-packages\pyspark\sql\dataframe.py:670, in DataFrame.count(self)
    660 def count(self):
    661     """Returns the number of rows in this :class:`DataFrame`.
    662 
    663     .. versionadded:: 1.3.0
   (...)
    668     2
    669     """
--&amp;gt; 670     return int(self._jdf.count())
&amp;nbsp;
File ~\AppData\Local\Continuum\anaconda3\envs\dbconnect\lib\site-packages\py4j\java_gateway.py:1304, in JavaMember.__call__(self, *args)
   1298 command = proto.CALL_COMMAND_NAME +\
   1299     self.command_header +\
   1300     args_command +\
   1301     proto.END_COMMAND_PART
   1303 answer = self.gateway_client.send_command(command)
-&amp;gt; 1304 return_value = get_return_value(
   1305     answer, self.gateway_client, self.target_id, self.name)
   1307 for temp_arg in temp_args:
   1308     temp_arg._detach()
&amp;nbsp;
File ~\AppData\Local\Continuum\anaconda3\envs\dbconnect\lib\site-packages\pyspark\sql\utils.py:123, in capture_sql_exception.&amp;lt;locals&amp;gt;.deco(*a, **kw)
    119 converted = convert_exception(e.java_exception)
    120 if not isinstance(converted, UnknownException):
    121     # Hide where the exception came from that shows a non-Pythonic
    122     # JVM exception message.
--&amp;gt; 123     raise converted from None
    124 else:
    125     raise
&amp;nbsp;
IllegalArgumentException: requirement failed: Result for RPC Some(c4a9d516-8a33-4574-bf03-b3403c5d1b45) lost, please retry your request.&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;Using databricks runtime 9.1 LTS. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;How can I narrow the problem down further? &lt;/P&gt;&lt;P&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 22 Mar 2022 10:49:04 GMT</pubDate>
      <guid>https://community.databricks.com/t5/data-engineering/illegalargumentexception-requirement-failed-result-for-rpc-some/m-p/24949#M17366</guid>
      <dc:creator>JohanRex</dc:creator>
      <dc:date>2022-03-22T10:49:04Z</dc:date>
    </item>
    <item>
      <title>Re: IllegalArgumentException: requirement failed: Result for RPC Some(e100cace-3836-4461-8902-80b3744fcb6b) lost, please retry your request.</title>
      <link>https://community.databricks.com/t5/data-engineering/illegalargumentexception-requirement-failed-result-for-rpc-some/m-p/24950#M17367</link>
      <description>&lt;P&gt;I think it is issue with databricks-connect. It run to some connections problem. Soon databricks tunnel will be available so you will run code from your IDE on databricks (currently it is on spark cluster)&lt;/P&gt;</description>
      <pubDate>Tue, 22 Mar 2022 10:53:02 GMT</pubDate>
      <guid>https://community.databricks.com/t5/data-engineering/illegalargumentexception-requirement-failed-result-for-rpc-some/m-p/24950#M17367</guid>
      <dc:creator>Hubert-Dudek</dc:creator>
      <dc:date>2022-03-22T10:53:02Z</dc:date>
    </item>
    <item>
      <title>Re: IllegalArgumentException: requirement failed: Result for RPC Some(e100cace-3836-4461-8902-80b3744fcb6b) lost, please retry your request.</title>
      <link>https://community.databricks.com/t5/data-engineering/illegalargumentexception-requirement-failed-result-for-rpc-some/m-p/24951#M17368</link>
      <description>&lt;P&gt;@Hubert Dudek​&amp;nbsp;Yes it's likely related to the communication with the cluster. But it would be great if it was possible to narrow it down more so I can possibly find a way forward. It's pretty much stopping me right now. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I'm looking forward to the tunnel but until then I need to get stuff done. &lt;span class="lia-unicode-emoji" title=":confused_face:"&gt;😕&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 22 Mar 2022 11:35:35 GMT</pubDate>
      <guid>https://community.databricks.com/t5/data-engineering/illegalargumentexception-requirement-failed-result-for-rpc-some/m-p/24951#M17368</guid>
      <dc:creator>JohanRex</dc:creator>
      <dc:date>2022-03-22T11:35:35Z</dc:date>
    </item>
    <item>
      <title>Re: IllegalArgumentException: requirement failed: Result for RPC Some(e100cace-3836-4461-8902-80b3744fcb6b) lost, please retry your request.</title>
      <link>https://community.databricks.com/t5/data-engineering/illegalargumentexception-requirement-failed-result-for-rpc-some/m-p/24952#M17369</link>
      <description>&lt;P&gt;Hi @Johan Rex​&amp;nbsp;We checked with databricks connect team, this issue can happen when the library is too large to upload, &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Databricks recommends that you use&amp;nbsp;&lt;A href="https://docs.databricks.com/dev-tools/dbx.html" alt="https://docs.databricks.com/dev-tools/dbx.html" target="_blank"&gt;dbx&lt;/A&gt;&amp;nbsp;by Databricks Labs for local development instead of Databricks Connect. Databricks plans no new feature development for Databricks Connect at this time. Also, be aware of the&amp;nbsp;&lt;A href="https://docs.databricks.com/dev-tools/databricks-connect.html#limitations" alt="https://docs.databricks.com/dev-tools/databricks-connect.html#limitations" target="_blank"&gt;limitations&lt;/A&gt;&amp;nbsp;of Databricks Connect.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://docs.databricks.com/dev-tools/databricks-connect.html" target="test_blank"&gt;https://docs.databricks.com/dev-tools/databricks-connect.html&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://docs.databricks.com/dev-tools/dbx.html" target="test_blank"&gt;https://docs.databricks.com/dev-tools/dbx.html&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 19 May 2022 06:11:56 GMT</pubDate>
      <guid>https://community.databricks.com/t5/data-engineering/illegalargumentexception-requirement-failed-result-for-rpc-some/m-p/24952#M17369</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2022-05-19T06:11:56Z</dc:date>
    </item>
  </channel>
</rss>

