Modify ↓
Opened 6 years ago
#119 new defect
ccsd fails to shut down on a database fault
| Reported by: | ckb6 | Owned by: | mglb1 |
|---|---|---|---|
| Priority: | major | Milestone: | |
| Component: | ccsd | Version: | HEAD |
| Keywords: | Cc: | ||
| Estimated Hours Work: |
Description
While ccsd was running I droped all talbes from the database. Upon relising that ccsd was still running I attempted to shut it down using ctrl+C as it was running in a terminal. It just sat there not responding to requests nor shutting down. I had to give it a SIGQUIT to kill it.
ERROR: Could not commit changeset! DEBUG: Incoming XMLRPC call 'addSnmpInstruction' threw an exception ERROR: ERROR: relation "cookies" does not exist - Failed Execute: DELETE FROM cookies WHERE expires<NOW() (()) ERROR: Failed to complete session maintenace WARNING: A previous session maintenance task is still in progress! WARNING: A previous session maintenance task is still in progress! INFO: Accepted SSL connection from rrdbot INFO: Accepted SSL connection from rrdbot WARNING: A previous session maintenance task is still in progress! WARNING: A previous session maintenance task is still in progress! WARNING: A previous session maintenance task is still in progress! INFO: Shutting down...
A strace produced:
futex(0xa00fbd0, FUTEX_WAIT, 0, NULL
It is reproduciable.
Attachments (0)
Note: See
TracTickets for help on using
tickets.
