Uploaded image for project: 'Directory Client API'
  1. Directory Client API
  2. DIRAPI-217

Under heavy load, the Connection Pool will not provide valid connections

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Closed
    • Blocker
    • Resolution: Fixed
    • 1.0.0-M27
    • 1.0.0-M28
    • None

    Description

      What happens is that when a lot of threads are requesting connections from the pool, and if the number of idle connections get above the max idle connections configure for the pool, then some connections will be mandatory closed by the pool, and may remain in a transient state for a bit of time, and be allocated to a thread.

      This is due to the fact we don't wait for the complete closure of a connection when we do a session.close(), which returns a CloseFuture.

      Attachments

        Activity

          People

            Unassigned Unassigned
            elecharny Emmanuel Lécharny
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: