Uploaded image for project: 'Couchbase Server'
  1. Couchbase Server
  2. MB-33170

Connection leak in go-couchbase

    XMLWordPrintable

Details

    • Bug
    • Resolution: Fixed
    • Major
    • 6.5.0
    • 4.0.0, 4.1.2, 4.5.1, 4.6.5, 5.0.1, 5.1.3, 5.5.3, 6.0.1, 6.5.0
    • go-couchbase
    • None
    • Untriaged
    • No

    Description

      On a client CBSE it has been observed that on huge clustered monitoring load (specifically distributing prepared statements), N1QL could end up with loads of connections to localhost:8091.

      On code inspection, it transpires that access to the pools and node services is done using an http transport with no idle connection limit and a client with no timeout, meaning that if ns_server doesn't respond quickly enough, go-couchbase could open more and more connections.

      Attachments

        No reviews matched the request. Check your Options in the drop-down menu of this sections header.

        Activity

          People

            mihir.kamdar Mihir Kamdar (Inactive)
            marco.greco Marco Greco (Inactive)
            Votes:
            0 Vote for this issue
            Watchers:
            6 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved:

              Gerrit Reviews

                There are no open Gerrit changes

                PagerDuty