lostluck commented on code in PR #30157:
URL: https://github.com/apache/beam/pull/30157#discussion_r1480559292


##########
model/job-management/src/main/proto/org/apache/beam/model/job_management/v1/beam_job_api.proto:
##########
@@ -127,6 +130,19 @@ message CancelJobResponse {
   JobState.Enum state = 1; // (required)
 }
 
+// Drain is a request to:
+// - stop a pipeline Job from ingesting new data from input sources
+// - process remaining data in the pipeline
+// - truncate Splittable DoFns

Review Comment:
   "truncate Unbounded Restrictions"



-- 
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]

Reply via email to