log.info("Unregistered service cluster, domain " + clusterId);*/
//sending instance cleanup notification for the cluster, so that members in the cluster would aware of the termination
// and perform the house keeping task.
new InstanceCleanupNotificationService().sendInstanceCleanupNotificationForCluster(clusterId);
log.info("Instance Cleanup Notification sent to Cluster: " + clusterId);
try {
CloudControllerServiceClient.getServiceClient().unregisterService(clusterId);