MCPcopy Create free account
hub / github.com/catboost/catboost / CancelLaunch

Method CancelLaunch

library/cpp/par/par_exec.h:744–750  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

742 }
743 }
744 static void CancelLaunch(IMRCommandCompleteNotify* mrNotify, IUserContext* userContext) {
745 // bad luck, looks like data is outdated
746 PAR_DEBUG_LOG << "Failed to launch SplitMRExec" << Endl;
747 TIntrusivePtr<IMRCommandCompleteNotify> holdNotify(mrNotify);
748 TIntrusivePtr<IUserContext> holdContext(userContext);
749 mrNotify->MRCommandComplete(true, nullptr);
750 }
751
752 public:
753 static void Launch(TJobRequest* jobRequest,

Callers

nothing calls this directly

Calls 1

MRCommandCompleteMethod · 0.45

Tested by

no test coverage detected