adixitconfluent commented on PR #19405: URL: https://github.com/apache/kafka/pull/19405#issuecomment-2783703417
@chirag-wadhwa5, I think it would be a good exercise to know the time it is taking for the rest of the code to execute. I don't think the rest of the code + time to expire the logic should be more than 50ms. So, ideally, expiration should be happening within the acquisition lock timeout, given the clock is advanced every 200ms. Maybe, if the time to expire + rest of the code is taking >= 100ms, then we can think that the explanation you gave is correct. cc - @apoorvmittal10 -- 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