// logger.info(methodName, null, "Publishing RM state to", stateEndpoint);
logger.info(methodName, null, "--------", ++epoch_counter, "------- Entering scheduling loop --------------------");
jobManagerUpdate = scheduler.schedule();
if ( jobManagerUpdate != null ) { // returns null while waiting for node stability
RmStateDuccEvent ev = converter.createState(jobManagerUpdate);
eventDispatcher.dispatch(stateEndpoint, ev, ""); // tell the world what is scheduled (note empty string)
}
logger.info(methodName, null, "--------", epoch_counter, "------- Scheduling loop returns --------------------");
} catch (Throwable e1) {