In the case multiple threads are updating the same records or records on the same pages, ArcadeDB throws a ConcurrentModificationException and the thread must retry the transaction.
In order to improve this particular case, a random delay would be helpful from 1ms to a configurable arcadedb.txRetryDelay, which is 100ms by default.
In the case multiple threads are updating the same records or records on the same pages, ArcadeDB throws a ConcurrentModificationException and the thread must retry the transaction.
In order to improve this particular case, a random delay would be helpful from 1ms to a configurable
arcadedb.txRetryDelay, which is 100ms by default.