codelipenghui opened a new issue #14790: URL: https://github.com/apache/pulsar/issues/14790
**Describe the bug** ``` Can not create transaction system topic persistent://pulsar/system/transaction_coordinator_assign-partition-1 Reason: Can not create transaction system topic persistent://pulsar/system/transaction_coordinator_assign-partition-1 ``` **To Reproduce** Steps to reproduce the behavior: 1. Deploy pulsar cluster 2. Enabled transaction 3. Disabled the topic auto creation 4. init the transaction metadata https://pulsar.apache.org/docs/en/txn-use/ 5. Create the missed partitions: bin/pulsar-admin topics create-missed-partitions persistent://pulsar/system/transaction_coordinator_assign 6. get the topic stats 7. See the above error **Expected behavior** The topic stats should work with `transaction_coordinator_assign` topic **Additional context** Version: the latest branch-2.9 -- 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]
