• 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

Comments

Fiona OShea 2009-09-22

Re-opening so that I can properly close out these issues and have correct Resolution status in Jira