You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@lucene.apache.org by "ambikeshwar singh (JIRA)" <ji...@apache.org> on 2010/11/04 21:20:41 UTC

[jira] Updated: (SOLR-2219) Request Handler's init() called twice

     [ https://issues.apache.org/jira/browse/SOLR-2219?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

ambikeshwar singh updated SOLR-2219:
------------------------------------

    Description: 
Solr's  RequestHandlers makes call to the init() of all the implementaions of SolrRequestHandler. twice during creation. Once in the If block at line number 156 and again in the Loop at 175.  

http://lucene.apache.org/solr/api/org/apache/solr/request/SolrRequestHandler.html#init(org.apache.solr.common.util.NamedList)

  was:
Solr's  RequestHandlers makes call to the init of all the Request Handlers and its implementations twice.  Once in the If block at line number 156 and again in the loop at 175.  

http://lucene.apache.org/solr/api/org/apache/solr/request/SolrRequestHandler.html#init(org.apache.solr.common.util.NamedList)


> Request Handler's init() called twice
> -------------------------------------
>
>                 Key: SOLR-2219
>                 URL: https://issues.apache.org/jira/browse/SOLR-2219
>             Project: Solr
>          Issue Type: Bug
>          Components: SearchComponents - other
>    Affects Versions: 1.4.1
>         Environment: All
>            Reporter: ambikeshwar singh
>            Priority: Minor
>
> Solr's  RequestHandlers makes call to the init() of all the implementaions of SolrRequestHandler. twice during creation. Once in the If block at line number 156 and again in the Loop at 175.  
> http://lucene.apache.org/solr/api/org/apache/solr/request/SolrRequestHandler.html#init(org.apache.solr.common.util.NamedList)

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@lucene.apache.org
For additional commands, e-mail: dev-help@lucene.apache.org