uschindler commented on PR #13142:
URL: https://github.com/apache/lucene/pull/13142#issuecomment-1997212215

   Hi,
   I am fine to apply the "safe" changes where iteration or an atomic 
add+remove is not required.
   But all others should be reverted and external synchronization using 
synchronizedSet should be used.
   Let's only do this for simple sets where we never iterate and where we only 
check and add single entries from different threads.
   Uwe


-- 
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: issues-unsubscr...@lucene.apache.org

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


---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscr...@lucene.apache.org
For additional commands, e-mail: issues-h...@lucene.apache.org

Reply via email to