Binglin Chang created YARN-2103:
-----------------------------------
Summary: Fix code bug in SerializedExceptionPBImpl
Key: YARN-2103
URL: https://issues.apache.org/jira/browse/YARN-2103
Project: Hadoop YARN
Issue Type: Bug
Reporter: Binglin Chang
Assignee: Binglin Chang
{code}
SerializedExceptionProto proto = SerializedExceptionProto
.getDefaultInstance();
SerializedExceptionProto.Builder builder = null;
boolean viaProto = false;
{code}
Since viaProto is false, we should initiate build rather than proto
--
This message was sent by Atlassian JIRA
(v6.2#6252)