lhotari commented on issue #22527:
URL: https://github.com/apache/pulsar/issues/22527#issuecomment-2064239748

   > Sometimes after running the command to list the topics only one topic is 
showing or sometime two topics and sometimes 0 topics
   > 
   > 
![image](https://private-user-images.githubusercontent.com/119859927/323451763-b6bf908d-e019-4826-8576-2e7806d6997b.png?jwt=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiJnaXRodWIuY29tIiwiYXVkIjoicmF3LmdpdGh1YnVzZXJjb250ZW50LmNvbSIsImtleSI6ImtleTUiLCJleHAiOjE3MTM0NTQwOTYsIm5iZiI6MTcxMzQ1Mzc5NiwicGF0aCI6Ii8xMTk4NTk5MjcvMzIzNDUxNzYzLWI2YmY5MDhkLWUwMTktNDgyNi04NTc2LTJlNzgwNmQ2OTk3Yi5wbmc_WC1BbXotQWxnb3JpdGhtPUFXUzQtSE1BQy1TSEEyNTYmWC1BbXotQ3JlZGVudGlhbD1BS0lBVkNPRFlMU0E1M1BRSzRaQSUyRjIwMjQwNDE4JTJGdXMtZWFzdC0xJTJGczMlMkZhd3M0X3JlcXVlc3QmWC1BbXotRGF0ZT0yMDI0MDQxOFQxNTIzMTZaJlgtQW16LUV4cGlyZXM9MzAwJlgtQW16LVNpZ25hdHVyZT01MGYzMGZmMjAzOTE3ZDAxNmVkYjI4YWY5YjFmOGVkMDkzYjI3NGUzN2UxM2I2OTk0MmUxYzdkYWQyYTBiYzk0JlgtQW16LVNpZ25lZEhlYWRlcnM9aG9zdCZhY3Rvcl9pZD0wJmtleV9pZD0wJnJlcG9faWQ9MCJ9.lzr3LApIdEJk_JEgBA1RJbypPBJ67F8GIEX8WI4rOWg)
   
   Please share textual information in a code block instead of a screenshot, 
it's easier to read it. 
   I noticed that you had invalid commands in the testing. for example
   ```
   $ pulsar-admin tenants create my-tenant-1
   /bin/sh: 1: pulsar-admin: not found
   ...
   $ pulsar-admin namespaces create my-tenant/new-name
   /bin/sh: 4: pulsar-admin: not found
   ```
   these are simply a result of an invalid command (should be 
`bin/pulsar-admin` instead since `pulsar-admin` isn't on the `PATH`). 
   
   
   
   
   
   


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

Reply via email to