Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Rare aborting ConcurrentModificationException when making partial index commits #942

Closed
lfcnassif opened this issue Jan 26, 2022 · 0 comments
Assignees
Labels

Comments

@lfcnassif
Copy link
Member

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.

@lfcnassif lfcnassif added the bug label Jan 26, 2022
@lfcnassif lfcnassif self-assigned this Jan 26, 2022
@lfcnassif lfcnassif changed the title Possible ConcurrentModificationException when making partial index commits Rare ConcurrentModificationException when making partial index commits Jan 26, 2022
@lfcnassif lfcnassif changed the title Rare ConcurrentModificationException when making partial index commits Rare aborting ConcurrentModificationException when making partial index commits Feb 15, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant