[
https://issues.apache.org/jira/browse/BEAM-8624?focusedWorklogId=346384&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-346384
]
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_r348242096
##########
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.
+ string status_info = 3;
+}
+
+// Fn Api for SDK harness to report its debug-related statuses to runner.
Review comment:
```suggestion
// API for SDKs to report debug-related statuses to runner during pipeline
execution.
```
----------------------------------------------------------------
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: 346384)
Time Spent: 2h 20m (was: 2h 10m)
> 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 20m
> Remaining Estimate: 0h
>
--
This message was sent by Atlassian Jira
(v8.3.4#803005)