]
RH Bugzilla Integration commented on ISPN-2903:
-----------------------------------------------
Jitka Kudrnacova <jkudrnac(a)redhat.com> made a comment on [bug
]
The issue is still present in ER6.
Link to job (note: this is the first job run today with ER6 where this issue was seen
again. If you need to verify if this is present in any other test configuration, please
let us know):
Manual eviction should not delete entry from cache store
--------------------------------------------------------
Key: ISPN-2903
URL:
https://issues.jboss.org/browse/ISPN-2903
Project: Infinispan
Issue Type: Bug
Components: Eviction
Affects Versions: 5.2.3.Final
Reporter: Paul Ferraro
Assignee: Galder ZamarreƱo
Priority: Critical
Labels: 5.2.x, jdg6
Fix For: 5.2.5.Final, 5.3.0.Alpha1, 5.3.0.Final
Attachments: AtomicMapServlet.java, AtomicMapTestCase.java, server.log,
server.log
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.
It's a side effect of ISPN-2384, where some changes were made to tighten the
passivation/activation scenarios, but it did not cover manual eviction calls.
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: