Details
Description
In reviewing the HRegion.getRowLockInternal() implementation, I noticed a couple of possible issues that I wanted to pass along:
- make sure rowLockContext.cleanUp() always called if row lock could not be acquired
- do not attempt to remove unusable row lock from map multiple times.
I'll post a patch for consideration.