[ https://issues.apache.org/jira/browse/KAFKA-18027?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Jun Rao resolved KAFKA-18027. ----------------------------- Fix Version/s: 4.0.0 Resolution: Fixed merged the PR to trunk. > MINOR: Correct DelayedOperationPurgatory code around adding of an already > completed operation > --------------------------------------------------------------------------------------------- > > Key: KAFKA-18027 > URL: https://issues.apache.org/jira/browse/KAFKA-18027 > Project: Kafka > Issue Type: Bug > Reporter: Abhinav Dixit > Assignee: Abhinav Dixit > Priority: Major > Fix For: 4.0.0 > > > In reference to PR comment > [https://github.com/apache/kafka/pull/17739#discussion_r1844998612] ,the code > seems inaccurate and not aligned with the below comment. > {code:java} > It is possible that an operation is completed after it has been added to the > watch list for some, but not all the keys. In this case, the operation is > considered completed and won't be added to the watch list of the remaining > keys.{code} > > -- This message was sent by Atlassian Jira (v8.20.10#820010)