// Clean up
controller.stop();
for (HelixParticipant participant : participants) {
participant.stop();
}
admin.dropCluster(clusterName);
System.out.println("END " + clusterName + " at " + new Date(System.currentTimeMillis()));
}
/**
* Ensure that only one controller with a shared connection thinks it's leader