Build: https://jenkins.thetaphi.de/job/Lucene-Solr-master-Windows/6454/
Java: 64bit/jdk1.8.0_121 -XX:-UseCompressedOops -XX:+UseSerialGC
7 tests failed.
FAILED: junit.framework.TestSuite.org.apache.solr.search.LargeFieldTest
Error Message:
Illegal char <?> at index 17: ignoredSchemaName?
Stack Trace:
java.nio.file.InvalidPathException: Illegal char <?> at index 17:
ignoredSchemaName?
at __randomizedtesting.SeedInfo.seed([CF5513D288F0F660]:0)
at sun.nio.fs.WindowsPathParser.normalize(WindowsPathParser.java:182)
at sun.nio.fs.WindowsPathParser.parse(WindowsPathParser.java:153)
at sun.nio.fs.WindowsPathParser.parse(WindowsPathParser.java:77)
at sun.nio.fs.WindowsPath.parse(WindowsPath.java:94)
at sun.nio.fs.WindowsFileSystem.getPath(WindowsFileSystem.java:255)
at sun.nio.fs.AbstractPath.resolve(AbstractPath.java:53)
at
org.apache.solr.core.SolrResourceLoader.openResource(SolrResourceLoader.java:385)
at
org.apache.solr.core.SolrResourceLoader.openSchema(SolrResourceLoader.java:353)
at
org.apache.solr.schema.ManagedIndexSchemaFactory.warnIfNonManagedSchemaExists(ManagedIndexSchemaFactory.java:241)
at
org.apache.solr.schema.ManagedIndexSchemaFactory.readSchemaLocally(ManagedIndexSchemaFactory.java:198)
at
org.apache.solr.schema.ManagedIndexSchemaFactory.create(ManagedIndexSchemaFactory.java:118)
at
org.apache.solr.schema.ManagedIndexSchemaFactory.create(ManagedIndexSchemaFactory.java:45)
at
org.apache.solr.schema.IndexSchemaFactory.buildIndexSchema(IndexSchemaFactory.java:75)
at org.apache.solr.util.TestHarness.<init>(TestHarness.java:109)
at org.apache.solr.SolrTestCaseJ4.createCore(SolrTestCaseJ4.java:705)
at org.apache.solr.SolrTestCaseJ4.initCore(SolrTestCaseJ4.java:695)
at org.apache.solr.SolrTestCaseJ4.initCore(SolrTestCaseJ4.java:569)
at org.apache.solr.SolrTestCaseJ4.initCore(SolrTestCaseJ4.java:558)
at
org.apache.solr.search.LargeFieldTest.initManagedSchemaCore(LargeFieldTest.java:48)
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$6.evaluate(RandomizedRunner.java:847)
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: org.apache.solr.client.solrj.SolrExampleBinaryTest.testUpdateField
Error Message:
Error from server at http://127.0.0.1:56994/solr/collection1: Exception writing
document id unique to the index; possible analysis error: DocValuesField
"price_pf" appears more than once in this document (only one value is allowed
per field)
Stack Trace:
org.apache.solr.client.solrj.impl.HttpSolrClient$RemoteSolrException: Error
from server at http://127.0.0.1:56994/solr/collection1: Exception writing
document id unique to the index; possible analysis error: DocValuesField
"price_pf" appears more than once in this document (only one value is allowed
per field)
at
__randomizedtesting.SeedInfo.seed([C05C697DE8DCDE8B:952FC32928F4CE4D]:0)
at
org.apache.solr.client.solrj.impl.HttpSolrClient.executeMethod(HttpSolrClient.java:627)
at
org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:279)
at
org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:268)
at
org.apache.solr.client.solrj.SolrRequest.process(SolrRequest.java:160)
at org.apache.solr.client.solrj.SolrClient.add(SolrClient.java:173)
at org.apache.solr.client.solrj.SolrClient.add(SolrClient.java:138)
at org.apache.solr.client.solrj.SolrClient.add(SolrClient.java:152)
at
org.apache.solr.client.solrj.SolrExampleTests.testUpdateField(SolrExampleTests.java:1654)
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: org.apache.solr.client.solrj.SolrExampleXMLTest.testUpdateField
Error Message:
Error from server at http://127.0.0.1:57027/solr/collection1: Exception writing
document id unique to the index; possible analysis error: DocValuesField
"price_pf" appears more than once in this document (only one value is allowed
per field)
Stack Trace:
org.apache.solr.client.solrj.impl.HttpSolrClient$RemoteSolrException: Error
from server at http://127.0.0.1:57027/solr/collection1: Exception writing
document id unique to the index; possible analysis error: DocValuesField
"price_pf" appears more than once in this document (only one value is allowed
per field)
at
__randomizedtesting.SeedInfo.seed([C05C697DE8DCDE8B:952FC32928F4CE4D]:0)
at
org.apache.solr.client.solrj.impl.HttpSolrClient.executeMethod(HttpSolrClient.java:627)
at
org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:279)
at
org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:268)
at
org.apache.solr.client.solrj.SolrRequest.process(SolrRequest.java:160)
at org.apache.solr.client.solrj.SolrClient.add(SolrClient.java:173)
at org.apache.solr.client.solrj.SolrClient.add(SolrClient.java:138)
at org.apache.solr.client.solrj.SolrClient.add(SolrClient.java:152)
at
org.apache.solr.client.solrj.SolrExampleTests.testUpdateField(SolrExampleTests.java:1654)
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:
org.apache.solr.client.solrj.embedded.SolrExampleEmbeddedTest.testUpdateField
Error Message:
Exception writing document id unique to the index; possible analysis error:
DocValuesField "price_pf" appears more than once in this document (only one
value is allowed per field)
Stack Trace:
org.apache.solr.common.SolrException: Exception writing document id unique to
the index; possible analysis error: DocValuesField "price_pf" appears more than
once in this document (only one value is allowed per field)
at
__randomizedtesting.SeedInfo.seed([C05C697DE8DCDE8B:952FC32928F4CE4D]:0)
at
org.apache.solr.update.DirectUpdateHandler2.addDoc(DirectUpdateHandler2.java:209)
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.handler.loader.XMLLoader.processUpdate(XMLLoader.java:252)
at org.apache.solr.handler.loader.XMLLoader.load(XMLLoader.java:179)
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:173)
at org.apache.solr.core.SolrCore.execute(SolrCore.java:2464)
at
org.apache.solr.client.solrj.embedded.EmbeddedSolrServer.request(EmbeddedSolrServer.java:179)
at
org.apache.solr.client.solrj.SolrRequest.process(SolrRequest.java:160)
at org.apache.solr.client.solrj.SolrClient.add(SolrClient.java:173)
at org.apache.solr.client.solrj.SolrClient.add(SolrClient.java:138)
at org.apache.solr.client.solrj.SolrClient.add(SolrClient.java:152)
at
org.apache.solr.client.solrj.SolrExampleTests.testUpdateField(SolrExampleTests.java:1654)
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)
Caused by: java.lang.IllegalArgumentException: DocValuesField "price_pf"
appears more than once in this document (only one value is allowed per field)
at
org.apache.lucene.index.NumericDocValuesWriter.addValue(NumericDocValuesWriter.java:55)
at
org.apache.lucene.index.DefaultIndexingChain.indexDocValue(DefaultIndexingChain.java:537)
at
org.apache.lucene.index.DefaultIndexingChain.processField(DefaultIndexingChain.java:467)
at
org.apache.lucene.index.DefaultIndexingChain.processDocument(DefaultIndexingChain.java:393)
at
org.apache.lucene.index.DocumentsWriterPerThread.updateDocument(DocumentsWriterPerThread.java:232)
at
org.apache.lucene.index.DocumentsWriter.updateDocument(DocumentsWriter.java:478)
at
org.apache.lucene.index.IndexWriter.updateDocument(IndexWriter.java:1569)
at
org.apache.solr.update.DirectUpdateHandler2.updateDocument(DirectUpdateHandler2.java:948)
at
org.apache.solr.update.DirectUpdateHandler2.updateDocOrDocValues(DirectUpdateHandler2.java:937)
at
org.apache.solr.update.DirectUpdateHandler2.doNormalUpdate(DirectUpdateHandler2.java:317)
at
org.apache.solr.update.DirectUpdateHandler2.addDoc0(DirectUpdateHandler2.java:254)
at
org.apache.solr.update.DirectUpdateHandler2.addDoc(DirectUpdateHandler2.java:204)
... 57 more
FAILED:
org.apache.solr.client.solrj.embedded.SolrExampleJettyTest.testUpdateField
Error Message:
Error from server at http://127.0.0.1:56942/solr/collection1: Exception writing
document id unique to the index; possible analysis error: DocValuesField
"price_pf" appears more than once in this document (only one value is allowed
per field)
Stack Trace:
org.apache.solr.client.solrj.impl.HttpSolrClient$RemoteSolrException: Error
from server at http://127.0.0.1:56942/solr/collection1: Exception writing
document id unique to the index; possible analysis error: DocValuesField
"price_pf" appears more than once in this document (only one value is allowed
per field)
at
__randomizedtesting.SeedInfo.seed([C05C697DE8DCDE8B:952FC32928F4CE4D]:0)
at
org.apache.solr.client.solrj.impl.HttpSolrClient.executeMethod(HttpSolrClient.java:627)
at
org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:279)
at
org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:268)
at
org.apache.solr.client.solrj.SolrRequest.process(SolrRequest.java:160)
at org.apache.solr.client.solrj.SolrClient.add(SolrClient.java:173)
at org.apache.solr.client.solrj.SolrClient.add(SolrClient.java:138)
at org.apache.solr.client.solrj.SolrClient.add(SolrClient.java:152)
at
org.apache.solr.client.solrj.SolrExampleTests.testUpdateField(SolrExampleTests.java:1654)
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:
org.apache.solr.client.solrj.embedded.SolrExampleStreamingBinaryTest.testUpdateField
Error Message:
price was not updated? expected:<100.0> but was:<1.0>
Stack Trace:
java.lang.AssertionError: price was not updated? expected:<100.0> but was:<1.0>
at
__randomizedtesting.SeedInfo.seed([C05C697DE8DCDE8B:952FC32928F4CE4D]:0)
at org.junit.Assert.fail(Assert.java:93)
at org.junit.Assert.failNotEquals(Assert.java:647)
at org.junit.Assert.assertEquals(Assert.java:128)
at
org.apache.solr.client.solrj.SolrExampleTests.testUpdateField(SolrExampleTests.java:1658)
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:
org.apache.solr.client.solrj.embedded.SolrExampleStreamingTest.testUpdateField
Error Message:
price was not updated? expected:<100.0> but was:<1.0>
Stack Trace:
java.lang.AssertionError: price was not updated? expected:<100.0> but was:<1.0>
at
__randomizedtesting.SeedInfo.seed([C05C697DE8DCDE8B:952FC32928F4CE4D]:0)
at org.junit.Assert.fail(Assert.java:93)
at org.junit.Assert.failNotEquals(Assert.java:647)
at org.junit.Assert.assertEquals(Assert.java:128)
at
org.apache.solr.client.solrj.SolrExampleTests.testUpdateField(SolrExampleTests.java:1658)
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)
Build Log:
[...truncated 12952 lines...]
[junit4] Suite: org.apache.solr.search.LargeFieldTest
[junit4] 2> Creating dataDir:
C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J0\temp\solr.search.LargeFieldTest_CF5513D288F0F660-001\init-core-data-001
[junit4] 2> 2951619 WARN
(SUITE-LargeFieldTest-seed#[CF5513D288F0F660]-worker) [ ]
o.a.s.SolrTestCaseJ4 startTrackingSearchers: numOpens=1 numCloses=1
[junit4] 2> 2951619 INFO
(SUITE-LargeFieldTest-seed#[CF5513D288F0F660]-worker) [ ]
o.a.s.SolrTestCaseJ4 Using TrieFields
[junit4] 2> 2951626 INFO
(SUITE-LargeFieldTest-seed#[CF5513D288F0F660]-worker) [ ]
o.a.s.SolrTestCaseJ4 Randomized ssl (false) and clientAuth (false) via:
@org.apache.solr.util.RandomizeSSL(reason=, value=NaN, ssl=NaN, clientAuth=NaN)
[junit4] 2> 2951627 INFO
(SUITE-LargeFieldTest-seed#[CF5513D288F0F660]-worker) [ ]
o.a.s.SolrTestCaseJ4 ####initCore
[junit4] 2> 2951628 INFO
(SUITE-LargeFieldTest-seed#[CF5513D288F0F660]-worker) [ ]
o.a.s.c.SolrResourceLoader [null] Added 2 libs to classloader, from paths:
[/C:/Users/jenkins/workspace/Lucene-Solr-master-Windows/solr/core/src/test-files/solr/collection1/lib,
/C:/Users/jenkins/workspace/Lucene-Solr-master-Windows/solr/core/src/test-files/solr/collection1/lib/classes]
[junit4] 2> 2951695 INFO
(SUITE-LargeFieldTest-seed#[CF5513D288F0F660]-worker) [ ] o.a.s.c.SolrConfig
Using Lucene MatchVersion: 7.0.0
[junit4] 2> 2951701 INFO
(SUITE-LargeFieldTest-seed#[CF5513D288F0F660]-worker) [ ]
o.a.s.SolrTestCaseJ4 ###deleteCore
[junit4] 2> 2951701 INFO
(SUITE-LargeFieldTest-seed#[CF5513D288F0F660]-worker) [ ]
o.a.s.SolrTestCaseJ4 -------------------------------------------------------
Done waiting for tracked resources to be released
[junit4] 2> NOTE: test params are: codec=Asserting(Lucene70): {},
docValues:{}, maxPointsInLeafNode=448, maxMBSortInHeap=7.286765367590831,
sim=RandomSimilarity(queryNorm=true): {}, locale=lv, timezone=Atlantic/Azores
[junit4] 2> NOTE: Windows 10 10.0 amd64/Oracle Corporation 1.8.0_121
(64-bit)/cpus=3,threads=1,free=185556104,total=518979584
[junit4] 2> NOTE: All tests run in this JVM: [TestSolrJ,
TestBackupRepositoryFactory, HdfsRecoverLeaseTest, TestRecoveryHdfs,
TestHashPartitioner, BaseCdcrDistributedZkTest, TestSystemCollAutoCreate,
SuggestComponentTest, TestFieldSortValues, TestDistributedSearch,
TestBM25SimilarityFactory, UtilsToolTest, TestIBSimilarityFactory,
TestLockTree, TestScoreJoinQPScore, ChangedSchemaMergeTest,
TestPartialUpdateDeduplication, IndexBasedSpellCheckerTest,
TestSolrCoreSnapshots, DistributedFacetPivotLargeTest,
TestGraphTermsQParserPlugin, TestReplicaProperties, MoreLikeThisHandlerTest,
DistributedMLTComponentTest, BigEndianAscendingWordSerializerTest,
SubstringBytesRefFilterTest, SuggesterFSTTest,
TestTolerantUpdateProcessorRandomCloud, TriLevelCompositeIdRoutingTest,
TestBlobHandler, TestNumericTerms64, CdcrUpdateLogTest,
SharedFSAutoReplicaFailoverUtilsTest, ReplaceNodeTest, TestMergePolicyConfig,
TestCSVLoader, TestClassicSimilarityFactory, DocValuesMultiTest,
TestConfigSetImmutable, TestLeaderInitiatedRecoveryThread,
DirectSolrConnectionTest, TestReloadAndDeleteDocs, TestXIncludeConfig,
TestRawResponseWriter, SecurityConfHandlerTest,
DistributedQueryElevationComponentTest, SmileWriterTest, TestSolrCLIRunExample,
OutputWriterTest, TestNoOpRegenerator, CloudMLTQParserTest, TestInitParams,
TestCoreAdminApis, TestGroupingSearch, BJQParserTest,
ManagedSchemaRoundRobinCloudTest, CollectionsAPIAsyncDistributedZkTest,
TestLRUCache, ClusterStateUpdateTest, SimplePostToolTest, StressHdfsTest,
BufferStoreTest, FastVectorHighlighterTest, PrimUtilsTest,
TestIntervalFaceting, SolrJmxReporterTest, ShardRoutingTest,
TestQuerySenderNoQuery, CopyFieldTest, TestHighlightDedupGrouping,
TestSQLHandler, SolrXmlInZkTest, TestConfigSetsAPIExclusivity,
TestFieldCacheVsDocValues, SchemaVersionSpecificBehaviorTest,
TolerantUpdateProcessorTest, TestCloudPivotFacet, CdcrRequestHandlerTest,
TestGeoJSONResponseWriter, ShardSplitTest, TestCloudManagedSchema,
SolrCLIZkUtilsTest, TestCloudDeleteByQuery, TestSmileRequest,
SolrCoreMetricManagerTest, PolyFieldTest, SoftAutoCommitTest,
HighlighterMaxOffsetTest, TestCSVResponseWriter, SolrCloudReportersTest,
HdfsChaosMonkeyNothingIsSafeTest, DistributedExpandComponentTest,
ActionThrottleTest, TestSha256AuthenticationProvider, DirectUpdateHandlerTest,
MergeStrategyTest, TestDocumentBuilder, MultiThreadedOCPTest,
ConnectionManagerTest, TestCustomDocTransformer, TestJavabinTupleStreamParser,
TestPerFieldSimilarity, ZkStateReaderTest, ZkCLITest, CursorPagingTest,
TestManagedSchemaThreadSafety, TestPhraseSuggestions, SortSpecParsingTest,
HighlighterTest, DistributedQueryComponentOptimizationTest,
QueryElevationComponentTest, SyncSliceTest, TestSort,
TestPKIAuthenticationPlugin, TestSizeLimitedDistributedMap,
TestDynamicFieldCollectionResource, DisMaxRequestHandlerTest,
TestSerializedLuceneMatchVersion, DateFieldTest, TestRandomRequestDistribution,
TestManagedResourceStorage, UniqFieldsUpdateProcessorFactoryTest,
HttpPartitionTest, TestOrdValues, NumericFieldsTest, TestSegmentSorting,
DOMUtilTest, SpatialRPTFieldTypeTest, TestInPlaceUpdatesStandalone,
TestStressCloudBlindAtomicUpdates, BasicDistributedZkTest,
PeerSyncWithIndexFingerprintCachingTest, SampleTest, MetricsHandlerTest,
ReplicaListTransformerTest, PluginInfoTest, SimpleFacetsTest,
HdfsCollectionsAPIDistributedZkTest,
ClassificationUpdateProcessorIntegrationTest, PrimitiveFieldTypeTest,
TestStressLiveNodes, SearchHandlerTest, TestImplicitCoreProperties,
WrapperMergePolicyFactoryTest, OutOfBoxZkACLAndCredentialsProvidersTest,
HLLSerializationTest, TestManagedStopFilterFactory, TestFieldCacheSort,
FileUtilsTest, DeleteStatusTest, TestStressVersions,
TestSubQueryTransformerDistrib, TestSlowCompositeReaderWrapper,
TestInitQParser, AtomicUpdatesTest, SpatialHeatmapFacetsTest,
CustomCollectionTest, SynonymTokenizerTest, TestBulkSchemaAPI,
DistributedFacetPivotWhiteBoxTest, OverseerCollectionConfigSetProcessorTest,
SolrIndexConfigTest, TestFreeTextSuggestions, OpenExchangeRatesOrgProviderTest,
ChaosMonkeyNothingIsSafeTest, AssignTest, TestUpdate, TestSurroundQueryParser,
RequiredFieldsTest, TestDistribIDF, TermVectorComponentDistributedTest,
TestReload, TestRangeQuery, SolrCoreTest, PeerSyncTest, BasicFunctionalityTest,
TestIndexSearcher, ShowFileRequestHandlerTest, CurrencyFieldXmlFileTest,
AnalysisAfterCoreReloadTest, SignatureUpdateProcessorFactoryTest,
TestExtendedDismaxParser, SpellCheckCollatorTest, SolrRequestParserTest,
DocValuesTest, DefaultValueUpdateProcessorTest, TestRemoteStreaming,
TestSolrDeletionPolicy1, XsltUpdateRequestHandlerTest, CacheHeaderTest,
DirectSolrSpellCheckerTest, TermsComponentTest,
PathHierarchyTokenizerFactoryTest, TestSolrQueryParser, SolrPluginUtilsTest,
TestJmxIntegration, UpdateRequestProcessorFactoryTest, QueryParsingTest,
BinaryUpdateRequestHandlerTest, TestLFUCache, TestSearchPerf,
TestElisionMultitermQuery, ExternalFileFieldSortTest, TestCharFilters,
TestCodecSupport, TestFastWriter, TestFastOutputStream,
URLClassifyProcessorTest, DateMathParserTest, TestSystemIdResolver,
TestSuggestSpellingConverter, ClusterStateTest, ZkNodePropsTest,
SystemInfoHandlerTest, UUIDFieldTest, SolrTestCaseJ4Test,
TestCursorMarkWithoutUniqueKey, TestDistributedMissingSort,
AsyncCallRequestStatusResponseTest, CdcrReplicationDistributedZkTest,
CdcrReplicationHandlerTest, CleanupOldIndexTest, CollectionTooManyReplicasTest,
ConcurrentDeleteAndCreateCollectionTest, CreateCollectionCleanupTest,
DeleteLastCustomShardedReplicaTest, DeleteNodeTest, DeleteShardTest,
DistribCursorPagingTest, DistribJoinFromCollectionTest, DistributedQueueTest,
DocValuesNotIndexedTest, LeaderFailoverAfterPartitionTest,
LeaderInitiatedRecoveryOnCommitTest, MissingSegmentRecoveryTest,
OverseerTaskQueueTest, RemoteQueryErrorTest, RestartWhileUpdatingTest,
RollingRestartTest, SSLMigrationTest, SharedFSAutoReplicaFailoverTest,
SimpleCollectionCreateDeleteTest, TestCloudRecovery, TestConfigSetsAPI,
TestCryptoKeys, TestExclusionRuleCollectionAccess, TestHdfsCloudBackupRestore,
TestLeaderElectionWithEmptyReplica, TestOnReconnectListenerSupport,
TestRebalanceLeaders, TestSSLRandomization, TestSolrCloudWithKerberosAlt,
VMParamsZkACLAndCredentialsProvidersTest, HdfsBasicDistributedZk2Test,
HdfsChaosMonkeySafeLeaderTest, HdfsRestartWhileUpdatingTest,
HdfsThreadLeakTest, HdfsUnloadDistributedZkTest,
HdfsWriteToMultipleCollectionsTest, TestClusterStateMutator, RulesTest,
ConfigureRecoveryStrategyTest, DirectoryFactoryTest, HdfsDirectoryFactoryTest,
TestConfigOverlay, TestCorePropertiesReload, TestInfoStreamLogging,
TestShardHandlerFactory, TestSolrConfigHandler, TestSolrXml,
TestSolrCloudSnapshots, TestSQLHandlerNonCloud, TestSolrConfigHandlerCloud,
JavabinLoaderTest, TestUnifiedSolrHighlighter,
UninvertDocValuesMergePolicyTest, CheckHdfsIndexTest, SolrMetricManagerTest,
SolrMetricReporterTest, SolrGangliaReporterTest, TestMacros, JSONWriterTest,
TestPushWriter, TestRawTransformer, TestSolrQueryResponse,
TestSubQueryTransformer, TestManagedResource, TestRestManager,
TestCopyFieldCollectionResource, TestFieldCollectionResource,
TestFieldTypeCollectionResource, TestSchemaNameResource,
TestSchemaSimilarityResource, TestSolrQueryParserResource, BadCopyFieldTest,
BooleanFieldTest, DateRangeFieldTest, DocValuesMissingTest,
TestCloudSchemaless, TestSchemaManager, TestUseDocValuesAsStored,
CursorMarkTest, LargeFieldTest]
[junit4] 2> NOTE: reproduce with: ant test -Dtestcase=LargeFieldTest
-Dtests.seed=CF5513D288F0F660 -Dtests.slow=true -Dtests.locale=lv
-Dtests.timezone=Atlantic/Azores -Dtests.asserts=true
-Dtests.file.encoding=US-ASCII
[junit4] ERROR 0.00s J0 | LargeFieldTest (suite) <<<
[junit4] > Throwable #1: java.nio.file.InvalidPathException: Illegal char
<?> at index 17: ignoredSchemaName?
[junit4] > at
__randomizedtesting.SeedInfo.seed([CF5513D288F0F660]:0)
[junit4] > at
sun.nio.fs.WindowsPathParser.normalize(WindowsPathParser.java:182)
[junit4] > at
sun.nio.fs.WindowsPathParser.parse(WindowsPathParser.java:153)
[junit4] > at
sun.nio.fs.WindowsPathParser.parse(WindowsPathParser.java:77)
[junit4] > at sun.nio.fs.WindowsPath.parse(WindowsPath.java:94)
[junit4] > at
sun.nio.fs.WindowsFileSystem.getPath(WindowsFileSystem.java:255)
[junit4] > at sun.nio.fs.AbstractPath.resolve(AbstractPath.java:53)
[junit4] > at
org.apache.solr.core.SolrResourceLoader.openResource(SolrResourceLoader.java:385)
[junit4] > at
org.apache.solr.core.SolrResourceLoader.openSchema(SolrResourceLoader.java:353)
[junit4] > at
org.apache.solr.schema.ManagedIndexSchemaFactory.warnIfNonManagedSchemaExists(ManagedIndexSchemaFactory.java:241)
[junit4] > at
org.apache.solr.schema.ManagedIndexSchemaFactory.readSchemaLocally(ManagedIndexSchemaFactory.java:198)
[junit4] > at
org.apache.solr.schema.ManagedIndexSchemaFactory.create(ManagedIndexSchemaFactory.java:118)
[junit4] > at
org.apache.solr.schema.ManagedIndexSchemaFactory.create(ManagedIndexSchemaFactory.java:45)
[junit4] > at
org.apache.solr.schema.IndexSchemaFactory.buildIndexSchema(IndexSchemaFactory.java:75)
[junit4] > at
org.apache.solr.util.TestHarness.<init>(TestHarness.java:109)
[junit4] > at
org.apache.solr.SolrTestCaseJ4.createCore(SolrTestCaseJ4.java:705)
[junit4] > at
org.apache.solr.SolrTestCaseJ4.initCore(SolrTestCaseJ4.java:695)
[junit4] > at
org.apache.solr.SolrTestCaseJ4.initCore(SolrTestCaseJ4.java:569)
[junit4] > at
org.apache.solr.SolrTestCaseJ4.initCore(SolrTestCaseJ4.java:558)
[junit4] > at
org.apache.solr.search.LargeFieldTest.initManagedSchemaCore(LargeFieldTest.java:48)
[junit4] > at java.lang.Thread.run(Thread.java:745)
[junit4] Completed [628/700 (1!)] on J0 in 0.11s, 0 tests, 1 error <<<
FAILURES!
[...truncated 655 lines...]
[junit4] Suite:
org.apache.solr.client.solrj.embedded.SolrExampleStreamingTest
[junit4] 2> Creating dataDir:
C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-solrj\test\J0\temp\solr.client.solrj.embedded.SolrExampleStreamingTest_C05C697DE8DCDE8B-001\init-core-data-001
[junit4] 2> 30113 WARN
(SUITE-SolrExampleStreamingTest-seed#[C05C697DE8DCDE8B]-worker) [ ]
o.a.s.SolrTestCaseJ4 startTrackingSearchers: numOpens=6 numCloses=6
[junit4] 2> 30113 INFO
(SUITE-SolrExampleStreamingTest-seed#[C05C697DE8DCDE8B]-worker) [ ]
o.a.s.SolrTestCaseJ4 Using TrieFields
[junit4] 2> 30118 INFO
(SUITE-SolrExampleStreamingTest-seed#[C05C697DE8DCDE8B]-worker) [ ]
o.a.s.SolrTestCaseJ4 Randomized ssl (false) and clientAuth (false) via:
@org.apache.solr.SolrTestCaseJ4$SuppressSSL(bugUrl=None)
[junit4] 2> 30295 INFO
(SUITE-SolrExampleStreamingTest-seed#[C05C697DE8DCDE8B]-worker) [ ]
o.a.s.SolrTestCaseJ4 ####initCore
[junit4] 2> 30295 INFO
(SUITE-SolrExampleStreamingTest-seed#[C05C697DE8DCDE8B]-worker) [ ]
o.a.s.SolrTestCaseJ4 ####initCore end
[junit4] 2> 30296 INFO
(SUITE-SolrExampleStreamingTest-seed#[C05C697DE8DCDE8B]-worker) [ ]
o.a.s.SolrTestCaseJ4 Writing core.properties file to
C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-solrj\test\J0\temp\solr.client.solrj.embedded.SolrExampleStreamingTest_C05C697DE8DCDE8B-001\tempDir-002\cores\core
[junit4] 2> 30303 INFO
(SUITE-SolrExampleStreamingTest-seed#[C05C697DE8DCDE8B]-worker) [ ]
o.e.j.s.Server jetty-9.3.14.v20161028
[junit4] 2> 30304 INFO
(SUITE-SolrExampleStreamingTest-seed#[C05C697DE8DCDE8B]-worker) [ ]
o.e.j.s.h.ContextHandler Started
o.e.j.s.ServletContextHandler@2f1ce8ef{/solr,null,AVAILABLE}
[junit4] 2> 30307 INFO
(SUITE-SolrExampleStreamingTest-seed#[C05C697DE8DCDE8B]-worker) [ ]
o.e.j.s.AbstractConnector Started
ServerConnector@39dce014{HTTP/1.1,[http/1.1]}{127.0.0.1:56292}
[junit4] 2> 30307 INFO
(SUITE-SolrExampleStreamingTest-seed#[C05C697DE8DCDE8B]-worker) [ ]
o.e.j.s.Server Started @36300ms
[junit4] 2> 30307 INFO
(SUITE-SolrExampleStreamingTest-seed#[C05C697DE8DCDE8B]-worker) [ ]
o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr,
hostPort=56292,
configSetBaseDir=C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-solrj\test\J0\temp\solr.client.solrj.embedded.SolrExampleStreamingTest_C05C697DE8DCDE8B-001\tempDir-001,
coreRootDirectory=C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-solrj\test\J0\temp\solr.client.solrj.embedded.SolrExampleStreamingTest_C05C697DE8DCDE8B-001\tempDir-002\cores}
[junit4] 2> 30308 ERROR
(SUITE-SolrExampleStreamingTest-seed#[C05C697DE8DCDE8B]-worker) [ ]
o.a.s.s.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be
missing or incomplete.
[junit4] 2> 30308 INFO
(SUITE-SolrExampleStreamingTest-seed#[C05C697DE8DCDE8B]-worker) [ ]
o.a.s.s.SolrDispatchFilter ___ _ Welcome to Apache Solr™ version
7.0.0
[junit4] 2> 30308 INFO
(SUITE-SolrExampleStreamingTest-seed#[C05C697DE8DCDE8B]-worker) [ ]
o.a.s.s.SolrDispatchFilter / __| ___| |_ _ Starting in standalone mode on
port null
[junit4] 2> 30308 INFO
(SUITE-SolrExampleStreamingTest-seed#[C05C697DE8DCDE8B]-worker) [ ]
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_| Install dir: null
[junit4] 2> 30308 INFO
(SUITE-SolrExampleStreamingTest-seed#[C05C697DE8DCDE8B]-worker) [ ]
o.a.s.s.SolrDispatchFilter |___/\___/_|_| Start time:
2017-03-16T22:27:20.559Z
[junit4] 2> 30308 INFO
(SUITE-SolrExampleStreamingTest-seed#[C05C697DE8DCDE8B]-worker) [ ]
o.a.s.c.SolrXmlConfig Loading container configuration from
C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-solrj\test\J0\temp\solr.client.solrj.embedded.SolrExampleStreamingTest_C05C697DE8DCDE8B-001\tempDir-001\solr.xml
[junit4] 2> 30457 INFO
(SUITE-SolrExampleStreamingTest-seed#[C05C697DE8DCDE8B]-worker) [ ]
o.a.s.c.CorePropertiesLocator Found 1 core definitions underneath
C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-solrj\test\J0\temp\solr.client.solrj.embedded.SolrExampleStreamingTest_C05C697DE8DCDE8B-001\tempDir-001
[junit4] 2> 30458 INFO
(SUITE-SolrExampleStreamingTest-seed#[C05C697DE8DCDE8B]-worker) [ ]
o.a.s.c.CorePropertiesLocator Cores are: [collection1]
[junit4] 2> 30498 WARN (coreLoadExecutor-86-thread-1) [ x:collection1]
o.a.s.c.SolrConfig Couldn't add files from
C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-solrj\test\J0\temp\solr.client.solrj.embedded.SolrExampleStreamingTest_C05C697DE8DCDE8B-001\tempDir-001\collection1\..\..\..\..\contrib\extraction\lib
filtered by .*\.jar to classpath:
C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-solrj\test\J0\temp\solr.client.solrj.embedded.SolrExampleStreamingTest_C05C697DE8DCDE8B-001\tempDir-001\collection1\..\..\..\..\contrib\extraction\lib
[junit4] 2> 30499 WARN (coreLoadExecutor-86-thread-1) [ x:collection1]
o.a.s.c.SolrConfig Couldn't add files from
C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-solrj\test\J0\temp\solr.client.solrj.embedded.SolrExampleStreamingTest_C05C697DE8DCDE8B-001\tempDir-001\collection1\..\..\..\..\dist
filtered by solr-cell-\d.*\.jar to classpath:
C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-solrj\test\J0\temp\solr.client.solrj.embedded.SolrExampleStreamingTest_C05C697DE8DCDE8B-001\tempDir-001\collection1\..\..\..\..\dist
[junit4] 2> 30500 WARN (coreLoadExecutor-86-thread-1) [ x:collection1]
o.a.s.c.SolrConfig Couldn't add files from
C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-solrj\test\J0\temp\solr.client.solrj.embedded.SolrExampleStreamingTest_C05C697DE8DCDE8B-001\tempDir-001\collection1\..\..\..\..\contrib\clustering\lib
filtered by .*\.jar to classpath:
C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-solrj\test\J0\temp\solr.client.solrj.embedded.SolrExampleStreamingTest_C05C697DE8DCDE8B-001\tempDir-001\collection1\..\..\..\..\contrib\clustering\lib
[junit4] 2> 30500 WARN (coreLoadExecutor-86-thread-1) [ x:collection1]
o.a.s.c.SolrConfig Couldn't add files from
C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-solrj\test\J0\temp\solr.client.solrj.embedded.SolrExampleStreamingTest_C05C697DE8DCDE8B-001\tempDir-001\collection1\..\..\..\..\dist
filtered by solr-clustering-\d.*\.jar to classpath:
C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-solrj\test\J0\temp\solr.client.solrj.embedded.SolrExampleStreamingTest_C05C697DE8DCDE8B-001\tempDir-001\collection1\..\..\..\..\dist
[junit4] 2> 30501 WARN (coreLoadExecutor-86-thread-1) [ x:collection1]
o.a.s.c.SolrConfig Couldn't add files from
C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-solrj\test\J0\temp\solr.client.solrj.embedded.SolrExampleStreamingTest_C05C697DE8DCDE8B-001\tempDir-001\collection1\..\..\..\..\contrib\langid\lib
filtered by .*\.jar to classpath:
C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-solrj\test\J0\temp\solr.client.solrj.embedded.SolrExampleStreamingTest_C05C697DE8DCDE8B-001\tempDir-001\collection1\..\..\..\..\contrib\langid\lib
[junit4] 2> 30502 WARN (coreLoadExecutor-86-thread-1) [ x:collection1]
o.a.s.c.SolrConfig Couldn't add files from
C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-solrj\test\J0\temp\solr.client.solrj.embedded.SolrExampleStreamingTest_C05C697DE8DCDE8B-001\tempDir-001\collection1\..\..\..\..\dist
filtered by solr-langid-\d.*\.jar to classpath:
C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-solrj\test\J0\temp\solr.client.solrj.embedded.SolrExampleStreamingTest_C05C697DE8DCDE8B-001\tempDir-001\collection1\..\..\..\..\dist
[junit4] 2> 30502 WARN (coreLoadExecutor-86-thread-1) [ x:collection1]
o.a.s.c.SolrConfig Couldn't add files from
C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-solrj\test\J0\temp\solr.client.solrj.embedded.SolrExampleStreamingTest_C05C697DE8DCDE8B-001\tempDir-001\collection1\..\..\..\..\contrib\ltr\lib
filtered by .*\.jar to classpath:
C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-solrj\test\J0\temp\solr.client.solrj.embedded.SolrExampleStreamingTest_C05C697DE8DCDE8B-001\tempDir-001\collection1\..\..\..\..\contrib\ltr\lib
[junit4] 2> 30503 WARN (coreLoadExecutor-86-thread-1) [ x:collection1]
o.a.s.c.SolrConfig Couldn't add files from
C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-solrj\test\J0\temp\solr.client.solrj.embedded.SolrExampleStreamingTest_C05C697DE8DCDE8B-001\tempDir-001\collection1\..\..\..\..\dist
filtered by solr-ltr-\d.*\.jar to classpath:
C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-solrj\test\J0\temp\solr.client.solrj.embedded.SolrExampleStreamingTest_C05C697DE8DCDE8B-001\tempDir-001\collection1\..\..\..\..\dist
[junit4] 2> 30503 WARN (coreLoadExecutor-86-thread-1) [ x:collection1]
o.a.s.c.SolrConfig Couldn't add files from
C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-solrj\test\J0\temp\solr.client.solrj.embedded.SolrExampleStreamingTest_C05C697DE8DCDE8B-001\tempDir-001\collection1\..\..\..\..\contrib\velocity\lib
filtered by .*\.jar to classpath:
C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-solrj\test\J0\temp\solr.client.solrj.embedded.SolrExampleStreamingTest_C05C697DE8DCDE8B-001\tempDir-001\collection1\..\..\..\..\contrib\velocity\lib
[junit4] 2> 30504 WARN (coreLoadExecutor-86-thread-1) [ x:collection1]
o.a.s.c.SolrConfig Couldn't add files from
C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-solrj\test\J0\temp\solr.client.solrj.embedded.SolrExampleStreamingTest_C05C697DE8DCDE8B-001\tempDir-001\collection1\..\..\..\..\dist
filtered by solr-velocity-\d.*\.jar to classpath:
C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-solrj\test\J0\temp\solr.client.solrj.embedded.SolrExampleStreamingTest_C05C697DE8DCDE8B-001\tempDir-001\collection1\..\..\..\..\dist
[junit4] 2> 30515 INFO (coreLoadExecutor-86-thread-1) [ x:collection1]
o.a.s.u.SolrIndexConfig IndexWriter infoStream solr logging is enabled
[junit4] 2> 30517 INFO (coreLoadExecutor-86-thread-1) [ x:collection1]
o.a.s.c.SolrConfig Using Lucene MatchVersion: 7.0.0
[junit4] 2> 30672 INFO (coreLoadExecutor-86-thread-1) [ x:collection1]
o.a.s.s.IndexSchema [collection1] Schema name=example
[junit4] 2> 31070 WARN (coreLoadExecutor-86-thread-1) [ x:collection1]
o.a.s.c.SolrResourceLoader Solr loaded a deprecated plugin/analysis class
[solr.SynonymFilterFactory]. Please consult documentation how to replace it
accordingly.
[junit4] 2> 31844 INFO (coreLoadExecutor-86-thread-1) [ x:collection1]
o.a.s.r.RestManager Registered ManagedResource impl
org.apache.solr.rest.schema.analysis.ManagedWordSetResource for path
/schema/analysis/stopwords/english
[junit4] 2> 31847 INFO (coreLoadExecutor-86-thread-1) [ x:collection1]
o.a.s.r.RestManager Registered ManagedResource impl
org.apache.solr.rest.schema.analysis.ManagedSynonymFilterFactory$SynonymManager
for path /schema/analysis/synonyms/english
[junit4] 2> 31854 INFO (coreLoadExecutor-86-thread-1) [ x:collection1]
o.a.s.s.IndexSchema Loaded schema example/1.6 with uniqueid field id
[junit4] 2> 31854 INFO (coreLoadExecutor-86-thread-1) [ x:collection1]
o.a.s.r.RestManager Added observer of type
org.apache.solr.rest.schema.analysis.ManagedStopFilterFactory to existing
ManagedResource /schema/analysis/stopwords/english
[junit4] 2> 31854 INFO (coreLoadExecutor-86-thread-1) [ x:collection1]
o.a.s.r.RestManager Added observer of type
org.apache.solr.rest.schema.analysis.ManagedSynonymFilterFactory to existing
ManagedResource /schema/analysis/synonyms/english
[junit4] 2> 31910 INFO (coreLoadExecutor-86-thread-1) [ x:collection1]
o.a.s.c.CoreContainer Creating SolrCore 'collection1' using configuration from
instancedir
C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-solrj\test\J0\temp\solr.client.solrj.embedded.SolrExampleStreamingTest_C05C697DE8DCDE8B-001\tempDir-001\collection1
[junit4] 2> 31911 INFO (coreLoadExecutor-86-thread-1) [ x:collection1]
o.a.s.c.SolrCore solr.RecoveryStrategy.Builder
[junit4] 2> 31911 INFO (coreLoadExecutor-86-thread-1) [ x:collection1]
o.a.s.c.SolrCore [[collection1] ] Opening new SolrCore at
[C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-solrj\test\J0\temp\solr.client.solrj.embedded.SolrExampleStreamingTest_C05C697DE8DCDE8B-001\tempDir-001\collection1],
dataDir=[C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-solrj\test\J0\temp\solr.client.solrj.embedded.SolrExampleStreamingTest_C05C697DE8DCDE8B-001\tempDir-001\collection1\data\]
[junit4] 2> 31916 INFO (coreLoadExecutor-86-thread-1) [ x:collection1]
o.a.s.c.JmxMonitoredMap JMX monitoring is enabled. Adding Solr mbeans to JMX
Server: com.sun.jmx.mbeanserver.JmxMBeanServer@65354af6
[junit4] 2> 32059 INFO (coreLoadExecutor-86-thread-1) [ x:collection1]
o.a.s.u.LoggingInfoStream [IFD][coreLoadExecutor-86-thread-1]: init: current
segments file is "segments";
deletionPolicy=org.apache.solr.core.IndexDeletionPolicyWrapper@64ee6a0d
[junit4] 2> 32059 INFO (coreLoadExecutor-86-thread-1) [ x:collection1]
o.a.s.u.LoggingInfoStream [IFD][coreLoadExecutor-86-thread-1]: delete []
[junit4] 2> 32059 INFO (coreLoadExecutor-86-thread-1) [ x:collection1]
o.a.s.u.LoggingInfoStream [IFD][coreLoadExecutor-86-thread-1]: now checkpoint
"" [0 segments ; isCommit = false]
[junit4] 2> 32059 INFO (coreLoadExecutor-86-thread-1) [ x:collection1]
o.a.s.u.LoggingInfoStream [IFD][coreLoadExecutor-86-thread-1]: delete []
[junit4] 2> 32059 INFO (coreLoadExecutor-86-thread-1) [ x:collection1]
o.a.s.u.LoggingInfoStream [IFD][coreLoadExecutor-86-thread-1]: 0 msec to
checkpoint
[junit4] 2> 32059 INFO (coreLoadExecutor-86-thread-1) [ x:collection1]
o.a.s.u.LoggingInfoStream [IW][coreLoadExecutor-86-thread-1]: init: create=true
[junit4] 2> 32059 INFO (coreLoadExecutor-86-thread-1) [ x:collection1]
o.a.s.u.LoggingInfoStream [IW][coreLoadExecutor-86-thread-1]:
[junit4] 2> dir=MockDirectoryWrapper(RAMDirectory@48e6f131
lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@27920675)
[junit4] 2> index=
[junit4] 2> version=7.0.0
[junit4] 2>
analyzer=org.apache.solr.update.SolrIndexConfig$DelayedSchemaAnalyzer
[junit4] 2> ramBufferSizeMB=100.0
[junit4] 2> maxBufferedDocs=-1
[junit4] 2> maxBufferedDeleteTerms=-1
[junit4] 2> mergedSegmentWarmer=null
[junit4] 2> delPolicy=org.apache.solr.core.IndexDeletionPolicyWrapper
[junit4] 2> commit=null
[junit4] 2> openMode=CREATE
[junit4] 2>
similarity=org.apache.solr.search.similarities.SchemaSimilarityFactory$SchemaSimilarity
[junit4] 2> mergeScheduler=ConcurrentMergeScheduler: maxThreadCount=-1,
maxMergeCount=-1, ioThrottle=true
[junit4] 2> codec=Lucene70
[junit4] 2> infoStream=org.apache.solr.update.LoggingInfoStream
[junit4] 2> mergePolicy=[TieredMergePolicy: maxMergeAtOnce=10,
maxMergeAtOnceExplicit=30, maxMergedSegmentMB=5120.0, floorSegmentMB=2.0,
forceMergeDeletesPctAllowed=10.0, segmentsPerTier=10.0,
maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.1
[junit4] 2>
indexerThreadPool=org.apache.lucene.index.DocumentsWriterPerThreadPool@7ef78648
[junit4] 2> readerPooling=false
[junit4] 2> perThreadHardLimitMB=1945
[junit4] 2> useCompoundFile=false
[junit4] 2> commitOnClose=true
[junit4] 2> indexSort=null
[junit4] 2> writer=org.apache.solr.update.SolrIndexWriter@1e78fde
[junit4] 2>
[junit4] 2> 32060 INFO (coreLoadExecutor-86-thread-1) [ x:collection1]
o.a.s.u.LoggingInfoStream [IW][coreLoadExecutor-86-thread-1]:
MMapDirectory.UNMAP_SUPPORTED=true
[junit4] 2> 32060 INFO (coreLoadExecutor-86-thread-1) [ x:collection1]
o.a.s.u.LoggingInfoStream [IW][coreLoadExecutor-86-thread-1]: now flush at close
[junit4] 2> 32060 INFO (coreLoadExecutor-86-thread-1) [ x:collection1]
o.a.s.u.LoggingInfoStream [IW][coreLoadExecutor-86-thread-1]: start flush:
applyAllDeletes=true
[junit4] 2> 32060 INFO (coreLoadExecutor-86-thread-1) [ x:collection1]
o.a.s.u.LoggingInfoStream [IW][coreLoadExecutor-86-thread-1]: index before
flush
[junit4] 2> 32060 INFO (coreLoadExecutor-86-thread-1) [ x:collection1]
o.a.s.u.LoggingInfoStream [DW][coreLoadExecutor-86-thread-1]: startFullFlush
[junit4] 2> 32060 INFO (coreLoadExecutor-86-thread-1) [ x:collection1]
o.a.s.u.LoggingInfoStream [DW][coreLoadExecutor-86-thread-1]:
coreLoadExecutor-86-thread-1 finishFullFlush success=true
[junit4] 2> 32060 INFO (coreLoadExecutor-86-thread-1) [ x:collection1]
o.a.s.u.LoggingInfoStream [IW][coreLoadExecutor-86-thread-1]: apply all deletes
during flush
[junit4] 2> 32060 INFO (coreLoadExecutor-86-thread-1) [ x:collection1]
o.a.s.u.LoggingInfoStream [IW][coreLoadExecutor-86-thread-1]: now apply all
deletes for all segments maxDoc=0
[junit4] 2> 32060 INFO (coreLoadExecutor-86-thread-1) [ x:collection1]
o.a.s.u.LoggingInfoStream [BD][coreLoadExecutor-86-thread-1]: prune
sis=segments: minGen=9223372036854775807 packetCount=0
[junit4] 2> 32060 INFO (coreLoadExecutor-86-thread-1) [ x:collection1]
o.a.s.u.LoggingInfoStream [MS][coreLoadExecutor-86-thread-1]:
initDynamicDefaults spins=true maxThreadCount=1 maxMergeCount=6
[junit4] 2> 32061 INFO (coreLoadExecutor-86-thread-1) [ x:collection1]
o.a.s.u.LoggingInfoStream [MS][coreLoadExecutor-86-thread-1]:
updateMergeThreads ioThrottle=true targetMBPerSec=10240.0 MB/sec
[junit4] 2> 32061 INFO (coreLoadExecutor-86-thread-1) [ x:collection1]
o.a.s.u.LoggingInfoStream [MS][coreLoadExecutor-86-thread-1]: now merge
[junit4] 2> 32061 INFO (coreLoadExecutor-86-thread-1) [ x:collection1]
o.a.s.u.LoggingInfoStream [MS][coreLoadExecutor-86-thread-1]: index:
[junit4] 2> 32061 INFO (coreLoadExecutor-86-thread-1) [ x:collection1]
o.a.s.u.LoggingInfoStream [MS][coreLoadExecutor-86-thread-1]: no more merges
pending; now return
[junit4] 2> 32061 INFO (coreLoadExecutor-86-thread-1) [ x:collection1]
o.a.s.u.LoggingInfoStream [IW][coreLoadExecutor-86-thread-1]: waitForMerges
[junit4] 2> 32061 INFO (coreLoadExecutor-86-thread-1) [ x:collection1]
o.a.s.u.LoggingInfoStream [IW][coreLoadExecutor-86-thread-1]: waitForMerges done
[junit4] 2> 32061 INFO (coreLoadExecutor-86-thread-1) [ x:collection1]
o.a.s.u.LoggingInfoStream [IW][coreLoadExecutor-86-thread-1]: commit: start
[junit4] 2> 32061 INFO (coreLoadExecutor-86-thread-1) [ x:collection1]
o.a.s.u.LoggingInfoStream [IW][coreLoadExecutor-86-thread-1]: commit: enter lock
[junit4] 2> 32061 INFO (coreLoadExecutor-86-thread-1) [ x:collection1]
o.a.s.u.LoggingInfoStream [IW][coreLoadExecutor-86-thread-1]: commit: now
prepare
[junit4] 2> 32061 INFO (coreLoadExecutor-86-thread-1) [ x:collection1]
o.a.s.u.LoggingInfoStream [IW][coreLoadExecutor-86-thread-1]: prepareCommit:
flush
[junit4] 2> 32061 INFO (coreLoadExecutor-86-thread-1) [ x:collection1]
o.a.s.u.LoggingInfoStream [IW][coreLoadExecutor-86-thread-1]: index before
flush
[junit4] 2> 32061 INFO (coreLoadExecutor-86-thread-1) [ x:collection1]
o.a.s.u.LoggingInfoStream [DW][coreLoadExecutor-86-thread-1]: startFullFlush
[junit4] 2> 32061 INFO (coreLoadExecutor-86-thread-1) [ x:collection1]
o.a.s.u.LoggingInfoStream [IW][coreLoadExecutor-86-thread-1]: apply all deletes
during flush
[junit4] 2> 32061 INFO (coreLoadExecutor-86-thread-1) [ x:collection1]
o.a.s.u.LoggingInfoStream [IW][coreLoadExecutor-86-thread-1]: now apply all
deletes for all segments maxDoc=0
[junit4] 2> 32061 INFO (coreLoadExecutor-86-thread-1) [ x:collection1]
o.a.s.u.LoggingInfoStream [BD][coreLoadExecutor-86-thread-1]: prune
sis=segments: minGen=9223372036854775807 packetCount=0
[junit4] 2> 32062 INFO (coreLoadExecutor-86-thread-1) [ x:collection1]
o.a.s.u.LoggingInfoStream [DW][coreLoadExecutor-86-thread-1]:
coreLoadExecutor-86-thread-1 finishFullFlush success=true
[junit4] 2> 32062 INFO (coreLoadExecutor-86-thread-1) [ x:collection1]
o.a.s.u.LoggingInfoStream [IW][coreLoadExecutor-86-thread-1]: startCommit():
start
[junit4] 2> 32062 INFO (coreLoadExecutor-86-thread-1) [ x:collection1]
o.a.s.u.LoggingInfoStream [IW][coreLoadExecutor-86-thread-1]: startCommit
index= changeCount=2
[junit4] 2> 32062 INFO (coreLoadExecutor-86-thread-1) [ x:collection1]
o.a.s.u.LoggingInfoStream [IW][coreLoadExecutor-86-thread-1]: startCommit:
wrote pending segments file "pending_segments_1"
[junit4] 2> 32062 INFO (coreLoadExecutor-86-thread-1) [ x:collection1]
o.a.s.u.LoggingInfoStream [IW][coreLoadExecutor-86-thread-1]: done all syncs: []
[junit4] 2> 32062 INFO (coreLoadExecutor-86-thread-1) [ x:collection1]
o.a.s.u.LoggingInfoStream [IW][coreLoadExecutor-86-thread-1]: commit:
pendingCommit != null
[junit4] 2> 32062 INFO (coreLoadExecutor-86-thread-1) [ x:collection1]
o.a.s.u.LoggingInfoStream [IW][coreLoadExecutor-86-thread-1]: commit: done
writing segments file "segments_1"
[junit4] 2> 32062 INFO (coreLoadExecutor-86-thread-1) [ x:collection1]
o.a.s.u.LoggingInfoStream [IFD][coreLoadExecutor-86-thread-1]: now checkpoint
"" [0 segments ; isCommit = true]
[junit4] 2> 32062 INFO (coreLoadExecutor-86-thread-1) [ x:collection1]
o.a.s.u.LoggingInfoStream [IFD][coreLoadExecutor-86-thread-1]: 0 msec to
checkpoint
[junit4] 2> 32062 INFO (coreLoadExecutor-86-thread-1) [ x:collection1]
o.a.s.u.LoggingInfoStream [IFD][coreLoadExecutor-86-thread-1]: delete []
[junit4] 2> 32062 INFO (coreLoadExecutor-86-thread-1) [ x:collection1]
o.a.s.u.LoggingInfoStream [IW][coreLoadExecutor-86-thread-1]: commit: took 1.3
msec
[junit4] 2> 32062 INFO (coreLoadExecutor-86-thread-1) [ x:collection1]
o.a.s.u.LoggingInfoStream [IW][coreLoadExecutor-86-thread-1]: commit: done
[junit4] 2> 32062 INFO (coreLoadExecutor-86-thread-1) [ x:collection1]
o.a.s.u.LoggingInfoStream [IW][coreLoadExecutor-86-thread-1]: rollback
[junit4] 2> 32062 INFO (coreLoadExecutor-86-thread-1) [ x:collection1]
o.a.s.u.LoggingInfoStream [IW][coreLoadExecutor-86-thread-1]: all running
merges have aborted
[junit4] 2> 32062 INFO (coreLoadExecutor-86-thread-1) [ x:collection1]
o.a.s.u.LoggingInfoStream [IW][coreLoadExecutor-86-thread-1]: rollback: done
finish merges
[junit4] 2> 32062 INFO (coreLoadExecutor-86-thread-1) [ x:collection1]
o.a.s.u.LoggingInfoStream [DW][coreLoadExecutor-86-thread-1]: abort
[junit4] 2> 32062 INFO (coreLoadExecutor-86-thread-1) [ x:collection1]
o.a.s.u.LoggingInfoStream [DW][coreLoadExecutor-86-thread-1]: done abort
success=true
[junit4] 2> 32062 INFO (coreLoadExecutor-86-thread-1) [ x:collection1]
o.a.s.u.LoggingInfoStream [IW][coreLoadExecutor-86-thread-1]: rollback: infos=
[junit4] 2> 32062 INFO (coreLoadExecutor-86-thread-1) [ x:collection1]
o.a.s.u.LoggingInfoStream [IFD][coreLoadExecutor-86-thread-1]: now checkpoint
"" [0 segments ; isCommit = false]
[junit4] 2> 32062 INFO (coreLoadExecutor-86-thread-1) [ x:collection1]
o.a.s.u.LoggingInfoStream [IFD][coreLoadExecutor-86-thread-1]: delete []
[junit4] 2> 32062 INFO (coreLoadExecutor-86-thread-1) [ x:collection1]
o.a.s.u.LoggingInfoStream [IFD][coreLoadExecutor-86-thread-1]: 0 msec to
checkpoint
[junit4] 2> 32063 INFO (coreLoadExecutor-86-thread-1) [ x:collection1]
o.a.s.u.LoggingInfoStream [IFD][coreLoadExecutor-86-thread-1]: delete []
[junit4] 2> 32115 INFO (coreLoadExecutor-86-thread-1) [ x:collection1]
o.a.s.r.XSLTResponseWriter xsltCacheLifetimeSeconds=5
[junit4] 2> 32572 INFO (coreLoadExecutor-86-thread-1) [ x:collection1]
o.a.s.u.UpdateHandler Using UpdateLog implementation:
org.apache.solr.update.UpdateLog
[junit4] 2> 32572 INFO (coreLoadExecutor-86-thread-1) [ x:collection1]
o.a.s.u.UpdateLog Initializing UpdateLog: dataDir= defaultSyncLevel=FLUSH
numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
[junit4] 2> 32573 INFO (coreLoadExecutor-86-thread-1) [ x:collection1]
o.a.s.u.CommitTracker Hard AutoCommit: if uncommited for 15000ms;
[junit4] 2> 32573 INFO (coreLoadExecutor-86-thread-1) [ x:collection1]
o.a.s.u.CommitTracker Soft AutoCommit: disabled
[junit4] 2> 32575 INFO (coreLoadExecutor-86-thread-1) [ x:collection1]
o.a.s.u.LoggingInfoStream [IFD][coreLoadExecutor-86-thread-1]: init: current
segments file is "segments_1";
deletionPolicy=org.apache.solr.core.IndexDeletionPolicyWrapper@64ee6a0d
[junit4] 2> 32575 INFO (coreLoadExecutor-86-thread-1) [ x:collection1]
o.a.s.u.LoggingInfoStream [IFD][coreLoadExecutor-86-thread-1]: init: load
commit "segments_1"
[junit4] 2> 32575 INFO (coreLoadExecutor-86-thread-1) [ x:collection1]
o.a.s.u.LoggingInfoStream [IFD][coreLoadExecutor-86-thread-1]: delete []
[junit4] 2> 32575 INFO (coreLoadExecutor-86-thread-1) [ x:collection1]
o.a.s.u.LoggingInfoStream [IFD][coreLoadExecutor-86-thread-1]: now checkpoint
"" [0 segments ; isCommit = false]
[junit4] 2> 32575 INFO (coreLoadExecutor-86-thread-1) [ x:collection1]
o.a.s.u.LoggingInfoStream [IFD][coreLoadExecutor-86-thread-1]: delete []
[junit4] 2> 32575 INFO (coreLoadExecutor-86-thread-1) [ x:collection1]
o.a.s.u.LoggingInfoStream [IFD][coreLoadExecutor-86-thread-1]: 0 msec to
checkpoint
[junit4] 2> 32575 INFO (coreLoadExecutor-86-thread-1) [ x:collection1]
o.a.s.u.LoggingInfoStream [IW][coreLoadExecutor-86-thread-1]: init: create=false
[junit4] 2> 32576 INFO (coreLoadExecutor-86-thread-1) [ x:collection1]
o.a.s.u.LoggingInfoStream [IW][coreLoadExecutor-86-thread-1]:
[junit4] 2> dir=MockDirectoryWrapper(RAMDirectory@48e6f131
lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@27920675)
[junit4] 2> index=
[junit4] 2> version=7.0.0
[junit4] 2>
analyzer=org.apache.solr.update.SolrIndexConfig$DelayedSchemaAnalyzer
[junit4] 2> ramBufferSizeMB=100.0
[junit4] 2> maxBufferedDocs=-1
[junit4] 2> maxBufferedDeleteTerms=-1
[junit4] 2> mergedSegmentWarmer=null
[junit4] 2> delPolicy=org.apache.solr.core.IndexDeletionPolicyWrapper
[junit4] 2> commit=null
[junit4] 2> openMode=APPEND
[junit4] 2>
similarity=org.apache.solr.search.similarities.SchemaSimilarityFactory$SchemaSimilarity
[junit4] 2> mergeScheduler=ConcurrentMergeScheduler: maxThreadCount=-1,
maxMergeCount=-1, ioThrottle=true
[junit4] 2> codec=Lucene70
[junit4] 2> infoStream=org.apache.solr.update.LoggingInfoStream
[junit4] 2> mergePolicy=[TieredMergePolicy: maxMergeAtOnce=10,
maxMergeAtOnceExplicit=30, maxMergedSegmentMB=5120.0, floorSegmentMB=2.0,
forceMergeDeletesPctAllowed=10.0, segmentsPerTier=10.0,
maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.1
[junit4] 2>
indexerThreadPool=org.apache.lucene.index.DocumentsWriterPerThreadPool@3860888
[junit4] 2> readerPooling=false
[junit4] 2> perThreadHardLimitMB=1945
[junit4] 2> useCompoundFile=false
[junit4] 2> commitOnClose=true
[junit4] 2> indexSort=null
[junit4] 2> writer=org.apache.solr.update.SolrIndexWriter@34d601c9
[junit4] 2>
[junit4] 2> 32576 INFO (coreLoadExecutor-86-thread-1) [ x:collection1]
o.a.s.u.LoggingInfoStream [IW][coreLoadExecutor-86-thread-1]:
MMapDirectory.UNMAP_SUPPORTED=true
[junit4] 2> 32576 INFO (coreLoadExecutor-86-thread-1) [ x:collection1]
o.a.s.u.LoggingInfoStream [IW][coreLoadExecutor-86-thread-1]: flush at getReader
[junit4] 2> 32576 INFO (coreLoadExecutor-86-thread-1) [ x:collection1]
o.a.s.u.LoggingInfoStream [DW][coreLoadExecutor-86-thread-1]: startFullFlush
[junit4] 2> 32576 INFO (coreLoadExecutor-86-thread-1) [ x:collection1]
o.a.s.u.LoggingInfoStream [IW][coreLoadExecutor-86-thread-1]: apply all deletes
during flush
[junit4] 2> 32577 INFO (coreLoadExecutor-86-thread-1) [ x:collection1]
o.a.s.u.LoggingInfoStream [IW][coreLoadExecutor-86-thread-1]: now apply all
deletes for all segments maxDoc=0
[junit4] 2> 32577 INFO (coreLoadExecutor-86-thread-1) [ x:collection1]
o.a.s.u.LoggingInfoStream [BD][coreLoadExecutor-86-thread-1]: prune
sis=segments_1: minGen=9223372036854775807 packetCount=0
[junit4] 2> 32577 INFO (coreLoadExecutor-86-thread-1) [ x:collection1]
o.a.s.u.LoggingInfoStream [IW][coreLoadExecutor-86-thread-1]: incRefDeleter for
NRT reader version=2 segments=
[junit4] 2> 32577 INFO (coreLoadExecutor-86-thread-1) [ x:collection1]
o.a.s.u.LoggingInfoStream [IW][coreLoadExecutor-86-thread-1]: return reader
version=2 reader=StandardDirectoryReader(segments_1:2:nrt)
[junit4] 2> 32577 INFO (coreLoadExecutor-86-thread-1) [ x:collection1]
o.a.s.u.LoggingInfoStream [DW][coreLoadExecutor-86-thread-1]:
coreLoadExecutor-86-thread-1 finishFullFlush success=true
[junit4] 2> 32577 INFO (coreLoadExecutor-86-thread-1) [ x:collection1]
o.a.s.u.LoggingInfoStream [IW][coreLoadExecutor-86-thread-1]: getReader took 1
msec
[junit4] 2> 32577 INFO (coreLoadExecutor-86-thread-1) [ x:collection1]
o.a.s.s.SolrIndexSearcher Opening [Searcher@5a821648[collection1] main]
[junit4] 2> 32584 INFO (coreLoadExecutor-86-thread-1) [ x:collection1]
o.a.s.r.ManagedResourceStorage File-based storage initialized to use dir:
C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-solrj\test\J0\temp\solr.client.solrj.embedded.SolrExampleStreamingTest_C05C697DE8DCDE8B-001\tempDir-001\collection1\conf
[junit4] 2> 32585 INFO (coreLoadExecutor-86-thread-1) [ x:collection1]
o.a.s.r.ManagedResourceStorage Loaded LinkedHashMap at path _rest_managed.json
using
file:dir=C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-solrj\test\J0\temp\solr.client.solrj.embedded.SolrExampleStreamingTest_C05C697DE8DCDE8B-001\tempDir-001\collection1\conf
[junit4] 2> 32585 INFO (coreLoadExecutor-86-thread-1) [ x:collection1]
o.a.s.r.ManagedResource Loaded initArgs {} for /rest/managed
[junit4] 2> 32585 INFO (coreLoadExecutor-86-thread-1) [ x:collection1]
o.a.s.r.ManagedResourceStorage Loaded LinkedHashMap at path
_schema_analysis_stopwords_english.json using
file:dir=C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-solrj\test\J0\temp\solr.client.solrj.embedded.SolrExampleStreamingTest_C05C697DE8DCDE8B-001\tempDir-001\collection1\conf
[junit4] 2> 32586 INFO (coreLoadExecutor-86-thread-1) [ x:collection1]
o.a.s.r.ManagedResource Loaded initArgs {ignoreCase=true} for
/schema/analysis/stopwords/english
[junit4] 2> 32586 INFO (coreLoadExecutor-86-thread-1) [ x:collection1]
o.a.s.r.s.a.ManagedWordSetResource Loaded 35 words for
/schema/analysis/stopwords/english
[junit4] 2> 32586 INFO (coreLoadExecutor-86-thread-1) [ x:collection1]
o.a.s.r.ManagedResource Notified 2 observers of
/schema/analysis/stopwords/english
[junit4] 2> 32586 INFO (coreLoadExecutor-86-thread-1) [ x:collection1]
o.a.s.r.ManagedResourceStorage Loaded LinkedHashMap at path
_schema_analysis_synonyms_english.json using
file:dir=C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-solrj\test\J0\temp\solr.client.solrj.embedded.SolrExampleStreamingTest_C05C697DE8DCDE8B-001\tempDir-001\collection1\conf
[junit4] 2> 32586 INFO (coreLoadExecutor-86-thread-1) [ x:collection1]
o.a.s.r.ManagedResource Loaded initArgs {ignoreCase=true,format=solr} for
/schema/analysis/synonyms/english
[junit4] 2> 32590 INFO (coreLoadExecutor-86-thread-1) [ x:collection1]
o.a.s.r.s.a.ManagedSynonymFilterFactory Loaded 3 synonym mappings for
/schema/analysis/synonyms/english
[junit4] 2> 32593 INFO (coreLoadExecutor-86-thread-1) [ x:collection1]
o.a.s.r.ManagedResource Notified 2 observers of
/schema/analysis/synonyms/english
[junit4] 2> 32593 INFO (coreLoadExecutor-86-thread-1) [ x:collection1]
o.a.s.h.c.SpellCheckComponent Initializing spell checkers
[junit4] 2> 32645 INFO (coreLoadExecutor-86-thread-1) [ x:collection1]
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> 32703 INFO (coreLoadExecutor-86-thread-1) [ x:collection1]
o.a.s.h.c.SuggestComponent Initializing SuggestComponent
[junit4] 2> 32718 INFO (coreLoadExecutor-86-thread-1) [ x:collection1]
o.a.s.s.s.SolrSuggester init:
{name=mySuggester,lookupImpl=FuzzyLookupFactory,dictionaryImpl=DocumentDictionaryFactory,field=cat,weightField=price,suggestAnalyzerFieldType=string,buildOnStartup=false}
[junit4] 2> 32866 INFO (coreLoadExecutor-86-thread-1) [ x:collection1]
o.a.s.s.s.SolrSuggester Dictionary loaded with params:
{name=mySuggester,lookupImpl=FuzzyLookupFactory,dictionaryImpl=DocumentDictionaryFactory,field=cat,weightField=price,suggestAnalyzerFieldType=string,buildOnStartup=false}
[junit4] 2> 32876 INFO (coreLoadExecutor-86-thread-1) [ x:collection1]
o.a.s.h.c.QueryElevationComponent Loading QueryElevation from:
C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-solrj\test\J0\temp\solr.client.solrj.embedded.SolrExampleStreamingTest_C05C697DE8DCDE8B-001\tempDir-001\collection1\conf\elevate.xml
[junit4] 2> 32931 INFO (coreLoadExecutor-86-thread-1) [ x:collection1]
o.a.s.h.ReplicationHandler Commits will be reserved for 10000
[junit4] 2> 32931 INFO
(searcherExecutor-87-thread-1-processing-x:collection1) [ x:collection1]
o.a.s.c.QuerySenderListener QuerySenderListener sending requests to
Searcher@5a821648[collection1]
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
[junit4] 2> 32939 INFO (coreLoadExecutor-86-thread-1) [ x:collection1]
o.a.s.u.UpdateLog Could not find max version in index or recent updates, using
new clock 1562067067931197440
[junit4] 2> 32951 INFO
(searcherExecutor-87-thread-1-processing-x:collection1) [ x:collection1]
o.a.s.c.S.Request [collection1] webapp=null path=null
params={q=static+firstSearcher+warming+in+solrconfig.xml&distrib=false&event=firstSearcher}
hits=0 status=0 QTime=13
[junit4] 2> 32951 INFO
(searcherExecutor-87-thread-1-processing-x:collection1) [ x:collection1]
o.a.s.c.QuerySenderListener QuerySenderListener done.
[junit4] 2> 32951 INFO
(searcherExecutor-87-thread-1-processing-x:collection1) [ x:collection1]
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: default
[junit4] 2> 32951 INFO
(searcherExecutor-87-thread-1-processing-x:collection1) [ x:collection1]
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: wordbreak
[junit4] 2> 32955 INFO
(searcherExecutor-87-thread-1-processing-x:collection1) [ x:collection1]
o.a.s.c.SolrCore [collection1] Registered new searcher
Searcher@5a821648[collection1]
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
[junit4] 2> 32975 INFO
(SUITE-SolrExampleStreamingTest-seed#[C05C697DE8DCDE8B]-worker) [ ]
o.a.s.SolrJettyTestBase Jetty Assigned Port#56292
[junit4] 2> 32979 INFO
(TEST-SolrExampleStreamingTest.testLukeHandler-seed#[C05C697DE8DCDE8B]) [ ]
o.a.s.SolrTestCaseJ4 ###Starting testLukeHandler
[junit4] 2> 33163 INFO (qtp1837339555-643) [ x:collection1]
o.a.s.u.LoggingInfoStream [DW][qtp1837339555-643]: anyChanges? numDocsInRam=0
deletes=true hasTickets:false pendingChangesInFullFlush: false
[junit4] 2> 33164 INFO (qtp1837339555-643) [ x:collection1]
o.a.s.u.LoggingInfoStream [DW][qtp1837339555-643]: anyChanges? numDocsInRam=0
deletes=true hasTickets:false pendingChangesInFullFlush: false
[junit4] 2> 33164 INFO (qtp1837339555-643) [ x:collection1]
o.a.s.u.LoggingInfoStream [IW][qtp1837339555-643]: nrtIsCurrent: infoVersion
matches: true; DW changes: true; BD changes: false
[junit4] 2> 33164 INFO (qtp1837339555-643) [ x:collection1]
o.a.s.u.LoggingInfoStream [IW][qtp1837339555-643]: flush at getReader
[junit4] 2> 33164 INFO (qtp1837339555-643) [ x:collection1]
o.a.s.u.LoggingInfoStream [DW][qtp1837339555-643]: startFullFlush
[junit4] 2> 33164 INFO (qtp1837339555-643) [ x:collection1]
o.a.s.u.LoggingInfoStream [DW][qtp1837339555-643]: anyChanges? numDocsInRam=0
deletes=true hasTickets:false pendingChangesInFullFlush: false
[junit4] 2> 33164 INFO (qtp1837339555-643) [ x:collection1]
o.a.s.u.LoggingInfoStream [DW][qtp1837339555-643]: qtp1837339555-643: flush
naked frozen global deletes
[junit4] 2> 33165 INFO (qtp1837339555-643) [ x:collection1]
o.a.s.u.LoggingInfoStream [BD][qtp1837339555-643]: push deletes 1 deleted
queries bytesUsed=100 segmentPrivate?=false delGen=2 packetCount=1
totBytesUsed=100
[junit4] 2> 33165 INFO (qtp1837339555-643) [ x:collection1]
o.a.s.u.LoggingInfoStream [DW][qtp1837339555-643]: flush: push buffered
updates: 1 deleted queries bytesUsed=100
[junit4] 2> 33165 INFO (qtp1837339555-643) [ x:collection1]
o.a.s.u.LoggingInfoStream [IW][qtp1837339555-643]: apply all deletes during
flush
[junit4] 2> 33165 INFO (qtp1837339555-643) [ x:collection1]
o.a.s.u.LoggingInfoStream [IW][qtp1837339555-643]: now apply all deletes for
all segments maxDoc=0
[junit4] 2> 33165 INFO (qtp1837339555-643) [ x:collection1]
o.a.s.u.LoggingInfoStream [BD][qtp1837339555-643]: prune sis=segments_1:
minGen=9223372036854775807 packetCount=1
[junit4] 2> 33165 INFO (qtp1837339555-643) [ x:collection1]
o.a.s.u.LoggingInfoStream [BD][qtp1837339555-643]: pruneDeletes: prune 1
packets; 0 packets remain
[junit4] 2> 33165 INFO (qtp1837339555-643) [ x:collection1]
o.a.s.u.LoggingInfoStream [IW][qtp1837339555-643]: incRefDeleter for NRT reader
version=2 segments=
[junit4] 2> 33165 INFO (qtp1837339555-643) [ x:collection1]
o.a.s.u.LoggingInfoStream [IW][qtp1837339555-643]: return reader version=2
reader=StandardDirectoryReader(segments_1:2:nrt)
[junit4] 2> 33165 INFO (qtp1837339555-643) [ x:collection1]
o.a.s.u.LoggingInfoStream [DW][qtp1837339555-643]: qtp1837339555-643
finishFullFlush success=true
[junit4] 2> 33165 INFO (qtp1837339555-643) [ x:collection1]
o.a.s.u.LoggingInfoStream [IW][qtp1837339555-643]: getReader took 1 msec
[junit4] 2> 33165 INFO (qtp1837339555-643) [ x:collection1]
o.a.s.u.LoggingInfoStream [IFD][qtp1837339555-643]: delete []
[junit4] 2> 33165 INFO (qtp1837339555-643) [ x:collection1]
o.a.s.u.LoggingInfoStream [IW][qtp1837339555-643]: decRefDeleter for NRT reader
version=2 segments=
[junit4] 2> 33166 INFO (qtp1837339555-643) [ x:collection1]
o.a.s.u.p.LogUpdateProcessorFactory [collection1] webapp=/solr path=/update
params={wt=xml&version=2.2}{deleteByQuery=*:* (-1562067068162932736)} 0 163
[junit4] 2> 33236 INFO (qtp1837339555-644) [ x:collection1]
o.a.s.u.p.LogUpdateProcessorFactory [collection1] webapp=/solr path=/update
params={wt=xml&version=2.2}{add=[ID3 (1562067068236333056)]} 0 10
[junit4] 2> 33238 INFO (qtp1837339555-645) [ x:collection1]
o.a.s.u.p.LogUpdateProcessorFactory [collection1] webapp=/solr path=/update
params={wt=xml&version=2.2}{add=[ID4 (1562067068241575936)]} 0 2
[junit4] 2> 33238 INFO (qtp1837339555-647) [ x:collection1]
o.a.s.u.p.LogUpdateProcessorFactory [collection1] webapp=/solr path=/update
params={wt=xml&version=2.2}{add=[ID2 (1562067068240527360)]} 0 6
[junit4] 2> 33240 INFO (qtp1837339555-648) [ x:collection1]
o.a.s.u.p.LogUpdateProcessorFactory [collection1] webapp=/solr path=/update
params={wt=xml&version=2.2}{add=[ID1 (1562067068238430208)]} 0 8
[junit4] 2> 33240 INFO (qtp1837339555-646) [ x:collection1]
o.a.s.u.p.LogUpdateProcessorFactory [collection1] webapp=/solr path=/update
params={wt=xml&version=2.2}{add=[ID0 (1562067068239478784)]} 0 6
[junit4] 2> 33241 INFO (qtp1837339555-646) [ x:collection1]
o.a.s.u.DirectUpdateHandler2 start
commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
[junit4] 2> 33241 INFO (qtp1837339555-646) [ x:collection1]
o.a.s.u.SolrIndexWriter Calling setCommitData with
IW:org.apache.solr.update.SolrIndexWriter@34d601c9 commitCommandVersion:0
[junit4] 2> 33241 INFO (qtp1837339555-646) [ x:collection1]
o.a.s.u.LoggingInfoStream [IW][qtp1837339555-646]: commit: start
[junit4] 2> 33241 INFO (qtp1837339555-646) [ x:collection1]
o.a.s.u.LoggingInfoStream [IW][qtp1837339555-646]: commit: enter lock
[junit4] 2> 33241 INFO (qtp1837339555-646) [ x:collection1]
o.a.s.u.LoggingInfoStream [IW][qtp1837339555-646]: commit: now prepare
[junit4] 2> 33241 INFO (qtp1837339555-646) [ x:collection1]
o.a.s.u.LoggingInfoStream [IW][qtp1837339555-646]: prepareCommit: flush
[junit4] 2> 33241 INFO (qtp1837339555-646) [ x:collection1]
o.a.s.u.LoggingInfoStream [IW][qtp1837339555-646]: index before flush
[junit4] 2> 33241 INFO (qtp1837339555-646) [ x:collection1]
o.a.s.u.LoggingInfoStream [DW][qtp1837339555-646]: startFullFlush
[junit4] 2> 33241 INFO (qtp1837339555-646) [ x:collection1]
o.a.s.u.LoggingInfoStream [DW][qtp1837339555-646]: anyChanges? numDocsInRam=5
deletes=true hasTickets:false pendingChangesInFullFlush:
[...truncated too long message...]
8441 INFO (coreCloseExecutor-329-thread-1) [ x:collection1]
o.a.s.c.SolrCore [collection1] CLOSING SolrCore
org.apache.solr.core.SolrCore@60913179
[junit4] 2> 98443 INFO (coreCloseExecutor-329-thread-1) [
x:collection1] o.a.s.u.LoggingInfoStream [IW][coreCloseExecutor-329-thread-1]:
now flush at close
[junit4] 2> 98443 INFO (coreCloseExecutor-329-thread-1) [
x:collection1] o.a.s.u.LoggingInfoStream [IW][coreCloseExecutor-329-thread-1]:
start flush: applyAllDeletes=true
[junit4] 2> 98443 INFO (coreCloseExecutor-329-thread-1) [
x:collection1] o.a.s.u.LoggingInfoStream [IW][coreCloseExecutor-329-thread-1]:
index before flush _1b(7.0.0):C1
[junit4] 2> 98443 INFO (coreCloseExecutor-329-thread-1) [
x:collection1] o.a.s.u.LoggingInfoStream [DW][coreCloseExecutor-329-thread-1]:
startFullFlush
[junit4] 2> 98443 INFO (coreCloseExecutor-329-thread-1) [
x:collection1] o.a.s.u.LoggingInfoStream [DW][coreCloseExecutor-329-thread-1]:
coreCloseExecutor-329-thread-1 finishFullFlush success=true
[junit4] 2> 98443 INFO (coreCloseExecutor-329-thread-1) [
x:collection1] o.a.s.u.LoggingInfoStream [IW][coreCloseExecutor-329-thread-1]:
apply all deletes during flush
[junit4] 2> 98443 INFO (coreCloseExecutor-329-thread-1) [
x:collection1] o.a.s.u.LoggingInfoStream [IW][coreCloseExecutor-329-thread-1]:
now apply all deletes for all segments maxDoc=1
[junit4] 2> 98443 INFO (coreCloseExecutor-329-thread-1) [
x:collection1] o.a.s.u.LoggingInfoStream [BD][coreCloseExecutor-329-thread-1]:
applyDeletes: open segment readers took 0 msec
[junit4] 2> 98443 INFO (coreCloseExecutor-329-thread-1) [
x:collection1] o.a.s.u.LoggingInfoStream [BD][coreCloseExecutor-329-thread-1]:
applyDeletes: no segments; skipping
[junit4] 2> 98443 INFO (coreCloseExecutor-329-thread-1) [
x:collection1] o.a.s.u.LoggingInfoStream [BD][coreCloseExecutor-329-thread-1]:
prune sis=segments_1x: _1b(7.0.0):C1 minGen=305 packetCount=0
[junit4] 2> 98443 INFO (coreCloseExecutor-329-thread-1) [
x:collection1] o.a.s.u.LoggingInfoStream [MS][coreCloseExecutor-329-thread-1]:
updateMergeThreads ioThrottle=true targetMBPerSec=10240.0 MB/sec
[junit4] 2> 98443 INFO (coreCloseExecutor-329-thread-1) [
x:collection1] o.a.s.u.LoggingInfoStream [MS][coreCloseExecutor-329-thread-1]:
now merge
[junit4] 2> 98443 INFO (coreCloseExecutor-329-thread-1) [
x:collection1] o.a.s.u.LoggingInfoStream [MS][coreCloseExecutor-329-thread-1]:
index: _1b(7.0.0):C1
[junit4] 2> 98444 INFO (coreCloseExecutor-329-thread-1) [
x:collection1] o.a.s.u.LoggingInfoStream [MS][coreCloseExecutor-329-thread-1]:
no more merges pending; now return
[junit4] 2> 98444 INFO (coreCloseExecutor-329-thread-1) [
x:collection1] o.a.s.u.LoggingInfoStream [IW][coreCloseExecutor-329-thread-1]:
waitForMerges
[junit4] 2> 98444 INFO (coreCloseExecutor-329-thread-1) [
x:collection1] o.a.s.u.LoggingInfoStream [IW][coreCloseExecutor-329-thread-1]:
waitForMerges done
[junit4] 2> 98444 INFO (coreCloseExecutor-329-thread-1) [
x:collection1] o.a.s.u.LoggingInfoStream [IW][coreCloseExecutor-329-thread-1]:
commit: start
[junit4] 2> 98444 INFO (coreCloseExecutor-329-thread-1) [
x:collection1] o.a.s.u.LoggingInfoStream [IW][coreCloseExecutor-329-thread-1]:
commit: enter lock
[junit4] 2> 98444 INFO (coreCloseExecutor-329-thread-1) [
x:collection1] o.a.s.u.LoggingInfoStream [IW][coreCloseExecutor-329-thread-1]:
commit: now prepare
[junit4] 2> 98444 INFO (coreCloseExecutor-329-thread-1) [
x:collection1] o.a.s.u.LoggingInfoStream [IW][coreCloseExecutor-329-thread-1]:
prepareCommit: flush
[junit4] 2> 98444 INFO (coreCloseExecutor-329-thread-1) [
x:collection1] o.a.s.u.LoggingInfoStream [IW][coreCloseExecutor-329-thread-1]:
index before flush _1b(7.0.0):C1
[junit4] 2> 98444 INFO (coreCloseExecutor-329-thread-1) [
x:collection1] o.a.s.u.LoggingInfoStream [DW][coreCloseExecutor-329-thread-1]:
startFullFlush
[junit4] 2> 98444 INFO (coreCloseExecutor-329-thread-1) [
x:collection1] o.a.s.u.LoggingInfoStream [IW][coreCloseExecutor-329-thread-1]:
apply all deletes during flush
[junit4] 2> 98444 INFO (coreCloseExecutor-329-thread-1) [
x:collection1] o.a.s.u.LoggingInfoStream [IW][coreCloseExecutor-329-thread-1]:
now apply all deletes for all segments maxDoc=1
[junit4] 2> 98444 INFO (coreCloseExecutor-329-thread-1) [
x:collection1] o.a.s.u.LoggingInfoStream [BD][coreCloseExecutor-329-thread-1]:
applyDeletes: open segment readers took 0 msec
[junit4] 2> 98444 INFO (coreCloseExecutor-329-thread-1) [
x:collection1] o.a.s.u.LoggingInfoStream [BD][coreCloseExecutor-329-thread-1]:
applyDeletes: no segments; skipping
[junit4] 2> 98444 INFO (coreCloseExecutor-329-thread-1) [
x:collection1] o.a.s.u.LoggingInfoStream [BD][coreCloseExecutor-329-thread-1]:
prune sis=segments_1x: _1b(7.0.0):C1 minGen=305 packetCount=0
[junit4] 2> 98444 INFO (coreCloseExecutor-329-thread-1) [
x:collection1] o.a.s.u.LoggingInfoStream [DW][coreCloseExecutor-329-thread-1]:
coreCloseExecutor-329-thread-1 finishFullFlush success=true
[junit4] 2> 98444 INFO (coreCloseExecutor-329-thread-1) [
x:collection1] o.a.s.u.LoggingInfoStream [IW][coreCloseExecutor-329-thread-1]:
startCommit(): start
[junit4] 2> 98444 INFO (coreCloseExecutor-329-thread-1) [
x:collection1] o.a.s.u.LoggingInfoStream [IW][coreCloseExecutor-329-thread-1]:
skip startCommit(): no changes pending
[junit4] 2> 98444 INFO (coreCloseExecutor-329-thread-1) [
x:collection1] o.a.s.u.LoggingInfoStream [IFD][coreCloseExecutor-329-thread-1]:
delete []
[junit4] 2> 98444 INFO (coreCloseExecutor-329-thread-1) [
x:collection1] o.a.s.u.LoggingInfoStream [IW][coreCloseExecutor-329-thread-1]:
commit: pendingCommit == null; skip
[junit4] 2> 98444 INFO (coreCloseExecutor-329-thread-1) [
x:collection1] o.a.s.u.LoggingInfoStream [IW][coreCloseExecutor-329-thread-1]:
commit: took 0.3 msec
[junit4] 2> 98444 INFO (coreCloseExecutor-329-thread-1) [
x:collection1] o.a.s.u.LoggingInfoStream [IW][coreCloseExecutor-329-thread-1]:
commit: done
[junit4] 2> 98444 INFO (coreCloseExecutor-329-thread-1) [
x:collection1] o.a.s.u.LoggingInfoStream [IW][coreCloseExecutor-329-thread-1]:
rollback
[junit4] 2> 98444 INFO (coreCloseExecutor-329-thread-1) [
x:collection1] o.a.s.u.LoggingInfoStream [IW][coreCloseExecutor-329-thread-1]:
all running merges have aborted
[junit4] 2> 98444 INFO (coreCloseExecutor-329-thread-1) [
x:collection1] o.a.s.u.LoggingInfoStream [IW][coreCloseExecutor-329-thread-1]:
rollback: done finish merges
[junit4] 2> 98444 INFO (coreCloseExecutor-329-thread-1) [
x:collection1] o.a.s.u.LoggingInfoStream [DW][coreCloseExecutor-329-thread-1]:
abort
[junit4] 2> 98444 INFO (coreCloseExecutor-329-thread-1) [
x:collection1] o.a.s.u.LoggingInfoStream [DW][coreCloseExecutor-329-thread-1]:
done abort success=true
[junit4] 2> 98444 INFO (coreCloseExecutor-329-thread-1) [
x:collection1] o.a.s.u.LoggingInfoStream [IW][coreCloseExecutor-329-thread-1]:
rollback: infos=_1b(7.0.0):C1
[junit4] 2> 98444 INFO (coreCloseExecutor-329-thread-1) [
x:collection1] o.a.s.u.LoggingInfoStream [IFD][coreCloseExecutor-329-thread-1]:
now checkpoint "_1b(7.0.0):C1" [1 segments ; isCommit = false]
[junit4] 2> 98444 INFO (coreCloseExecutor-329-thread-1) [
x:collection1] o.a.s.u.LoggingInfoStream [IFD][coreCloseExecutor-329-thread-1]:
delete []
[junit4] 2> 98444 INFO (coreCloseExecutor-329-thread-1) [
x:collection1] o.a.s.u.LoggingInfoStream [IFD][coreCloseExecutor-329-thread-1]:
0 msec to checkpoint
[junit4] 2> 98444 INFO (coreCloseExecutor-329-thread-1) [
x:collection1] o.a.s.u.LoggingInfoStream [IFD][coreCloseExecutor-329-thread-1]:
delete []
[junit4] 2> 98444 INFO (coreCloseExecutor-329-thread-1) [
x:collection1] o.a.s.u.LoggingInfoStream [IFD][coreCloseExecutor-329-thread-1]:
delete []
[junit4] 2> 98627 INFO (coreCloseExecutor-329-thread-1) [
x:collection1] o.a.s.m.SolrMetricManager Closing metric reporters for
registry=solr.core.collection1, tag=1620128121
[junit4] 2> 98628 INFO
(SUITE-SolrExampleXMLTest-seed#[C05C697DE8DCDE8B]-worker) [ ]
o.e.j.s.h.ContextHandler Stopped
o.e.j.s.ServletContextHandler@5b153c05{/solr,null,UNAVAILABLE}
[junit4] 2> 98629 INFO
(SUITE-SolrExampleXMLTest-seed#[C05C697DE8DCDE8B]-worker) [ ]
o.a.s.SolrTestCaseJ4 ###deleteCore
[junit4] 2> NOTE: leaving temporary files on disk at:
C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-solrj\test\J1\temp\solr.client.solrj.SolrExampleXMLTest_C05C697DE8DCDE8B-001
[junit4] 2> NOTE: test params are: codec=Asserting(Lucene70): {},
docValues:{}, maxPointsInLeafNode=454, maxMBSortInHeap=7.21881048260838,
sim=RandomSimilarity(queryNorm=true): {}, locale=sr-BA, timezone=America/Moncton
[junit4] 2> NOTE: Windows 10 10.0 amd64/Oracle Corporation 1.8.0_121
(64-bit)/cpus=3,threads=1,free=73694792,total=216981504
[junit4] 2> NOTE: All tests run in this JVM: [GraphExpressionTest,
HttpSolrClientConPoolTest, AbsoluteValueEvaluatorTest,
TestCollectionStateWatchers, LessThanEvaluatorTest, ExclusiveOrEvaluatorTest,
StreamExpressionToExplanationTest, TestCollectionAdminRequest, SolrParamTest,
LargeVolumeEmbeddedTest, ClientUtilsTest, SolrQueryTest, LargeVolumeJettyTest,
LargeVolumeBinaryJettyTest, LBHttpSolrClientBuilderTest, QueryResponseTest,
TestDelegationTokenResponse, SolrExampleStreamingBinaryTest,
MergeIndexesEmbeddedTest, NaturalLogEvaluatorTest,
DocumentAnalysisResponseTest, TestFastInputStream, SubtractEvaluatorTest,
DivideEvaluatorTest, SolrExampleJettyTest, SolrExampleXMLTest]
[junit4] Completed [58/107 (6!)] on J1 in 8.21s, 35 tests, 1 error <<<
FAILURES!
[...truncated 62099 lines...]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]