sv2000 commented on a change in pull request #3109:
URL: https://github.com/apache/incubator-gobblin/pull/3109#discussion_r492405907
##########
File path:
gobblin-runtime/src/main/java/org/apache/gobblin/service/monitoring/JobStatus.java
##########
@@ -40,7 +40,8 @@
private final long startTime;
private final long endTime;
@Setter
- private String message;
+ private String metrics;
Review comment:
I think the Setter is needed for the message field too.
----------------------------------------------------------------
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.
For queries about this service, please contact Infrastructure at:
[email protected]