Investigate and clean up orphaned content
Bug #1655477 reported by
Paul Everitt
This bug affects 1 person
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
KARL4 |
Fix Released
|
Medium
|
Jim Fulton |
Bug Description
Jim found that we have 4,900+ objects that have no __parent__:
osf-karl=> select count(*) from object_json where state ? 'creator' and not state ? '__parent__';
count
-------
4991
The catalog silently filters these out of queries so we weren't failing. We need to look at these, devise a theory as to what happened, and do some kind of remediation (re-attach or remove.)
Aim for February.
Changed in karl4: | |
milestone: | 030 → 031 |
Changed in karl4: | |
status: | Invalid → Fix Released |
To post a comment you must log in.
I'll hand this over to Jim for April or May.