S. B. Hunter created GOBBLIN-1548:
-------------------------------------
Summary: Wrong exception object is passed to LOGGER.error() in
GraphiteEventReporter.java
Key: GOBBLIN-1548
URL: https://issues.apache.org/jira/browse/GOBBLIN-1548
Project: Apache Gobblin
Issue Type: Bug
Reporter: S. B. Hunter
I have noticed a wrong exception object is passed to the LOGGER.error() method
in GraphiteEventReporter.java. This would make it hard to track the source of
log messages.
Here is the code snippet.
https://github.com/apache/gobblin/blob/ed68f6cd16c77b246e119bf530ab0432baf9f4ca/gobblin-modules/gobblin-metrics-graphite/src/main/java/org/apache/gobblin/metrics/graphite/GraphiteEventReporter.java#L84-L85
--
This message was sent by Atlassian Jira
(v8.3.4#803005)