ZihanLi58 commented on a change in pull request #3416:
URL: https://github.com/apache/gobblin/pull/3416#discussion_r732069804



##########
File path: 
gobblin-metrics-libs/gobblin-metrics-base/src/main/java/org/apache/gobblin/metrics/reporter/EventReporter.java
##########
@@ -235,7 +238,10 @@ public T withConfig(Config config) {
   @Override
   public void close() {
     try {
+      LOGGER.info(String.format("Closing event reporter %s", 
this.getClass().getCanonicalName()));

Review comment:
       Oh, that's a good catch, I don't think they use the same underlying 
object, it's more like a legacy issue, I will update my PR to unify the log here




-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


Reply via email to