• Bug
  • Status: Closed
  • 2 Major
  • Resolution: Fixed
  • DSO:L1
  • teck
  • Reporter: teck
  • May 22, 2009
  • 0
  • Watchers: 1
  • August 20, 2009
  • May 22, 2009

Description

Class A has a postCreate method Class B extends A.

If you share an instance of class B the postCreate method will not be invoked. When we look for postCreate methods we only take the top level type name into consideration.

This is currently causing the evictor thread to not be started in nodes which initially share instances of ClusteredDistributedMap (from tim-map-evictor).

Comments

Kalai Kannaiyan 2009-08-12

Verified the changes on trunk with svn rev 12764