jiazhai commented on issue #3264: partitioned-stats reporting errors not match URL: https://github.com/apache/pulsar/issues/3264#issuecomment-451732168 The situation is that: `create-partitioned-topic` is an operation to create zookeeper data. while get `partitioned-stats` try to get service stats for this topic in broker. Since no producer and subscription has ever been created, so sub-partitioned-topic is not served by any 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 for no producer/consumer created 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
