[jbosscache-issues] [JBoss JIRA] Updated: (JBCACHE-1516) CacheStoreInterceptor hangs when concurrent access to txStores HashMap

Takayoshi Kimura (JIRA) jira-events at lists.jboss.org
Mon Jun 22 03:16:56 EDT 2009


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

Takayoshi Kimura updated JBCACHE-1516:
--------------------------------------

    Affects Version/s: 3.0.0.GA
          Description: 
CacheStoreInterceptor has a HashMap txStores instance variable for cache stats. This map is accessed from multiple threads but not synchronized.

With Sun JVM, concurrent write operations to a HashMap sometimes hang. See the following bug:

http://bugs.sun.com/bugdatabase/view_bug.do?bug_id=6484560

This bug affects  all branches, 1.4.x, 2.2.x and trunk (3.x).

  was:
CacheStoreInterceptor has a HashMap txStores instance variable for cache stats. This map is accessed from multiple threads but not synchronized.

With Sun JVM, concurrent write operations to a HashMap sometimes hang. See the following bug:

http://bugs.sun.com/bugdatabase/view_bug.do?bug_id=6484560

This bug affects in all branches, 1.4.x, 2.2.x and 3.x.



> CacheStoreInterceptor hangs when concurrent access to txStores HashMap
> ----------------------------------------------------------------------
>
>                 Key: JBCACHE-1516
>                 URL: https://jira.jboss.org/jira/browse/JBCACHE-1516
>             Project: JBoss Cache
>          Issue Type: Bug
>      Security Level: Public(Everyone can see) 
>    Affects Versions: 1.4.0.GA, 2.2.0.GA, 3.0.0.GA
>            Reporter: Takayoshi Kimura
>            Assignee: Takayoshi Kimura
>
> CacheStoreInterceptor has a HashMap txStores instance variable for cache stats. This map is accessed from multiple threads but not synchronized.
> With Sun JVM, concurrent write operations to a HashMap sometimes hang. See the following bug:
> http://bugs.sun.com/bugdatabase/view_bug.do?bug_id=6484560
> This bug affects  all branches, 1.4.x, 2.2.x and trunk (3.x).

-- 
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 jbosscache-issues mailing list