m-trieu commented on code in PR #28537:
URL: https://github.com/apache/beam/pull/28537#discussion_r1336513325
##########
runners/google-cloud-dataflow-java/worker/src/main/java/org/apache/beam/runners/dataflow/worker/streaming/ComputationState.java:
##########
@@ -125,23 +126,28 @@ public boolean activateWork(ShardedKey shardedKey, Work
work) {
/**
* Marks the work for the given shardedKey as complete. Schedules queued
work for the key if any.
*/
- public void completeWork(ShardedKey shardedKey, long workToken) {
- Work nextWork;
+ public void completeWorkAndScheduleNextWork(ShardedKey shardedKey, long
workToken) {
Review Comment:
done.
--
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]