MarvinCai opened a new issue #11404: URL: https://github.com/apache/pulsar/issues/11404
**Describe the bug** pr https://github.com/apache/pulsar/pull/10093 introduced time based backlog and new BacklogQuotaType `message_age`. While we can use admin cli to set backlog limit for `message_age` type, when fetching backlog https://github.com/apache/pulsar/blob/5ad405988fabb4b28dbdbd5aa5c9a10802f39af1/pulsar-broker/src/main/java/org/apache/pulsar/broker/service/BacklogQuotaManager.java#L73-L91, by default we only fetch for `destination_storage` type, so we set backlog to `message_age` type but when checking backlog we're not checking against limit we set for time based quota. -- 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]
