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/09/07 09:09:07 UTC

[GitHub] [pulsar] eolivelli opened a new issue, #17513: [Transactions] Add pulsar-admin commands to lookup Coordinators

eolivelli opened a new issue, #17513:
URL: https://github.com/apache/pulsar/issues/17513

   ### Search before asking
   
   - [X] I searched in the [issues](https://github.com/apache/pulsar/issues) and found nothing similar.
   
   
   ### Motivation
   
   Actually there is no way using pulsar-admin to get the list of coordinators and to know which broker is running them.
   
   I am using this command
   `bin/pulsar-admin topics partitioned-lookup pulsar/system/transaction_coordinator_assign`
   
   There are a few problems:
   - it is basically impossible to users to know that you can do it (I had to look at Pulsar code)
   - it returns information about only topics that are currently owned
   
   Also I have observed that listing the topics inside `pulsar/system` returns an empty list even while disabling authn/authz
   This should be unblocked in order to allow troubleshooting
   
   ### Solution
   
   Add a new command 
   pulsar-admin transactions list-coordinators
   
   the command should list:
   - the coordinator
   - the coordinator id (used by other commands)
   - the broker that is running the service
   
   ### Alternatives
   
   _No response_
   
   ### Anything else?
   
   _No response_
   
   ### Are you willing to submit a PR?
   
   - [ ] I'm willing to submit a PR!


-- 
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.apache.org

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


[GitHub] [pulsar] github-actions[bot] commented on issue #17513: [Transactions] Add pulsar-admin commands to lookup Coordinators

Posted by GitBox <gi...@apache.org>.
github-actions[bot] commented on issue #17513:
URL: https://github.com/apache/pulsar/issues/17513#issuecomment-1272198746

   The issue had no activity for 30 days, mark with Stale label.


-- 
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] nicoloboschi closed issue #17513: [Transactions] Add pulsar-admin commands to lookup Coordinators

Posted by GitBox <gi...@apache.org>.
nicoloboschi closed issue #17513: [Transactions] Add pulsar-admin commands to lookup Coordinators
URL: https://github.com/apache/pulsar/issues/17513


-- 
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] michaeljmarshall commented on issue #17513: [Transactions] Add pulsar-admin commands to lookup Coordinators

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

   What kind of authorization will ` pulsar-admin transactions list-coordinators` require?


-- 
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