<?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>question Re: java.io.IOException: Packet len73388953 is out of range! in Support Questions</title>
    <link>https://community.cloudera.com/t5/Support-Questions/java-io-IOException-Packet-len73388953-is-out-of-range/m-p/327504#M230078</link>
    <description>&lt;P&gt;Its due to the packet length is larger than what jute.maxBuffer allows. Increasing the below property helped :&lt;/P&gt;&lt;P&gt;value of jute.maxbuffer to 100MB in ZooKeeper.&lt;BR /&gt;And appended the same (-Djute.maxbuffer=104857600) to HS2 (Hive - Configuration - 'Java Configuration Options for HiveServer2) and&lt;BR /&gt;HMS (Hive - Configuration - 'Java Configuration Options for Hive Metastore Server')&lt;/P&gt;</description>
    <pubDate>Wed, 13 Oct 2021 08:55:55 GMT</pubDate>
    <dc:creator>sijoy</dc:creator>
    <dc:date>2021-10-13T08:55:55Z</dc:date>
    <item>
      <title>java.io.IOException: Packet len73388953 is out of range!</title>
      <link>https://community.cloudera.com/t5/Support-Questions/java-io-IOException-Packet-len73388953-is-out-of-range/m-p/327482#M230075</link>
      <description>&lt;P&gt;We will often see the below error (either during fresh installation or after upgrade) that the jobs will intermittently fail (in my case case it failed in Hive):&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;2021-08-27 08:46:38,616 ERROR org.apache.curator.framework.imps.EnsembleTracker:&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN class="error"&gt;[main-EventThread]&lt;/SPAN&gt;: Invalid config event received: {server.1=********&lt;STRONG&gt;.mms.&lt;/STRONG&gt;*&lt;STRONG&gt;.local:3181:4181:participant, version=0, server.3=&lt;/STRONG&gt;**********&lt;STRONG&gt;.mms.&lt;/STRONG&gt;*&lt;STRONG&gt;.local:3181:4181:participant, server.2=&lt;/STRONG&gt;**********&lt;STRONG&gt;.mms.&lt;/STRONG&gt;**.local:3181:4181:participant}&lt;BR /&gt;2021-08-27 08:46:43,410 INFO org.apache.hadoop.hive.ql.txn.compactor.Cleaner:&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN class="error"&gt;[Thread-15]&lt;/SPAN&gt;: Cleaning based on min open txn id: 28&lt;BR /&gt;2021-08-27 08:46:43,744 WARN org.apache.zookeeper.ClientCnxn:&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN class="error"&gt;[main-SendThread(*********.mms.***.local:2181)]&lt;/SPAN&gt;: Session 0x1061dda12d30069 for server ********&lt;STRONG&gt;.mms.&lt;/STRONG&gt;**.local/10.4.7.17:2181, unexpected error, closing socket connection and attempting reconnect&lt;BR /&gt;java.io.IOException: Packet len73388953 is out of range!&lt;BR /&gt;at org.apache.zookeeper.ClientCnxnSocket.readLength(ClientCnxnSocket.java:122) ~&lt;SPAN class="error"&gt;[zookeeper-3.5.5.7.1.4.37-1.jar:3.5.5.7.1.4.37-1]&lt;/SPAN&gt;&lt;BR /&gt;at org.apache.zookeeper.ClientCnxnSocketNIO.doIO(ClientCnxnSocketNIO.java:86) ~&lt;SPAN class="error"&gt;[zookeeper-3.5.5.7.1.4.37-1.jar:3.5.5.7.1.4.37-1]&lt;/SPAN&gt;&lt;BR /&gt;at org.apache.zookeeper.ClientCnxnSocketNIO.doTransport(ClientCnxnSocketNIO.java:363) ~&lt;SPAN class="error"&gt;[zookeeper-3.5.5.7.1.4.37-1.jar:3.5.5.7.1.4.37-1]&lt;/SPAN&gt;&lt;BR /&gt;at org.apache.zookeeper.ClientCnxn$SendThread.run(ClientCnxn.java:1223)&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN class="error"&gt;[zookeeper-3.5.5.7.1.4.37-1.jar:3.5.5.7.1.4.37-1]&lt;/SPAN&gt;&lt;BR /&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 13 Oct 2021 08:19:04 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Support-Questions/java-io-IOException-Packet-len73388953-is-out-of-range/m-p/327482#M230075</guid>
      <dc:creator>sijoy</dc:creator>
      <dc:date>2021-10-13T08:19:04Z</dc:date>
    </item>
    <item>
      <title>Re: java.io.IOException: Packet len73388953 is out of range!</title>
      <link>https://community.cloudera.com/t5/Support-Questions/java-io-IOException-Packet-len73388953-is-out-of-range/m-p/327483#M230076</link>
      <description>&lt;P&gt;Case Description :&amp;nbsp;After upgrade in Prod spark job failing intermittently&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;ISSUE DESCRIPTION:&lt;BR /&gt;Prod spark job failing intermittently after the upgrade.&lt;/P&gt;&lt;P&gt;org.apache.spark.sql.AnalysisException: org.apache.hadoop.hive.ql.metadata.HiveException: java.lang.RuntimeException: Unable to instantiate org.apache.hadoop.hive.ql.metadata.SessionHiveMetaStoreClient;&lt;BR /&gt;at org.apache.spark.sql.hive.HiveExternalCatalog.withClient(HiveExternalCatalog.scala:106)&lt;BR /&gt;at org.apache.spark.sql.hive.HiveExternalCatalog.databaseExists(HiveExternalCatalog.scala:218)&lt;BR /&gt;at org.apache.spark.sql.internal.SharedState.externalCatalog$lzycompute(SharedState.scala:136)&lt;/P&gt;&lt;P&gt;TIME OF ISSUE:&lt;BR /&gt;21/08/26 19:44:51&lt;/P&gt;&lt;P&gt;CUSTOMER BUSINESS IMPACT:&lt;BR /&gt;Multiple issues in Prod after the upgrade.&lt;/P&gt;</description>
      <pubDate>Wed, 13 Oct 2021 08:27:46 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Support-Questions/java-io-IOException-Packet-len73388953-is-out-of-range/m-p/327483#M230076</guid>
      <dc:creator>sijoy</dc:creator>
      <dc:date>2021-10-13T08:27:46Z</dc:date>
    </item>
    <item>
      <title>Re: java.io.IOException: Packet len73388953 is out of range!</title>
      <link>https://community.cloudera.com/t5/Support-Questions/java-io-IOException-Packet-len73388953-is-out-of-range/m-p/327504#M230078</link>
      <description>&lt;P&gt;Its due to the packet length is larger than what jute.maxBuffer allows. Increasing the below property helped :&lt;/P&gt;&lt;P&gt;value of jute.maxbuffer to 100MB in ZooKeeper.&lt;BR /&gt;And appended the same (-Djute.maxbuffer=104857600) to HS2 (Hive - Configuration - 'Java Configuration Options for HiveServer2) and&lt;BR /&gt;HMS (Hive - Configuration - 'Java Configuration Options for Hive Metastore Server')&lt;/P&gt;</description>
      <pubDate>Wed, 13 Oct 2021 08:55:55 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Support-Questions/java-io-IOException-Packet-len73388953-is-out-of-range/m-p/327504#M230078</guid>
      <dc:creator>sijoy</dc:creator>
      <dc:date>2021-10-13T08:55:55Z</dc:date>
    </item>
  </channel>
</rss>

