Hi All,
I filed
https://hibernate.atlassian.net/browse/HHH-10707 toward the end of last month, and
was wondering what the best way was to go about getting this moved forward. My analysis
indicates that for users configured such that they trip this bug (those sharing a single
cache region across caches with different access strategies) they can be silently seeing
looser caching semantics than they would expect to be - obviously a far from ideal
situation. I have the beginnings of a fix coded up
(
https://github.com/chrisdennis/hibernate-orm/commits/HHH-10707
<
https://github.com/chrisdennis/hibernate-orm/commits/HHH-10707>) but it needs both
polish and more testing, and has some slightly undesirable side affects. My current fix
also has interesting interactions with the Infinispan testing, so a fix may require a fair
amount of modification of at a minimum the Infinispan test code, and potentially the
Infinispan provider itself?
Thanks,
Chris Dennis