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/10/03 16:03:52 UTC

[GitHub] [pulsar] vicaya commented on issue #5200: Broker high cpu usage under light load

vicaya commented on issue #5200: Broker high cpu usage under light load
URL: https://github.com/apache/pulsar/issues/5200#issuecomment-538010869
 
 
   We've tracked down the issue, which is due to repeated websocket consumer subscription failures (multiple consumers trying to connect to the same exclusive subscription) which is causing resource/task leaks in the pulsar client of the embedded websocket proxy. We've verified that the issue appeared to be resolved by https://github.com/apache/pulsar/pull/5204.

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