Build: https://builds.apache.org/job/Lucene-Solr-Tests-master/1771/
4 tests failed.
FAILED:
org.apache.solr.handler.admin.StatsReloadRaceTest.testParallelReloadAndStats
Error Message:
Key SEARCHER.searcher.indexVersion not found in registry solr.core.collection1
Stack Trace:
java.lang.AssertionError: Key SEARCHER.searcher.indexVersion not found in
registry solr.core.collection1
at
__randomizedtesting.SeedInfo.seed([4AACD3B7094AA967:8532B68E86BBC138]:0)
at org.junit.Assert.fail(Assert.java:93)
at org.junit.Assert.assertTrue(Assert.java:43)
at
org.apache.solr.handler.admin.StatsReloadRaceTest.requestMetrics(StatsReloadRaceTest.java:132)
at
org.apache.solr.handler.admin.StatsReloadRaceTest.testParallelReloadAndStats(StatsReloadRaceTest.java:70)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:498)
at
com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1713)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:907)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:943)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:957)
at
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
at
org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
at
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
at
org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
at
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
at
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
at
com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:817)
at
com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:468)
at
com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:916)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:802)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:852)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:863)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
at
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
at
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
at
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
at
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
at
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
at
org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
at java.lang.Thread.run(Thread.java:745)
FAILED: junit.framework.TestSuite.org.apache.solr.util.TestSolrCLIRunExample
Error Message:
ObjectTracker found 6 object(s) that were not released!!! [SolrIndexSearcher,
MockDirectoryWrapper, MockDirectoryWrapper, MDCAwareThreadPoolExecutor,
MockDirectoryWrapper, TransactionLog]
org.apache.solr.common.util.ObjectReleaseTracker$ObjectTrackerException:
org.apache.solr.search.SolrIndexSearcher at
org.apache.solr.common.util.ObjectReleaseTracker.track(ObjectReleaseTracker.java:42)
at
org.apache.solr.search.SolrIndexSearcher.<init>(SolrIndexSearcher.java:308) at
org.apache.solr.core.SolrCore.openNewSearcher(SolrCore.java:2030) at
org.apache.solr.core.SolrCore.getSearcher(SolrCore.java:2192) at
org.apache.solr.core.SolrCore.initSearcher(SolrCore.java:1077) at
org.apache.solr.core.SolrCore.<init>(SolrCore.java:966) at
org.apache.solr.core.SolrCore.reload(SolrCore.java:648) at
org.apache.solr.core.CoreContainer.reload(CoreContainer.java:1166) at
org.apache.solr.core.SolrCore.lambda$getConfListener$18(SolrCore.java:2944) at
org.apache.solr.cloud.ZkController.lambda$fireEventListeners$4(ZkController.java:2349)
at java.lang.Thread.run(Thread.java:745)
org.apache.solr.common.util.ObjectReleaseTracker$ObjectTrackerException:
org.apache.lucene.store.MockDirectoryWrapper at
org.apache.solr.common.util.ObjectReleaseTracker.track(ObjectReleaseTracker.java:42)
at
org.apache.solr.core.CachingDirectoryFactory.get(CachingDirectoryFactory.java:347)
at org.apache.solr.core.SolrCore.getNewIndexDir(SolrCore.java:359) at
org.apache.solr.core.SolrCore.initIndex(SolrCore.java:721) at
org.apache.solr.core.SolrCore.<init>(SolrCore.java:940) at
org.apache.solr.core.SolrCore.<init>(SolrCore.java:855) at
org.apache.solr.core.CoreContainer.create(CoreContainer.java:975) at
org.apache.solr.core.CoreContainer.create(CoreContainer.java:910) at
org.apache.solr.handler.admin.CoreAdminOperation.lambda$static$0(CoreAdminOperation.java:88)
at
org.apache.solr.handler.admin.CoreAdminOperation.execute(CoreAdminOperation.java:370)
at
org.apache.solr.handler.admin.CoreAdminHandler$CallInfo.call(CoreAdminHandler.java:388)
at
org.apache.solr.handler.admin.CoreAdminHandler.handleRequestBody(CoreAdminHandler.java:174)
at
org.apache.solr.handler.RequestHandlerBase.handleRequest(RequestHandlerBase.java:178)
at org.apache.solr.servlet.HttpSolrCall.handleAdmin(HttpSolrCall.java:747)
at
org.apache.solr.servlet.HttpSolrCall.handleAdminRequest(HttpSolrCall.java:728)
at org.apache.solr.servlet.HttpSolrCall.call(HttpSolrCall.java:509) at
org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:344)
at
org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:295)
at
org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1699)
at
org.apache.solr.client.solrj.embedded.JettySolrRunner$DebugFilter.doFilter(JettySolrRunner.java:139)
at
org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1699)
at org.eclipse.jetty.servlet.ServletHandler.doHandle(ServletHandler.java:582)
at
org.eclipse.jetty.server.session.SessionHandler.doHandle(SessionHandler.java:224)
at
org.eclipse.jetty.server.handler.ContextHandler.doHandle(ContextHandler.java:1180)
at org.eclipse.jetty.servlet.ServletHandler.doScope(ServletHandler.java:512)
at
org.eclipse.jetty.server.session.SessionHandler.doScope(SessionHandler.java:185)
at
org.eclipse.jetty.server.handler.ContextHandler.doScope(ContextHandler.java:1112)
at
org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:141)
at
org.eclipse.jetty.server.handler.gzip.GzipHandler.handle(GzipHandler.java:395)
at
org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:134)
at org.eclipse.jetty.server.Server.handle(Server.java:534) at
org.eclipse.jetty.server.HttpChannel.handle(HttpChannel.java:320) at
org.eclipse.jetty.server.HttpConnection.onFillable(HttpConnection.java:251) at
org.eclipse.jetty.io.AbstractConnection$ReadCallback.succeeded(AbstractConnection.java:273)
at org.eclipse.jetty.io.FillInterest.fillable(FillInterest.java:95) at
org.eclipse.jetty.io.SelectChannelEndPoint$2.run(SelectChannelEndPoint.java:93)
at
org.eclipse.jetty.util.thread.strategy.ExecuteProduceConsume.executeProduceConsume(ExecuteProduceConsume.java:303)
at
org.eclipse.jetty.util.thread.strategy.ExecuteProduceConsume.produceConsume(ExecuteProduceConsume.java:148)
at
org.eclipse.jetty.util.thread.strategy.ExecuteProduceConsume.run(ExecuteProduceConsume.java:136)
at
org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:671)
at
org.eclipse.jetty.util.thread.QueuedThreadPool$2.run(QueuedThreadPool.java:589)
at java.lang.Thread.run(Thread.java:745)
org.apache.solr.common.util.ObjectReleaseTracker$ObjectTrackerException:
org.apache.lucene.store.MockDirectoryWrapper at
org.apache.solr.common.util.ObjectReleaseTracker.track(ObjectReleaseTracker.java:42)
at
org.apache.solr.core.CachingDirectoryFactory.get(CachingDirectoryFactory.java:347)
at org.apache.solr.update.SolrIndexWriter.create(SolrIndexWriter.java:92) at
org.apache.solr.core.SolrCore.initIndex(SolrCore.java:753) at
org.apache.solr.core.SolrCore.<init>(SolrCore.java:940) at
org.apache.solr.core.SolrCore.<init>(SolrCore.java:855) at
org.apache.solr.core.CoreContainer.create(CoreContainer.java:975) at
org.apache.solr.core.CoreContainer.create(CoreContainer.java:910) at
org.apache.solr.handler.admin.CoreAdminOperation.lambda$static$0(CoreAdminOperation.java:88)
at
org.apache.solr.handler.admin.CoreAdminOperation.execute(CoreAdminOperation.java:370)
at
org.apache.solr.handler.admin.CoreAdminHandler$CallInfo.call(CoreAdminHandler.java:388)
at
org.apache.solr.handler.admin.CoreAdminHandler.handleRequestBody(CoreAdminHandler.java:174)
at
org.apache.solr.handler.RequestHandlerBase.handleRequest(RequestHandlerBase.java:178)
at org.apache.solr.servlet.HttpSolrCall.handleAdmin(HttpSolrCall.java:747)
at
org.apache.solr.servlet.HttpSolrCall.handleAdminRequest(HttpSolrCall.java:728)
at org.apache.solr.servlet.HttpSolrCall.call(HttpSolrCall.java:509) at
org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:344)
at
org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:295)
at
org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1699)
at
org.apache.solr.client.solrj.embedded.JettySolrRunner$DebugFilter.doFilter(JettySolrRunner.java:139)
at
org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1699)
at org.eclipse.jetty.servlet.ServletHandler.doHandle(ServletHandler.java:582)
at
org.eclipse.jetty.server.session.SessionHandler.doHandle(SessionHandler.java:224)
at
org.eclipse.jetty.server.handler.ContextHandler.doHandle(ContextHandler.java:1180)
at org.eclipse.jetty.servlet.ServletHandler.doScope(ServletHandler.java:512)
at
org.eclipse.jetty.server.session.SessionHandler.doScope(SessionHandler.java:185)
at
org.eclipse.jetty.server.handler.ContextHandler.doScope(ContextHandler.java:1112)
at
org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:141)
at
org.eclipse.jetty.server.handler.gzip.GzipHandler.handle(GzipHandler.java:395)
at
org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:134)
at org.eclipse.jetty.server.Server.handle(Server.java:534) at
org.eclipse.jetty.server.HttpChannel.handle(HttpChannel.java:320) at
org.eclipse.jetty.server.HttpConnection.onFillable(HttpConnection.java:251) at
org.eclipse.jetty.io.AbstractConnection$ReadCallback.succeeded(AbstractConnection.java:273)
at org.eclipse.jetty.io.FillInterest.fillable(FillInterest.java:95) at
org.eclipse.jetty.io.SelectChannelEndPoint$2.run(SelectChannelEndPoint.java:93)
at
org.eclipse.jetty.util.thread.strategy.ExecuteProduceConsume.executeProduceConsume(ExecuteProduceConsume.java:303)
at
org.eclipse.jetty.util.thread.strategy.ExecuteProduceConsume.produceConsume(ExecuteProduceConsume.java:148)
at
org.eclipse.jetty.util.thread.strategy.ExecuteProduceConsume.run(ExecuteProduceConsume.java:136)
at
org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:671)
at
org.eclipse.jetty.util.thread.QueuedThreadPool$2.run(QueuedThreadPool.java:589)
at java.lang.Thread.run(Thread.java:745)
org.apache.solr.common.util.ObjectReleaseTracker$ObjectTrackerException:
org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor at
org.apache.solr.common.util.ObjectReleaseTracker.track(ObjectReleaseTracker.java:42)
at org.apache.solr.core.SolrCore.<init>(SolrCore.java:878) at
org.apache.solr.core.SolrCore.reload(SolrCore.java:648) at
org.apache.solr.core.CoreContainer.reload(CoreContainer.java:1166) at
org.apache.solr.core.SolrCore.lambda$getConfListener$18(SolrCore.java:2944) at
org.apache.solr.cloud.ZkController.lambda$fireEventListeners$4(ZkController.java:2349)
at java.lang.Thread.run(Thread.java:745)
org.apache.solr.common.util.ObjectReleaseTracker$ObjectTrackerException:
org.apache.lucene.store.MockDirectoryWrapper at
org.apache.solr.common.util.ObjectReleaseTracker.track(ObjectReleaseTracker.java:42)
at
org.apache.solr.core.CachingDirectoryFactory.get(CachingDirectoryFactory.java:347)
at
org.apache.solr.core.SolrCore.initSnapshotMetaDataManager(SolrCore.java:490)
at org.apache.solr.core.SolrCore.<init>(SolrCore.java:934) at
org.apache.solr.core.SolrCore.<init>(SolrCore.java:855) at
org.apache.solr.core.CoreContainer.create(CoreContainer.java:975) at
org.apache.solr.core.CoreContainer.create(CoreContainer.java:910) at
org.apache.solr.handler.admin.CoreAdminOperation.lambda$static$0(CoreAdminOperation.java:88)
at
org.apache.solr.handler.admin.CoreAdminOperation.execute(CoreAdminOperation.java:370)
at
org.apache.solr.handler.admin.CoreAdminHandler$CallInfo.call(CoreAdminHandler.java:388)
at
org.apache.solr.handler.admin.CoreAdminHandler.handleRequestBody(CoreAdminHandler.java:174)
at
org.apache.solr.handler.RequestHandlerBase.handleRequest(RequestHandlerBase.java:178)
at org.apache.solr.servlet.HttpSolrCall.handleAdmin(HttpSolrCall.java:747)
at
org.apache.solr.servlet.HttpSolrCall.handleAdminRequest(HttpSolrCall.java:728)
at org.apache.solr.servlet.HttpSolrCall.call(HttpSolrCall.java:509) at
org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:344)
at
org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:295)
at
org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1699)
at
org.apache.solr.client.solrj.embedded.JettySolrRunner$DebugFilter.doFilter(JettySolrRunner.java:139)
at
org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1699)
at org.eclipse.jetty.servlet.ServletHandler.doHandle(ServletHandler.java:582)
at
org.eclipse.jetty.server.session.SessionHandler.doHandle(SessionHandler.java:224)
at
org.eclipse.jetty.server.handler.ContextHandler.doHandle(ContextHandler.java:1180)
at org.eclipse.jetty.servlet.ServletHandler.doScope(ServletHandler.java:512)
at
org.eclipse.jetty.server.session.SessionHandler.doScope(SessionHandler.java:185)
at
org.eclipse.jetty.server.handler.ContextHandler.doScope(ContextHandler.java:1112)
at
org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:141)
at
org.eclipse.jetty.server.handler.gzip.GzipHandler.handle(GzipHandler.java:395)
at
org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:134)
at org.eclipse.jetty.server.Server.handle(Server.java:534) at
org.eclipse.jetty.server.HttpChannel.handle(HttpChannel.java:320) at
org.eclipse.jetty.server.HttpConnection.onFillable(HttpConnection.java:251) at
org.eclipse.jetty.io.AbstractConnection$ReadCallback.succeeded(AbstractConnection.java:273)
at org.eclipse.jetty.io.FillInterest.fillable(FillInterest.java:95) at
org.eclipse.jetty.io.SelectChannelEndPoint$2.run(SelectChannelEndPoint.java:93)
at
org.eclipse.jetty.util.thread.strategy.ExecuteProduceConsume.executeProduceConsume(ExecuteProduceConsume.java:303)
at
org.eclipse.jetty.util.thread.strategy.ExecuteProduceConsume.produceConsume(ExecuteProduceConsume.java:148)
at
org.eclipse.jetty.util.thread.strategy.ExecuteProduceConsume.run(ExecuteProduceConsume.java:136)
at
org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:671)
at
org.eclipse.jetty.util.thread.QueuedThreadPool$2.run(QueuedThreadPool.java:589)
at java.lang.Thread.run(Thread.java:745)
org.apache.solr.common.util.ObjectReleaseTracker$ObjectTrackerException:
org.apache.solr.update.TransactionLog at
org.apache.solr.common.util.ObjectReleaseTracker.track(ObjectReleaseTracker.java:42)
at org.apache.solr.update.TransactionLog.<init>(TransactionLog.java:190) at
org.apache.solr.update.UpdateLog.newTransactionLog(UpdateLog.java:438) at
org.apache.solr.update.UpdateLog.ensureLog(UpdateLog.java:1250) at
org.apache.solr.update.UpdateLog.add(UpdateLog.java:524) at
org.apache.solr.update.UpdateLog.add(UpdateLog.java:509) at
org.apache.solr.update.DirectUpdateHandler2.doNormalUpdate(DirectUpdateHandler2.java:348)
at
org.apache.solr.update.DirectUpdateHandler2.addDoc0(DirectUpdateHandler2.java:267)
at
org.apache.solr.update.DirectUpdateHandler2.addDoc(DirectUpdateHandler2.java:217)
at
org.apache.solr.update.processor.RunUpdateProcessor.processAdd(RunUpdateProcessorFactory.java:67)
at
org.apache.solr.update.processor.UpdateRequestProcessor.processAdd(UpdateRequestProcessor.java:55)
at
org.apache.solr.update.processor.DistributedUpdateProcessor.doLocalAdd(DistributedUpdateProcessor.java:992)
at
org.apache.solr.update.processor.DistributedUpdateProcessor.versionAdd(DistributedUpdateProcessor.java:1208)
at
org.apache.solr.update.processor.DistributedUpdateProcessor.processAdd(DistributedUpdateProcessor.java:754)
at
org.apache.solr.update.processor.LogUpdateProcessorFactory$LogUpdateProcessor.processAdd(LogUpdateProcessorFactory.java:103)
at
org.apache.solr.update.processor.UpdateRequestProcessor.processAdd(UpdateRequestProcessor.java:55)
at
org.apache.solr.update.processor.AddSchemaFieldsUpdateProcessorFactory$AddSchemaFieldsUpdateProcessor.processAdd(AddSchemaFieldsUpdateProcessorFactory.java:336)
at
org.apache.solr.update.processor.UpdateRequestProcessor.processAdd(UpdateRequestProcessor.java:55)
at
org.apache.solr.update.processor.FieldMutatingUpdateProcessor.processAdd(FieldMutatingUpdateProcessor.java:118)
at
org.apache.solr.update.processor.UpdateRequestProcessor.processAdd(UpdateRequestProcessor.java:55)
at
org.apache.solr.update.processor.FieldMutatingUpdateProcessor.processAdd(FieldMutatingUpdateProcessor.java:118)
at
org.apache.solr.update.processor.UpdateRequestProcessor.processAdd(UpdateRequestProcessor.java:55)
at
org.apache.solr.update.processor.FieldMutatingUpdateProcessor.processAdd(FieldMutatingUpdateProcessor.java:118)
at
org.apache.solr.update.processor.UpdateRequestProcessor.processAdd(UpdateRequestProcessor.java:55)
at
org.apache.solr.update.processor.FieldMutatingUpdateProcessor.processAdd(FieldMutatingUpdateProcessor.java:118)
at
org.apache.solr.update.processor.UpdateRequestProcessor.processAdd(UpdateRequestProcessor.java:55)
at
org.apache.solr.update.processor.FieldNameMutatingUpdateProcessorFactory$1.processAdd(FieldNameMutatingUpdateProcessorFactory.java:74)
at
org.apache.solr.update.processor.UpdateRequestProcessor.processAdd(UpdateRequestProcessor.java:55)
at
org.apache.solr.update.processor.FieldMutatingUpdateProcessor.processAdd(FieldMutatingUpdateProcessor.java:118)
at
org.apache.solr.update.processor.UpdateRequestProcessor.processAdd(UpdateRequestProcessor.java:55)
at
org.apache.solr.update.processor.AbstractDefaultValueUpdateProcessorFactory$DefaultValueUpdateProcessor.processAdd(AbstractDefaultValueUpdateProcessorFactory.java:91)
at
org.apache.solr.handler.loader.JavabinLoader$1.update(JavabinLoader.java:98)
at
org.apache.solr.client.solrj.request.JavaBinUpdateRequestCodec$1.readOuterMostDocIterator(JavaBinUpdateRequestCodec.java:187)
at
org.apache.solr.client.solrj.request.JavaBinUpdateRequestCodec$1.readIterator(JavaBinUpdateRequestCodec.java:143)
at org.apache.solr.common.util.JavaBinCodec.readObject(JavaBinCodec.java:313)
at org.apache.solr.common.util.JavaBinCodec.readVal(JavaBinCodec.java:258) at
org.apache.solr.client.solrj.request.JavaBinUpdateRequestCodec$1.readNamedList(JavaBinUpdateRequestCodec.java:129)
at org.apache.solr.common.util.JavaBinCodec.readObject(JavaBinCodec.java:278)
at org.apache.solr.common.util.JavaBinCodec.readVal(JavaBinCodec.java:258) at
org.apache.solr.common.util.JavaBinCodec.unmarshal(JavaBinCodec.java:180) at
org.apache.solr.client.solrj.request.JavaBinUpdateRequestCodec.unmarshal(JavaBinUpdateRequestCodec.java:194)
at
org.apache.solr.handler.loader.JavabinLoader.parseAndLoadDocs(JavabinLoader.java:108)
at org.apache.solr.handler.loader.JavabinLoader.load(JavabinLoader.java:55)
at
org.apache.solr.handler.UpdateRequestHandler$1.load(UpdateRequestHandler.java:97)
at
org.apache.solr.handler.ContentStreamHandlerBase.handleRequestBody(ContentStreamHandlerBase.java:68)
at
org.apache.solr.handler.RequestHandlerBase.handleRequest(RequestHandlerBase.java:178)
at org.apache.solr.core.SolrCore.execute(SolrCore.java:2480) at
org.apache.solr.servlet.HttpSolrCall.execute(HttpSolrCall.java:722) at
org.apache.solr.servlet.HttpSolrCall.call(HttpSolrCall.java:528) at
org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:344)
at
org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:295)
at
org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1699)
at
org.apache.solr.client.solrj.embedded.JettySolrRunner$DebugFilter.doFilter(JettySolrRunner.java:139)
at
org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1699)
at org.eclipse.jetty.servlet.ServletHandler.doHandle(ServletHandler.java:582)
at
org.eclipse.jetty.server.session.SessionHandler.doHandle(SessionHandler.java:224)
at
org.eclipse.jetty.server.handler.ContextHandler.doHandle(ContextHandler.java:1180)
at org.eclipse.jetty.servlet.ServletHandler.doScope(ServletHandler.java:512)
at
org.eclipse.jetty.server.session.SessionHandler.doScope(SessionHandler.java:185)
at
org.eclipse.jetty.server.handler.ContextHandler.doScope(ContextHandler.java:1112)
at
org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:141)
at
org.eclipse.jetty.server.handler.gzip.GzipHandler.handle(GzipHandler.java:395)
at
org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:134)
at org.eclipse.jetty.server.Server.handle(Server.java:534) at
org.eclipse.jetty.server.HttpChannel.handle(HttpChannel.java:320) at
org.eclipse.jetty.server.HttpConnection.onFillable(HttpConnection.java:251) at
org.eclipse.jetty.io.AbstractConnection$ReadCallback.succeeded(AbstractConnection.java:273)
at org.eclipse.jetty.io.FillInterest.fillable(FillInterest.java:95) at
org.eclipse.jetty.io.SelectChannelEndPoint$2.run(SelectChannelEndPoint.java:93)
at
org.eclipse.jetty.util.thread.strategy.ExecuteProduceConsume.executeProduceConsume(ExecuteProduceConsume.java:303)
at
org.eclipse.jetty.util.thread.strategy.ExecuteProduceConsume.produceConsume(ExecuteProduceConsume.java:148)
at
org.eclipse.jetty.util.thread.strategy.ExecuteProduceConsume.run(ExecuteProduceConsume.java:136)
at
org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:671)
at
org.eclipse.jetty.util.thread.QueuedThreadPool$2.run(QueuedThreadPool.java:589)
at java.lang.Thread.run(Thread.java:745)
Stack Trace:
java.lang.AssertionError: ObjectTracker found 6 object(s) that were not
released!!! [SolrIndexSearcher, MockDirectoryWrapper, MockDirectoryWrapper,
MDCAwareThreadPoolExecutor, MockDirectoryWrapper, TransactionLog]
org.apache.solr.common.util.ObjectReleaseTracker$ObjectTrackerException:
org.apache.solr.search.SolrIndexSearcher
at
org.apache.solr.common.util.ObjectReleaseTracker.track(ObjectReleaseTracker.java:42)
at
org.apache.solr.search.SolrIndexSearcher.<init>(SolrIndexSearcher.java:308)
at org.apache.solr.core.SolrCore.openNewSearcher(SolrCore.java:2030)
at org.apache.solr.core.SolrCore.getSearcher(SolrCore.java:2192)
at org.apache.solr.core.SolrCore.initSearcher(SolrCore.java:1077)
at org.apache.solr.core.SolrCore.<init>(SolrCore.java:966)
at org.apache.solr.core.SolrCore.reload(SolrCore.java:648)
at org.apache.solr.core.CoreContainer.reload(CoreContainer.java:1166)
at
org.apache.solr.core.SolrCore.lambda$getConfListener$18(SolrCore.java:2944)
at
org.apache.solr.cloud.ZkController.lambda$fireEventListeners$4(ZkController.java:2349)
at java.lang.Thread.run(Thread.java:745)
org.apache.solr.common.util.ObjectReleaseTracker$ObjectTrackerException:
org.apache.lucene.store.MockDirectoryWrapper
at
org.apache.solr.common.util.ObjectReleaseTracker.track(ObjectReleaseTracker.java:42)
at
org.apache.solr.core.CachingDirectoryFactory.get(CachingDirectoryFactory.java:347)
at org.apache.solr.core.SolrCore.getNewIndexDir(SolrCore.java:359)
at org.apache.solr.core.SolrCore.initIndex(SolrCore.java:721)
at org.apache.solr.core.SolrCore.<init>(SolrCore.java:940)
at org.apache.solr.core.SolrCore.<init>(SolrCore.java:855)
at org.apache.solr.core.CoreContainer.create(CoreContainer.java:975)
at org.apache.solr.core.CoreContainer.create(CoreContainer.java:910)
at
org.apache.solr.handler.admin.CoreAdminOperation.lambda$static$0(CoreAdminOperation.java:88)
at
org.apache.solr.handler.admin.CoreAdminOperation.execute(CoreAdminOperation.java:370)
at
org.apache.solr.handler.admin.CoreAdminHandler$CallInfo.call(CoreAdminHandler.java:388)
at
org.apache.solr.handler.admin.CoreAdminHandler.handleRequestBody(CoreAdminHandler.java:174)
at
org.apache.solr.handler.RequestHandlerBase.handleRequest(RequestHandlerBase.java:178)
at
org.apache.solr.servlet.HttpSolrCall.handleAdmin(HttpSolrCall.java:747)
at
org.apache.solr.servlet.HttpSolrCall.handleAdminRequest(HttpSolrCall.java:728)
at org.apache.solr.servlet.HttpSolrCall.call(HttpSolrCall.java:509)
at
org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:344)
at
org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:295)
at
org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1699)
at
org.apache.solr.client.solrj.embedded.JettySolrRunner$DebugFilter.doFilter(JettySolrRunner.java:139)
at
org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1699)
at
org.eclipse.jetty.servlet.ServletHandler.doHandle(ServletHandler.java:582)
at
org.eclipse.jetty.server.session.SessionHandler.doHandle(SessionHandler.java:224)
at
org.eclipse.jetty.server.handler.ContextHandler.doHandle(ContextHandler.java:1180)
at
org.eclipse.jetty.servlet.ServletHandler.doScope(ServletHandler.java:512)
at
org.eclipse.jetty.server.session.SessionHandler.doScope(SessionHandler.java:185)
at
org.eclipse.jetty.server.handler.ContextHandler.doScope(ContextHandler.java:1112)
at
org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:141)
at
org.eclipse.jetty.server.handler.gzip.GzipHandler.handle(GzipHandler.java:395)
at
org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:134)
at org.eclipse.jetty.server.Server.handle(Server.java:534)
at org.eclipse.jetty.server.HttpChannel.handle(HttpChannel.java:320)
at
org.eclipse.jetty.server.HttpConnection.onFillable(HttpConnection.java:251)
at
org.eclipse.jetty.io.AbstractConnection$ReadCallback.succeeded(AbstractConnection.java:273)
at org.eclipse.jetty.io.FillInterest.fillable(FillInterest.java:95)
at
org.eclipse.jetty.io.SelectChannelEndPoint$2.run(SelectChannelEndPoint.java:93)
at
org.eclipse.jetty.util.thread.strategy.ExecuteProduceConsume.executeProduceConsume(ExecuteProduceConsume.java:303)
at
org.eclipse.jetty.util.thread.strategy.ExecuteProduceConsume.produceConsume(ExecuteProduceConsume.java:148)
at
org.eclipse.jetty.util.thread.strategy.ExecuteProduceConsume.run(ExecuteProduceConsume.java:136)
at
org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:671)
at
org.eclipse.jetty.util.thread.QueuedThreadPool$2.run(QueuedThreadPool.java:589)
at java.lang.Thread.run(Thread.java:745)
org.apache.solr.common.util.ObjectReleaseTracker$ObjectTrackerException:
org.apache.lucene.store.MockDirectoryWrapper
at
org.apache.solr.common.util.ObjectReleaseTracker.track(ObjectReleaseTracker.java:42)
at
org.apache.solr.core.CachingDirectoryFactory.get(CachingDirectoryFactory.java:347)
at
org.apache.solr.update.SolrIndexWriter.create(SolrIndexWriter.java:92)
at org.apache.solr.core.SolrCore.initIndex(SolrCore.java:753)
at org.apache.solr.core.SolrCore.<init>(SolrCore.java:940)
at org.apache.solr.core.SolrCore.<init>(SolrCore.java:855)
at org.apache.solr.core.CoreContainer.create(CoreContainer.java:975)
at org.apache.solr.core.CoreContainer.create(CoreContainer.java:910)
at
org.apache.solr.handler.admin.CoreAdminOperation.lambda$static$0(CoreAdminOperation.java:88)
at
org.apache.solr.handler.admin.CoreAdminOperation.execute(CoreAdminOperation.java:370)
at
org.apache.solr.handler.admin.CoreAdminHandler$CallInfo.call(CoreAdminHandler.java:388)
at
org.apache.solr.handler.admin.CoreAdminHandler.handleRequestBody(CoreAdminHandler.java:174)
at
org.apache.solr.handler.RequestHandlerBase.handleRequest(RequestHandlerBase.java:178)
at
org.apache.solr.servlet.HttpSolrCall.handleAdmin(HttpSolrCall.java:747)
at
org.apache.solr.servlet.HttpSolrCall.handleAdminRequest(HttpSolrCall.java:728)
at org.apache.solr.servlet.HttpSolrCall.call(HttpSolrCall.java:509)
at
org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:344)
at
org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:295)
at
org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1699)
at
org.apache.solr.client.solrj.embedded.JettySolrRunner$DebugFilter.doFilter(JettySolrRunner.java:139)
at
org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1699)
at
org.eclipse.jetty.servlet.ServletHandler.doHandle(ServletHandler.java:582)
at
org.eclipse.jetty.server.session.SessionHandler.doHandle(SessionHandler.java:224)
at
org.eclipse.jetty.server.handler.ContextHandler.doHandle(ContextHandler.java:1180)
at
org.eclipse.jetty.servlet.ServletHandler.doScope(ServletHandler.java:512)
at
org.eclipse.jetty.server.session.SessionHandler.doScope(SessionHandler.java:185)
at
org.eclipse.jetty.server.handler.ContextHandler.doScope(ContextHandler.java:1112)
at
org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:141)
at
org.eclipse.jetty.server.handler.gzip.GzipHandler.handle(GzipHandler.java:395)
at
org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:134)
at org.eclipse.jetty.server.Server.handle(Server.java:534)
at org.eclipse.jetty.server.HttpChannel.handle(HttpChannel.java:320)
at
org.eclipse.jetty.server.HttpConnection.onFillable(HttpConnection.java:251)
at
org.eclipse.jetty.io.AbstractConnection$ReadCallback.succeeded(AbstractConnection.java:273)
at org.eclipse.jetty.io.FillInterest.fillable(FillInterest.java:95)
at
org.eclipse.jetty.io.SelectChannelEndPoint$2.run(SelectChannelEndPoint.java:93)
at
org.eclipse.jetty.util.thread.strategy.ExecuteProduceConsume.executeProduceConsume(ExecuteProduceConsume.java:303)
at
org.eclipse.jetty.util.thread.strategy.ExecuteProduceConsume.produceConsume(ExecuteProduceConsume.java:148)
at
org.eclipse.jetty.util.thread.strategy.ExecuteProduceConsume.run(ExecuteProduceConsume.java:136)
at
org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:671)
at
org.eclipse.jetty.util.thread.QueuedThreadPool$2.run(QueuedThreadPool.java:589)
at java.lang.Thread.run(Thread.java:745)
org.apache.solr.common.util.ObjectReleaseTracker$ObjectTrackerException:
org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor
at
org.apache.solr.common.util.ObjectReleaseTracker.track(ObjectReleaseTracker.java:42)
at org.apache.solr.core.SolrCore.<init>(SolrCore.java:878)
at org.apache.solr.core.SolrCore.reload(SolrCore.java:648)
at org.apache.solr.core.CoreContainer.reload(CoreContainer.java:1166)
at
org.apache.solr.core.SolrCore.lambda$getConfListener$18(SolrCore.java:2944)
at
org.apache.solr.cloud.ZkController.lambda$fireEventListeners$4(ZkController.java:2349)
at java.lang.Thread.run(Thread.java:745)
org.apache.solr.common.util.ObjectReleaseTracker$ObjectTrackerException:
org.apache.lucene.store.MockDirectoryWrapper
at
org.apache.solr.common.util.ObjectReleaseTracker.track(ObjectReleaseTracker.java:42)
at
org.apache.solr.core.CachingDirectoryFactory.get(CachingDirectoryFactory.java:347)
at
org.apache.solr.core.SolrCore.initSnapshotMetaDataManager(SolrCore.java:490)
at org.apache.solr.core.SolrCore.<init>(SolrCore.java:934)
at org.apache.solr.core.SolrCore.<init>(SolrCore.java:855)
at org.apache.solr.core.CoreContainer.create(CoreContainer.java:975)
at org.apache.solr.core.CoreContainer.create(CoreContainer.java:910)
at
org.apache.solr.handler.admin.CoreAdminOperation.lambda$static$0(CoreAdminOperation.java:88)
at
org.apache.solr.handler.admin.CoreAdminOperation.execute(CoreAdminOperation.java:370)
at
org.apache.solr.handler.admin.CoreAdminHandler$CallInfo.call(CoreAdminHandler.java:388)
at
org.apache.solr.handler.admin.CoreAdminHandler.handleRequestBody(CoreAdminHandler.java:174)
at
org.apache.solr.handler.RequestHandlerBase.handleRequest(RequestHandlerBase.java:178)
at
org.apache.solr.servlet.HttpSolrCall.handleAdmin(HttpSolrCall.java:747)
at
org.apache.solr.servlet.HttpSolrCall.handleAdminRequest(HttpSolrCall.java:728)
at org.apache.solr.servlet.HttpSolrCall.call(HttpSolrCall.java:509)
at
org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:344)
at
org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:295)
at
org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1699)
at
org.apache.solr.client.solrj.embedded.JettySolrRunner$DebugFilter.doFilter(JettySolrRunner.java:139)
at
org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1699)
at
org.eclipse.jetty.servlet.ServletHandler.doHandle(ServletHandler.java:582)
at
org.eclipse.jetty.server.session.SessionHandler.doHandle(SessionHandler.java:224)
at
org.eclipse.jetty.server.handler.ContextHandler.doHandle(ContextHandler.java:1180)
at
org.eclipse.jetty.servlet.ServletHandler.doScope(ServletHandler.java:512)
at
org.eclipse.jetty.server.session.SessionHandler.doScope(SessionHandler.java:185)
at
org.eclipse.jetty.server.handler.ContextHandler.doScope(ContextHandler.java:1112)
at
org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:141)
at
org.eclipse.jetty.server.handler.gzip.GzipHandler.handle(GzipHandler.java:395)
at
org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:134)
at org.eclipse.jetty.server.Server.handle(Server.java:534)
at org.eclipse.jetty.server.HttpChannel.handle(HttpChannel.java:320)
at
org.eclipse.jetty.server.HttpConnection.onFillable(HttpConnection.java:251)
at
org.eclipse.jetty.io.AbstractConnection$ReadCallback.succeeded(AbstractConnection.java:273)
at org.eclipse.jetty.io.FillInterest.fillable(FillInterest.java:95)
at
org.eclipse.jetty.io.SelectChannelEndPoint$2.run(SelectChannelEndPoint.java:93)
at
org.eclipse.jetty.util.thread.strategy.ExecuteProduceConsume.executeProduceConsume(ExecuteProduceConsume.java:303)
at
org.eclipse.jetty.util.thread.strategy.ExecuteProduceConsume.produceConsume(ExecuteProduceConsume.java:148)
at
org.eclipse.jetty.util.thread.strategy.ExecuteProduceConsume.run(ExecuteProduceConsume.java:136)
at
org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:671)
at
org.eclipse.jetty.util.thread.QueuedThreadPool$2.run(QueuedThreadPool.java:589)
at java.lang.Thread.run(Thread.java:745)
org.apache.solr.common.util.ObjectReleaseTracker$ObjectTrackerException:
org.apache.solr.update.TransactionLog
at
org.apache.solr.common.util.ObjectReleaseTracker.track(ObjectReleaseTracker.java:42)
at org.apache.solr.update.TransactionLog.<init>(TransactionLog.java:190)
at
org.apache.solr.update.UpdateLog.newTransactionLog(UpdateLog.java:438)
at org.apache.solr.update.UpdateLog.ensureLog(UpdateLog.java:1250)
at org.apache.solr.update.UpdateLog.add(UpdateLog.java:524)
at org.apache.solr.update.UpdateLog.add(UpdateLog.java:509)
at
org.apache.solr.update.DirectUpdateHandler2.doNormalUpdate(DirectUpdateHandler2.java:348)
at
org.apache.solr.update.DirectUpdateHandler2.addDoc0(DirectUpdateHandler2.java:267)
at
org.apache.solr.update.DirectUpdateHandler2.addDoc(DirectUpdateHandler2.java:217)
at
org.apache.solr.update.processor.RunUpdateProcessor.processAdd(RunUpdateProcessorFactory.java:67)
at
org.apache.solr.update.processor.UpdateRequestProcessor.processAdd(UpdateRequestProcessor.java:55)
at
org.apache.solr.update.processor.DistributedUpdateProcessor.doLocalAdd(DistributedUpdateProcessor.java:992)
at
org.apache.solr.update.processor.DistributedUpdateProcessor.versionAdd(DistributedUpdateProcessor.java:1208)
at
org.apache.solr.update.processor.DistributedUpdateProcessor.processAdd(DistributedUpdateProcessor.java:754)
at
org.apache.solr.update.processor.LogUpdateProcessorFactory$LogUpdateProcessor.processAdd(LogUpdateProcessorFactory.java:103)
at
org.apache.solr.update.processor.UpdateRequestProcessor.processAdd(UpdateRequestProcessor.java:55)
at
org.apache.solr.update.processor.AddSchemaFieldsUpdateProcessorFactory$AddSchemaFieldsUpdateProcessor.processAdd(AddSchemaFieldsUpdateProcessorFactory.java:336)
at
org.apache.solr.update.processor.UpdateRequestProcessor.processAdd(UpdateRequestProcessor.java:55)
at
org.apache.solr.update.processor.FieldMutatingUpdateProcessor.processAdd(FieldMutatingUpdateProcessor.java:118)
at
org.apache.solr.update.processor.UpdateRequestProcessor.processAdd(UpdateRequestProcessor.java:55)
at
org.apache.solr.update.processor.FieldMutatingUpdateProcessor.processAdd(FieldMutatingUpdateProcessor.java:118)
at
org.apache.solr.update.processor.UpdateRequestProcessor.processAdd(UpdateRequestProcessor.java:55)
at
org.apache.solr.update.processor.FieldMutatingUpdateProcessor.processAdd(FieldMutatingUpdateProcessor.java:118)
at
org.apache.solr.update.processor.UpdateRequestProcessor.processAdd(UpdateRequestProcessor.java:55)
at
org.apache.solr.update.processor.FieldMutatingUpdateProcessor.processAdd(FieldMutatingUpdateProcessor.java:118)
at
org.apache.solr.update.processor.UpdateRequestProcessor.processAdd(UpdateRequestProcessor.java:55)
at
org.apache.solr.update.processor.FieldNameMutatingUpdateProcessorFactory$1.processAdd(FieldNameMutatingUpdateProcessorFactory.java:74)
at
org.apache.solr.update.processor.UpdateRequestProcessor.processAdd(UpdateRequestProcessor.java:55)
at
org.apache.solr.update.processor.FieldMutatingUpdateProcessor.processAdd(FieldMutatingUpdateProcessor.java:118)
at
org.apache.solr.update.processor.UpdateRequestProcessor.processAdd(UpdateRequestProcessor.java:55)
at
org.apache.solr.update.processor.AbstractDefaultValueUpdateProcessorFactory$DefaultValueUpdateProcessor.processAdd(AbstractDefaultValueUpdateProcessorFactory.java:91)
at
org.apache.solr.handler.loader.JavabinLoader$1.update(JavabinLoader.java:98)
at
org.apache.solr.client.solrj.request.JavaBinUpdateRequestCodec$1.readOuterMostDocIterator(JavaBinUpdateRequestCodec.java:187)
at
org.apache.solr.client.solrj.request.JavaBinUpdateRequestCodec$1.readIterator(JavaBinUpdateRequestCodec.java:143)
at
org.apache.solr.common.util.JavaBinCodec.readObject(JavaBinCodec.java:313)
at
org.apache.solr.common.util.JavaBinCodec.readVal(JavaBinCodec.java:258)
at
org.apache.solr.client.solrj.request.JavaBinUpdateRequestCodec$1.readNamedList(JavaBinUpdateRequestCodec.java:129)
at
org.apache.solr.common.util.JavaBinCodec.readObject(JavaBinCodec.java:278)
at
org.apache.solr.common.util.JavaBinCodec.readVal(JavaBinCodec.java:258)
at
org.apache.solr.common.util.JavaBinCodec.unmarshal(JavaBinCodec.java:180)
at
org.apache.solr.client.solrj.request.JavaBinUpdateRequestCodec.unmarshal(JavaBinUpdateRequestCodec.java:194)
at
org.apache.solr.handler.loader.JavabinLoader.parseAndLoadDocs(JavabinLoader.java:108)
at
org.apache.solr.handler.loader.JavabinLoader.load(JavabinLoader.java:55)
at
org.apache.solr.handler.UpdateRequestHandler$1.load(UpdateRequestHandler.java:97)
at
org.apache.solr.handler.ContentStreamHandlerBase.handleRequestBody(ContentStreamHandlerBase.java:68)
at
org.apache.solr.handler.RequestHandlerBase.handleRequest(RequestHandlerBase.java:178)
at org.apache.solr.core.SolrCore.execute(SolrCore.java:2480)
at org.apache.solr.servlet.HttpSolrCall.execute(HttpSolrCall.java:722)
at org.apache.solr.servlet.HttpSolrCall.call(HttpSolrCall.java:528)
at
org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:344)
at
org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:295)
at
org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1699)
at
org.apache.solr.client.solrj.embedded.JettySolrRunner$DebugFilter.doFilter(JettySolrRunner.java:139)
at
org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1699)
at
org.eclipse.jetty.servlet.ServletHandler.doHandle(ServletHandler.java:582)
at
org.eclipse.jetty.server.session.SessionHandler.doHandle(SessionHandler.java:224)
at
org.eclipse.jetty.server.handler.ContextHandler.doHandle(ContextHandler.java:1180)
at
org.eclipse.jetty.servlet.ServletHandler.doScope(ServletHandler.java:512)
at
org.eclipse.jetty.server.session.SessionHandler.doScope(SessionHandler.java:185)
at
org.eclipse.jetty.server.handler.ContextHandler.doScope(ContextHandler.java:1112)
at
org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:141)
at
org.eclipse.jetty.server.handler.gzip.GzipHandler.handle(GzipHandler.java:395)
at
org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:134)
at org.eclipse.jetty.server.Server.handle(Server.java:534)
at org.eclipse.jetty.server.HttpChannel.handle(HttpChannel.java:320)
at
org.eclipse.jetty.server.HttpConnection.onFillable(HttpConnection.java:251)
at
org.eclipse.jetty.io.AbstractConnection$ReadCallback.succeeded(AbstractConnection.java:273)
at org.eclipse.jetty.io.FillInterest.fillable(FillInterest.java:95)
at
org.eclipse.jetty.io.SelectChannelEndPoint$2.run(SelectChannelEndPoint.java:93)
at
org.eclipse.jetty.util.thread.strategy.ExecuteProduceConsume.executeProduceConsume(ExecuteProduceConsume.java:303)
at
org.eclipse.jetty.util.thread.strategy.ExecuteProduceConsume.produceConsume(ExecuteProduceConsume.java:148)
at
org.eclipse.jetty.util.thread.strategy.ExecuteProduceConsume.run(ExecuteProduceConsume.java:136)
at
org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:671)
at
org.eclipse.jetty.util.thread.QueuedThreadPool$2.run(QueuedThreadPool.java:589)
at java.lang.Thread.run(Thread.java:745)
at __randomizedtesting.SeedInfo.seed([4AACD3B7094AA967]:0)
at org.junit.Assert.fail(Assert.java:93)
at org.junit.Assert.assertTrue(Assert.java:43)
at org.junit.Assert.assertNull(Assert.java:551)
at
org.apache.solr.SolrTestCaseJ4.teardownTestCases(SolrTestCaseJ4.java:302)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:498)
at
com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1713)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:870)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
at
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
at
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
at
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
at
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
at
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
at
org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
at java.lang.Thread.run(Thread.java:745)
FAILED: junit.framework.TestSuite.org.apache.solr.util.TestSolrCLIRunExample
Error Message:
1 thread leaked from SUITE scope at org.apache.solr.util.TestSolrCLIRunExample:
1) Thread[id=1348, name=searcherExecutor-222-thread-1, state=WAITING,
group=TGRP-TestSolrCLIRunExample] at sun.misc.Unsafe.park(Native
Method) at
java.util.concurrent.locks.LockSupport.park(LockSupport.java:175) at
java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:2039)
at
java.util.concurrent.LinkedBlockingQueue.take(LinkedBlockingQueue.java:442)
at
java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1067)
at
java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1127)
at
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
at java.lang.Thread.run(Thread.java:745)
Stack Trace:
com.carrotsearch.randomizedtesting.ThreadLeakError: 1 thread leaked from SUITE
scope at org.apache.solr.util.TestSolrCLIRunExample:
1) Thread[id=1348, name=searcherExecutor-222-thread-1, state=WAITING,
group=TGRP-TestSolrCLIRunExample]
at sun.misc.Unsafe.park(Native Method)
at java.util.concurrent.locks.LockSupport.park(LockSupport.java:175)
at
java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:2039)
at
java.util.concurrent.LinkedBlockingQueue.take(LinkedBlockingQueue.java:442)
at
java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1067)
at
java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1127)
at
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
at java.lang.Thread.run(Thread.java:745)
at __randomizedtesting.SeedInfo.seed([4AACD3B7094AA967]:0)
FAILED: junit.framework.TestSuite.org.apache.solr.util.TestSolrCLIRunExample
Error Message:
There are still zombie threads that couldn't be terminated: 1)
Thread[id=1348, name=searcherExecutor-222-thread-1, state=WAITING,
group=TGRP-TestSolrCLIRunExample] at sun.misc.Unsafe.park(Native
Method) at
java.util.concurrent.locks.LockSupport.park(LockSupport.java:175) at
java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:2039)
at
java.util.concurrent.LinkedBlockingQueue.take(LinkedBlockingQueue.java:442)
at
java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1067)
at
java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1127)
at
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
at java.lang.Thread.run(Thread.java:745)
Stack Trace:
com.carrotsearch.randomizedtesting.ThreadLeakError: There are still zombie
threads that couldn't be terminated:
1) Thread[id=1348, name=searcherExecutor-222-thread-1, state=WAITING,
group=TGRP-TestSolrCLIRunExample]
at sun.misc.Unsafe.park(Native Method)
at java.util.concurrent.locks.LockSupport.park(LockSupport.java:175)
at
java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:2039)
at
java.util.concurrent.LinkedBlockingQueue.take(LinkedBlockingQueue.java:442)
at
java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1067)
at
java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1127)
at
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
at java.lang.Thread.run(Thread.java:745)
at __randomizedtesting.SeedInfo.seed([4AACD3B7094AA967]:0)
Build Log:
[...truncated 10980 lines...]
[junit4] Suite: org.apache.solr.util.TestSolrCLIRunExample
[junit4] 2> Creating dataDir:
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J1/temp/solr.util.TestSolrCLIRunExample_4AACD3B7094AA967-001/init-core-data-001
[junit4] 2> 107691 WARN
(SUITE-TestSolrCLIRunExample-seed#[4AACD3B7094AA967]-worker) [ ]
o.a.s.SolrTestCaseJ4 startTrackingSearchers: numOpens=27 numCloses=27
[junit4] 2> 107691 INFO
(SUITE-TestSolrCLIRunExample-seed#[4AACD3B7094AA967]-worker) [ ]
o.a.s.SolrTestCaseJ4 Using TrieFields
[junit4] 2> 107693 INFO
(SUITE-TestSolrCLIRunExample-seed#[4AACD3B7094AA967]-worker) [ ]
o.a.s.SolrTestCaseJ4 Randomized ssl (false) and clientAuth (false) via:
@org.apache.solr.SolrTestCaseJ4$SuppressSSL(bugUrl=https://issues.apache.org/jira/browse/SOLR-5776)
[junit4] 2> 107736 INFO
(TEST-TestSolrCLIRunExample.testFailExecuteScript-seed#[4AACD3B7094AA967]) [
] o.a.s.SolrTestCaseJ4 ###Starting testFailExecuteScript
[junit4] 2>
[junit4] 2> ERROR: Cannot run program
"/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J1/temp/solr.util.TestSolrCLIRunExample_4AACD3B7094AA967-001/tempDir-001/failExecuteScript"
(in directory "."): error=13, Permission denied
[junit4] 2>
[junit4] 2> 107868 INFO
(TEST-TestSolrCLIRunExample.testFailExecuteScript-seed#[4AACD3B7094AA967]) [
] o.a.s.SolrTestCaseJ4 ###Ending testFailExecuteScript
[junit4] 2> 107875 INFO
(TEST-TestSolrCLIRunExample.testSchemalessExample-seed#[4AACD3B7094AA967]) [
] o.a.s.SolrTestCaseJ4 ###Starting testSchemalessExample
[junit4] 2> 107876 INFO
(TEST-TestSolrCLIRunExample.testSchemalessExample-seed#[4AACD3B7094AA967]) [
] o.a.s.u.TestSolrCLIRunExample Selected port 47085 to start schemaless example
Solr instance on ...
[junit4] 2> 107947 INFO (Thread-765) [ ] o.e.j.s.Server
jetty-9.3.14.v20161028
[junit4] 2> 108223 INFO (Thread-765) [ ] o.e.j.s.h.ContextHandler
Started o.e.j.s.ServletContextHandler@4f912aa{/solr,null,AVAILABLE}
[junit4] 2> 108223 INFO (Thread-765) [ ] o.e.j.s.AbstractConnector
Started ServerConnector@2c857b10{HTTP/1.1,[http/1.1]}{127.0.0.1:47085}
[junit4] 2> 108223 INFO (Thread-765) [ ] o.e.j.s.Server Started
@116733ms
[junit4] 2> 108224 INFO (Thread-765) [ ] o.a.s.c.s.e.JettySolrRunner
Jetty properties: {hostContext=/solr, hostPort=47085}
[junit4] 2> 108224 ERROR (Thread-765) [ ] o.a.s.s.StartupLoggingUtils
Missing Java Option solr.log.dir. Logging may be missing or incomplete.
[junit4] 2> 108224 INFO (Thread-765) [ ] o.a.s.s.SolrDispatchFilter
___ _ Welcome to Apache Solr™ version 7.0.0
[junit4] 2> 108224 INFO (Thread-765) [ ] o.a.s.s.SolrDispatchFilter /
__| ___| |_ _ Starting in standalone mode on port 47085
[junit4] 2> 108224 INFO (Thread-765) [ ] o.a.s.s.SolrDispatchFilter
\__ \/ _ \ | '_| Install dir: null
[junit4] 2> 108224 INFO (Thread-765) [ ] o.a.s.s.SolrDispatchFilter
|___/\___/_|_| Start time: 2017-04-12T07:28:30.158Z
[junit4] 2> 108225 INFO (Thread-765) [ ] o.a.s.c.SolrXmlConfig Loading
container configuration from
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J1/temp/solr.util.TestSolrCLIRunExample_4AACD3B7094AA967-001/tempDir-002/schemaless/solr/solr.xml
[junit4] 2> 108248 INFO (Thread-765) [ ] o.a.s.c.SolrXmlConfig MBean
server found: com.sun.jmx.mbeanserver.JmxMBeanServer@34a65fb5, but no JMX
reporters were configured - adding default JMX reporter.
[junit4] 2> 108344 INFO (Thread-765) [ ] o.a.s.m.r.SolrJmxReporter JMX
monitoring for 'solr.node' (registry 'solr.node') enabled at server:
com.sun.jmx.mbeanserver.JmxMBeanServer@34a65fb5
[junit4] 2> 108348 INFO (Thread-765) [ ] o.a.s.m.r.SolrJmxReporter JMX
monitoring for 'solr.jvm' (registry 'solr.jvm') enabled at server:
com.sun.jmx.mbeanserver.JmxMBeanServer@34a65fb5
[junit4] 2> 108348 INFO (Thread-765) [ ] o.a.s.m.r.SolrJmxReporter JMX
monitoring for 'solr.jetty' (registry 'solr.jetty') enabled at server:
com.sun.jmx.mbeanserver.JmxMBeanServer@34a65fb5
[junit4] 2> 108349 INFO (Thread-765) [ ] o.a.s.c.CorePropertiesLocator
Found 0 core definitions underneath
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J1/temp/solr.util.TestSolrCLIRunExample_4AACD3B7094AA967-001/tempDir-002/schemaless/solr
[junit4] 2> 112977 INFO (qtp558907335-1093) [ ] o.a.s.s.HttpSolrCall
[admin] webapp=null path=/admin/info/system params={wt=json} status=0 QTime=12
[junit4] 2> 113008 INFO (qtp558907335-1091) [ ]
o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 2147483647
transient cores
[junit4] 2> 113008 INFO (qtp558907335-1091) [ ] o.a.s.s.HttpSolrCall
[admin] webapp=null path=/admin/cores
params={core=gettingstarted&action=STATUS&wt=json} status=0 QTime=7
[junit4] 2> 113049 INFO (qtp558907335-1093) [ ] o.a.s.s.HttpSolrCall
[admin] webapp=null path=/admin/info/system params={wt=json} status=0 QTime=31
[junit4] 2> 113118 INFO (qtp558907335-1096) [ ] o.a.s.s.HttpSolrCall
[admin] webapp=null path=/admin/info/system params={wt=json} status=0 QTime=47
[junit4] 2> 113154 INFO (qtp558907335-1094) [ ] o.a.s.s.HttpSolrCall
[admin] webapp=null path=/admin/cores
params={core=gettingstarted&action=STATUS&wt=json} status=0 QTime=0
[junit4] 2> 113221 INFO (qtp558907335-1097) [ ]
o.a.s.h.a.CoreAdminOperation core create command
name=gettingstarted&action=CREATE&instanceDir=gettingstarted&wt=json
[junit4] 2> 113236 WARN (qtp558907335-1097) [ x:gettingstarted]
o.a.s.c.SolrConfig Couldn't add files from
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J1/temp/solr.util.TestSolrCLIRunExample_4AACD3B7094AA967-001/tempDir-002/schemaless/solr/gettingstarted/../../../../contrib/extraction/lib
filtered by .*\.jar to classpath:
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J1/temp/solr.util.TestSolrCLIRunExample_4AACD3B7094AA967-001/tempDir-002/schemaless/solr/gettingstarted/../../../../contrib/extraction/lib
[junit4] 2> 113236 WARN (qtp558907335-1097) [ x:gettingstarted]
o.a.s.c.SolrConfig Couldn't add files from
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J1/temp/solr.util.TestSolrCLIRunExample_4AACD3B7094AA967-001/tempDir-002/schemaless/solr/gettingstarted/../../../../dist
filtered by solr-cell-\d.*\.jar to classpath:
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J1/temp/solr.util.TestSolrCLIRunExample_4AACD3B7094AA967-001/tempDir-002/schemaless/solr/gettingstarted/../../../../dist
[junit4] 2> 113236 WARN (qtp558907335-1097) [ x:gettingstarted]
o.a.s.c.SolrConfig Couldn't add files from
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J1/temp/solr.util.TestSolrCLIRunExample_4AACD3B7094AA967-001/tempDir-002/schemaless/solr/gettingstarted/../../../../contrib/clustering/lib
filtered by .*\.jar to classpath:
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J1/temp/solr.util.TestSolrCLIRunExample_4AACD3B7094AA967-001/tempDir-002/schemaless/solr/gettingstarted/../../../../contrib/clustering/lib
[junit4] 2> 113236 WARN (qtp558907335-1097) [ x:gettingstarted]
o.a.s.c.SolrConfig Couldn't add files from
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J1/temp/solr.util.TestSolrCLIRunExample_4AACD3B7094AA967-001/tempDir-002/schemaless/solr/gettingstarted/../../../../dist
filtered by solr-clustering-\d.*\.jar to classpath:
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J1/temp/solr.util.TestSolrCLIRunExample_4AACD3B7094AA967-001/tempDir-002/schemaless/solr/gettingstarted/../../../../dist
[junit4] 2> 113237 WARN (qtp558907335-1097) [ x:gettingstarted]
o.a.s.c.SolrConfig Couldn't add files from
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J1/temp/solr.util.TestSolrCLIRunExample_4AACD3B7094AA967-001/tempDir-002/schemaless/solr/gettingstarted/../../../../contrib/langid/lib
filtered by .*\.jar to classpath:
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J1/temp/solr.util.TestSolrCLIRunExample_4AACD3B7094AA967-001/tempDir-002/schemaless/solr/gettingstarted/../../../../contrib/langid/lib
[junit4] 2> 113237 WARN (qtp558907335-1097) [ x:gettingstarted]
o.a.s.c.SolrConfig Couldn't add files from
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J1/temp/solr.util.TestSolrCLIRunExample_4AACD3B7094AA967-001/tempDir-002/schemaless/solr/gettingstarted/../../../../dist
filtered by solr-langid-\d.*\.jar to classpath:
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J1/temp/solr.util.TestSolrCLIRunExample_4AACD3B7094AA967-001/tempDir-002/schemaless/solr/gettingstarted/../../../../dist
[junit4] 2> 113237 WARN (qtp558907335-1097) [ x:gettingstarted]
o.a.s.c.SolrConfig Couldn't add files from
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J1/temp/solr.util.TestSolrCLIRunExample_4AACD3B7094AA967-001/tempDir-002/schemaless/solr/gettingstarted/../../../../contrib/velocity/lib
filtered by .*\.jar to classpath:
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J1/temp/solr.util.TestSolrCLIRunExample_4AACD3B7094AA967-001/tempDir-002/schemaless/solr/gettingstarted/../../../../contrib/velocity/lib
[junit4] 2> 113237 WARN (qtp558907335-1097) [ x:gettingstarted]
o.a.s.c.SolrConfig Couldn't add files from
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J1/temp/solr.util.TestSolrCLIRunExample_4AACD3B7094AA967-001/tempDir-002/schemaless/solr/gettingstarted/../../../../dist
filtered by solr-velocity-\d.*\.jar to classpath:
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J1/temp/solr.util.TestSolrCLIRunExample_4AACD3B7094AA967-001/tempDir-002/schemaless/solr/gettingstarted/../../../../dist
[junit4] 2> 113262 INFO (qtp558907335-1097) [ x:gettingstarted]
o.a.s.c.SolrConfig Using Lucene MatchVersion: 7.0.0
[junit4] 2> 113447 INFO (qtp558907335-1097) [ x:gettingstarted]
o.a.s.s.IndexSchema [gettingstarted] Schema name=example-data-driven-schema
[junit4] 2> 114302 INFO (qtp558907335-1097) [ x:gettingstarted]
o.a.s.s.IndexSchema Loaded schema example-data-driven-schema/1.6 with uniqueid
field id
[junit4] 2> 114432 INFO (qtp558907335-1097) [ x:gettingstarted]
o.a.s.c.CoreContainer Creating SolrCore 'gettingstarted' using configuration
from instancedir
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J1/temp/solr.util.TestSolrCLIRunExample_4AACD3B7094AA967-001/tempDir-002/schemaless/solr/gettingstarted,
trusted=true
[junit4] 2> 114432 INFO (qtp558907335-1097) [ x:gettingstarted]
o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.core.gettingstarted'
(registry 'solr.core.gettingstarted') enabled at server:
com.sun.jmx.mbeanserver.JmxMBeanServer@34a65fb5
[junit4] 2> 114432 INFO (qtp558907335-1097) [ x:gettingstarted]
o.a.s.c.SolrCore solr.RecoveryStrategy.Builder
[junit4] 2> 114432 INFO (qtp558907335-1097) [ x:gettingstarted]
o.a.s.c.SolrCore [[gettingstarted] ] Opening new SolrCore at
[/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J1/temp/solr.util.TestSolrCLIRunExample_4AACD3B7094AA967-001/tempDir-002/schemaless/solr/gettingstarted],
dataDir=[/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J1/temp/solr.util.TestSolrCLIRunExample_4AACD3B7094AA967-001/tempDir-002/schemaless/solr/gettingstarted/data/]
[junit4] 2> 114552 INFO (qtp558907335-1097) [ x:gettingstarted]
o.a.s.r.XSLTResponseWriter xsltCacheLifetimeSeconds=5
[junit4] 2> 115044 INFO (qtp558907335-1097) [ x:gettingstarted]
o.a.s.u.UpdateHandler Using UpdateLog implementation:
org.apache.solr.update.UpdateLog
[junit4] 2> 115044 INFO (qtp558907335-1097) [ x:gettingstarted]
o.a.s.u.UpdateLog Initializing UpdateLog: dataDir= defaultSyncLevel=FLUSH
numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
[junit4] 2> 115046 INFO (qtp558907335-1097) [ x:gettingstarted]
o.a.s.u.CommitTracker Hard AutoCommit: if uncommited for 15000ms;
[junit4] 2> 115046 INFO (qtp558907335-1097) [ x:gettingstarted]
o.a.s.u.CommitTracker Soft AutoCommit: disabled
[junit4] 2> 115049 INFO (qtp558907335-1097) [ x:gettingstarted]
o.a.s.s.SolrIndexSearcher Opening [Searcher@490ea23b[gettingstarted] main]
[junit4] 2> 115050 INFO (qtp558907335-1097) [ x:gettingstarted]
o.a.s.r.ManagedResourceStorage File-based storage initialized to use dir:
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J1/temp/solr.util.TestSolrCLIRunExample_4AACD3B7094AA967-001/tempDir-002/schemaless/solr/gettingstarted/conf
[junit4] 2> 115051 INFO (qtp558907335-1097) [ x:gettingstarted]
o.a.s.h.c.SpellCheckComponent Initializing spell checkers
[junit4] 2> 115062 INFO (qtp558907335-1097) [ x:gettingstarted]
o.a.s.s.DirectSolrSpellChecker init:
{name=default,field=_text_,classname=solr.DirectSolrSpellChecker,distanceMeasure=internal,accuracy=0.5,maxEdits=2,minPrefix=1,maxInspections=5,minQueryLength=4,maxQueryFrequency=0.01}
[junit4] 2> 115065 INFO (qtp558907335-1097) [ x:gettingstarted]
o.a.s.h.c.QueryElevationComponent Loading QueryElevation from:
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J1/temp/solr.util.TestSolrCLIRunExample_4AACD3B7094AA967-001/tempDir-002/schemaless/solr/gettingstarted/conf/elevate.xml
[junit4] 2> 115083 INFO (qtp558907335-1097) [ x:gettingstarted]
o.a.s.h.ReplicationHandler Commits will be reserved for 10000
[junit4] 2> 115083 INFO
(searcherExecutor-166-thread-1-processing-x:gettingstarted) [
x:gettingstarted] o.a.s.c.QuerySenderListener QuerySenderListener sending
requests to Searcher@490ea23b[gettingstarted]
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
[junit4] 2> 115084 INFO
(searcherExecutor-166-thread-1-processing-x:gettingstarted) [
x:gettingstarted] o.a.s.c.QuerySenderListener QuerySenderListener done.
[junit4] 2> 115084 INFO
(searcherExecutor-166-thread-1-processing-x:gettingstarted) [
x:gettingstarted] o.a.s.h.c.SpellCheckComponent Loading spell index for
spellchecker: default
[junit4] 2> 115085 INFO
(searcherExecutor-166-thread-1-processing-x:gettingstarted) [
x:gettingstarted] o.a.s.c.SolrCore [gettingstarted] Registered new searcher
Searcher@490ea23b[gettingstarted]
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
[junit4] 2> 115086 INFO (qtp558907335-1097) [ x:gettingstarted]
o.a.s.u.UpdateLog Could not find max version in index or recent updates, using
new clock 1564456640336363520
[junit4] 2> 115088 INFO (qtp558907335-1097) [ x:gettingstarted]
o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores
params={name=gettingstarted&action=CREATE&instanceDir=gettingstarted&wt=json}
status=0 QTime=1867
[junit4] 2> 115097 INFO
(TEST-TestSolrCLIRunExample.testSchemalessExample-seed#[4AACD3B7094AA967]) [
] o.e.j.s.AbstractConnector Stopped
ServerConnector@2c857b10{HTTP/1.1,[http/1.1]}{127.0.0.1:47085}
[junit4] 2> 115098 INFO
(TEST-TestSolrCLIRunExample.testSchemalessExample-seed#[4AACD3B7094AA967]) [
] o.a.s.c.CoreContainer Shutting down CoreContainer instance=432925432
[junit4] 2> 115098 INFO
(TEST-TestSolrCLIRunExample.testSchemalessExample-seed#[4AACD3B7094AA967]) [
] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.node,
tag=null
[junit4] 2> 115107 INFO
(TEST-TestSolrCLIRunExample.testSchemalessExample-seed#[4AACD3B7094AA967]) [
] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jvm,
tag=null
[junit4] 2> 115109 INFO
(TEST-TestSolrCLIRunExample.testSchemalessExample-seed#[4AACD3B7094AA967]) [
] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jetty,
tag=null
[junit4] 2> 115110 INFO (coreCloseExecutor-171-thread-1) [
x:gettingstarted] o.a.s.c.SolrCore [gettingstarted] CLOSING SolrCore
org.apache.solr.core.SolrCore@7bb7ed0d
[junit4] 2> 115112 INFO (coreCloseExecutor-171-thread-1) [
x:gettingstarted] o.a.s.m.SolrMetricManager Closing metric reporters for
registry=solr.core.gettingstarted, tag=2075651341
[junit4] 2> 115124 INFO
(TEST-TestSolrCLIRunExample.testSchemalessExample-seed#[4AACD3B7094AA967]) [
] o.e.j.s.h.ContextHandler Stopped
o.e.j.s.ServletContextHandler@4f912aa{/solr,null,UNAVAILABLE}
[junit4] 2> 115124 INFO
(TEST-TestSolrCLIRunExample.testSchemalessExample-seed#[4AACD3B7094AA967]) [
] o.a.s.u.TestSolrCLIRunExample Stopped standalone Solr instance running on
port 47085
[junit4] 2> 115124 INFO
(TEST-TestSolrCLIRunExample.testSchemalessExample-seed#[4AACD3B7094AA967]) [
] o.a.s.SolrTestCaseJ4 ###Ending testSchemalessExample
[junit4] 2> 115131 INFO
(TEST-TestSolrCLIRunExample.testInteractiveSolrCloudExample-seed#[4AACD3B7094AA967])
[ ] o.a.s.SolrTestCaseJ4 ###Starting testInteractiveSolrCloudExample
[junit4] 2> 115140 INFO
(TEST-TestSolrCLIRunExample.testInteractiveSolrCloudExample-seed#[4AACD3B7094AA967])
[ ] o.a.s.c.MiniSolrCloudCluster Starting cluster of 1 servers in
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J1/temp/solr.util.TestSolrCLIRunExample_4AACD3B7094AA967-001/tempDir-004
[junit4] 2> 115140 INFO
(TEST-TestSolrCLIRunExample.testInteractiveSolrCloudExample-seed#[4AACD3B7094AA967])
[ ] o.a.s.c.ZkTestServer STARTING ZK TEST SERVER
[junit4] 2> 115140 INFO (Thread-776) [ ] o.a.s.c.ZkTestServer client
port:0.0.0.0/0.0.0.0:0
[junit4] 2> 115140 INFO (Thread-776) [ ] o.a.s.c.ZkTestServer Starting
server
[junit4] 2> 115240 INFO
(TEST-TestSolrCLIRunExample.testInteractiveSolrCloudExample-seed#[4AACD3B7094AA967])
[ ] o.a.s.c.ZkTestServer start zk server on port:54579
[junit4] 2> 115306 INFO (jetty-launcher-47-thread-1) [ ]
o.e.j.s.Server jetty-9.3.14.v20161028
[junit4] 2> 115367 INFO (jetty-launcher-47-thread-1) [ ]
o.e.j.s.h.ContextHandler Started
o.e.j.s.ServletContextHandler@16af3e89{/solr,null,AVAILABLE}
[junit4] 2> 115368 INFO (jetty-launcher-47-thread-1) [ ]
o.e.j.s.AbstractConnector Started
ServerConnector@7f7c4263{HTTP/1.1,[http/1.1]}{127.0.0.1:58682}
[junit4] 2> 115368 INFO (jetty-launcher-47-thread-1) [ ]
o.e.j.s.Server Started @123877ms
[junit4] 2> 115368 INFO (jetty-launcher-47-thread-1) [ ]
o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr,
hostPort=58682}
[junit4] 2> 115368 ERROR (jetty-launcher-47-thread-1) [ ]
o.a.s.s.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be
missing or incomplete.
[junit4] 2> 115369 INFO (jetty-launcher-47-thread-1) [ ]
o.a.s.s.SolrDispatchFilter ___ _ Welcome to Apache Solr™ version
7.0.0
[junit4] 2> 115369 INFO (jetty-launcher-47-thread-1) [ ]
o.a.s.s.SolrDispatchFilter / __| ___| |_ _ Starting in cloud mode on port
58682
[junit4] 2> 115369 INFO (jetty-launcher-47-thread-1) [ ]
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_| Install dir: null
[junit4] 2> 115369 INFO (jetty-launcher-47-thread-1) [ ]
o.a.s.s.SolrDispatchFilter |___/\___/_|_| Start time:
2017-04-12T07:28:37.303Z
[junit4] 2> 115376 INFO (jetty-launcher-47-thread-1) [ ]
o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
[junit4] 2> 115389 INFO (jetty-launcher-47-thread-1) [ ]
o.a.s.c.SolrXmlConfig MBean server found:
com.sun.jmx.mbeanserver.JmxMBeanServer@34a65fb5, but no JMX reporters were
configured - adding default JMX reporter.
[junit4] 2> 115394 INFO (jetty-launcher-47-thread-1) [ ]
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:54579/solr
[junit4] 2> 115475 INFO (jetty-launcher-47-thread-1)
[n:localhost:58682_solr ] o.a.s.c.Overseer Overseer (id=null) closing
[junit4] 2> 115476 INFO (jetty-launcher-47-thread-1)
[n:localhost:58682_solr ] o.a.s.c.OverseerElectionContext I am going to be
the leader localhost:58682_solr
[junit4] 2> 115477 INFO (jetty-launcher-47-thread-1)
[n:localhost:58682_solr ] o.a.s.c.Overseer Overseer
(id=97778540024692739-localhost:58682_solr-n_0000000000) starting
[junit4] 2> 115515 INFO (jetty-launcher-47-thread-1)
[n:localhost:58682_solr ] o.a.s.c.ZkController Register node as live in
ZooKeeper:/live_nodes/localhost:58682_solr
[junit4] 2> 115521 INFO
(zkCallback-54-thread-1-processing-n:localhost:58682_solr)
[n:localhost:58682_solr ] o.a.s.c.c.ZkStateReader Updated live nodes from
ZooKeeper... (0) -> (1)
[junit4] 2> 115730 INFO (jetty-launcher-47-thread-1)
[n:localhost:58682_solr ] o.a.s.m.r.SolrJmxReporter JMX monitoring for
'solr.node' (registry 'solr.node') enabled at server:
com.sun.jmx.mbeanserver.JmxMBeanServer@34a65fb5
[junit4] 2> 115734 INFO (jetty-launcher-47-thread-1)
[n:localhost:58682_solr ] o.a.s.m.r.SolrJmxReporter JMX monitoring for
'solr.jvm' (registry 'solr.jvm') enabled at server:
com.sun.jmx.mbeanserver.JmxMBeanServer@34a65fb5
[junit4] 2> 115734 INFO (jetty-launcher-47-thread-1)
[n:localhost:58682_solr ] o.a.s.m.r.SolrJmxReporter JMX monitoring for
'solr.jetty' (registry 'solr.jetty') enabled at server:
com.sun.jmx.mbeanserver.JmxMBeanServer@34a65fb5
[junit4] 2> 115735 INFO (jetty-launcher-47-thread-1)
[n:localhost:58682_solr ] o.a.s.c.CorePropertiesLocator Found 0 core
definitions underneath
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J1/temp/solr.util.TestSolrCLIRunExample_4AACD3B7094AA967-001/tempDir-004/node1
[junit4] 2> 115848 INFO (qtp1607683145-1127) [n:localhost:58682_solr ]
o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/info/system
params={wt=json} status=0 QTime=20
[junit4] 2> 115861 INFO (qtp1607683145-1128) [n:localhost:58682_solr ]
o.a.s.h.a.CollectionsHandler Invoked Collection Action :clusterstatus with
params action=CLUSTERSTATUS&wt=json and sendToOCPQueue=true
[junit4] 2> 115865 INFO (qtp1607683145-1128) [n:localhost:58682_solr ]
o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections
params={action=CLUSTERSTATUS&wt=json} status=0 QTime=3
[junit4] 2> 115909 INFO
(TEST-TestSolrCLIRunExample.testInteractiveSolrCloudExample-seed#[4AACD3B7094AA967])
[ ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
[junit4] 2> 115911 INFO
(TEST-TestSolrCLIRunExample.testInteractiveSolrCloudExample-seed#[4AACD3B7094AA967])
[ ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at
127.0.0.1:54579/solr ready
[junit4] 2> 115958 INFO (qtp1607683145-1125) [n:localhost:58682_solr ]
o.a.s.h.a.CollectionsHandler Invoked Collection Action :list with params
action=list&wt=json and sendToOCPQueue=true
[junit4] 2> 115958 INFO (qtp1607683145-1125) [n:localhost:58682_solr ]
o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections
params={action=list&wt=json} status=0 QTime=0
[junit4] 2> 116007 INFO (qtp1607683145-1127) [n:localhost:58682_solr ]
o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/info/system
params={wt=json} status=0 QTime=36
[junit4] 2> 116013 INFO (qtp1607683145-1128) [n:localhost:58682_solr ]
o.a.s.h.a.CollectionsHandler Invoked Collection Action :clusterstatus with
params action=CLUSTERSTATUS&wt=json and sendToOCPQueue=true
[junit4] 2> 116015 INFO (qtp1607683145-1128) [n:localhost:58682_solr ]
o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections
params={action=CLUSTERSTATUS&wt=json} status=0 QTime=1
[junit4] 2> 116058 INFO
(TEST-TestSolrCLIRunExample.testInteractiveSolrCloudExample-seed#[4AACD3B7094AA967])
[ ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
[junit4] 2> 116060 INFO
(TEST-TestSolrCLIRunExample.testInteractiveSolrCloudExample-seed#[4AACD3B7094AA967])
[ ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at
127.0.0.1:54579/solr ready
[junit4] 2> 116249 INFO (qtp1607683145-1125) [n:localhost:58682_solr ]
o.a.s.h.a.CollectionsHandler Invoked Collection Action :list with params
action=list&wt=json and sendToOCPQueue=true
[junit4] 2> 116249 INFO (qtp1607683145-1125) [n:localhost:58682_solr ]
o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections
params={action=list&wt=json} status=0 QTime=0
[junit4] 2> 116269 INFO (qtp1607683145-1130) [n:localhost:58682_solr ]
o.a.s.h.a.CollectionsHandler Invoked Collection Action :create with params
replicationFactor=2&maxShardsPerNode=4&collection.configName=testCloudExamplePrompt&name=testCloudExamplePrompt&action=CREATE&numShards=2&wt=json
and sendToOCPQueue=true
[junit4] 2> 116284 INFO
(OverseerThreadFactory-178-thread-1-processing-n:localhost:58682_solr)
[n:localhost:58682_solr ] o.a.s.c.CreateCollectionCmd Create collection
testCloudExamplePrompt
[junit4] 2> 116285 WARN
(OverseerThreadFactory-178-thread-1-processing-n:localhost:58682_solr)
[n:localhost:58682_solr ] o.a.s.c.CreateCollectionCmd Specified
replicationFactor of 2 on collection testCloudExamplePrompt is higher than or
equal to the number of Solr instances currently live or live and part of your
createNodeSet(1). It's unusual to run two replica of the same slice on the same
Solr-instance.
[junit4] 2> 116413 INFO (qtp1607683145-1125) [n:localhost:58682_solr ]
o.a.s.h.a.CoreAdminOperation core create command
qt=/admin/cores&collection.configName=testCloudExamplePrompt&newCollection=true&name=testCloudExamplePrompt_shard2_replica1&action=CREATE&numShards=2&collection=testCloudExamplePrompt&shard=shard2&wt=javabin&version=2
[junit4] 2> 116413 INFO (qtp1607683145-1125) [n:localhost:58682_solr ]
o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 2147483647
transient cores
[junit4] 2> 116459 INFO (qtp1607683145-1131) [n:localhost:58682_solr ]
o.a.s.h.a.CoreAdminOperation core create command
qt=/admin/cores&collection.configName=testCloudExamplePrompt&newCollection=true&name=testCloudExamplePrompt_shard1_replica1&action=CREATE&numShards=2&collection=testCloudExamplePrompt&shard=shard1&wt=javabin&version=2
[junit4] 2> 116460 INFO (qtp1607683145-1129) [n:localhost:58682_solr ]
o.a.s.h.a.CoreAdminOperation core create command
qt=/admin/cores&collection.configName=testCloudExamplePrompt&newCollection=true&name=testCloudExamplePrompt_shard1_replica2&action=CREATE&numShards=2&collection=testCloudExamplePrompt&shard=shard1&wt=javabin&version=2
[junit4] 2> 116461 INFO (qtp1607683145-1124) [n:localhost:58682_solr ]
o.a.s.h.a.CoreAdminOperation core create command
qt=/admin/cores&collection.configName=testCloudExamplePrompt&newCollection=true&name=testCloudExamplePrompt_shard2_replica2&action=CREATE&numShards=2&collection=testCloudExamplePrompt&shard=shard2&wt=javabin&version=2
[junit4] 2> 116602 INFO
(zkCallback-54-thread-3-processing-n:localhost:58682_solr)
[n:localhost:58682_solr ] o.a.s.c.c.ZkStateReader A cluster state change:
[WatchedEvent state:SyncConnected type:NodeDataChanged
path:/collections/testCloudExamplePrompt/state.json] for collection
[testCloudExamplePrompt] has occurred - updating... (live nodes size: [1])
[junit4] 2> 117505 INFO (qtp1607683145-1129) [n:localhost:58682_solr
c:testCloudExamplePrompt s:shard1 x:testCloudExamplePrompt_shard1_replica2]
o.a.s.c.RequestParams conf resource params.json loaded . version : 0
[junit4] 2> 117505 INFO (qtp1607683145-1129) [n:localhost:58682_solr
c:testCloudExamplePrompt s:shard1 x:testCloudExamplePrompt_shard1_replica2]
o.a.s.c.RequestParams request params refreshed to version 0
[junit4] 2> 117506 INFO (qtp1607683145-1131) [n:localhost:58682_solr
c:testCloudExamplePrompt s:shard1 x:testCloudExamplePrompt_shard1_replica1]
o.a.s.c.RequestParams conf resource params.json loaded . version : 0
[junit4] 2> 117506 INFO (qtp1607683145-1131) [n:localhost:58682_solr
c:testCloudExamplePrompt s:shard1 x:testCloudExamplePrompt_shard1_replica1]
o.a.s.c.RequestParams request params refreshed to version 0
[junit4] 2> 117507 WARN (qtp1607683145-1131) [n:localhost:58682_solr
c:testCloudExamplePrompt s:shard1 x:testCloudExamplePrompt_shard1_replica1]
o.a.s.c.SolrConfig Couldn't add files from
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J1/temp/solr.util.TestSolrCLIRunExample_4AACD3B7094AA967-001/tempDir-004/node1/testCloudExamplePrompt_shard1_replica1/../../../../contrib/extraction/lib
filtered by .*\.jar to classpath:
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J1/temp/solr.util.TestSolrCLIRunExample_4AACD3B7094AA967-001/tempDir-004/node1/testCloudExamplePrompt_shard1_replica1/../../../../contrib/extraction/lib
[junit4] 2> 117537 INFO (qtp1607683145-1125) [n:localhost:58682_solr
c:testCloudExamplePrompt s:shard2 x:testCloudExamplePrompt_shard2_replica1]
o.a.s.c.RequestParams conf resource params.json loaded . version : 0
[junit4] 2> 117536 INFO (qtp1607683145-1124) [n:localhost:58682_solr
c:testCloudExamplePrompt s:shard2 x:testCloudExamplePrompt_shard2_replica2]
o.a.s.c.RequestParams conf resource params.json loaded . version : 0
[junit4] 2> 117539 INFO (qtp1607683145-1124) [n:localhost:58682_solr
c:testCloudExamplePrompt s:shard2 x:testCloudExamplePrompt_shard2_replica2]
o.a.s.c.RequestParams request params refreshed to version 0
[junit4] 2> 117540 WARN (qtp1607683145-1124) [n:localhost:58682_solr
c:testCloudExamplePrompt s:shard2 x:testCloudExamplePrompt_shard2_replica2]
o.a.s.c.SolrConfig Couldn't add files from
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J1/temp/solr.util.TestSolrCLIRunExample_4AACD3B7094AA967-001/tempDir-004/node1/testCloudExamplePrompt_shard2_replica2/../../../../contrib/extraction/lib
filtered by .*\.jar to classpath:
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J1/temp/solr.util.TestSolrCLIRunExample_4AACD3B7094AA967-001/tempDir-004/node1/testCloudExamplePrompt_shard2_replica2/../../../../contrib/extraction/lib
[junit4] 2> 117540 WARN (qtp1607683145-1124) [n:localhost:58682_solr
c:testCloudExamplePrompt s:shard2 x:testCloudExamplePrompt_shard2_replica2]
o.a.s.c.SolrConfig Couldn't add files from
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J1/temp/solr.util.TestSolrCLIRunExample_4AACD3B7094AA967-001/tempDir-004/node1/testCloudExamplePrompt_shard2_replica2/../../../../dist
filtered by solr-cell-\d.*\.jar to classpath:
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J1/temp/solr.util.TestSolrCLIRunExample_4AACD3B7094AA967-001/tempDir-004/node1/testCloudExamplePrompt_shard2_replica2/../../../../dist
[junit4] 2> 117540 WARN (qtp1607683145-1124) [n:localhost:58682_solr
c:testCloudExamplePrompt s:shard2 x:testCloudExamplePrompt_shard2_replica2]
o.a.s.c.SolrConfig Couldn't add files from
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J1/temp/solr.util.TestSolrCLIRunExample_4AACD3B7094AA967-001/tempDir-004/node1/testCloudExamplePrompt_shard2_replica2/../../../../contrib/clustering/lib
filtered by .*\.jar to classpath:
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J1/temp/solr.util.TestSolrCLIRunExample_4AACD3B7094AA967-001/tempDir-004/node1/testCloudExamplePrompt_shard2_replica2/../../../../contrib/clustering/lib
[junit4] 2> 117540 WARN (qtp1607683145-1124) [n:localhost:58682_solr
c:testCloudExamplePrompt s:shard2 x:testCloudExamplePrompt_shard2_replica2]
o.a.s.c.SolrConfig Couldn't add files from
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J1/temp/solr.util.TestSolrCLIRunExample_4AACD3B7094AA967-001/tempDir-004/node1/testCloudExamplePrompt_shard2_replica2/../../../../dist
filtered by solr-clustering-\d.*\.jar to classpath:
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J1/temp/solr.util.TestSolrCLIRunExample_4AACD3B7094AA967-001/tempDir-004/node1/testCloudExamplePrompt_shard2_replica2/../../../../dist
[junit4] 2> 117541 WARN (qtp1607683145-1124) [n:localhost:58682_solr
c:testCloudExamplePrompt s:shard2 x:testCloudExamplePrompt_shard2_replica2]
o.a.s.c.SolrConfig Couldn't add files from
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J1/temp/solr.util.TestSolrCLIRunExample_4AACD3B7094AA967-001/tempDir-004/node1/testCloudExamplePrompt_shard2_replica2/../../../../contrib/langid/lib
filtered by .*\.jar to classpath:
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J1/temp/solr.util.TestSolrCLIRunExample_4AACD3B7094AA967-001/tempDir-004/node1/testCloudExamplePrompt_shard2_replica2/../../../../contrib/langid/lib
[junit4] 2> 117541 WARN (qtp1607683145-1124) [n:localhost:58682_solr
c:testCloudExamplePrompt s:shard2 x:testCloudExamplePrompt_shard2_replica2]
o.a.s.c.SolrConfig Couldn't add files from
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J1/temp/solr.util.TestSolrCLIRunExample_4AACD3B7094AA967-001/tempDir-004/node1/testCloudExamplePrompt_shard2_replica2/../../../../dist
filtered by solr-langid-\d.*\.jar to classpath:
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J1/temp/solr.util.TestSolrCLIRunExample_4AACD3B7094AA967-001/tempDir-004/node1/testCloudExamplePrompt_shard2_replica2/../../../../dist
[junit4] 2> 117541 WARN (qtp1607683145-1124) [n:localhost:58682_solr
c:testCloudExamplePrompt s:shard2 x:testCloudExamplePrompt_shard2_replica2]
o.a.s.c.SolrConfig Couldn't add files from
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J1/temp/solr.util.TestSolrCLIRunExample_4AACD3B7094AA967-001/tempDir-004/node1/testCloudExamplePrompt_shard2_replica2/../../../../contrib/velocity/lib
filtered by .*\.jar to classpath:
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J1/temp/solr.util.TestSolrCLIRunExample_4AACD3B7094AA967-001/tempDir-004/node1/testCloudExamplePrompt_shard2_replica2/../../../../contrib/velocity/lib
[junit4] 2> 117541 WARN (qtp1607683145-1124) [n:localhost:58682_solr
c:testCloudExamplePrompt s:shard2 x:testCloudExamplePrompt_shard2_replica2]
o.a.s.c.SolrConfig Couldn't add files from
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J1/temp/solr.util.TestSolrCLIRunExample_4AACD3B7094AA967-001/tempDir-004/node1/testCloudExamplePrompt_shard2_replica2/../../../../dist
filtered by solr-velocity-\d.*\.jar to classpath:
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J1/temp/solr.util.TestSolrCLIRunExample_4AACD3B7094AA967-001/tempDir-004/node1/testCloudExamplePrompt_shard2_replica2/../../../../dist
[junit4] 2> 117532 WARN (qtp1607683145-1129) [n:localhost:58682_solr
c:testCloudExamplePrompt s:shard1 x:testCloudExamplePrompt_shard1_replica2]
o.a.s.c.SolrConfig Couldn't add files from
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J1/temp/solr.util.TestSolrCLIRunExample_4AACD3B7094AA967-001/tempDir-004/node1/testCloudExamplePrompt_shard1_replica2/../../../../contrib/extraction/lib
filtered by .*\.jar to classpath:
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J1/temp/solr.util.TestSolrCLIRunExample_4AACD3B7094AA967-001/tempDir-004/node1/testCloudExamplePrompt_shard1_replica2/../../../../contrib/extraction/lib
[junit4] 2> 117542 WARN (qtp1607683145-1129) [n:localhost:58682_solr
c:testCloudExamplePrompt s:shard1 x:testCloudExamplePrompt_shard1_replica2]
o.a.s.c.SolrConfig Couldn't add files from
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J1/temp/solr.util.TestSolrCLIRunExample_4AACD3B7094AA967-001/tempDir-004/node1/testCloudExamplePrompt_shard1_replica2/../../../../dist
filtered by solr-cell-\d.*\.jar to classpath:
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J1/temp/solr.util.TestSolrCLIRunExample_4AACD3B7094AA967-001/tempDir-004/node1/testCloudExamplePrompt_shard1_replica2/../../../../dist
[junit4] 2> 117543 WARN (qtp1607683145-1129) [n:localhost:58682_solr
c:testCloudExamplePrompt s:shard1 x:testCloudExamplePrompt_shard1_replica2]
o.a.s.c.SolrConfig Couldn't add files from
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J1/temp/solr.util.TestSolrCLIRunExample_4AACD3B7094AA967-001/tempDir-004/node1/testCloudExamplePrompt_shard1_replica2/../../../../contrib/clustering/lib
filtered by .*\.jar to classpath:
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J1/temp/solr.util.TestSolrCLIRunExample_4AACD3B7094AA967-001/tempDir-004/node1/testCloudExamplePrompt_shard1_replica2/../../../../contrib/clustering/lib
[junit4] 2> 117543 WARN (qtp1607683145-1129) [n:localhost:58682_solr
c:testCloudExamplePrompt s:shard1 x:testCloudExamplePrompt_shard1_replica2]
o.a.s.c.SolrConfig Couldn't add files from
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J1/temp/solr.util.TestSolrCLIRunExample_4AACD3B7094AA967-001/tempDir-004/node1/testCloudExamplePrompt_shard1_replica2/../../../../dist
filtered by solr-clustering-\d.*\.jar to classpath:
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J1/temp/solr.util.TestSolrCLIRunExample_4AACD3B7094AA967-001/tempDir-004/node1/testCloudExamplePrompt_shard1_replica2/../../../../dist
[junit4] 2> 117543 WARN (qtp1607683145-1129) [n:localhost:58682_solr
c:testCloudExamplePrompt s:shard1 x:testCloudExamplePrompt_shard1_replica2]
o.a.s.c.SolrConfig Couldn't add files from
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J1/temp/solr.util.TestSolrCLIRunExample_4AACD3B7094AA967-001/tempDir-004/node1/testCloudExamplePrompt_shard1_replica2/../../../../contrib/langid/lib
filtered by .*\.jar to classpath:
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J1/temp/solr.util.TestSolrCLIRunExample_4AACD3B7094AA967-001/tempDir-004/node1/testCloudExamplePrompt_shard1_replica2/../../../../contrib/langid/lib
[junit4] 2> 117543 WARN (qtp1607683145-1129) [n:localhost:58682_solr
c:testCloudExamplePrompt s:shard1 x:testCloudExamplePrompt_shard1_replica2]
o.a.s.c.SolrConfig Couldn't add files from
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J1/temp/solr.util.TestSolrCLIRunExample_4AACD3B7094AA967-001/tempDir-004/node1/testCloudExamplePrompt_shard1_replica2/../../../../dist
filtered by solr-langid-\d.*\.jar to classpath:
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J1/temp/solr.util.TestSolrCLIRunExample_4AACD3B70
[...truncated too long message...]
us for : 2
[junit4] 2> 804631 INFO
(searcherExecutor-3066-thread-1-processing-x:collection1 2 RELOAD) [
x:collection1] o.a.s.h.c.SpellCheckComponent Loading spell index for
spellchecker: default
[junit4] 2> 804631 INFO
(searcherExecutor-3066-thread-1-processing-x:collection1 2 RELOAD) [
x:collection1] o.a.s.h.c.SpellCheckComponent Loading spell index for
spellchecker: direct
[junit4] 2> 804631 INFO
(searcherExecutor-3066-thread-1-processing-x:collection1 2 RELOAD) [
x:collection1] o.a.s.h.c.SpellCheckComponent Loading spell index for
spellchecker: wordbreak
[junit4] 2> 804631 INFO
(searcherExecutor-3066-thread-1-processing-x:collection1 2 RELOAD) [
x:collection1] o.a.s.h.c.SpellCheckComponent Loading spell index for
spellchecker: multipleFields
[junit4] 2> 804632 INFO
(searcherExecutor-3066-thread-1-processing-x:collection1 2 RELOAD) [
x:collection1] o.a.s.h.c.SpellCheckComponent Loading spell index for
spellchecker: jarowinkler
[junit4] 2> 804632 INFO
(searcherExecutor-3066-thread-1-processing-x:collection1 2 RELOAD) [
x:collection1] o.a.s.h.c.SpellCheckComponent Loading spell index for
spellchecker: external
[junit4] 2> 804632 INFO
(TEST-StatsReloadRaceTest.testParallelReloadAndStats-seed#[4AACD3B7094AA967]) [
] o.a.s.h.a.CoreAdminOperation Checking request status for : 2
[junit4] 2> 804632 INFO
(searcherExecutor-3066-thread-1-processing-x:collection1 2 RELOAD) [
x:collection1] o.a.s.h.c.SpellCheckComponent Loading spell index for
spellchecker: freq
[junit4] 2> 804632 INFO
(searcherExecutor-3066-thread-1-processing-x:collection1 2 RELOAD) [
x:collection1] o.a.s.h.c.SpellCheckComponent Loading spell index for
spellchecker: fqcn
[junit4] 2> 804632 INFO
(TEST-StatsReloadRaceTest.testParallelReloadAndStats-seed#[4AACD3B7094AA967]) [
] o.a.s.h.a.CoreAdminOperation Checking request status for : 2
[junit4] 2> 804633 INFO
(searcherExecutor-3066-thread-1-processing-x:collection1 2 RELOAD) [
x:collection1] o.a.s.h.c.SpellCheckComponent Loading spell index for
spellchecker: perDict
[junit4] 2> 804633 INFO
(TEST-StatsReloadRaceTest.testParallelReloadAndStats-seed#[4AACD3B7094AA967]) [
] o.a.s.h.a.CoreAdminOperation Checking request status for : 2
[junit4] 2> 804633 INFO
(parallelCoreAdminExecutor-3055-thread-2-processing-2 RELOAD) [
x:collection1] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class
org.apache.lucene.index.LogDocMergePolicy: [LogDocMergePolicy:
minMergeSize=1000, mergeFactor=50, maxMergeSize=9223372036854775807,
maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true,
maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12,
noCFSRatio=0.40813849729662455]
[junit4] 2> 804634 INFO
(parallelCoreAdminExecutor-3055-thread-2-processing-2 RELOAD) [
x:collection1] o.a.s.u.DefaultSolrCoreState New IndexWriter is ready to be used.
[junit4] 2> 804635 INFO
(TEST-StatsReloadRaceTest.testParallelReloadAndStats-seed#[4AACD3B7094AA967]) [
] o.a.s.h.a.CoreAdminOperation Checking request status for : 2
[junit4] 2> 804635 INFO
(TEST-StatsReloadRaceTest.testParallelReloadAndStats-seed#[4AACD3B7094AA967]) [
] o.a.s.h.a.CoreAdminOperation Checking request status for : 2
[junit4] 2> 804636 INFO
(searcherExecutor-3066-thread-1-processing-x:collection1 2 RELOAD) [
x:collection1] o.a.s.c.SolrCore [collection1] Registered new searcher
Searcher@4fcbfcd1[collection1]
main{ExitableDirectoryReader(UninvertingDirectoryReader(Uninverting(_0(7.0.0):C25)))}
[junit4] 2> 804637 INFO
(parallelCoreAdminExecutor-3055-thread-2-processing-2 RELOAD) [
x:collection1] o.a.s.s.SolrIndexSearcher Opening
[Searcher@122fff3b[collection1] main]
[junit4] 2> 804637 INFO
(parallelCoreAdminExecutor-3055-thread-2-processing-2 RELOAD) [
x:collection1] o.a.s.c.SolrCore [collection1] CLOSING SolrCore
org.apache.solr.core.SolrCore@6fe4ae55
[junit4] 2> 804638 INFO
(parallelCoreAdminExecutor-3055-thread-2-processing-2 RELOAD) [
x:collection1] o.a.s.m.SolrMetricManager Closing metric reporters for
registry=solr.core.collection1, tag=1877257813
[junit4] 2> 804640 INFO
(searcherExecutor-3066-thread-1-processing-x:collection1 2 RELOAD) [
x:collection1] o.a.s.c.SolrCore [collection1] Registered new searcher
Searcher@122fff3b[collection1]
main{ExitableDirectoryReader(UninvertingDirectoryReader(Uninverting(_0(7.0.0):C25)))}
[junit4] 2> 809643 INFO
(TEST-StatsReloadRaceTest.testParallelReloadAndStats-seed#[4AACD3B7094AA967]) [
] o.a.s.SolrTestCaseJ4 ###Ending testParallelReloadAndStats
[junit4] 2> NOTE: reproduce with: ant test -Dtestcase=StatsReloadRaceTest
-Dtests.method=testParallelReloadAndStats -Dtests.seed=4AACD3B7094AA967
-Dtests.multiplier=2 -Dtests.slow=true -Dtests.locale=pt-BR
-Dtests.timezone=America/Indiana/Vincennes -Dtests.asserts=true
-Dtests.file.encoding=UTF-8
[junit4] FAILURE 6.67s J0 | StatsReloadRaceTest.testParallelReloadAndStats
<<<
[junit4] > Throwable #1: java.lang.AssertionError: Key
SEARCHER.searcher.indexVersion not found in registry solr.core.collection1
[junit4] > at
__randomizedtesting.SeedInfo.seed([4AACD3B7094AA967:8532B68E86BBC138]:0)
[junit4] > at
org.apache.solr.handler.admin.StatsReloadRaceTest.requestMetrics(StatsReloadRaceTest.java:132)
[junit4] > at
org.apache.solr.handler.admin.StatsReloadRaceTest.testParallelReloadAndStats(StatsReloadRaceTest.java:70)
[junit4] > at java.lang.Thread.run(Thread.java:745)
[junit4] 2> 809646 INFO
(SUITE-StatsReloadRaceTest-seed#[4AACD3B7094AA967]-worker) [ ]
o.a.s.SolrTestCaseJ4 ###deleteCore
[junit4] 2> 809646 INFO
(SUITE-StatsReloadRaceTest-seed#[4AACD3B7094AA967]-worker) [ ]
o.a.s.c.CoreContainer Shutting down CoreContainer instance=1831551816
[junit4] 2> 809646 INFO
(SUITE-StatsReloadRaceTest-seed#[4AACD3B7094AA967]-worker) [ ]
o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.node,
tag=null
[junit4] 2> 809647 INFO
(SUITE-StatsReloadRaceTest-seed#[4AACD3B7094AA967]-worker) [ ]
o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jvm,
tag=null
[junit4] 2> 809648 INFO
(SUITE-StatsReloadRaceTest-seed#[4AACD3B7094AA967]-worker) [ ]
o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jetty,
tag=null
[junit4] 2> 809662 INFO
(SUITE-StatsReloadRaceTest-seed#[4AACD3B7094AA967]-worker) [ ]
o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 2147483647
transient cores
[junit4] 2> 809674 INFO (coreCloseExecutor-3070-thread-1) [
x:collection1] o.a.s.c.SolrCore [collection1] CLOSING SolrCore
org.apache.solr.core.SolrCore@42e2506e
[junit4] 2> 809691 INFO (coreCloseExecutor-3070-thread-1) [
x:collection1] o.a.s.m.SolrMetricManager Closing metric reporters for
registry=solr.core.collection1, tag=1122127982
[junit4] 2> NOTE: leaving temporary files on disk at:
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J0/temp/solr.handler.admin.StatsReloadRaceTest_4AACD3B7094AA967-001
[junit4] 2> NOTE: test params are: codec=Asserting(Lucene70):
{name_s=TestBloomFilteredLucenePostings(BloomFilteringPostingsFormat(Lucene50(blocksize=128))),
multiDefault=PostingsFormat(name=LuceneVarGapFixedInterval),
id=TestBloomFilteredLucenePostings(BloomFilteringPostingsFormat(Lucene50(blocksize=128)))},
docValues:{range_facet_l_dv=DocValuesFormat(name=Lucene70),
_version_=DocValuesFormat(name=Direct),
intDefault=DocValuesFormat(name=Direct),
range_facet_i_dv=DocValuesFormat(name=Lucene70),
intDvoDefault=DocValuesFormat(name=Lucene70),
range_facet_l=DocValuesFormat(name=Lucene70),
timestamp=DocValuesFormat(name=Lucene70)}, maxPointsInLeafNode=1025,
maxMBSortInHeap=5.871979356300261, sim=RandomSimilarity(queryNorm=true): {},
locale=pt-BR, timezone=America/Indiana/Vincennes
[junit4] 2> NOTE: Linux 3.13.0-85-generic amd64/Oracle Corporation
1.8.0_121 (64-bit)/cpus=4,threads=1,free=254557976,total=515375104
[junit4] 2> NOTE: All tests run in this JVM:
[DistributedSuggestComponentTest, TestCloudRecovery, RequestLoggingTest,
ConjunctionSolrSpellCheckerTest, SolrCoreTest, TestBackupRepositoryFactory,
TestAtomicUpdateErrorCases, TestFieldCacheSort, ReturnFieldsTest,
LeaderElectionContextKeyTest, TestRawResponseWriter, TestBulkSchemaConcurrent,
TestCopyFieldCollectionResource, ReplaceNodeTest, RequiredFieldsTest,
XsltUpdateRequestHandlerTest, SpellPossibilityIteratorTest,
DistributedFacetPivotWhiteBoxTest, TestUseDocValuesAsStored2, TestCSVLoader,
BitVectorTest, BaseCdcrDistributedZkTest, TestFieldTypeCollectionResource,
RegexBoostProcessorTest, TestValueSourceCache, PreAnalyzedUpdateProcessorTest,
HdfsRecoverLeaseTest, MissingSegmentRecoveryTest, TestPseudoReturnFields,
StandardRequestHandlerTest, SimpleCollectionCreateDeleteTest,
TestGraphTermsQParserPlugin, TestQueryWrapperFilter, TestInfoStreamLogging,
TestSchemaManager, TestStressLiveNodes, TimeZoneUtilsTest,
TestMultiWordSynonyms, PingRequestHandlerTest, TestBlendedInfixSuggestions,
RankQueryTest, TestSerializedLuceneMatchVersion, TestOmitPositions,
TestHighFrequencyDictionaryFactory, TestReRankQParserPlugin,
TestConfigSetProperties, TestSolrConfigHandlerCloud,
HdfsUnloadDistributedZkTest, TestNamedUpdateProcessors, SolrShardReporterTest,
SolrCoreMetricManagerTest, TestJoin, RollingRestartTest, DateRangeFieldTest,
DistributedExpandComponentTest, TestJettySolrRunner,
HdfsChaosMonkeySafeLeaderTest, TestLFUCache, URLClassifyProcessorTest,
PathHierarchyTokenizerFactoryTest, MetricUtilsTest, TestAuthorizationFramework,
TestSolrCloudWithSecureImpersonation, JavabinLoaderTest,
ResponseLogComponentTest, TestJmxIntegration, TestInPlaceUpdatesStandalone,
DisMaxRequestHandlerTest, TestRestoreCore, StatsReloadRaceTest]
[junit4] Completed [616/702 (2!)] on J0 in 7.90s, 1 test, 1 failure <<<
FAILURES!
[...truncated 43581 lines...]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]