[teiid-issues] [JBoss JIRA] (TEIID-2526) When VDB re-deployed with same version the the OData metadata does not reflect the new VDB metadata

Ramesh Reddy (JIRA) jira-events at lists.jboss.org
Mon Jun 3 09:41:57 EDT 2013


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

Ramesh Reddy resolved TEIID-2526.
---------------------------------

        Labels: CR2  (was: )
    Resolution: Done


Since OData is web based application + it does not have any session affinity it is ignorant of the VDB reloads, thus the original issue. There is clean way do this unless there is some kind event monitoring we can listen on.

The solution is elected does check the metadata store of the VDB every "skiptoken-cache-time" which is defaulted at 5 mins to refresh to the updated metadata. The user always has option to re-cycle the server to get to the updated metadata immediately. The same skiptoken value is also used for results cursoring when using OData. The skiptoken out value is also configurable.

Since VDB reloads are not common in the runtime environments, this should be acceptable solution


                
> When VDB re-deployed with same version the the OData metadata does not reflect the new VDB metadata
> ---------------------------------------------------------------------------------------------------
>
>                 Key: TEIID-2526
>                 URL: https://issues.jboss.org/browse/TEIID-2526
>             Project: Teiid
>          Issue Type: Bug
>          Components: Server
>    Affects Versions: 8.3
>            Reporter: Ramesh Reddy
>            Assignee: Ramesh Reddy
>              Labels: CR2
>             Fix For: 8.4
>
>
> When the same named VDB is re-deployed with same version as before, the call to 
> http://host:port/odata/vdb/$metadata
> does not reflect the new metadata of the re-deployed VDB

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira


More information about the teiid-issues mailing list