Fixed
Details
Assignee
Dave CridlandDave CridlandReporter
Guus der KinderenGuus der KinderenComponents
Fix versions
Priority
Major
Details
Details
Assignee
Dave Cridland
Dave CridlandReporter
Guus der Kinderen
Guus der KinderenComponents
Fix versions
Priority
Created October 7, 2016 at 1:04 PM
Updated May 31, 2019 at 3:17 PM
Resolved March 5, 2018 at 7:34 PM
The Archiving part of the Monitoring plugin stores chat logs. These logs can be retrieved again by the clients.
To improve performance, logs are temporarily cached, and written to a database periodically.
When a client retrieves logs, those that have not (yet) been written to the database are not included in the result.
The intended behavior is that all logs are retrieved, not only those that have been written to the database, but also those that are buffered, waiting to be written to the database.