Commits


Prudhvi Porandla authored and Krisztián Szűcs committed ec504734cab
ARROW-7199: [Java] Fix ConcurrentModificationException in BaseAllocator::getChildAllocators synchronize on childAllocators map when iterating on its entries using keySet/entrySet views Closes #5856 from pprudhvi/sync-basealloc and squashes the following commits: 052dd8336 <Prudhvi Porandla> synchronise over childallocators while iterating on keyset view Authored-by: Prudhvi Porandla <prudhvi.porandla@icloud.com> Signed-off-by: Krisztián Szűcs <szucs.krisztian@gmail.com>