You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@pulsar.apache.org by GitBox <gi...@apache.org> on 2022/03/22 07:26:23 UTC

[GitHub] [pulsar] codelipenghui opened a new issue #14790: Topic stats cannot work with transaction_coordinator_assign topic

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: commits-unsubscribe@pulsar.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [pulsar] liangyepianzhou removed a comment on issue #14790: Topic stats cannot work with transaction_coordinator_assign topic

Posted by GitBox <gi...@apache.org>.
liangyepianzhou removed a comment on issue #14790:
URL: https://github.com/apache/pulsar/issues/14790#issuecomment-1080419916


   `persistent://pulsar/system/transaction_coordinator_assign` is only used by lookup, it have not managerLedger. 
   So this is a normal performance.
   We can use `bin/pulsar-admin topics list-partitioned-topics pulsar/system `to check if the metadata of this topic has been created.


-- 
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: commits-unsubscribe@pulsar.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [pulsar] liangyepianzhou edited a comment on issue #14790: Topic stats cannot work with transaction_coordinator_assign topic

Posted by GitBox <gi...@apache.org>.
liangyepianzhou edited a comment on issue #14790:
URL: https://github.com/apache/pulsar/issues/14790#issuecomment-1080419916


   `persistent://pulsar/system/transaction_coordinator_assign` is only used by lookup, it have not managerLedger. 
   So this is a normal performance.
   We can use `bin/pulsar-admin topics list-partitioned-topics pulsar/system `to check if the metadata of this topic has been created.


-- 
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: commits-unsubscribe@pulsar.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [pulsar] congbobo184 removed a comment on issue #14790: Topic stats cannot work with transaction_coordinator_assign topic

Posted by GitBox <gi...@apache.org>.
congbobo184 removed a comment on issue #14790:
URL: https://github.com/apache/pulsar/issues/14790#issuecomment-1084220066


   https://github.com/apache/pulsar/pull/14965 will fix this issue


-- 
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: commits-unsubscribe@pulsar.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [pulsar] liangyepianzhou commented on issue #14790: Topic stats cannot work with transaction_coordinator_assign topic

Posted by GitBox <gi...@apache.org>.
liangyepianzhou commented on issue #14790:
URL: https://github.com/apache/pulsar/issues/14790#issuecomment-1080419916


   `persistent://pulsar/system/transaction_coordinator_assign` is only used by lookup, it have not managerLedger. 
   So this is a normal performance.
   you can use `bin/pulsar-admin topics list-partitioned-topics pulsar/system `to check if the metadata of this topic has been created.


-- 
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: commits-unsubscribe@pulsar.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [pulsar] congbobo184 commented on issue #14790: Topic stats cannot work with transaction_coordinator_assign topic

Posted by GitBox <gi...@apache.org>.
congbobo184 commented on issue #14790:
URL: https://github.com/apache/pulsar/issues/14790#issuecomment-1084220066


   https://github.com/apache/pulsar/pull/14965 will fix this issue


-- 
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: commits-unsubscribe@pulsar.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org