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
143991: changefeedccl: add roachtest and parallel test for enriched envelope r=andyyang890 a=asg0451
Add a roachtest and a parallelized test for enriched envelope feeds.
Part of: #139660
Release note: None
144073: catalog/lease: fix race condition releasing old versions r=fqazi a=fqazi
Previously, a race condition existed between the name cache and the logic used to clean up old versions of leased descriptors. This issue was introduced when atomic operations were used to manipulate the descriptor version states. Specifically, after ensuring the reference count is zero, it's necessary to acquire a lock before releasing the stored lease. This patch adds logic to acquire and release a mutex when cleaning up old versions.
Fixes: #143815
Release note: None
144093: kvclient: enable savepoint rollbacks with buffered writes r=arulajmani a=arulajmani
First commit from #144058
----
This patch correctly handles savepoint rollbacks when buffered writes
are enabled. Whenever a savepoint is rolled back, any writes that belong
to the savepoint are removed from the buffer.
Closes#139059
Release note: None
Co-authored-by: Miles Frankel <[email protected]>
Co-authored-by: Faizan Qazi <[email protected]>
Co-authored-by: Arul Ajmani <[email protected]>
0 commit comments