Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
xuyu committed Dec 10, 2024
1 parent ae475ef commit ba648c7
Showing 1 changed file with 1 addition and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -751,7 +751,6 @@ private int tryCommit(

retryResult = (RetryResult) result;


if ((commitMaxTimeout != null
&& System.currentTimeMillis() - startMillis
> commitMaxTimeout.toMillis())
Expand Down Expand Up @@ -1069,8 +1068,6 @@ public void compactManifest() {
break;
}



if ((commitMaxTimeout != null
&& System.currentTimeMillis() - startMillis
> commitMaxTimeout.toMillis())
Expand All @@ -1081,7 +1078,7 @@ public void compactManifest() {
"Commit failed after %s millis with %s retries, there maybe exist commit conflicts between multiple jobs.",
commitMaxTimeout.toMillis(), retryCount));
}

retryCount++;
}
}
Expand Down

0 comments on commit ba648c7

Please sign in to comment.