Skip to content
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

storage: ensure kv.bulk_io_write settings are positive #31572

Merged
merged 1 commit into from
Oct 18, 2018
Merged

storage: ensure kv.bulk_io_write settings are positive #31572

merged 1 commit into from
Oct 18, 2018

Conversation

maddyblue
Copy link
Contributor

@maddyblue maddyblue commented Oct 18, 2018

Fixes #31571

Release note (bug fix): fix a panic when setting some kv.bulk_io_write
settings to a value < 1

@maddyblue maddyblue requested review from dt and a team October 18, 2018 05:21
@cockroach-teamcity
Copy link
Member

This change is Reviewable

@benesch
Copy link
Contributor

benesch commented Oct 18, 2018

Your release note has an extra verb doesn't sound quite right. :)

@dt
Copy link
Member

dt commented Oct 18, 2018

I think the export limit needs the same treatment, as it is also used to configure one of these semaphores

Fixes #31571

Release note (bug fix): fix a panic when setting some kv.bulk_io_write
settings to a value < 1
@maddyblue maddyblue changed the title storage: ensure kv.bulk_io_write.concurrent_import_requests is positive storage: ensure kv.bulk_io_write settings are positive Oct 18, 2018
@maddyblue
Copy link
Contributor Author

Updated to support export too

@maddyblue
Copy link
Contributor Author

bors r+

craig bot pushed a commit that referenced this pull request Oct 18, 2018
31572: storage: ensure kv.bulk_io_write settings are positive r=mjibson a=mjibson

Fixes #31571

Release note (bug fix): fix a panic when setting some kv.bulk_io_write
settings to a value < 1

Co-authored-by: Matt Jibson <[email protected]>
@craig
Copy link
Contributor

craig bot commented Oct 18, 2018

Build succeeded

@craig craig bot merged commit ad15bd6 into cockroachdb:master Oct 18, 2018
@maddyblue maddyblue deleted the set-neg branch October 18, 2018 19:28
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

sql: panic: set kv.bulk_io_write.concurrent_import_requests to < 1
5 participants