[ 
https://issues.apache.org/jira/browse/SOLR-7262?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14369621#comment-14369621
 ] 

ASF subversion and git services commented on SOLR-7262:
-------------------------------------------------------

Commit 1667803 from [[email protected]] in branch 'dev/branches/branch_5x'
[ https://svn.apache.org/r1667803 ]

SOLR-7262: fix broken thread safety for request handler registry introduced by 
SOLR-7073

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

Reply via email to