-
Notifications
You must be signed in to change notification settings - Fork 13.5k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[FLINK-22001] Fix forwarding of JobMaster exceptions to user
[FLINK-XXXX] Draft separation of leader election and creation of JobMasterService [FLINK-XXXX] Continued work on JobMasterServiceLeadershipRunner [FLINK-XXXX] Integrate RunningJobsRegistry, Cancelling state and termination future watching [FLINK-XXXX] Delete old JobManagerRunnerImpl classes [FLINK-22001] Add tests for DefaultJobMasterServiceProcess [FLINK-22001][hotfix] Clean up ITCase a bit [FLINK-22001] Add missing check for empty job graph [FLINK-22001] Rename JobMasterServiceFactoryNg to JobMasterServiceFactory This closes #15715.
- Loading branch information
1 parent
27efcd2
commit 75d27d1
Showing
34 changed files
with
2,986 additions
and
2,172 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
162 changes: 76 additions & 86 deletions
162
flink-runtime/src/main/java/org/apache/flink/runtime/dispatcher/Dispatcher.java
Large diffs are not rendered by default.
Oops, something went wrong.
284 changes: 0 additions & 284 deletions
284
flink-runtime/src/main/java/org/apache/flink/runtime/dispatcher/DispatcherJob.java
This file was deleted.
Oops, something went wrong.
69 changes: 0 additions & 69 deletions
69
flink-runtime/src/main/java/org/apache/flink/runtime/dispatcher/DispatcherJobResult.java
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.