-
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
clusterversion,kvserver: remove 22.1 SpanConfig version gates #85848
Conversation
Digging into failing tests:
|
110d752
to
99c8162
Compare
This is on my list to look at tonight or tomorrow morning. |
There's now a net new test failure (didn't fail on previous runs?):
|
eee99a5
to
282ac82
Compare
These tests seem to be consistently failing, could use some help fixing 😅 (feel free to take-over/add to this PR as needed, if easier :) ) 🔴 TestAdminRelocateRange (maybe @tobias?)
🔴 TestTenantSystemConfigUpgrade (maybe @werner?)
❓ pkg/ccl/spanconfigccl/spanconfiglimiterccl/spanconfiglimiterccl_test_/spanconfiglimiterccl_test 🔴 TestAtomicReplicationChange (maybe @tobias as well?)
|
69939c5
to
da94fe3
Compare
I briefly looked at the cockroach/pkg/config/system.go Lines 421 to 424 in 677ef2c
We could update the test a bit, but I'm not sure if there's much value keeping it around given what it intended to test. Maybe we should just delete it? @ajwerner what do you think? |
da94fe3
to
35f38f7
Compare
Yeah, I'm on board with deleting the test. |
35f38f7
to
ea67bef
Compare
Release note: none Release justification: remove old version gates.
ea67bef
to
cbfed92
Compare
Remove EnsureSPanConfigReconciliation, EnsureSpanConfigSubscription, and EnableSpanConfigStore. References cockroachdb#80663 Subsumes cockroachdb#85848 Release justification: cleanup Release note: None
|
closing in favor of #86676 |
Remove EnsureSPanConfigReconciliation, EnsureSpanConfigSubscription, and EnableSpanConfigStore. References cockroachdb#80663 Subsumes cockroachdb#85848 Release justification: cleanup Release note: None
86436: kvserver: incorporate remote tracing spans from snapshots r=AlexTalks a=AlexTalks This adds collected tracing spans into a `SnapshotResponse` object in order to incorporate remote traces from the receiver side of a snapshot into the client's (i.e. the sender's) context. Release justification: Low-risk observability change. Release note: None 86676: clusterversion, kvserver: remove SpanConfig related version gates r=celiala a=arulajmani Remove EnsureSPanConfigReconciliation, EnsureSpanConfigSubscription, and EnableSpanConfigStore. References #80663 Subsumes #85848 Release justification: cleanup Release note: None Co-authored-by: Alex Sarkesian <[email protected]> Co-authored-by: Arul Ajmani <[email protected]>
This commit removes the following 22.1 version gates:
Cleanup was done following guidance from 21.2 cleanup:
Partially addresses #80663
Release note: none
Release justification: remove old version gates.