Do you have any customized settings for <useColdSearcher>, warming queries,
or customized settings for the old/deprecated <indexDefaults> or
<mainIndex>? Try using the settings from the latest solrconfig.xml and then
customize from there. Or at least see how they are different.
-- Jack Krupansky
-----Original Message-----
From: adityab
Sent: Wednesday, January 30, 2013 12:21 PM
To: solr-user@lucene.apache.org
Subject: Server stops at Opening Searcher in 4.1
Hi,
We currently have Solr3.5 and working well. With the features and fixes
available in 4.1 we decided to upgrade.
We started some test with Solr4.1 on Jbos7.1. Everything looks good at first
run and indexing and execute some queries. We restart servers before
performing Load test and encountered this problem several times. Where the
search is opening (stuck there) and then jboss throws an error as seen
below. Our index size is 8.9GB (25M docs).
Have observed this usually during restart with index. To get the server
started we need to delete the index and then it goes through. Any idea what
could be the issue?
09:12:08,007 INFO [org.apache.solr.core.RequestHandlers]
(coreLoadExecutor-3-thread-1) adding lazy requestHandler: solr.SearchHandler
09:12:08,007 INFO [org.apache.solr.core.RequestHandlers]
(coreLoadExecutor-3-thread-1) created /terms: solr.SearchHandler
09:12:08,020 INFO [org.apache.solr.handler.loader.XMLLoader]
(coreLoadExecutor-3-thread-1) xsltCacheLifetimeSeconds=60
09:12:08,022 INFO [org.apache.solr.handler.loader.XMLLoader]
(coreLoadExecutor-3-thread-1) xsltCacheLifetimeSeconds=60
09:12:08,023 INFO [org.apache.solr.handler.loader.XMLLoader]
(coreLoadExecutor-3-thread-1) xsltCacheLifetimeSeconds=60
09:12:08,026 INFO [org.apache.solr.core.CachingDirectoryFactory]
(coreLoadExecutor-3-thread-1) Releasing directory:/storage/solrdata
09:12:08,260 INFO [org.apache.solr.search.SolrIndexSearcher]
(coreLoadExecutor-3-thread-1) Opening Searcher@7703d93e main
09:13:05,576 INFO [org.jboss.as.server] (DeploymentScanner-threads - 2)
JBAS015870: Deploy of deployment "solr.war" was rolled back with failure
message Operation cancelled
09:13:05,578 ERROR [org.jboss.as.server.deployment.scanner]
(DeploymentScanner-threads - 1) JBAS015052: Did not receive a response to
the deployment operation within the allowed timeout period [60 seconds].
Check the server configuration file and the server logs to find more about
the status of the deployment.
--
View this message in context:
http://lucene.472066.n3.nabble.com/Server-stops-at-Opening-Searcher-in-4-1-tp4037458.html
Sent from the Solr - User mailing list archive at Nabble.com.