Gail Badner created ISPN-9205:
---------------------------------
Summary: 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.
--
This message was sent by Atlassian JIRA
(v7.5.0#75005)