Share all details about your problem, including any error messages you may have received.
Hello ,
We are intermittently encountering a java.util.ConcurrentModificationException error during the refresh task.
The issue does not occur consistently, but when it happens, the task gets stuck and cannot complete.
All data structure manipulations in this process are already performed using iterators.
Any guidance or recommendations on how to prevent this issue or ensure the refresh process handles concurrent modifications safely would be appreciated.