Uploaded image for project: 'Couchbase Server'
  1. Couchbase Server
  2. MB-21941 Add XATTR support to KV
  3. MB-22459

GetAndLock operation on locked key returns Key Not Found

    XMLWordPrintable

Details

    • Technical task
    • Resolution: Fixed
    • Major
    • 5.0.0
    • 5.0.0
    • memcached
    • None

    Description

      When executing a GetAndLock operation against a previously locked document I am receiving response code 0x0001 - "Key not found". Previously this returned 0x0086 - "Temporary failure".

      Steps to reproduce: (csharp)

      _bucket.GetAndLock<dynamic>("key", new TimeSpan(0, 0, 0, 5));
      _bucket.GetAndLock<dynamic>("key", new TimeSpan(0, 0, 0, 5));
      

      I've also attached a couple of pcap files with requests.

      Attachments

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

        Activity

          People

            trond Trond Norbye
            mike.goldsmith Michael Goldsmith
            Votes:
            0 Vote for this issue
            Watchers:
            4 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved:

              Gerrit Reviews

                There are no open Gerrit changes

                PagerDuty