showuon commented on code in PR #20721:
URL: https://github.com/apache/kafka/pull/20721#discussion_r2446831410
##########
core/src/main/scala/kafka/server/ReplicaManager.scala:
##########
@@ -1740,8 +1745,6 @@ class ReplicaManager(val config: KafkaConfig,
// try to complete the request immediately, otherwise put it into the
purgatory;
// this is because while the delayed fetch operation is being created,
new requests
// may arrive and hence make this operation completable.
- // We only guarantee eventual cleanup via the next FETCH request for
the same set of partitions or
- // using reaper-thread.
Review Comment:
Ah, wrong place. Nice find!
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]