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

   Documented the handler's threading contract, with a test pinning it: the 
handler is invoked on runner threads, possibly concurrently — implementations 
must be thread-safe and should return quickly (a slow handler slows update 
throughput). An exception thrown by the handler is logged and does not stop the 
client — the runner's existing safety net already contains it; the test locks 
that promise in. No ordering guarantees across failures. No behavior change in 
this commit.


-- 
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