final Map.Entry<AbstractInstance, Set<ChannelID>> entry = it.next();
final AbstractInstance instance = entry.getKey();
try {
instance.invalidateLookupCacheEntries(entry.getValue());
} catch (IOException ioe) {
LOG.error(StringUtils.stringifyException(ioe));
return false;
}
}