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

Operations which fail due to network transport errors are not retried

    XMLWordPrintable

Details

    • Bug
    • Resolution: Unresolved
    • Major
    • backlog-3.0
    • 3.2.4
    • library
    • None
    • 1

    Description

      When a connection fails due to an IOException on send or receive, all in-flight operations on the connection are marked as failed with status code TransportFailure.

      However, they are not marked with an exception which is retryable. Instead, a RequestCanceledException is thrown and they are logged as orphaned.

      It seems reasonable to mark them as orphaned, as they were in fact orphaned by the first connection. But why not retry them on a fresh connection if we're within the retry timeout?

      Attachments

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

        Activity

          People

            btburnett3 Brant Burnett
            btburnett3 Brant Burnett
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

            Dates

              Created:
              Updated:

              Gerrit Reviews

                There are no open Gerrit changes

                PagerDuty