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

Gail Badner (JIRA) issues at jboss.org
Wed May 23 19:19:00 EDT 2018


    [ https://issues.jboss.org/browse/ISPN-9205?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13581257#comment-13581257 ] 

Gail Badner commented on ISPN-9205:
-----------------------------------

This does not appear to affect master branch.

> 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)


More information about the infinispan-issues mailing list