Description
DataCollector uses synchronized statements on staleCount, but the staleCount reference changes! I'm proposing it switch to use the concurrent package Lock and condition to manage staleness.
DataCollector uses synchronized statements on staleCount, but the staleCount reference changes! I'm proposing it switch to use the concurrent package Lock and condition to manage staleness.