The tryRemoteLock() method issues the command to lock all members, but then always immediately issues an unlock command (resulting in the remote nodes not actually being locked even though the method's return value indicates they are). I believe the current check for null doesn't actually check for anything (it should be checking to see if all members agreed to the lock)
Anonymous