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

Fix AbstractWork logging under Redis

    XMLWordPrintable

    Details

    • Type: Bug
    • Status: Resolved
    • Priority: Minor
    • Resolution: Fixed
    • Affects Version/s: 5.8
    • Fix Version/s: 5.8.0-HF19, 5.9.5
    • Component/s: Redis

      Description

      Using Redis, works are serialized and deserialized, so transient fields become null. This means that AbstractWork.schedulePath can become null which is a problem because it's dereferenced in case of concurrent updates:

      schedulePath.getStack()
      

      and in debug mode:

      getSchedulePath().getParentPath()
      

        Attachments

          Issue Links

            Activity

              People

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

                Dates

                • Created:
                  Updated:
                  Resolved: