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

Fix ConcurrentModificationException when we traverse registeredTasks #664 #665

Merged
merged 2 commits into from
Apr 28, 2022

Conversation

oliverhu
Copy link
Member

registeredTasks is updated in a separate thread and can be updated whie we traverse it. We need to make sure registeredTasks can be safely passed to .stream().forEach().

@oliverhu oliverhu changed the title Fix 664 ConcurrentModificationException when we traverse registeredTasks Fix ConcurrentModificationException when we traverse registeredTasks #664 Apr 27, 2022
@oliverhu oliverhu requested a review from zuston April 27, 2022 19:33
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants