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

Use a bulk action for Mongo Read ACL propagation on 10.10

    XMLWordPrintable

    Details

    • Type: Bug
    • Status: Resolved
    • Priority: Minor
    • Resolution: Fixed
    • Affects Version/s: None
    • Fix Version/s: 10.10-HF57
    • Component/s: Bulk
    • Release Notes Summary:
      Mongo Read ACL propagation uses a bulk action.
    • Upgrade notes:
      Hide

      The Read ACls are now updated using the Bulk Service instead of the Work Manager.
      The Bulk Action and its associated stream are named updateReadAcls and it can be configured with the following properties:

      // maximum concurrency at cluster level
      nuxeo.bulk.action.updateReadAcls.defaultPartitions=4
      // number of threads per node
      nuxeo.bulk.action.updateReadAcls.defaultConcurrency=2
      

      However, it is still possible to explicitly ask for the old implementation using the following nuxeo.conf property:

      nuxeo.core.readacl.impl.baf=false
      
      Show
      The Read ACls are now updated using the Bulk Service instead of the Work Manager. The Bulk Action and its associated stream are named updateReadAcls and it can be configured with the following properties: // maximum concurrency at cluster level nuxeo.bulk.action.updateReadAcls.defaultPartitions=4 // number of threads per node nuxeo.bulk.action.updateReadAcls.defaultConcurrency=2 However, it is still possible to explicitly ask for the old implementation using the following nuxeo.conf property: nuxeo.core.readacl.impl.baf= false
    • Team:
      PLATFORM
    • Sprint:
      nxplatform #51, nxplatform #52
    • Story Points:
      2

      Description

      Backport NXP-30426

        Attachments

          Issue Links

            Activity

              People

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

                Dates

                • Created:
                  Updated:
                  Resolved: