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/06 19:44:51 UTC

[GitHub] [pulsar] devinbost opened a new issue #10153: [Go functions] Very high (abnormal) average process latency

devinbost opened a new issue #10153:
URL: https://github.com/apache/pulsar/issues/10153


   In Pulsar 2.6.2:
   
   We ran a performance test of passthrough functions (meaning we just redirect the input to the output without any additional processing or logic) in Java, Python, and Go. Each function subscribed to the same input topic with an exclusive subscription. We delivered approximately 1000 msg/sec to the input topic. 
   
   Here are the findings:
   ![image](https://user-images.githubusercontent.com/7418031/113768764-6f0d1800-96dd-11eb-9f5e-cfe99c0e6759.png)
   
   VSZ = Virtual Memory Size
   RSS = Resident Set Size
   (Both metrics are explained here: https://stackoverflow.com/questions/7880784/what-is-rss-and-vsz-in-linux-memory-management)
   
   As you can see, the go functions reported an abnormally high latency. It's not clear yet if there's a bug in Go function metrics or if the actual latency was really that high. As we didn't notice any backlog accumulate, we suspect there's a miscalculation of the latency. However, it still should be investigated. 
   


-- 
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] codelipenghui closed issue #10153: [Go functions] Very high (abnormal) average process latency

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


   


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