LOG.warn("Nothing to split in log file " + logPath);
return true;
}
if(csm != null) {
HConnection scc = csm.getServer().getShortCircuitConnection();
TableName[] tables = scc.listTableNames();
for (TableName table : tables) {
if (scc.getTableState(table)
.inStates(TableState.State.DISABLED, TableState.State.DISABLING)) {
disablingOrDisabledTables.add(table);
}