Build: #218 was successful Scheduled with changes by 4 people

Build result summary

Details

Completed
Queue duration
2 seconds
Duration
1 minute
Labels
None
Revision
d6d902d247e6826db3a3788e00ec015d343cd456
Total tests
306
Successful since
#15 ()

Tests

Code commits

Author Commit Message Commit date
Greg Thomas <greg.d.thomas@gmail.com> Greg Thomas <greg.d.thomas@gmail.com> d6d902d247e6826db3a3788e00ec015d343cd456 OF-1682: Don't double escape XML entities
Guus der Kinderen Guus der Kinderen 0403a076ab865890e136f07a5fbbb507c2b845fe OF-1705: Have more predictable NodeID values.
The NodeID value of a server changes when clustering is enabled/disabled. This commit more explicitly updates
the NodeID value used in references, upon joining/leaving a cluster.
Guus der Kinderen Guus der Kinderen 33bd6b93797956dec240bd3a5e720cc8f90e5cd6 OF-1732: Clean up client state when cluster nodes disconnect.
When a cluster node leaves the cluster, all client connections that are connected to it are lost to the remaining cluster nodes.

These cluster nodes should update their internal state for these connections. Also, 'unavailable' presence should be sent on behalf of the connections that are lost.

This commit wires this event from RoutingTableImpl to SessionManager, as the latter does not keep state on what ClientSession relates to what cluster node. The alternative (to start maintaining such state) was deemed undesirable due to the increase in cluster-wide state synchronization that this would cause.
Guus der Kinderen Guus der Kinderen 0bb6cabf8f26f26e1c2922846ae7805cd7d06b29 Removing unused/commented code (OF-874 artifact).
Guus der Kinderen Guus der Kinderen 12344f236bf8801b7092863cc99edb48b94894da Refactoring: add values to multi-valued cache.
OF-1700 and OF-1701 introduced new utility methods to remove elements from a multi-valued cache. To reduce boilerplate code, a similar construct should be used for adding elements to such a cache.

Jira issues

IssueDescriptionStatus
13 more issues…
Unknown Issue TypeOF-874Could not obtain issue details from Jira
Unknown Issue TypeOF-1682Could not obtain issue details from Jira
Unknown Issue TypeOF-1686Could not obtain issue details from Jira
Unknown Issue TypeOF-1695Could not obtain issue details from Jira
Unknown Issue TypeOF-1698Could not obtain issue details from Jira