coderzc opened a new issue, #21172: URL: https://github.com/apache/pulsar/issues/21172
### Search before asking - [X] I searched in the [issues](https://github.com/apache/pulsar/issues) and found nothing similar. ### Version master/3.1 ### Minimal reproduce step 1. Trigger compaction on topic > admin topics compact persistent://public/default/test 3. Unload this topic before the compaction task finish > admin topics unload persistent://public/default/test 5. query compaction status > admin topics stats persistent://public/default/test ### What did you expect to see? `lastCompactionDurationTimeInMills` is a normal value. ### What did you see instead? `lastCompactionDurationTimeInMills` is equal to `lastCompactionSucceedTimestamp`. ### Anything else? _No response_ ### 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]
