logger.log(
Level.FINE, "Scheduling clean up of session:{0} that " +
"failed to relocate to local node:{1}",
info.identity, localNodeId);
transactionScheduler.scheduleTask(
new AbstractKernelRunnable("RemoveNonrelocatedSession") {
public void run() {
ClientSessionImpl sessionImpl =
ClientSessionImpl.getSession(
dataService, info.sessionRefId);
if (sessionImpl != null) {