]
William Burns resolved ISPN-4020.
---------------------------------
Resolution: Out of Date
Map/Reduce has been removed
Write a test for map/reduce with passivation enabled
----------------------------------------------------
Key: ISPN-4020
URL:
https://issues.jboss.org/browse/ISPN-4020
Project: Infinispan
Issue Type: Task
Components: Distributed Execution and Map/Reduce, Test Suite - Core
Reporter: Dan Berindei
Assignee: Vladimir Blagojevic
If an entry is activated (i.e. removed from the store) during the mapping phase, between
the iteration of the data container and the iteration of the cache store, it may be
possible for that entry to be skipped. We need to write a test to confirm if this is the
case.