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

Fixed concurrent modification exception on function worker stop #4006

Merged
merged 1 commit into from
Apr 8, 2019

Conversation

merlimat
Copy link
Contributor

@merlimat merlimat commented Apr 8, 2019

Motivation

During function worker shutdown there's concurrent modification exception since the stop function is removing from the map as well.

@merlimat merlimat added the type/bug The PR fixed a bug or issue reported a bug label Apr 8, 2019
@merlimat merlimat added this to the 2.3.1 milestone Apr 8, 2019
@merlimat merlimat self-assigned this Apr 8, 2019
@merlimat
Copy link
Contributor Author

merlimat commented Apr 8, 2019

run integration tests

@merlimat merlimat merged commit 247a608 into apache:master Apr 8, 2019
@merlimat merlimat deleted the fix-modification-exception branch April 8, 2019 21:39
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
type/bug The PR fixed a bug or issue reported a bug
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants