arvindram03 commented on code in PR #29882:
URL: https://github.com/apache/beam/pull/29882#discussion_r1445089143


##########
runners/google-cloud-dataflow-java/worker/src/main/java/org/apache/beam/runners/dataflow/worker/DataflowOperationContext.java:
##########
@@ -276,6 +276,23 @@ protected String getLullMessage(Thread trackedThread, 
Duration lullDuration) {
       return message.toString();
     }
 
+    protected String getBundleLullMessage(Thread trackedThread, Duration 
lullDuration) {
+      StringBuilder message = new StringBuilder();
+      message.append("Operation ongoing");
+      if (getStepName() != null) {
+        message.append(" in bundle ").append(getStepName().userName());

Review Comment:
   Done. removed the step name



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