[ https://issues.apache.org/jira/browse/SOLR-4668?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13621462#comment-13621462 ]
Hoss Man commented on SOLR-4668: -------------------------------- Example stack trace... {noformat} [junit4:junit4] 1> ERROR - 2013-04-03 15:50:35.294; org.apache.solr.common.SolrException; org.apache.solr.common.SolrException: Error handling 'status' action [junit4:junit4] 1> at org.apache.solr.handler.admin.CoreAdminHandler.handleStatusAction(CoreAdminHandler.java:670) [junit4:junit4] 1> at org.apache.solr.handler.admin.CoreAdminHandler.handleRequestBody(CoreAdminHandler.java:156) [junit4:junit4] 1> at org.apache.solr.handler.RequestHandlerBase.handleRequest(RequestHandlerBase.java:135) [junit4:junit4] 1> at org.apache.solr.servlet.SolrDispatchFilter.handleAdminRequest(SolrDispatchFilter.java:591) [junit4:junit4] 1> at org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:192) [junit4:junit4] 1> at org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:141) [junit4:junit4] 1> at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1307) [junit4:junit4] 1> at org.apache.solr.client.solrj.embedded.JettySolrRunner$DebugFilter.doFilter(JettySolrRunner.java:135) [junit4:junit4] 1> at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1307) [junit4:junit4] 1> at org.eclipse.jetty.servlet.ServletHandler.doHandle(ServletHandler.java:453) [junit4:junit4] 1> at org.eclipse.jetty.server.session.SessionHandler.doHandle(SessionHandler.java:229) [junit4:junit4] 1> at org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:137) [junit4:junit4] 1> at org.eclipse.jetty.server.handler.GzipHandler.handle(GzipHandler.java:275) [junit4:junit4] 1> at org.eclipse.jetty.server.handler.ContextHandler.doHandle(ContextHandler.java:1074) [junit4:junit4] 1> at org.eclipse.jetty.servlet.ServletHandler.doScope(ServletHandler.java:382) [junit4:junit4] 1> at org.eclipse.jetty.server.session.SessionHandler.doScope(SessionHandler.java:193) [junit4:junit4] 1> at org.eclipse.jetty.server.handler.ContextHandler.doScope(ContextHandler.java:1006) [junit4:junit4] 1> at org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:135) [junit4:junit4] 1> at org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:116) [junit4:junit4] 1> at org.eclipse.jetty.server.Server.handle(Server.java:365) [junit4:junit4] 1> at org.eclipse.jetty.server.AbstractHttpConnection.handleRequest(AbstractHttpConnection.java:485) [junit4:junit4] 1> at org.eclipse.jetty.server.AbstractHttpConnection.headerComplete(AbstractHttpConnection.java:926) [junit4:junit4] 1> at org.eclipse.jetty.server.AbstractHttpConnection$RequestHandler.headerComplete(AbstractHttpConnection.java:988) [junit4:junit4] 1> at org.eclipse.jetty.http.HttpParser.parseNext(HttpParser.java:635) [junit4:junit4] 1> at org.eclipse.jetty.http.HttpParser.parseAvailable(HttpParser.java:235) [junit4:junit4] 1> at org.eclipse.jetty.server.AsyncHttpConnection.handle(AsyncHttpConnection.java:82) [junit4:junit4] 1> at org.eclipse.jetty.io.nio.SelectChannelEndPoint.handle(SelectChannelEndPoint.java:628) [junit4:junit4] 1> at org.eclipse.jetty.io.nio.SelectChannelEndPoint$1.run(SelectChannelEndPoint.java:52) [junit4:junit4] 1> at org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:608) [junit4:junit4] 1> at org.eclipse.jetty.util.thread.QueuedThreadPool$3.run(QueuedThreadPool.java:543) [junit4:junit4] 1> at java.lang.Thread.run(Thread.java:722) [junit4:junit4] 1> Caused by: org.apache.lucene.store.AlreadyClosedException: this IndexWriter is closed [junit4:junit4] 1> at org.apache.lucene.index.IndexWriter.ensureOpen(IndexWriter.java:581) [junit4:junit4] 1> at org.apache.lucene.index.IndexWriter.ensureOpen(IndexWriter.java:595) [junit4:junit4] 1> at org.apache.lucene.index.IndexWriter.nrtIsCurrent(IndexWriter.java:4103) [junit4:junit4] 1> at org.apache.lucene.index.StandardDirectoryReader.isCurrent(StandardDirectoryReader.java:331) [junit4:junit4] 1> at org.apache.solr.handler.admin.LukeRequestHandler.getIndexInfo(LukeRequestHandler.java:561) [junit4:junit4] 1> at org.apache.solr.handler.admin.CoreAdminHandler.getCoreStatus(CoreAdminHandler.java:990) [junit4:junit4] 1> at org.apache.solr.handler.admin.CoreAdminHandler.handleStatusAction(CoreAdminHandler.java:664) [junit4:junit4] 1> ... 30 more [junit4:junit4] 1> {noformat} > Request for core status during core reload causes 500 error due to > IndexWriter AlreadyClosedException > ----------------------------------------------------------------------------------------------------- > > Key: SOLR-4668 > URL: https://issues.apache.org/jira/browse/SOLR-4668 > Project: Solr > Issue Type: Bug > Reporter: Hoss Man > > Noticed this probably while experimenting with some new tests in SOLR-4629. > While looping over requests to "/admin/cores?action=status", a corereload (in > this case triggered by replicating config files, but i don't think thta > matters) can cause a 500 error. -- This message is automatically generated by JIRA. If you think it was sent incorrectly, please contact your JIRA administrators For more information on JIRA, see: http://www.atlassian.com/software/jira --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@lucene.apache.org For additional commands, e-mail: dev-h...@lucene.apache.org