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

[GitHub] [pulsar] JoyJava opened a new issue #5177: function querystate command causes the number of broker threads to increase

JoyJava opened a new issue #5177: function querystate command causes the number of broker threads to increase
URL: https://github.com/apache/pulsar/issues/5177
 
 
   **Describe the bug**
   `bin/pulsar-admin function querystate --name xxx --tenant public --namespace default --key SumFunction -w`
   Resulting in a surge in the number of pulse broker server threads, eventually OOM
   
   **To Reproduce**
   Steps to reproduce the behavior:
   1. bin/pulsar-admin function querystate --name xxx --tenant public --namespace default --key SumFunction -w
   2. run the command on broker server `jstack `sudo jps|grep Pul|awk '{print $1}'`|grep tid |awk '{print $1 }'|sort|unqi -c`
   
   
   **Expected behavior**
   xxx-OrderedScheduler The number of threads is gradually increasing
   
   **Screenshots**
   ![image](https://user-images.githubusercontent.com/2907737/64678007-42fec600-d4ab-11e9-8778-8c8b8b4aba1d.png)
   
   
   **Desktop (please complete the following information):**
    - OS: 16.04.1-Ubuntu SMP Tue Feb 12 17:45:24 UTC 2019 x86_64 x86_64 x86_64 GNU/Linux
   - version:apache-pulsar-2.4.0
   
   
   

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