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

Expose scroll timeout as a nuxeo.conf option

    XMLWordPrintable

    Details

    • Type: Task
    • Status: Resolved
    • Priority: Minor
    • Resolution: Fixed
    • Affects Version/s: None
    • Fix Version/s: 2023.4, 2021.46
    • Component/s: Bulk
    • Upgrade notes:
      Hide

      You can now use nuxeo.core.bulk.scroller.scroll.keepAliveSeconds to increase the scroll timeout and avoid "NuxeoException: Timed out scrollId" exception that can be observed when backend IOPS are overloaded, default is also increased from one to five minutes.

      Show
      You can now use nuxeo.core.bulk.scroller.scroll.keepAliveSeconds to increase the scroll timeout and avoid "NuxeoException: Timed out scrollId" exception that can be observed when backend IOPS are overloaded, default is also increased from one to five minutes.
    • Sprint:
      nxplatform #100
    • Story Points:
      1

      Description

      The nuxeo.core.bulk.scroller.scroll.keepAliveSeconds options requires a contribution to be updated.
      for instance:

      <?xml version="1.0"?>
      <component name="heavy-scroll-config">
        <require>org.nuxeo.ecm.core.bulk.config</require>
        <extension target="org.nuxeo.runtime.ConfigurationService" point="configuration">
          <property name="nuxeo.core.bulk.scroller.scroll.keepAliveSeconds">600</property>
        </extension>
      </component>
      

      This option should be exposed to nuxeo.conf and increased by default from 60s to 300s to avoid timeout seen in production when IOPS are too low.

        Attachments

          Activity

            People

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

              Dates

              • Created:
                Updated:
                Resolved: