I think a row lock should be obtained before getting a row. but the following method in HRegion class show a row lock won't be obtained
*public Result get(final Get get, final Integer lockid)* * * although there is a* lockid* parameter, but it is not used in this method. Sincerely Vince Wei