You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This was triggered after decreasing commit interval to 30s to test other things, making this error more often. Stacktrace from master:
java.util.ConcurrentModificationException: null
at java.util.TreeMap$PrivateEntryIterator.nextEntry(Unknown Source) ~[?:?]
at java.util.TreeMap$EntryIterator.next(Unknown Source) ~[?:?]
at java.util.TreeMap$EntryIterator.next(Unknown Source) ~[?:?]
at dpf.sp.gpinf.indexer.process.IndexItem.saveMetadataTypes(IndexItem.java:228) ~[iped-engine-4.0.0-snapshot.jar:?]
at dpf.sp.gpinf.indexer.process.Manager$1.run(Manager.java:542) ~[iped-engine-4.0.0-snapshot.jar:?]
I believe this can also happen in last 3.18.x versions.
The text was updated successfully, but these errors were encountered:
lfcnassif
changed the title
Possible ConcurrentModificationException when making partial index commits
Rare ConcurrentModificationException when making partial index commits
Jan 26, 2022
lfcnassif
changed the title
Rare ConcurrentModificationException when making partial index commits
Rare aborting ConcurrentModificationException when making partial index commits
Feb 15, 2022
This was triggered after decreasing commit interval to 30s to test other things, making this error more often. Stacktrace from master:
I believe this can also happen in last 3.18.x versions.
The text was updated successfully, but these errors were encountered: