}
}
if (processEntry.getValue().getProcessState() != ProcessState.Running
&& duccEvent.getState().equals(ProcessState.Running) && deployedProcess != null) {
// cancel process initialization timer.
deployedProcess.stopInitializationTimer();
}
// if a JP process has been deallocated, ignore any updates
// from it. It's stopping.
if (processEntry.getValue().isDeallocated()) {
// stop collecting process stats from /proc/<pid>/statm