rdhabalia commented on pull request #7499:
URL: https://github.com/apache/pulsar/pull/7499#issuecomment-656974378


   > Is it the same as #6178 does?
   
   Yes, but #6178 uses a volatile counter and that creates contention in write 
path and therefore, @merlimat tried to remove it in #7406 by using 
thread-local. but only downside for #7406 is it puts restriction for each IO 
thread that can makes user to create multiple connections to achieve higher 
throughput. and I believe this PR addresses both the issues and we can use the 
same buffer config introduced in #6178.


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


Reply via email to