[teiid-issues] [JBoss JIRA] (TEIID-1657) CLONE - EDS - refreshMatView does not work correctly for an internal materialized view when clustering is enabled

Paul Nittel (Closed) (JIRA) jira-events at lists.jboss.org
Fri Oct 21 10:16:45 EDT 2011


     [ https://issues.jboss.org/browse/TEIID-1657?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Paul Nittel closed TEIID-1657.
------------------------------



Tested and closed.
                
> CLONE - EDS - refreshMatView does not work correctly for an internal materialized view when clustering is enabled
> -----------------------------------------------------------------------------------------------------------------
>
>                 Key: TEIID-1657
>                 URL: https://issues.jboss.org/browse/TEIID-1657
>             Project: Teiid
>          Issue Type: Bug
>          Components: Query Engine
>    Affects Versions: 7.1
>            Reporter: Steven Hawkins
>            Assignee: Steven Hawkins
>             Fix For: 7.4.1, 7.5
>
>
> The refreshMatView works as expected in a single node environment with 'teiid-cache-manager-jboss-beans-rename-me.xml'. Still in a single node environment, that function no longer refreshes the data with "teiid-cache-manager-jboss-beans.xml" enabled.
> To recreate:
> 1. Start up an EDS instance with a vdb deployed which has an internal materialized view (IMV).
> 2. Query SYSADMIN.MATVIEWS and verify LoadState = "NEEDS_LOADING"
> 3. Query the IMV to populate the cache.
> 4. Query SYSADMIN.MATVIEWS and verify LoadState = "LOADED". Note the value of the 'Updated' column
> 5. run "CALL SYSADMIN.refreshMatView('view name',false)"
> 6. Query SYSADMIN.MATVIEWS and verify LoadState = "LOADED". Note the value of the 'Updated' column
> 7. Query the IMV to see if it pulls from the source or cache
> Expected results: Steps 3 and 5 should trigger queries to the source. Step 7 should pull from the cache without going back to the source.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.jboss.org/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        


More information about the teiid-issues mailing list