You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: runners/google-cloud-dataflow-java/worker/src/main/java/org/apache/beam/runners/dataflow/worker/windmill/client/AbstractWindmillStream.java
+12-11
Original file line number
Diff line number
Diff line change
@@ -246,7 +246,7 @@ protected final void executeSafely(Runnable runnable) {
246
246
* serially. If we recently sent a message before we attempt to schedule the health check, the
247
247
* stream has been restarted/closed, there is a scheduled health check that hasn't completed
248
248
* or there was a more recent send by the time we enter the synchronized block, we skip the
Copy file name to clipboardExpand all lines: runners/google-cloud-dataflow-java/worker/src/test/java/org/apache/beam/runners/dataflow/worker/windmill/client/AbstractWindmillStreamTest.java
+17-8
Original file line number
Diff line number
Diff line change
@@ -117,9 +117,6 @@ public void testMaybeSendHealthCheck_doesNotSendIfLastScheduleLessThanThreshold(
117
117
thrownewRuntimeException(e);
118
118
}
119
119
120
-
// Sleep a bit to give sendExecutor time to execute the send().
0 commit comments