|
EhcacheTransactionalDataRegion methods "readLock" and "writeLock" both call "lockProvider.getSyncForKey( key ).lock( LockType.WRITE );"
where I would have expected that "readLock" called "lockProvider.getSyncForKey( key ).lock( LockType.READ );"
Notice that I did not detect any particular issue due to this, as I was investigating for another issue I just reported in HHH-9611, but I hightly suspect that this strange cut-and-paste can definitely lead to a bug.
Can you please investigate? thanks
|