Issue #2726: Make SmartInit shutdown more gracefully
Change-Id: I1a5514e75645083a1d8fa8a771ac33ea8fd39fe7 Former-commit-id:06d58b0472
[formerly1781500740
] [formerly36742a30f3
] [formerly06d58b0472
[formerly1781500740
] [formerly36742a30f3
] [formerly6918dc0026
[formerly36742a30f3
[formerly 93f8af097d2a04e054e1c3d0ae0b7d62ca30892e]]]] Former-commit-id:6918dc0026
Former-commit-id:4e1a30b4d9
[formerly433d5a77f6
] [formerly e1f4de7e6f2ee07e043c48c470ad8d5b1a46686a [formerly52e821b5bb
]] Former-commit-id: 983a1eeebf0004a7badd7ac01293b0008554a0e2 [formerly5a49b7e345
] Former-commit-id:6775b0dce6
This commit is contained in:
parent
d6eadfc34c
commit
cfd219f2bb
1 changed files with 2 additions and 1 deletions
|
@ -38,6 +38,7 @@ import com.raytheon.uf.common.localization.PathManagerFactory;
|
|||
import com.raytheon.uf.common.status.IUFStatusHandler;
|
||||
import com.raytheon.uf.common.status.UFStatus;
|
||||
import com.raytheon.uf.common.util.FileUtil;
|
||||
import com.raytheon.uf.edex.core.EDEXUtil;
|
||||
import com.raytheon.uf.edex.core.EdexTimerBasedThread;
|
||||
|
||||
/**
|
||||
|
@ -88,7 +89,7 @@ public class SmartInitSrv extends EdexTimerBasedThread {
|
|||
if (record != null) {
|
||||
runSmartInit(record);
|
||||
}
|
||||
} while (record != null);
|
||||
} while ((record != null) && !EDEXUtil.isShuttingDown());
|
||||
}
|
||||
|
||||
@Override
|
||||
|
|
Loading…
Add table
Reference in a new issue