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 2019/08/13 02:54:30 UTC

[GitHub] [pulsar] pouledodue opened a new issue #4943: pulsar-admin functions querystate => Reason: java.lang.NullPointerException: path is 'null'.

pouledodue opened a new issue #4943:  pulsar-admin functions querystate => Reason: java.lang.NullPointerException: path is 'null'.
URL: https://github.com/apache/pulsar/issues/4943
 
 
   **Describe the bug**
   ```
   $ pulsar-admin functions status --fqfn public/default/yoshi
   {
     "numInstances" : 1,
     "numRunning" : 1,
     "instances" : [ {
       "instanceId" : 0,
       "status" : {
         "running" : true,
         "error" : "",
         "numRestarts" : 0,
         "numReceived" : 0,
         "numSuccessfullyProcessed" : 0,
         "numUserExceptions" : 0,
         "latestUserExceptions" : [ ],
         "numSystemExceptions" : 0,
         "latestSystemExceptions" : [ ],
         "averageLatency" : 0.0,
         "lastInvocationTime" : 0,
         "workerId" : "c-standalone-fw-30729612b9b2-8080"
       }
     } ]
   }
   
   $ pulsar-admin functions querystate --fqfn public/default/yoshi
   null
   
   Reason: java.lang.NullPointerException: path is 'null'.
   ```
   - docker apachepulsar/pulsar:2.4.0
    - OS: mac
   

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


With regards,
Apache Git Services