]
Radoslav Husar reassigned ISPN-9205:
------------------------------------
Assignee: Gail Badner
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
Assignee: 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.