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 2022/04/01 15:22:02 UTC

[GitHub] [pulsar] dave2wave commented on pull request #13023: Fix consume message order issue when use listener.

dave2wave commented on pull request #13023:
URL: https://github.com/apache/pulsar/pull/13023#issuecomment-1086032424


   While this may have fixed an ordering bug. It has caused degraded performance when the client is consuming a topic at a high rate. The evidence is that the change moved work between threads and under high load `pulsar-client-internal-n-n` threads have increased load and be limited by cpu.
   
   Where are documents that explain the threading architecture?
   
   Also, I would like to understand why you think this fixed the ordering issue ...


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

To unsubscribe, e-mail: commits-unsubscribe@pulsar.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org