Build: #386 was successful Scheduled with changes by Guus der Kinderen

Build result summary

Details

Completed
Queue duration
4 minutes
Duration
2 minutes
Labels
None
Revision
49856ec1c6a178083794f121f4a03721507fd82b
Total tests
354
Successful since
#384 ()

Tests

Code commits

Author Commit Message Commit date
Guus der Kinderen Guus der Kinderen 49856ec1c6a178083794f121f4a03721507fd82b OF-1829: Prevent NPE when removing from a non-cached collection.
When multi-valued caches are used, removing an element from a collection that is not (or no longer) in the cache should not throw a null pointer exception.

I suspect that in clustered environments, where caches are managed by all cluster nodes, there's a chance of the same removal to be executed by each node on the
same cache, which could trigger an issue like this.
Guus der Kinderen Guus der Kinderen 5b0a0c65fe21d429674c713e9752be3ee6cd34ad OF-1832: Admin console should show more data for a client session
Guus der Kinderen Guus der Kinderen 206b5abfe27c7972db9253779ab817f4ac9740b0 OF-1830: Add ignorable message during TLS handshake abort.
This extends the solution that was introduced by OF-1009 with another exception message that's similar to the one already being handled as a 'normal' handshake rejection.

Jira issues

IssueDescriptionStatus
Unknown Issue TypeOF-1009Could not obtain issue details from Jira
Unknown Issue TypeOF-1829Could not obtain issue details from Jira
Unknown Issue TypeOF-1830Could not obtain issue details from Jira
Unknown Issue TypeOF-1832Could not obtain issue details from Jira