Skip to content

Commit

Permalink
YT-23561: Abort jobs instead of fail on unexpected job phase
Browse files Browse the repository at this point in the history
commit_hash:a74eea6f0ac2ac4d09210cb34c66305a5baa2f4f
  • Loading branch information
k-pogorelov committed Nov 18, 2024
1 parent 6c41de0 commit c3af9bf
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions yt/yt/client/scheduler/public.h
Original file line number Diff line number Diff line change
Expand Up @@ -143,6 +143,7 @@ DEFINE_ENUM(EAbortReason,
((InterruptionFailed) ( 55))
((OperationIncarnationChanged) ( 56))
((AddressResolveFailed) ( 57))
((UnexpectedNodeJobPhase) ( 58))
((SchedulingFirst) (100))
((SchedulingTimeout) (101))
((SchedulingResourceOvercommit) (102))
Expand Down

0 comments on commit c3af9bf

Please sign in to comment.