Add synchronized for analysis related maps to avoid ConcurrentModificationException. For example, modify the map while writing image will throw ConcurrentModificationException.
Add synchronized for analysis related maps to avoid ConcurrentModificationException. For example, modify the map while writing image will throw ConcurrentModificationException.