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

Build result summary

Details

Completed
Queue duration
2 minutes
Duration
2 minutes
Labels
None
Agent
Default Agent
Revision
0e84be7d1b86b8b2acff6da2b0215f6f2352b591
Total tests
466
Successful since
#749 ()

Tests

Code commits

Author Commit Message Commit date
Guus der Kinderen Guus der Kinderen 47ecde13e5c65284b396eca9c2ee2a26ce5aa3ab Fix wording of alert
Guus der Kinderen Guus der Kinderen 0e84be7d1b86b8b2acff6da2b0215f6f2352b591 OF-2313: Do not depend on clustered cache when resolving cluster outage
Code that facilitates working with incoming server sessions previously depended on two caches. The 'second' cache stored 'validatedDomains' information. This comment was added:

> Content is stored in a clustered cache so that even in the case of the node hosting the sessions is lost we can still have access to this info to be able to perform proper clean up logic

We now know that in case of an incident that involves losing a cluster node, the content of caches cannot be depended on (instead, local copies of cached data needs to be maintained).

This commit removes the second cache, replacing it with a construct that keeps 'validatedDomains' info in both the primary cache, as well as locally-stored data.

Jira issues

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