• Bug
  • Status: Closed
  • 2 Major
  • Resolution: Fixed
  • Lock Manager
  • kkannaiy
  • Reporter: cdennis
  • September 15, 2009
  • 0
  • Watchers: 1
  • February 12, 2013
  • May 21, 2010

Description

There is a typo in ClientTransactionManagerImpl (shown below).

833 public void unpinLock(String lockName) { 834 lockManager.unlock(lockManager.lockIDFor(lockName)); 835 }

This obviously has some fairly serious implications for people who use the unpin method.

As far as I am aware nobody is using this at the moment… (CDM certainly doesn’t - it only uses pin and evict)

Comments

Fiona OShea 2009-12-16

verify that this isn’t going to be built in Darwin

Fiona OShea 2010-04-28

Is this already fixed?