[jboss-jira] [JBoss JIRA] Commented: (AS7-801) Subsystem "datasource": Management operations result in inconsistent state
Brian Stansberry (JIRA)
jira-events at lists.jboss.org
Tue May 17 10:06:01 EDT 2011
[ https://issues.jboss.org/browse/AS7-801?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12602588#comment-12602588 ]
Brian Stansberry commented on AS7-801:
--------------------------------------
This is an across the board thing. The operation handlers on the DC validate the operation (i.e. the params comply with whatever requirements the handler has) and if it validates it will apply to the in-memory domain model. It then rolls the changes out to the servers. It's at the servers where problems due to runtime-state can be detected.
The issue is a 100% failure on all server groups isn't resulting in the change to the in-memory domain model on the DC being reverted. We're making a pretty significant change to how the operation handling works that will fix that. I could hack in a fix to the current code, but that would be thrown away effort.
> Subsystem "datasource": Management operations result in inconsistent state
> --------------------------------------------------------------------------
>
> Key: AS7-801
> URL: https://issues.jboss.org/browse/AS7-801
> Project: Application Server 7
> Issue Type: Bug
> Components: Console, IIOP
> Reporter: Heiko Braun
> Assignee: Brian Stansberry
> Priority: Blocker
> Fix For: No Release
>
>
> All of the erroneous operations that have been reported so far (i.e. AS7-800, AS7-719) return outcome "failed" but the modifications are nevertheless applied to the in-memory model.
--
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