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:
[email protected]


With regards,
Apache Git Services

Reply via email to