• Bug
  • Status: Closed
  • Resolution: Fixed
  • Reporter: sourceforgetracker
  • September 21, 2009
  • 0
  • Watchers: 0
  • July 27, 2012
  • September 25, 2009

Description

EHCache should be enhanced to support dynamic cluster membership when a static list of peers is defined. By this I mean that the list of peer nodes would continue to be specified in advance (as is done today), but EHCache would be able to dynamically determine which of those peers is reachable at a specific point in time, and only distribute cache events to peers which are reachable.

The current non-multicast clustering logic, which assumes that every peer is reachable at all times, is too simplistic for most real world applications.

Sourceforge Ticket ID: 1826243 - Opened By: pmonks - 5 Nov 2007 18:05 UTC

Comments

gluck 2009-09-25

Resilient behaviour with manual peers got added. This should have been closed sooner.