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

Async KV operations do not record decode_duration

    XMLWordPrintable

Details

    • Bug
    • Resolution: Won't Fix
    • Major
    • backlog-2.0, backlog-3.0, .backlog
    • 2.6.2, 3.0.0
    • None
    • None
    • 1

    Description

      Async KV operations do not add decode_duration spans to the parent span because the active parent span is lost. This is because the async task that schedules the request is different from the task that processes the response. We use a dedicated read thread for multiplexing connections and pass the result back via a TaskCompletionSource.

      This does not affect KV sync calls, or other HTTP based requests.

      Attachments

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

        Activity

          People

            Unassigned Unassigned
            mike.goldsmith Michael Goldsmith
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved:

              Gerrit Reviews

                There are no open Gerrit changes

                PagerDuty