apoorvmittal10 commented on code in PR #19918: URL: https://github.com/apache/kafka/pull/19918#discussion_r2134857300
########## server-common/src/main/java/org/apache/kafka/server/purgatory/DelayedOperationPurgatory.java: ########## @@ -86,6 +86,7 @@ public DelayedOperationPurgatory(String purgatoryName, this.purgeInterval = purgeInterval; this.reaperEnabled = reaperEnabled; this.timerEnabled = timerEnabled; + this.expirationReaper = new ExpiredOperationReaper(); Review Comment: Make sense. I have added the comment for now. Though the other suggestion was also valid. -- 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: jira-unsubscr...@kafka.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org