Task #2015
Story #1744: Design and Implement log aggregation capability
Design the log aggregation functionality
100%
Description
Identify the technologies to be used and components that need to be implemented to support the log aggregation service.
Draft design document capturing the key concepts and layout.
Note due date.
History
#1 Updated by Robert Waltz almost 13 years ago
- Status changed from New to In Progress
- Assignee changed from Robert Waltz to Dave Vieglais
#2 Updated by Dave Vieglais almost 13 years ago
There is some concern over the number of messages that need to be transmitted to ensure log replication. The implementation should enable the option of batching log record processing, so that some analysis of optimal message count vs message size can be made.
It should also be noted that adding new records to SOLR is significantly more efficient if done in batches rather than individually.
#3 Updated by Dave Vieglais almost 13 years ago
- Status changed from In Progress to Closed
Design appears suitable. Closing this task. Possible iterations of design and implementation may be required with further testing.