Uploaded image for project: 'Nuxeo Platform'
  1. Nuxeo Platform
  2. NXP-17117

Fix Redis unlocking

    XMLWordPrintable

    Details

    • Type: Bug
    • Status: Resolved
    • Priority: Major
    • Resolution: Fixed
    • Affects Version/s: 5.8.0-HF23, 6.0
    • Fix Version/s: 5.8.0-HF34, 6.0-HF13, 7.3
    • Component/s: Redis

      Description

      Since NXP-15160 Redis unlocking is broken.

      Unlocking a document doesn't unlock anything (no errors).

      As a workaround if you can't upgrade to a fixed version, you can edit the JAR nuxeo-core-redis-x.y.jar and change the file remove-lock.lua. The next to last line should be changed from:

      redis.call('DEL', KEYS)
      

      to:

      redis.call('DEL', KEYS[1])
      

        Attachments

          Issue Links

            Activity

              People

              • Votes:
                0 Vote for this issue
                Watchers:
                2 Start watching this issue

                Dates

                • Created:
                  Updated:
                  Resolved: