Uploaded image for project: 'Couchbase Python Client Library'
  1. Couchbase Python Client Library
  2. PYCBC-1433

Legacy Durability options set to incorrect C++ enumerations

    XMLWordPrintable

Details

    • Bug
    • Resolution: Fixed
    • Major
    • 4.1.2
    • None
    • None
    • None
    • 0

    Description

      When building the legacy durability options for KV, subdoc and binary operations, the persist_to and replicate_to options are swapped. See snippet below. This needs to be corrected.

      couchbase::replicate_to replicate_to{ couchbase::persist_to::none };
      couchbase::persist_to persist_to{ couchbase::replicate_to::none };
      

      Attachments

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

        Activity

          People

            jared.casey Jared Casey
            jared.casey Jared Casey
            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