Uploaded image for project: 'Couchbase C client library libcouchbase'
  1. Couchbase C client library libcouchbase
  2. CCBC-1006

Mutations retried after user callback called with timeout

    XMLWordPrintable

Details

    • Bug
    • Resolution: Fixed
    • Major
    • 2.10.3
    • None
    • None
    • None
    • 1

    Description

      Libcouchbase retries mutations while it should not. To reproduce it:

      1) set "foo" to "val_1"

      2) suspend server (setup firewall rule to block traffic)

      3) set "foo" to "val_2"

      4) library reports timeout error (0x17)

      5) resume server (remove firewall block)

      6) get "foo"

      Expected result: "val_1"
      Actual result: "val_2"

      Attachments

        For Gerrit Dashboard: CCBC-1006
        # Subject Branch Project Status CR V

        Activity

          People

            avsej Sergey Avseyev
            avsej Sergey Avseyev
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved:

              Gerrit Reviews

                There are no open Gerrit changes

                PagerDuty