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

Getting RequestTimeoutException for the SyncWrite request not dispatched from client SDK

    XMLWordPrintable

Details

    Description

      Scenario:

      • Single node cluster, couchbase bucket (replica=0)
      • Stop Memcached using `kill -STOP [pid]`
      • Send single mutation from SDK client with timeout=60

      Observation:

      Since there is only one active node and that node's MC is stopped the mutation is not sent to the server itself (confirmed using pcap). And after 60 seconds, client reports RequestTimeoutException for the same doc

      Expectation:

      Since the request is not itself originally dispatched from the client end, expected to raise com.couchbase.client.core.error.RequestCanceledException

      Attachments

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

        Activity

          People

            ashwin.govindarajulu Ashwin Govindarajulu
            ashwin.govindarajulu Ashwin Govindarajulu
            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