Uploaded image for project: 'Couchbase .NET client library'
  1. Couchbase .NET client library
  2. NCBC-2525

Connection pool does not scale up to minimum connections after a temporary network failure.

    XMLWordPrintable

Details

    • Bug
    • Resolution: Fixed
    • Major
    • 3.0.2
    • 3.0.1
    • library
    • None
    • 1

    Description

      After a temporary network failure, all the connections are cleaned up. Any pending requests are requeued onto the send queue. As long as the number of queued messages are fewer than the backpressure setting, no new connection attempts are made and the requests will sit in the queue forever. E.g. the await GetClusterMap in the ConfigHandler poll loop will wait forever even after the network failure is resolved.

       

       

       

      Attachments

        For Gerrit Dashboard: NCBC-2525
        # Subject Branch Project Status CR V

        Activity

          People

            jmorris Jeff Morris
            tommyja Tommy Jakobsen
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved:

              Gerrit Reviews

                There are no open Gerrit changes

                PagerDuty