" from " + SafeString.objectDescription(slotInfo.getDestination()) +
" thinks the total number of slots for this cluster it " + slotInfo.getTotalAddress() +
" but a former slot said the total was " + totalAddressCounts);
}
else
throw new ClusterInfoException("There is an empty shard directory at " + clusterId.asPath() + "/" + node + " which ought to be impossible!");
}
}
return totalAddressCounts;
}