Skip to content

Commit

Permalink
fix expire executor async error
Browse files Browse the repository at this point in the history
  • Loading branch information
wxplovecc committed May 7, 2024
1 parent e6ad289 commit 699386a
Showing 1 changed file with 0 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -220,9 +220,6 @@ public int filterAndCommitMultiple(List<ManifestCommittable> committables) {
}

private void expire(long partitionExpireIdentifier, ExecutorService executor) {
if (expireError.get() != null) {
throw new RuntimeException(expireError.get());
}

executor.execute(
() -> {
Expand Down

0 comments on commit 699386a

Please sign in to comment.