-
Notifications
You must be signed in to change notification settings - Fork 3.8k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Consider making kv.dist_sender.concurrency_limit
cluster setting public in at least v24.3, possibly v24.1+
#135615
Comments
update: we should also do |
Closes cockroachdb#135615 Release note: None
While here, also do the same for kv.streamer.concurrency_limit. Closes cockroachdb#135615 Release note: None
Closes cockroachdb#135615 Release note: None
136299: kvclient: make kv.dist_sender.concurrency_limit public r=kvoli a=arulajmani While here, also do the same for kv.streamer.concurrency_limit. Closes #135615 Release note: None Co-authored-by: Arul Ajmani <[email protected]>
@rmloveland, it turns out that these two settings take their default value from |
would it be enough to update the generated doc as follows to say "by default uses GOMAXPROCS" and flip it public? or are you saying there is something else that expects a hardcoded value? ... ah ok i looked some more and see settings like and we can't call i will close this for now, agree with your comment here that it doesn't feel worth it to do a bunch of work for this |
We are working on adding it to docs as a performance recommendation in some scenarios (see PR cockroachdb/docs#19096 for details)
via @sean- in discussion on the docs PR:
however, perhaps we would be willing to flip the setting to public on v24.1 and v24.2 even if we don't want to change the default
Jira issue: CRDB-44656
Epic CRDB-43580
The text was updated successfully, but these errors were encountered: