[
https://issues.apache.org/jira/browse/GOBBLIN-1493?focusedWorklogId=630833&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-630833
]
ASF GitHub Bot logged work on GOBBLIN-1493:
-------------------------------------------
Author: ASF GitHub Bot
Created on: 28/Jul/21 23:07
Start Date: 28/Jul/21 23:07
Worklog Time Spent: 10m
Work Description: umustafi commented on a change in pull request #3336:
URL: https://github.com/apache/gobblin/pull/3336#discussion_r678709912
##########
File path:
gobblin-restli/gobblin-flow-config-service/gobblin-flow-config-service-api/src/main/snapshot/org.apache.gobblin.service.flowstatuses.snapshot.json
##########
@@ -180,6 +180,14 @@
"name" : "processedCount",
"type" : "long",
"doc" : "number of records processed in the last job execution"
+ }, {
+ "name" : "jobProgress",
+ "type" : "int",
+ "doc" : "job progress as a percentage (0-100)"
+ }, {
+ "name" : "estimatedMillisecondsToCompletion",
Review comment:
the `executionStart/EndTimes` are in milliseconds, that's why I left it
in the same format. I agree we won't pay attention to milliseconds but I was
planning on rounding down to appropriate units of time before formatting the
result to user in the jobStatus endpoint.
--
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]
Issue Time Tracking
-------------------
Worklog Id: (was: 630833)
Time Spent: 5h 40m (was: 5.5h)
> Data Copy Progress Reporting
> -----------------------------
>
> Key: GOBBLIN-1493
> URL: https://issues.apache.org/jira/browse/GOBBLIN-1493
> Project: Apache Gobblin
> Issue Type: New Feature
> Components: gobblin-core, gobblin-service
> Reporter: Urmi Mustafi
> Assignee: Abhishek Tiwari
> Priority: Major
> Time Spent: 5h 40m
> Remaining Estimate: 0h
>
> Progress reporting for a data copy will provide users with quantitative
> feedback on the progress of a data copy job as a percentage as well as an
> estimate of the time remaining for completion. This will update the existing
> job status endpoint to include the progress percentage and estimate of time
> left.
--
This message was sent by Atlassian Jira
(v8.3.4#803005)