Status/Resolution/Reason: Closed/Withdrawn/UserError
Reporter/Name(from Bugbase): Tim Parker / Tim Parker (Tim Parker)
Created: 09/13/2012
Components: Text Search
Versions: 10.0
Failure Type:
Found In Build/Fixed In Build: Final /
Priority/Frequency: Major / Some users will encounter
Locale/System: English / Windows 7 64-bit
Vote Count: 0
Problem Description:
CFCollection (action=list) occasionally errors out, throwing:
Error getting collection information.: org.apache.solr.common.SolrException: Error handling 'status' action org.apache.solr.common.SolrException: Error handling 'status' action at org.apache.solr.handler.admin.CoreAdminHandler.handleStatusAction(CoreAdminHandler.java:445) at org.apache.solr.handler.admin.CoreAdminHandler.handleRequestBody(CoreAdminHandler.java:135) at org.apache.solr.handler.RequestHandlerBase.handleRequest(RequestHandlerBase.java:129) at org.apache.solr.servlet.SolrDispatchFilter.handleAdminRequest(SolrDispatchFilter.java:309) at org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:185) at org.mortbay.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1212) at org.mortbay.jetty.servlet.ServletHandler.handle(ServletHandler.java:399) at org.mortbay.jetty.security.SecurityHandler.handle(SecurityHandler.java:216) at org.mortbay.jetty.servlet.SessionHandler.handle(SessionHandler.java:182) at org.mortbay.jetty.handler.ContextHandler....
restarting Jetty resolves the problem
Steps to Reproduce:
On an installation with one or more Solr collections configured...
- run <CFCollection action="list" name="qry"> - error occurs sporadically
>> While attempting to narrow down the (clearly inadequate for debugging) sequence of events... we also observed latency in the CFCollection (action=list) results - immediately after the Jetty restart, the result set was empty (qry.RecordCount EQ 0) - a minute or two later (not certain of the interval - could be shorter than one minute), the expected result set was returned
Actual Result:
Expected Result:
Any Workarounds:
----------------------------- Additional Watson Details -----------------------------
Watson Bug ID: 3330658
Deployment Phase: Release Candidate
External Customer Info:
External Company:
External Customer Name: TParker
External Customer Email:
External Test Config: My Hardware and Environment details:
CF10 (10.0.1. and 10.0.2 updates NOT applied)
Windows 7 ultimate, 16GB, JVM 1.6.0_33, 1GB allocated (Xms1024m Xmx1024m) 256MB maxPermSize
problem seen two separate machines - the other one is similarly configured.
Attachments:
Comments: