-
由 Noel Grandin 提交于
just seen a ConcurrentModificationException on Jenkins. It looks like we can access the Map<Integer, Chunk> from different threads concurrently without taking the same locks. So make it a ConcurrentHashMap. Nothing useful we can lock on here without introducing an ABBA deadlock.
f8d4e81f