Exchange changeEx = onlineHandledHKeyExchange(session, onlineSession.id, tid);
//
// remove() would be preferable but Persistit will block until transactions
// and journal can be fully pruned. Instead, clear and track for delayed.
//
changeEx.removeAll();
nameGenerator.generatedTreeName(treeName);
treeWasRemoved(session, SCHEMA_TREE_NAME, treeName);
}
}
} catch(PersistitException | RollbackException e) {