[
https://issues.apache.org/jira/browse/PHOENIX-5089?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16779923#comment-16779923
]
Hudson commented on PHOENIX-5089:
---------------------------------
FAILURE: Integrated in Jenkins build PreCommit-PHOENIX-Build #2362 (See
[https://builds.apache.org/job/PreCommit-PHOENIX-Build/2362/])
PHOENIX-5089 Add tenantId parameter to IndexScrunityTool (gjacoby: rev
52e24fce2d8d335cb261891927e7b0704c0c5256)
* (edit)
phoenix-core/src/it/java/org/apache/phoenix/end2end/IndexScrutinyToolIT.java
* (edit)
phoenix-core/src/main/java/org/apache/phoenix/mapreduce/index/IndexScrutinyMapper.java
* (edit)
phoenix-core/src/main/java/org/apache/phoenix/mapreduce/index/IndexTool.java
* (edit)
phoenix-core/src/main/java/org/apache/phoenix/mapreduce/util/IndexColumnNames.java
* (edit)
phoenix-core/src/main/java/org/apache/phoenix/mapreduce/index/IndexScrutinyTool.java
* (edit)
phoenix-core/src/main/java/org/apache/phoenix/mapreduce/index/IndexScrutinyTableOutput.java
> 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
> Assignee: Gokcen Iskender
> Priority: Major
> Attachments: PHOENIX-5089.patch
>
> Time Spent: 2.5h
> Remaining Estimate: 0h
>
> 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)