[ https://issues.apache.org/jira/browse/HIVE-14091?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15355857#comment-15355857 ]
Jason Dere commented on HIVE-14091: ----------------------------------- Removed the taskFailed part of the patch. responder.heartbeat() was already propagating the error, it looks like the issue was that the interrupt call wasn't actually interrupting the socket read call. Adding the socket close logic as you did in the patch allows the socket read operation to terminate, at which point the error handling logic can then read the propagated error event and raise the exception. > some errors are not propagated to LLAP external clients > ------------------------------------------------------- > > Key: HIVE-14091 > URL: https://issues.apache.org/jira/browse/HIVE-14091 > Project: Hive > Issue Type: Bug > Reporter: Jason Dere > Assignee: Sergey Shelukhin > Attachments: HIVE-14091.01.patch, HIVE-14091.02.patch, > HIVE-14091.patch > > -- This message was sent by Atlassian JIRA (v6.3.4#6332)