codeine-cd / codeine

Codeine is a continuous deployment tool that makes product deployment faster and safer through automation and monitoring.
Apache License 2.0
28 stars 7 forks source link

collectors should be in Concurrent Map and not regular Map #172

Closed ezraroi closed 9 years ago

ezraroi commented 9 years ago

The thread the collects the data of the collectors and the thread that saves the changes to the database are using the same object and sometimes duplicates entries of collectors are stored in the database which cause that it is impossible to de-serialize the data

oshai commented 9 years ago

nice!