if (num > 6) {
log.debug("Retrieving info for " + tableName);
tableOps.getLocalityGroups(tableName);
tableOps.getProperties(tableName);
tableOps.listSplits(tableName);
tableOps.list();
} else {
log.debug("Clearing locator cache for " + tableName);
tableOps.clearLocatorCache(tableName);
}