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

sql: stop presplitting spans on every import proc #40676

Merged
merged 1 commit into from
Sep 17, 2019

Conversation

pbardea
Copy link
Contributor

@pbardea pbardea commented Sep 11, 2019

We are currently presplitting spans (on every table and index boundary)
for every processor. We should only be doing this once so this PR moves
it to the planning stage.

Addresses #39072.

Release note: None

@cockroach-teamcity
Copy link
Member

This change is Reviewable

We are currently presplitting spans (on every table and index boundary)
for every processor. We should only be doing this once so this PR moves
it to the planning stage.

Release justification: improves test flakes associated with too many
AdminSplit requests.

Release note: None
@pbardea
Copy link
Contributor Author

pbardea commented Sep 17, 2019

TFTR, also thanks for testing this against to roachtest.
bors r+

@craig
Copy link
Contributor

craig bot commented Sep 17, 2019

Build failed (retrying...)

@craig
Copy link
Contributor

craig bot commented Sep 17, 2019

Build failed

@pbardea
Copy link
Contributor Author

pbardea commented Sep 17, 2019

Trying again...
bors r+

craig bot pushed a commit that referenced this pull request Sep 17, 2019
40676: sql: stop presplitting spans on every import proc r=pbardea a=pbardea

We are currently presplitting spans (on every table and index boundary)
for every processor. We should only be doing this once so this PR moves
it to the planning stage.

Addresses #39072.

Release note: None

40838: makefile: increase test timeout r=andreimatei a=andreimatei

This patch increases the test timeout for every package from 12m to 20m
(and under stress from 25m to 30m).
This is motivated by the sql TestLogic which has been inching towards
the 12m recently (according to TeamCity history) and is sometimes timing
out. Hopefully it's because we've been adding more tests...

Fixes #40572

Release note: None

Release justification: fix timeout flakes

Co-authored-by: Paul Bardea <pbardea@gmail.com>
Co-authored-by: Andrei Matei <andrei@cockroachlabs.com>
@craig
Copy link
Contributor

craig bot commented Sep 17, 2019

Build succeeded

@craig craig bot merged commit 89f4cdf into cockroachdb:master Sep 17, 2019
@pbardea pbardea deleted the presplit-once branch November 22, 2019 21:03
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.

3 participants