26572658265926602661266226632664266526662667
/* Release oldLsn locks. */ for (LockInfo lockInfo : owners) { final Locker locker = lockInfo.getLocker(); if (locker != excludeLocker && locker.allowReleaseLockAfterLsnChange()) { locker.releaseLock(oldLsn); } } } /**