Details
-
Bug
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
0.2.4
-
None
Description
When the list of tables in a cluster has a table thats disabled, the console tries to get the statusid's of its queries. Since the table is disabled blur responds with a BlurException.
QueryUtil.getQueries should guard the table with an enabled filter.