Skip to content

Commit 9b8490d

Browse files
committed
MB-31869: Reference follow-up work for MB-60439
Change-Id: I4c574e2fd12e3be189160965655df29f15f81bea Reviewed-on: https://review.couchbase.org/c/kv_engine/+/203919 Tested-by: Paolo Cocchi <[email protected]> Reviewed-by: Jim Walker <[email protected]>
1 parent 366d99a commit 9b8490d

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

engines/ep/src/dcp/passive_stream.cc

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -354,9 +354,10 @@ cb::engine_errc PassiveStream::messageReceived(
354354
case KVBucket::ReplicationThrottleStatus::Pause: {
355355
forceMessage(*dcpResponse).getError();
356356

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
357+
// @todo MB-60439: Review and possibly remove.
358+
// Legacy active check for preventing that we consume memory by
359+
// buffering message for dead streams are being removes. We can
360+
// probably remove the check once we get rid of the buffer.
360361
if (isActive()) {
361362
unackedBytes += ufc.release();
362363
}

0 commit comments

Comments
 (0)