[
https://issues.apache.org/jira/browse/PHOENIX-4940?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16763257#comment-16763257
]
Hudson commented on PHOENIX-4940:
---------------------------------
FAILURE: Integrated in Jenkins build PreCommit-PHOENIX-Build #2317 (See
[https://builds.apache.org/job/PreCommit-PHOENIX-Build/2317/])
PHOENIX-4940 Add tenantId parameter to index tool (gjacoby: rev
1bb43138e47d8c5a72e12c21941b63908fa5069a)
* (edit) phoenix-core/src/it/java/org/apache/phoenix/end2end/IndexToolIT.java
* (edit)
phoenix-core/src/main/java/org/apache/phoenix/mapreduce/index/IndexTool.java
> IndexTool should be able to rebuild tenant-owned indexes
> --------------------------------------------------------
>
> Key: PHOENIX-4940
> URL: https://issues.apache.org/jira/browse/PHOENIX-4940
> Project: Phoenix
> Issue Type: Improvement
> Affects Versions: 4.14.0, 5.0.0
> Reporter: Geoffrey Jacoby
> Assignee: Gokcen Iskender
> Priority: Major
> Attachments: PHOENIX-4940.patch
>
> Time Spent: 1h
> Remaining Estimate: 0h
>
> IndexTool uses global connections to lookup the indexes which it's asked to
> rebuild, 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 rebuilding those indexes as well.
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)