return;
}
/* Migrate the LN. */
byte[] key = parentDIN.getDupKey();
long newLNLsn = ln.log(env, db, key, lsn, locker,
false, /* backgroundIO */
ReplicationContext.NO_REPLICATE);
parentDIN.updateDupCountLNRef(newLNLsn);
nLNsMigrated.increment();
migrated = true;