[jboss-jira] [JBoss JIRA] Created: (EJBTHREE-1549) SimpleStatefulCache blocks invocation and new session lookups during passivation

Andrew Lee Rubinger (JIRA) jira-events at lists.jboss.org
Sat Oct 25 17:12:20 EDT 2008


SimpleStatefulCache blocks invocation and new session lookups during passivation
--------------------------------------------------------------------------------

                 Key: EJBTHREE-1549
                 URL: https://jira.jboss.org/jira/browse/EJBTHREE-1549
             Project: EJB 3.0
          Issue Type: Bug
          Components: core
            Reporter: Andrew Lee Rubinger
            Assignee: Andrew Lee Rubinger
            Priority: Critical
             Fix For: 1.0.0-CR1


During passivation we perform a long-lived synchronization on the internal cacheMap, which restricts both requests to get new sessions as well as invocations upon other sessions until passivation is completed.

The synchronization cannot simply be removed, better possibility may be to apply a copyOnWrite or copyOnPassivate-type implementation

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: https://jira.jboss.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        



More information about the jboss-jira mailing list