You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@gobblin.apache.org by GitBox <gi...@apache.org> on 2020/01/28 18:46:37 UTC

[GitHub] [incubator-gobblin] jack-moseley commented on a change in pull request #2862: [GOBBLIN-1017] Deprecate FlowStatus in favor of FlowExecution and add endpoint to kill flows

jack-moseley commented on a change in pull request #2862: [GOBBLIN-1017] Deprecate FlowStatus in favor of FlowExecution and add endpoint to kill flows
URL: https://github.com/apache/incubator-gobblin/pull/2862#discussion_r371988488
 
 

 ##########
 File path: gobblin-restli/gobblin-flow-config-service/gobblin-flow-config-service-api/src/main/snapshot/org.apache.gobblin.service.flowstatuses.snapshot.json
 ##########
 @@ -38,14 +38,14 @@
     "doc" : "Execution status for a flow or job",
     "symbols" : [ "COMPILED", "PENDING", "PENDING_RETRY", "ORCHESTRATED", "RUNNING", "COMPLETE", "FAILED", "CANCELLED" ],
     "symbolDocs" : {
-      "COMPILED":"Flow compiled to jobs.",
-      "PENDING":"Flow or job is in pending state.",
-      "PENDING_RETRY":"Flow or job is pending retry.",
-      "ORCHESTRATED":"Job(s) orchestrated to spec executors.",
-      "RUNNING": "Flow or job is currently executing",
-      "COMPLETE":"Flow or job completed execution",
-      "FAILED":"Flow or job failed",
-      "CANCELLED":"Flow cancelled."
+      "COMPILED" : "Flow compiled to jobs.",
 
 Review comment:
   Yeah, it generates the files with those spaces so makes it consistent with the other files.

----------------------------------------------------------------
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:
users@infra.apache.org


With regards,
Apache Git Services