EHC ❯ RMIAsynchronousCacheReplicator mishandling non-copy updates
-
Bug
-
Status: Closed
-
-
Resolution: Fixed
-
-
-
drb
-
Reporter: sourceforgetracker
-
September 21, 2009
-
0
-
Watchers: 0
-
September 22, 2009
-
September 22, 2009
Description
Line 181 should be changed FROM:
replicationQueue.add(new EventMessage(EventMessage.REMOVE, cache, element));
TO:
replicationQueue.add(new EventMessage(EventMessage.REMOVE, cache, element.getKey()));
When the queue is flushed, it looks for eventMessage.key when sending REMOVE events. Sourceforge Ticket ID: 1451780 - Opened By: randypuro - 16 Mar 2006 23:32 UTC
Re-opening so that I can properly close out these issues and have correct Resolution status in Jira