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)