Skip to content

Commit 366d99a

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

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

engines/ep/src/dcp/consumer.cc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -441,7 +441,7 @@ cb::engine_errc DcpConsumer::streamEnd(uint32_t opaque,
441441
// the stream from the streams map as it has completed its lifetime.
442442
removeStream(vbucket);
443443

444-
// @todo MB-31869: Review once buffer removed
444+
// @todo MB-60438: Review and possibly remove
445445
// Note we are potentially racing with the consumer buffering task
446446
// which may call setDead, so we don't call setDead here (that could be
447447
// state transition violation/exception), hence we just move out the

0 commit comments

Comments
 (0)