*/
private void restartRemoteJTUnprotected() throws IOException {
SessionDriver sessionDriver = jt.getSessionDriver();
if (remoteSessionId != null) {
// Kill remote session - new JT will acquire new session
sessionDriver.stopRemoteSession(remoteSessionId);
}
if (!isStateRestoringEnabled(conf)) {
// Change attempt id only if we're not restoring state
attemptJobId = prepareNextAttempt(attemptJobId);
} else {