issues
search
mesos
/
chronos
Fault tolerant job scheduler for Mesos which handles dependencies and ISO8601 based schedules
http://mesos.github.io/chronos/
Apache License 2.0
4.39k
stars
529
forks
source link
Fix dirty reads.
#845
Open
treadstone90
opened
7 years ago
treadstone90
commented
7 years ago
The existing code was causing intermittent 5XX errors because of
ConcurrentModificationException
was being thrown.
ConcurrentModificationException
was being thrown.