fabric8-services / fabric8-jenkins-idler

OpenShift.io service to idle resp.unidle Jenkins instances
Apache License 2.0
4 stars 15 forks source link

Switch from homegrown UserIdlerMap to more robust cmap #300

Closed sthaha closed 5 years ago

sthaha commented 5 years ago

During the analysis of SEV-1 we noticed that the homegrown UserIdlerMap causes collision and results in resource leaks. Lets switch to a more robust concurrent map e.g. https://godoc.org/github.com/streamrail/concurrent-map