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
107893: cluster-ui: fix replicas and regions query for the database details API r=THardy98 a=THardy98
Epic: None
A change in cockroachdb#105582 caused the regions/replicas query to return incorrect, unexpected results (instead of reducing the returned rows from the CTE to a single row, the cross join caused the number of rows to square, resulting in x^2 rows) causing the endpoint to never resolve properly, which in turn, caused an infinite loading state. This change fixes the regions/replicas query for the database details API.
Release note (ui change): fix a broken query for the database details page that was causing an infinite loading state.
Co-authored-by: Thomas Hardy <[email protected]>
0 commit comments