Uploaded image for project: 'Couchbase Go SDK'
  1. Couchbase Go SDK
  2. GOCBC-363

Stats call can hang

    XMLWordPrintable

Details

    • Bug
    • Resolution: Fixed
    • Major
    • 1.5.1
    • None
    • None
    • None
    • 1

    Description

      The Stats call in gocb can sometimes hang. For instance if there are 3 nodes, and 1 is running very slowly then the following can happen: node1 response returns, node2 response returns, node3 response times out. In this scenario as node1 and node2 responses have returned the Cancel() call on the multiop returns false. After this gocb waits for the signal, but it waits indefinitely as the timeout has removed the node3 request from the queue so that request never completes to cause the signal to be fired.

      Attachments

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

        Activity

          People

            charles.dixon Charles Dixon
            charles.dixon Charles Dixon
            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