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

Vladimir Manolov commented on SOLR-2882:
----------------------------------------

The stacktrace from the thread-dump:

at java/lang/Object.wait(Native Method) at 
java/lang/Object.wait(Object.java:199) at 
org/apache/solr/core/SolrCore.getSearcher(SolrCore.java:1031) at 
org/apache/solr/core/SolrCore.getSearcher(SolrCore.java:944) at 
org/apache/solr/request/SolrQueryRequestBase.getSearcher(SolrQueryRequestBase.java:209)
 at 
org/apache/solr/handler/component/QueryComponent.process(QueryComponent.java:136)
 at 
org/apache/solr/handler/component/SearchHandler.handleRequestBody(SearchHandler.java:194)
 at 
org/apache/solr/handler/RequestHandlerBase.handleRequest(RequestHandlerBase.java:129)
 at org/apache/solr/core/SolrCore.execute(SolrCore.java:1368) at 
org/apache/solr/servlet/SolrDispatchFilter.execute(SolrDispatchFilter.java:356) 
at 
org/apache/solr/servlet/SolrDispatchFilter.doFilter(SolrDispatchFilter.java:252)
 at 
com/ibm/ws/webcontainer/filter/FilterInstanceWrapper.doFilter(FilterInstanceWrapper.java:190)
 at 
com/ibm/ws/webcontainer/filter/WebAppFilterChain.doFilter(WebAppFilterChain.java:130)
 at 
com/ibm/ws/webcontainer/filter/WebAppFilterChain._doFilter(WebAppFilterChain.java:87)
 at 
com/ibm/ws/webcontainer/filter/WebAppFilterManager.doFilter(WebAppFilterManager.java:848)
 at 
com/ibm/ws/webcontainer/filter/WebAppFilterManager.invokeFilters(WebAppFilterManager.java:758)
 at 
com/ibm/ws/webcontainer/filter/WebAppFilterManager.invokeFilters(WebAppFilterManager.java:711)
 at 
com/ibm/ws/wswebcontainer/filter/WebAppFilterManager.invokeFilters(WebAppFilterManager.java:115)
 at 
com/ibm/ws/webcontainer/extension/DefaultExtensionProcessor.invokeFilters(DefaultExtensionProcessor.java:894)
 at 
com/ibm/ws/webcontainer/extension/DefaultExtensionProcessor.handleRequest(DefaultExtensionProcessor.java:819)
 at 
com/ibm/ws/wswebcontainer/extension/DefaultExtensionProcessor.handleRequest(DefaultExtensionProcessor.java:113)
 at com/ibm/ws/webcontainer/webapp/WebApp.handleRequest(WebApp.java:3548) at 
com/ibm/ws/webcontainer/webapp/WebGroup.handleRequest(WebGroup.java:269) at 
com/ibm/ws/webcontainer/WebContainer.handleRequest(WebContainer.java:831) at 
com/ibm/ws/wswebcontainer/WebContainer.handleRequest(WebContainer.java:1478) at 
com/ibm/ws/webcontainer/channel/WCChannelLink.ready(WCChannelLink.java:133) at 
com/ibm/ws/http/channel/inbound/impl/HttpInboundLink.handleDiscrimination(HttpInboundLink.java:450)
 at 
com/ibm/ws/http/channel/inbound/impl/HttpInboundLink.handleNewRequest(HttpInboundLink.java:508)
 at 
com/ibm/ws/http/channel/inbound/impl/HttpInboundLink.processRequest(HttpInboundLink.java:296)
 at 
com/ibm/ws/http/channel/inbound/impl/HttpInboundLink.ready(HttpInboundLink.java:270)
 at 
com/ibm/ws/tcp/channel/impl/NewConnectionInitialReadCallback.sendToDiscriminators(NewConnectionInitialReadCallback.java:214)
 at 
com/ibm/ws/tcp/channel/impl/NewConnectionInitialReadCallback.complete(NewConnectionInitialReadCallback.java:113)
 at 
com/ibm/ws/tcp/channel/impl/AioReadCompletionListener.futureCompleted(AioReadCompletionListener.java:165)
 at 
com/ibm/io/async/AbstractAsyncFuture.invokeCallback(AbstractAsyncFuture.java:217)
 at com/ibm/io/async/AsyncChannelFuture$1.run(AsyncChannelFuture.java:205) at 
com/ibm/ws/util/ThreadPool$Worker.run(ThreadPool.java:1497(Compiled Code))

                
> WebContainer-threads are blocked after restart when spellcheck is active
> ------------------------------------------------------------------------
>
>                 Key: SOLR-2882
>                 URL: https://issues.apache.org/jira/browse/SOLR-2882
>             Project: Solr
>          Issue Type: Bug
>          Components: multicore, spellchecker
>    Affects Versions: 3.4
>         Environment: WebSphere 6.1 and other
>            Reporter: Vladimir Manolov
>         Attachments: solrconfig.xml
>
>
> Currently we are experiencing a problem with Solr in combination with an 
> active spellcheck.
> The environment that we use is a WebSphere 6.1 Application Server. We have a 
> multi-core configuration and we have activated a spellcheck-SearchComponent. 
> The spellcheck-component is an IndexBasedSpellChecker and its data is stored 
> in a spellchecker folder.
> The problem is, that when we restart our server the application remains 
> hanging due to locked webcontainer-threads. When we remove the spellcheck 
> folder and restart the application, then the threads do not remain blocked 
> anymore. 
> I can provide the stacktrace from the thread dump and the current 
> solrconfig.xml

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: 
https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira



---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to