[
https://issues.apache.org/jira/browse/PHOENIX-6192?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17218981#comment-17218981
]
ASF GitHub Bot commented on PHOENIX-6192:
-----------------------------------------
stoty commented on pull request #928:
URL: https://github.com/apache/phoenix/pull/928#issuecomment-714466708
:broken_heart: **-1 overall**
| Vote | Subsystem | Runtime | Comment |
|:----:|----------:|--------:|:--------|
| +0 :ok: | reexec | 0m 0s | Docker mode activated. |
| -1 :x: | docker | 3m 33s | Docker failed to build
yetus/phoenix:10ef71711. |
| Subsystem | Report/Notes |
|----------:|:-------------|
| GITHUB PR | https://github.com/apache/phoenix/pull/928 |
| Console output |
https://ci-hadoop.apache.org/job/Phoenix/job/Phoenix-PreCommit-GitHub-PR/job/PR-928/3/console
|
| versions | git=2.17.1 |
| Powered by | Apache Yetus 0.12.0 https://yetus.apache.org |
This message was automatically generated.
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]
> UpgradeUtil.syncUpdateCacheFreqAllIndexes() does not use tenant-specific
> connection to resolve tenant views
> -----------------------------------------------------------------------------------------------------------
>
> Key: PHOENIX-6192
> URL: https://issues.apache.org/jira/browse/PHOENIX-6192
> Project: Phoenix
> Issue Type: Bug
> Affects Versions: 5.0.0, 4.15.0
> Reporter: Chinmay Kulkarni
> Assignee: Viraj Jasani
> Priority: Major
> Fix For: 5.1.0, 4.16.0
>
>
> In UpgradeUtil.synchUpdateCacheFreqAllIndexes(), we try to retrieve all child
> views of each table to make all the view index UPDATE_CACHE_FREQUENCY
> property values in sync with the view.
> Here however, when iterating over the parent->child link results, we don't
> use a tenant-specific connection to retrieve a tenant view leading to the
> PTable resolution failing (see
> [this|https://github.com/apache/phoenix/blob/264310bd1e6c14996c3cfb11557fc66a012cb01b/phoenix-core/src/main/java/org/apache/phoenix/util/UpgradeUtil.java#L1369])
--
This message was sent by Atlassian Jira
(v8.3.4#803005)