m-trieu commented on code in PR #32779:
URL: https://github.com/apache/beam/pull/32779#discussion_r1801748984


##########
runners/google-cloud-dataflow-java/worker/src/main/java/org/apache/beam/runners/dataflow/worker/util/BoundedQueueExecutor.java:
##########
@@ -99,6 +102,7 @@ protected void afterExecute(Runnable r, Throwable t) {
   // Before adding a Work to the queue, check that there are enough bytes of 
space or no other
   // outstanding elements of work.
   public void execute(Runnable work, long workBytes) {
+    numQueued.incrementAndGet();

Review Comment:
   sgtm 



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