ganglia / monitor-core

Ganglia Monitoring core
BSD 3-Clause "New" or "Revised" License
491 stars 246 forks source link

Fix race condition - invalid metric send to carbon server #242

Closed mijos closed 8 years ago

mijos commented 8 years ago

Fix race condition where new metrics are added while old metric still gets send to carbon server. The carbon log is reporting invalid metrics. This minor change does solve the issue.