HBASE-12838 After HBASE-5162 RSRpcServices accidentally applies mutations twice

This commit is contained in:
Andrew Purtell 2015-01-12 11:45:36 -08:00
parent 5b850caa80
commit e52d8f85c4
1 changed files with 0 additions and 1 deletions

View File

@ -1824,7 +1824,6 @@ public class RSRpcServices implements HBaseRPCErrorHandler,
responseBuilder.addRegionActionResult(RegionActionResult.newBuilder()
.addResultOrException(ResultOrException.newBuilder().setLoadStats(stats)));
}
mutateRows(region, regionAction.getActionList(), cellScanner);
processed = Boolean.TRUE;
}
} catch (IOException e) {