Task #2070
Story #2067: Refactor the index task generator and processor to improve scalability and performance
Implement the refactored index task generator
Status:
Closed
Priority:
Normal
Assignee:
Skye Roseboom
Category:
d1_indexer
Target version:
Start date:
2011-11-29
Due date:
% Done:
100%
Milestone:
CCI-1.0.0
Product Version:
*
Story Points:
Sprint:
Description
The task generator and task processor will be re-using code, so some consideration of the location for the common code should be made. Perhaps add the task queue code to d1_cn_common?
History
#1 Updated by Skye Roseboom almost 13 years ago
- Status changed from New to In Progress
#2 Updated by Skye Roseboom almost 13 years ago
- Status changed from In Progress to Closed
created d1_cn_index_generator project to fulfill this requirement. generator project is dependent on d1__cn_index_common.
IndexTaskGenerator is the implementation class of the index task generator.
It will be wired into a hazelcast listener as a daemon process in Task #2072