Uploaded image for project: 'Java Couchbase JVM Core'
  1. Java Couchbase JVM Core
  2. JVMCBC-1203

Verify client-side timeout behaviour

    XMLWordPrintable

Details

    • Task
    • Resolution: Unresolved
    • Major
    • 2.4.4
    • None
    • None
    • None

    Description

      Timeouts are set on the stub with withDeadline().  This should trigger both a client-side timeout and is also sent to the server.

      However in convertKeyValueException() I also have additional client-side timeout logic:

      if (request.timeoutElapsed()) {
        return request.cancelDueToTimeout();
      } 

      Task here is to verify if this is in fact needed, and why we can't rely on the timeouts that GRPC should raise.

      Attachments

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

        Activity

          People

            graham.pople Graham Pople
            graham.pople Graham Pople
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

            Dates

              Created:
              Updated:

              Gerrit Reviews

                There are no open Gerrit changes

                PagerDuty