Skip to content

Commit

Permalink
Some user-visible logging when ExecutorStepRetryEligibility is _not…
Browse files Browse the repository at this point in the history
…_ used
  • Loading branch information
jglick committed Dec 6, 2021
1 parent 1cc20e6 commit 65a5749
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -794,6 +794,7 @@ private static final class Callback extends BodyExecutionCallback.TailCall {
execution.start();
return;
}
listener.getLogger().println("No plugin requested a retry of a failed node block running on " + execution.state.node);
}
} catch (Exception x) {
t.addSuppressed(x);
Expand Down

0 comments on commit 65a5749

Please sign in to comment.