Details
-
Bug
-
Status: Open
-
Major
-
Resolution: Unresolved
-
None
-
None
-
None
Description
Shutdown isn't clean when active connection exists. Often, the timeout mechanism kicks in but not always. In either case, you have to go find active connections and kill them. Or, use ckillall, which is a sledgehammer approach.
It'd be preferable if sqstop started with checking active connections with DCS and sqlci, listed them, and then asked whether to terminate the connections or abort the stop action.