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

Build result summary

Details

Completed
Queue duration
3 minutes
Duration
3 minutes
Labels
None
Revision
dc509326bd6b89cabab15d68d773b7b97115479e
Total tests
600
Successful since
#1139 ()

Tests

Code commits

Author Commit Message Commit date
Guus der Kinderen Guus der Kinderen dc509326bd6b89cabab15d68d773b7b97115479e OF-2421: Prevent ConcurrentModificationException in OccupantManager
A CME has been observed while one thread is modifying the local occupants, while the other is reading from it.

This commit adds a read/write lock that should prevent this.
Guus der Kinderen Guus der Kinderen 80472bdac22ebf40c369f1bafc3830a674b2ae02 OF-2444: Call 'close' outside of lock
Calling 'close' will trigger event listeners, that in turn can try to consume queuedConnections. Deadlocks have been observed following this pattern.

This commit calls the 'close' method outside of the mutex, which prevents that problem.

Jira issues

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