Jason918 edited a comment on issue #14105: URL: https://github.com/apache/pulsar/issues/14105#issuecomment-1030813031
https://github.com/apache/pulsar/blob/42e5deade47ef717204f16d212f6cded6cc0f762/pulsar-broker/src/main/java/org/apache/pulsar/broker/service/BrokerService.java#L1118-L1149 The root cause is that `checkTopicNsOwnership` fails in L1118. So L1126 `addTopicToStatsMaps()` is not executed, and this topic is not added to `BrokerService#multiLayerTopicsMap` which serves the `GetListInBundle` cmd. This will definitely affect production code, like sending messages to non-persistent topic which is not properly initialize. -- 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]
