devinbost opened a new issue #6493: [pulsar-broker] Policies not found URL: https://github.com/apache/pulsar/issues/6493 We got this exception in our production logs: ``` Policies not found for myTenant/myNamespace namespace Reason: Policies not found for myTenant/myNamespace namespace ``` We were able to reproduce it by running this command: ``` bin/pulsar-admin --admin-url http://broker12.example.com:8080 topics stats persistent://myTenant/myNamespace/myTopic ``` However, we were only able to reproduce it by running that command on that particular broker (broker12). This incident happened at the same time as: https://github.com/apache/pulsar/issues/6492 and https://github.com/apache/pulsar/issues/6054
---------------------------------------------------------------- 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. For queries about this service, please contact Infrastructure at: [email protected] With regards, Apache Git Services
