There was an error while loading. Please reload this page.
The logic with:
protected boolean removeEldestEntry(Entry<String, JdbcLock> eldest) { return size() > JdbcLockRegistry.this.cacheCapacity; }
may lead to the case when still held lock is evicted.
The logic with:
may lead to the case when still held lock is evicted.