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

Incorrect getl responses

    XMLWordPrintable

Details

    • Bug
    • Resolution: Fixed
    • Major
    • 1.6.5.1
    • None
    • couchbase-bucket
    • Security Level: Public
    • None

    Description

      [reported by Manik]

      set testkey 0 2 9
      testvalue
      STORED
      getl testkey 15
      VALUE testkey 0 9 47
      testvalue

      << sleep here for 5 seconds >>

      END
      get testkey
      END

      cas testkey 0 0 13 47
      new_testvalue
      EXISTS <------------------ This is wrong. Should be NOT FOUND.

      In the absence of the get command between getl and the cas, I see something different.

      set testkey 0 2 9
      testvalue
      STORED
      getl testkey 15
      VALUE testkey 0 9 49
      testvalue

      << sleep here for 5 seconds>>

      END
      cas testkey 0 0 13 49
      new_testvalue
      STORED

      Attachments

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

        Activity

          People

            trond Trond Norbye
            dustin Dustin Sallings (Inactive)
            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