if (hostname == null) {
logger.error(Lager.id(id) + "scheduler received " +
"slot-reserved notification without a hostname");
return;
} else {
resource.newHostname(hostname);
}
if (start == null) {
logger.error(Lager.id(id) + "scheduler received " +
"slot-reserved notification without a start time");