The driver should be strict about honoring MaxConnectionIdleTime and MaxConnectionLifeTime

XMLWordPrintableJSON

    • Type: Bug
    • Resolution: Done
    • Priority: Major - P3
    • 1.7.1
    • Affects Version/s: 1.7
    • Component/s: None
    • None
    • None
    • None
    • None
    • None
    • None
    • None
    • None

      Currently the driver is not strict about honoring the above 2 values. The connection pool maintainer removes 1 expired connection (lifetime or idle time) per maintenance run. Hence users can acquire connections from the connection pool which are either past their max idle time or max life time.
      When acquiring connections from the pool, only connections which are not past their max idle or life time should be given. Connections that are past their max idle or life time should be closed

            Assignee:
            Craig Wilson
            Reporter:
            Sridhar Nanjundeswaran (Inactive)
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

              Created:
              Updated:
              Resolved: