134135136137138139140141142143144
// Notify Workers jobServiceImpl.notifyJobCancel(profile.getJobId()); // Update Future State to 'Failed' profile.getFuture().setException(new SplitException(e)); profile.getFuture().setState(GridJobState.FAILED); return; }