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 2021/04/09 00:03:20 UTC

[GitHub] [pulsar] dlg99 opened a new issue #10176: NPE in pulsar-admin topics partitioned-stats

dlg99 opened a new issue #10176:
URL: https://github.com/apache/pulsar/issues/10176


   
   **To Reproduce**
   Steps to reproduce the behavior:
   
   ```
   $ bin/pulsar-admin topics create-partitioned-topic  partitioned-topic  --partitions 4
   ```
   succeeds
   
   ```
   $ bin/pulsar-admin topics partitioned-stats persistent-topic --per-partition
   
   java.lang.NullPointerException
   	at org.apache.pulsar.admin.cli.CmdTopics$GetPartitionedStats.run(CmdTopics.java:612)
   	at org.apache.pulsar.admin.cli.CmdBase.run(CmdBase.java:86)
   	at org.apache.pulsar.admin.cli.PulsarAdminTool.run(PulsarAdminTool.java:281)
   	at org.apache.pulsar.admin.cli.PulsarAdminTool.main(PulsarAdminTool.java:328)
   	
   $ bin/pulsar-admin topics partitioned-stats persistent://public/default/persistent-topic --per-partition 
   
   java.lang.NullPointerException
   	at org.apache.pulsar.admin.cli.CmdTopics$GetPartitionedStats.run(CmdTopics.java:612)
   	at org.apache.pulsar.admin.cli.CmdBase.run(CmdBase.java:86)
   	at org.apache.pulsar.admin.cli.PulsarAdminTool.run(PulsarAdminTool.java:281)
   	at org.apache.pulsar.admin.cli.PulsarAdminTool.main(PulsarAdminTool.java:328)	
   ```
   
   **Expected behavior**
   
   Stats or human-friendly error
   
   **Additional context**
   tried with pulsar standalone


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

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



[GitHub] [pulsar] merlimat closed issue #10176: NPE in pulsar-admin topics partitioned-stats

Posted by GitBox <gi...@apache.org>.
merlimat closed issue #10176:
URL: https://github.com/apache/pulsar/issues/10176


   


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

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



[GitHub] [pulsar] dlg99 commented on issue #10176: NPE in pulsar-admin topics partitioned-stats

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


   @linlinnn I got that with 2.8 snapshot


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

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



[GitHub] [pulsar] linlinnn commented on issue #10176: NPE in pulsar-admin topics partitioned-stats

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


   I cannot reproduce this issue in version 2.7.1


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

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