Uploaded image for project: 'Couchbase C client library libcouchbase'
  1. Couchbase C client library libcouchbase
  2. CCBC-389

Timeout handler is triggered even when no commands are pending (or timed out)

    XMLWordPrintable

Details

    • Task
    • Resolution: Fixed
    • Critical
    • 2.3.1
    • 2.3.0
    • None
    • Security Level: Public
    • None

    Description

      The timeout handler is triggered even when no commands are pending. Normally the timeout handler is reset when lcb_wait() is invoked, however for SDKs which do not use lcb_wait() [ i.e. node.js ] this will trigger the handler.

      Operations are not immediately failed since the failure of the operation is dependent on the actual current time vs the time of the first packet in the queue, however lcb_bootstrap_errcount_incr() is called, eventually triggering a config refresh after a given amount of time.

      Attachments

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

        Activity

          People

            mnunberg Mark Nunberg (Inactive)
            mnunberg Mark Nunberg (Inactive)
            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