You are viewing a plain text version of this content. The canonical link for it is here.
Posted to common-dev@hadoop.apache.org by "Tsz Wo Nicholas Sze (JIRA)" <ji...@apache.org> on 2014/04/02 00:02:14 UTC

[jira] [Created] (HADOOP-10455) When there is an exception, ipc.Server should first check whether it is an terse exception

Tsz Wo Nicholas Sze created HADOOP-10455:
--------------------------------------------

             Summary: When there is an exception, ipc.Server should first check whether it is an terse exception
                 Key: HADOOP-10455
                 URL: https://issues.apache.org/jira/browse/HADOOP-10455
             Project: Hadoop Common
          Issue Type: Bug
          Components: ipc
            Reporter: Tsz Wo Nicholas Sze
            Assignee: Tsz Wo Nicholas Sze


ipc.Server allows application servers to define terse exceptions; see Server.addTerseExceptions.  For terse exception, it only prints a short message but not the stack trace.  However, if an exception is both RuntimeException and terse exception, it still prints out the stack trace of the exception.



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