You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@lucene.apache.org by Policeman Jenkins Server <je...@thetaphi.de> on 2017/03/16 20:49:41 UTC

[JENKINS] Lucene-Solr-6.x-Solaris (64bit/jdk1.8.0) - Build # 731 - Unstable!

Build: https://jenkins.thetaphi.de/job/Lucene-Solr-6.x-Solaris/731/
Java: 64bit/jdk1.8.0 -XX:-UseCompressedOops -XX:+UseSerialGC

6 tests failed.
FAILED:  org.apache.solr.client.solrj.SolrExampleBinaryTest.testUpdateField

Error Message:
Error from server at http://127.0.0.1:56333/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:56333/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([BD3CCB3FDA0C0DCA:E84F616B1A241D0C]:0)
	at org.apache.solr.client.solrj.impl.HttpSolrClient.executeMethod(HttpSolrClient.java:610)
	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:61003/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:61003/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([BD3CCB3FDA0C0DCA:E84F616B1A241D0C]:0)
	at org.apache.solr.client.solrj.impl.HttpSolrClient.executeMethod(HttpSolrClient.java:610)
	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([BD3CCB3FDA0C0DCA:E84F616B1A241D0C]:0)
	at org.apache.solr.update.DirectUpdateHandler2.addDoc(DirectUpdateHandler2.java:199)
	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:980)
	at org.apache.solr.update.processor.DistributedUpdateProcessor.versionAdd(DistributedUpdateProcessor.java:1193)
	at org.apache.solr.update.processor.DistributedUpdateProcessor.processAdd(DistributedUpdateProcessor.java:749)
	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:2440)
	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:60)
	at org.apache.lucene.index.DefaultIndexingChain.indexDocValue(DefaultIndexingChain.java:553)
	at org.apache.lucene.index.DefaultIndexingChain.processField(DefaultIndexingChain.java:483)
	at org.apache.lucene.index.DefaultIndexingChain.processDocument(DefaultIndexingChain.java:403)
	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:924)
	at org.apache.solr.update.DirectUpdateHandler2.updateDocOrDocValues(DirectUpdateHandler2.java:913)
	at org.apache.solr.update.DirectUpdateHandler2.doNormalUpdate(DirectUpdateHandler2.java:302)
	at org.apache.solr.update.DirectUpdateHandler2.addDoc0(DirectUpdateHandler2.java:239)
	at org.apache.solr.update.DirectUpdateHandler2.addDoc(DirectUpdateHandler2.java:194)
	... 57 more


FAILED:  org.apache.solr.client.solrj.embedded.SolrExampleJettyTest.testUpdateField

