We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 366d99a commit 9b8490dCopy full SHA for 9b8490d
engines/ep/src/dcp/passive_stream.cc
@@ -354,9 +354,10 @@ cb::engine_errc PassiveStream::messageReceived(
354
case KVBucket::ReplicationThrottleStatus::Pause: {
355
forceMessage(*dcpResponse).getError();
356
357
- // @todo MB-31869: active-check for preventing that we consume memory
358
- // for dead streams are being removes. We can remove the check once we
359
- // get rid of the buffer
+ // @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
360
+ // probably remove the check once we get rid of the buffer.
361
if (isActive()) {
362
unackedBytes += ufc.release();
363
}
0 commit comments