https://github.com/mybatis/mybatis-3/blob/edae2ed341f4f58f379ca6e2b971721565583301/src/main/java/org/apache/ibatis/cache/decorators/BlockingCache.java#L59-L65
Missing acquireLock(key);
?
Comment From: harawata
Nope.
It's in the getObject()
.
https://github.com/mybatis/mybatis-3/blob/edae2ed341f4f58f379ca6e2b971721565583301/src/main/java/org/apache/ibatis/cache/decorators/BlockingCache.java#L59-L65
Missing acquireLock(key);
?
Comment From: harawata
Nope.
It's in the getObject()
.