Error Message:
Error from server at http://127.0.0.1:43529/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:43529/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([BD3CCB3FDA0C0DCA:E84F616B1A241D0C]:0)
	at org.apache.solr.client.solrj.impl.HttpSolrClient.executeMethod(HttpSolrClient.java:610)
	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([BD3CCB3FDA0C0DCA:E84F616B1A241D0C]: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([BD3CCB3FDA0C0DCA:E84F616B1A241D0C]: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 13591 lines...]
   [junit4] Suite: org.apache.solr.client.solrj.embedded.SolrExampleEmbeddedTest
   [junit4]   2> Creating dataDir: /export/home/jenkins/workspace/Lucene-Solr-6.x-Solaris/solr/build/solr-solrj/test/J0/temp/solr.client.solrj.embedded.SolrExampleEmbeddedTest_BD3CCB3FDA0C0DCA-001/init-core-data-001
   [junit4]   2> 0    INFO  (SUITE-SolrExampleEmbeddedTest-seed#[BD3CCB3FDA0C0DCA]-worker) [    ] o.a.s.SolrTestCaseJ4 Using TrieFields
   [junit4]   2> 77   INFO  (SUITE-SolrExampleEmbeddedTest-seed#[BD3CCB3FDA0C0DCA]-worker) [    ] o.e.j.u.log Logging initialized @3385ms
   [junit4]   2> 88   INFO  (SUITE-SolrExampleEmbeddedTest-seed#[BD3CCB3FDA0C0DCA]-worker) [    ] o.a.s.SolrTestCaseJ4 Randomized ssl (false) and clientAuth (false) via: @org.apache.solr.SolrTestCaseJ4$SuppressSSL(bugUrl=None)
   [junit4]   2> 231  INFO  (SUITE-SolrExampleEmbeddedTest-seed#[BD3CCB3FDA0C0DCA]-worker) [    ] o.a.s.SolrTestCaseJ4 ####initCore
   [junit4]   2> 346  INFO  (SUITE-SolrExampleEmbeddedTest-seed#[BD3CCB3FDA0C0DCA]-worker) [    ] o.a.s.c.SolrResourceLoader Using system property solr.solr.home: /export/home/jenkins/workspace/Lucene-Solr-6.x-Solaris/solr/build/solr-solrj/test/J0/temp/solr.client.solrj.embedded.SolrExampleEmbeddedTest_BD3CCB3FDA0C0DCA-001/tempDir-001
   [junit4]   2> 625  WARN  (SUITE-SolrExampleEmbeddedTest-seed#[BD3CCB3FDA0C0DCA]-worker) [    ] o.a.s.c.SolrConfig Couldn't add files from /export/home/jenkins/workspace/Lucene-Solr-6.x-Solaris/solr/build/solr-solrj/test/J0/temp/solr.client.solrj.embedded.SolrExampleEmbeddedTest_BD3CCB3FDA0C0DCA-001/tempDir-001/collection1/../../../../contrib/extraction/lib filtered by .*\.jar to classpath: /export/home/jenkins/workspace/Lucene-Solr-6.x-Solaris/solr/build/solr-solrj/test/J0/temp/solr.client.solrj.embedded.SolrExampleEmbeddedTest_BD3CCB3FDA0C0DCA-001/tempDir-001/collection1/../../../../contrib/extraction/lib
   [junit4]   2> 625  WARN  (SUITE-SolrExampleEmbeddedTest-seed#[BD3CCB3FDA0C0DCA]-worker) [    ] o.a.s.c.SolrConfig Couldn't add files from /export/home/jenkins/workspace/Lucene-Solr-6.x-Solaris/solr/build/solr-solrj/test/J0/temp/solr.client.solrj.embedded.SolrExampleEmbeddedTest_BD3CCB3FDA0C0DCA-001/tempDir-001/collection1/../../../../dist filtered by solr-cell-\d.*\.jar to classpath: /export/home/jenkins/workspace/Lucene-Solr-6.x-Solaris/solr/build/solr-solrj/test/J0/temp/solr.client.solrj.embedded.SolrExampleEmbeddedTest_BD3CCB3FDA0C0DCA-001/tempDir-001/collection1/../../../../dist
   [junit4]   2> 626  WARN  (SUITE-SolrExampleEmbeddedTest-seed#[BD3CCB3FDA0C0DCA]-worker) [    ] o.a.s.c.SolrConfig Couldn't add files from /export/home/jenkins/workspace/Lucene-Solr-6.x-Solaris/solr/build/solr-solrj/test/J0/temp/solr.client.solrj.embedded.SolrExampleEmbeddedTest_BD3CCB3FDA0C0DCA-001/tempDir-001/collection1/../../../../contrib/clustering/lib filtered by .*\.jar to classpath: /export/home/jenkins/workspace/Lucene-Solr-6.x-Solaris/solr/build/solr-solrj/test/J0/temp/solr.client.solrj.embedded.SolrExampleEmbeddedTest_BD3CCB3FDA0C0DCA-001/tempDir-001/collection1/../../../../contrib/clustering/lib
   [junit4]   2> 627  WARN  (SUITE-SolrExampleEmbeddedTest-seed#[BD3CCB3FDA0C0DCA]-worker) [    ] o.a.s.c.SolrConfig Couldn't add files from /export/home/jenkins/workspace/Lucene-Solr-6.x-Solaris/solr/build/solr-solrj/test/J0/temp/solr.client.solrj.embedded.SolrExampleEmbeddedTest_BD3CCB3FDA0C0DCA-001/tempDir-001/collection1/../../../../dist filtered by solr-clustering-\d.*\.jar to classpath: /export/home/jenkins/workspace/Lucene-Solr-6.x-Solaris/solr/build/solr-solrj/test/J0/temp/solr.client.solrj.embedded.SolrExampleEmbeddedTest_BD3CCB3FDA0C0DCA-001/tempDir-001/collection1/../../../../dist
   [junit4]   2> 627  WARN  (SUITE-SolrExampleEmbeddedTest-seed#[BD3CCB3FDA0C0DCA]-worker) [    ] o.a.s.c.SolrConfig Couldn't add files from /export/home/jenkins/workspace/Lucene-Solr-6.x-Solaris/solr/build/solr-solrj/test/J0/temp/solr.client.solrj.embedded.SolrExampleEmbeddedTest_BD3CCB3FDA0C0DCA-001/tempDir-001/collection1/../../../../contrib/langid/lib filtered by .*\.jar to classpath: /export/home/jenkins/workspace/Lucene-Solr-6.x-Solaris/solr/build/solr-solrj/test/J0/temp/solr.client.solrj.embedded.SolrExampleEmbeddedTest_BD3CCB3FDA0C0DCA-001/tempDir-001/collection1/../../../../contrib/langid/lib
   [junit4]   2> 628  WARN  (SUITE-SolrExampleEmbeddedTest-seed#[BD3CCB3FDA0C0DCA]-worker) [    ] o.a.s.c.SolrConfig Couldn't add files from /export/home/jenkins/workspace/Lucene-Solr-6.x-Solaris/solr/build/solr-solrj/test/J0/temp/solr.client.solrj.embedded.SolrExampleEmbeddedTest_BD3CCB3FDA0C0DCA-001/tempDir-001/collection1/../../../../dist filtered by solr-langid-\d.*\.jar to classpath: /export/home/jenkins/workspace/Lucene-Solr-6.x-Solaris/solr/build/solr-solrj/test/J0/temp/solr.client.solrj.embedded.SolrExampleEmbeddedTest_BD3CCB3FDA0C0DCA-001/tempDir-001/collection1/../../../../dist
   [junit4]   2> 628  WARN  (SUITE-SolrExampleEmbeddedTest-seed#[BD3CCB3FDA0C0DCA]-worker) [    ] o.a.s.c.SolrConfig Couldn't add files from /export/home/jenkins/workspace/Lucene-Solr-6.x-Solaris/solr/build/solr-solrj/test/J0/temp/solr.client.solrj.embedded.SolrExampleEmbeddedTest_BD3CCB3FDA0C0DCA-001/tempDir-001/collection1/../../../../contrib/ltr/lib filtered by .*\.jar to classpath: /export/home/jenkins/workspace/Lucene-Solr-6.x-Solaris/solr/build/solr-solrj/test/J0/temp/solr.client.solrj.embedded.SolrExampleEmbeddedTest_BD3CCB3FDA0C0DCA-001/tempDir-001/collection1/../../../../contrib/ltr/lib
   [junit4]   2> 629  WARN  (SUITE-SolrExampleEmbeddedTest-seed#[BD3CCB3FDA0C0DCA]-worker) [    ] o.a.s.c.SolrConfig Couldn't add files from /export/home/jenkins/workspace/Lucene-Solr-6.x-Solaris/solr/build/solr-solrj/test/J0/temp/solr.client.solrj.embedded.SolrExampleEmbeddedTest_BD3CCB3FDA0C0DCA-001/tempDir-001/collection1/../../../../dist filtered by solr-ltr-\d.*\.jar to classpath: /export/home/jenkins/workspace/Lucene-Solr-6.x-Solaris/solr/build/solr-solrj/test/J0/temp/solr.client.solrj.embedded.SolrExampleEmbeddedTest_BD3CCB3FDA0C0DCA-001/tempDir-001/collection1/../../../../dist
   [junit4]   2> 630  WARN  (SUITE-SolrExampleEmbeddedTest-seed#[BD3CCB3FDA0C0DCA]-worker) [    ] o.a.s.c.SolrConfig Couldn't add files from /export/home/jenkins/workspace/Lucene-Solr-6.x-Solaris/solr/build/solr-solrj/test/J0/temp/solr.client.solrj.embedded.SolrExampleEmbeddedTest_BD3CCB3FDA0C0DCA-001/tempDir-001/collection1/../../../../contrib/velocity/lib filtered by .*\.jar to classpath: /export/home/jenkins/workspace/Lucene-Solr-6.x-Solaris/solr/build/solr-solrj/test/J0/temp/solr.client.solrj.embedded.SolrExampleEmbeddedTest_BD3CCB3FDA0C0DCA-001/tempDir-001/collection1/../../../../contrib/velocity/lib
   [junit4]   2> 630  WARN  (SUITE-SolrExampleEmbeddedTest-seed#[BD3CCB3FDA0C0DCA]-worker) [    ] o.a.s.c.SolrConfig Couldn't add files from /export/home/jenkins/workspace/Lucene-Solr-6.x-Solaris/solr/build/solr-solrj/test/J0/temp/solr.client.solrj.embedded.SolrExampleEmbeddedTest_BD3CCB3FDA0C0DCA-001/tempDir-001/collection1/../../../../dist filtered by solr-velocity-\d.*\.jar to classpath: /export/home/jenkins/workspace/Lucene-Solr-6.x-Solaris/solr/build/solr-solrj/test/J0/temp/solr.client.solrj.embedded.SolrExampleEmbeddedTest_BD3CCB3FDA0C0DCA-001/tempDir-001/collection1/../../../../dist
   [junit4]   2> 680  INFO  (SUITE-SolrExampleEmbeddedTest-seed#[BD3CCB3FDA0C0DCA]-worker) [    ] o.a.s.u.SolrIndexConfig IndexWriter infoStream solr logging is enabled
   [junit4]   2> 684  INFO  (SUITE-SolrExampleEmbeddedTest-seed#[BD3CCB3FDA0C0DCA]-worker) [    ] o.a.s.c.SolrConfig Using Lucene MatchVersion: 6.5.0
   [junit4]   2> 977  INFO  (SUITE-SolrExampleEmbeddedTest-seed#[BD3CCB3FDA0C0DCA]-worker) [    ] o.a.s.s.IndexSchema [null] Schema name=example
   [junit4]   2> 1385 WARN  (SUITE-SolrExampleEmbeddedTest-seed#[BD3CCB3FDA0C0DCA]-worker) [    ] o.a.s.c.SolrResourceLoader Solr loaded a deprecated plugin/analysis class [solr.SynonymFilterFactory]. Please consult documentation how to replace it accordingly.
   [junit4]   2> 1401 WARN  (SUITE-SolrExampleEmbeddedTest-seed#[BD3CCB3FDA0C0DCA]-worker) [    ] o.a.s.c.SolrResourceLoader Solr loaded a deprecated plugin/analysis class [solr.WordDelimiterFilterFactory]. Please consult documentation how to replace it accordingly.
   [junit4]   2> 2960 INFO  (SUITE-SolrExampleEmbeddedTest-seed#[BD3CCB3FDA0C0DCA]-worker) [    ] o.a.s.r.RestManager Registered ManagedResource impl org.apache.solr.rest.schema.analysis.ManagedWordSetResource for path /schema/analysis/stopwords/english
   [junit4]   2> 2963 INFO  (SUITE-SolrExampleEmbeddedTest-seed#[BD3CCB3FDA0C0DCA]-worker) [    ] o.a.s.r.RestManager Registered ManagedResource impl org.apache.solr.rest.schema.analysis.ManagedSynonymFilterFactory$SynonymManager for path /schema/analysis/synonyms/english
   [junit4]   2> 2971 INFO  (SUITE-SolrExampleEmbeddedTest-seed#[BD3CCB3FDA0C0DCA]-worker) [    ] o.a.s.s.IndexSchema Loaded schema example/1.6 with uniqueid field id
   [junit4]   2> 2972 INFO  (SUITE-SolrExampleEmbeddedTest-seed#[BD3CCB3FDA0C0DCA]-worker) [    ] 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> 2972 INFO  (SUITE-SolrExampleEmbeddedTest-seed#[BD3CCB3FDA0C0DCA]-worker) [    ] 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> 3892 INFO  (SUITE-SolrExampleEmbeddedTest-seed#[BD3CCB3FDA0C0DCA]-worker) [    ] o.a.s.u.UpdateShardHandler Creating UpdateShardHandler HTTP client with params: socketTimeout=30000&connTimeout=30000&retry=true
   [junit4]   2> 4486 WARN  (SUITE-SolrExampleEmbeddedTest-seed#[BD3CCB3FDA0C0DCA]-worker) [    ] o.a.s.m.r.SolrJmxReporter No serviceUrl or agentId was configured, using first MBeanServer.
   [junit4]   2> 4563 INFO  (SUITE-SolrExampleEmbeddedTest-seed#[BD3CCB3FDA0C0DCA]-worker) [    ] o.a.s.m.r.SolrJmxReporter JMX monitoring enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@49c48c5
   [junit4]   2> 4563 WARN  (SUITE-SolrExampleEmbeddedTest-seed#[BD3CCB3FDA0C0DCA]-worker) [    ] o.a.s.m.r.SolrJmxReporter No serviceUrl or agentId was configured, using first MBeanServer.
   [junit4]   2> 4565 INFO  (SUITE-SolrExampleEmbeddedTest-seed#[BD3CCB3FDA0C0DCA]-worker) [    ] o.a.s.m.r.SolrJmxReporter JMX monitoring enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@49c48c5
   [junit4]   2> 4566 WARN  (SUITE-SolrExampleEmbeddedTest-seed#[BD3CCB3FDA0C0DCA]-worker) [    ] o.a.s.m.r.SolrJmxReporter No serviceUrl or agentId was configured, using first MBeanServer.
   [junit4]   2> 4566 INFO  (SUITE-SolrExampleEmbeddedTest-seed#[BD3CCB3FDA0C0DCA]-worker) [    ] o.a.s.m.r.SolrJmxReporter JMX monitoring enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@49c48c5
   [junit4]   2> 4979 WARN  (coreLoadExecutor-6-thread-1) [    x:collection1] o.a.s.c.SolrConfig Couldn't add files from /export/home/jenkins/workspace/Lucene-Solr-6.x-Solaris/solr/build/solr-solrj/test/J0/temp/solr.client.solrj.embedded.SolrExampleEmbeddedTest_BD3CCB3FDA0C0DCA-001/tempDir-001/collection1/../../../../contrib/extraction/lib filtered by .*\.jar to classpath: /export/home/jenkins/workspace/Lucene-Solr-6.x-Solaris/solr/build/solr-solrj/test/J0/temp/solr.client.solrj.embedded.SolrExampleEmbeddedTest_BD3CCB3FDA0C0DCA-001/tempDir-001/collection1/../../../../contrib/extraction/lib
   [junit4]   2> 4980 WARN  (coreLoadExecutor-6-thread-1) [    x:collection1] o.a.s.c.SolrConfig Couldn't add files from /export/home/jenkins/workspace/Lucene-Solr-6.x-Solaris/solr/build/solr-solrj/test/J0/temp/solr.client.solrj.embedded.SolrExampleEmbeddedTest_BD3CCB3FDA0C0DCA-001/tempDir-001/collection1/../../../../dist filtered by solr-cell-\d.*\.jar to classpath: /export/home/jenkins/workspace/Lucene-Solr-6.x-Solaris/solr/build/solr-solrj/test/J0/temp/solr.client.solrj.embedded.SolrExampleEmbeddedTest_BD3CCB3FDA0C0DCA-001/tempDir-001/collection1/../../../../dist
   [junit4]   2> 4981 WARN  (coreLoadExecutor-6-thread-1) [    x:collection1] o.a.s.c.SolrConfig Couldn't add files from /export/home/jenkins/workspace/Lucene-Solr-6.x-Solaris/solr/build/solr-solrj/test/J0/temp/solr.client.solrj.embedded.SolrExampleEmbeddedTest_BD3CCB3FDA0C0DCA-001/tempDir-001/collection1/../../../../contrib/clustering/lib filtered by .*\.jar to classpath: /export/home/jenkins/workspace/Lucene-Solr-6.x-Solaris/solr/build/solr-solrj/test/J0/temp/solr.client.solrj.embedded.SolrExampleEmbeddedTest_BD3CCB3FDA0C0DCA-001/tempDir-001/collection1/../../../../contrib/clustering/lib
   [junit4]   2> 4981 WARN  (coreLoadExecutor-6-thread-1) [    x:collection1] o.a.s.c.SolrConfig Couldn't add files from /export/home/jenkins/workspace/Lucene-Solr-6.x-Solaris/solr/build/solr-solrj/test/J0/temp/solr.client.solrj.embedded.SolrExampleEmbeddedTest_BD3CCB3FDA0C0DCA-001/tempDir-001/collection1/../../../../dist filtered by solr-clustering-\d.*\.jar to classpath: /export/home/jenkins/workspace/Lucene-Solr-6.x-Solaris/solr/build/solr-solrj/test/J0/temp/solr.client.solrj.embedded.SolrExampleEmbeddedTest_BD3CCB3FDA0C0DCA-001/tempDir-001/collection1/../../../../dist
   [junit4]   2> 4981 WARN  (coreLoadExecutor-6-thread-1) [    x:collection1] o.a.s.c.SolrConfig Couldn't add files from /export/home/jenkins/workspace/Lucene-Solr-6.x-Solaris/solr/build/solr-solrj/test/J0/temp/solr.client.solrj.embedded.SolrExampleEmbeddedTest_BD3CCB3FDA0C0DCA-001/tempDir-001/collection1/../../../../contrib/langid/lib filtered by .*\.jar to classpath: /export/home/jenkins/workspace/Lucene-Solr-6.x-Solaris/solr/build/solr-solrj/test/J0/temp/solr.client.solrj.embedded.SolrExampleEmbeddedTest_BD3CCB3FDA0C0DCA-001/tempDir-001/collection1/../../../../contrib/langid/lib
   [junit4]   2> 4982 WARN  (coreLoadExecutor-6-thread-1) [    x:collection1] o.a.s.c.SolrConfig Couldn't add files from /export/home/jenkins/workspace/Lucene-Solr-6.x-Solaris/solr/build/solr-solrj/test/J0/temp/solr.client.solrj.embedded.SolrExampleEmbeddedTest_BD3CCB3FDA0C0DCA-001/tempDir-001/collection1/../../../../dist filtered by solr-langid-\d.*\.jar to classpath: /export/home/jenkins/workspace/Lucene-Solr-6.x-Solaris/solr/build/solr-solrj/test/J0/temp/solr.client.solrj.embedded.SolrExampleEmbeddedTest_BD3CCB3FDA0C0DCA-001/tempDir-001/collection1/../../../../dist
   [junit4]   2> 4982 WARN  (coreLoadExecutor-6-thread-1) [    x:collection1] o.a.s.c.SolrConfig Couldn't add files from /export/home/jenkins/workspace/Lucene-Solr-6.x-Solaris/solr/build/solr-solrj/test/J0/temp/solr.client.solrj.embedded.SolrExampleEmbeddedTest_BD3CCB3FDA0C0DCA-001/tempDir-001/collection1/../../../../contrib/ltr/lib filtered by .*\.jar to classpath: /export/home/jenkins/workspace/Lucene-Solr-6.x-Solaris/solr/build/solr-solrj/test/J0/temp/solr.client.solrj.embedded.SolrExampleEmbeddedTest_BD3CCB3FDA0C0DCA-001/tempDir-001/collection1/../../../../contrib/ltr/lib
   [junit4]   2> 4982 WARN  (coreLoadExecutor-6-thread-1) [    x:collection1] o.a.s.c.SolrConfig Couldn't add files from /export/home/jenkins/workspace/Lucene-Solr-6.x-Solaris/solr/build/solr-solrj/test/J0/temp/solr.client.solrj.embedded.SolrExampleEmbeddedTest_BD3CCB3FDA0C0DCA-001/tempDir-001/collection1/../../../../dist filtered by solr-ltr-\d.*\.jar to classpath: /export/home/jenkins/workspace/Lucene-Solr-6.x-Solaris/solr/build/solr-solrj/test/J0/temp/solr.client.solrj.embedded.SolrExampleEmbeddedTest_BD3CCB3FDA0C0DCA-001/tempDir-001/collection1/../../../../dist
   [junit4]   2> 4983 WARN  (coreLoadExecutor-6-thread-1) [    x:collection1] o.a.s.c.SolrConfig Couldn't add files from /export/home/jenkins/workspace/Lucene-Solr-6.x-Solaris/solr/build/solr-solrj/test/J0/temp/solr.client.solrj.embedded.SolrExampleEmbeddedTest_BD3CCB3FDA0C0DCA-001/tempDir-001/collection1/../../../../contrib/velocity/lib filtered by .*\.jar to classpath: /export/home/jenkins/workspace/Lucene-Solr-6.x-Solaris/solr/build/solr-solrj/test/J0/temp/solr.client.solrj.embedded.SolrExampleEmbeddedTest_BD3CCB3FDA0C0DCA-001/tempDir-001/collection1/../../../../contrib/velocity/lib
   [junit4]   2> 4983 WARN  (coreLoadExecutor-6-thread-1) [    x:collection1] o.a.s.c.SolrConfig Couldn't add files from /export/home/jenkins/workspace/Lucene-Solr-6.x-Solaris/solr/build/solr-solrj/test/J0/temp/solr.client.solrj.embedded.SolrExampleEmbeddedTest_BD3CCB3FDA0C0DCA-001/tempDir-001/collection1/../../../../dist filtered by solr-velocity-\d.*\.jar to classpath: /export/home/jenkins/workspace/Lucene-Solr-6.x-Solaris/solr/build/solr-solrj/test/J0/temp/solr.client.solrj.embedded.SolrExampleEmbeddedTest_BD3CCB3FDA0C0DCA-001/tempDir-001/collection1/../../../../dist
   [junit4]   2> 5011 INFO  (coreLoadExecutor-6-thread-1) [    x:collection1] o.a.s.u.SolrIndexConfig IndexWriter infoStream solr logging is enabled
   [junit4]   2> 5013 INFO  (coreLoadExecutor-6-thread-1) [    x:collection1] o.a.s.c.SolrConfig Using Lucene MatchVersion: 6.5.0
   [junit4]   2> 5070 INFO  (coreLoadExecutor-6-thread-1) [    x:collection1] o.a.s.s.IndexSchema [collection1] Schema name=example
   [junit4]   2> 5566 INFO  (coreLoadExecutor-6-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> 5567 INFO  (coreLoadExecutor-6-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> 5569 INFO  (coreLoadExecutor-6-thread-1) [    x:collection1] o.a.s.s.IndexSchema Loaded schema example/1.6 with uniqueid field id
   [junit4]   2> 5570 INFO  (coreLoadExecutor-6-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> 5570 INFO  (coreLoadExecutor-6-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> 5670 INFO  (coreLoadExecutor-6-thread-1) [    x:collection1] o.a.s.c.CoreContainer Creating SolrCore 'collection1' using configuration from instancedir /export/home/jenkins/workspace/Lucene-Solr-6.x-Solaris/solr/build/solr-solrj/test/J0/temp/solr.client.solrj.embedded.SolrExampleEmbeddedTest_BD3CCB3FDA0C0DCA-001/tempDir-001/collection1
   [junit4]   2> 5781 WARN  (coreLoadExecutor-6-thread-1) [    x:collection1] o.a.s.m.r.SolrJmxReporter No serviceUrl or agentId was configured, using first MBeanServer.
   [junit4]   2> 5781 INFO  (coreLoadExecutor-6-thread-1) [    x:collection1] o.a.s.m.r.SolrJmxReporter JMX monitoring enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@49c48c5
   [junit4]   2> 5802 INFO  (coreLoadExecutor-6-thread-1) [    x:collection1] o.a.s.c.SolrCore solr.RecoveryStrategy.Builder
   [junit4]   2> 5811 INFO  (coreLoadExecutor-6-thread-1) [    x:collection1] o.a.s.c.SolrCore [[collection1] ] Opening new SolrCore at [/export/home/jenkins/workspace/Lucene-Solr-6.x-Solaris/solr/build/solr-solrj/test/J0/temp/solr.client.solrj.embedded.SolrExampleEmbeddedTest_BD3CCB3FDA0C0DCA-001/tempDir-001/collection1], dataDir=[/export/home/jenkins/workspace/Lucene-Solr-6.x-Solaris/solr/build/solr-solrj/test/J0/temp/solr.client.solrj.embedded.SolrExampleEmbeddedTest_BD3CCB3FDA0C0DCA-001/init-core-data-001/]
   [junit4]   2> 5827 INFO  (coreLoadExecutor-6-thread-1) [    x:collection1] o.a.s.c.JmxMonitoredMap JMX monitoring is enabled. Adding Solr mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@49c48c5
   [junit4]   2> 6080 INFO  (coreLoadExecutor-6-thread-1) [    x:collection1] o.a.s.u.LoggingInfoStream [IFD][coreLoadExecutor-6-thread-1]: init: current segments file is "segments"; deletionPolicy=org.apache.solr.core.IndexDeletionPolicyWrapper@5c70e9af
   [junit4]   2> 6083 INFO  (coreLoadExecutor-6-thread-1) [    x:collection1] o.a.s.u.LoggingInfoStream [IFD][coreLoadExecutor-6-thread-1]: delete []
   [junit4]   2> 6083 INFO  (coreLoadExecutor-6-thread-1) [    x:collection1] o.a.s.u.LoggingInfoStream [IFD][coreLoadExecutor-6-thread-1]: now checkpoint "" [0 segments ; isCommit = false]
   [junit4]   2> 6083 INFO  (coreLoadExecutor-6-thread-1) [    x:collection1] o.a.s.u.LoggingInfoStream [IFD][coreLoadExecutor-6-thread-1]: delete []
   [junit4]   2> 6083 INFO  (coreLoadExecutor-6-thread-1) [    x:collection1] o.a.s.u.LoggingInfoStream [IFD][coreLoadExecutor-6-thread-1]: 0 msec to checkpoint
   [junit4]   2> 6083 INFO  (coreLoadExecutor-6-thread-1) [    x:collection1] o.a.s.u.LoggingInfoStream [IW][coreLoadExecutor-6-thread-1]: init: create=true
   [junit4]   2> 6084 INFO  (coreLoadExecutor-6-thread-1) [    x:collection1] o.a.s.u.LoggingInfoStream [IW][coreLoadExecutor-6-thread-1]: 
   [junit4]   2> dir=MockDirectoryWrapper(RAMDirectory@6faf687b lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@28d3c0a6)
   [junit4]   2> index=
   [junit4]   2> version=6.5.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=Lucene62
   [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@6a10c477
   [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@503d1c96
   [junit4]   2> 
   [junit4]   2> 6111 INFO  (coreLoadExecutor-6-thread-1) [    x:collection1] o.a.s.u.LoggingInfoStream [IW][coreLoadExecutor-6-thread-1]: MMapDirectory.UNMAP_SUPPORTED=true
   [junit4]   2> 6111 INFO  (coreLoadExecutor-6-thread-1) [    x:collection1] o.a.s.u.LoggingInfoStream [IW][coreLoadExecutor-6-thread-1]: now flush at close
   [junit4]   2> 6111 INFO  (coreLoadExecutor-6-thread-1) [    x:collection1] o.a.s.u.LoggingInfoStream [IW][coreLoadExecutor-6-thread-1]:   start flush: applyAllDeletes=true
   [junit4]   2> 6112 INFO  (coreLoadExecutor-6-thread-1) [    x:collection1] o.a.s.u.LoggingInfoStream [IW][coreLoadExecutor-6-thread-1]:   index before flush 
   [junit4]   2> 6112 INFO  (coreLoadExecutor-6-thread-1) [    x:collection1] o.a.s.u.LoggingInfoStream [DW][coreLoadExecutor-6-thread-1]: startFullFlush
   [junit4]   2> 6113 INFO  (coreLoadExecutor-6-thread-1) [    x:collection1] o.a.s.u.LoggingInfoStream [DW][coreLoadExecutor-6-thread-1]: coreLoadExecutor-6-thread-1 finishFullFlush success=true
   [junit4]   2> 6113 INFO  (coreLoadExecutor-6-thread-1) [    x:collection1] o.a.s.u.LoggingInfoStream [IW][coreLoadExecutor-6-thread-1]: apply all deletes during flush
   [junit4]   2> 6113 INFO  (coreLoadExecutor-6-thread-1) [    x:collection1] o.a.s.u.LoggingInfoStream [IW][coreLoadExecutor-6-thread-1]: now apply all deletes for all segments maxDoc=0
   [junit4]   2> 6117 INFO  (coreLoadExecutor-6-thread-1) [    x:collection1] o.a.s.u.LoggingInfoStream [BD][coreLoadExecutor-6-thread-1]: prune sis=segments:  minGen=9223372036854775807 packetCount=0
   [junit4]   2> 6120 INFO  (coreLoadExecutor-6-thread-1) [    x:collection1] o.a.s.u.LoggingInfoStream [MS][coreLoadExecutor-6-thread-1]: initDynamicDefaults spins=true maxThreadCount=1 maxMergeCount=6
   [junit4]   2> 6122 INFO  (coreLoadExecutor-6-thread-1) [    x:collection1] o.a.s.u.LoggingInfoStream [MS][coreLoadExecutor-6-thread-1]: updateMergeThreads ioThrottle=true targetMBPerSec=10240.0 MB/sec
   [junit4]   2> 6122 INFO  (coreLoadExecutor-6-thread-1) [    x:collection1] o.a.s.u.LoggingInfoStream [MS][coreLoadExecutor-6-thread-1]: now merge
   [junit4]   2> 6122 INFO  (coreLoadExecutor-6-thread-1) [    x:collection1] o.a.s.u.LoggingInfoStream [MS][coreLoadExecutor-6-thread-1]:   index: 
   [junit4]   2> 6122 INFO  (coreLoadExecutor-6-thread-1) [    x:collection1] o.a.s.u.LoggingInfoStream [MS][coreLoadExecutor-6-thread-1]:   no more merges pending; now return
   [junit4]   2> 6122 INFO  (coreLoadExecutor-6-thread-1) [    x:collection1] o.a.s.u.LoggingInfoStream [IW][coreLoadExecutor-6-thread-1]: waitForMerges
   [junit4]   2> 6123 INFO  (coreLoadExecutor-6-thread-1) [    x:collection1] o.a.s.u.LoggingInfoStream [IW][coreLoadExecutor-6-thread-1]: waitForMerges done
   [junit4]   2> 6123 INFO  (coreLoadExecutor-6-thread-1) [    x:collection1] o.a.s.u.LoggingInfoStream [IW][coreLoadExecutor-6-thread-1]: commit: start
   [junit4]   2> 6123 INFO  (coreLoadExecutor-6-thread-1) [    x:collection1] o.a.s.u.LoggingInfoStream [IW][coreLoadExecutor-6-thread-1]: commit: enter lock
   [junit4]   2> 6124 INFO  (coreLoadExecutor-6-thread-1) [    x:collection1] o.a.s.u.LoggingInfoStream [IW][coreLoadExecutor-6-thread-1]: commit: now prepare
   [junit4]   2> 6124 INFO  (coreLoadExecutor-6-thread-1) [    x:collection1] o.a.s.u.LoggingInfoStream [IW][coreLoadExecutor-6-thread-1]: prepareCommit: flush
   [junit4]   2> 6124 INFO  (coreLoadExecutor-6-thread-1) [    x:collection1] o.a.s.u.LoggingInfoStream [IW][coreLoadExecutor-6-thread-1]:   index before flush 
   [junit4]   2> 6124 INFO  (coreLoadExecutor-6-thread-1) [    x:collection1] o.a.s.u.LoggingInfoStream [DW][coreLoadExecutor-6-thread-1]: startFullFlush
   [junit4]   2> 6125 INFO  (coreLoadExecutor-6-thread-1) [    x:collection1] o.a.s.u.LoggingInfoStream [IW][coreLoadExecutor-6-thread-1]: apply all deletes during flush
   [junit4]   2> 6125 INFO  (coreLoadExecutor-6-thread-1) [    x:collection1] o.a.s.u.LoggingInfoStream [IW][coreLoadExecutor-6-thread-1]: now apply all deletes for all segments maxDoc=0
   [junit4]   2> 6125 INFO  (coreLoadExecutor-6-thread-1) [    x:collection1] o.a.s.u.LoggingInfoStream [BD][coreLoadExecutor-6-thread-1]: prune sis=segments:  minGen=9223372036854775807 packetCount=0
   [junit4]   2> 6125 INFO  (coreLoadExecutor-6-thread-1) [    x:collection1] o.a.s.u.LoggingInfoStream [DW][coreLoadExecutor-6-thread-1]: coreLoadExecutor-6-thread-1 finishFullFlush success=true
   [junit4]   2> 6125 INFO  (coreLoadExecutor-6-thread-1) [    x:collection1] o.a.s.u.LoggingInfoStream [IW][coreLoadExecutor-6-thread-1]: startCommit(): start
   [junit4]   2> 6125 INFO  (coreLoadExecutor-6-thread-1) [    x:collection1] o.a.s.u.LoggingInfoStream [IW][coreLoadExecutor-6-thread-1]: startCommit index= changeCount=2
   [junit4]   2> 6134 INFO  (coreLoadExecutor-6-thread-1) [    x:collection1] o.a.s.u.LoggingInfoStream [IW][coreLoadExecutor-6-thread-1]: startCommit: wrote pending segments file "pending_segments_1"
   [junit4]   2> 6134 INFO  (coreLoadExecutor-6-thread-1) [    x:collection1] o.a.s.u.LoggingInfoStream [IW][coreLoadExecutor-6-thread-1]: done all syncs: []
   [junit4]   2> 6135 INFO  (coreLoadExecutor-6-thread-1) [    x:collection1] o.a.s.u.LoggingInfoStream [IW][coreLoadExecutor-6-thread-1]: commit: pendingCommit != null
   [junit4]   2> 6135 INFO  (coreLoadExecutor-6-thread-1) [    x:collection1] o.a.s.u.LoggingInfoStream [IW][coreLoadExecutor-6-thread-1]: commit: done writing segments file "segments_1"
   [junit4]   2> 6135 INFO  (coreLoadExecutor-6-thread-1) [    x:collection1] o.a.s.u.LoggingInfoStream [IFD][coreLoadExecutor-6-thread-1]: now checkpoint "" [0 segments ; isCommit = true]
   [junit4]   2> 6144 INFO  (coreLoadExecutor-6-thread-1) [    x:collection1] o.a.s.u.LoggingInfoStream [IFD][coreLoadExecutor-6-thread-1]: 9 msec to checkpoint
   [junit4]   2> 6145 INFO  (coreLoadExecutor-6-thread-1) [    x:collection1] o.a.s.u.LoggingInfoStream [IFD][coreLoadExecutor-6-thread-1]: delete []
   [junit4]   2> 6145 INFO  (coreLoadExecutor-6-thread-1) [    x:collection1] o.a.s.u.LoggingInfoStream [IW][coreLoadExecutor-6-thread-1]: commit: took 21.2 msec
   [junit4]   2> 6145 INFO  (coreLoadExecutor-6-thread-1) [    x:collection1] o.a.s.u.LoggingInfoStream [IW][coreLoadExecutor-6-thread-1]: commit: done
   [junit4]   2> 6149 INFO  (coreLoadExecutor-6-thread-1) [    x:collection1] o.a.s.u.LoggingInfoStream [IW][coreLoadExecutor-6-thread-1]: rollback
   [junit4]   2> 6150 INFO  (coreLoadExecutor-6-thread-1) [    x:collection1] o.a.s.u.LoggingInfoStream [IW][coreLoadExecutor-6-thread-1]: all running merges have aborted
   [junit4]   2> 6150 INFO  (coreLoadExecutor-6-thread-1) [    x:collection1] o.a.s.u.LoggingInfoStream [IW][coreLoadExecutor-6-thread-1]: rollback: done finish merges
   [junit4]   2> 6151 INFO  (coreLoadExecutor-6-thread-1) [    x:collection1] o.a.s.u.LoggingInfoStream [DW][coreLoadExecutor-6-thread-1]: abort
   [junit4]   2> 6151 INFO  (coreLoadExecutor-6-thread-1) [    x:collection1] o.a.s.u.LoggingInfoStream [DW][coreLoadExecutor-6-thread-1]: done abort success=true
   [junit4]   2> 6151 INFO  (coreLoadExecutor-6-thread-1) [    x:collection1] o.a.s.u.LoggingInfoStream [IW][coreLoadExecutor-6-thread-1]: rollback: infos=
   [junit4]   2> 6151 INFO  (coreLoadExecutor-6-thread-1) [    x:collection1] o.a.s.u.LoggingInfoStream [IFD][coreLoadExecutor-6-thread-1]: now checkpoint "" [0 segments ; isCommit = false]
   [junit4]   2> 6151 INFO  (coreLoadExecutor-6-thread-1) [    x:collection1] o.a.s.u.LoggingInfoStream [IFD][coreLoadExecutor-6-thread-1]: delete []
   [junit4]   2> 6151 INFO  (coreLoadExecutor-6-thread-1) [    x:collection1] o.a.s.u.LoggingInfoStream [IFD][coreLoadExecutor-6-thread-1]: 0 msec to checkpoint
   [junit4]   2> 6151 INFO  (coreLoadExecutor-6-thread-1) [    x:collection1] o.a.s.u.LoggingInfoStream [IFD][coreLoadExecutor-6-thread-1]: delete []
   [junit4]   2> 6179 INFO  (coreLoadExecutor-6-thread-1) [    x:collection1] o.a.s.r.XSLTResponseWriter xsltCacheLifetimeSeconds=5
   [junit4]   2> 8211 INFO  (coreLoadExecutor-6-thread-1) [    x:collection1] o.a.s.u.UpdateHandler Using UpdateLog implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 8211 INFO  (coreLoadExecutor-6-thread-1) [    x:collection1] o.a.s.u.UpdateLog Initializing UpdateLog: dataDir= defaultSyncLevel=FLUSH numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 8245 INFO  (coreLoadExecutor-6-thread-1) [    x:collection1] o.a.s.u.CommitTracker Hard AutoCommit: if uncommited for 15000ms; 
   [junit4]   2> 8245 INFO  (coreLoadExecutor-6-thread-1) [    x:collection1] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 8260 INFO  (coreLoadExecutor-6-thread-1) [    x:collection1] o.a.s.u.LoggingInfoStream [IFD][coreLoadExecutor-6-thread-1]: init: current segments file is "segments_1"; deletionPolicy=org.apache.solr.core.IndexDeletionPolicyWrapper@5c70e9af
   [junit4]   2> 8260 INFO  (coreLoadExecutor-6-thread-1) [    x:collection1] o.a.s.u.LoggingInfoStream [IFD][coreLoadExecutor-6-thread-1]: init: load commit "segments_1"
   [junit4]   2> 8264 INFO  (coreLoadExecutor-6-thread-1) [    x:collection1] o.a.s.u.LoggingInfoStream [IFD][coreLoadExecutor-6-thread-1]: delete []
   [junit4]   2> 8264 INFO  (coreLoadExecutor-6-thread-1) [    x:collection1] o.a.s.u.LoggingInfoStream [IFD][coreLoadExecutor-6-thread-1]: now checkpoint "" [0 segments ; isCommit = false]
   [junit4]   2> 8264 INFO  (coreLoadExecutor-6-thread-1) [    x:collection1] o.a.s.u.LoggingInfoStream [IFD][coreLoadExecutor-6-thread-1]: delete []
   [junit4]   2> 8264 INFO  (coreLoadExecutor-6-thread-1) [    x:collection1] o.a.s.u.LoggingInfoStream [IFD][coreLoadExecutor-6-thread-1]: 0 msec to checkpoint
   [junit4]   2> 8265 INFO  (coreLoadExecutor-6-thread-1) [    x:collection1] o.a.s.u.LoggingInfoStream [IW][coreLoadExecutor-6-thread-1]: init: create=false
   [junit4]   2> 8265 INFO  (coreLoadExecutor-6-thread-1) [    x:collection1] o.a.s.u.LoggingInfoStream [IW][coreLoadExecutor-6-thread-1]: 
   [junit4]   2> dir=MockDirectoryWrapper(RAMDirectory@6faf687b lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@28d3c0a6)
   [junit4]   2> index=
   [junit4]   2> version=6.5.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=Lucene62
   [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@184beb64
   [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@741ca8bb
   [junit4]   2> 
   [junit4]   2> 8265 INFO  (coreLoadExecutor-6-thread-1) [    x:collection1] o.a.s.u.LoggingInfoStream [IW][coreLoadExecutor-6-thread-1]: MMapDirectory.UNMAP_SUPPORTED=true
   [junit4]   2> 8268 INFO  (coreLoadExecutor-6-thread-1) [    x:collection1] o.a.s.u.LoggingInfoStream [IW][coreLoadExecutor-6-thread-1]: flush at getReader
   [junit4]   2> 8269 INFO  (coreLoadExecutor-6-thread-1) [    x:collection1] o.a.s.u.LoggingInfoStream [DW][coreLoadExecutor-6-thread-1]: startFullFlush
   [junit4]   2> 8269 INFO  (coreLoadExecutor-6-thread-1) [    x:collection1] o.a.s.u.LoggingInfoStream [IW][coreLoadExecutor-6-thread-1]: apply all deletes during flush
   [junit4]   2> 8269 INFO  (coreLoadExecutor-6-thread-1) [    x:collection1] o.a.s.u.LoggingInfoStream [IW][coreLoadExecutor-6-thread-1]: now apply all deletes for all segments maxDoc=0
   [junit4]   2> 8269 INFO  (coreLoadExecutor-6-thread-1) [    x:collection1] o.a.s.u.LoggingInfoStream [BD][coreLoadExecutor-6-thread-1]: prune sis=segments_1:  minGen=9223372036854775807 packetCount=0
   [junit4]   2> 8279 INFO  (coreLoadExecutor-6-thread-1) [    x:collection1] o.a.s.u.LoggingInfoStream [IW][coreLoadExecutor-6-thread-1]: incRefDeleter for NRT reader version=2 segments=
   [junit4]   2> 8280 INFO  (coreLoadExecutor-6-thread-1) [    x:collection1] o.a.s.u.LoggingInfoStream [IW][coreLoadExecutor-6-thread-1]: return reader version=2 reader=StandardDirectoryReader(segments_1:2:nrt)
   [junit4]   2> 8280 INFO  (coreLoadExecutor-6-thread-1) [    x:collection1] o.a.s.u.LoggingInfoStream [DW][coreLoadExecutor-6-thread-1]: coreLoadExecutor-6-thread-1 finishFullFlush success=true
   [junit4]   2> 8280 INFO  (coreLoadExecutor-6-thread-1) [    x:collection1] o.a.s.u.LoggingInfoStream [IW][coreLoadExecutor-6-thread-1]: getReader took 12 msec
   [junit4]   2> 8343 INFO  (coreLoadExecutor-6-thread-1) [    x:collection1] o.a.s.s.SolrIndexSearcher Opening [Searcher@66bd9545[collection1] main]
   [junit4]   2> 8393 INFO  (coreLoadExecutor-6-thread-1) [    x:collection1] o.a.s.r.ManagedResourceStorage File-based storage initialized to use dir: /export/home/jenkins/workspace/Lucene-Solr-6.x-Solaris/solr/build/solr-solrj/test/J0/temp/solr.client.solrj.embedded.SolrExampleEmbeddedTest_BD3CCB3FDA0C0DCA-001/tempDir-001/collection1/conf
   [junit4]   2> 8406 INFO  (coreLoadExecutor-6-thread-1) [    x:collection1] o.a.s.r.ManagedResourceStorage Loaded LinkedHashMap at path _rest_managed.json using file:dir=/export/home/jenkins/workspace/Lucene-Solr-6.x-Solaris/solr/build/solr-solrj/test/J0/temp/solr.client.solrj.embedded.SolrExampleEmbeddedTest_BD3CCB3FDA0C0DCA-001/tempDir-001/collection1/conf
   [junit4]   2> 8407 INFO  (coreLoadExecutor-6-thread-1) [    x:collection1] o.a.s.r.ManagedResource Loaded initArgs {} for /rest/managed
   [junit4]   2> 8408 INFO  (coreLoadExecutor-6-thread-1) [    x:collection1] o.a.s.r.ManagedResourceStorage Loaded LinkedHashMap at path _schema_analysis_stopwords_english.json using file:dir=/export/home/jenkins/workspace/Lucene-Solr-6.x-Solaris/solr/build/solr-solrj/test/J0/temp/solr.client.solrj.embedded.SolrExampleEmbeddedTest_BD3CCB3FDA0C0DCA-001/tempDir-001/collection1/conf
   [junit4]   2> 8408 INFO  (coreLoadExecutor-6-thread-1) [    x:collection1] o.a.s.r.ManagedResource Loaded initArgs {ignoreCase=true} for /schema/analysis/stopwords/english
   [junit4]   2> 8416 INFO  (coreLoadExecutor-6-thread-1) [    x:collection1] o.a.s.r.s.a.ManagedWordSetResource Loaded 35 words for /schema/analysis/stopwords/english
   [junit4]   2> 8417 INFO  (coreLoadExecutor-6-thread-1) [    x:collection1] o.a.s.r.ManagedResource Notified 2 observers of /schema/analysis/stopwords/english
   [junit4]   2> 8443 INFO  (coreLoadExecutor-6-thread-1) [    x:collection1] o.a.s.r.ManagedResourceStorage Loaded LinkedHashMap at path _schema_analysis_synonyms_english.json using file:dir=/export/home/jenkins/workspace/Lucene-Solr-6.x-Solaris/solr/build/solr-solrj/test/J0/temp/solr.client.solrj.embedded.SolrExampleEmbeddedTest_BD3CCB3FDA0C0DCA-001/tempDir-001/collection1/conf
   [junit4]   2> 8443 INFO  (coreLoadExecutor-6-thread-1) [    x:collection1] o.a.s.r.ManagedResource Loaded initArgs {ignoreCase=true,format=solr} for /schema/analysis/synonyms/english
   [junit4]   2> 8464 INFO  (coreLoadExecutor-6-thread-1) [    x:collection1] o.a.s.r.s.a.ManagedSynonymFilterFactory Loaded 3 synonym mappings for /schema/analysis/synonyms/english
   [junit4]   2> 8470 INFO  (coreLoadExecutor-6-thread-1) [    x:collection1] o.a.s.r.ManagedResource Notified 2 observers of /schema/analysis/synonyms/english
   [junit4]   2> 8513 INFO  (coreLoadExecutor-6-thread-1) [    x:collection1] o.a.s.h.c.SpellCheckComponent Initializing spell checkers
   [junit4]   2> 8540 INFO  (coreLoadExecutor-6-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> 8580 INFO  (coreLoadExecutor-6-thread-1) [    x:collection1] o.a.s.h.c.SuggestComponent Initializing SuggestComponent
   [junit4]   2> 8594 INFO  (coreLoadExecutor-6-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> 8759 INFO  (coreLoadExecutor-6-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> 8772 INFO  (coreLoadExecutor-6-thread-1) [    x:collection1] o.a.s.h.c.QueryElevationComponent Loading QueryElevation from: /export/home/jenkins/workspace/Lucene-Solr-6.x-Solaris/solr/build/solr-solrj/test/J0/temp/solr.client.solrj.embedded.SolrExampleEmbeddedTest_BD3CCB3FDA0C0DCA-001/tempDir-001/collection1/conf/elevate.xml
   [junit4]   2> 8814 INFO  (coreLoadExecutor-6-thread-1) [    x:collection1] o.a.s.h.ReplicationHandler Commits will be reserved for  10000
   [junit4]   2> 8932 INFO  (searcherExecutor-7-thread-1-processing-x:collection1) [    x:collection1] o.a.s.c.QuerySenderListener QuerySenderListener sending requests to Searcher@66bd9545[collection1] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 9120 INFO  (coreLoadExecutor-6-thread-1) [    x:collection1] o.a.s.u.UpdateLog Could not find max version in index or recent updates, using new clock 1562059482455867392
   [junit4]   2> 9172 INFO  (SUITE-SolrExampleEmbeddedTest-seed#[BD3CCB3FDA0C0DCA]-worker) [    ] o.a.s.SolrTestCaseJ4 ####initCore end
   [junit4]   2> 9225 INFO  (TEST-SolrExampleEmbeddedTest.testUpdateRequestWithParameters-seed#[BD3CCB3FDA0C0DCA]) [    ] o.a.s.SolrTestCaseJ4 ###Starting testUpdateRequestWithParameters
   [junit4]   2> 9330 INFO  (searcherExecutor-7-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=384
   [junit4]   2> 9333 INFO  (searcherExecutor-7-thread-1-processing-x:collection1) [    x:collection1] o.a.s.c.QuerySenderListener QuerySenderListener done.
   [junit4]   2> 9334 INFO  (searcherExecutor-7-thread-1-processing-x:collection1) [    x:collection1] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: default
   [junit4]   2> 9334 INFO  (searcherExecutor-7-thread-1-processing-x:collection1) [    x:collection1] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: wordbreak
   [junit4]   2> 9340 INFO  (searcherExecutor-7-thread-1-processing-x:collection1) [    x:collection1] o.a.s.c.SolrCore [collection1] Registered new searcher Searcher@66bd9545[collection1] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 9457 INFO  (TEST-SolrExampleEmbeddedTest.testUpdateRequestWithParameters-seed#[BD3CCB3FDA0C0DCA]) [    ] o.a.s.u.LoggingInfoStream [DW][TEST-SolrExampleEmbeddedTest.testUpdateRequestWithParameters-seed#[BD3CCB3FDA0C0DCA]]: anyChanges? numDocsInRam=0 deletes=true hasTickets:false pendingChangesInFullFlush: false
   [junit4]   2> 9457 INFO  (TEST-SolrExampleEmbeddedTest.testUpdateRequestWithParameters-seed#[BD3CCB3FDA0C0DCA]) [    ] o.a.s.u.LoggingInfoStream [DW][TEST-SolrExampleEmbeddedTest.testUpdateRequestWithParameters-seed#[BD3CCB3FDA0C0DCA]]: anyChanges? numDocsInRam=0 deletes=true hasTickets:false pendingChangesInFullFlush: false
   [junit4]   2> 9457 INFO  (TEST-SolrExampleEmbeddedTest.testUpdateRequestWithParameters-seed#[BD3CCB3FDA0C0DCA]) [    ] o.a.s.u.LoggingInfoStream [IW][TEST-SolrExampleEmbeddedTest.testUpdateRequestWithParameters-seed#[BD3CCB3FDA0C0DCA]]: nrtIsCurrent: infoVersion matches: true; DW changes: true; BD changes: false
   [junit4]   2> 9458 INFO  (TEST-SolrExampleEmbeddedTest.testUpdateRequestWithParameters-seed#[BD3CCB3FDA0C0DCA]) [    ] o.a.s.u.LoggingInfoStream [IW][TEST-SolrExampleEmbeddedTest.testUpdateRequestWithParameters-seed#[BD3CCB3FDA0C0DCA]]: flush at getReader
   [junit4]   2> 9458 INFO  (TEST-SolrExampleEmbeddedTest.testUpdateRequestWithParameters-seed#[BD3CCB3FDA0C0DCA]) [    ] o.a.s.u.LoggingInfoStream [DW][TEST-SolrExampleEmbeddedTest.testUpdateRequestWithParameters-seed#[BD3CCB3FDA0C0DCA]]: startFullFlush
   [junit4]   2> 9458 INFO  (TEST-SolrExampleEmbeddedTest.testUpdateRequestWithParameters-seed#[BD3CCB3FDA0C0DCA]) [    ] o.a.s.u.LoggingInfoStream [DW][TEST-SolrExampleEmbeddedTest.testUpdateRequestWithParameters-seed#[BD3CCB3FDA0C0DCA]]: anyChanges? numDocsInRam=0 deletes=true hasTickets:false pendingChangesInFullFlush: false
   [junit4]   2> 9458 INFO  (TEST-SolrExampleEmbeddedTest.testUpdateRequestWithParameters-seed#[BD3CCB3FDA0C0DCA]) [    ] o.a.s.u.LoggingInfoStream [DW][TEST-SolrExampleEmbeddedTest.testUpdateRequestWithParameters-seed#[BD3CCB3FDA0C0DCA]]: TEST-SolrExampleEmbeddedTest.testUpdateRequestWithParameters-seed#[BD3CCB3FDA0C0DCA]: flush naked frozen global deletes
   [junit4]   2> 9475 INFO  (TEST-SolrExampleEmbeddedTest.testUpdateRequestWithParameters-seed#[BD3CCB3FDA0C0DCA]) [    ] o.a.s.u.LoggingInfoStream [BD][TEST-SolrExampleEmbeddedTest.testUpdateRequestWithParameters-seed#[BD3CCB3FDA0C0DCA]]: push deletes  1 deleted queries bytesUsed=100 segmentPrivate?=false delGen=2 packetCount=1 totBytesUsed=100
   [junit4]   2> 9476 INFO  (TEST-SolrExampleEmbeddedTest.testUpdateRequestWithParameters-seed#[BD3CCB3FDA0C0DCA]) [    ] o.a.s.u.LoggingInfoStream [DW][TEST-SolrExampleEmbeddedTest.testUpdateRequestWithParameters-seed#[BD3CCB3FDA0C0DCA]]: flush: push buffered updates:  1 deleted queries bytesUsed=100
   [junit4]   2> 9476 INFO  (TEST-SolrExampleEmbeddedTest.testUpdateRequestWithParameters-seed#[BD3CCB3FDA0C0DCA]) [    ] o.a.s.u.LoggingInfoStream [IW][TEST-SolrExampleEmbeddedTest.testUpdateRequestWithParameters-seed#[BD3CCB3FDA0C0DCA]]: apply all deletes during flush
   [junit4]   2> 9476 INFO  (TEST-SolrExampleEmbeddedTest.testUpdateRequestWithParameters-seed#[BD3CCB3FDA0C0DCA]) [    ] o.a.s.u.LoggingInfoStream [IW][TEST-SolrExampleEmbeddedTest.testUpdateRequestWithParameters-seed#[BD3CCB3FDA0C0DCA]]: now apply all deletes for all segments maxDoc=0
   [junit4]   2> 9476 INFO  (TEST-SolrExampleEmbeddedTest.testUpdateRequestWithParameters-seed#[BD3CCB3FDA0C0DCA]) [    ] o.a.s.u.LoggingInfoStream [BD][TEST-SolrExampleEmbeddedTest.testUpdateRequestWithParameters-seed#[BD3CCB3FDA0C0DCA]]: prune sis=segments_1:  minGen=9223372036854775807 packetCount=1
   [junit4]   2> 9476 INFO  (TEST-SolrExampleEmbeddedTest.testUpdateRequestWithParameters-seed#[BD3CCB3FDA0C0DCA]) [    ] o.a.s.u.LoggingInfoStream [BD][TEST-SolrExampleEmbeddedTest.testUpdateRequestWithParameters-seed#[BD3CCB3FDA0C0DCA]]: pruneDeletes: prune 1 packets; 0 packets remain
   [junit4]   2> 9476 INFO  (TEST-SolrExampleEmbeddedTest.testUpdateRequestWithParameters-seed#[BD3CCB3FDA0C0DCA]) [    ] o.a.s.u.LoggingInfoStream [IW][TEST-SolrExampleEmbeddedTest.testUpdateRequestWithParameters-seed#[BD3CCB3FDA0C0DCA]]: incRefDeleter for NRT reader version=2 segments=
   [junit4]   2> 9476 INFO  (TEST-SolrExampleEmbeddedTest.testUpdateRequestWithParameters-seed#[BD3CCB3FDA0C0DCA]) [    ] o.a.s.u.LoggingInfoStream [IW][TEST-SolrExampleEmbeddedTest.testUpdateRequestWithParameters-seed#[BD3CCB3FDA0C0DCA]]: return reader version=2 reader=StandardDirectoryReader(segments_1:2:nrt)
   [junit4]   2> 9476 INFO  (TEST-SolrExampleEmbeddedTest.testUpdateRequestWithParameters-seed#[BD3CCB3FDA0C0DCA]) [    ] o.a.s.u.LoggingInfoStream [DW][TEST-SolrExampleEmbeddedTest.testUpdateRequestWithParameters-seed#[BD3CCB3FDA0C0DCA]]: TEST-SolrExampleEmbeddedTest.testUpdateRequestWithParameters-seed#[BD3CCB3FDA0C0DCA] finishFullFlush success=true
   [junit4]   2> 9476 INFO  (TEST-SolrExampleEmbeddedTest.testUpdateRequestWithParameters-seed#[BD3CCB3FDA0C0DCA]) [    ] o.a.s.u.LoggingInfoStream [IW][TEST-SolrExampleEmbeddedTest.testUpdateRequestWithParameters-seed#[BD3CCB3FDA0C0DCA]]: getReader took 18 msec
   [junit4]   2> 9477 INFO  (TEST-SolrExampleEmbeddedTest.testUpdateRequestWithParameters-seed#[BD3CCB3FDA0C0DCA]) [    ] o.a.s.u.LoggingInfoStream [IFD][TEST-SolrExampleEmbeddedTest.testUpdateRequestWithParameters-seed#[BD3CCB3FDA0C0DCA]]: delete []
   [junit4]   2> 9477 INFO  (TEST-SolrExampleEmbeddedTest.testUpdateRequestWithParameters-seed#[BD3CCB3FDA0C0DCA]) [    ] o.a.s.u.LoggingInfoStream [IW][TEST-SolrExampleEmbeddedTest.testUpdateRequestWithParameters-seed#[BD3CCB3FDA0C0DCA]]: decRefDeleter for NRT reader version=2 segments=
   [junit4]   2> 9483 INFO  (TEST-SolrExampleEmbeddedTest.testUpdateRequestWithParameters-seed#[BD3CCB3FDA0C0DCA]) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=/update params={}{deleteByQuery=*:* (-1562059482765197312)} 0 231
   [junit4]   2> 9488 INFO  (TEST-SolrExampleEmbeddedTest.testUpdateRequestWithParameters-seed#[BD3CCB3FDA0C0DCA]) [    ] o.a.s.u.DirectUpdateHandler2 start commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 9488 INFO  (TEST-SolrExampleEmbeddedTest.testUpdateRequestWithParameters-seed#[BD3CCB3FDA0C0DCA]) [    ] o.a.s.u.DirectUpdateHandler2 No uncommitted changes. Skipping IW.commit.
   [junit4]   2> 9490 INFO  (TEST-SolrExampleEmbeddedTest.testUpdateRequestWithParameters-seed#[BD3CCB3FDA0C0DCA]) [    ] o.a.s.u.DirectUpdateHandler2 end_commit_flush
   [junit4]   2> 9490 INFO  (TEST-SolrExampleEmbeddedTest.testUpdateRequestWithParameters-seed#[BD3CCB3FDA0C0DCA]) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=/update params={commit=true&softCommit=false&waitSearcher=true}{commit=} 0 2
   [junit4]   2> 9496 WARN  (TEST-SolrExampleEmbeddedTest.testUpdateRequestWithParameters-seed#[BD3CCB3FDA0C0DCA]) [    ] o.a.s.h.l.XMLLoader Using document boost: 1.0 != 1.0 will not be supported anymore in 7.0. Please index scoring factors into a separate field and combine them with the main query's score using function queries.
   [junit4]   2> 9668 INFO  (TEST-SolrExampleEmbeddedTest.testUpdateRequestWithParameters-seed#[BD3CCB3FDA0C0DCA]) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=/update params={overwrite=false}{add=[id1 (1562059482853277696)]} 0 173
   [junit4]   2> 9669 INFO  (TEST-SolrExampleEmbeddedTest.testUpdateRequestWithParameters-seed#[BD3CCB3FDA0C0DCA]) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=/update params={overwrite=false}{add=[id1 (1562059483030487040)]} 0 0
   [junit4]   2> 9669 INFO  (TEST-SolrExampleEmbeddedTest.testUpdateRequestWithParameters-seed#[BD3CCB3FDA0C0DCA]) [    ] o.a.s.u.DirectUpdateHandler2 start commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 9669 INFO  (TEST-SolrExampleEmbeddedTest.testUpdateRequestWithParameters-seed#[BD3CCB3FDA0C0DCA]) [    ] o.a.s.u.SolrIndexWriter Calling setCommitData with IW:org.apache.solr.update.SolrIndexWriter@741ca8bb
   [junit4]   2> 9670 INFO  (TEST-SolrExampleEmbeddedTest.testUpdateRequestWithParameters-seed#[BD3CCB3FDA0C0DCA]) [    ] o.a.s.u.LoggingInfoStream [IW][TEST-SolrExampleEmbeddedTest.testUpdateRequestWithParameters-seed#[BD3CCB3FDA0C0DCA]]: commit: start
   [junit4]   2> 9670 INFO  (TEST-SolrExampleEmbeddedTest.testUpdateRequestWithParameters-seed#[BD3CCB3FDA0C0DCA]) [    ] o.a.s.u.LoggingInfoStream [IW][TEST-SolrExampleEmbeddedTest.testUpdateRequestWithParameters-seed#[BD3CCB3FDA0C0DCA]]: commit: enter lock
   [junit4]   2> 9670 INFO  (TEST-SolrExampleEmbeddedTest.testUpdateRequestWithParameters-seed#[BD3CCB3FDA0C0DCA]) [    ] o.a.s.u.LoggingInfoStream [IW][TEST-SolrExampleEmbeddedTest.testUpdateRequestWithParameters-seed#[BD3CCB3FDA0C0DCA]]: commit: now prepare
   [junit4]   2> 9670 INFO  (TEST-SolrExampleEmbeddedTest.testUpdateRequestWithParameters-seed#[BD3CCB3FDA0C0DCA]) [    ] o.a.s.u.LoggingInfoStream [IW][TEST-SolrExampleEmbeddedTest.testUpdateRequestWithParameters-seed#[BD3CCB3FDA0C0DCA]]: prepareCommit: flush
   [junit4]   2> 9670 INFO  (TEST-SolrExampleEmbeddedTest.testUpdateRequestWithParameters-seed#[BD3CCB3FDA0C0DCA]) [    ] o.a.s.u.LoggingInfoStream [IW][TEST-SolrExampleEmbeddedTest.testUpdateRequestWithParameters-seed#[BD3CCB3FDA0C0DCA]]:   index before flush 
   [junit4]   2> 9670 INFO  (TEST-SolrExampleEmbeddedTest.testUpdateRequestWithParameters-seed#[BD3CCB3FDA0C0DCA]) [    ] o.a.s.u.LoggingInfoStream [DW][TEST-SolrExampleEmbeddedTest.testUpdateRequestWithParameters-seed#[BD3CCB3FDA0C0DCA]]: startFullFlush
   [junit4]   2> 9670 INFO  (TEST-SolrExampleEmbeddedTest.testUpdateRequestWithParameters-seed#[BD3CCB3FDA0C0DCA]) [    ] o.a.s.u.LoggingInfoStream [DW][TEST-SolrExampleEmbeddedTest.testUpdateRequestWithParameters-seed#[BD3CCB3FDA0C0DCA]]: anyChanges? numDocsInRam=2 deletes=false hasTickets:false pendingChangesInFullFlush: false
   [junit4]   2> 9670 INFO  (TEST-SolrExampleEmbeddedTest.testUpdateRequestWithParameters-seed#[BD3CCB3FDA0C0DCA]) [    ] o.a.s.u.LoggingInfoStream [DWFC][TEST-SolrExampleEmbeddedTest.testUpdateRequestWithParameters-seed#[BD3CCB3FDA0C0DCA]]: addFlushableState DocumentsWriterPerThread [pendingDeletes=gen=0, segment=_0, aborted=false, numDocsInRAM=2, deleteQueue=DWDQ: [ generation: 2 ]]
   [junit4]   2> 9675 INFO  (TEST-SolrExampleEmbeddedTest.testUpdateRequestWithParameters-seed#[BD3CCB3FDA0C0DCA]) [    ] o.a.s.u.LoggingInfoStream [DWPT][TEST-SolrExampleEmbeddedTest.testUpdateRequestWithParameters-seed#[BD3CCB3FDA0C0DCA]]: flush postings as segment _0 numDocs=2
   [junit4]   2> 9675 INFO  (TEST-SolrExampleEmbeddedTest.testUpdateRequestWithParameters-seed#[BD3CCB3FDA0C0DCA]) [    ] o.a.s.u.LoggingInfoStream [IW][TEST-SolrExampleEmbeddedTest.testUpdateRequestWithParameters-seed#[BD3CCB3FDA0C0DCA]]: 0 msec to write norms
   [junit4]   2> 9698 INFO  (TEST-SolrExampleEmbeddedTest.testUpdateRequestWithParameters-seed#[BD3CCB3FDA0C0DCA]) [    ] o.a.s.u.LoggingInfoStream [IW][TEST-SolrExampleEmbeddedTest.testUpdateRequestWithParameters-seed#[BD3CCB3FDA0C0DCA]]: 22 msec to write docValues
   [junit4]   2> 9698 INFO  (TEST-SolrExampleEmbeddedTest.testUpdateRequestWithParameters-seed#[BD3CCB3FDA0C0DCA]) [    ] o.a.s.u.LoggingInfoStream [IW][TEST-SolrExampleEmbeddedTest.testUpdateRequestWithParameters-seed#[BD3CCB3FDA0C0DCA]]: 0 msec to write points
   [junit4]   2> 9702 INFO  (TEST-SolrExampleEmbeddedTest.testUpdateRequestWithParameters-seed#[BD3CCB3FDA0C0DCA]) [    ] o.a.s.u.LoggingInfoStream [IW][TEST-SolrExampleEmbeddedTest.testUpdateRequestWithParameters-seed#[BD3CCB3FDA0C0DCA]]: 4 msec to finish stored fields
   [junit4]   2> 9783 INFO  (TEST-SolrExampleEmbeddedTest.testUpdateRequestWithParameters-seed#[BD3CCB3FDA0C0DCA]) [    ] o.a.s.u.LoggingInfoStream [IW][TEST-SolrExampleEmbeddedTest.testUpdateRequestWithParameters-seed#[BD3CCB3FDA0C0DCA]]: 80 msec to write postings and finish vectors
   [junit4]   2> 9787 INFO  (TEST-SolrExampleEmbeddedTest.testUpdateRequestWithParameters-seed#[BD3CCB3FDA0C0DCA]) [    ] o.a.s.u.LoggingInfoStream [IW][TEST-SolrExampleEmbeddedTest.testUpdateRequestWithParameters-seed#[BD3CCB3FDA0C0DCA]]: 3 msec to write fieldInfos
   [junit4]   2> 9794 INFO  (TEST-SolrExampleEmbeddedTest.testUpdateRequestWithParameters-seed#[BD3CCB3FDA0C0DCA]) [    ] o.a.s.u.LoggingInfoStream [DWPT][TEST-SolrExampleEmbeddedTest.testUpdateRequestWithParameters-seed#[BD3CCB3FDA0C0DCA]]: new segment has 0 deleted docs
   [junit4]   2> 9794 INFO  (TEST-SolrExampleEmbeddedTest.testUpdateRequestWithParameters-seed#[BD3CCB3FDA0C0DCA]) [    ] o.a.s.u.LoggingInfoStream [DWPT][TEST-SolrExampleEmbeddedTest.testUpdateRequestWithParameters-seed#[BD3CCB3FDA0C0DCA]]: new segment has no vectors; no norms; docValues; no prox; freqs
   [junit4]   2> 9794 INFO  (TEST-SolrExampleEmbeddedTest.testUpdateRequestWithParameters-seed#[BD3CCB3FDA0C0DCA]) [    ] o.a.s.u.LoggingInfoStream [DWPT][TEST-SolrExampleEmbeddedTest.testUpdateRequestWithParameters-seed#[BD3CCB3FDA0C0DCA]]: flushedFiles=[_0_Lucene54_0.dvm, _0_Lucene50_0.doc, _0_Lucene50_0.tim, _0.fdx, _0_Lucene54_0.dvd, _0_Lucene50_0.tip, _0.fdt, _0.fnm]
   [junit4]   2> 9794 INFO  (TEST-SolrExampleEmbeddedTest.testUpdateRequestWithParameters-seed#[BD3CCB3FDA0C0DCA]) [    ] o.a.s.u.LoggingInfoStream [DWPT][TEST-SolrExampleEmbeddedTest.testUpdateRequestWithParameters-seed#[BD3CCB3FDA0C0DCA]]: flushed codec=Lucene62
   [junit4]   2> 9800 INFO  (TEST-SolrExampleEmbeddedTest.testUpdateRequestWithParameters-seed#[BD3CCB3FDA0C0DCA]) [    ] o.a.s.u.LoggingInfoStream [DWPT][TEST-SolrExampleEmbeddedTest.testUpdateRequestWithParameters-seed#[BD3CCB3FDA0C0DCA]]: flushed: segment=_0 ramUsed=0.079 MB newFlushedSize=0.001 MB docs/MB=2,074.334
   [junit4]   2> 9804 INFO  (TEST-SolrExampleEmbeddedTest.testUpdateRequestWithParameters-seed#[BD3CCB3FDA0C0DCA]) [    ] o.a.s.u.LoggingInfoStream [DWPT][TEST-SolrExampleEmbeddedTest.testUpdateRequestWithParameters-seed#[BD3CCB3FDA0C0DCA]]: flush time 129.154986 msec
   [junit4]   2> 9809 INFO  (TEST-SolrExampleEmbeddedTest.testUpdateRequestWithParameters-seed#[BD3CCB3FDA0C0DCA]) [    ] o.a.s.u.LoggingInfoStream [DW][TEST-SolrExampleEmbeddedTest.testUpdateRequestWithParameters-seed#[BD3CCB3FDA0C0DCA]]: publishFlushedSegment seg-private updates=null
   [junit4]   2> 9809 INFO  (TEST-SolrExampleEmbeddedTest.testUpdateRequestWithParameters-seed#[BD3CCB3FDA0C0DCA]) [    ] o.a.s.u.LoggingInfoStream [IW][TEST-SolrExampleEmbeddedTest.testUpdateRequestWithParameters-seed#[BD3CCB3FDA0C0DCA]]: publishFlushedSegment
   [junit4]   2> 9810 INFO  (TEST-SolrExampleEmbeddedTest.testUpdateRequestWithParameters-seed#[BD3CCB3FDA0C0DCA]) [    ] o.a.s.u.LoggingInfoStream [IW][TEST-SolrExampleEmbeddedTest.testUpdateRequestWithParameters-seed#[BD3CCB3FDA0C0DCA]]: publish sets newSegment delGen=4 seg=_0(6.5.0):C2
   [junit4]   2> 9810 INFO  (TEST-SolrExampleEmbeddedTest.testUpdateRequestWithParameters-seed#[BD3CCB3FDA0C0DCA]) [    ] o.a.s.u.LoggingInfoStream [IFD][TEST-SolrExampleEmbeddedTest.testUpdateRequestWithParameters-seed#[BD3CCB3FDA0C0DCA]]: now checkpoint "_0(6.5.0):C2" [1 segments ; isCommit = false]
   [junit4]   2> 9810 INFO  (TEST-SolrExampleEmbeddedTest.testUpdateRequestWithParameters-seed#[BD3CCB3FDA0C0DCA]) [    ] o.a.s.u.LoggingInfoStream [IFD][TEST-SolrExampleEmbeddedTest.testUpdateRequestWithParameters-seed#[BD3CCB3FDA0C0DCA]]: delete []
   [junit4]   2> 9810 INFO  (TEST-SolrExampleEmbeddedTest.testUpdateRequestWithParameters-seed#[BD3CCB3FDA0C0DCA]) [    ] o.a.s.u.LoggingInfoStream [IFD][TEST-SolrExampleEmbeddedTest.testUpdateRequestWithParameters-seed#[BD3CCB3FDA0C0DCA]]: 0 msec to checkpoint
   [junit4]   2> 9810 INFO  (TEST-SolrExampleEmbeddedTest.testUpdateRequestWithParameters-seed#[BD3CCB3FDA0C0DCA]) [    ] o.a.s.u.LoggingInfoStream [IW][TEST-SolrExampleEmbeddedTest.testUpdateRequ

[...truncated too long message...]

 2> 117762 INFO  (coreCloseExecutor-270-thread-1) [    x:collection1] o.a.s.c.SolrCore [collection1]  CLOSING SolrCore org.apache.solr.core.SolrCore@4f19e2de
   [junit4]   2> 117764 INFO  (coreCloseExecutor-270-thread-1) [    x:collection1] o.a.s.u.LoggingInfoStream [IW][coreCloseExecutor-270-thread-1]: now flush at close
   [junit4]   2> 117764 INFO  (coreCloseExecutor-270-thread-1) [    x:collection1] o.a.s.u.LoggingInfoStream [IW][coreCloseExecutor-270-thread-1]:   start flush: applyAllDeletes=true
   [junit4]   2> 117764 INFO  (coreCloseExecutor-270-thread-1) [    x:collection1] o.a.s.u.LoggingInfoStream [IW][coreCloseExecutor-270-thread-1]:   index before flush _1c(6.5.0):C10
   [junit4]   2> 117764 INFO  (coreCloseExecutor-270-thread-1) [    x:collection1] o.a.s.u.LoggingInfoStream [DW][coreCloseExecutor-270-thread-1]: startFullFlush
   [junit4]   2> 117765 INFO  (coreCloseExecutor-270-thread-1) [    x:collection1] o.a.s.u.LoggingInfoStream [DW][coreCloseExecutor-270-thread-1]: coreCloseExecutor-270-thread-1 finishFullFlush success=true
   [junit4]   2> 117765 INFO  (coreCloseExecutor-270-thread-1) [    x:collection1] o.a.s.u.LoggingInfoStream [IW][coreCloseExecutor-270-thread-1]: apply all deletes during flush
   [junit4]   2> 117765 INFO  (coreCloseExecutor-270-thread-1) [    x:collection1] o.a.s.u.LoggingInfoStream [IW][coreCloseExecutor-270-thread-1]: now apply all deletes for all segments maxDoc=10
   [junit4]   2> 117765 INFO  (coreCloseExecutor-270-thread-1) [    x:collection1] o.a.s.u.LoggingInfoStream [BD][coreCloseExecutor-270-thread-1]: applyDeletes: open segment readers took 0 msec
   [junit4]   2> 117765 INFO  (coreCloseExecutor-270-thread-1) [    x:collection1] o.a.s.u.LoggingInfoStream [BD][coreCloseExecutor-270-thread-1]: applyDeletes: no segments; skipping
   [junit4]   2> 117765 INFO  (coreCloseExecutor-270-thread-1) [    x:collection1] o.a.s.u.LoggingInfoStream [BD][coreCloseExecutor-270-thread-1]: prune sis=segments_1z: _1c(6.5.0):C10 minGen=313 packetCount=0
   [junit4]   2> 117765 INFO  (coreCloseExecutor-270-thread-1) [    x:collection1] o.a.s.u.LoggingInfoStream [MS][coreCloseExecutor-270-thread-1]: updateMergeThreads ioThrottle=true targetMBPerSec=10240.0 MB/sec
   [junit4]   2> 117765 INFO  (coreCloseExecutor-270-thread-1) [    x:collection1] o.a.s.u.LoggingInfoStream [MS][coreCloseExecutor-270-thread-1]: now merge
   [junit4]   2> 117765 INFO  (coreCloseExecutor-270-thread-1) [    x:collection1] o.a.s.u.LoggingInfoStream [MS][coreCloseExecutor-270-thread-1]:   index: _1c(6.5.0):C10
   [junit4]   2> 117765 INFO  (coreCloseExecutor-270-thread-1) [    x:collection1] o.a.s.u.LoggingInfoStream [MS][coreCloseExecutor-270-thread-1]:   no more merges pending; now return
   [junit4]   2> 117765 INFO  (coreCloseExecutor-270-thread-1) [    x:collection1] o.a.s.u.LoggingInfoStream [IW][coreCloseExecutor-270-thread-1]: waitForMerges
   [junit4]   2> 117765 INFO  (coreCloseExecutor-270-thread-1) [    x:collection1] o.a.s.u.LoggingInfoStream [IW][coreCloseExecutor-270-thread-1]: waitForMerges done
   [junit4]   2> 117765 INFO  (coreCloseExecutor-270-thread-1) [    x:collection1] o.a.s.u.LoggingInfoStream [IW][coreCloseExecutor-270-thread-1]: commit: start
   [junit4]   2> 117765 INFO  (coreCloseExecutor-270-thread-1) [    x:collection1] o.a.s.u.LoggingInfoStream [IW][coreCloseExecutor-270-thread-1]: commit: enter lock
   [junit4]   2> 117765 INFO  (coreCloseExecutor-270-thread-1) [    x:collection1] o.a.s.u.LoggingInfoStream [IW][coreCloseExecutor-270-thread-1]: commit: now prepare
   [junit4]   2> 117765 INFO  (coreCloseExecutor-270-thread-1) [    x:collection1] o.a.s.u.LoggingInfoStream [IW][coreCloseExecutor-270-thread-1]: prepareCommit: flush
   [junit4]   2> 117765 INFO  (coreCloseExecutor-270-thread-1) [    x:collection1] o.a.s.u.LoggingInfoStream [IW][coreCloseExecutor-270-thread-1]:   index before flush _1c(6.5.0):C10
   [junit4]   2> 117765 INFO  (coreCloseExecutor-270-thread-1) [    x:collection1] o.a.s.u.LoggingInfoStream [DW][coreCloseExecutor-270-thread-1]: startFullFlush
   [junit4]   2> 117765 INFO  (coreCloseExecutor-270-thread-1) [    x:collection1] o.a.s.u.LoggingInfoStream [IW][coreCloseExecutor-270-thread-1]: apply all deletes during flush
   [junit4]   2> 117765 INFO  (coreCloseExecutor-270-thread-1) [    x:collection1] o.a.s.u.LoggingInfoStream [IW][coreCloseExecutor-270-thread-1]: now apply all deletes for all segments maxDoc=10
   [junit4]   2> 117765 INFO  (coreCloseExecutor-270-thread-1) [    x:collection1] o.a.s.u.LoggingInfoStream [BD][coreCloseExecutor-270-thread-1]: applyDeletes: open segment readers took 0 msec
   [junit4]   2> 117765 INFO  (coreCloseExecutor-270-thread-1) [    x:collection1] o.a.s.u.LoggingInfoStream [BD][coreCloseExecutor-270-thread-1]: applyDeletes: no segments; skipping
   [junit4]   2> 117766 INFO  (coreCloseExecutor-270-thread-1) [    x:collection1] o.a.s.u.LoggingInfoStream [BD][coreCloseExecutor-270-thread-1]: prune sis=segments_1z: _1c(6.5.0):C10 minGen=313 packetCount=0
   [junit4]   2> 117766 INFO  (coreCloseExecutor-270-thread-1) [    x:collection1] o.a.s.u.LoggingInfoStream [DW][coreCloseExecutor-270-thread-1]: coreCloseExecutor-270-thread-1 finishFullFlush success=true
   [junit4]   2> 117766 INFO  (coreCloseExecutor-270-thread-1) [    x:collection1] o.a.s.u.LoggingInfoStream [IW][coreCloseExecutor-270-thread-1]: startCommit(): start
   [junit4]   2> 117766 INFO  (coreCloseExecutor-270-thread-1) [    x:collection1] o.a.s.u.LoggingInfoStream [IW][coreCloseExecutor-270-thread-1]:   skip startCommit(): no changes pending
   [junit4]   2> 117766 INFO  (coreCloseExecutor-270-thread-1) [    x:collection1] o.a.s.u.LoggingInfoStream [IFD][coreCloseExecutor-270-thread-1]: delete []
   [junit4]   2> 117766 INFO  (coreCloseExecutor-270-thread-1) [    x:collection1] o.a.s.u.LoggingInfoStream [IW][coreCloseExecutor-270-thread-1]: commit: pendingCommit == null; skip
   [junit4]   2> 117766 INFO  (coreCloseExecutor-270-thread-1) [    x:collection1] o.a.s.u.LoggingInfoStream [IW][coreCloseExecutor-270-thread-1]: commit: took 0.4 msec
   [junit4]   2> 117766 INFO  (coreCloseExecutor-270-thread-1) [    x:collection1] o.a.s.u.LoggingInfoStream [IW][coreCloseExecutor-270-thread-1]: commit: done
   [junit4]   2> 117766 INFO  (coreCloseExecutor-270-thread-1) [    x:collection1] o.a.s.u.LoggingInfoStream [IW][coreCloseExecutor-270-thread-1]: rollback
   [junit4]   2> 117766 INFO  (coreCloseExecutor-270-thread-1) [    x:collection1] o.a.s.u.LoggingInfoStream [IW][coreCloseExecutor-270-thread-1]: all running merges have aborted
   [junit4]   2> 117766 INFO  (coreCloseExecutor-270-thread-1) [    x:collection1] o.a.s.u.LoggingInfoStream [IW][coreCloseExecutor-270-thread-1]: rollback: done finish merges
   [junit4]   2> 117766 INFO  (coreCloseExecutor-270-thread-1) [    x:collection1] o.a.s.u.LoggingInfoStream [DW][coreCloseExecutor-270-thread-1]: abort
   [junit4]   2> 117766 INFO  (coreCloseExecutor-270-thread-1) [    x:collection1] o.a.s.u.LoggingInfoStream [DW][coreCloseExecutor-270-thread-1]: done abort success=true
   [junit4]   2> 117766 INFO  (coreCloseExecutor-270-thread-1) [    x:collection1] o.a.s.u.LoggingInfoStream [IW][coreCloseExecutor-270-thread-1]: rollback: infos=_1c(6.5.0):C10
   [junit4]   2> 117766 INFO  (coreCloseExecutor-270-thread-1) [    x:collection1] o.a.s.u.LoggingInfoStream [IFD][coreCloseExecutor-270-thread-1]: now checkpoint "_1c(6.5.0):C10" [1 segments ; isCommit = false]
   [junit4]   2> 117766 INFO  (coreCloseExecutor-270-thread-1) [    x:collection1] o.a.s.u.LoggingInfoStream [IFD][coreCloseExecutor-270-thread-1]: delete []
   [junit4]   2> 117766 INFO  (coreCloseExecutor-270-thread-1) [    x:collection1] o.a.s.u.LoggingInfoStream [IFD][coreCloseExecutor-270-thread-1]: 0 msec to checkpoint
   [junit4]   2> 117766 INFO  (coreCloseExecutor-270-thread-1) [    x:collection1] o.a.s.u.LoggingInfoStream [IFD][coreCloseExecutor-270-thread-1]: delete []
   [junit4]   2> 117766 INFO  (coreCloseExecutor-270-thread-1) [    x:collection1] o.a.s.u.LoggingInfoStream [IFD][coreCloseExecutor-270-thread-1]: delete []
   [junit4]   2> 117824 INFO  (coreCloseExecutor-270-thread-1) [    x:collection1] o.a.s.m.SolrMetricManager Closing metric reporters for: solr.core.collection1
   [junit4]   2> 117825 INFO  (SUITE-SolrExampleJettyTest-seed#[BD3CCB3FDA0C0DCA]-worker) [    ] o.a.s.m.SolrMetricManager Closing metric reporters for: solr.node
   [junit4]   2> 117827 INFO  (SUITE-SolrExampleJettyTest-seed#[BD3CCB3FDA0C0DCA]-worker) [    ] o.e.j.s.h.ContextHandler Stopped o.e.j.s.ServletContextHandler@10865e62{/solr,null,UNAVAILABLE}
   [junit4]   2> 117835 INFO  (SUITE-SolrExampleJettyTest-seed#[BD3CCB3FDA0C0DCA]-worker) [    ] o.a.s.SolrTestCaseJ4 ###deleteCore
   [junit4]   2> NOTE: leaving temporary files on disk at: /export/home/jenkins/workspace/Lucene-Solr-6.x-Solaris/solr/build/solr-solrj/test/J1/temp/solr.client.solrj.embedded.SolrExampleJettyTest_BD3CCB3FDA0C0DCA-001
   [junit4]   2> NOTE: test params are: codec=CheapBastard, sim=RandomSimilarity(queryNorm=true,coord=yes): {}, locale=no-NO, timezone=America/Belem
   [junit4]   2> NOTE: SunOS 5.11 amd64/Oracle Corporation 1.8.0_121 (64-bit)/cpus=3,threads=1,free=35395816,total=127836160
   [junit4]   2> NOTE: All tests run in this JVM: [TestZkConfigManager, EqualsEvaluatorTest, ConcurrentUpdateSolrClientTest, GreaterThanEqualToEvaluatorTest, TestConfigSetAdminRequest, GraphTest, HttpClientUtilTest, StreamExpressionParserTest, StreamingTest, TestJsonRecordReader, QueryResponseTest, FacetFieldTest, CommonParamsTest, TestLBHttpSolrClient, HttpSolrClientBuilderTest, SolrExampleStreamingBinaryTest, TestFastInputStream, TestCloudSolrClientConnections, LargeVolumeBinaryJettyTest, TestUpdateRequestCodec, TestClusteringResponse, SolrParamTest, CompoundEvaluatorTest, SolrExampleJettyTest]
   [junit4] Completed [63/109 (6!)] on J1 in 7.58s, 37 tests, 1 error <<< FAILURES!

[...truncated 62111 lines...]


Re: [JENKINS] Lucene-Solr-6.x-Solaris (64bit/jdk1.8.0) - Build # 731 - Unstable!

Posted by Tomás Fernández Löbbe <to...@gmail.com>.
Looking...

On Thu, Mar 16, 2017 at 1:49 PM, Policeman Jenkins Server <
jenkins@thetaphi.de> wrote:

> Build: https://jenkins.thetaphi.de/job/Lucene-Solr-6.x-Solaris/731/
> Java: 64bit/jdk1.8.0 -XX:-UseCompressedOops -XX:+UseSerialGC
>
> 6 tests failed.
> FAILED:  org.apache.solr.client.solrj.SolrExampleBinaryTest.
> testUpdateField
>
> Error Message:
> Error from server at http://127.0.0.1:56333/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:56333/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([BD3CCB3FDA0C0DCA:
> E84F616B1A241D0C]:0)
>         at org.apache.solr.client.solrj.impl.HttpSolrClient.
> executeMethod(HttpSolrClient.java:610)
>         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:61003/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:61003/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([BD3CCB3FDA0C0DCA:
> E84F616B1A241D0C]:0)
>         at org.apache.solr.client.solrj.impl.HttpSolrClient.
> executeMethod(HttpSolrClient.java:610)
>         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([BD3CCB3FDA0C0DCA:
> E84F616B1A241D0C]:0)
>         at org.apache.solr.update.DirectUpdateHandler2.addDoc(
> DirectUpdateHandler2.java:199)
>         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:980)
>         at org.apache.solr.update.processor.DistributedUpdateProcessor.
> versionAdd(DistributedUpdateProcessor.java:1193)
>         at org.apache.solr.update.processor.DistributedUpdateProcessor.
> processAdd(DistributedUpdateProcessor.java:749)
>         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:2440)
>         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:60)
>         at org.apache.lucene.index.DefaultIndexingChain.indexDocValue(
> DefaultIndexingChain.java:553)
>         at org.apache.lucene.index.DefaultIndexingChain.processField(
> DefaultIndexingChain.java:483)
>         at org.apache.lucene.index.DefaultIndexingChain.processDocument(
> DefaultIndexingChain.java:403)
>         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:924)
>         at org.apache.solr.update.DirectUpdateHandler2.
> updateDocOrDocValues(DirectUpdateHandler2.java:913)
>         at org.apache.solr.update.DirectUpdateHandler2.doNormalUpdate(
> DirectUpdateHandler2.java:302)
>         at org.apache.solr.update.DirectUpdateHandler2.addDoc0(
> DirectUpdateHandler2.java:239)
>         at org.apache.solr.update.DirectUpdateHandler2.addDoc(
> DirectUpdateHandler2.java:194)
>         ... 57 more
>
>
> FAILED:  org.apache.solr.client.solrj.embedded.SolrExampleJettyTest.
> testUpdateField
>
> Error Message:
> Error from server at http://127.0.0.1:43529/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:43529/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([BD3CCB3FDA0C0DCA:
> E84F616B1A241D0C]:0)
>         at org.apache.solr.client.solrj.impl.HttpSolrClient.
> executeMethod(HttpSolrClient.java:610)
>         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([BD3CCB3FDA0C0DCA:
> E84F616B1A241D0C]: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([BD3CCB3FDA0C0DCA:
> E84F616B1A241D0C]: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 13591 lines...]
>    [junit4] Suite: org.apache.solr.client.solrj.embedded.
> SolrExampleEmbeddedTest
>    [junit4]   2> Creating dataDir: /export/home/jenkins/
> workspace/Lucene-Solr-6.x-Solaris/solr/build/solr-solrj/
> test/J0/temp/solr.client.solrj.embedded.SolrExampleEmbeddedTest_
> BD3CCB3FDA0C0DCA-001/init-core-data-001
>    [junit4]   2> 0    INFO  (SUITE-SolrExampleEmbeddedTest-seed#[BD3CCB3FDA0C0DCA]-worker)
> [    ] o.a.s.SolrTestCaseJ4 Using TrieFields
>    [junit4]   2> 77   INFO  (SUITE-SolrExampleEmbeddedTest-seed#[BD3CCB3FDA0C0DCA]-worker)
> [    ] o.e.j.u.log Logging initialized @3385ms
>    [junit4]   2> 88   INFO  (SUITE-SolrExampleEmbeddedTest-seed#[BD3CCB3FDA0C0DCA]-worker)
> [    ] o.a.s.SolrTestCaseJ4 Randomized ssl (false) and clientAuth (false)
> via: @org.apache.solr.SolrTestCaseJ4$SuppressSSL(bugUrl=None)
>    [junit4]   2> 231  INFO  (SUITE-SolrExampleEmbeddedTest-seed#[BD3CCB3FDA0C0DCA]-worker)
> [    ] o.a.s.SolrTestCaseJ4 ####initCore
>    [junit4]   2> 346  INFO  (SUITE-SolrExampleEmbeddedTest-seed#[BD3CCB3FDA0C0DCA]-worker)
> [    ] o.a.s.c.SolrResourceLoader Using system property solr.solr.home:
> /export/home/jenkins/workspace/Lucene-Solr-6.x-
> Solaris/solr/build/solr-solrj/test/J0/temp/solr.client.solrj.embedded.
> SolrExampleEmbeddedTest_BD3CCB3FDA0C0DCA-001/tempDir-001
>    [junit4]   2> 625  WARN  (SUITE-SolrExampleEmbeddedTest-seed#[BD3CCB3FDA0C0DCA]-worker)
> [    ] o.a.s.c.SolrConfig Couldn't add files from /export/home/jenkins/
> workspace/Lucene-Solr-6.x-Solaris/solr/build/solr-solrj/
> test/J0/temp/solr.client.solrj.embedded.SolrExampleEmbeddedTest_
> BD3CCB3FDA0C0DCA-001/tempDir-001/collection1/../../../../contrib/extraction/lib
> filtered by .*\.jar to classpath: /export/home/jenkins/
> workspace/Lucene-Solr-6.x-Solaris/solr/build/solr-solrj/
> test/J0/temp/solr.client.solrj.embedded.SolrExampleEmbeddedTest_
> BD3CCB3FDA0C0DCA-001/tempDir-001/collection1/../../../../
> contrib/extraction/lib
>    [junit4]   2> 625  WARN  (SUITE-SolrExampleEmbeddedTest-seed#[BD3CCB3FDA0C0DCA]-worker)
> [    ] o.a.s.c.SolrConfig Couldn't add files from /export/home/jenkins/
> workspace/Lucene-Solr-6.x-Solaris/solr/build/solr-solrj/
> test/J0/temp/solr.client.solrj.embedded.SolrExampleEmbeddedTest_
> BD3CCB3FDA0C0DCA-001/tempDir-001/collection1/../../../../dist filtered by
> solr-cell-\d.*\.jar to classpath: /export/home/jenkins/
> workspace/Lucene-Solr-6.x-Solaris/solr/build/solr-solrj/
> test/J0/temp/solr.client.solrj.embedded.SolrExampleEmbeddedTest_
> BD3CCB3FDA0C0DCA-001/tempDir-001/collection1/../../../../dist
>    [junit4]   2> 626  WARN  (SUITE-SolrExampleEmbeddedTest-seed#[BD3CCB3FDA0C0DCA]-worker)
> [    ] o.a.s.c.SolrConfig Couldn't add files from /export/home/jenkins/
> workspace/Lucene-Solr-6.x-Solaris/solr/build/solr-solrj/
> test/J0/temp/solr.client.solrj.embedded.SolrExampleEmbeddedTest_
> BD3CCB3FDA0C0DCA-001/tempDir-001/collection1/../../../../contrib/clustering/lib
> filtered by .*\.jar to classpath: /export/home/jenkins/
> workspace/Lucene-Solr-6.x-Solaris/solr/build/solr-solrj/
> test/J0/temp/solr.client.solrj.embedded.SolrExampleEmbeddedTest_
> BD3CCB3FDA0C0DCA-001/tempDir-001/collection1/../../../../
> contrib/clustering/lib
>    [junit4]   2> 627  WARN  (SUITE-SolrExampleEmbeddedTest-seed#[BD3CCB3FDA0C0DCA]-worker)
> [    ] o.a.s.c.SolrConfig Couldn't add files from /export/home/jenkins/
> workspace/Lucene-Solr-6.x-Solaris/solr/build/solr-solrj/
> test/J0/temp/solr.client.solrj.embedded.SolrExampleEmbeddedTest_
> BD3CCB3FDA0C0DCA-001/tempDir-001/collection1/../../../../dist filtered by
> solr-clustering-\d.*\.jar to classpath: /export/home/jenkins/
> workspace/Lucene-Solr-6.x-Solaris/solr/build/solr-solrj/
> test/J0/temp/solr.client.solrj.embedded.SolrExampleEmbeddedTest_
> BD3CCB3FDA0C0DCA-001/tempDir-001/collection1/../../../../dist
>    [junit4]   2> 627  WARN  (SUITE-SolrExampleEmbeddedTest-seed#[BD3CCB3FDA0C0DCA]-worker)
> [    ] o.a.s.c.SolrConfig Couldn't add files from /export/home/jenkins/
> workspace/Lucene-Solr-6.x-Solaris/solr/build/solr-solrj/
> test/J0/temp/solr.client.solrj.embedded.SolrExampleEmbeddedTest_
> BD3CCB3FDA0C0DCA-001/tempDir-001/collection1/../../../../contrib/langid/lib
> filtered by .*\.jar to classpath: /export/home/jenkins/
> workspace/Lucene-Solr-6.x-Solaris/solr/build/solr-solrj/
> test/J0/temp/solr.client.solrj.embedded.SolrExampleEmbeddedTest_
> BD3CCB3FDA0C0DCA-001/tempDir-001/collection1/../../../../
> contrib/langid/lib
>    [junit4]   2> 628  WARN  (SUITE-SolrExampleEmbeddedTest-seed#[BD3CCB3FDA0C0DCA]-worker)
> [    ] o.a.s.c.SolrConfig Couldn't add files from /export/home/jenkins/
> workspace/Lucene-Solr-6.x-Solaris/solr/build/solr-solrj/
> test/J0/temp/solr.client.solrj.embedded.SolrExampleEmbeddedTest_
> BD3CCB3FDA0C0DCA-001/tempDir-001/collection1/../../../../dist filtered by
> solr-langid-\d.*\.jar to classpath: /export/home/jenkins/
> workspace/Lucene-Solr-6.x-Solaris/solr/build/solr-solrj/
> test/J0/temp/solr.client.solrj.embedded.SolrExampleEmbeddedTest_
> BD3CCB3FDA0C0DCA-001/tempDir-001/collection1/../../../../dist
>    [junit4]   2> 628  WARN  (SUITE-SolrExampleEmbeddedTest-seed#[BD3CCB3FDA0C0DCA]-worker)
> [    ] o.a.s.c.SolrConfig Couldn't add files from /export/home/jenkins/
> workspace/Lucene-Solr-6.x-Solaris/solr/build/solr-solrj/
> test/J0/temp/solr.client.solrj.embedded.SolrExampleEmbeddedTest_
> BD3CCB3FDA0C0DCA-001/tempDir-001/collection1/../../../../contrib/ltr/lib
> filtered by .*\.jar to classpath: /export/home/jenkins/
> workspace/Lucene-Solr-6.x-Solaris/solr/build/solr-solrj/
> test/J0/temp/solr.client.solrj.embedded.SolrExampleEmbeddedTest_
> BD3CCB3FDA0C0DCA-001/tempDir-001/collection1/../../../../contrib/ltr/lib
>    [junit4]   2> 629  WARN  (SUITE-SolrExampleEmbeddedTest-seed#[BD3CCB3FDA0C0DCA]-worker)
> [    ] o.a.s.c.SolrConfig Couldn't add files from /export/home/jenkins/
> workspace/Lucene-Solr-6.x-Solaris/solr/build/solr-solrj/
> test/J0/temp/solr.client.solrj.embedded.SolrExampleEmbeddedTest_
> BD3CCB3FDA0C0DCA-001/tempDir-001/collection1/../../../../dist filtered by
> solr-ltr-\d.*\.jar to classpath: /export/home/jenkins/
> workspace/Lucene-Solr-6.x-Solaris/solr/build/solr-solrj/
> test/J0/temp/solr.client.solrj.embedded.SolrExampleEmbeddedTest_
> BD3CCB3FDA0C0DCA-001/tempDir-001/collection1/../../../../dist
>    [junit4]   2> 630  WARN  (SUITE-SolrExampleEmbeddedTest-seed#[BD3CCB3FDA0C0DCA]-worker)
> [    ] o.a.s.c.SolrConfig Couldn't add files from /export/home/jenkins/
> workspace/Lucene-Solr-6.x-Solaris/solr/build/solr-solrj/
> test/J0/temp/solr.client.solrj.embedded.SolrExampleEmbeddedTest_
> BD3CCB3FDA0C0DCA-001/tempDir-001/collection1/../../../../contrib/velocity/lib
> filtered by .*\.jar to classpath: /export/home/jenkins/
> workspace/Lucene-Solr-6.x-Solaris/solr/build/solr-solrj/
> test/J0/temp/solr.client.solrj.embedded.SolrExampleEmbeddedTest_
> BD3CCB3FDA0C0DCA-001/tempDir-001/collection1/../../../../
> contrib/velocity/lib
>    [junit4]   2> 630  WARN  (SUITE-SolrExampleEmbeddedTest-seed#[BD3CCB3FDA0C0DCA]-worker)
> [    ] o.a.s.c.SolrConfig Couldn't add files from /export/home/jenkins/
> workspace/Lucene-Solr-6.x-Solaris/solr/build/solr-solrj/
> test/J0/temp/solr.client.solrj.embedded.SolrExampleEmbeddedTest_
> BD3CCB3FDA0C0DCA-001/tempDir-001/collection1/../../../../dist filtered by
> solr-velocity-\d.*\.jar to classpath: /export/home/jenkins/
> workspace/Lucene-Solr-6.x-Solaris/solr/build/solr-solrj/
> test/J0/temp/solr.client.solrj.embedded.SolrExampleEmbeddedTest_
> BD3CCB3FDA0C0DCA-001/tempDir-001/collection1/../../../../dist
>    [junit4]   2> 680  INFO  (SUITE-SolrExampleEmbeddedTest-seed#[BD3CCB3FDA0C0DCA]-worker)
> [    ] o.a.s.u.SolrIndexConfig IndexWriter infoStream solr logging is
> enabled
>    [junit4]   2> 684  INFO  (SUITE-SolrExampleEmbeddedTest-seed#[BD3CCB3FDA0C0DCA]-worker)
> [    ] o.a.s.c.SolrConfig Using Lucene MatchVersion: 6.5.0
>    [junit4]   2> 977  INFO  (SUITE-SolrExampleEmbeddedTest-seed#[BD3CCB3FDA0C0DCA]-worker)
> [    ] o.a.s.s.IndexSchema [null] Schema name=example
>    [junit4]   2> 1385 WARN  (SUITE-SolrExampleEmbeddedTest-seed#[BD3CCB3FDA0C0DCA]-worker)
> [    ] o.a.s.c.SolrResourceLoader Solr loaded a deprecated plugin/analysis
> class [solr.SynonymFilterFactory]. Please consult documentation how to
> replace it accordingly.
>    [junit4]   2> 1401 WARN  (SUITE-SolrExampleEmbeddedTest-seed#[BD3CCB3FDA0C0DCA]-worker)
> [    ] o.a.s.c.SolrResourceLoader Solr loaded a deprecated plugin/analysis
> class [solr.WordDelimiterFilterFactory]. Please consult documentation how
> to replace it accordingly.
>    [junit4]   2> 2960 INFO  (SUITE-SolrExampleEmbeddedTest-seed#[BD3CCB3FDA0C0DCA]-worker)
> [    ] o.a.s.r.RestManager Registered ManagedResource impl
> org.apache.solr.rest.schema.analysis.ManagedWordSetResource for path
> /schema/analysis/stopwords/english
>    [junit4]   2> 2963 INFO  (SUITE-SolrExampleEmbeddedTest-seed#[BD3CCB3FDA0C0DCA]-worker)
> [    ] o.a.s.r.RestManager Registered ManagedResource impl
> org.apache.solr.rest.schema.analysis.ManagedSynonymFilterFactory$SynonymManager
> for path /schema/analysis/synonyms/english
>    [junit4]   2> 2971 INFO  (SUITE-SolrExampleEmbeddedTest-seed#[BD3CCB3FDA0C0DCA]-worker)
> [    ] o.a.s.s.IndexSchema Loaded schema example/1.6 with uniqueid field id
>    [junit4]   2> 2972 INFO  (SUITE-SolrExampleEmbeddedTest-seed#[BD3CCB3FDA0C0DCA]-worker)
> [    ] 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> 2972 INFO  (SUITE-SolrExampleEmbeddedTest-seed#[BD3CCB3FDA0C0DCA]-worker)
> [    ] 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> 3892 INFO  (SUITE-SolrExampleEmbeddedTest-seed#[BD3CCB3FDA0C0DCA]-worker)
> [    ] o.a.s.u.UpdateShardHandler Creating UpdateShardHandler HTTP client
> with params: socketTimeout=30000&connTimeout=30000&retry=true
>    [junit4]   2> 4486 WARN  (SUITE-SolrExampleEmbeddedTest-seed#[BD3CCB3FDA0C0DCA]-worker)
> [    ] o.a.s.m.r.SolrJmxReporter No serviceUrl or agentId was configured,
> using first MBeanServer.
>    [junit4]   2> 4563 INFO  (SUITE-SolrExampleEmbeddedTest-seed#[BD3CCB3FDA0C0DCA]-worker)
> [    ] o.a.s.m.r.SolrJmxReporter JMX monitoring enabled at server:
> com.sun.jmx.mbeanserver.JmxMBeanServer@49c48c5
>    [junit4]   2> 4563 WARN  (SUITE-SolrExampleEmbeddedTest-seed#[BD3CCB3FDA0C0DCA]-worker)
> [    ] o.a.s.m.r.SolrJmxReporter No serviceUrl or agentId was configured,
> using first MBeanServer.
>    [junit4]   2> 4565 INFO  (SUITE-SolrExampleEmbeddedTest-seed#[BD3CCB3FDA0C0DCA]-worker)
> [    ] o.a.s.m.r.SolrJmxReporter JMX monitoring enabled at server:
> com.sun.jmx.mbeanserver.JmxMBeanServer@49c48c5
>    [junit4]   2> 4566 WARN  (SUITE-SolrExampleEmbeddedTest-seed#[BD3CCB3FDA0C0DCA]-worker)
> [    ] o.a.s.m.r.SolrJmxReporter No serviceUrl or agentId was configured,
> using first MBeanServer.
>    [junit4]   2> 4566 INFO  (SUITE-SolrExampleEmbeddedTest-seed#[BD3CCB3FDA0C0DCA]-worker)
> [    ] o.a.s.m.r.SolrJmxReporter JMX monitoring enabled at server:
> com.sun.jmx.mbeanserver.JmxMBeanServer@49c48c5
>    [junit4]   2> 4979 WARN  (coreLoadExecutor-6-thread-1) [
> x:collection1] o.a.s.c.SolrConfig Couldn't add files from
> /export/home/jenkins/workspace/Lucene-Solr-6.x-
> Solaris/solr/build/solr-solrj/test/J0/temp/solr.client.solrj.embedded.
> SolrExampleEmbeddedTest_BD3CCB3FDA0C0DCA-001/tempDir-
> 001/collection1/../../../../contrib/extraction/lib filtered by .*\.jar to
> classpath: /export/home/jenkins/workspace/Lucene-Solr-6.x-
> Solaris/solr/build/solr-solrj/test/J0/temp/solr.client.solrj.embedded.
> SolrExampleEmbeddedTest_BD3CCB3FDA0C0DCA-001/tempDir-
> 001/collection1/../../../../contrib/extraction/lib
>    [junit4]   2> 4980 WARN  (coreLoadExecutor-6-thread-1) [
> x:collection1] o.a.s.c.SolrConfig Couldn't add files from
> /export/home/jenkins/workspace/Lucene-Solr-6.x-
> Solaris/solr/build/solr-solrj/test/J0/temp/solr.client.solrj.embedded.
> SolrExampleEmbeddedTest_BD3CCB3FDA0C0DCA-001/tempDir-
> 001/collection1/../../../../dist filtered by solr-cell-\d.*\.jar to
> classpath: /export/home/jenkins/workspace/Lucene-Solr-6.x-
> Solaris/solr/build/solr-solrj/test/J0/temp/solr.client.solrj.embedded.
> SolrExampleEmbeddedTest_BD3CCB3FDA0C0DCA-001/tempDir-
> 001/collection1/../../../../dist
>    [junit4]   2> 4981 WARN  (coreLoadExecutor-6-thread-1) [
> x:collection1] o.a.s.c.SolrConfig Couldn't add files from
> /export/home/jenkins/workspace/Lucene-Solr-6.x-
> Solaris/solr/build/solr-solrj/test/J0/temp/solr.client.solrj.embedded.
> SolrExampleEmbeddedTest_BD3CCB3FDA0C0DCA-001/tempDir-
> 001/collection1/../../../../contrib/clustering/lib filtered by .*\.jar to
> classpath: /export/home/jenkins/workspace/Lucene-Solr-6.x-
> Solaris/solr/build/solr-solrj/test/J0/temp/solr.client.solrj.embedded.
> SolrExampleEmbeddedTest_BD3CCB3FDA0C0DCA-001/tempDir-
> 001/collection1/../../../../contrib/clustering/lib
>    [junit4]   2> 4981 WARN  (coreLoadExecutor-6-thread-1) [
> x:collection1] o.a.s.c.SolrConfig Couldn't add files from
> /export/home/jenkins/workspace/Lucene-Solr-6.x-
> Solaris/solr/build/solr-solrj/test/J0/temp/solr.client.solrj.embedded.
> SolrExampleEmbeddedTest_BD3CCB3FDA0C0DCA-001/tempDir-
> 001/collection1/../../../../dist filtered by solr-clustering-\d.*\.jar to
> classpath: /export/home/jenkins/workspace/Lucene-Solr-6.x-
> Solaris/solr/build/solr-solrj/test/J0/temp/solr.client.solrj.embedded.
> SolrExampleEmbeddedTest_BD3CCB3FDA0C0DCA-001/tempDir-
> 001/collection1/../../../../dist
>    [junit4]   2> 4981 WARN  (coreLoadExecutor-6-thread-1) [
> x:collection1] o.a.s.c.SolrConfig Couldn't add files from
> /export/home/jenkins/workspace/Lucene-Solr-6.x-
> Solaris/solr/build/solr-solrj/test/J0/temp/solr.client.solrj.embedded.
> SolrExampleEmbeddedTest_BD3CCB3FDA0C0DCA-001/tempDir-
> 001/collection1/../../../../contrib/langid/lib filtered by .*\.jar to
> classpath: /export/home/jenkins/workspace/Lucene-Solr-6.x-
> Solaris/solr/build/solr-solrj/test/J0/temp/solr.client.solrj.embedded.
> SolrExampleEmbeddedTest_BD3CCB3FDA0C0DCA-001/tempDir-
> 001/collection1/../../../../contrib/langid/lib
>    [junit4]   2> 4982 WARN  (coreLoadExecutor-6-thread-1) [
> x:collection1] o.a.s.c.SolrConfig Couldn't add files from
> /export/home/jenkins/workspace/Lucene-Solr-6.x-
> Solaris/solr/build/solr-solrj/test/J0/temp/solr.client.solrj.embedded.
> SolrExampleEmbeddedTest_BD3CCB3FDA0C0DCA-001/tempDir-
> 001/collection1/../../../../dist filtered by solr-langid-\d.*\.jar to
> classpath: /export/home/jenkins/workspace/Lucene-Solr-6.x-
> Solaris/solr/build/solr-solrj/test/J0/temp/solr.client.solrj.embedded.
> SolrExampleEmbeddedTest_BD3CCB3FDA0C0DCA-001/tempDir-
> 001/collection1/../../../../dist
>    [junit4]   2> 4982 WARN  (coreLoadExecutor-6-thread-1) [
> x:collection1] o.a.s.c.SolrConfig Couldn't add files from
> /export/home/jenkins/workspace/Lucene-Solr-6.x-
> Solaris/solr/build/solr-solrj/test/J0/temp/solr.client.solrj.embedded.
> SolrExampleEmbeddedTest_BD3CCB3FDA0C0DCA-001/tempDir-
> 001/collection1/../../../../contrib/ltr/lib filtered by .*\.jar to
> classpath: /export/home/jenkins/workspace/Lucene-Solr-6.x-
> Solaris/solr/build/solr-solrj/test/J0/temp/solr.client.solrj.embedded.
> SolrExampleEmbeddedTest_BD3CCB3FDA0C0DCA-001/tempDir-
> 001/collection1/../../../../contrib/ltr/lib
>    [junit4]   2> 4982 WARN  (coreLoadExecutor-6-thread-1) [
> x:collection1] o.a.s.c.SolrConfig Couldn't add files from
> /export/home/jenkins/workspace/Lucene-Solr-6.x-
> Solaris/solr/build/solr-solrj/test/J0/temp/solr.client.solrj.embedded.
> SolrExampleEmbeddedTest_BD3CCB3FDA0C0DCA-001/tempDir-
> 001/collection1/../../../../dist filtered by solr-ltr-\d.*\.jar to
> classpath: /export/home/jenkins/workspace/Lucene-Solr-6.x-
> Solaris/solr/build/solr-solrj/test/J0/temp/solr.client.solrj.embedded.
> SolrExampleEmbeddedTest_BD3CCB3FDA0C0DCA-001/tempDir-
> 001/collection1/../../../../dist
>    [junit4]   2> 4983 WARN  (coreLoadExecutor-6-thread-1) [
> x:collection1] o.a.s.c.SolrConfig Couldn't add files from
> /export/home/jenkins/workspace/Lucene-Solr-6.x-
> Solaris/solr/build/solr-solrj/test/J0/temp/solr.client.solrj.embedded.
> SolrExampleEmbeddedTest_BD3CCB3FDA0C0DCA-001/tempDir-
> 001/collection1/../../../../contrib/velocity/lib filtered by .*\.jar to
> classpath: /export/home/jenkins/workspace/Lucene-Solr-6.x-
> Solaris/solr/build/solr-solrj/test/J0/temp/solr.client.solrj.embedded.
> SolrExampleEmbeddedTest_BD3CCB3FDA0C0DCA-001/tempDir-
> 001/collection1/../../../../contrib/velocity/lib
>    [junit4]   2> 4983 WARN  (coreLoadExecutor-6-thread-1) [
> x:collection1] o.a.s.c.SolrConfig Couldn't add files from
> /export/home/jenkins/workspace/Lucene-Solr-6.x-
> Solaris/solr/build/solr-solrj/test/J0/temp/solr.client.solrj.embedded.
> SolrExampleEmbeddedTest_BD3CCB3FDA0C0DCA-001/tempDir-
> 001/collection1/../../../../dist filtered by solr-velocity-\d.*\.jar to
> classpath: /export/home/jenkins/workspace/Lucene-Solr-6.x-
> Solaris/solr/build/solr-solrj/test/J0/temp/solr.client.solrj.embedded.
> SolrExampleEmbeddedTest_BD3CCB3FDA0C0DCA-001/tempDir-
> 001/collection1/../../../../dist
>    [junit4]   2> 5011 INFO  (coreLoadExecutor-6-thread-1) [
> x:collection1] o.a.s.u.SolrIndexConfig IndexWriter infoStream solr logging
> is enabled
>    [junit4]   2> 5013 INFO  (coreLoadExecutor-6-thread-1) [
> x:collection1] o.a.s.c.SolrConfig Using Lucene MatchVersion: 6.5.0
>    [junit4]   2> 5070 INFO  (coreLoadExecutor-6-thread-1) [
> x:collection1] o.a.s.s.IndexSchema [collection1] Schema name=example
>    [junit4]   2> 5566 INFO  (coreLoadExecutor-6-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> 5567 INFO  (coreLoadExecutor-6-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> 5569 INFO  (coreLoadExecutor-6-thread-1) [
> x:collection1] o.a.s.s.IndexSchema Loaded schema example/1.6 with uniqueid
> field id
>    [junit4]   2> 5570 INFO  (coreLoadExecutor-6-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> 5570 INFO  (coreLoadExecutor-6-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> 5670 INFO  (coreLoadExecutor-6-thread-1) [
> x:collection1] o.a.s.c.CoreContainer Creating SolrCore 'collection1' using
> configuration from instancedir /export/home/jenkins/
> workspace/Lucene-Solr-6.x-Solaris/solr/build/solr-solrj/
> test/J0/temp/solr.client.solrj.embedded.SolrExampleEmbeddedTest_
> BD3CCB3FDA0C0DCA-001/tempDir-001/collection1
>    [junit4]   2> 5781 WARN  (coreLoadExecutor-6-thread-1) [
> x:collection1] o.a.s.m.r.SolrJmxReporter No serviceUrl or agentId was
> configured, using first MBeanServer.
>    [junit4]   2> 5781 INFO  (coreLoadExecutor-6-thread-1) [
> x:collection1] o.a.s.m.r.SolrJmxReporter JMX monitoring enabled at server:
> com.sun.jmx.mbeanserver.JmxMBeanServer@49c48c5
>    [junit4]   2> 5802 INFO  (coreLoadExecutor-6-thread-1) [
> x:collection1] o.a.s.c.SolrCore solr.RecoveryStrategy.Builder
>    [junit4]   2> 5811 INFO  (coreLoadExecutor-6-thread-1) [
> x:collection1] o.a.s.c.SolrCore [[collection1] ] Opening new SolrCore at
> [/export/home/jenkins/workspace/Lucene-Solr-6.x-
> Solaris/solr/build/solr-solrj/test/J0/temp/solr.client.solrj.embedded.
> SolrExampleEmbeddedTest_BD3CCB3FDA0C0DCA-001/tempDir-001/collection1],
> dataDir=[/export/home/jenkins/workspace/Lucene-Solr-6.x-
> Solaris/solr/build/solr-solrj/test/J0/temp/solr.client.solrj.embedded.
> SolrExampleEmbeddedTest_BD3CCB3FDA0C0DCA-001/init-core-data-001/]
>    [junit4]   2> 5827 INFO  (coreLoadExecutor-6-thread-1) [
> x:collection1] o.a.s.c.JmxMonitoredMap JMX monitoring is enabled. Adding
> Solr mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@49c48c5
>    [junit4]   2> 6080 INFO  (coreLoadExecutor-6-thread-1) [
> x:collection1] o.a.s.u.LoggingInfoStream [IFD][coreLoadExecutor-6-thread-1]:
> init: current segments file is "segments"; deletionPolicy=org.apache.
> solr.core.IndexDeletionPolicyWrapper@5c70e9af
>    [junit4]   2> 6083 INFO  (coreLoadExecutor-6-thread-1) [
> x:collection1] o.a.s.u.LoggingInfoStream [IFD][coreLoadExecutor-6-thread-1]:
> delete []
>    [junit4]   2> 6083 INFO  (coreLoadExecutor-6-thread-1) [
> x:collection1] o.a.s.u.LoggingInfoStream [IFD][coreLoadExecutor-6-thread-1]:
> now checkpoint "" [0 segments ; isCommit = false]
>    [junit4]   2> 6083 INFO  (coreLoadExecutor-6-thread-1) [
> x:collection1] o.a.s.u.LoggingInfoStream [IFD][coreLoadExecutor-6-thread-1]:
> delete []
>    [junit4]   2> 6083 INFO  (coreLoadExecutor-6-thread-1) [
> x:collection1] o.a.s.u.LoggingInfoStream [IFD][coreLoadExecutor-6-thread-1]:
> 0 msec to checkpoint
>    [junit4]   2> 6083 INFO  (coreLoadExecutor-6-thread-1) [
> x:collection1] o.a.s.u.LoggingInfoStream [IW][coreLoadExecutor-6-thread-1]:
> init: create=true
>    [junit4]   2> 6084 INFO  (coreLoadExecutor-6-thread-1) [
> x:collection1] o.a.s.u.LoggingInfoStream [IW][coreLoadExecutor-6-
> thread-1]:
>    [junit4]   2> dir=MockDirectoryWrapper(RAMDirectory@6faf687b
> lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@28d3c0a6)
>    [junit4]   2> index=
>    [junit4]   2> version=6.5.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=Lucene62
>    [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@6a10c477
>    [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@503d1c96
>    [junit4]   2>
>    [junit4]   2> 6111 INFO  (coreLoadExecutor-6-thread-1) [
> x:collection1] o.a.s.u.LoggingInfoStream [IW][coreLoadExecutor-6-thread-1]:
> MMapDirectory.UNMAP_SUPPORTED=true
>    [junit4]   2> 6111 INFO  (coreLoadExecutor-6-thread-1) [
> x:collection1] o.a.s.u.LoggingInfoStream [IW][coreLoadExecutor-6-thread-1]:
> now flush at close
>    [junit4]   2> 6111 INFO  (coreLoadExecutor-6-thread-1) [
> x:collection1] o.a.s.u.LoggingInfoStream [IW][coreLoadExecutor-6-thread-1]:
>  start flush: applyAllDeletes=true
>    [junit4]   2> 6112 INFO  (coreLoadExecutor-6-thread-1) [
> x:collection1] o.a.s.u.LoggingInfoStream [IW][coreLoadExecutor-6-thread-1]:
>  index before flush
>    [junit4]   2> 6112 INFO  (coreLoadExecutor-6-thread-1) [
> x:collection1] o.a.s.u.LoggingInfoStream [DW][coreLoadExecutor-6-thread-1]:
> startFullFlush
>    [junit4]   2> 6113 INFO  (coreLoadExecutor-6-thread-1) [
> x:collection1] o.a.s.u.LoggingInfoStream [DW][coreLoadExecutor-6-thread-1]:
> coreLoadExecutor-6-thread-1 finishFullFlush success=true
>    [junit4]   2> 6113 INFO  (coreLoadExecutor-6-thread-1) [
> x:collection1] o.a.s.u.LoggingInfoStream [IW][coreLoadExecutor-6-thread-1]:
> apply all deletes during flush
>    [junit4]   2> 6113 INFO  (coreLoadExecutor-6-thread-1) [
> x:collection1] o.a.s.u.LoggingInfoStream [IW][coreLoadExecutor-6-thread-1]:
> now apply all deletes for all segments maxDoc=0
>    [junit4]   2> 6117 INFO  (coreLoadExecutor-6-thread-1) [
> x:collection1] o.a.s.u.LoggingInfoStream [BD][coreLoadExecutor-6-thread-1]:
> prune sis=segments:  minGen=9223372036854775807 packetCount=0
>    [junit4]   2> 6120 INFO  (coreLoadExecutor-6-thread-1) [
> x:collection1] o.a.s.u.LoggingInfoStream [MS][coreLoadExecutor-6-thread-1]:
> initDynamicDefaults spins=true maxThreadCount=1 maxMergeCount=6
>    [junit4]   2> 6122 INFO  (coreLoadExecutor-6-thread-1) [
> x:collection1] o.a.s.u.LoggingInfoStream [MS][coreLoadExecutor-6-thread-1]:
> updateMergeThreads ioThrottle=true targetMBPerSec=10240.0 MB/sec
>    [junit4]   2> 6122 INFO  (coreLoadExecutor-6-thread-1) [
> x:collection1] o.a.s.u.LoggingInfoStream [MS][coreLoadExecutor-6-thread-1]:
> now merge
>    [junit4]   2> 6122 INFO  (coreLoadExecutor-6-thread-1) [
> x:collection1] o.a.s.u.LoggingInfoStream [MS][coreLoadExecutor-6-thread-1]:
>  index:
>    [junit4]   2> 6122 INFO  (coreLoadExecutor-6-thread-1) [
> x:collection1] o.a.s.u.LoggingInfoStream [MS][coreLoadExecutor-6-thread-1]:
>  no more merges pending; now return
>    [junit4]   2> 6122 INFO  (coreLoadExecutor-6-thread-1) [
> x:collection1] o.a.s.u.LoggingInfoStream [IW][coreLoadExecutor-6-thread-1]:
> waitForMerges
>    [junit4]   2> 6123 INFO  (coreLoadExecutor-6-thread-1) [
> x:collection1] o.a.s.u.LoggingInfoStream [IW][coreLoadExecutor-6-thread-1]:
> waitForMerges done
>    [junit4]   2> 6123 INFO  (coreLoadExecutor-6-thread-1) [
> x:collection1] o.a.s.u.LoggingInfoStream [IW][coreLoadExecutor-6-thread-1]:
> commit: start
>    [junit4]   2> 6123 INFO  (coreLoadExecutor-6-thread-1) [
> x:collection1] o.a.s.u.LoggingInfoStream [IW][coreLoadExecutor-6-thread-1]:
> commit: enter lock
>    [junit4]   2> 6124 INFO  (coreLoadExecutor-6-thread-1) [
> x:collection1] o.a.s.u.LoggingInfoStream [IW][coreLoadExecutor-6-thread-1]:
> commit: now prepare
>    [junit4]   2> 6124 INFO  (coreLoadExecutor-6-thread-1) [
> x:collection1] o.a.s.u.LoggingInfoStream [IW][coreLoadExecutor-6-thread-1]:
> prepareCommit: flush
>    [junit4]   2> 6124 INFO  (coreLoadExecutor-6-thread-1) [
> x:collection1] o.a.s.u.LoggingInfoStream [IW][coreLoadExecutor-6-thread-1]:
>  index before flush
>    [junit4]   2> 6124 INFO  (coreLoadExecutor-6-thread-1) [
> x:collection1] o.a.s.u.LoggingInfoStream [DW][coreLoadExecutor-6-thread-1]:
> startFullFlush
>    [junit4]   2> 6125 INFO  (coreLoadExecutor-6-thread-1) [
> x:collection1] o.a.s.u.LoggingInfoStream [IW][coreLoadExecutor-6-thread-1]:
> apply all deletes during flush
>    [junit4]   2> 6125 INFO  (coreLoadExecutor-6-thread-1) [
> x:collection1] o.a.s.u.LoggingInfoStream [IW][coreLoadExecutor-6-thread-1]:
> now apply all deletes for all segments maxDoc=0
>    [junit4]   2> 6125 INFO  (coreLoadExecutor-6-thread-1) [
> x:collection1] o.a.s.u.LoggingInfoStream [BD][coreLoadExecutor-6-thread-1]:
> prune sis=segments:  minGen=9223372036854775807 packetCount=0
>    [junit4]   2> 6125 INFO  (coreLoadExecutor-6-thread-1) [
> x:collection1] o.a.s.u.LoggingInfoStream [DW][coreLoadExecutor-6-thread-1]:
> coreLoadExecutor-6-thread-1 finishFullFlush success=true
>    [junit4]   2> 6125 INFO  (coreLoadExecutor-6-thread-1) [
> x:collection1] o.a.s.u.LoggingInfoStream [IW][coreLoadExecutor-6-thread-1]:
> startCommit(): start
>    [junit4]   2> 6125 INFO  (coreLoadExecutor-6-thread-1) [
> x:collection1] o.a.s.u.LoggingInfoStream [IW][coreLoadExecutor-6-thread-1]:
> startCommit index= changeCount=2
>    [junit4]   2> 6134 INFO  (coreLoadExecutor-6-thread-1) [
> x:collection1] o.a.s.u.LoggingInfoStream [IW][coreLoadExecutor-6-thread-1]:
> startCommit: wrote pending segments file "pending_segments_1"
>    [junit4]   2> 6134 INFO  (coreLoadExecutor-6-thread-1) [
> x:collection1] o.a.s.u.LoggingInfoStream [IW][coreLoadExecutor-6-thread-1]:
> done all syncs: []
>    [junit4]   2> 6135 INFO  (coreLoadExecutor-6-thread-1) [
> x:collection1] o.a.s.u.LoggingInfoStream [IW][coreLoadExecutor-6-thread-1]:
> commit: pendingCommit != null
>    [junit4]   2> 6135 INFO  (coreLoadExecutor-6-thread-1) [
> x:collection1] o.a.s.u.LoggingInfoStream [IW][coreLoadExecutor-6-thread-1]:
> commit: done writing segments file "segments_1"
>    [junit4]   2> 6135 INFO  (coreLoadExecutor-6-thread-1) [
> x:collection1] o.a.s.u.LoggingInfoStream [IFD][coreLoadExecutor-6-thread-1]:
> now checkpoint "" [0 segments ; isCommit = true]
>    [junit4]   2> 6144 INFO  (coreLoadExecutor-6-thread-1) [
> x:collection1] o.a.s.u.LoggingInfoStream [IFD][coreLoadExecutor-6-thread-1]:
> 9 msec to checkpoint
>    [junit4]   2> 6145 INFO  (coreLoadExecutor-6-thread-1) [
> x:collection1] o.a.s.u.LoggingInfoStream [IFD][coreLoadExecutor-6-thread-1]:
> delete []
>    [junit4]   2> 6145 INFO  (coreLoadExecutor-6-thread-1) [
> x:collection1] o.a.s.u.LoggingInfoStream [IW][coreLoadExecutor-6-thread-1]:
> commit: took 21.2 msec
>    [junit4]   2> 6145 INFO  (coreLoadExecutor-6-thread-1) [
> x:collection1] o.a.s.u.LoggingInfoStream [IW][coreLoadExecutor-6-thread-1]:
> commit: done
>    [junit4]   2> 6149 INFO  (coreLoadExecutor-6-thread-1) [
> x:collection1] o.a.s.u.LoggingInfoStream [IW][coreLoadExecutor-6-thread-1]:
> rollback
>    [junit4]   2> 6150 INFO  (coreLoadExecutor-6-thread-1) [
> x:collection1] o.a.s.u.LoggingInfoStream [IW][coreLoadExecutor-6-thread-1]:
> all running merges have aborted
>    [junit4]   2> 6150 INFO  (coreLoadExecutor-6-thread-1) [
> x:collection1] o.a.s.u.LoggingInfoStream [IW][coreLoadExecutor-6-thread-1]:
> rollback: done finish merges
>    [junit4]   2> 6151 INFO  (coreLoadExecutor-6-thread-1) [
> x:collection1] o.a.s.u.LoggingInfoStream [DW][coreLoadExecutor-6-thread-1]:
> abort
>    [junit4]   2> 6151 INFO  (coreLoadExecutor-6-thread-1) [
> x:collection1] o.a.s.u.LoggingInfoStream [DW][coreLoadExecutor-6-thread-1]:
> done abort success=true
>    [junit4]   2> 6151 INFO  (coreLoadExecutor-6-thread-1) [
> x:collection1] o.a.s.u.LoggingInfoStream [IW][coreLoadExecutor-6-thread-1]:
> rollback: infos=
>    [junit4]   2> 6151 INFO  (coreLoadExecutor-6-thread-1) [
> x:collection1] o.a.s.u.LoggingInfoStream [IFD][coreLoadExecutor-6-thread-1]:
> now checkpoint "" [0 segments ; isCommit = false]
>    [junit4]   2> 6151 INFO  (coreLoadExecutor-6-thread-1) [
> x:collection1] o.a.s.u.LoggingInfoStream [IFD][coreLoadExecutor-6-thread-1]:
> delete []
>    [junit4]   2> 6151 INFO  (coreLoadExecutor-6-thread-1) [
> x:collection1] o.a.s.u.LoggingInfoStream [IFD][coreLoadExecutor-6-thread-1]:
> 0 msec to checkpoint
>    [junit4]   2> 6151 INFO  (coreLoadExecutor-6-thread-1) [
> x:collection1] o.a.s.u.LoggingInfoStream [IFD][coreLoadExecutor-6-thread-1]:
> delete []
>    [junit4]   2> 6179 INFO  (coreLoadExecutor-6-thread-1) [
> x:collection1] o.a.s.r.XSLTResponseWriter xsltCacheLifetimeSeconds=5
>    [junit4]   2> 8211 INFO  (coreLoadExecutor-6-thread-1) [
> x:collection1] o.a.s.u.UpdateHandler Using UpdateLog implementation:
> org.apache.solr.update.UpdateLog
>    [junit4]   2> 8211 INFO  (coreLoadExecutor-6-thread-1) [
> x:collection1] o.a.s.u.UpdateLog Initializing UpdateLog: dataDir=
> defaultSyncLevel=FLUSH numRecordsToKeep=100 maxNumLogsToKeep=10
> numVersionBuckets=65536
>    [junit4]   2> 8245 INFO  (coreLoadExecutor-6-thread-1) [
> x:collection1] o.a.s.u.CommitTracker Hard AutoCommit: if uncommited for
> 15000ms;
>    [junit4]   2> 8245 INFO  (coreLoadExecutor-6-thread-1) [
> x:collection1] o.a.s.u.CommitTracker Soft AutoCommit: disabled
>    [junit4]   2> 8260 INFO  (coreLoadExecutor-6-thread-1) [
> x:collection1] o.a.s.u.LoggingInfoStream [IFD][coreLoadExecutor-6-thread-1]:
> init: current segments file is "segments_1"; deletionPolicy=org.apache.
> solr.core.IndexDeletionPolicyWrapper@5c70e9af
>    [junit4]   2> 8260 INFO  (coreLoadExecutor-6-thread-1) [
> x:collection1] o.a.s.u.LoggingInfoStream [IFD][coreLoadExecutor-6-thread-1]:
> init: load commit "segments_1"
>    [junit4]   2> 8264 INFO  (coreLoadExecutor-6-thread-1) [
> x:collection1] o.a.s.u.LoggingInfoStream [IFD][coreLoadExecutor-6-thread-1]:
> delete []
>    [junit4]   2> 8264 INFO  (coreLoadExecutor-6-thread-1) [
> x:collection1] o.a.s.u.LoggingInfoStream [IFD][coreLoadExecutor-6-thread-1]:
> now checkpoint "" [0 segments ; isCommit = false]
>    [junit4]   2> 8264 INFO  (coreLoadExecutor-6-thread-1) [
> x:collection1] o.a.s.u.LoggingInfoStream [IFD][coreLoadExecutor-6-thread-1]:
> delete []
>    [junit4]   2> 8264 INFO  (coreLoadExecutor-6-thread-1) [
> x:collection1] o.a.s.u.LoggingInfoStream [IFD][coreLoadExecutor-6-thread-1]:
> 0 msec to checkpoint
>    [junit4]   2> 8265 INFO  (coreLoadExecutor-6-thread-1) [
> x:collection1] o.a.s.u.LoggingInfoStream [IW][coreLoadExecutor-6-thread-1]:
> init: create=false
>    [junit4]   2> 8265 INFO  (coreLoadExecutor-6-thread-1) [
> x:collection1] o.a.s.u.LoggingInfoStream [IW][coreLoadExecutor-6-
> thread-1]:
>    [junit4]   2> dir=MockDirectoryWrapper(RAMDirectory@6faf687b
> lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@28d3c0a6)
>    [junit4]   2> index=
>    [junit4]   2> version=6.5.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=Lucene62
>    [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@184beb64
>    [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@741ca8bb
>    [junit4]   2>
>    [junit4]   2> 8265 INFO  (coreLoadExecutor-6-thread-1) [
> x:collection1] o.a.s.u.LoggingInfoStream [IW][coreLoadExecutor-6-thread-1]:
> MMapDirectory.UNMAP_SUPPORTED=true
>    [junit4]   2> 8268 INFO  (coreLoadExecutor-6-thread-1) [
> x:collection1] o.a.s.u.LoggingInfoStream [IW][coreLoadExecutor-6-thread-1]:
> flush at getReader
>    [junit4]   2> 8269 INFO  (coreLoadExecutor-6-thread-1) [
> x:collection1] o.a.s.u.LoggingInfoStream [DW][coreLoadExecutor-6-thread-1]:
> startFullFlush
>    [junit4]   2> 8269 INFO  (coreLoadExecutor-6-thread-1) [
> x:collection1] o.a.s.u.LoggingInfoStream [IW][coreLoadExecutor-6-thread-1]:
> apply all deletes during flush
>    [junit4]   2> 8269 INFO  (coreLoadExecutor-6-thread-1) [
> x:collection1] o.a.s.u.LoggingInfoStream [IW][coreLoadExecutor-6-thread-1]:
> now apply all deletes for all segments maxDoc=0
>    [junit4]   2> 8269 INFO  (coreLoadExecutor-6-thread-1) [
> x:collection1] o.a.s.u.LoggingInfoStream [BD][coreLoadExecutor-6-thread-1]:
> prune sis=segments_1:  minGen=9223372036854775807 packetCount=0
>    [junit4]   2> 8279 INFO  (coreLoadExecutor-6-thread-1) [
> x:collection1] o.a.s.u.LoggingInfoStream [IW][coreLoadExecutor-6-thread-1]:
> incRefDeleter for NRT reader version=2 segments=
>    [junit4]   2> 8280 INFO  (coreLoadExecutor-6-thread-1) [
> x:collection1] o.a.s.u.LoggingInfoStream [IW][coreLoadExecutor-6-thread-1]:
> return reader version=2 reader=StandardDirectoryReader(segments_1:2:nrt)
>    [junit4]   2> 8280 INFO  (coreLoadExecutor-6-thread-1) [
> x:collection1] o.a.s.u.LoggingInfoStream [DW][coreLoadExecutor-6-thread-1]:
> coreLoadExecutor-6-thread-1 finishFullFlush success=true
>    [junit4]   2> 8280 INFO  (coreLoadExecutor-6-thread-1) [
> x:collection1] o.a.s.u.LoggingInfoStream [IW][coreLoadExecutor-6-thread-1]:
> getReader took 12 msec
>    [junit4]   2> 8343 INFO  (coreLoadExecutor-6-thread-1) [
> x:collection1] o.a.s.s.SolrIndexSearcher Opening [Searcher@66bd9545[collection1]
> main]
>    [junit4]   2> 8393 INFO  (coreLoadExecutor-6-thread-1) [
> x:collection1] o.a.s.r.ManagedResourceStorage File-based storage
> initialized to use dir: /export/home/jenkins/workspace/Lucene-Solr-6.x-
> Solaris/solr/build/solr-solrj/test/J0/temp/solr.client.solrj.embedded.
> SolrExampleEmbeddedTest_BD3CCB3FDA0C0DCA-001/tempDir-001/collection1/conf
>    [junit4]   2> 8406 INFO  (coreLoadExecutor-6-thread-1) [
> x:collection1] o.a.s.r.ManagedResourceStorage Loaded LinkedHashMap at path
> _rest_managed.json using file:dir=/export/home/jenkins/
> workspace/Lucene-Solr-6.x-Solaris/solr/build/solr-solrj/
> test/J0/temp/solr.client.solrj.embedded.SolrExampleEmbeddedTest_
> BD3CCB3FDA0C0DCA-001/tempDir-001/collection1/conf
>    [junit4]   2> 8407 INFO  (coreLoadExecutor-6-thread-1) [
> x:collection1] o.a.s.r.ManagedResource Loaded initArgs {} for /rest/managed
>    [junit4]   2> 8408 INFO  (coreLoadExecutor-6-thread-1) [
> x:collection1] o.a.s.r.ManagedResourceStorage Loaded LinkedHashMap at path
> _schema_analysis_stopwords_english.json using
> file:dir=/export/home/jenkins/workspace/Lucene-Solr-6.x-
> Solaris/solr/build/solr-solrj/test/J0/temp/solr.client.solrj.embedded.
> SolrExampleEmbeddedTest_BD3CCB3FDA0C0DCA-001/tempDir-001/collection1/conf
>    [junit4]   2> 8408 INFO  (coreLoadExecutor-6-thread-1) [
> x:collection1] o.a.s.r.ManagedResource Loaded initArgs {ignoreCase=true}
> for /schema/analysis/stopwords/english
>    [junit4]   2> 8416 INFO  (coreLoadExecutor-6-thread-1) [
> x:collection1] o.a.s.r.s.a.ManagedWordSetResource Loaded 35 words for
> /schema/analysis/stopwords/english
>    [junit4]   2> 8417 INFO  (coreLoadExecutor-6-thread-1) [
> x:collection1] o.a.s.r.ManagedResource Notified 2 observers of
> /schema/analysis/stopwords/english
>    [junit4]   2> 8443 INFO  (coreLoadExecutor-6-thread-1) [
> x:collection1] o.a.s.r.ManagedResourceStorage Loaded LinkedHashMap at path
> _schema_analysis_synonyms_english.json using
> file:dir=/export/home/jenkins/workspace/Lucene-Solr-6.x-
> Solaris/solr/build/solr-solrj/test/J0/temp/solr.client.solrj.embedded.
> SolrExampleEmbeddedTest_BD3CCB3FDA0C0DCA-001/tempDir-001/collection1/conf
>    [junit4]   2> 8443 INFO  (coreLoadExecutor-6-thread-1) [
> x:collection1] o.a.s.r.ManagedResource Loaded initArgs
> {ignoreCase=true,format=solr} for /schema/analysis/synonyms/english
>    [junit4]   2> 8464 INFO  (coreLoadExecutor-6-thread-1) [
> x:collection1] o.a.s.r.s.a.ManagedSynonymFilterFactory Loaded 3 synonym
> mappings for /schema/analysis/synonyms/english
>    [junit4]   2> 8470 INFO  (coreLoadExecutor-6-thread-1) [
> x:collection1] o.a.s.r.ManagedResource Notified 2 observers of
> /schema/analysis/synonyms/english
>    [junit4]   2> 8513 INFO  (coreLoadExecutor-6-thread-1) [
> x:collection1] o.a.s.h.c.SpellCheckComponent Initializing spell checkers
>    [junit4]   2> 8540 INFO  (coreLoadExecutor-6-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> 8580 INFO  (coreLoadExecutor-6-thread-1) [
> x:collection1] o.a.s.h.c.SuggestComponent Initializing SuggestComponent
>    [junit4]   2> 8594 INFO  (coreLoadExecutor-6-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> 8759 INFO  (coreLoadExecutor-6-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> 8772 INFO  (coreLoadExecutor-6-thread-1) [
> x:collection1] o.a.s.h.c.QueryElevationComponent Loading QueryElevation
> from: /export/home/jenkins/workspace/Lucene-Solr-6.x-
> Solaris/solr/build/solr-solrj/test/J0/temp/solr.client.solrj.embedded.
> SolrExampleEmbeddedTest_BD3CCB3FDA0C0DCA-001/tempDir-
> 001/collection1/conf/elevate.xml
>    [junit4]   2> 8814 INFO  (coreLoadExecutor-6-thread-1) [
> x:collection1] o.a.s.h.ReplicationHandler Commits will be reserved for
> 10000
>    [junit4]   2> 8932 INFO  (searcherExecutor-7-thread-1-processing-x:collection1)
> [    x:collection1] o.a.s.c.QuerySenderListener QuerySenderListener sending
> requests to Searcher@66bd9545[collection1] main{ExitableDirectoryReader(
> UninvertingDirectoryReader())}
>    [junit4]   2> 9120 INFO  (coreLoadExecutor-6-thread-1) [
> x:collection1] o.a.s.u.UpdateLog Could not find max version in index or
> recent updates, using new clock 1562059482455867392
>    [junit4]   2> 9172 INFO  (SUITE-SolrExampleEmbeddedTest-seed#[BD3CCB3FDA0C0DCA]-worker)
> [    ] o.a.s.SolrTestCaseJ4 ####initCore end
>    [junit4]   2> 9225 INFO  (TEST-SolrExampleEmbeddedTest.
> testUpdateRequestWithParameters-seed#[BD3CCB3FDA0C0DCA]) [    ]
> o.a.s.SolrTestCaseJ4 ###Starting testUpdateRequestWithParameters
>    [junit4]   2> 9330 INFO  (searcherExecutor-7-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=384
>    [junit4]   2> 9333 INFO  (searcherExecutor-7-thread-1-processing-x:collection1)
> [    x:collection1] o.a.s.c.QuerySenderListener QuerySenderListener done.
>    [junit4]   2> 9334 INFO  (searcherExecutor-7-thread-1-processing-x:collection1)
> [    x:collection1] o.a.s.h.c.SpellCheckComponent Loading spell index for
> spellchecker: default
>    [junit4]   2> 9334 INFO  (searcherExecutor-7-thread-1-processing-x:collection1)
> [    x:collection1] o.a.s.h.c.SpellCheckComponent Loading spell index for
> spellchecker: wordbreak
>    [junit4]   2> 9340 INFO  (searcherExecutor-7-thread-1-processing-x:collection1)
> [    x:collection1] o.a.s.c.SolrCore [collection1] Registered new searcher
> Searcher@66bd9545[collection1] main{ExitableDirectoryReader(
> UninvertingDirectoryReader())}
>    [junit4]   2> 9457 INFO  (TEST-SolrExampleEmbeddedTest.
> testUpdateRequestWithParameters-seed#[BD3CCB3FDA0C0DCA]) [    ]
> o.a.s.u.LoggingInfoStream [DW][TEST-SolrExampleEmbeddedTest.
> testUpdateRequestWithParameters-seed#[BD3CCB3FDA0C0DCA]]: anyChanges?
> numDocsInRam=0 deletes=true hasTickets:false pendingChangesInFullFlush:
> false
>    [junit4]   2> 9457 INFO  (TEST-SolrExampleEmbeddedTest.
> testUpdateRequestWithParameters-seed#[BD3CCB3FDA0C0DCA]) [    ]
> o.a.s.u.LoggingInfoStream [DW][TEST-SolrExampleEmbeddedTest.
> testUpdateRequestWithParameters-seed#[BD3CCB3FDA0C0DCA]]: anyChanges?
> numDocsInRam=0 deletes=true hasTickets:false pendingChangesInFullFlush:
> false
>    [junit4]   2> 9457 INFO  (TEST-SolrExampleEmbeddedTest.
> testUpdateRequestWithParameters-seed#[BD3CCB3FDA0C0DCA]) [    ]
> o.a.s.u.LoggingInfoStream [IW][TEST-SolrExampleEmbeddedTest.
> testUpdateRequestWithParameters-seed#[BD3CCB3FDA0C0DCA]]: nrtIsCurrent:
> infoVersion matches: true; DW changes: true; BD changes: false
>    [junit4]   2> 9458 INFO  (TEST-SolrExampleEmbeddedTest.
> testUpdateRequestWithParameters-seed#[BD3CCB3FDA0C0DCA]) [    ]
> o.a.s.u.LoggingInfoStream [IW][TEST-SolrExampleEmbeddedTest.
> testUpdateRequestWithParameters-seed#[BD3CCB3FDA0C0DCA]]: flush at
> getReader
>    [junit4]   2> 9458 INFO  (TEST-SolrExampleEmbeddedTest.
> testUpdateRequestWithParameters-seed#[BD3CCB3FDA0C0DCA]) [    ]
> o.a.s.u.LoggingInfoStream [DW][TEST-SolrExampleEmbeddedTest.
> testUpdateRequestWithParameters-seed#[BD3CCB3FDA0C0DCA]]: startFullFlush
>    [junit4]   2> 9458 INFO  (TEST-SolrExampleEmbeddedTest.
> testUpdateRequestWithParameters-seed#[BD3CCB3FDA0C0DCA]) [    ]
> o.a.s.u.LoggingInfoStream [DW][TEST-SolrExampleEmbeddedTest.
> testUpdateRequestWithParameters-seed#[BD3CCB3FDA0C0DCA]]: anyChanges?
> numDocsInRam=0 deletes=true hasTickets:false pendingChangesInFullFlush:
> false
>    [junit4]   2> 9458 INFO  (TEST-SolrExampleEmbeddedTest.
> testUpdateRequestWithParameters-seed#[BD3CCB3FDA0C0DCA]) [    ]
> o.a.s.u.LoggingInfoStream [DW][TEST-SolrExampleEmbeddedTest.
> testUpdateRequestWithParameters-seed#[BD3CCB3FDA0C0DCA]]:
> TEST-SolrExampleEmbeddedTest.testUpdateRequestWithParameters-seed#[BD3CCB3FDA0C0DCA]:
> flush naked frozen global deletes
>    [junit4]   2> 9475 INFO  (TEST-SolrExampleEmbeddedTest.
> testUpdateRequestWithParameters-seed#[BD3CCB3FDA0C0DCA]) [    ]
> o.a.s.u.LoggingInfoStream [BD][TEST-SolrExampleEmbeddedTest.
> testUpdateRequestWithParameters-seed#[BD3CCB3FDA0C0DCA]]: push deletes  1
> deleted queries bytesUsed=100 segmentPrivate?=false delGen=2 packetCount=1
> totBytesUsed=100
>    [junit4]   2> 9476 INFO  (TEST-SolrExampleEmbeddedTest.
> testUpdateRequestWithParameters-seed#[BD3CCB3FDA0C0DCA]) [    ]
> o.a.s.u.LoggingInfoStream [DW][TEST-SolrExampleEmbeddedTest.
> testUpdateRequestWithParameters-seed#[BD3CCB3FDA0C0DCA]]: flush: push
> buffered updates:  1 deleted queries bytesUsed=100
>    [junit4]   2> 9476 INFO  (TEST-SolrExampleEmbeddedTest.
> testUpdateRequestWithParameters-seed#[BD3CCB3FDA0C0DCA]) [    ]
> o.a.s.u.LoggingInfoStream [IW][TEST-SolrExampleEmbeddedTest.
> testUpdateRequestWithParameters-seed#[BD3CCB3FDA0C0DCA]]: apply all
> deletes during flush
>    [junit4]   2> 9476 INFO  (TEST-SolrExampleEmbeddedTest.
> testUpdateRequestWithParameters-seed#[BD3CCB3FDA0C0DCA]) [    ]
> o.a.s.u.LoggingInfoStream [IW][TEST-SolrExampleEmbeddedTest.
> testUpdateRequestWithParameters-seed#[BD3CCB3FDA0C0DCA]]: now apply all
> deletes for all segments maxDoc=0
>    [junit4]   2> 9476 INFO  (TEST-SolrExampleEmbeddedTest.
> testUpdateRequestWithParameters-seed#[BD3CCB3FDA0C0DCA]) [    ]
> o.a.s.u.LoggingInfoStream [BD][TEST-SolrExampleEmbeddedTest.
> testUpdateRequestWithParameters-seed#[BD3CCB3FDA0C0DCA]]: prune
> sis=segments_1:  minGen=9223372036854775807 packetCount=1
>    [junit4]   2> 9476 INFO  (TEST-SolrExampleEmbeddedTest.
> testUpdateRequestWithParameters-seed#[BD3CCB3FDA0C0DCA]) [    ]
> o.a.s.u.LoggingInfoStream [BD][TEST-SolrExampleEmbeddedTest.
> testUpdateRequestWithParameters-seed#[BD3CCB3FDA0C0DCA]]: pruneDeletes:
> prune 1 packets; 0 packets remain
>    [junit4]   2> 9476 INFO  (TEST-SolrExampleEmbeddedTest.
> testUpdateRequestWithParameters-seed#[BD3CCB3FDA0C0DCA]) [    ]
> o.a.s.u.LoggingInfoStream [IW][TEST-SolrExampleEmbeddedTest.
> testUpdateRequestWithParameters-seed#[BD3CCB3FDA0C0DCA]]: incRefDeleter
> for NRT reader version=2 segments=
>    [junit4]   2> 9476 INFO  (TEST-SolrExampleEmbeddedTest.
> testUpdateRequestWithParameters-seed#[BD3CCB3FDA0C0DCA]) [    ]
> o.a.s.u.LoggingInfoStream [IW][TEST-SolrExampleEmbeddedTest.
> testUpdateRequestWithParameters-seed#[BD3CCB3FDA0C0DCA]]: return reader
> version=2 reader=StandardDirectoryReader(segments_1:2:nrt)
>    [junit4]   2> 9476 INFO  (TEST-SolrExampleEmbeddedTest.
> testUpdateRequestWithParameters-seed#[BD3CCB3FDA0C0DCA]) [    ]
> o.a.s.u.LoggingInfoStream [DW][TEST-SolrExampleEmbeddedTest.
> testUpdateRequestWithParameters-seed#[BD3CCB3FDA0C0DCA]]:
> TEST-SolrExampleEmbeddedTest.testUpdateRequestWithParameters-seed#[BD3CCB3FDA0C0DCA]
> finishFullFlush success=true
>    [junit4]   2> 9476 INFO  (TEST-SolrExampleEmbeddedTest.
> testUpdateRequestWithParameters-seed#[BD3CCB3FDA0C0DCA]) [    ]
> o.a.s.u.LoggingInfoStream [IW][TEST-SolrExampleEmbeddedTest.
> testUpdateRequestWithParameters-seed#[BD3CCB3FDA0C0DCA]]: getReader took
> 18 msec
>    [junit4]   2> 9477 INFO  (TEST-SolrExampleEmbeddedTest.
> testUpdateRequestWithParameters-seed#[BD3CCB3FDA0C0DCA]) [    ]
> o.a.s.u.LoggingInfoStream [IFD][TEST-SolrExampleEmbeddedTest.
> testUpdateRequestWithParameters-seed#[BD3CCB3FDA0C0DCA]]: delete []
>    [junit4]   2> 9477 INFO  (TEST-SolrExampleEmbeddedTest.
> testUpdateRequestWithParameters-seed#[BD3CCB3FDA0C0DCA]) [    ]
> o.a.s.u.LoggingInfoStream [IW][TEST-SolrExampleEmbeddedTest.
> testUpdateRequestWithParameters-seed#[BD3CCB3FDA0C0DCA]]: decRefDeleter
> for NRT reader version=2 segments=
>    [junit4]   2> 9483 INFO  (TEST-SolrExampleEmbeddedTest.
> testUpdateRequestWithParameters-seed#[BD3CCB3FDA0C0DCA]) [    ] o.a.s.u.p.LogUpdateProcessorFactory
> [collection1]  webapp=null path=/update params={}{deleteByQuery=*:*
> (-1562059482765197312)} 0 231
>    [junit4]   2> 9488 INFO  (TEST-SolrExampleEmbeddedTest.
> testUpdateRequestWithParameters-seed#[BD3CCB3FDA0C0DCA]) [    ]
> o.a.s.u.DirectUpdateHandler2 start commit{,optimize=false,
> openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,
> prepareCommit=false}
>    [junit4]   2> 9488 INFO  (TEST-SolrExampleEmbeddedTest.
> testUpdateRequestWithParameters-seed#[BD3CCB3FDA0C0DCA]) [    ]
> o.a.s.u.DirectUpdateHandler2 No uncommitted changes. Skipping IW.commit.
>    [junit4]   2> 9490 INFO  (TEST-SolrExampleEmbeddedTest.
> testUpdateRequestWithParameters-seed#[BD3CCB3FDA0C0DCA]) [    ]
> o.a.s.u.DirectUpdateHandler2 end_commit_flush
>    [junit4]   2> 9490 INFO  (TEST-SolrExampleEmbeddedTest.
> testUpdateRequestWithParameters-seed#[BD3CCB3FDA0C0DCA]) [    ] o.a.s.u.p.LogUpdateProcessorFactory
> [collection1]  webapp=null path=/update params={commit=true&
> softCommit=false&waitSearcher=true}{commit=} 0 2
>    [junit4]   2> 9496 WARN  (TEST-SolrExampleEmbeddedTest.
> testUpdateRequestWithParameters-seed#[BD3CCB3FDA0C0DCA]) [    ]
> o.a.s.h.l.XMLLoader Using document boost: 1.0 != 1.0 will not be supported
> anymore in 7.0. Please index scoring factors into a separate field and
> combine them with the main query's score using function queries.
>    [junit4]   2> 9668 INFO  (TEST-SolrExampleEmbeddedTest.
> testUpdateRequestWithParameters-seed#[BD3CCB3FDA0C0DCA]) [    ] o.a.s.u.p.LogUpdateProcessorFactory
> [collection1]  webapp=null path=/update params={overwrite=false}{add=[id1
> (1562059482853277696)]} 0 173
>    [junit4]   2> 9669 INFO  (TEST-SolrExampleEmbeddedTest.
> testUpdateRequestWithParameters-seed#[BD3CCB3FDA0C0DCA]) [    ] o.a.s.u.p.LogUpdateProcessorFactory
> [collection1]  webapp=null path=/update params={overwrite=false}{add=[id1
> (1562059483030487040)]} 0 0
>    [junit4]   2> 9669 INFO  (TEST-SolrExampleEmbeddedTest.
> testUpdateRequestWithParameters-seed#[BD3CCB3FDA0C0DCA]) [    ]
> o.a.s.u.DirectUpdateHandler2 start commit{,optimize=false,
> openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,
> prepareCommit=false}
>    [junit4]   2> 9669 INFO  (TEST-SolrExampleEmbeddedTest.
> testUpdateRequestWithParameters-seed#[BD3CCB3FDA0C0DCA]) [    ]
> o.a.s.u.SolrIndexWriter Calling setCommitData with
> IW:org.apache.solr.update.SolrIndexWriter@741ca8bb
>    [junit4]   2> 9670 INFO  (TEST-SolrExampleEmbeddedTest.
> testUpdateRequestWithParameters-seed#[BD3CCB3FDA0C0DCA]) [    ]
> o.a.s.u.LoggingInfoStream [IW][TEST-SolrExampleEmbeddedTest.
> testUpdateRequestWithParameters-seed#[BD3CCB3FDA0C0DCA]]: commit: start
>    [junit4]   2> 9670 INFO  (TEST-SolrExampleEmbeddedTest.
> testUpdateRequestWithParameters-seed#[BD3CCB3FDA0C0DCA]) [    ]
> o.a.s.u.LoggingInfoStream [IW][TEST-SolrExampleEmbeddedTest.
> testUpdateRequestWithParameters-seed#[BD3CCB3FDA0C0DCA]]: commit: enter
> lock
>    [junit4]   2> 9670 INFO  (TEST-SolrExampleEmbeddedTest.
> testUpdateRequestWithParameters-seed#[BD3CCB3FDA0C0DCA]) [    ]
> o.a.s.u.LoggingInfoStream [IW][TEST-SolrExampleEmbeddedTest.
> testUpdateRequestWithParameters-seed#[BD3CCB3FDA0C0DCA]]: commit: now
> prepare
>    [junit4]   2> 9670 INFO  (TEST-SolrExampleEmbeddedTest.
> testUpdateRequestWithParameters-seed#[BD3CCB3FDA0C0DCA]) [    ]
> o.a.s.u.LoggingInfoStream [IW][TEST-SolrExampleEmbeddedTest.
> testUpdateRequestWithParameters-seed#[BD3CCB3FDA0C0DCA]]: prepareCommit:
> flush
>    [junit4]   2> 9670 INFO  (TEST-SolrExampleEmbeddedTest.
> testUpdateRequestWithParameters-seed#[BD3CCB3FDA0C0DCA]) [    ]
> o.a.s.u.LoggingInfoStream [IW][TEST-SolrExampleEmbeddedTest.
> testUpdateRequestWithParameters-seed#[BD3CCB3FDA0C0DCA]]:   index before
> flush
>    [junit4]   2> 9670 INFO  (TEST-SolrExampleEmbeddedTest.
> testUpdateRequestWithParameters-seed#[BD3CCB3FDA0C0DCA]) [    ]
> o.a.s.u.LoggingInfoStream [DW][TEST-SolrExampleEmbeddedTest.
> testUpdateRequestWithParameters-seed#[BD3CCB3FDA0C0DCA]]: startFullFlush
>    [junit4]   2> 9670 INFO  (TEST-SolrExampleEmbeddedTest.
> testUpdateRequestWithParameters-seed#[BD3CCB3FDA0C0DCA]) [    ]
> o.a.s.u.LoggingInfoStream [DW][TEST-SolrExampleEmbeddedTest.
> testUpdateRequestWithParameters-seed#[BD3CCB3FDA0C0DCA]]: anyChanges?
> numDocsInRam=2 deletes=false hasTickets:false pendingChangesInFullFlush:
> false
>    [junit4]   2> 9670 INFO  (TEST-SolrExampleEmbeddedTest.
> testUpdateRequestWithParameters-seed#[BD3CCB3FDA0C0DCA]) [    ]
> o.a.s.u.LoggingInfoStream [DWFC][TEST-SolrExampleEmbeddedTest.
> testUpdateRequestWithParameters-seed#[BD3CCB3FDA0C0DCA]]:
> addFlushableState DocumentsWriterPerThread [pendingDeletes=gen=0,
> segment=_0, aborted=false, numDocsInRAM=2, deleteQueue=DWDQ: [ generation:
> 2 ]]
>    [junit4]   2> 9675 INFO  (TEST-SolrExampleEmbeddedTest.
> testUpdateRequestWithParameters-seed#[BD3CCB3FDA0C0DCA]) [    ]
> o.a.s.u.LoggingInfoStream [DWPT][TEST-SolrExampleEmbeddedTest.
> testUpdateRequestWithParameters-seed#[BD3CCB3FDA0C0DCA]]: flush postings
> as segment _0 numDocs=2
>    [junit4]   2> 9675 INFO  (TEST-SolrExampleEmbeddedTest.
> testUpdateRequestWithParameters-seed#[BD3CCB3FDA0C0DCA]) [    ]
> o.a.s.u.LoggingInfoStream [IW][TEST-SolrExampleEmbeddedTest.
> testUpdateRequestWithParameters-seed#[BD3CCB3FDA0C0DCA]]: 0 msec to write
> norms
>    [junit4]   2> 9698 INFO  (TEST-SolrExampleEmbeddedTest.
> testUpdateRequestWithParameters-seed#[BD3CCB3FDA0C0DCA]) [    ]
> o.a.s.u.LoggingInfoStream [IW][TEST-SolrExampleEmbeddedTest.
> testUpdateRequestWithParameters-seed#[BD3CCB3FDA0C0DCA]]: 22 msec to
> write docValues
>    [junit4]   2> 9698 INFO  (TEST-SolrExampleEmbeddedTest.
> testUpdateRequestWithParameters-seed#[BD3CCB3FDA0C0DCA]) [    ]
> o.a.s.u.LoggingInfoStream [IW][TEST-SolrExampleEmbeddedTest.
> testUpdateRequestWithParameters-seed#[BD3CCB3FDA0C0DCA]]: 0 msec to write
> points
>    [junit4]   2> 9702 INFO  (TEST-SolrExampleEmbeddedTest.
> testUpdateRequestWithParameters-seed#[BD3CCB3FDA0C0DCA]) [    ]
> o.a.s.u.LoggingInfoStream [IW][TEST-SolrExampleEmbeddedTest.
> testUpdateRequestWithParameters-seed#[BD3CCB3FDA0C0DCA]]: 4 msec to
> finish stored fields
>    [junit4]   2> 9783 INFO  (TEST-SolrExampleEmbeddedTest.
> testUpdateRequestWithParameters-seed#[BD3CCB3FDA0C0DCA]) [    ]
> o.a.s.u.LoggingInfoStream [IW][TEST-SolrExampleEmbeddedTest.
> testUpdateRequestWithParameters-seed#[BD3CCB3FDA0C0DCA]]: 80 msec to
> write postings and finish vectors
>    [junit4]   2> 9787 INFO  (TEST-SolrExampleEmbeddedTest.
> testUpdateRequestWithParameters-seed#[BD3CCB3FDA0C0DCA]) [    ]
> o.a.s.u.LoggingInfoStream [IW][TEST-SolrExampleEmbeddedTest.
> testUpdateRequestWithParameters-seed#[BD3CCB3FDA0C0DCA]]: 3 msec to write
> fieldInfos
>    [junit4]   2> 9794 INFO  (TEST-SolrExampleEmbeddedTest.
> testUpdateRequestWithParameters-seed#[BD3CCB3FDA0C0DCA]) [    ]
> o.a.s.u.LoggingInfoStream [DWPT][TEST-SolrExampleEmbeddedTest.
> testUpdateRequestWithParameters-seed#[BD3CCB3FDA0C0DCA]]: new segment has
> 0 deleted docs
>    [junit4]   2> 9794 INFO  (TEST-SolrExampleEmbeddedTest.
> testUpdateRequestWithParameters-seed#[BD3CCB3FDA0C0DCA]) [    ]
> o.a.s.u.LoggingInfoStream [DWPT][TEST-SolrExampleEmbeddedTest.
> testUpdateRequestWithParameters-seed#[BD3CCB3FDA0C0DCA]]: new segment has
> no vectors; no norms; docValues; no prox; freqs
>    [junit4]   2> 9794 INFO  (TEST-SolrExampleEmbeddedTest.
> testUpdateRequestWithParameters-seed#[BD3CCB3FDA0C0DCA]) [    ]
> o.a.s.u.LoggingInfoStream [DWPT][TEST-SolrExampleEmbeddedTest.
> testUpdateRequestWithParameters-seed#[BD3CCB3FDA0C0DCA]]:
> flushedFiles=[_0_Lucene54_0.dvm, _0_Lucene50_0.doc, _0_Lucene50_0.tim,
> _0.fdx, _0_Lucene54_0.dvd, _0_Lucene50_0.tip, _0.fdt, _0.fnm]
>    [junit4]   2> 9794 INFO  (TEST-SolrExampleEmbeddedTest.
> testUpdateRequestWithParameters-seed#[BD3CCB3FDA0C0DCA]) [    ]
> o.a.s.u.LoggingInfoStream [DWPT][TEST-SolrExampleEmbeddedTest.
> testUpdateRequestWithParameters-seed#[BD3CCB3FDA0C0DCA]]: flushed
> codec=Lucene62
>    [junit4]   2> 9800 INFO  (TEST-SolrExampleEmbeddedTest.
> testUpdateRequestWithParameters-seed#[BD3CCB3FDA0C0DCA]) [    ]
> o.a.s.u.LoggingInfoStream [DWPT][TEST-SolrExampleEmbeddedTest.
> testUpdateRequestWithParameters-seed#[BD3CCB3FDA0C0DCA]]: flushed:
> segment=_0 ramUsed=0.079 MB newFlushedSize=0.001 MB docs/MB=2,074.334
>    [junit4]   2> 9804 INFO  (TEST-SolrExampleEmbeddedTest.
> testUpdateRequestWithParameters-seed#[BD3CCB3FDA0C0DCA]) [    ]
> o.a.s.u.LoggingInfoStream [DWPT][TEST-SolrExampleEmbeddedTest.
> testUpdateRequestWithParameters-seed#[BD3CCB3FDA0C0DCA]]: flush time
> 129.154986 msec
>    [junit4]   2> 9809 INFO  (TEST-SolrExampleEmbeddedTest.
> testUpdateRequestWithParameters-seed#[BD3CCB3FDA0C0DCA]) [    ]
> o.a.s.u.LoggingInfoStream [DW][TEST-SolrExampleEmbeddedTest.
> testUpdateRequestWithParameters-seed#[BD3CCB3FDA0C0DCA]]:
> publishFlushedSegment seg-private updates=null
>    [junit4]   2> 9809 INFO  (TEST-SolrExampleEmbeddedTest.
> testUpdateRequestWithParameters-seed#[BD3CCB3FDA0C0DCA]) [    ]
> o.a.s.u.LoggingInfoStream [IW][TEST-SolrExampleEmbeddedTest.
> testUpdateRequestWithParameters-seed#[BD3CCB3FDA0C0DCA]]:
> publishFlushedSegment
>    [junit4]   2> 9810 INFO  (TEST-SolrExampleEmbeddedTest.
> testUpdateRequestWithParameters-seed#[BD3CCB3FDA0C0DCA]) [    ]
> o.a.s.u.LoggingInfoStream [IW][TEST-SolrExampleEmbeddedTest.
> testUpdateRequestWithParameters-seed#[BD3CCB3FDA0C0DCA]]: publish sets
> newSegment delGen=4 seg=_0(6.5.0):C2
>    [junit4]   2> 9810 INFO  (TEST-SolrExampleEmbeddedTest.
> testUpdateRequestWithParameters-seed#[BD3CCB3FDA0C0DCA]) [    ]
> o.a.s.u.LoggingInfoStream [IFD][TEST-SolrExampleEmbeddedTest.
> testUpdateRequestWithParameters-seed#[BD3CCB3FDA0C0DCA]]: now checkpoint
> "_0(6.5.0):C2" [1 segments ; isCommit = false]
>    [junit4]   2> 9810 INFO  (TEST-SolrExampleEmbeddedTest.
> testUpdateRequestWithParameters-seed#[BD3CCB3FDA0C0DCA]) [    ]
> o.a.s.u.LoggingInfoStream [IFD][TEST-SolrExampleEmbeddedTest.
> testUpdateRequestWithParameters-seed#[BD3CCB3FDA0C0DCA]]: delete []
>    [junit4]   2> 9810 INFO  (TEST-SolrExampleEmbeddedTest.
> testUpdateRequestWithParameters-seed#[BD3CCB3FDA0C0DCA]) [    ]
> o.a.s.u.LoggingInfoStream [IFD][TEST-SolrExampleEmbeddedTest.
> testUpdateRequestWithParameters-seed#[BD3CCB3FDA0C0DCA]]: 0 msec to
> checkpoint
>    [junit4]   2> 9810 INFO  (TEST-SolrExampleEmbeddedTest.
> testUpdateRequestWithParameters-seed#[BD3CCB3FDA0C0DCA]) [    ]
> o.a.s.u.LoggingInfoStream [IW][TEST-SolrExampleEmbeddedTest.testUpdateRequ
>
> [...truncated too long message...]
>
>  2> 117762 INFO  (coreCloseExecutor-270-thread-1) [    x:collection1]
> o.a.s.c.SolrCore [collection1]  CLOSING SolrCore
> org.apache.solr.core.SolrCore@4f19e2de
>    [junit4]   2> 117764 INFO  (coreCloseExecutor-270-thread-1) [
> x:collection1] o.a.s.u.LoggingInfoStream [IW][coreCloseExecutor-270-thread-1]:
> now flush at close
>    [junit4]   2> 117764 INFO  (coreCloseExecutor-270-thread-1) [
> x:collection1] o.a.s.u.LoggingInfoStream [IW][coreCloseExecutor-270-thread-1]:
>  start flush: applyAllDeletes=true
>    [junit4]   2> 117764 INFO  (coreCloseExecutor-270-thread-1) [
> x:collection1] o.a.s.u.LoggingInfoStream [IW][coreCloseExecutor-270-thread-1]:
>  index before flush _1c(6.5.0):C10
>    [junit4]   2> 117764 INFO  (coreCloseExecutor-270-thread-1) [
> x:collection1] o.a.s.u.LoggingInfoStream [DW][coreCloseExecutor-270-thread-1]:
> startFullFlush
>    [junit4]   2> 117765 INFO  (coreCloseExecutor-270-thread-1) [
> x:collection1] o.a.s.u.LoggingInfoStream [DW][coreCloseExecutor-270-thread-1]:
> coreCloseExecutor-270-thread-1 finishFullFlush success=true
>    [junit4]   2> 117765 INFO  (coreCloseExecutor-270-thread-1) [
> x:collection1] o.a.s.u.LoggingInfoStream [IW][coreCloseExecutor-270-thread-1]:
> apply all deletes during flush
>    [junit4]   2> 117765 INFO  (coreCloseExecutor-270-thread-1) [
> x:collection1] o.a.s.u.LoggingInfoStream [IW][coreCloseExecutor-270-thread-1]:
> now apply all deletes for all segments maxDoc=10
>    [junit4]   2> 117765 INFO  (coreCloseExecutor-270-thread-1) [
> x:collection1] o.a.s.u.LoggingInfoStream [BD][coreCloseExecutor-270-thread-1]:
> applyDeletes: open segment readers took 0 msec
>    [junit4]   2> 117765 INFO  (coreCloseExecutor-270-thread-1) [
> x:collection1] o.a.s.u.LoggingInfoStream [BD][coreCloseExecutor-270-thread-1]:
> applyDeletes: no segments; skipping
>    [junit4]   2> 117765 INFO  (coreCloseExecutor-270-thread-1) [
> x:collection1] o.a.s.u.LoggingInfoStream [BD][coreCloseExecutor-270-thread-1]:
> prune sis=segments_1z: _1c(6.5.0):C10 minGen=313 packetCount=0
>    [junit4]   2> 117765 INFO  (coreCloseExecutor-270-thread-1) [
> x:collection1] o.a.s.u.LoggingInfoStream [MS][coreCloseExecutor-270-thread-1]:
> updateMergeThreads ioThrottle=true targetMBPerSec=10240.0 MB/sec
>    [junit4]   2> 117765 INFO  (coreCloseExecutor-270-thread-1) [
> x:collection1] o.a.s.u.LoggingInfoStream [MS][coreCloseExecutor-270-thread-1]:
> now merge
>    [junit4]   2> 117765 INFO  (coreCloseExecutor-270-thread-1) [
> x:collection1] o.a.s.u.LoggingInfoStream [MS][coreCloseExecutor-270-thread-1]:
>  index: _1c(6.5.0):C10
>    [junit4]   2> 117765 INFO  (coreCloseExecutor-270-thread-1) [
> x:collection1] o.a.s.u.LoggingInfoStream [MS][coreCloseExecutor-270-thread-1]:
>  no more merges pending; now return
>    [junit4]   2> 117765 INFO  (coreCloseExecutor-270-thread-1) [
> x:collection1] o.a.s.u.LoggingInfoStream [IW][coreCloseExecutor-270-thread-1]:
> waitForMerges
>    [junit4]   2> 117765 INFO  (coreCloseExecutor-270-thread-1) [
> x:collection1] o.a.s.u.LoggingInfoStream [IW][coreCloseExecutor-270-thread-1]:
> waitForMerges done
>    [junit4]   2> 117765 INFO  (coreCloseExecutor-270-thread-1) [
> x:collection1] o.a.s.u.LoggingInfoStream [IW][coreCloseExecutor-270-thread-1]:
> commit: start
>    [junit4]   2> 117765 INFO  (coreCloseExecutor-270-thread-1) [
> x:collection1] o.a.s.u.LoggingInfoStream [IW][coreCloseExecutor-270-thread-1]:
> commit: enter lock
>    [junit4]   2> 117765 INFO  (coreCloseExecutor-270-thread-1) [
> x:collection1] o.a.s.u.LoggingInfoStream [IW][coreCloseExecutor-270-thread-1]:
> commit: now prepare
>    [junit4]   2> 117765 INFO  (coreCloseExecutor-270-thread-1) [
> x:collection1] o.a.s.u.LoggingInfoStream [IW][coreCloseExecutor-270-thread-1]:
> prepareCommit: flush
>    [junit4]   2> 117765 INFO  (coreCloseExecutor-270-thread-1) [
> x:collection1] o.a.s.u.LoggingInfoStream [IW][coreCloseExecutor-270-thread-1]:
>  index before flush _1c(6.5.0):C10
>    [junit4]   2> 117765 INFO  (coreCloseExecutor-270-thread-1) [
> x:collection1] o.a.s.u.LoggingInfoStream [DW][coreCloseExecutor-270-thread-1]:
> startFullFlush
>    [junit4]   2> 117765 INFO  (coreCloseExecutor-270-thread-1) [
> x:collection1] o.a.s.u.LoggingInfoStream [IW][coreCloseExecutor-270-thread-1]:
> apply all deletes during flush
>    [junit4]   2> 117765 INFO  (coreCloseExecutor-270-thread-1) [
> x:collection1] o.a.s.u.LoggingInfoStream [IW][coreCloseExecutor-270-thread-1]:
> now apply all deletes for all segments maxDoc=10
>    [junit4]   2> 117765 INFO  (coreCloseExecutor-270-thread-1) [
> x:collection1] o.a.s.u.LoggingInfoStream [BD][coreCloseExecutor-270-thread-1]:
> applyDeletes: open segment readers took 0 msec
>    [junit4]   2> 117765 INFO  (coreCloseExecutor-270-thread-1) [
> x:collection1] o.a.s.u.LoggingInfoStream [BD][coreCloseExecutor-270-thread-1]:
> applyDeletes: no segments; skipping
>    [junit4]   2> 117766 INFO  (coreCloseExecutor-270-thread-1) [
> x:collection1] o.a.s.u.LoggingInfoStream [BD][coreCloseExecutor-270-thread-1]:
> prune sis=segments_1z: _1c(6.5.0):C10 minGen=313 packetCount=0
>    [junit4]   2> 117766 INFO  (coreCloseExecutor-270-thread-1) [
> x:collection1] o.a.s.u.LoggingInfoStream [DW][coreCloseExecutor-270-thread-1]:
> coreCloseExecutor-270-thread-1 finishFullFlush success=true
>    [junit4]   2> 117766 INFO  (coreCloseExecutor-270-thread-1) [
> x:collection1] o.a.s.u.LoggingInfoStream [IW][coreCloseExecutor-270-thread-1]:
> startCommit(): start
>    [junit4]   2> 117766 INFO  (coreCloseExecutor-270-thread-1) [
> x:collection1] o.a.s.u.LoggingInfoStream [IW][coreCloseExecutor-270-thread-1]:
>  skip startCommit(): no changes pending
>    [junit4]   2> 117766 INFO  (coreCloseExecutor-270-thread-1) [
> x:collection1] o.a.s.u.LoggingInfoStream [IFD][coreCloseExecutor-270-thread-1]:
> delete []
>    [junit4]   2> 117766 INFO  (coreCloseExecutor-270-thread-1) [
> x:collection1] o.a.s.u.LoggingInfoStream [IW][coreCloseExecutor-270-thread-1]:
> commit: pendingCommit == null; skip
>    [junit4]   2> 117766 INFO  (coreCloseExecutor-270-thread-1) [
> x:collection1] o.a.s.u.LoggingInfoStream [IW][coreCloseExecutor-270-thread-1]:
> commit: took 0.4 msec
>    [junit4]   2> 117766 INFO  (coreCloseExecutor-270-thread-1) [
> x:collection1] o.a.s.u.LoggingInfoStream [IW][coreCloseExecutor-270-thread-1]:
> commit: done
>    [junit4]   2> 117766 INFO  (coreCloseExecutor-270-thread-1) [
> x:collection1] o.a.s.u.LoggingInfoStream [IW][coreCloseExecutor-270-thread-1]:
> rollback
>    [junit4]   2> 117766 INFO  (coreCloseExecutor-270-thread-1) [
> x:collection1] o.a.s.u.LoggingInfoStream [IW][coreCloseExecutor-270-thread-1]:
> all running merges have aborted
>    [junit4]   2> 117766 INFO  (coreCloseExecutor-270-thread-1) [
> x:collection1] o.a.s.u.LoggingInfoStream [IW][coreCloseExecutor-270-thread-1]:
> rollback: done finish merges
>    [junit4]   2> 117766 INFO  (coreCloseExecutor-270-thread-1) [
> x:collection1] o.a.s.u.LoggingInfoStream [DW][coreCloseExecutor-270-thread-1]:
> abort
>    [junit4]   2> 117766 INFO  (coreCloseExecutor-270-thread-1) [
> x:collection1] o.a.s.u.LoggingInfoStream [DW][coreCloseExecutor-270-thread-1]:
> done abort success=true
>    [junit4]   2> 117766 INFO  (coreCloseExecutor-270-thread-1) [
> x:collection1] o.a.s.u.LoggingInfoStream [IW][coreCloseExecutor-270-thread-1]:
> rollback: infos=_1c(6.5.0):C10
>    [junit4]   2> 117766 INFO  (coreCloseExecutor-270-thread-1) [
> x:collection1] o.a.s.u.LoggingInfoStream [IFD][coreCloseExecutor-270-thread-1]:
> now checkpoint "_1c(6.5.0):C10" [1 segments ; isCommit = false]
>    [junit4]   2> 117766 INFO  (coreCloseExecutor-270-thread-1) [
> x:collection1] o.a.s.u.LoggingInfoStream [IFD][coreCloseExecutor-270-thread-1]:
> delete []
>    [junit4]   2> 117766 INFO  (coreCloseExecutor-270-thread-1) [
> x:collection1] o.a.s.u.LoggingInfoStream [IFD][coreCloseExecutor-270-thread-1]:
> 0 msec to checkpoint
>    [junit4]   2> 117766 INFO  (coreCloseExecutor-270-thread-1) [
> x:collection1] o.a.s.u.LoggingInfoStream [IFD][coreCloseExecutor-270-thread-1]:
> delete []
>    [junit4]   2> 117766 INFO  (coreCloseExecutor-270-thread-1) [
> x:collection1] o.a.s.u.LoggingInfoStream [IFD][coreCloseExecutor-270-thread-1]:
> delete []
>    [junit4]   2> 117824 INFO  (coreCloseExecutor-270-thread-1) [
> x:collection1] o.a.s.m.SolrMetricManager Closing metric reporters for:
> solr.core.collection1
>    [junit4]   2> 117825 INFO  (SUITE-SolrExampleJettyTest-
> seed#[BD3CCB3FDA0C0DCA]-worker) [    ] o.a.s.m.SolrMetricManager Closing
> metric reporters for: solr.node
>    [junit4]   2> 117827 INFO  (SUITE-SolrExampleJettyTest-
> seed#[BD3CCB3FDA0C0DCA]-worker) [    ] o.e.j.s.h.ContextHandler Stopped
> o.e.j.s.ServletContextHandler@10865e62{/solr,null,UNAVAILABLE}
>    [junit4]   2> 117835 INFO  (SUITE-SolrExampleJettyTest-
> seed#[BD3CCB3FDA0C0DCA]-worker) [    ] o.a.s.SolrTestCaseJ4 ###deleteCore
>    [junit4]   2> NOTE: leaving temporary files on disk at:
> /export/home/jenkins/workspace/Lucene-Solr-6.x-
> Solaris/solr/build/solr-solrj/test/J1/temp/solr.client.solrj.embedded.
> SolrExampleJettyTest_BD3CCB3FDA0C0DCA-001
>    [junit4]   2> NOTE: test params are: codec=CheapBastard,
> sim=RandomSimilarity(queryNorm=true,coord=yes): {}, locale=no-NO,
> timezone=America/Belem
>    [junit4]   2> NOTE: SunOS 5.11 amd64/Oracle Corporation 1.8.0_121
> (64-bit)/cpus=3,threads=1,free=35395816,total=127836160
>    [junit4]   2> NOTE: All tests run in this JVM: [TestZkConfigManager,
> EqualsEvaluatorTest, ConcurrentUpdateSolrClientTest,
> GreaterThanEqualToEvaluatorTest, TestConfigSetAdminRequest, GraphTest,
> HttpClientUtilTest, StreamExpressionParserTest, StreamingTest,
> TestJsonRecordReader, QueryResponseTest, FacetFieldTest, CommonParamsTest,
> TestLBHttpSolrClient, HttpSolrClientBuilderTest,
> SolrExampleStreamingBinaryTest, TestFastInputStream,
> TestCloudSolrClientConnections, LargeVolumeBinaryJettyTest,
> TestUpdateRequestCodec, TestClusteringResponse, SolrParamTest,
> CompoundEvaluatorTest, SolrExampleJettyTest]
>    [junit4] Completed [63/109 (6!)] on J1 in 7.58s, 37 tests, 1 error <<<
> FAILURES!
>
> [...truncated 62111 lines...]
>
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: dev-unsubscribe@lucene.apache.org
> For additional commands, e-mail: dev-help@lucene.apache.org
>