• Implementation
  • Status: Resolved
  • 2 Major
  • Resolution: Won't Fix
  • Sessions
  • interfaces
  • Reporter: amiller
  • August 26, 2009
  • 0
  • Watchers: 2
  • February 12, 2014
  • February 12, 2014

Description

I think it is possible for two nodes to “evict” the same element right now (if the element is local on more than one node). Only one them will actually remove something from the underlying store, but the evict() method can get called more than once for the same element. The eviction events on session invalidation cannot be called more than once per spec. We just need to be careful to trigger the events in the right place (ie. only on the node that actually removes something).

Comments

Hung Huynh 2014-02-12

DSO is discontinued