Chronicle-Map icon indicating copy to clipboard operation
Chronicle-Map copied to clipboard

ConcurrentModificationException while calling put method on persisted map

Open harindersgulia opened this issue 9 months ago • 0 comments

I am using persisted ChronicleMap to store order requests. once in a while I get ConcurrentModificationException while calling put method. Stacktrace shows put method is calling iterator over Treemap, where it fails.

I am using version 3.19.42, any suggestion?

harindersgulia avatar Feb 13 '25 04:02 harindersgulia