Uploaded image for project: 'Magnolia'
  1. Magnolia
  2. MAGNOLIA-8185

Extract path lock mechanism from publishing modules into core

XMLWordPrintable

    • HL & LD 37
    • 3

      Due to migrating away from JCR Locks in publication, a concurrency issue was revealed where auto generated content might under some circumstances conflict with content being imported during publication process.

      Since we made path locks in publishing JCR-agonostic, the PathLockManager does not know that there's content being autogenerated, and so it allows publication module to import the content even though there's JCR lock in place.

      This improvements aims for extraction of path locks from publishing module into core, so that it is possible to replace JCR locks and prevent concurrency issues when modifying same content.

        Acceptance criteria

              jsimak Jaroslav Simak
              jsimak Jaroslav Simak
              Votes:
              0 Vote for this issue
              Watchers:
              1 Start watching this issue

                Created:
                Updated:
                Resolved:

                  Task DoD