Uploaded image for project: 'C++ Couchbase Client'
  1. C++ Couchbase Client
  2. CXXCBC-486

Do not cache _default collection in mcbp session collection cache

    XMLWordPrintable

Details

    • Bug
    • Resolution: Unresolved
    • Minor
    • 1.0.0
    • None
    • None

    Description

      In order to keep consistency across SDKs it was determined that in the event of a non-existent _default collection (on the _default scope) instead of the C++ SDK raising a CollectionNotFound error, it should retry and eventually raise a timeout (the same behavior it has for user-defined collections). In order to achieve this we should remove the default setting of the mcbp session cache (code ref here).

      Attachments

        Issue Links

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

          Activity

            People

              avsej Sergey Avseyev
              jared.casey Jared Casey
              Votes:
              0 Vote for this issue
              Watchers:
              1 Start watching this issue

              Dates

                Created:
                Updated:

                Gerrit Reviews

                  There are no open Gerrit changes