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?
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?