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/grpc/GrpcCommitWorkStream.java
+4-3Lines changed: 4 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -243,21 +243,22 @@ public boolean hasPendingRequests() {
243
243
publicvoidonDone(Statusstatus) {
244
244
if (maxRetryDuration.compareTo(Duration.ZERO) > 0) {
245
245
// Remove the requests that have exceeded the retry time so they are not retried.
0 commit comments