[infinispan-issues] [JBoss JIRA] (ISPN-2095) Eviction causes lost AtomicMap entries

Tristan Tarrant (JIRA) jira-events at lists.jboss.org
Mon Jul 23 11:21:08 EDT 2012


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

Tristan Tarrant updated ISPN-2095:
----------------------------------

              Labels: jdg6  (was: )
    Git Pull Request: https://github.com/infinispan/infinispan/pull/1163  (was: https://github.com/infinispan/infinispan/pull/1163)

    
> Eviction causes lost AtomicMap entries
> --------------------------------------
>
>                 Key: ISPN-2095
>                 URL: https://issues.jboss.org/browse/ISPN-2095
>             Project: Infinispan
>          Issue Type: Bug
>          Components: Eviction
>    Affects Versions: 5.1.5.FINAL
>            Reporter: Paul Ferraro
>            Assignee: Galder Zamarreño
>            Priority: Critical
>              Labels: jdg6
>             Fix For: 5.1.x, 5.2.0.ALPHA1, 5.2.0.FINAL
>
>         Attachments: AtomicMapServlet.java, AtomicMapTestCase.java
>
>
> Here's the scenario:
> Given 2 nodes with REPL_SYNC cache with passivating cache store (e.g. default web cache in AS7).
> 1. Create cache entry containing atomic map with 2 map entries on node1.
> 2. Passivate that cache entry on node2 via manual evict.
> 3. Modify 1 of the atomic map entries within the cache entry on node1.
> 4. Lookup atomic map on node2.  It only contains 1 map entry - the map entry modified in step 3.  The other map entry is lost.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.jboss.org/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

       



More information about the infinispan-issues mailing list