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 58967ff commit 366d99aCopy full SHA for 366d99a
engines/ep/src/dcp/consumer.cc
@@ -441,7 +441,7 @@ cb::engine_errc DcpConsumer::streamEnd(uint32_t opaque,
441
// the stream from the streams map as it has completed its lifetime.
442
removeStream(vbucket);
443
444
- // @todo MB-31869: Review once buffer removed
+ // @todo MB-60438: Review and possibly remove
445
// Note we are potentially racing with the consumer buffering task
446
// which may call setDead, so we don't call setDead here (that could be
447
// state transition violation/exception), hence we just move out the
0 commit comments