William Lo created GOBBLIN-1770:
-----------------------------------
Summary: Fix Serialization of GaaSObservabilityEvent by allowing
null values for Issue details and and properties
Key: GOBBLIN-1770
URL: https://issues.apache.org/jira/browse/GOBBLIN-1770
Project: Apache Gobblin
Issue Type: Bug
Reporter: William Lo
When looking into the IssueRepository before the creation of
GaaSObservabilityEvents, many issues do not populate their fields for details
and summary. This is because the Issue details are composed of a stack trace,
but since Issues can be composed of warn/error logs and stack traces, it is not
guaranteed that every issue has a corresponding stack trace.
However, from investigation it looks like the automated troubleshooter will
always populate the issue severity, code, and summary.
We should guard against this when generating a GaaSObservabilityEvent.
--
This message was sent by Atlassian Jira
(v8.20.10#820010)