if (!st.prepare()) {
LOG.error("Prepare for the index table " + indexTableName
+ " failed. So returning null. ");
return null;
}
indexRegion.forceSplit(splitKey);
PairOfSameType<HRegion> daughterRegions = st.stepsBeforeAddingPONR(rs, rs, false);
SplitInfo splitInfo = splitThreadLocal.get();
splitInfo.setDaughtersAndTransaction(daughterRegions, st);
LOG.info("Daughter regions created for the index table " + indexTableName
+ " for the region " + indexRegion.getRegionInfo());