Technoboy- opened a new pull request, #15056: URL: https://github.com/apache/pulsar/pull/15056
Cherry-pick #14850 . ### Motivation When namespace policies update, it will update the cache. There is a long piece of logic in the method PersistentTopic#onPoliciesUpdate : https://github.com/apache/pulsar/blob/b5b0967f12174ba35baaf25092ac521f281e6b7d/pulsar-broker/src/main/java/org/apache/pulsar/broker/service/persistent/PersistentTopic.java#L2371-L2438 There is no log to track if some of the futures go to failure. so it's hard to troubleshoot the problem when error. #14266 is one of the cases. ### Documentation - [x] `no-need-doc` -- 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]
