This is an automated email from the ASF dual-hosted git repository.
yichi pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/beam.git
The following commit(s) were added to refs/heads/master by this push:
new 24fa67f958b Fix windmill proto (#27361)
24fa67f958b is described below
commit 24fa67f958b47796ddf37312514b5f24a31b7c21
Author: Yichi Zhang <[email protected]>
AuthorDate: Wed Jul 5 11:26:25 2023 -0700
Fix windmill proto (#27361)
---
.../worker/windmill/src/main/proto/windmill.proto | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git
a/runners/google-cloud-dataflow-java/worker/windmill/src/main/proto/windmill.proto
b/runners/google-cloud-dataflow-java/worker/windmill/src/main/proto/windmill.proto
index 917508b589f..86a551f8b64 100644
---
a/runners/google-cloud-dataflow-java/worker/windmill/src/main/proto/windmill.proto
+++
b/runners/google-cloud-dataflow-java/worker/windmill/src/main/proto/windmill.proto
@@ -487,7 +487,7 @@ message GlobalDataRequest {
optional string state_family = 3;
}
-// next id: 27
+// next id: 28
message WorkItemCommitRequest {
required bytes key = 1;
required fixed64 work_token = 2;
@@ -516,7 +516,7 @@ message WorkItemCommitRequest {
repeated WatermarkHold watermark_holds = 14;
// Collected work item processing state durations.
- repeated LatencyAttribution per_work_item_latency_attributions = 26;
+ repeated LatencyAttribution per_work_item_latency_attributions = 27;
// DEPRECATED
repeated GlobalDataId global_data_id_requests = 9;