Uploaded image for project: 'Couchbase Monitoring and Observability Stack'
  1. Couchbase Monitoring and Observability Stack
  2. CMOS-413

Check for projector getting doc values that are too big

    XMLWordPrintable

Details

    • Task
    • Resolution: Done
    • Major
    • 0.2
    • None
    • cluster-monitor, cmos
    • None

    Description

      For any document, the 20 MB limit applies to document body + User xattrs.
      Memcached reserves a buffer of 1 MB for System xattrs.
      While streaming a document to a DCP consumer, KV will stream body + user xattrs + system xattrs.
      Hence, consider a case where the document body is 19.9 MB. With 1 MB of system xattr buffer fully used, KV will sent 19.9 + 1 = 20.9 MB to the consumer.

       

      This gives a projector error and goes into a loop of error.

      Linked to MB-38269

      Attachments

        Issue Links

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

          Activity

            People

              shaashwat.jain Shaashwat Jain
              shaashwat.jain Shaashwat Jain
              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