You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello,
we discover that the IsolatedClientSessionIdentityMapAccessor
does not override the getFromLocalIdentityMapWithDeferredLock method,
This comes as a surprise, as we expected it to also delegate this call to its parent in the case of a shared entity
so, in our case, it causes a cache miss during the call to ExpressionQueryMechanism
checkCacheForObject
We wonder if this is intentional and if we haven't understood other intentions or if it's just a little oversight.
regards marc
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Hello,
we discover that the IsolatedClientSessionIdentityMapAccessor
does not override the getFromLocalIdentityMapWithDeferredLock method,
This comes as a surprise, as we expected it to also delegate this call to its parent in the case of a shared entity
so, in our case, it causes a cache miss during the call to ExpressionQueryMechanism
checkCacheForObject
We wonder if this is intentional and if we haven't understood other intentions or if it's just a little oversight.
regards marc
Beta Was this translation helpful? Give feedback.
All reactions