jiazhai commented on issue #3264: partitioned-stats reporting errors not match URL: https://github.com/apache/pulsar/issues/3264#issuecomment-450494652 The situation is that: ` create-partitioned-topic` is an operation to create zookeeper data. while `partitioned-stats` try to get service stats for this topic in broker. Since no producer and subscription is there, and so this topic is not serviced by broker, and [pulsar().getAdminClient().topics()](https://github.com/apache/pulsar/blob/master/pulsar-broker/src/main/java/org/apache/pulsar/broker/admin/impl/PersistentTopicsBase.java#L639), will return `Status.NOT_FOUND`, and report "Internal topics have not been generated yet". Maybe we could turn the report messages to some thing like: "Internal topics have not been served by broker yet"
---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on 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
