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

panic in annotatedValue.Size after UNNEST

    XMLWordPrintable

Details

    • Untriaged
    • 0
    • Unknown

    Description

      UNNEST is shallow-copying the source document which means the contents are shared. When one copy is recycled, the contents are cleared leaving the problem with the other copies.

      When copying we should be increasing the reference count (since it is a new reference) and doing so stops recycling from prematurely clearing contents.

      Attachments

        For Gerrit Dashboard: MB-63281
        # Subject Branch Project Status CR V

        Activity

          People

            Donald.haggart Donald Haggart
            Donald.haggart Donald Haggart
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

            Dates

              Created:
              Updated:

              Gerrit Reviews

                There are no open Gerrit changes

                PagerDuty