[
https://issues.apache.org/jira/browse/BEAM-8523?focusedWorklogId=337466&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-337466
]
ASF GitHub Bot logged work on BEAM-8523:
----------------------------------------
Author: ASF GitHub Bot
Created on: 01/Nov/19 18:37
Start Date: 01/Nov/19 18:37
Worklog Time Spent: 10m
Work Description: lukecwik commented on pull request #9959: WIP:
[BEAM-8523] JobAPI: Give access to timestamped state change history
URL: https://github.com/apache/beam/pull/9959#discussion_r341700893
##########
File path: model/job-management/src/main/proto/beam_job_api.proto
##########
@@ -153,6 +154,7 @@ message GetJobStateRequest {
message GetJobStateResponse {
Review comment:
I think we will want a different version of GetJobStateRequest and
GetJobStateResponse for the streaming and non-streaming versions of the state
APIs.
----------------------------------------------------------------
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]
Issue Time Tracking
-------------------
Worklog Id: (was: 337466)
> Add useful timestamp to job servicer GetJobs
> --------------------------------------------
>
> Key: BEAM-8523
> URL: https://issues.apache.org/jira/browse/BEAM-8523
> Project: Beam
> Issue Type: New Feature
> Components: beam-model
> Reporter: Chad Dombrova
> Assignee: Chad Dombrova
> Priority: Major
> Time Spent: 20m
> Remaining Estimate: 0h
>
> As a user querying jobs with JobService.GetJobs, it would be useful if the
> JobInfo result contained timestamps indicating various state changes that may
> have been missed by a client. Useful timestamps include:
>
> * submitted (prepared to the job service)
> * started (executor enters the RUNNING state)
> * completed (executor enters a terminal state)
>
>
--
This message was sent by Atlassian Jira
(v8.3.4#803005)