// Local session from the leader
sessionId = (expirer.sid << 56) + 1;
;
tracker.addSession(sessionId, CONNECTION_TIMEOUT);
try {
tracker.checkSession(sessionId, null);
} catch (Exception e) {
Assert.fail("Local session on the leader should not fail");
}
// During session upgrade