[infinispan-issues] [JBoss JIRA] (ISPN-9205) LocalInvalidationSynchronization#afterCompletion calls PutFromLoadValidator#endInvalidatingKey with arguments in incorrect order

Radoslav Husar (JIRA) issues at jboss.org
Sun May 27 18:06:00 EDT 2018


     [ https://issues.jboss.org/browse/ISPN-9205?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

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.



--
This message was sent by Atlassian JIRA
(v7.5.0#75005)


More information about the infinispan-issues mailing list