robertwb commented on code in PR #29222:
URL: https://github.com/apache/beam/pull/29222#discussion_r1378880996


##########
sdks/java/harness/src/main/java/org/apache/beam/fn/harness/control/ExecutionStateSampler.java:
##########
@@ -250,6 +250,8 @@ public class ExecutionStateTracker implements 
BundleProgressReporter {
     private final AtomicReference<@Nullable Thread> trackedThread;
     // Read by multiple threads, read and written by the ExecutionStateSampler 
thread lazily.
     private final AtomicLong lastTransitionTime;
+    // Used to throttle lull logging.
+    private long lastLullReport;

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]

Reply via email to