Skip to content

Commit

Permalink
[FLINK-22001] Fix forwarding of JobMaster exceptions to user
Browse files Browse the repository at this point in the history
  • Loading branch information
rmetzger committed Apr 19, 2021
1 parent 5fbf0d7 commit 100c6c5
Show file tree
Hide file tree
Showing 16 changed files with 1,169 additions and 1,294 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,8 @@
@PublicEvolving
public enum JobStatus {
/**
* The job has been received by the Dispatcher, and is waiting for the job manager to be
* created.
* The job has been received by the Dispatcher, and is waiting for the job manager to receive
* leadership and to be created.
*/
INITIALIZING(TerminalState.NON_TERMINAL),

Expand Down

Large diffs are not rendered by default.

This file was deleted.

This file was deleted.

Loading

0 comments on commit 100c6c5

Please sign in to comment.