[ 
https://issues.apache.org/jira/browse/BEAM-8624?focusedWorklogId=346383&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-346383
 ]

ASF GitHub Bot logged work on BEAM-8624:
----------------------------------------

                Author: ASF GitHub Bot
            Created on: 20/Nov/19 00:44
            Start Date: 20/Nov/19 00:44
    Worklog Time Spent: 10m 
      Work Description: lukecwik commented on pull request #10115: [BEAM-8624] 
Implement Worker Status FnService in Dataflow runner
URL: https://github.com/apache/beam/pull/10115#discussion_r348241948
 
 

 ##########
 File path: model/fn-execution/src/main/proto/beam_fn_api.proto
 ##########
 @@ -872,3 +872,25 @@ service BeamFnExternalWorkerPool {
   // Stop the SDK worker.
   rpc StopWorker (StopWorkerRequest) returns (StopWorkerResponse) {}
 }
+
+// Request from runner to SDK Harness asking for its status.
+message WorkerStatusRequest {
+  // (Required) Unique ID identifying this request.
+  string request_id = 1;
+}
+
+// Response from SDK Harness to runner containing the debug related status 
info.
+message WorkerStatusResponse {
+  // (Required) Unique ID from the original request.
+  string request_id = 1;
+  // (Optional) Error message if exception encountered generating the status 
response.
+  string error = 2;
+  // (Optional) Status debugging info reported by SDK harness worker.
 
 Review comment:
   You need to describe the format and what needs to be part of the response 
otherwise SDK and runner authors can't tell what they are supposed to do with 
this.
 
----------------------------------------------------------------
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


Issue Time Tracking
-------------------

    Worklog Id:     (was: 346383)
    Time Spent: 2h 10m  (was: 2h)

> Implement FnService for status api in Dataflow runner
> -----------------------------------------------------
>
>                 Key: BEAM-8624
>                 URL: https://issues.apache.org/jira/browse/BEAM-8624
>             Project: Beam
>          Issue Type: Sub-task
>          Components: runner-dataflow
>            Reporter: Yichi Zhang
>            Assignee: Yichi Zhang
>            Priority: Major
>          Time Spent: 2h 10m
>  Remaining Estimate: 0h
>




--
This message was sent by Atlassian Jira
(v8.3.4#803005)

Reply via email to