logger.debug("Applying {} from {}", m.getClass().getSimpleName(), message.getFrom());
try
{
m.apply();
// update gossip, but don't contact nodes directly
m.passiveAnnounce();
}
catch (ConfigurationException ex)
{
// Trying to apply the same migration twice. This happens as a result of gossip.
logger.debug("Migration not applied " + ex.getMessage());