Uploaded image for project: 'Couchbase Server'
  1. Couchbase Server
  2. MB-22044

Subdoc mutation w/CAS fails on locked item

    XMLWordPrintable

Details

    • Bug
    • Resolution: Fixed
    • Major
    • 4.6.2
    • 4.5.0, 4.5.1
    • memcached
    • Untriaged
    • Unknown

    Description

      The following script fails with KEY_EEXISTS

       

      #!/usr/bin/env python
       
      from couchbase.bucket import Bucket
      import couchbase.subdocument as SD
       
      cb = Bucket('couchbase://localhost/test')
       
      cb.upsert('0', {'recs':[]})
       
      #fails
      result = cb.lock('0', ttl=5)
      cb.mutate_in('0', SD.array_append('recs', 1), cas=result.cas)
      

      Dean Proctor has also verified this fails with Java as well, so this isn't a client bug.

      Attachments

        Issue Links

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

          Activity

            People

              mnunberg Mark Nunberg (Inactive)
              mnunberg Mark Nunberg (Inactive)
              Votes:
              0 Vote for this issue
              Watchers:
              7 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved:

                PagerDuty