// create new capabilities and update view
this.topologyCapabilities = newCaps;
// before we propagate the new topology we do some maintenance
if ( eventType == Type.TOPOLOGY_INIT ) {
final UpgradeTask task = new UpgradeTask(this);
task.run();
final FindUnfinishedJobsTask rt = new FindUnfinishedJobsTask(this);
rt.run();
}