• Noel Grandin's avatar
    fix concurrenccy in freedPageSpace · f8d4e81f
    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
名称
最后提交
最后更新
..
META-INF Loading commit data...
org/h2 Loading commit data...