[ https://issues.apache.org/jira/browse/HIVE-9085?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14243535#comment-14243535 ]
Marcelo Vanzin commented on HIVE-9085: -------------------------------------- When an exception is thrown in the write path, it's not safe to use the RPC channel anymore. Partial data may have been written to the socket and may cause both endpoints to get out of sync. Right now the approach the code has taken is "close the socket on any error". If we'd prefer, in the long term, a more resilient approach, more modifications will have to be made. > Spark Client RPC should have larger default max message size [Spark Branch] > --------------------------------------------------------------------------- > > Key: HIVE-9085 > URL: https://issues.apache.org/jira/browse/HIVE-9085 > Project: Hive > Issue Type: Sub-task > Components: Spark > Affects Versions: spark-branch > Reporter: Brock Noland > Assignee: Brock Noland > Attachments: HIVE-9085-spark.1.patch, HIVE-9085-spark.1.patch > > -- This message was sent by Atlassian JIRA (v6.3.4#6332)