* We're reconstructing a prepared, but not
* finished, transaction. We know that there
* was a write lock on this LN since it exists
* in the log under this txnId.
*/
preparedTxn.lock
(ln.getNodeId(), LockType.WRITE,
false /*noWait*/, db);
preparedTxn.setPrepared(true);
}