dino2895 commented on PR #22809: URL: https://github.com/apache/kafka/pull/22809#issuecomment-4963052335
Thanks for the review. Good catch. ```MeteredTimestampedKeyValueStoreWithHeadersQueryIterator``` does have the same issue. ```MeteredMultiVersionedKeyQueryIterator``` already updates both variables correctly, but it would benefit from using the same helper. I’ll introduce a tracker that encapsulates iterator registration and removal, migrate these iterators to it, and add regression tests for the with-headers query paths. -- 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]
