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

retry reasons are not recorded and copied to exception for operations

    XMLWordPrintable

Details

    • Bug
    • Resolution: Unresolved
    • Minor
    • backlog-3.0
    • 3.1.1
    • None
    • None
    • 1

    Description

      The retryorchestrator does this for requests :
      request.IncrementAttempts(reason); records retry reasons
      but for operations
      it only does this
      operation.Attempts++;
      So the retry reasons are not recorded for operations
      also the timeout exception is thrown in a different way for operations so that retry reasons are not copied from the operations to the exception
      I am not sure what the intention is...

      Attachments

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

        Activity

          People

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

            Dates

              Created:
              Updated:

              Gerrit Reviews

                There are no open Gerrit changes

                PagerDuty