Skip to content

Commit

Permalink
[hotfix][runtime] Removes unused FlinkException in signature
Browse files Browse the repository at this point in the history
  • Loading branch information
XComp committed Nov 27, 2024
1 parent 7c6a641 commit 2731723
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -330,7 +330,7 @@ private void jobAlreadyDone(UUID leaderSessionId) {
}

@GuardedBy("lock")
private void createNewJobMasterServiceProcess(UUID leaderSessionId) throws FlinkException {
private void createNewJobMasterServiceProcess(UUID leaderSessionId) {
Preconditions.checkState(jobMasterServiceProcess.closeAsync().isDone());

LOG.info(
Expand Down

0 comments on commit 2731723

Please sign in to comment.