[
https://issues.apache.org/jira/browse/PHOENIX-4891?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16661771#comment-16661771
]
ASF GitHub Bot commented on PHOENIX-4891:
-----------------------------------------
GitHub user ChinmaySKulkarni opened a pull request:
https://github.com/apache/phoenix/pull/364
PHOENIX-4891: An index should inherit UPDATE_CACHE_FREQUENCY setting rom
parent table
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/ChinmaySKulkarni/phoenix PHOENIX-4891
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/phoenix/pull/364.patch
To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:
This closes #364
----
commit e7d7af1b1d09e220fdbcce8119ee330a68ef08f9
Author: Chinmay Kulkarni <chinmayskulkarni@...>
Date: 2018-10-23T00:03:07Z
PHOENIX-4891: An index should inherit UPDATE_CACHE_FREQUENCY setting from
parent table
----
> An index should inherit UPDATE_CACHE_FREQUENCY setting from parent table
> ------------------------------------------------------------------------
>
> Key: PHOENIX-4891
> URL: https://issues.apache.org/jira/browse/PHOENIX-4891
> Project: Phoenix
> Issue Type: Bug
> Reporter: Lars Hofhansl
> Assignee: Chinmay Kulkarni
> Priority: Minor
>
> I tried:
> # creating a table with UPDATE_CACHE_FREQUENCE > 0, then creating a local
> index on the table.
> # creating a table, then creating the local index, then altering the table
> setting UPDATE_CACHE_FREQUENCY to > 0
> In both cases the local index did not inherit the setting, verified both by
> looking at SYSTEM.CATALOG, as well by behavior.
> Update: This also happens for a global index.
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)