[Bugs] [Bug 1349953] thread CPU saturation limiting throughput on write workloads

bugzilla at redhat.com bugzilla at redhat.com
Wed Jun 29 14:03:47 UTC 2016


https://bugzilla.redhat.com/show_bug.cgi?id=1349953



--- Comment #12 from Pranith Kumar K <pkarampu at redhat.com> ---
Thanks for this stack trace Manoj. I think I understand what is happening now.
What happens is, while a write is in progress if more writes come, they will be
put in a queue which will be picked up as soon as the previous write completes.
So because epoll-thread resumes the write, it is doing encoding. So yes, you
are correct, in this case it is happening in epoll-thread. Do you think this is
bad. Is it becoming a bottle-neck?

Pranith

-- 
You are receiving this mail because:
You are on the CC list for the bug.
Unsubscribe from this bug https://bugzilla.redhat.com/token.cgi?t=g2VyyFDM3l&a=cc_unsubscribe


More information about the Bugs mailing list