You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@phoenix.apache.org by "Geoffrey Jacoby (JIRA)" <ji...@apache.org> on 2019/01/03 23:28:00 UTC

[jira] [Created] (PHOENIX-5089) IndexScrutinyTool should be able to analyze tenant-owned indexes

Geoffrey Jacoby created PHOENIX-5089:
----------------------------------------

             Summary: IndexScrutinyTool should be able to analyze tenant-owned indexes
                 Key: PHOENIX-5089
                 URL: https://issues.apache.org/jira/browse/PHOENIX-5089
             Project: Phoenix
          Issue Type: Improvement
            Reporter: Geoffrey Jacoby


IndexScrutiny uses global connections to lookup the indexes which it's asked to analyze, which means that it won't be able to see indexes owned by tenant views. We should add an optional tenantId parameter to it that will use a tenant connection (and potentially our MapReduce framework's tenant connection support) to allow for analyzing those indexes as well.

This is similar to PHOENIX-4940 for the index rebuild tool.  





--
This message was sent by Atlassian JIRA
(v7.6.3#76005)