Ticket #44 (reopened defect)
arm4_control needs recovery options
| Reported by: | dcarter | Owned by: | dcarter |
|---|---|---|---|
| Priority: | high | Milestone: | |
| Component: | ARM4 Agent | Version: | Development |
| Severity: | Operational Stability | Keywords: | |
| Cc: |
Description
In the event of a daemon malfunction, restarting becomes difficult. The following things need to happen in a recovery operation:
- Run a Berkeley DB recovery operation
- Flush the queues and/or recreate the shared memory and semaphores
Change History
comment:2 Changed 5 years ago by dcarter
- Status changed from assigned to closed
- Resolution set to fixed
No special command to do this was added to arm4_control. Berkeley DB recovery is handled by adding the recover option to the environment when it's created. Removal of the shared memory and semaphores is handled with the 'remove' command.
Note: See
TracTickets for help on using
tickets.

