HBASE-4077 formatting spaces
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1144058 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
cf5b80c2ee
commit
df02e92592
|
@ -1350,11 +1350,11 @@ public class HRegion implements HeapSize { // , Writable{
|
|||
lid = getLock(lockid, row, true);
|
||||
|
||||
try {
|
||||
// All edits for the given row (across all column families) must happen atomically.
|
||||
prepareDelete(delete);
|
||||
delete(delete.getFamilyMap(), writeToWAL);
|
||||
// All edits for the given row (across all column families) must happen atomically.
|
||||
prepareDelete(delete);
|
||||
delete(delete.getFamilyMap(), writeToWAL);
|
||||
} finally {
|
||||
if(lockid == null) releaseRowLock(lid);
|
||||
if(lockid == null) releaseRowLock(lid);
|
||||
}
|
||||
} finally {
|
||||
closeRegionOperation();
|
||||
|
|
Loading…
Reference in New Issue