[Bugs] [Bug 1689500] New: poller thread autoscale logic is not correct for brick_mux environment
bugzilla at redhat.com
bugzilla at redhat.com
Sat Mar 16 07:53:04 UTC 2019
https://bugzilla.redhat.com/show_bug.cgi?id=1689500
Bug ID: 1689500
Summary: poller thread autoscale logic is not correct for
brick_mux environment
Product: GlusterFS
Version: mainline
Status: NEW
Component: core
Assignee: bugs at gluster.org
Reporter: moagrawa at redhat.com
CC: bugs at gluster.org
Target Milestone: ---
Classification: Community
Description of problem:
Current autoscale logic of poller thread is not correct for brick_mux
environment
Version-Release number of selected component (if applicable):
How reproducible:
Always
Steps to Reproduce:
1) Setup a 3x3 volume
2) Enable brick_multiplex
3) Set server.event-threads to 4 for a volume
4) Check poller threads for the brick
ps -T -p `pgrep glusterfsd` | grep poll | wc -l
Ideally, the count of poller thread should be equal to 12(3 bricks * 4) but
it is showing total poller threads are 7
Actual results:
Expected results:
Additional info:
--
You are receiving this mail because:
You are on the CC list for the bug.
You are the assignee for the bug.
More information about the Bugs
mailing list