Skip to content

Commit ce46dd7

Browse files
committed
YT-14116: Restart gang operation jobs on another one job restart
* Changelog entry Type: feature Component: map-reduce Inroduced operation incarnation controller that restart all jobs of operation on one job terminated (useful for distributed machine learning) commit_hash:1c8af58b607c543698b92cc64319898de18ed48e
1 parent 4440a98 commit ce46dd7

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

yt/yt/client/scheduler/public.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -133,6 +133,7 @@ DEFINE_ENUM(EAbortReason,
133133
((UnresolvedNodeId) ( 53))
134134
((RootVolumePreparationFailed) ( 54))
135135
((InterruptionFailed) ( 55))
136+
((OperationIncarnationChanged) ( 56))
136137
((SchedulingFirst) (100))
137138
((SchedulingTimeout) (101))
138139
((SchedulingResourceOvercommit) (102))

yt/yt/core/misc/id_generator.h

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,6 @@ class TIdGenerator
2121

2222
private:
2323
std::atomic<ui64> Current_ = 0;
24-
2524
};
2625

2726
////////////////////////////////////////////////////////////////////////////////

0 commit comments

Comments
 (0)