[jboss-jira] [JBoss JIRA] Resolved: (JBAS-9088) Prevent concurrent conflicting write requests to the management model
Brian Stansberry (JIRA)
jira-events at lists.jboss.org
Sun Apr 17 18:31:33 EDT 2011
[ https://issues.jboss.org/browse/JBAS-9088?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Brian Stansberry resolved JBAS-9088.
------------------------------------
Resolution: Done
> Prevent concurrent conflicting write requests to the management model
> ---------------------------------------------------------------------
>
> Key: JBAS-9088
> URL: https://issues.jboss.org/browse/JBAS-9088
> Project: JBoss Application Server
> Issue Type: Task
> Security Level: Public(Everyone can see)
> Components: Domain Management
> Reporter: Brian Stansberry
> Assignee: Brian Stansberry
> Fix For: 7.0.0.Beta3
>
>
> The way the ModelControllers works makes it easy to support concurrent reads or reads occurring concurrently with writes. Reads get their own copy of the model; writes aren't reflected in the underlying model until the operation handler returns. But we need proper support for dealing with concurrent writes. Currently if two write execute concurrently, the "last one wins" i.e. its updated model gets written into the actual model, perhaps overwriting the changes made by earlier updates.
--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira
More information about the jboss-jira
mailing list