Closed jpasqua closed 10 years ago
There can be race conditions accessing the NavigableMaps for Location and Stats. This can result in the Graph tab not showing up (tab appears empty).
Use a ConcurrentSkipListMap as the concrete underlying implementation of the NavigableMap used for this function. Verifying bug fix and performance characteristics.
Verified fix as well as possible in 0.27.01
There can be race conditions accessing the NavigableMaps for Location and Stats. This can result in the Graph tab not showing up (tab appears empty).