[
https://issues.apache.org/jira/browse/SOLR-7262?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Yonik Seeley updated SOLR-7262:
-------------------------------
Fix Version/s: 5.1
> 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
> Fix For: 5.1
>
> Attachments: SOLR-7262.patch
>
>
> 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]