Just checked. In 0.94 MutateRowsWithLocks does start a region operation, but it does not call check resources. I filed HBASE-6996.
-- Lars ________________________________ From: lars hofhansl <[email protected]> To: "[email protected]" <[email protected]> Cc: 'rama krishna' <[email protected]> Sent: Monday, October 15, 2012 11:39 AM Subject: Re: mutateRow() does not check for checkResources() and startRegionOperation() You're right... File a jira :) ________________________________ From: Ramkrishna.S.Vasudevan <[email protected]> To: [email protected] Cc: 'rama krishna' <[email protected]> Sent: Monday, October 15, 2012 4:58 AM Subject: mutateRow() does not check for checkResources() and startRegionOperation() Hi devs Any specific reason why mutateRow() does not check for checkResources() and startRegionOperation()? I think it should be right. Because if memstore is greater than the blockingMemStoreSize then we need to block that operation? Also we should see if the region is closing too. Regards Ram
