]
Radim Vansa commented on ISPN-9205:
-----------------------------------
It does not since it got introduced in HHH-12457 which is not in master yet.
LocalInvalidationSynchronization#afterCompletion calls
PutFromLoadValidator#endInvalidatingKey with arguments in incorrect order
--------------------------------------------------------------------------------------------------------------------------------
Key: ISPN-9205
URL:
https://issues.jboss.org/browse/ISPN-9205
Project: Infinispan
Issue Type: Bug
Components: Hibernate Cache
Affects Versions: 9.2.3.Final
Reporter: Gail Badner
Fix For: 9.2.4.Final
{{LocalInvalidationSynchronization#afterCompletion}} calls:
{{validator.endInvalidatingKey(key, lockOwner, ...) }}
Instead, it should call:
{{validator.endInvalidatingKey(lockOwner, key, ... }}
I'll create a PR shortly.