Summary:
After enabling auto analyze, test `CloneVectorIndex` failed consistently.
The root cause is `ClearCacheEntries` in `meta_cache` fails to get namespace id from random-generated uuid from YCQL system tables (pg_auto_analyze_table, pg_advisory_locks, etc), causing `ClearCacheEntries` to return an error status without proceeding.
Jira: DB-18073
Test Plan: jenkins tests
Reviewers: sanketh, asrivastava, mhaddad
Reviewed By: mhaddad
Subscribers: yql
Differential Revision: https://phorge.dev.yugabyte.com/D46734