Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Fixed
-
None
-
None
-
None
-
Reviewed
Description
Bug 1:
SerializedExceptionProto proto = SerializedExceptionProto .getDefaultInstance(); SerializedExceptionProto.Builder builder = null; boolean viaProto = false;
Since viaProto is false, we should initiate build rather than proto
Bug 2:
the class does not provide hashcode() and equals() like other PBImpl records, this class is used in other records, it may affect other records' behavior.
Attachments
Attachments
Issue Links
- relates to
-
YARN-2051 Fix bug in PBimpls and add more unit tests with reflection
- Resolved