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

Concurrency problem on startup in PostgreSQL cluster mode

    XMLWordPrintable

    Details

    • Type: Bug
    • Status: Resolved
    • Priority: Critical
    • Resolution: Fixed
    • Affects Version/s: 5.4.1, 5.4.2
    • Fix Version/s: 5.4.1-HF15, 5.4.2-HF15, 5.5
    • Component/s: Core VCS
    • Environment:
      PostgreSQL, cluster mode

      Description

      On startup there is a cleaning procedure to remove orphan invalidation. This cleaning is done on each node even on instance with a noDDL repository option. This cleaning should not be done concurrently because it hangs:

      DELETE FROM CLUSTER_INVALS
        USING CLUSTER_INVALS i LEFT JOIN CLUSTER_NODES n ON i.NODEID=n.NODEID
        WHERE n.NODEID IS NULL
      

        Attachments

          Activity

            People

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

              Dates

              • Created:
                Updated:
                Resolved: