Skip to content

Commit

Permalink
OAK-4145 : reverting r1736305 from the 1.4 branch
Browse files Browse the repository at this point in the history
git-svn-id: https://svn.apache.org/repos/asf/jackrabbit/oak/trunk@1736315 13f79535-47bb-0310-9956-ffa450edef68
  • Loading branch information
stefan-egli committed Mar 23, 2016
1 parent 3c6e83e commit 229293e
Showing 1 changed file with 0 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -662,11 +662,6 @@ public void performLeaseCheck() {
break;
}
}
if (leaseCheckFailed) {
// someone else won and marked leaseCheckFailed - so we only log/throw
LOG.error(LEASE_CHECK_FAILED_MSG);
throw new AssertionError(LEASE_CHECK_FAILED_MSG);
}
leaseCheckFailed = true; // make sure only one thread 'wins', ie goes any further
}

Expand Down

0 comments on commit 229293e

Please sign in to comment.