arjun4084346 commented on code in PR #4026:
URL: https://github.com/apache/gobblin/pull/4026#discussion_r1717573065


##########
gobblin-service/src/main/java/org/apache/gobblin/service/monitoring/SpecStoreChangeMonitor.java:
##########
@@ -186,7 +185,8 @@ protected void processMessage(DecodeableKafkaRecord 
message) {
         return;
       }
     } catch (Exception e) {
-      log.warn("Ran into unexpected error processing SpecStore changes. 
Reexamine scheduler. Error: {}", e);
+      log.warn("Ran into unexpected error processing specUri {} changes. 
Reexamine scheduler. "

Review Comment:
   adding some logs to debug some exceptions coming from 
`this.flowCatalog.getSpecWrapper()`



-- 
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