[teiid-issues] [JBoss JIRA] (TEIID-2415) Ensure thread-safety of mutable metadata

Steven Hawkins (JIRA) jira-events at lists.jboss.org
Thu Feb 28 10:33:56 EST 2013


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

Steven Hawkins resolved TEIID-2415.
-----------------------------------

    Resolution: Done


Ensured that the properties object is thread-safe and made all mutable fields volatile to ensure up-to-date reads.
                
> Ensure thread-safety of mutable metadata
> ----------------------------------------
>
>                 Key: TEIID-2415
>                 URL: https://issues.jboss.org/browse/TEIID-2415
>             Project: Teiid
>          Issue Type: Bug
>          Components: Query Engine
>    Affects Versions: 7.4
>            Reporter: Steven Hawkins
>            Assignee: Steven Hawkins
>             Fix For: 8.3
>
>
> Some metadata values can be changed at runtime, such as transformations, stats, and properties.  In the case of transformations and stats an exception won't occur, but the most up-to-date value may not be read by other threads.  Changing the properties could cause an exception as the map changes are not concurrency safe - similar to TEIID-2342

--
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