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

Review and possibly remove legacy consumer-buffer logic in PassiveStream::messageRecevied

    XMLWordPrintable

Details

    • Task
    • Resolution: Unresolved
    • Major
    • Morpheus
    • 7.6.0
    • couchbase-bucket
    • None
    • 0

    Description

          case KVBucket::ReplicationThrottleStatus::Pause: {
              forceMessage(*dcpResponse).getError();
       
              // @todo MB-60439: Review and possibly remove.
              //  Legacy active check for preventing that we consume memory by
              //  buffering message for dead streams are being removes. We can
              //  probably remove the check once we get rid of the buffer.
              if (isActive()) {
                  unackedBytes += ufc.release();
              }
              return cb::engine_errc::temporary_failure;
          }
      

      Attachments

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

        Activity

          People

            paolo.cocchi Paolo Cocchi
            paolo.cocchi Paolo Cocchi
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

            Dates

              Created:
              Updated:

              Gerrit Reviews

                There are no open Gerrit changes

                PagerDuty