[jboss-jira] [JBoss JIRA] Reopened: (EJBTHREE-1549) SimpleStatefulCache blocks invocation and new session lookups during passivation
Andrew Lee Rubinger (JIRA)
jira-events at lists.jboss.org
Mon Oct 27 10:32:21 EDT 2008
[ https://jira.jboss.org/jira/browse/EJBTHREE-1549?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Andrew Lee Rubinger reopened EJBTHREE-1549:
-------------------------------------------
Reopening as bean is not removed from internal CacheMap
> 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-Beta6
>
>
> 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