surahman commented on issue #15445: URL: https://github.com/apache/pulsar/issues/15445#issuecomment-1124175742
This is a very interesting issue to examine. I think the time bound is likely `O(n*log(n))` due to the `TreeSet` generation (sorting) here: https://github.com/apache/pulsar/blob/2b2e0c50183c71e954f5c6e8bfcd7e36130279a5/pulsar-broker/src/main/java/org/apache/pulsar/broker/service/persistent/MessageRedeliveryController.java#L116 -- 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]
