Uploaded image for project: 'Compass '
  1. Compass
  2. COMPASS-6195

Investigate changes in NODE-4689: Add support for tracking checked out connections

    • Type: Icon: Investigation Investigation
    • Resolution: Done
    • Priority: Icon: Major - P3 Major - P3
    • No version
    • Affects Version/s: None
    • Component/s: None
    • Not Needed

      • Store checked out connections in a Set on the connection pool class
      • Also consider refactoring to store other connection related properties in maps  (won't do)
        • kPending will not be changed, because when we increment kPending we don’t have a reference to a connection. We could consider storing a set of connectionIds instead of a counter in kPending but I think a counter suffices.
        • kCheckedOut will now be a Set
      • Expose the checked out connections with an internal getter so shell can access the connections.

            Assignee:
            Unassigned Unassigned
            Reporter:
            dbeng-pm-bot PM Bot
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

              Created:
              Updated:
              Resolved: