415416417418419420421422423424425
String workerid = entry.getKey().toString(); WorkerHeartbeat whb = entry.getValue(); State state = null; if (whb == null) { state = State.notStarted;