[ 
https://issues.apache.org/jira/browse/NUTCH-471?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12512702
 ] 

Doğacan Güney commented on NUTCH-471:
-------------------------------------

Dennis, can you give some more details? AFAICS, searching works fine. I started 
tomcat then sent a query to search.jsp (with and without first requesting home 
page) and I didn't see any problems in both cases.

> Fix synchronization in NutchBean creation
> -----------------------------------------
>
>                 Key: NUTCH-471
>                 URL: https://issues.apache.org/jira/browse/NUTCH-471
>             Project: Nutch
>          Issue Type: Bug
>          Components: searcher
>    Affects Versions: 1.0.0
>            Reporter: Enis Soztutar
>            Assignee: Doğacan Güney
>             Fix For: 1.0.0
>
>         Attachments: NutchBeanCreationSync_v1.patch, 
> NutchBeanCreationSync_v2.patch
>
>
> NutchBean is created and then cached in servlet context. But 
> NutchBean.get(ServletContext app, Configuration conf) is not syncronized, 
> which causes more than one instance of the bean (and 
> DistributedSearch$Client) if servlet container is accessed rapidly during 
> startup. 

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

Reply via email to