• Bug
  • Status: Closed
  • 2 Major
  • Resolution: Not a Bug
  • DSO:L1,Statistics
  • cdennis
  • Reporter: cdennis
  • July 07, 2009
  • 0
  • Watchers: 1
  • July 15, 2010
  • May 21, 2010

Description

At the moment lock recalls that happen due to an explicit call to ManagerUtil.evictLock do not appear in the statistics - this should probably be fixed. Currently the only use of lock eviction is the CSM. You can kind of work round this in CSM by checking for flushing of the map entries (every flush will have an associated lock recall - depending on the locking scheme) - but that is far from ideal.

Comments

Chris Dennis 2010-05-21

The concept of an evicted lock no longer exists. Locks are now just unpinned and the lock is gc’ed in the same way as a lock that was never pinned.