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

Review of "Collections.synchronizedXXX" to ensure we aren't missing locks #511

Closed
wants to merge 3 commits into from

Conversation

NightOwl888
Copy link
Contributor

Reviewed all occurrences of Collections.synchronizedSet(), Collections.synchronizedMap(), and Collections.synchronizedList() calls in Lucene and fixed issues with missing locks and non-concurrent collections where concurrency is required.

…chronization to ensure the cache mutations synchronize with GetSizeInBytes()
… for MockLockFactory.LocksCreated dictionary (as was done in Lucene)
@NightOwl888
Copy link
Contributor Author

Superseded by #525.

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.

1 participant