Uploaded image for project: 'Infinispan'
  1. Infinispan
  2. ISPN-9205

LocalInvalidationSynchronization#afterCompletion calls PutFromLoadValidator#endInvalidatingKey with arguments in incorrect order

    XMLWordPrintable

Details

    • Bug
    • Resolution: Done
    • Major
    • 9.2.4.Final
    • 9.2.3.Final
    • Hibernate Cache
    • None

    Description

      LocalInvalidationSynchronization#afterCompletion calls:

      {{validator.endInvalidatingKey(key, lockOwner, ...) }}

      Instead, it should call:

      {{validator.endInvalidatingKey(lockOwner, key, ... }}

      I'll create a PR shortly.

      Attachments

        Activity

          People

            gbadner@redhat.com Gail Badner (Inactive)
            gbadner@redhat.com Gail Badner (Inactive)
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: