You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@tez.apache.org by "Hitesh Shah (JIRA)" <ji...@apache.org> on 2014/03/19 19:33:43 UTC

[jira] [Commented] (TEZ-952) Port MAPREDUCE-5209, MAPREDUCE-5251

    [ https://issues.apache.org/jira/browse/TEZ-952?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13940800#comment-13940800 ] 

Hitesh Shah commented on TEZ-952:
---------------------------------

{code}
+  public void reportLocalError(IOException ioe) {
+    try {
+      LOG.error("Shuffle failed : local error on this node: " + InetAddress.getLocalHost());
+    } catch (UnknownHostException e) {
+      LOG.error("Shuffle failed : local error on this node");
+    }
+    shuffle.reportException(ioe);
+  }
{code}
  - It should be possible to have local hostname be invoked once and passed on to this function in some manner - instead of multiple calls ( one for each failure report ).

{code}
+      // TODO handle IOException here when Broadcast has better error checking
{code}
   - please update TODO with a jira number 



> Port MAPREDUCE-5209, MAPREDUCE-5251
> -----------------------------------
>
>                 Key: TEZ-952
>                 URL: https://issues.apache.org/jira/browse/TEZ-952
>             Project: Apache Tez
>          Issue Type: Task
>            Reporter: Siddharth Seth
>            Assignee: Siddharth Seth
>         Attachments: TEZ-952.1.txt
>
>




--
This message was sent by Atlassian JIRA
(v6.2#6252)