/* Get the TxnChain for this log entry. */
TxnChain chain = target.getChain(txnId, undoLsn, envImpl);
UndoReader undo = new UndoReader(reader, envImpl.getDbTree());
try {
RevertInfo revertTo = chain.pop();
/*
* When we undo this log entry, we've logically truncated it
* from the log. Remove it from the btree and mark it obsolete.
*/