[
https://issues.apache.org/jira/browse/HIVE-25751?focusedWorklogId=691759&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-691759
]
ASF GitHub Bot logged work on HIVE-25751:
-----------------------------------------
Author: ASF GitHub Bot
Created on: 07/Dec/21 13:51
Start Date: 07/Dec/21 13:51
Worklog Time Spent: 10m
Work Description: abstractdog commented on a change in pull request #2828:
URL: https://github.com/apache/hive/pull/2828#discussion_r764012497
##########
File path:
llap-server/src/java/org/apache/hadoop/hive/llap/io/api/impl/LlapInputFormat.java
##########
@@ -138,10 +142,28 @@
rr.start();
return result;
} catch (Exception ex) {
- throw new IOException(ex);
+ Throwable rootCause = JavaUtils.findRootCause(ex);
Review comment:
good catch @rbalamohan , easily reproduced with tez driver, added a fix
for that here:
before fix (task attempt failure):
https://issues.apache.org/jira/secure/attachment/13037081/syslog
after fix (task attempt success):
https://issues.apache.org/jira/secure/attachment/13037083/syslog_with_fix
please find fix in last commit, let me know if your +1 still holds, thanks!
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
Issue Time Tracking
-------------------
Worklog Id: (was: 691759)
Time Spent: 1h 10m (was: 1h)
> Ignore exceptions related to interruption when the limit is reached
> -------------------------------------------------------------------
>
> Key: HIVE-25751
> URL: https://issues.apache.org/jira/browse/HIVE-25751
> Project: Hive
> Issue Type: Bug
> Reporter: László Bodor
> Assignee: László Bodor
> Priority: Major
> Labels: pull-request-available
> Attachments: syslog, syslog_with_fix
>
> Time Spent: 1h 10m
> Remaining Estimate: 0h
>
> The problem is well described on TEZ-4356, but it will be handled from hive
> instead.
--
This message was sent by Atlassian Jira
(v8.20.1#820001)