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

Build result summary

Details

Completed
Queue duration
4 minutes
Duration
1 minute
Labels
None
Agent
Default Agent
Revision
ad4533eda5294b0c7cdd13942deca84d08894d0d
Total tests
466
Successful since
#749 ()

Tests

Code commits

Author Commit Message Commit date
Guus der Kinderen Guus der Kinderen ad4533eda5294b0c7cdd13942deca84d08894d0d Replaced term 'hostname' with 'domain' where appropriate in SessionManager
Older versions of Openfire used the term 'hostname' and 'domain' interchangebly. With clustering though, a single XMPP domain can consists of multiple servers, that each have their own hostname.

This commit replaces most references to the word 'hostname' with 'domain' in the implementation of SessionManager. No functional changes are intended.
Guus der Kinderen Guus der Kinderen 69686dc594287d5f1d6cba85cf0258ffb323c859 OF-2300: Detect and recover 'lost' cache data after cluster breakage
When a cluster node drops out of a cluster, it might be unable to retrieve cache entries. This means that those cache entries are effectively lost.

To work around this, relevant caches are supported by local data structures that can be used to re-populate these caches.

This commit detects and recovers entries that is lost in caches (as described above) for all caches in SessionManager and RoutingTableImpl

Jira issues

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