Yonik Seeley created SOLR-7262:
----------------------------------
Summary: Registering / changing request handlers not thread safe
Key: SOLR-7262
URL: https://issues.apache.org/jira/browse/SOLR-7262
Project: Solr
Issue Type: Bug
Reporter: Yonik Seeley
Here's part of the javadoc for RequestHandlers.register()
{code}
* This call is thread safe.
*
* @return the previous handler at the given path or null
*/
public SolrRequestHandler register( String handlerName, SolrRequestHandler
handler ) {
{code}
But looking at the changes from SOLR-7073, this is clearly not the case (it's
no longer thread safe). Was this thread safety removed on purpose or was it
accidental?
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]