if (tableDesc.getValue(MetaDataUtil.IS_LOCAL_INDEX_TABLE_PROP_BYTES) == null
|| !Boolean.TRUE.equals(PDataType.BOOLEAN.toObject(tableDesc
.getValue(MetaDataUtil.IS_LOCAL_INDEX_TABLE_PROP_BYTES)))) {
HRegion indexRegion = IndexUtil.getIndexRegion(environment);
if (indexRegion == null) return;
st = new IndexSplitTransaction(indexRegion, splitKey);
if (!st.prepare()) {
LOG.error("Prepare for the table " + indexRegion.getTableDesc().getNameAsString()
+ " failed. So returning null. ");
ctx.bypass();
return;