Bug #3155
Index Processing of resource maps need to properly handle missing system metadata.
Status:
Closed
Priority:
Normal
Assignee:
Skye Roseboom
Category:
d1_indexer
Target version:
Start date:
2012-08-27
Due date:
% Done:
100%
Milestone:
CCI-1.0.4
Product Version:
*
Story Points:
Sprint:
Description
Discovered that when system metadata is missing for data/science metadata files - the index processing logic allows the resource map to be indexed. Typically resource map processing is delayed until all resources are accounted for.
Either need to detect missing system metadata and delay resource map processing OR rewrite index processing to update resource map related relationships on every document update (remove delay on resource map processing and handle it on every document add/update).
History
#1 Updated by Skye Roseboom about 12 years ago
- Target version set to Sprint-2012.35-Block.5.2
#2 Updated by Skye Roseboom about 12 years ago
- Status changed from New to Closed
Updated resource map processing to be consistent with initial design - resource map will not index until all referenced documents are indexed or otherwise accounted for (archived/obsoleted).