You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
154436: rangefeed: defer unregistration until stream is removed from manager r=wenyihu6 a=stevendanna
Unregistering the registration from the processor has the side-effect of closing the underlying memory budget. We don't want that to happen until all of the events have been cleared from the queue.
Here, we pass the unregistration callback up via the Disconnector and then the stream manager calls it when removing the stream.
Epic: none
Release note: None
156112: sql/rowexec: enable tests under secondary tenants r=yuzefovich a=yuzefovich
Given the modifications in recent commits, this mostly required plumbing the right codec into `eval.Context`. Additionally, a few tests needed some extra adjustments for the tenant prefix present in the spans. Only `TestWriteResumeSpan` is still skipped since it wasn't immediately clear what's wrong there.
Epic: CRDB-48945
Release note: None
156309: *: miscellaneous test-tenant-related improvements r=yuzefovich a=yuzefovich
Fixes: #142797.
Fixes: #142801.
Fixes: #142802.
Fixes: #142804.
Fixes: #142805.
Co-authored-by: Steven Danna <[email protected]>
Co-authored-by: Yahor Yuzefovich <[email protected]>
0 commit comments