Closed
Bug 822304
Opened 12 years ago
Closed 11 years ago
unused priorty_jobs tables in DB ought to be expunged
Categories
(Socorro :: Database, task)
Socorro
Database
Tracking
(Not tracked)
RESOLVED
FIXED
69
People
(Reporter: lars, Assigned: selenamarie)
Details
(Whiteboard: [qa-][DB change])
each processor in Socorro has its own 'priority_jobs_XXXX' table. The XXXX is the 'processor_id' from the 'processors' table. If XXXX doesn't exist in the 'processors' table, then that priority jobs table is moribund and can be dropped.
Each processor is responsible for creating and dropping it's own priority jobs table. If the table doesn't get dropped, that means the associated processor was SIGKILL'd and didn't get the opportunity to act.
Updated•11 years ago
|
Assignee: nobody → mpressman
Assignee | ||
Comment 1•11 years ago
|
||
This is a programming issue, not for DBAs.
Assignee: mpressman → sdeckelmann
Assignee | ||
Updated•11 years ago
|
OS: Linux → All
Hardware: x86_64 → All
Target Milestone: --- → 69
Assignee | ||
Updated•11 years ago
|
Whiteboard: [qa-][DB change]
Comment 2•11 years ago
|
||
Commits pushed to master at https://github.com/mozilla/socorro
https://github.com/mozilla/socorro/commit/1aa9b5412f1620e9e049c2cca62188afe140509d
Fixes bug 822304 Removes priority_jobs table
* Removes table from models.py
* Updates a couple docs showing those tables are deprecated
https://github.com/mozilla/socorro/commit/cb49a27b0e6a393ff962652e58f6a46eb200c318
Merge pull request #1719 from selenamarie/bug822304-remove-priority-jobs
Fixes bug 822304 Removes priority_jobs table
Updated•11 years ago
|
Status: NEW → RESOLVED
Closed: 11 years ago
Resolution: --- → FIXED
Comment 3•11 years ago
|
||
Commits pushed to master at https://github.com/mozilla/socorro
https://github.com/mozilla/socorro/commit/c26a17e5c6ac10c8b41730dba832f96a2f39d31b
Fixes bug 822304 - migration for removal of priority jobs tables
https://github.com/mozilla/socorro/commit/17f9ff755897101dc08dd90acbc0cb71da26f098
Merge pull request #1733 from selenamarie/bug822304-migration-for-priority-jobs
Fixes bug 822304 - migration for removal of priority jobs tables
You need to log in
before you can comment on or make changes to this bug.
Description
•