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

Wrap LDAP calls to retry the request if LDAP is temporary unavailable

    XMLWordPrintable

    Details

    • Impact type:
      Configuration format change
    • Upgrade notes:
      Hide

      A new attribute retries can be set when defining LDAP server to indicates how many times the request is sent to LDAP before considering the service is really unavailable
      <server name="foo">
      <retries>5</retries>
      </server>

      Show
      A new attribute retries can be set when defining LDAP server to indicates how many times the request is sent to LDAP before considering the service is really unavailable <server name="foo"> <retries>5</retries> </server>

      Description

      Sometimes, the first request to LDAP fails with a ServiceUnavailableException.
      Another try returns the expected results.

      So we can wrap LDAP calls to retry n times when this exception is detected.

        Attachments

          Activity

            People

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

              Dates

              • Created:
                Updated:
                Resolved: