You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@geode.apache.org by "bschuchardt (GitHub)" <gi...@apache.org> on 2018/11/05 17:37:28 UTC

[GitHub] [geode] bschuchardt commented on issue #2776: GEODE-5982: Synchronized access to CacheLoader and CacheWriter

It looks like you have a bug to look into
org.apache.geode.cache30.DiskRegionIntegrationTest > testLRUCacheLoader FAILED
    java.lang.IllegalMonitorStateException
        at java.util.concurrent.locks.ReentrantReadWriteLock$Sync.tryRelease(ReentrantReadWriteLock.java:371)
        at java.util.concurrent.locks.AbstractQueuedSynchronizer.release(AbstractQueuedSynchronizer.java:1261)
        at java.util.concurrent.locks.ReentrantReadWriteLock$WriteLock.unlock(ReentrantReadWriteLock.java:1131)
        at org.apache.geode.internal.cache.AbstractRegion.setCacheLoader(AbstractRegion.java:1165)
        at org.apache.geode.cache30.DiskRegionIntegrationTest.testLRUCacheLoader(DiskRegionIntegrationTest.java:551)

[ Full content available at: https://github.com/apache/geode/pull/2776 ]
This message was relayed via gitbox.apache.org for notifications@geode.apache.org