You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@lucenenet.apache.org by GitBox <gi...@apache.org> on 2021/08/13 12:02:26 UTC

[GitHub] [lucenenet] NightOwl888 opened a new pull request #511: Review of "Collections.synchronizedXXX" to ensure we aren't missing locks

NightOwl888 opened a new pull request #511:
URL: https://github.com/apache/lucenenet/pull/511


   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.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: dev-unsubscribe@lucenenet.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [lucenenet] NightOwl888 closed pull request #511: Review of "Collections.synchronizedXXX" to ensure we aren't missing locks

Posted by GitBox <gi...@apache.org>.
NightOwl888 closed pull request #511:
URL: https://github.com/apache/lucenenet/pull/511


   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: dev-unsubscribe@lucenenet.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [lucenenet] NightOwl888 commented on pull request #511: Review of "Collections.synchronizedXXX" to ensure we aren't missing locks

Posted by GitBox <gi...@apache.org>.
NightOwl888 commented on pull request #511:
URL: https://github.com/apache/lucenenet/pull/511#issuecomment-945149424


   Superseded by #525.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: dev-unsubscribe@lucenenet.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org