Bug 1797869 - bitrot: Number of signing process threads should be configurable.
Summary: bitrot: Number of signing process threads should be configurable.
Keywords:
Status: CLOSED NEXTRELEASE
Alias: None
Product: GlusterFS
Classification: Community
Component: bitrot
Version: mainline
Hardware: Unspecified
OS: Unspecified
unspecified
unspecified
Target Milestone: ---
Assignee: Kotresh HR
QA Contact:
bugs@gluster.org
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2020-02-04 05:20 UTC by Kotresh HR
Modified: 2020-02-09 02:47 UTC (History)
1 user (show)

Fixed In Version:
Doc Type: If docs needed, set a value
Doc Text:
Clone Of:
Environment:
Last Closed: 2020-02-09 02:47:22 UTC
Regression: ---
Mount Type: ---
Documentation: ---
CRM:
Verified Versions:
Embargoed:


Attachments (Terms of Use)


Links
System ID Private Priority Status Summary Last Updated
Gluster.org Gerrit 24091 0 None Merged bitrot: Make number of signer threads configurable 2020-02-09 02:47:21 UTC

Description Kotresh HR 2020-02-04 05:20:19 UTC
Description of problem:
The number of signing process threads (glfs_brpobj) should be configurable. It's usually set to number of cores available. The default is set to 4.

[root@f281 glusterfs]# ps -ef | grep bitd
root      4318     1  1 10:48 ?        00:00:00 /usr/local/sbin/glusterfs -s localhost --volfile-id gluster/bitd -p /var/run/gluster/bitd/bitd.pid -l /var/log/glusterfs/bitd.log -S /var/run/gluster/9c52a5821a6a68c0.socket --global-timer-wheel


[root@f281 glusterfs]# ps -eL | grep 4318
 4318  4318 ?        00:00:00 glusterfs
 4318  4319 ?        00:00:00 glfs_timer
 4318  4320 ?        00:00:00 glfs_sigwait
 4318  4321 ?        00:00:00 glfs_memsweep
 4318  4322 ?        00:00:00 glfs_sproc0
 4318  4323 ?        00:00:00 glfs_sproc1
 4318  4324 ?        00:00:00 glusterfs
 4318  4325 ?        00:00:00 glfs_epoll000
 4318  4326 ?        00:00:00 glfs_epoll001
 4318  4327 ?        00:00:00 glfs_tbfclock
 4318  4328 ?        00:00:00 glfs_clogjan
 4318  4329 ?        00:00:00 glfs_brpobj
 4318  4330 ?        00:00:00 glfs_brpobj
 4318  4331 ?        00:00:00 glfs_brpobj
 4318  4332 ?        00:00:00 glfs_brpobj
 4318  4333 ?        00:00:00 glfs_brhevent
 4318  4334 ?        00:00:00 glfs_clogcbki
 4318  4336 ?        00:00:00 glfs_clogcbki
 4318  4340 ?        00:00:00 glfs_clogcbki

Version-Release number of selected component (if applicable):
mainline

How reproducible:


Steps to Reproduce:
1.
2.
3.

Actual results:


Expected results:


Additional info:

Comment 1 Worker Ant 2020-02-04 05:41:45 UTC
REVIEW: https://review.gluster.org/24091 (bitrot: Make number of signer threads configurable) posted (#1) for review on master by Kotresh HR

Comment 2 Worker Ant 2020-02-09 02:47:22 UTC
REVIEW: https://review.gluster.org/24091 (bitrot: Make number of signer threads configurable) merged (#5) on master by Kotresh HR


Note You need to log in before you can comment on or make changes to this bug.