Bug #4462
Index Task datasource need larger Identifier column
Status:
Closed
Priority:
Normal
Assignee:
Skye Roseboom
Category:
d1_indexer
Target version:
Start date:
2014-03-14
Due date:
2014-04-12
% Done:
100%
Estimated time:
1.00 h
Milestone:
CCI-1.2
Product Version:
*
Story Points:
Sprint:
Description
Current implementation of the index task datasource (used by the search index processor/generator) has a mistake that only allows pids of 250 char length. Need to change the column definition to allow the D1 defined 800 character limit for Identifiers.
Have not seen this issue in production, discovered during testing.
Related issues
History
#1 Updated by Skye Roseboom over 10 years ago
- Subject changed from Index Task Datasource need larger Identifier column to Index Task datasource need larger Identifier column
#2 Updated by Skye Roseboom over 10 years ago
- Due date changed from 2014-03-29 to 2014-04-12
- Target version changed from 2014.12-Block.2.2 to 2014.14-Block.2.3
#3 Updated by Skye Roseboom over 10 years ago
- Status changed from New to In Progress
#4 Updated by Skye Roseboom over 10 years ago
- Status changed from In Progress to Testing
Column definition changes to 'text' jpa column annotation type.
Copied to release branch for testing and release prep.
#5 Updated by Skye Roseboom over 10 years ago
- Status changed from Testing to Closed
Verified the index_task table schema was updated after install/upgrade so that pid column is now type 'text' which supports strings longer than 800 chars.
Ready for release in CCI 1.2.6.