| 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, |
nothing calls this directly
no test coverage detected