sindhushreem25 opened a new issue, #21986: URL: https://github.com/apache/pulsar/issues/21986
### Search before asking - [X] I searched in the [issues](https://github.com/apache/pulsar/issues) and found nothing similar. ### Version 2.10.4 ### Minimal reproduce step Create a sample producer which produces key based messages .like k1 value1 k2 value2 k1 "" k2 "" create the sample consumer where trigger compaction and read with read compacted true . value read will be k1 "" k2 "" but when we see the internal stats ,observe the ack holes . ### What did you expect to see? ack holes should not be their on the subscriptions . ### What did you see instead? ack holes is seen on the subscription . ### Anything else? [compaction.txt](https://github.com/apache/pulsar/files/14084220/compaction.txt) attached the sample produce and consume along with internal stats and stats for the topic . ### Are you willing to submit a PR? - [ ] I'm willing to submit a PR! -- 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]
