lastLoggedLsn = inEntry.getDeltaLsn();
}
/* During a preload, finally place the Node into the Tree. */
if (fetchAndInsertIntoTree()) {
ret.postFetchInit(dbImpl, lastLoggedLsn);
in.updateNode(index, ret, lnKey);
}
return ret;
} finally {
if (!isLatchedAlready) {