Feature #6089
Remove index_event record when reindex is successful
Start date:
Due date:
% Done:
0%
Estimated time:
Bugzilla-Id:
Description
If manually reindexing a pid that had an error, we should remove the record (if it exists) from the index_event table when the manual reindex completes so that the timed reindex does not attempt to reindex it as well.
History
#1 Updated by ben leinfelder almost 9 years ago
- Assignee set to Jing Tao
- Description updated (diff)
#2 Updated by ben leinfelder almost 9 years ago
- Assignee changed from Jing Tao to ben leinfelder
- Status changed from New to In Progress
I think this will be useful, especially for cases like what Mike Frenock is experiencing - manually reindexing items in the failed list.
#3 Updated by ben leinfelder almost 9 years ago
- Status changed from In Progress to Closed
Now calling the event log remove() method for all successful reindex attempts.