Skip to content

Instantly share code, notes, and snippets.

@chatman
Created January 23, 2021 01:51
Show Gist options
  • Save chatman/567afa09cc3e233d151f8e8b0f6b63e7 to your computer and use it in GitHub Desktop.
Save chatman/567afa09cc3e233d151f8e8b0f6b63e7 to your computer and use it in GitHub Desktop.
[junit4] Suite: org.apache.solr.ltr.TestLTROnSolrCloud
[junit4] 1> 07:14:54.420 [jetty-launcher-32-thread-1] ERROR org.apache.solr.util.StartupLoggingUtils - Missing Java Option solr.log.dir. Logging may be missing or incomplete.
[junit4] 1> 07:14:59.071 [qtp1845186159-135] ERROR org.apache.solr.handler.RequestHandlerBase - org.apache.solr.common.SolrException: Unable to reload core [collection1_shard3_replica_n4]
[junit4] 1> at org.apache.solr.core.CoreContainer.reload(CoreContainer.java:1757)
[junit4] 1> at org.apache.solr.core.CoreContainer.reload(CoreContainer.java:1676)
[junit4] 1> at org.apache.solr.handler.admin.CoreAdminOperation.lambda$static$2(CoreAdminOperation.java:134)
[junit4] 1> at org.apache.solr.handler.admin.CoreAdminOperation.execute(CoreAdminOperation.java:367)
[junit4] 1> at org.apache.solr.handler.admin.CoreAdminHandler$CallInfo.call(CoreAdminHandler.java:397)
[junit4] 1> at org.apache.solr.handler.admin.CoreAdminHandler.handleRequestBody(CoreAdminHandler.java:181)
[junit4] 1> at org.apache.solr.handler.RequestHandlerBase.handleRequest(RequestHandlerBase.java:216)
[junit4] 1> at org.apache.solr.servlet.HttpSolrCall.handleAdmin(HttpSolrCall.java:836)
[junit4] 1> at org.apache.solr.servlet.HttpSolrCall.handleAdminRequest(HttpSolrCall.java:800)
[junit4] 1> at org.apache.solr.servlet.HttpSolrCall.call(HttpSolrCall.java:545)
[junit4] 1> at org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:427)
[junit4] 1> at org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:357)
[junit4] 1> at org.eclipse.jetty.servlet.FilterHolder.doFilter(FilterHolder.java:193)
[junit4] 1> at org.eclipse.jetty.servlet.ServletHandler$Chain.doFilter(ServletHandler.java:1601)
[junit4] 1> at org.apache.solr.client.solrj.embedded.JettySolrRunner$DebugFilter.doFilter(JettySolrRunner.java:166)
[junit4] 1> at org.eclipse.jetty.servlet.FilterHolder.doFilter(FilterHolder.java:193)
[junit4] 1> at org.eclipse.jetty.servlet.ServletHandler$Chain.doFilter(ServletHandler.java:1601)
[junit4] 1> at org.eclipse.jetty.servlet.ServletHandler.doHandle(ServletHandler.java:548)
[junit4] 1> at org.eclipse.jetty.server.handler.ScopedHandler.nextHandle(ScopedHandler.java:233)
[junit4] 1> at org.eclipse.jetty.server.session.SessionHandler.doHandle(SessionHandler.java:1612)
[junit4] 1> at org.eclipse.jetty.server.handler.ScopedHandler.nextHandle(ScopedHandler.java:233)
[junit4] 1> at org.eclipse.jetty.server.handler.ContextHandler.doHandle(ContextHandler.java:1434)
[junit4] 1> at org.eclipse.jetty.server.handler.ScopedHandler.nextScope(ScopedHandler.java:188)
[junit4] 1> at org.eclipse.jetty.servlet.ServletHandler.doScope(ServletHandler.java:501)
[junit4] 1> at org.eclipse.jetty.server.session.SessionHandler.doScope(SessionHandler.java:1582)
[junit4] 1> at org.eclipse.jetty.server.handler.ScopedHandler.nextScope(ScopedHandler.java:186)
[junit4] 1> at org.eclipse.jetty.server.handler.ContextHandler.doScope(ContextHandler.java:1349)
[junit4] 1> at org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:141)
[junit4] 1> at org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:127)
[junit4] 1> at org.eclipse.jetty.rewrite.handler.RewriteHandler.handle(RewriteHandler.java:322)
[junit4] 1> at org.eclipse.jetty.server.handler.gzip.GzipHandler.handle(GzipHandler.java:716)
[junit4] 1> at org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:127)
[junit4] 1> at org.eclipse.jetty.server.Server.handle(Server.java:516)
[junit4] 1> at org.eclipse.jetty.server.HttpChannel.lambda$handle$1(HttpChannel.java:383)
[junit4] 1> at org.eclipse.jetty.server.HttpChannel.dispatch(HttpChannel.java:556)
[junit4] 1> at org.eclipse.jetty.server.HttpChannel.handle(HttpChannel.java:375)
[junit4] 1> at org.eclipse.jetty.server.HttpConnection.onFillable(HttpConnection.java:273)
[junit4] 1> at org.eclipse.jetty.io.AbstractConnection$ReadCallback.succeeded(AbstractConnection.java:311)
[junit4] 1> at org.eclipse.jetty.io.FillInterest.fillable(FillInterest.java:105)
[junit4] 1> at org.eclipse.jetty.io.ChannelEndPoint$1.run(ChannelEndPoint.java:104)
[junit4] 1> at org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:773)
[junit4] 1> at org.eclipse.jetty.util.thread.QueuedThreadPool$Runner.run(QueuedThreadPool.java:905)
[junit4] 1> at java.lang.Thread.run(Thread.java:748)
[junit4] 1> Caused by: org.apache.solr.common.SolrException: Could not load conf for core collection1_shard3_replica_n4: Can't load schema schema.xml: null
[junit4] 1> at org.apache.solr.core.ConfigSetService.loadConfigSet(ConfigSetService.java:100)
[junit4] 1> at org.apache.solr.core.CoreContainer.reload(CoreContainer.java:1703)
[junit4] 1> ... 42 more
[junit4] 1> Caused by: org.apache.solr.common.SolrException: Can't load schema schema.xml: null
[junit4] 1> at org.apache.solr.schema.IndexSchema.readSchema(IndexSchema.java:628)
[junit4] 1> at org.apache.solr.schema.IndexSchema.<init>(IndexSchema.java:180)
[junit4] 1> at org.apache.solr.schema.IndexSchemaFactory.create(IndexSchemaFactory.java:85)
[junit4] 1> at org.apache.solr.core.ConfigSetService.createIndexSchema(ConfigSetService.java:157)
[junit4] 1> at org.apache.solr.core.ConfigSetService.lambda$loadConfigSet$0(ConfigSetService.java:96)
[junit4] 1> at org.apache.solr.core.ConfigSet.<init>(ConfigSet.java:48)
[junit4] 1> at org.apache.solr.core.ConfigSetService.loadConfigSet(ConfigSetService.java:96)
[junit4] 1> ... 43 more
[junit4] 1> Caused by: java.util.ConcurrentModificationException
[junit4] 1> at java.util.ArrayList$Itr.checkForComodification(ArrayList.java:911)
[junit4] 1> at java.util.ArrayList$Itr.next(ArrayList.java:861)
[junit4] 1> at org.apache.solr.schema.IndexSchema.loadCopyFields(IndexSchema.java:745)
[junit4] 1> at org.apache.solr.schema.IndexSchema.readSchema(IndexSchema.java:618)
[junit4] 1> ... 49 more
[junit4] 1>
[junit4] 1> 07:14:59.076 [qtp1845186159-135] ERROR org.apache.solr.servlet.HttpSolrCall - org.apache.solr.common.SolrException: Unable to reload core [collection1_shard3_replica_n4]
[junit4] 1> at org.apache.solr.core.CoreContainer.reload(CoreContainer.java:1757)
[junit4] 1> at org.apache.solr.core.CoreContainer.reload(CoreContainer.java:1676)
[junit4] 1> at org.apache.solr.handler.admin.CoreAdminOperation.lambda$static$2(CoreAdminOperation.java:134)
[junit4] 1> at org.apache.solr.handler.admin.CoreAdminOperation.execute(CoreAdminOperation.java:367)
[junit4] 1> at org.apache.solr.handler.admin.CoreAdminHandler$CallInfo.call(CoreAdminHandler.java:397)
[junit4] 1> at org.apache.solr.handler.admin.CoreAdminHandler.handleRequestBody(CoreAdminHandler.java:181)
[junit4] 1> at org.apache.solr.handler.RequestHandlerBase.handleRequest(RequestHandlerBase.java:216)
[junit4] 1> at org.apache.solr.servlet.HttpSolrCall.handleAdmin(HttpSolrCall.java:836)
[junit4] 1> at org.apache.solr.servlet.HttpSolrCall.handleAdminRequest(HttpSolrCall.java:800)
[junit4] 1> at org.apache.solr.servlet.HttpSolrCall.call(HttpSolrCall.java:545)
[junit4] 1> at org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:427)
[junit4] 1> at org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:357)
[junit4] 1> at org.eclipse.jetty.servlet.FilterHolder.doFilter(FilterHolder.java:193)
[junit4] 1> at org.eclipse.jetty.servlet.ServletHandler$Chain.doFilter(ServletHandler.java:1601)
[junit4] 1> at org.apache.solr.client.solrj.embedded.JettySolrRunner$DebugFilter.doFilter(JettySolrRunner.java:166)
[junit4] 1> at org.eclipse.jetty.servlet.FilterHolder.doFilter(FilterHolder.java:193)
[junit4] 1> at org.eclipse.jetty.servlet.ServletHandler$Chain.doFilter(ServletHandler.java:1601)
[junit4] 1> at org.eclipse.jetty.servlet.ServletHandler.doHandle(ServletHandler.java:548)
[junit4] 1> at org.eclipse.jetty.server.handler.ScopedHandler.nextHandle(ScopedHandler.java:233)
[junit4] 1> at org.eclipse.jetty.server.session.SessionHandler.doHandle(SessionHandler.java:1612)
[junit4] 1> at org.eclipse.jetty.server.handler.ScopedHandler.nextHandle(ScopedHandler.java:233)
[junit4] 1> at org.eclipse.jetty.server.handler.ContextHandler.doHandle(ContextHandler.java:1434)
[junit4] 1> at org.eclipse.jetty.server.handler.ScopedHandler.nextScope(ScopedHandler.java:188)
[junit4] 1> at org.eclipse.jetty.servlet.ServletHandler.doScope(ServletHandler.java:501)
[junit4] 1> at org.eclipse.jetty.server.session.SessionHandler.doScope(SessionHandler.java:1582)
[junit4] 1> at org.eclipse.jetty.server.handler.ScopedHandler.nextScope(ScopedHandler.java:186)
[junit4] 1> at org.eclipse.jetty.server.handler.ContextHandler.doScope(ContextHandler.java:1349)
[junit4] 1> at org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:141)
[junit4] 1> at org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:127)
[junit4] 1> at org.eclipse.jetty.rewrite.handler.RewriteHandler.handle(RewriteHandler.java:322)
[junit4] 1> at org.eclipse.jetty.server.handler.gzip.GzipHandler.handle(GzipHandler.java:716)
[junit4] 1> at org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:127)
[junit4] 1> at org.eclipse.jetty.server.Server.handle(Server.java:516)
[junit4] 1> at org.eclipse.jetty.server.HttpChannel.lambda$handle$1(HttpChannel.java:383)
[junit4] 1> at org.eclipse.jetty.server.HttpChannel.dispatch(HttpChannel.java:556)
[junit4] 1> at org.eclipse.jetty.server.HttpChannel.handle(HttpChannel.java:375)
[junit4] 1> at org.eclipse.jetty.server.HttpConnection.onFillable(HttpConnection.java:273)
[junit4] 1> at org.eclipse.jetty.io.AbstractConnection$ReadCallback.succeeded(AbstractConnection.java:311)
[junit4] 1> at org.eclipse.jetty.io.FillInterest.fillable(FillInterest.java:105)
[junit4] 1> at org.eclipse.jetty.io.ChannelEndPoint$1.run(ChannelEndPoint.java:104)
[junit4] 1> at org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:773)
[junit4] 1> at org.eclipse.jetty.util.thread.QueuedThreadPool$Runner.run(QueuedThreadPool.java:905)
[junit4] 1> at java.lang.Thread.run(Thread.java:748)
[junit4] 1> Caused by: org.apache.solr.common.SolrException: Could not load conf for core collection1_shard3_replica_n4: Can't load schema schema.xml: null
[junit4] 1> at org.apache.solr.core.ConfigSetService.loadConfigSet(ConfigSetService.java:100)
[junit4] 1> at org.apache.solr.core.CoreContainer.reload(CoreContainer.java:1703)
[junit4] 1> ... 42 more
[junit4] 1> Caused by: org.apache.solr.common.SolrException: Can't load schema schema.xml: null
[junit4] 1> at org.apache.solr.schema.IndexSchema.readSchema(IndexSchema.java:628)
[junit4] 1> at org.apache.solr.schema.IndexSchema.<init>(IndexSchema.java:180)
[junit4] 1> at org.apache.solr.schema.IndexSchemaFactory.create(IndexSchemaFactory.java:85)
[junit4] 1> at org.apache.solr.core.ConfigSetService.createIndexSchema(ConfigSetService.java:157)
[junit4] 1> at org.apache.solr.core.ConfigSetService.lambda$loadConfigSet$0(ConfigSetService.java:96)
[junit4] 1> at org.apache.solr.core.ConfigSet.<init>(ConfigSet.java:48)
[junit4] 1> at org.apache.solr.core.ConfigSetService.loadConfigSet(ConfigSetService.java:96)
[junit4] 1> ... 43 more
[junit4] 1> Caused by: java.util.ConcurrentModificationException
[junit4] 1> at java.util.ArrayList$Itr.checkForComodification(ArrayList.java:911)
[junit4] 1> at java.util.ArrayList$Itr.next(ArrayList.java:861)
[junit4] 1> at org.apache.solr.schema.IndexSchema.loadCopyFields(IndexSchema.java:745)
[junit4] 1> at org.apache.solr.schema.IndexSchema.readSchema(IndexSchema.java:618)
[junit4] 1> ... 49 more
[junit4] 1>
[junit4] 1> 07:14:59.083 [OverseerThreadFactory-54-thread-2-processing-n:127.0.0.1:39685_solr] ERROR org.apache.solr.cloud.api.collections.OverseerCollectionMessageHandler - Error from shard: http://127.0.0.1:39685/solr
[junit4] 1> org.apache.solr.client.solrj.impl.HttpSolrClient$RemoteSolrException: Error from server at http://127.0.0.1:39685/solr: Unable to reload core [collection1_shard3_replica_n4]
[junit4] 1> at org.apache.solr.client.solrj.impl.HttpSolrClient.executeMethod(HttpSolrClient.java:681) ~[java/:?]
[junit4] 1> at org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:266) ~[java/:?]
[junit4] 1> at org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:248) ~[java/:?]
[junit4] 1> at org.apache.solr.client.solrj.SolrClient.request(SolrClient.java:1290) ~[java/:?]
[junit4] 1> at org.apache.solr.handler.component.HttpShardHandlerFactory$1.request(HttpShardHandlerFactory.java:169) ~[java/:?]
[junit4] 1> at org.apache.solr.handler.component.ShardRequestor.call(ShardRequestor.java:130) ~[java/:?]
[junit4] 1> at org.apache.solr.handler.component.ShardRequestor.call(ShardRequestor.java:41) ~[java/:?]
[junit4] 1> at java.util.concurrent.FutureTask.run(FutureTask.java:266) ~[?:1.8.0_275]
[junit4] 1> at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511) ~[?:1.8.0_275]
[junit4] 1> at java.util.concurrent.FutureTask.run(FutureTask.java:266) ~[?:1.8.0_275]
[junit4] 1> at com.codahale.metrics.InstrumentedExecutorService$InstrumentedRunnable.run(InstrumentedExecutorService.java:180) ~[metrics-core-4.1.5.jar:4.1.5]
[junit4] 1> at org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor.lambda$execute$0(ExecutorUtil.java:218) ~[java/:?]
[junit4] 1> at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149) [?:1.8.0_275]
[junit4] 1> at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624) [?:1.8.0_275]
[junit4] 1> at java.lang.Thread.run(Thread.java:748) [?:1.8.0_275]
[junit4] 2> NOTE: reproduce with: ant test -Dtestcase=TestLTROnSolrCloud -Dtests.method=testSimpleQuery -Dtests.seed=C966BB90B66E5C3 -Dtests.slow=true -Dtests.locale=ms-MY -Dtests.timezone=Europe/Madrid -Dtests.asserts=true -Dtests.file.encoding=US-ASCII
[junit4] FAILURE 5.75s J0 | TestLTROnSolrCloud.testSimpleQuery <<<
[junit4] > Throwable #1: org.junit.ComparisonFailure: expected:<[powpularityS=4.0,c3=2.0,original=6.0]> but was:<[]>
[junit4] > at __randomizedtesting.SeedInfo.seed([C966BB90B66E5C3:799BABA51B7C2316]:0)
[junit4] > at org.apache.solr.ltr.TestLTROnSolrCloud.testSimpleQuery(TestLTROnSolrCloud.java:153)
[junit4] > at java.lang.Thread.run(Thread.java:748)
[junit4] 2> NOTE: leaving temporary files on disk at: /home/ishan/.lucene-releases/8.8.0/lucene-solr/solr/build/contrib/solr-ltr/test/J0/temp/solr.ltr.TestLTROnSolrCloud_C966BB90B66E5C3-001
[junit4] 2> NOTE: test params are: codec=Asserting(Lucene87): {description=TestBloomFilteredLucenePostings(BloomFilteringPostingsFormat(Lucene84)), id=BlockTreeOrds(blocksize=128), text=PostingsFormat(name=LuceneVarGapFixedInterval), title=PostingsFormat(name=LuceneFixedGap)}, docValues:{_version_=DocValuesFormat(name=Direct), popularity=DocValuesFormat(name=Asserting)}, maxPointsInLeafNode=246, maxMBSortInHeap=7.888703255823286, sim=Asserting(RandomSimilarity(queryNorm=false): {}), locale=ms-MY, timezone=Europe/Madrid
[junit4] 2> NOTE: Linux 5.9.16-100.fc32.x86_64 amd64/Red Hat, Inc. 1.8.0_275 (64-bit)/cpus=12,threads=1,free=322946776,total=479723520
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment