Skip to content

Commit

Permalink
[flink] Fix flink job for streaming reading exception won't recover (a…
Browse files Browse the repository at this point in the history
  • Loading branch information
bridgeDream authored Jan 23, 2024
1 parent 898c0ea commit 57aaa5a
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -212,6 +212,7 @@ protected void processDiscoveredSplits(
assignSplits();
} else {
LOG.error("Failed to enumerate files", error);
throw new RuntimeException(error);
}
return;
}
Expand Down

0 comments on commit 57aaa5a

Please sign in to comment.