Unify config parameter names #715

Closed
opened 2023-10-03 11:00:11 +00:00 by fyrchik · 0 comments

In the config we have

replication_worker_count: 32
workers_number: 30  # number of write-cache flusher threads
expired_collector_workers_count: 15 # number of concurrent workers collecting expired objects by the garbage collector

Let's use the same naming everywhere. I've encountered worker_count more (refcount, not refscount etc), but it seems there is no consensus on this:
https://english.stackexchange.com/questions/499868/in-the-sentence-noun-count-count-of-noun-should-noun-be-plural-or-s
https://english.stackexchange.com/questions/349475/singular-or-plural-noun-preceding-count

In the config we have ``` replication_worker_count: 32 workers_number: 30 # number of write-cache flusher threads expired_collector_workers_count: 15 # number of concurrent workers collecting expired objects by the garbage collector ``` Let's use the same naming everywhere. I've encountered `worker_count` more (refcount, not refscount etc), but it seems there is no consensus on this: https://english.stackexchange.com/questions/499868/in-the-sentence-noun-count-count-of-noun-should-noun-be-plural-or-s https://english.stackexchange.com/questions/349475/singular-or-plural-noun-preceding-count
fyrchik added the
discussion
frostfs-node
triage
labels 2023-10-03 11:00:11 +00:00
fyrchik added this to the v0.38.0 milestone 2023-10-03 19:24:57 +00:00
dstepanov-yadro self-assigned this 2023-11-21 09:51:00 +00:00
Sign in to join this conversation.
No Milestone
No Assignees
1 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: TrueCloudLab/frostfs-node#715
There is no content yet.