There appears to be some problem with multiple threads accessing the same Jsonb instance. After having added Donkey to https://github.com/fabienrenaud/java-json-benchmark, running the benchmark with more than one thread causes ConcurrentModificationException to be thrown.
There appears to be some problem with multiple threads accessing the same
Jsonbinstance. After having added Donkey to https://github.com/fabienrenaud/java-json-benchmark, running the benchmark with more than one thread causesConcurrentModificationExceptionto be thrown.