serhiy-bzhezytskyy commented on PR #4780:
URL: https://github.com/apache/solr/pull/4780#issuecomment-5410015224

   Implemented -- added `MutableListenerFactory`, a repointable 
`HttpListenerFactory` (single volatile write, no mutable method on the client). 
Turned out this also fixes two real bugs the old instance method had: it 
mutated a plain, unsynchronized `List` while requests iterate it concurrently, 
and every `security.json` reload silently added another duplicate PKI listener 
since it only ever appended. Updated PR description with the details.


-- 
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: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to