Build: #78 was successful Manual run by Guus der Kinderen

Build result summary

Details

Completed
Queue duration
1 second
Duration
1 minute
Labels
None
Agent
Default Agent
Revision
4f1bc67852307222420e37c89f0bae06930a7328
Total tests
489
Successful since
#1 ()

Tests

Code commits

Author Commit Message Commit date
Guus der Kinderen Guus der Kinderen 9af5af48f8127ba63a9b4405a9d23143a09616de m OF-2499: No longer serialize MUC history with room
As suggested in a 'TODO' comment in code, this replaces the MUC history that is stored inline with each MUC room, with a cache lookup.

This change intends to result in a performance boost, as retrieving/storing MUC rooms from a cache (and serializing them between cluster nodes) no longer includes the history. The data associated with history is typically very large (~50kb for 25 messages), but changes a lot less often than the room itself.
Guus der Kinderen Guus der Kinderen 4f1bc67852307222420e37c89f0bae06930a7328 m OF-2497: align non-prefetched and prefetched room history loading
With respect to the loading of MUC room history, Openfire should not behave differently when a room is 'pre-loaded' or not. Previously, the reload limit (days of history to load) defaulted to 2 days for non-preloaded rooms, while preloaded rooms did not have such a default.

Jira issues

IssueDescriptionStatus
Unknown Issue TypeOF-2497Could not obtain issue details from Jira
Unknown Issue TypeOF-2499Could not obtain issue details from Jira