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

kvserver: disallow remote AddSSTable for non-system tenants #120525

Closed
dt opened this issue Mar 14, 2024 · 4 comments · Fixed by #121031
Closed

kvserver: disallow remote AddSSTable for non-system tenants #120525

dt opened this issue Mar 14, 2024 · 4 comments · Fixed by #121031
Assignees
Labels
C-bug Code not up to spec/doc, specs & docs deemed correct. Solution expected to change code/behavior. GA-blocker P-0 Issues/test failures with a fix SLA of 2 weeks T-disaster-recovery

Comments

@dt
Copy link
Member

dt commented Mar 14, 2024

A remote AddSSTable request can cause kvserver instability so we should not allow them except from the system tenant and shared service secondary tenants.

Jira issue: CRDB-36730

@dt dt added C-bug Code not up to spec/doc, specs & docs deemed correct. Solution expected to change code/behavior. GA-blocker labels Mar 14, 2024
Copy link

blathers-crl bot commented Mar 14, 2024

Hi @dt, please add branch-* labels to identify which branch(es) this GA-blocker affects.

🦉 Hoot! I am a Blathers, a bot for CockroachDB. My owner is dev-inf.

Copy link

blathers-crl bot commented Mar 14, 2024

cc @cockroachdb/disaster-recovery

@dt
Copy link
Member Author

dt commented Mar 14, 2024

This should probably wait for #120526 since it'll be trivial then.

Copy link

blathers-crl bot commented Mar 18, 2024

cc @cockroachdb/disaster-recovery

@exalate-issue-sync exalate-issue-sync bot added the P-0 Issues/test failures with a fix SLA of 2 weeks label Mar 18, 2024
craig bot pushed a commit that referenced this issue Mar 25, 2024
121028: kvcoord: don't untrip DistSender circuit breaker on shutdown r=erikgrinaker a=erikgrinaker

Previously, if the node shuts down while a circuit breaker probe is in flight, this could cause the breaker to untrip. It shouldn't.

Epic: none
Release note: None

121029: kvcoord: use single threshold to GC DistSender circuit breakers r=erikgrinaker a=erikgrinaker

This patch uses a common idle timeout to GC both tripped and untripped circuit breakers, and increases the timeout to 20 minutes.

Epic: none
Release note: None

121031: backupccl: disable link external sst requests from seperate process non system tenants r=dt a=msbutler

Fixes #120525

Release note: none

Co-authored-by: Erik Grinaker <[email protected]>
Co-authored-by: Michael Butler <[email protected]>
@craig craig bot closed this as completed in 20be3fd Mar 25, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
C-bug Code not up to spec/doc, specs & docs deemed correct. Solution expected to change code/behavior. GA-blocker P-0 Issues/test failures with a fix SLA of 2 weeks T-disaster-recovery
Projects
No open projects
2 participants