Details
-
Bug
-
Status: Closed (View Workflow)
-
Major
-
Resolution: Fixed
-
None
-
None
-
2018-17, 2018-18, 2018-19, 2018-20, 2018-21
Description
DMLProc and DDLProc will both silently end if exceptions are caught in the initialisation phase and some other places in the execution. The following needs to be fixed:
- Exceptions at the end of ddlproc.cpp need to be logged
- Exceptions in DMLServer::start() need to be logged
- Need to check if there are other failure scenarios in these processes that are not logged