return;
}
HRegion hr = indexEdits.getRegion();
LOG.trace("Updating index table " + hr.getRegionInfo().getTableNameAsString());
try {
hr.batchMutateForIndex(indexMutations.toArray(new Pair[indexMutations.size()]));
} catch (IOException e) {
// TODO This can come? If so we need to revert the actual put
// and make the op failed.
LOG.error("Error putting data into the index region", e);
}