Task #5134
Improve index task handling for invalid ORE.
Status:
Closed
Priority:
Normal
Assignee:
Skye Roseboom
Category:
d1_indexer
Target version:
-
Start date:
2014-04-24
Due date:
% Done:
100%
Milestone:
CCI-1.2
Product Version:
*
Story Points:
Sprint:
Description
Currently if the ORE parser cannot read/parse and ORE document - the index task remains in the index job queue indefinitely. This causing index task processing to attempt to delete or index the ORE contents into the index. Since parsing an invalid ORE document is a static error, the index task can be removed or updated to not process again.
Related issues
History
#1 Updated by Skye Roseboom over 10 years ago
- Status changed from New to In Progress
#2 Updated by Skye Roseboom over 10 years ago
- Status changed from In Progress to Testing
Updating calls to ResourceMapFactory methods to handle OREParserException. Error is not recoverable, does not need to be retried.
Placed on trunk and 1.2 release branch for testing and in prep for CCI 1.2.6 release.
#3 Updated by Skye Roseboom over 10 years ago
- Status changed from Testing to Closed
- translation missing: en.field_remaining_hours set to 0.0
Tested in cn-sandbox env. Invalid ORE no longer look to be getting hung up in the index work queue.
Ready for release in CCI 1.2.6.