gaozhangmin opened a new pull request #13720: URL: https://github.com/apache/pulsar/pull/13720
Fixes #13706 ### Motivation From previous code, there are chances policies.replication_clusters maybe null. We should check if it's null. https://github.com/apache/pulsar/blob/a08f0f506e5985df50a818e601ee4b3869e1ce02/pulsar-broker/src/main/java/org/apache/pulsar/broker/service/persistent/PersistentTopic.java#L1371-L1376 ### Modifications check If ReplicationClusters it's null ### Documentation Check the box below or label this PR directly (if you have committer privilege). Need to update docs? - [ ] `doc-required` (If you need help on updating docs, create a doc issue) - [ ] `no-need-doc` (Please explain why) - [ ] `doc` (If this PR contains doc changes) -- 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]
