Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Topic stats cannot work with transaction_coordinator_assign topic #14790

Closed
codelipenghui opened this issue Mar 22, 2022 · 1 comment
Closed
Assignees
Labels
type/bug The PR fixed a bug or issue reported a bug

Comments

@codelipenghui
Copy link
Contributor

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

@chenjing1294
Copy link

chenjing1294 commented Feb 2, 2023

@codelipenghui I still have this problem in apache-pulsar-2.11.0.

[GET] http://node1:8080/admin/v2/persistent/pulsar/system/transaction_coordinator_assign/internalStats
{
    "reason": "Can not create transaction system topic persistent://pulsar/system/transaction_coordinator_assign"
}

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
type/bug The PR fixed a bug or issue reported a bug
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants