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
ui: fix bug where "Drop Unused Index" recommendations are not populated on...
... Schema Insights
When hard refreshing on the Schema Index tab of the insights page, "Drop Unused
Index" recommendations don't populate. This is happening due to a race
condition in db console, where db console needs cluster settings from the redux
store to query for unused indexes. On a hard refresh, the cluster settings
aren't in the redux store when querying for these indexes, so it uses the
default cluster setting. To fix, the query no longer depends on cluster
settings from the reduxstore. Instead, thequery joins on
crdb_internal.cluster_settings.
Epic: CC-30965
Fixes: CC-31265
Release note (ui change): Fix bug where "Drop Unused Index" recommendations are
not populated on the schema index page.
0 commit comments