arjun4084346 commented on a change in pull request #2993: URL: https://github.com/apache/incubator-gobblin/pull/2993#discussion_r428935120
########## File path: gobblin-service/src/main/java/org/apache/gobblin/service/modules/orchestration/Orchestrator.java ########## @@ -259,6 +259,7 @@ public void orchestrate(Spec spec) throws Exception { // In this case, the current time is used as the flow executionId. flowMetadata.putIfAbsent(TimingEvent.FlowEventConstants.FLOW_EXECUTION_ID_FIELD, Long.toString(System.currentTimeMillis())); + flowMetadata.put(TimingEvent.METADATA_MESSAGE, "Flow compilation failed"); Review comment: So the next challenge for us is to find failures in resolving which flow/job template are the correct errors. ---------------------------------------------------------------- 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: us...@infra.apache.org