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
fix(cluster): release descriptor drain on every DDL exit path
The implicit drain clear only ran after a successful catalog apply, so
outcomes that write nothing — an entry superseded during replay, or an
if-absent create for a descriptor that already exists — left the drain
installed. Every read of that descriptor was then rejected as a
retryable schema change until the drain TTL lapsed. Extract the clear
into a helper and call it from every exit path that concludes the DDL.
0 commit comments