phet commented on code in PR #3770:
URL: https://github.com/apache/gobblin/pull/3770#discussion_r1325062631


##########
gobblin-runtime/src/main/java/org/apache/gobblin/runtime/mapreduce/MRJobLauncher.java:
##########
@@ -316,7 +316,8 @@ protected void runWorkUnits(List<WorkUnit> workUnits) 
throws Exception {
 
       prepareHadoopJob(workUnits);
       if (this.shouldPersistWorkUnitsThenCancel) {
-        LOG.info("Cancelling job after persisting workunits beneath: " + 
this.jobInputPath);
+        // NOTE: `warn` level is hack for including path among automatic 
troubleshooter 'issues'
+        LOG.warn("Cancelling job after persisting workunits beneath: " + 
this.jobInputPath);

Review Comment:
   note: this trivial change is unrelated



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