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

KAFKA-6300 SelectorTest may fail with ConcurrentModificationException #4299

Closed
wants to merge 1 commit into from
Closed

Conversation

tedyu
Copy link
Contributor

@tedyu tedyu commented Dec 6, 2017

Synchronization is added w.r.t. sockets ArrayList to avoid ConcurrentModificationException

Committer Checklist (excluded from commit message)

  • Verify design and implementation
  • Verify test coverage and CI build status
  • Verify documentation (including upgrade notes)

@tedyu
Copy link
Contributor Author

tedyu commented Dec 6, 2017

This is continuation of #4288

Copy link
Contributor

@rajinisivaram rajinisivaram left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@tedyu Thanks for the PR, LGTM.
Will merge after the builds pass.

asfgit pushed a commit that referenced this pull request Dec 6, 2017
Synchronization is added w.r.t. sockets ArrayList to avoid ConcurrentModificationException

Author: tedyu <yuzhihong@gmail.com>

Reviewers: Viktor Somogyi <viktorsomogyi@gmail.com>, Rajini Sivaram <rajinisivaram@googlemail.com>

Closes #4299 from tedyu/trunk

(cherry picked from commit b690933)
Signed-off-by: Rajini Sivaram <rajinisivaram@googlemail.com>
@asfgit asfgit closed this in b690933 Dec 6, 2017
@rajinisivaram
Copy link
Contributor

Merged to trunk and 1.0 (since the new test which caused the intermittent failure is also in 1.0)

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