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 23:00:26 UTC

[JENKINS] Lucene-Solr-master-Windows (64bit/jdk1.8.0_121) - Build # 6454 - Unstable!

Build: https://jenkins.thetaphi.de/job/Lucene-Solr-master-Windows/6454/
Java: 64bit/jdk1.8.0_121 -XX:-UseCompressedOops -XX:+UseSerialGC

7 tests failed.
FAILED:  junit.framework.TestSuite.org.apache.solr.search.LargeFieldTest

Error Message:
Illegal char <?> at index 17: ignoredSchemaName?

Stack Trace:
java.nio.file.InvalidPathException: Illegal char <?> at index 17: ignoredSchemaName?
	at __randomizedtesting.SeedInfo.seed([CF5513D288F0F660]:0)
	at sun.nio.fs.WindowsPathParser.normalize(WindowsPathParser.java:182)
	at sun.nio.fs.WindowsPathParser.parse(WindowsPathParser.java:153)
	at sun.nio.fs.WindowsPathParser.parse(WindowsPathParser.java:77)
	at sun.nio.fs.WindowsPath.parse(WindowsPath.java:94)
	at sun.nio.fs.WindowsFileSystem.getPath(WindowsFileSystem.java:255)
	at sun.nio.fs.AbstractPath.resolve(AbstractPath.java:53)
	at org.apache.solr.core.SolrResourceLoader.openResource(SolrResourceLoader.java:385)
	at org.apache.solr.core.SolrResourceLoader.openSchema(SolrResourceLoader.java:353)
	at org.apache.solr.schema.ManagedIndexSchemaFactory.warnIfNonManagedSchemaExists(ManagedIndexSchemaFactory.java:241)
	at org.apache.solr.schema.ManagedIndexSchemaFactory.readSchemaLocally(ManagedIndexSchemaFactory.java:198)
	at org.apache.solr.schema.ManagedIndexSchemaFactory.create(ManagedIndexSchemaFactory.java:118)
	at org.apache.solr.schema.ManagedIndexSchemaFactory.create(ManagedIndexSchemaFactory.java:45)
	at org.apache.solr.schema.IndexSchemaFactory.buildIndexSchema(IndexSchemaFactory.java:75)
	at org.apache.solr.util.TestHarness.<init>(TestHarness.java:109)
	at org.apache.solr.SolrTestCaseJ4.createCore(SolrTestCaseJ4.java:705)
	at org.apache.solr.SolrTestCaseJ4.initCore(SolrTestCaseJ4.java:695)
	at org.apache.solr.SolrTestCaseJ4.initCore(SolrTestCaseJ4.java:569)
	at org.apache.solr.SolrTestCaseJ4.initCore(SolrTestCaseJ4.java:558)
	at org.apache.solr.search.LargeFieldTest.initManagedSchemaCore(LargeFieldTest.java:48)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:498)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1713)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:847)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:863)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
	at java.lang.Thread.run(Thread.java:745)


FAILED:  org.apache.solr.client.solrj.SolrExampleBinaryTest.testUpdateField

Error Message:
Error from server at http://127.0.0.1:56994/solr/collection1: Exception writing document id unique to the index; possible analysis error: DocValuesField "price_pf" appears more than once in this document (only one value is allowed per field)

Stack Trace:
org.apache.solr.client.solrj.impl.HttpSolrClient$RemoteSolrException: Error from server at http://127.0.0.1:56994/solr/collection1: Exception writing document id unique to the index; possible analysis error: DocValuesField "price_pf" appears more than once in this document (only one value is allowed per field)
	at __randomizedtesting.SeedInfo.seed([C05C697DE8DCDE8B:952FC32928F4CE4D]:0)
	at org.apache.solr.client.solrj.impl.HttpSolrClient.executeMethod(HttpSolrClient.java:627)
	at org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:279)
	at org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:268)
	at org.apache.solr.client.solrj.SolrRequest.process(SolrRequest.java:160)
	at org.apache.solr.client.solrj.SolrClient.add(SolrClient.java:173)
	at org.apache.solr.client.solrj.SolrClient.add(SolrClient.java:138)
	at org.apache.solr.client.solrj.SolrClient.add(SolrClient.java:152)
	at org.apache.solr.client.solrj.SolrExampleTests.testUpdateField(SolrExampleTests.java:1654)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:498)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1713)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:907)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:943)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:957)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:817)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:468)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:916)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:802)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:852)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:863)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
	at java.lang.Thread.run(Thread.java:745)


FAILED:  org.apache.solr.client.solrj.SolrExampleXMLTest.testUpdateField

Error Message:
Error from server at http://127.0.0.1:57027/solr/collection1: Exception writing document id unique to the index; possible analysis error: DocValuesField "price_pf" appears more than once in this document (only one value is allowed per field)

Stack Trace:
org.apache.solr.client.solrj.impl.HttpSolrClient$RemoteSolrException: Error from server at http://127.0.0.1:57027/solr/collection1: Exception writing document id unique to the index; possible analysis error: DocValuesField "price_pf" appears more than once in this document (only one value is allowed per field)
	at __randomizedtesting.SeedInfo.seed([C05C697DE8DCDE8B:952FC32928F4CE4D]:0)
	at org.apache.solr.client.solrj.impl.HttpSolrClient.executeMethod(HttpSolrClient.java:627)
	at org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:279)
	at org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:268)
	at org.apache.solr.client.solrj.SolrRequest.process(SolrRequest.java:160)
	at org.apache.solr.client.solrj.SolrClient.add(SolrClient.java:173)
	at org.apache.solr.client.solrj.SolrClient.add(SolrClient.java:138)
	at org.apache.solr.client.solrj.SolrClient.add(SolrClient.java:152)
	at org.apache.solr.client.solrj.SolrExampleTests.testUpdateField(SolrExampleTests.java:1654)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:498)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1713)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:907)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:943)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:957)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:817)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:468)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:916)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:802)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:852)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:863)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
	at java.lang.Thread.run(Thread.java:745)


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

Error Message:
Exception writing document id unique to the index; possible analysis error: DocValuesField "price_pf" appears more than once in this document (only one value is allowed per field)

Stack Trace:
org.apache.solr.common.SolrException: Exception writing document id unique to the index; possible analysis error: DocValuesField "price_pf" appears more than once in this document (only one value is allowed per field)
	at __randomizedtesting.SeedInfo.seed([C05C697DE8DCDE8B:952FC32928F4CE4D]:0)
	at org.apache.solr.update.DirectUpdateHandler2.addDoc(DirectUpdateHandler2.java:209)
	at org.apache.solr.update.processor.RunUpdateProcessor.processAdd(RunUpdateProcessorFactory.java:67)
	at org.apache.solr.update.processor.UpdateRequestProcessor.processAdd(UpdateRequestProcessor.java:55)
	at org.apache.solr.update.processor.DistributedUpdateProcessor.doLocalAdd(DistributedUpdateProcessor.java:992)
	at org.apache.solr.update.processor.DistributedUpdateProcessor.versionAdd(DistributedUpdateProcessor.java:1208)
	at org.apache.solr.update.processor.DistributedUpdateProcessor.processAdd(DistributedUpdateProcessor.java:754)
	at org.apache.solr.update.processor.LogUpdateProcessorFactory$LogUpdateProcessor.processAdd(LogUpdateProcessorFactory.java:103)
	at org.apache.solr.handler.loader.XMLLoader.processUpdate(XMLLoader.java:252)
	at org.apache.solr.handler.loader.XMLLoader.load(XMLLoader.java:179)
	at org.apache.solr.handler.UpdateRequestHandler$1.load(UpdateRequestHandler.java:97)
	at org.apache.solr.handler.ContentStreamHandlerBase.handleRequestBody(ContentStreamHandlerBase.java:68)
	at org.apache.solr.handler.RequestHandlerBase.handleRequest(RequestHandlerBase.java:173)
	at org.apache.solr.core.SolrCore.execute(SolrCore.java:2464)
	at org.apache.solr.client.solrj.embedded.EmbeddedSolrServer.request(EmbeddedSolrServer.java:179)
	at org.apache.solr.client.solrj.SolrRequest.process(SolrRequest.java:160)
	at org.apache.solr.client.solrj.SolrClient.add(SolrClient.java:173)
	at org.apache.solr.client.solrj.SolrClient.add(SolrClient.java:138)
	at org.apache.solr.client.solrj.SolrClient.add(SolrClient.java:152)
	at org.apache.solr.client.solrj.SolrExampleTests.testUpdateField(SolrExampleTests.java:1654)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:498)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1713)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:907)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:943)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:957)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:817)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:468)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:916)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:802)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:852)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:863)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
	at java.lang.Thread.run(Thread.java:745)
Caused by: java.lang.IllegalArgumentException: DocValuesField "price_pf" appears more than once in this document (only one value is allowed per field)
	at org.apache.lucene.index.NumericDocValuesWriter.addValue(NumericDocValuesWriter.java:55)
	at org.apache.lucene.index.DefaultIndexingChain.indexDocValue(DefaultIndexingChain.java:537)
	at org.apache.lucene.index.DefaultIndexingChain.processField(DefaultIndexingChain.java:467)
	at org.apache.lucene.index.DefaultIndexingChain.processDocument(DefaultIndexingChain.java:393)
	at org.apache.lucene.index.DocumentsWriterPerThread.updateDocument(DocumentsWriterPerThread.java:232)
	at org.apache.lucene.index.DocumentsWriter.updateDocument(DocumentsWriter.java:478)
	at org.apache.lucene.index.IndexWriter.updateDocument(IndexWriter.java:1569)
	at org.apache.solr.update.DirectUpdateHandler2.updateDocument(DirectUpdateHandler2.java:948)
	at org.apache.solr.update.DirectUpdateHandler2.updateDocOrDocValues(DirectUpdateHandler2.java:937)
	at org.apache.solr.update.DirectUpdateHandler2.doNormalUpdate(DirectUpdateHandler2.java:317)
	at org.apache.solr.update.DirectUpdateHandler2.addDoc0(DirectUpdateHandler2.java:254)
	at org.apache.solr.update.DirectUpdateHandler2.addDoc(DirectUpdateHandler2.java:204)
	... 57 more


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

Error Message:
Error from server at http://127.0.0.1:56942/solr/collection1: Exception writing document id unique to the index; possible analysis error: DocValuesField "price_pf" appears more than once in this document (only one value is allowed per field)

Stack Trace:
org.apache.solr.client.solrj.impl.HttpSolrClient$RemoteSolrException: Error from server at http://127.0.0.1:56942/solr/collection1: Exception writing document id unique to the index; possible analysis error: DocValuesField "price_pf" appears more than once in this document (only one value is allowed per field)
	at __randomizedtesting.SeedInfo.seed([C05C697DE8DCDE8B:952FC32928F4CE4D]:0)
	at org.apache.solr.client.solrj.impl.HttpSolrClient.executeMethod(HttpSolrClient.java:627)
	at org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:279)
	at org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:268)
	at org.apache.solr.client.solrj.SolrRequest.process(SolrRequest.java:160)
	at org.apache.solr.client.solrj.SolrClient.add(SolrClient.java:173)
	at org.apache.solr.client.solrj.SolrClient.add(SolrClient.java:138)
	at org.apache.solr.client.solrj.SolrClient.add(SolrClient.java:152)
	at org.apache.solr.client.solrj.SolrExampleTests.testUpdateField(SolrExampleTests.java:1654)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:498)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1713)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:907)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:943)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:957)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:817)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:468)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:916)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:802)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:852)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:863)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
	at java.lang.Thread.run(Thread.java:745)


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

Error Message:
price was not updated? expected:<100.0> but was:<1.0>

Stack Trace:
java.lang.AssertionError: price was not updated? expected:<100.0> but was:<1.0>
	at __randomizedtesting.SeedInfo.seed([C05C697DE8DCDE8B:952FC32928F4CE4D]:0)
	at org.junit.Assert.fail(Assert.java:93)
	at org.junit.Assert.failNotEquals(Assert.java:647)
	at org.junit.Assert.assertEquals(Assert.java:128)
	at org.apache.solr.client.solrj.SolrExampleTests.testUpdateField(SolrExampleTests.java:1658)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:498)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1713)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:907)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:943)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:957)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:817)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:468)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:916)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:802)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:852)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:863)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
	at java.lang.Thread.run(Thread.java:745)


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

Error Message:
price was not updated? expected:<100.0> but was:<1.0>

Stack Trace:
java.lang.AssertionError: price was not updated? expected:<100.0> but was:<1.0>
	at __randomizedtesting.SeedInfo.seed([C05C697DE8DCDE8B:952FC32928F4CE4D]:0)
	at org.junit.Assert.fail(Assert.java:93)
	at org.junit.Assert.failNotEquals(Assert.java:647)
	at org.junit.Assert.assertEquals(Assert.java:128)
	at org.apache.solr.client.solrj.SolrExampleTests.testUpdateField(SolrExampleTests.java:1658)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:498)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1713)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:907)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:943)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:957)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:817)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:468)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:916)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:802)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:852)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:863)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
	at java.lang.Thread.run(Thread.java:745)




Build Log:
[...truncated 12952 lines...]
   [junit4] Suite: org.apache.solr.search.LargeFieldTest
   [junit4]   2> Creating dataDir: C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J0\temp\solr.search.LargeFieldTest_CF5513D288F0F660-001\init-core-data-001
   [junit4]   2> 2951619 WARN  (SUITE-LargeFieldTest-seed#[CF5513D288F0F660]-worker) [    ] o.a.s.SolrTestCaseJ4 startTrackingSearchers: numOpens=1 numCloses=1
   [junit4]   2> 2951619 INFO  (SUITE-LargeFieldTest-seed#[CF5513D288F0F660]-worker) [    ] o.a.s.SolrTestCaseJ4 Using TrieFields
   [junit4]   2> 2951626 INFO  (SUITE-LargeFieldTest-seed#[CF5513D288F0F660]-worker) [    ] o.a.s.SolrTestCaseJ4 Randomized ssl (false) and clientAuth (false) via: @org.apache.solr.util.RandomizeSSL(reason=, value=NaN, ssl=NaN, clientAuth=NaN)
   [junit4]   2> 2951627 INFO  (SUITE-LargeFieldTest-seed#[CF5513D288F0F660]-worker) [    ] o.a.s.SolrTestCaseJ4 ####initCore
   [junit4]   2> 2951628 INFO  (SUITE-LargeFieldTest-seed#[CF5513D288F0F660]-worker) [    ] o.a.s.c.SolrResourceLoader [null] Added 2 libs to classloader, from paths: [/C:/Users/jenkins/workspace/Lucene-Solr-master-Windows/solr/core/src/test-files/solr/collection1/lib, /C:/Users/jenkins/workspace/Lucene-Solr-master-Windows/solr/core/src/test-files/solr/collection1/lib/classes]
   [junit4]   2> 2951695 INFO  (SUITE-LargeFieldTest-seed#[CF5513D288F0F660]-worker) [    ] o.a.s.c.SolrConfig Using Lucene MatchVersion: 7.0.0
   [junit4]   2> 2951701 INFO  (SUITE-LargeFieldTest-seed#[CF5513D288F0F660]-worker) [    ] o.a.s.SolrTestCaseJ4 ###deleteCore
   [junit4]   2> 2951701 INFO  (SUITE-LargeFieldTest-seed#[CF5513D288F0F660]-worker) [    ] o.a.s.SolrTestCaseJ4 ------------------------------------------------------- Done waiting for tracked resources to be released
   [junit4]   2> NOTE: test params are: codec=Asserting(Lucene70): {}, docValues:{}, maxPointsInLeafNode=448, maxMBSortInHeap=7.286765367590831, sim=RandomSimilarity(queryNorm=true): {}, locale=lv, timezone=Atlantic/Azores
   [junit4]   2> NOTE: Windows 10 10.0 amd64/Oracle Corporation 1.8.0_121 (64-bit)/cpus=3,threads=1,free=185556104,total=518979584
   [junit4]   2> NOTE: All tests run in this JVM: [TestSolrJ, TestBackupRepositoryFactory, HdfsRecoverLeaseTest, TestRecoveryHdfs, TestHashPartitioner, BaseCdcrDistributedZkTest, TestSystemCollAutoCreate, SuggestComponentTest, TestFieldSortValues, TestDistributedSearch, TestBM25SimilarityFactory, UtilsToolTest, TestIBSimilarityFactory, TestLockTree, TestScoreJoinQPScore, ChangedSchemaMergeTest, TestPartialUpdateDeduplication, IndexBasedSpellCheckerTest, TestSolrCoreSnapshots, DistributedFacetPivotLargeTest, TestGraphTermsQParserPlugin, TestReplicaProperties, MoreLikeThisHandlerTest, DistributedMLTComponentTest, BigEndianAscendingWordSerializerTest, SubstringBytesRefFilterTest, SuggesterFSTTest, TestTolerantUpdateProcessorRandomCloud, TriLevelCompositeIdRoutingTest, TestBlobHandler, TestNumericTerms64, CdcrUpdateLogTest, SharedFSAutoReplicaFailoverUtilsTest, ReplaceNodeTest, TestMergePolicyConfig, TestCSVLoader, TestClassicSimilarityFactory, DocValuesMultiTest, TestConfigSetImmutable, TestLeaderInitiatedRecoveryThread, DirectSolrConnectionTest, TestReloadAndDeleteDocs, TestXIncludeConfig, TestRawResponseWriter, SecurityConfHandlerTest, DistributedQueryElevationComponentTest, SmileWriterTest, TestSolrCLIRunExample, OutputWriterTest, TestNoOpRegenerator, CloudMLTQParserTest, TestInitParams, TestCoreAdminApis, TestGroupingSearch, BJQParserTest, ManagedSchemaRoundRobinCloudTest, CollectionsAPIAsyncDistributedZkTest, TestLRUCache, ClusterStateUpdateTest, SimplePostToolTest, StressHdfsTest, BufferStoreTest, FastVectorHighlighterTest, PrimUtilsTest, TestIntervalFaceting, SolrJmxReporterTest, ShardRoutingTest, TestQuerySenderNoQuery, CopyFieldTest, TestHighlightDedupGrouping, TestSQLHandler, SolrXmlInZkTest, TestConfigSetsAPIExclusivity, TestFieldCacheVsDocValues, SchemaVersionSpecificBehaviorTest, TolerantUpdateProcessorTest, TestCloudPivotFacet, CdcrRequestHandlerTest, TestGeoJSONResponseWriter, ShardSplitTest, TestCloudManagedSchema, SolrCLIZkUtilsTest, TestCloudDeleteByQuery, TestSmileRequest, SolrCoreMetricManagerTest, PolyFieldTest, SoftAutoCommitTest, HighlighterMaxOffsetTest, TestCSVResponseWriter, SolrCloudReportersTest, HdfsChaosMonkeyNothingIsSafeTest, DistributedExpandComponentTest, ActionThrottleTest, TestSha256AuthenticationProvider, DirectUpdateHandlerTest, MergeStrategyTest, TestDocumentBuilder, MultiThreadedOCPTest, ConnectionManagerTest, TestCustomDocTransformer, TestJavabinTupleStreamParser, TestPerFieldSimilarity, ZkStateReaderTest, ZkCLITest, CursorPagingTest, TestManagedSchemaThreadSafety, TestPhraseSuggestions, SortSpecParsingTest, HighlighterTest, DistributedQueryComponentOptimizationTest, QueryElevationComponentTest, SyncSliceTest, TestSort, TestPKIAuthenticationPlugin, TestSizeLimitedDistributedMap, TestDynamicFieldCollectionResource, DisMaxRequestHandlerTest, TestSerializedLuceneMatchVersion, DateFieldTest, TestRandomRequestDistribution, TestManagedResourceStorage, UniqFieldsUpdateProcessorFactoryTest, HttpPartitionTest, TestOrdValues, NumericFieldsTest, TestSegmentSorting, DOMUtilTest, SpatialRPTFieldTypeTest, TestInPlaceUpdatesStandalone, TestStressCloudBlindAtomicUpdates, BasicDistributedZkTest, PeerSyncWithIndexFingerprintCachingTest, SampleTest, MetricsHandlerTest, ReplicaListTransformerTest, PluginInfoTest, SimpleFacetsTest, HdfsCollectionsAPIDistributedZkTest, ClassificationUpdateProcessorIntegrationTest, PrimitiveFieldTypeTest, TestStressLiveNodes, SearchHandlerTest, TestImplicitCoreProperties, WrapperMergePolicyFactoryTest, OutOfBoxZkACLAndCredentialsProvidersTest, HLLSerializationTest, TestManagedStopFilterFactory, TestFieldCacheSort, FileUtilsTest, DeleteStatusTest, TestStressVersions, TestSubQueryTransformerDistrib, TestSlowCompositeReaderWrapper, TestInitQParser, AtomicUpdatesTest, SpatialHeatmapFacetsTest, CustomCollectionTest, SynonymTokenizerTest, TestBulkSchemaAPI, DistributedFacetPivotWhiteBoxTest, OverseerCollectionConfigSetProcessorTest, SolrIndexConfigTest, TestFreeTextSuggestions, OpenExchangeRatesOrgProviderTest, ChaosMonkeyNothingIsSafeTest, AssignTest, TestUpdate, TestSurroundQueryParser, RequiredFieldsTest, TestDistribIDF, TermVectorComponentDistributedTest, TestReload, TestRangeQuery, SolrCoreTest, PeerSyncTest, BasicFunctionalityTest, TestIndexSearcher, ShowFileRequestHandlerTest, CurrencyFieldXmlFileTest, AnalysisAfterCoreReloadTest, SignatureUpdateProcessorFactoryTest, TestExtendedDismaxParser, SpellCheckCollatorTest, SolrRequestParserTest, DocValuesTest, DefaultValueUpdateProcessorTest, TestRemoteStreaming, TestSolrDeletionPolicy1, XsltUpdateRequestHandlerTest, CacheHeaderTest, DirectSolrSpellCheckerTest, TermsComponentTest, PathHierarchyTokenizerFactoryTest, TestSolrQueryParser, SolrPluginUtilsTest, TestJmxIntegration, UpdateRequestProcessorFactoryTest, QueryParsingTest, BinaryUpdateRequestHandlerTest, TestLFUCache, TestSearchPerf, TestElisionMultitermQuery, ExternalFileFieldSortTest, TestCharFilters, TestCodecSupport, TestFastWriter, TestFastOutputStream, URLClassifyProcessorTest, DateMathParserTest, TestSystemIdResolver, TestSuggestSpellingConverter, ClusterStateTest, ZkNodePropsTest, SystemInfoHandlerTest, UUIDFieldTest, SolrTestCaseJ4Test, TestCursorMarkWithoutUniqueKey, TestDistributedMissingSort, AsyncCallRequestStatusResponseTest, CdcrReplicationDistributedZkTest, CdcrReplicationHandlerTest, CleanupOldIndexTest, CollectionTooManyReplicasTest, ConcurrentDeleteAndCreateCollectionTest, CreateCollectionCleanupTest, DeleteLastCustomShardedReplicaTest, DeleteNodeTest, DeleteShardTest, DistribCursorPagingTest, DistribJoinFromCollectionTest, DistributedQueueTest, DocValuesNotIndexedTest, LeaderFailoverAfterPartitionTest, LeaderInitiatedRecoveryOnCommitTest, MissingSegmentRecoveryTest, OverseerTaskQueueTest, RemoteQueryErrorTest, RestartWhileUpdatingTest, RollingRestartTest, SSLMigrationTest, SharedFSAutoReplicaFailoverTest, SimpleCollectionCreateDeleteTest, TestCloudRecovery, TestConfigSetsAPI, TestCryptoKeys, TestExclusionRuleCollectionAccess, TestHdfsCloudBackupRestore, TestLeaderElectionWithEmptyReplica, TestOnReconnectListenerSupport, TestRebalanceLeaders, TestSSLRandomization, TestSolrCloudWithKerberosAlt, VMParamsZkACLAndCredentialsProvidersTest, HdfsBasicDistributedZk2Test, HdfsChaosMonkeySafeLeaderTest, HdfsRestartWhileUpdatingTest, HdfsThreadLeakTest, HdfsUnloadDistributedZkTest, HdfsWriteToMultipleCollectionsTest, TestClusterStateMutator, RulesTest, ConfigureRecoveryStrategyTest, DirectoryFactoryTest, HdfsDirectoryFactoryTest, TestConfigOverlay, TestCorePropertiesReload, TestInfoStreamLogging, TestShardHandlerFactory, TestSolrConfigHandler, TestSolrXml, TestSolrCloudSnapshots, TestSQLHandlerNonCloud, TestSolrConfigHandlerCloud, JavabinLoaderTest, TestUnifiedSolrHighlighter, UninvertDocValuesMergePolicyTest, CheckHdfsIndexTest, SolrMetricManagerTest, SolrMetricReporterTest, SolrGangliaReporterTest, TestMacros, JSONWriterTest, TestPushWriter, TestRawTransformer, TestSolrQueryResponse, TestSubQueryTransformer, TestManagedResource, TestRestManager, TestCopyFieldCollectionResource, TestFieldCollectionResource, TestFieldTypeCollectionResource, TestSchemaNameResource, TestSchemaSimilarityResource, TestSolrQueryParserResource, BadCopyFieldTest, BooleanFieldTest, DateRangeFieldTest, DocValuesMissingTest, TestCloudSchemaless, TestSchemaManager, TestUseDocValuesAsStored, CursorMarkTest, LargeFieldTest]
   [junit4]   2> NOTE: reproduce with: ant test  -Dtestcase=LargeFieldTest -Dtests.seed=CF5513D288F0F660 -Dtests.slow=true -Dtests.locale=lv -Dtests.timezone=Atlantic/Azores -Dtests.asserts=true -Dtests.file.encoding=US-ASCII
   [junit4] ERROR   0.00s J0 | LargeFieldTest (suite) <<<
   [junit4]    > Throwable #1: java.nio.file.InvalidPathException: Illegal char <?> at index 17: ignoredSchemaName?
   [junit4]    > 	at __randomizedtesting.SeedInfo.seed([CF5513D288F0F660]:0)
   [junit4]    > 	at sun.nio.fs.WindowsPathParser.normalize(WindowsPathParser.java:182)
   [junit4]    > 	at sun.nio.fs.WindowsPathParser.parse(WindowsPathParser.java:153)
   [junit4]    > 	at sun.nio.fs.WindowsPathParser.parse(WindowsPathParser.java:77)
   [junit4]    > 	at sun.nio.fs.WindowsPath.parse(WindowsPath.java:94)
   [junit4]    > 	at sun.nio.fs.WindowsFileSystem.getPath(WindowsFileSystem.java:255)
   [junit4]    > 	at sun.nio.fs.AbstractPath.resolve(AbstractPath.java:53)
   [junit4]    > 	at org.apache.solr.core.SolrResourceLoader.openResource(SolrResourceLoader.java:385)
   [junit4]    > 	at org.apache.solr.core.SolrResourceLoader.openSchema(SolrResourceLoader.java:353)
   [junit4]    > 	at org.apache.solr.schema.ManagedIndexSchemaFactory.warnIfNonManagedSchemaExists(ManagedIndexSchemaFactory.java:241)
   [junit4]    > 	at org.apache.solr.schema.ManagedIndexSchemaFactory.readSchemaLocally(ManagedIndexSchemaFactory.java:198)
   [junit4]    > 	at org.apache.solr.schema.ManagedIndexSchemaFactory.create(ManagedIndexSchemaFactory.java:118)
   [junit4]    > 	at org.apache.solr.schema.ManagedIndexSchemaFactory.create(ManagedIndexSchemaFactory.java:45)
   [junit4]    > 	at org.apache.solr.schema.IndexSchemaFactory.buildIndexSchema(IndexSchemaFactory.java:75)
   [junit4]    > 	at org.apache.solr.util.TestHarness.<init>(TestHarness.java:109)
   [junit4]    > 	at org.apache.solr.SolrTestCaseJ4.createCore(SolrTestCaseJ4.java:705)
   [junit4]    > 	at org.apache.solr.SolrTestCaseJ4.initCore(SolrTestCaseJ4.java:695)
   [junit4]    > 	at org.apache.solr.SolrTestCaseJ4.initCore(SolrTestCaseJ4.java:569)
   [junit4]    > 	at org.apache.solr.SolrTestCaseJ4.initCore(SolrTestCaseJ4.java:558)
   [junit4]    > 	at org.apache.solr.search.LargeFieldTest.initManagedSchemaCore(LargeFieldTest.java:48)
   [junit4]    > 	at java.lang.Thread.run(Thread.java:745)
   [junit4] Completed [628/700 (1!)] on J0 in 0.11s, 0 tests, 1 error <<< FAILURES!

[...truncated 655 lines...]
   [junit4] Suite: org.apache.solr.client.solrj.embedded.SolrExampleStreamingTest
   [junit4]   2> Creating dataDir: C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-solrj\test\J0\temp\solr.client.solrj.embedded.SolrExampleStreamingTest_C05C697DE8DCDE8B-001\init-core-data-001
   [junit4]   2> 30113 WARN  (SUITE-SolrExampleStreamingTest-seed#[C05C697DE8DCDE8B]-worker) [    ] o.a.s.SolrTestCaseJ4 startTrackingSearchers: numOpens=6 numCloses=6
   [junit4]   2> 30113 INFO  (SUITE-SolrExampleStreamingTest-seed#[C05C697DE8DCDE8B]-worker) [    ] o.a.s.SolrTestCaseJ4 Using TrieFields
   [junit4]   2> 30118 INFO  (SUITE-SolrExampleStreamingTest-seed#[C05C697DE8DCDE8B]-worker) [    ] o.a.s.SolrTestCaseJ4 Randomized ssl (false) and clientAuth (false) via: @org.apache.solr.SolrTestCaseJ4$SuppressSSL(bugUrl=None)
   [junit4]   2> 30295 INFO  (SUITE-SolrExampleStreamingTest-seed#[C05C697DE8DCDE8B]-worker) [    ] o.a.s.SolrTestCaseJ4 ####initCore
   [junit4]   2> 30295 INFO  (SUITE-SolrExampleStreamingTest-seed#[C05C697DE8DCDE8B]-worker) [    ] o.a.s.SolrTestCaseJ4 ####initCore end
   [junit4]   2> 30296 INFO  (SUITE-SolrExampleStreamingTest-seed#[C05C697DE8DCDE8B]-worker) [    ] o.a.s.SolrTestCaseJ4 Writing core.properties file to C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-solrj\test\J0\temp\solr.client.solrj.embedded.SolrExampleStreamingTest_C05C697DE8DCDE8B-001\tempDir-002\cores\core
   [junit4]   2> 30303 INFO  (SUITE-SolrExampleStreamingTest-seed#[C05C697DE8DCDE8B]-worker) [    ] o.e.j.s.Server jetty-9.3.14.v20161028
   [junit4]   2> 30304 INFO  (SUITE-SolrExampleStreamingTest-seed#[C05C697DE8DCDE8B]-worker) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@2f1ce8ef{/solr,null,AVAILABLE}
   [junit4]   2> 30307 INFO  (SUITE-SolrExampleStreamingTest-seed#[C05C697DE8DCDE8B]-worker) [    ] o.e.j.s.AbstractConnector Started ServerConnector@39dce014{HTTP/1.1,[http/1.1]}{127.0.0.1:56292}
   [junit4]   2> 30307 INFO  (SUITE-SolrExampleStreamingTest-seed#[C05C697DE8DCDE8B]-worker) [    ] o.e.j.s.Server Started @36300ms
   [junit4]   2> 30307 INFO  (SUITE-SolrExampleStreamingTest-seed#[C05C697DE8DCDE8B]-worker) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=56292, configSetBaseDir=C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-solrj\test\J0\temp\solr.client.solrj.embedded.SolrExampleStreamingTest_C05C697DE8DCDE8B-001\tempDir-001, coreRootDirectory=C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-solrj\test\J0\temp\solr.client.solrj.embedded.SolrExampleStreamingTest_C05C697DE8DCDE8B-001\tempDir-002\cores}
   [junit4]   2> 30308 ERROR (SUITE-SolrExampleStreamingTest-seed#[C05C697DE8DCDE8B]-worker) [    ] o.a.s.s.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 30308 INFO  (SUITE-SolrExampleStreamingTest-seed#[C05C697DE8DCDE8B]-worker) [    ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr™ version 7.0.0
   [junit4]   2> 30308 INFO  (SUITE-SolrExampleStreamingTest-seed#[C05C697DE8DCDE8B]-worker) [    ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in standalone mode on port null
   [junit4]   2> 30308 INFO  (SUITE-SolrExampleStreamingTest-seed#[C05C697DE8DCDE8B]-worker) [    ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 30308 INFO  (SUITE-SolrExampleStreamingTest-seed#[C05C697DE8DCDE8B]-worker) [    ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2017-03-16T22:27:20.559Z
   [junit4]   2> 30308 INFO  (SUITE-SolrExampleStreamingTest-seed#[C05C697DE8DCDE8B]-worker) [    ] o.a.s.c.SolrXmlConfig Loading container configuration from C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-solrj\test\J0\temp\solr.client.solrj.embedded.SolrExampleStreamingTest_C05C697DE8DCDE8B-001\tempDir-001\solr.xml
   [junit4]   2> 30457 INFO  (SUITE-SolrExampleStreamingTest-seed#[C05C697DE8DCDE8B]-worker) [    ] o.a.s.c.CorePropertiesLocator Found 1 core definitions underneath C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-solrj\test\J0\temp\solr.client.solrj.embedded.SolrExampleStreamingTest_C05C697DE8DCDE8B-001\tempDir-001
   [junit4]   2> 30458 INFO  (SUITE-SolrExampleStreamingTest-seed#[C05C697DE8DCDE8B]-worker) [    ] o.a.s.c.CorePropertiesLocator Cores are: [collection1]
   [junit4]   2> 30498 WARN  (coreLoadExecutor-86-thread-1) [    x:collection1] o.a.s.c.SolrConfig Couldn't add files from C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-solrj\test\J0\temp\solr.client.solrj.embedded.SolrExampleStreamingTest_C05C697DE8DCDE8B-001\tempDir-001\collection1\..\..\..\..\contrib\extraction\lib filtered by .*\.jar to classpath: C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-solrj\test\J0\temp\solr.client.solrj.embedded.SolrExampleStreamingTest_C05C697DE8DCDE8B-001\tempDir-001\collection1\..\..\..\..\contrib\extraction\lib
   [junit4]   2> 30499 WARN  (coreLoadExecutor-86-thread-1) [    x:collection1] o.a.s.c.SolrConfig Couldn't add files from C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-solrj\test\J0\temp\solr.client.solrj.embedded.SolrExampleStreamingTest_C05C697DE8DCDE8B-001\tempDir-001\collection1\..\..\..\..\dist filtered by solr-cell-\d.*\.jar to classpath: C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-solrj\test\J0\temp\solr.client.solrj.embedded.SolrExampleStreamingTest_C05C697DE8DCDE8B-001\tempDir-001\collection1\..\..\..\..\dist
   [junit4]   2> 30500 WARN  (coreLoadExecutor-86-thread-1) [    x:collection1] o.a.s.c.SolrConfig Couldn't add files from C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-solrj\test\J0\temp\solr.client.solrj.embedded.SolrExampleStreamingTest_C05C697DE8DCDE8B-001\tempDir-001\collection1\..\..\..\..\contrib\clustering\lib filtered by .*\.jar to classpath: C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-solrj\test\J0\temp\solr.client.solrj.embedded.SolrExampleStreamingTest_C05C697DE8DCDE8B-001\tempDir-001\collection1\..\..\..\..\contrib\clustering\lib
   [junit4]   2> 30500 WARN  (coreLoadExecutor-86-thread-1) [    x:collection1] o.a.s.c.SolrConfig Couldn't add files from C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-solrj\test\J0\temp\solr.client.solrj.embedded.SolrExampleStreamingTest_C05C697DE8DCDE8B-001\tempDir-001\collection1\..\..\..\..\dist filtered by solr-clustering-\d.*\.jar to classpath: C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-solrj\test\J0\temp\solr.client.solrj.embedded.SolrExampleStreamingTest_C05C697DE8DCDE8B-001\tempDir-001\collection1\..\..\..\..\dist
   [junit4]   2> 30501 WARN  (coreLoadExecutor-86-thread-1) [    x:collection1] o.a.s.c.SolrConfig Couldn't add files from C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-solrj\test\J0\temp\solr.client.solrj.embedded.SolrExampleStreamingTest_C05C697DE8DCDE8B-001\tempDir-001\collection1\..\..\..\..\contrib\langid\lib filtered by .*\.jar to classpath: C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-solrj\test\J0\temp\solr.client.solrj.embedded.SolrExampleStreamingTest_C05C697DE8DCDE8B-001\tempDir-001\collection1\..\..\..\..\contrib\langid\lib
   [junit4]   2> 30502 WARN  (coreLoadExecutor-86-thread-1) [    x:collection1] o.a.s.c.SolrConfig Couldn't add files from C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-solrj\test\J0\temp\solr.client.solrj.embedded.SolrExampleStreamingTest_C05C697DE8DCDE8B-001\tempDir-001\collection1\..\..\..\..\dist filtered by solr-langid-\d.*\.jar to classpath: C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-solrj\test\J0\temp\solr.client.solrj.embedded.SolrExampleStreamingTest_C05C697DE8DCDE8B-001\tempDir-001\collection1\..\..\..\..\dist
   [junit4]   2> 30502 WARN  (coreLoadExecutor-86-thread-1) [    x:collection1] o.a.s.c.SolrConfig Couldn't add files from C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-solrj\test\J0\temp\solr.client.solrj.embedded.SolrExampleStreamingTest_C05C697DE8DCDE8B-001\tempDir-001\collection1\..\..\..\..\contrib\ltr\lib filtered by .*\.jar to classpath: C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-solrj\test\J0\temp\solr.client.solrj.embedded.SolrExampleStreamingTest_C05C697DE8DCDE8B-001\tempDir-001\collection1\..\..\..\..\contrib\ltr\lib
   [junit4]   2> 30503 WARN  (coreLoadExecutor-86-thread-1) [    x:collection1] o.a.s.c.SolrConfig Couldn't add files from C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-solrj\test\J0\temp\solr.client.solrj.embedded.SolrExampleStreamingTest_C05C697DE8DCDE8B-001\tempDir-001\collection1\..\..\..\..\dist filtered by solr-ltr-\d.*\.jar to classpath: C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-solrj\test\J0\temp\solr.client.solrj.embedded.SolrExampleStreamingTest_C05C697DE8DCDE8B-001\tempDir-001\collection1\..\..\..\..\dist
   [junit4]   2> 30503 WARN  (coreLoadExecutor-86-thread-1) [    x:collection1] o.a.s.c.SolrConfig Couldn't add files from C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-solrj\test\J0\temp\solr.client.solrj.embedded.SolrExampleStreamingTest_C05C697DE8DCDE8B-001\tempDir-001\collection1\..\..\..\..\contrib\velocity\lib filtered by .*\.jar to classpath: C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-solrj\test\J0\temp\solr.client.solrj.embedded.SolrExampleStreamingTest_C05C697DE8DCDE8B-001\tempDir-001\collection1\..\..\..\..\contrib\velocity\lib
   [junit4]   2> 30504 WARN  (coreLoadExecutor-86-thread-1) [    x:collection1] o.a.s.c.SolrConfig Couldn't add files from C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-solrj\test\J0\temp\solr.client.solrj.embedded.SolrExampleStreamingTest_C05C697DE8DCDE8B-001\tempDir-001\collection1\..\..\..\..\dist filtered by solr-velocity-\d.*\.jar to classpath: C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-solrj\test\J0\temp\solr.client.solrj.embedded.SolrExampleStreamingTest_C05C697DE8DCDE8B-001\tempDir-001\collection1\..\..\..\..\dist
   [junit4]   2> 30515 INFO  (coreLoadExecutor-86-thread-1) [    x:collection1] o.a.s.u.SolrIndexConfig IndexWriter infoStream solr logging is enabled
   [junit4]   2> 30517 INFO  (coreLoadExecutor-86-thread-1) [    x:collection1] o.a.s.c.SolrConfig Using Lucene MatchVersion: 7.0.0
   [junit4]   2> 30672 INFO  (coreLoadExecutor-86-thread-1) [    x:collection1] o.a.s.s.IndexSchema [collection1] Schema name=example
   [junit4]   2> 31070 WARN  (coreLoadExecutor-86-thread-1) [    x:collection1] o.a.s.c.SolrResourceLoader Solr loaded a deprecated plugin/analysis class [solr.SynonymFilterFactory]. Please consult documentation how to replace it accordingly.
   [junit4]   2> 31844 INFO  (coreLoadExecutor-86-thread-1) [    x:collection1] o.a.s.r.RestManager Registered ManagedResource impl org.apache.solr.rest.schema.analysis.ManagedWordSetResource for path /schema/analysis/stopwords/english
   [junit4]   2> 31847 INFO  (coreLoadExecutor-86-thread-1) [    x:collection1] o.a.s.r.RestManager Registered ManagedResource impl org.apache.solr.rest.schema.analysis.ManagedSynonymFilterFactory$SynonymManager for path /schema/analysis/synonyms/english
   [junit4]   2> 31854 INFO  (coreLoadExecutor-86-thread-1) [    x:collection1] o.a.s.s.IndexSchema Loaded schema example/1.6 with uniqueid field id
   [junit4]   2> 31854 INFO  (coreLoadExecutor-86-thread-1) [    x:collection1] o.a.s.r.RestManager Added observer of type org.apache.solr.rest.schema.analysis.ManagedStopFilterFactory to existing ManagedResource /schema/analysis/stopwords/english
   [junit4]   2> 31854 INFO  (coreLoadExecutor-86-thread-1) [    x:collection1] o.a.s.r.RestManager Added observer of type org.apache.solr.rest.schema.analysis.ManagedSynonymFilterFactory to existing ManagedResource /schema/analysis/synonyms/english
   [junit4]   2> 31910 INFO  (coreLoadExecutor-86-thread-1) [    x:collection1] o.a.s.c.CoreContainer Creating SolrCore 'collection1' using configuration from instancedir C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-solrj\test\J0\temp\solr.client.solrj.embedded.SolrExampleStreamingTest_C05C697DE8DCDE8B-001\tempDir-001\collection1
   [junit4]   2> 31911 INFO  (coreLoadExecutor-86-thread-1) [    x:collection1] o.a.s.c.SolrCore solr.RecoveryStrategy.Builder
   [junit4]   2> 31911 INFO  (coreLoadExecutor-86-thread-1) [    x:collection1] o.a.s.c.SolrCore [[collection1] ] Opening new SolrCore at [C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-solrj\test\J0\temp\solr.client.solrj.embedded.SolrExampleStreamingTest_C05C697DE8DCDE8B-001\tempDir-001\collection1], dataDir=[C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-solrj\test\J0\temp\solr.client.solrj.embedded.SolrExampleStreamingTest_C05C697DE8DCDE8B-001\tempDir-001\collection1\data\]
   [junit4]   2> 31916 INFO  (coreLoadExecutor-86-thread-1) [    x:collection1] o.a.s.c.JmxMonitoredMap JMX monitoring is enabled. Adding Solr mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@65354af6
   [junit4]   2> 32059 INFO  (coreLoadExecutor-86-thread-1) [    x:collection1] o.a.s.u.LoggingInfoStream [IFD][coreLoadExecutor-86-thread-1]: init: current segments file is "segments"; deletionPolicy=org.apache.solr.core.IndexDeletionPolicyWrapper@64ee6a0d
   [junit4]   2> 32059 INFO  (coreLoadExecutor-86-thread-1) [    x:collection1] o.a.s.u.LoggingInfoStream [IFD][coreLoadExecutor-86-thread-1]: delete []
   [junit4]   2> 32059 INFO  (coreLoadExecutor-86-thread-1) [    x:collection1] o.a.s.u.LoggingInfoStream [IFD][coreLoadExecutor-86-thread-1]: now checkpoint "" [0 segments ; isCommit = false]
   [junit4]   2> 32059 INFO  (coreLoadExecutor-86-thread-1) [    x:collection1] o.a.s.u.LoggingInfoStream [IFD][coreLoadExecutor-86-thread-1]: delete []
   [junit4]   2> 32059 INFO  (coreLoadExecutor-86-thread-1) [    x:collection1] o.a.s.u.LoggingInfoStream [IFD][coreLoadExecutor-86-thread-1]: 0 msec to checkpoint
   [junit4]   2> 32059 INFO  (coreLoadExecutor-86-thread-1) [    x:collection1] o.a.s.u.LoggingInfoStream [IW][coreLoadExecutor-86-thread-1]: init: create=true
   [junit4]   2> 32059 INFO  (coreLoadExecutor-86-thread-1) [    x:collection1] o.a.s.u.LoggingInfoStream [IW][coreLoadExecutor-86-thread-1]: 
   [junit4]   2> dir=MockDirectoryWrapper(RAMDirectory@48e6f131 lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@27920675)
   [junit4]   2> index=
   [junit4]   2> version=7.0.0
   [junit4]   2> analyzer=org.apache.solr.update.SolrIndexConfig$DelayedSchemaAnalyzer
   [junit4]   2> ramBufferSizeMB=100.0
   [junit4]   2> maxBufferedDocs=-1
   [junit4]   2> maxBufferedDeleteTerms=-1
   [junit4]   2> mergedSegmentWarmer=null
   [junit4]   2> delPolicy=org.apache.solr.core.IndexDeletionPolicyWrapper
   [junit4]   2> commit=null
   [junit4]   2> openMode=CREATE
   [junit4]   2> similarity=org.apache.solr.search.similarities.SchemaSimilarityFactory$SchemaSimilarity
   [junit4]   2> mergeScheduler=ConcurrentMergeScheduler: maxThreadCount=-1, maxMergeCount=-1, ioThrottle=true
   [junit4]   2> codec=Lucene70
   [junit4]   2> infoStream=org.apache.solr.update.LoggingInfoStream
   [junit4]   2> mergePolicy=[TieredMergePolicy: maxMergeAtOnce=10, maxMergeAtOnceExplicit=30, maxMergedSegmentMB=5120.0, floorSegmentMB=2.0, forceMergeDeletesPctAllowed=10.0, segmentsPerTier=10.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.1
   [junit4]   2> indexerThreadPool=org.apache.lucene.index.DocumentsWriterPerThreadPool@7ef78648
   [junit4]   2> readerPooling=false
   [junit4]   2> perThreadHardLimitMB=1945
   [junit4]   2> useCompoundFile=false
   [junit4]   2> commitOnClose=true
   [junit4]   2> indexSort=null
   [junit4]   2> writer=org.apache.solr.update.SolrIndexWriter@1e78fde
   [junit4]   2> 
   [junit4]   2> 32060 INFO  (coreLoadExecutor-86-thread-1) [    x:collection1] o.a.s.u.LoggingInfoStream [IW][coreLoadExecutor-86-thread-1]: MMapDirectory.UNMAP_SUPPORTED=true
   [junit4]   2> 32060 INFO  (coreLoadExecutor-86-thread-1) [    x:collection1] o.a.s.u.LoggingInfoStream [IW][coreLoadExecutor-86-thread-1]: now flush at close
   [junit4]   2> 32060 INFO  (coreLoadExecutor-86-thread-1) [    x:collection1] o.a.s.u.LoggingInfoStream [IW][coreLoadExecutor-86-thread-1]:   start flush: applyAllDeletes=true
   [junit4]   2> 32060 INFO  (coreLoadExecutor-86-thread-1) [    x:collection1] o.a.s.u.LoggingInfoStream [IW][coreLoadExecutor-86-thread-1]:   index before flush 
   [junit4]   2> 32060 INFO  (coreLoadExecutor-86-thread-1) [    x:collection1] o.a.s.u.LoggingInfoStream [DW][coreLoadExecutor-86-thread-1]: startFullFlush
   [junit4]   2> 32060 INFO  (coreLoadExecutor-86-thread-1) [    x:collection1] o.a.s.u.LoggingInfoStream [DW][coreLoadExecutor-86-thread-1]: coreLoadExecutor-86-thread-1 finishFullFlush success=true
   [junit4]   2> 32060 INFO  (coreLoadExecutor-86-thread-1) [    x:collection1] o.a.s.u.LoggingInfoStream [IW][coreLoadExecutor-86-thread-1]: apply all deletes during flush
   [junit4]   2> 32060 INFO  (coreLoadExecutor-86-thread-1) [    x:collection1] o.a.s.u.LoggingInfoStream [IW][coreLoadExecutor-86-thread-1]: now apply all deletes for all segments maxDoc=0
   [junit4]   2> 32060 INFO  (coreLoadExecutor-86-thread-1) [    x:collection1] o.a.s.u.LoggingInfoStream [BD][coreLoadExecutor-86-thread-1]: prune sis=segments:  minGen=9223372036854775807 packetCount=0
   [junit4]   2> 32060 INFO  (coreLoadExecutor-86-thread-1) [    x:collection1] o.a.s.u.LoggingInfoStream [MS][coreLoadExecutor-86-thread-1]: initDynamicDefaults spins=true maxThreadCount=1 maxMergeCount=6
   [junit4]   2> 32061 INFO  (coreLoadExecutor-86-thread-1) [    x:collection1] o.a.s.u.LoggingInfoStream [MS][coreLoadExecutor-86-thread-1]: updateMergeThreads ioThrottle=true targetMBPerSec=10240.0 MB/sec
   [junit4]   2> 32061 INFO  (coreLoadExecutor-86-thread-1) [    x:collection1] o.a.s.u.LoggingInfoStream [MS][coreLoadExecutor-86-thread-1]: now merge
   [junit4]   2> 32061 INFO  (coreLoadExecutor-86-thread-1) [    x:collection1] o.a.s.u.LoggingInfoStream [MS][coreLoadExecutor-86-thread-1]:   index: 
   [junit4]   2> 32061 INFO  (coreLoadExecutor-86-thread-1) [    x:collection1] o.a.s.u.LoggingInfoStream [MS][coreLoadExecutor-86-thread-1]:   no more merges pending; now return
   [junit4]   2> 32061 INFO  (coreLoadExecutor-86-thread-1) [    x:collection1] o.a.s.u.LoggingInfoStream [IW][coreLoadExecutor-86-thread-1]: waitForMerges
   [junit4]   2> 32061 INFO  (coreLoadExecutor-86-thread-1) [    x:collection1] o.a.s.u.LoggingInfoStream [IW][coreLoadExecutor-86-thread-1]: waitForMerges done
   [junit4]   2> 32061 INFO  (coreLoadExecutor-86-thread-1) [    x:collection1] o.a.s.u.LoggingInfoStream [IW][coreLoadExecutor-86-thread-1]: commit: start
   [junit4]   2> 32061 INFO  (coreLoadExecutor-86-thread-1) [    x:collection1] o.a.s.u.LoggingInfoStream [IW][coreLoadExecutor-86-thread-1]: commit: enter lock
   [junit4]   2> 32061 INFO  (coreLoadExecutor-86-thread-1) [    x:collection1] o.a.s.u.LoggingInfoStream [IW][coreLoadExecutor-86-thread-1]: commit: now prepare
   [junit4]   2> 32061 INFO  (coreLoadExecutor-86-thread-1) [    x:collection1] o.a.s.u.LoggingInfoStream [IW][coreLoadExecutor-86-thread-1]: prepareCommit: flush
   [junit4]   2> 32061 INFO  (coreLoadExecutor-86-thread-1) [    x:collection1] o.a.s.u.LoggingInfoStream [IW][coreLoadExecutor-86-thread-1]:   index before flush 
   [junit4]   2> 32061 INFO  (coreLoadExecutor-86-thread-1) [    x:collection1] o.a.s.u.LoggingInfoStream [DW][coreLoadExecutor-86-thread-1]: startFullFlush
   [junit4]   2> 32061 INFO  (coreLoadExecutor-86-thread-1) [    x:collection1] o.a.s.u.LoggingInfoStream [IW][coreLoadExecutor-86-thread-1]: apply all deletes during flush
   [junit4]   2> 32061 INFO  (coreLoadExecutor-86-thread-1) [    x:collection1] o.a.s.u.LoggingInfoStream [IW][coreLoadExecutor-86-thread-1]: now apply all deletes for all segments maxDoc=0
   [junit4]   2> 32061 INFO  (coreLoadExecutor-86-thread-1) [    x:collection1] o.a.s.u.LoggingInfoStream [BD][coreLoadExecutor-86-thread-1]: prune sis=segments:  minGen=9223372036854775807 packetCount=0
   [junit4]   2> 32062 INFO  (coreLoadExecutor-86-thread-1) [    x:collection1] o.a.s.u.LoggingInfoStream [DW][coreLoadExecutor-86-thread-1]: coreLoadExecutor-86-thread-1 finishFullFlush success=true
   [junit4]   2> 32062 INFO  (coreLoadExecutor-86-thread-1) [    x:collection1] o.a.s.u.LoggingInfoStream [IW][coreLoadExecutor-86-thread-1]: startCommit(): start
   [junit4]   2> 32062 INFO  (coreLoadExecutor-86-thread-1) [    x:collection1] o.a.s.u.LoggingInfoStream [IW][coreLoadExecutor-86-thread-1]: startCommit index= changeCount=2
   [junit4]   2> 32062 INFO  (coreLoadExecutor-86-thread-1) [    x:collection1] o.a.s.u.LoggingInfoStream [IW][coreLoadExecutor-86-thread-1]: startCommit: wrote pending segments file "pending_segments_1"
   [junit4]   2> 32062 INFO  (coreLoadExecutor-86-thread-1) [    x:collection1] o.a.s.u.LoggingInfoStream [IW][coreLoadExecutor-86-thread-1]: done all syncs: []
   [junit4]   2> 32062 INFO  (coreLoadExecutor-86-thread-1) [    x:collection1] o.a.s.u.LoggingInfoStream [IW][coreLoadExecutor-86-thread-1]: commit: pendingCommit != null
   [junit4]   2> 32062 INFO  (coreLoadExecutor-86-thread-1) [    x:collection1] o.a.s.u.LoggingInfoStream [IW][coreLoadExecutor-86-thread-1]: commit: done writing segments file "segments_1"
   [junit4]   2> 32062 INFO  (coreLoadExecutor-86-thread-1) [    x:collection1] o.a.s.u.LoggingInfoStream [IFD][coreLoadExecutor-86-thread-1]: now checkpoint "" [0 segments ; isCommit = true]
   [junit4]   2> 32062 INFO  (coreLoadExecutor-86-thread-1) [    x:collection1] o.a.s.u.LoggingInfoStream [IFD][coreLoadExecutor-86-thread-1]: 0 msec to checkpoint
   [junit4]   2> 32062 INFO  (coreLoadExecutor-86-thread-1) [    x:collection1] o.a.s.u.LoggingInfoStream [IFD][coreLoadExecutor-86-thread-1]: delete []
   [junit4]   2> 32062 INFO  (coreLoadExecutor-86-thread-1) [    x:collection1] o.a.s.u.LoggingInfoStream [IW][coreLoadExecutor-86-thread-1]: commit: took 1.3 msec
   [junit4]   2> 32062 INFO  (coreLoadExecutor-86-thread-1) [    x:collection1] o.a.s.u.LoggingInfoStream [IW][coreLoadExecutor-86-thread-1]: commit: done
   [junit4]   2> 32062 INFO  (coreLoadExecutor-86-thread-1) [    x:collection1] o.a.s.u.LoggingInfoStream [IW][coreLoadExecutor-86-thread-1]: rollback
   [junit4]   2> 32062 INFO  (coreLoadExecutor-86-thread-1) [    x:collection1] o.a.s.u.LoggingInfoStream [IW][coreLoadExecutor-86-thread-1]: all running merges have aborted
   [junit4]   2> 32062 INFO  (coreLoadExecutor-86-thread-1) [    x:collection1] o.a.s.u.LoggingInfoStream [IW][coreLoadExecutor-86-thread-1]: rollback: done finish merges
   [junit4]   2> 32062 INFO  (coreLoadExecutor-86-thread-1) [    x:collection1] o.a.s.u.LoggingInfoStream [DW][coreLoadExecutor-86-thread-1]: abort
   [junit4]   2> 32062 INFO  (coreLoadExecutor-86-thread-1) [    x:collection1] o.a.s.u.LoggingInfoStream [DW][coreLoadExecutor-86-thread-1]: done abort success=true
   [junit4]   2> 32062 INFO  (coreLoadExecutor-86-thread-1) [    x:collection1] o.a.s.u.LoggingInfoStream [IW][coreLoadExecutor-86-thread-1]: rollback: infos=
   [junit4]   2> 32062 INFO  (coreLoadExecutor-86-thread-1) [    x:collection1] o.a.s.u.LoggingInfoStream [IFD][coreLoadExecutor-86-thread-1]: now checkpoint "" [0 segments ; isCommit = false]
   [junit4]   2> 32062 INFO  (coreLoadExecutor-86-thread-1) [    x:collection1] o.a.s.u.LoggingInfoStream [IFD][coreLoadExecutor-86-thread-1]: delete []
   [junit4]   2> 32062 INFO  (coreLoadExecutor-86-thread-1) [    x:collection1] o.a.s.u.LoggingInfoStream [IFD][coreLoadExecutor-86-thread-1]: 0 msec to checkpoint
   [junit4]   2> 32063 INFO  (coreLoadExecutor-86-thread-1) [    x:collection1] o.a.s.u.LoggingInfoStream [IFD][coreLoadExecutor-86-thread-1]: delete []
   [junit4]   2> 32115 INFO  (coreLoadExecutor-86-thread-1) [    x:collection1] o.a.s.r.XSLTResponseWriter xsltCacheLifetimeSeconds=5
   [junit4]   2> 32572 INFO  (coreLoadExecutor-86-thread-1) [    x:collection1] o.a.s.u.UpdateHandler Using UpdateLog implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 32572 INFO  (coreLoadExecutor-86-thread-1) [    x:collection1] o.a.s.u.UpdateLog Initializing UpdateLog: dataDir= defaultSyncLevel=FLUSH numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 32573 INFO  (coreLoadExecutor-86-thread-1) [    x:collection1] o.a.s.u.CommitTracker Hard AutoCommit: if uncommited for 15000ms; 
   [junit4]   2> 32573 INFO  (coreLoadExecutor-86-thread-1) [    x:collection1] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 32575 INFO  (coreLoadExecutor-86-thread-1) [    x:collection1] o.a.s.u.LoggingInfoStream [IFD][coreLoadExecutor-86-thread-1]: init: current segments file is "segments_1"; deletionPolicy=org.apache.solr.core.IndexDeletionPolicyWrapper@64ee6a0d
   [junit4]   2> 32575 INFO  (coreLoadExecutor-86-thread-1) [    x:collection1] o.a.s.u.LoggingInfoStream [IFD][coreLoadExecutor-86-thread-1]: init: load commit "segments_1"
   [junit4]   2> 32575 INFO  (coreLoadExecutor-86-thread-1) [    x:collection1] o.a.s.u.LoggingInfoStream [IFD][coreLoadExecutor-86-thread-1]: delete []
   [junit4]   2> 32575 INFO  (coreLoadExecutor-86-thread-1) [    x:collection1] o.a.s.u.LoggingInfoStream [IFD][coreLoadExecutor-86-thread-1]: now checkpoint "" [0 segments ; isCommit = false]
   [junit4]   2> 32575 INFO  (coreLoadExecutor-86-thread-1) [    x:collection1] o.a.s.u.LoggingInfoStream [IFD][coreLoadExecutor-86-thread-1]: delete []
   [junit4]   2> 32575 INFO  (coreLoadExecutor-86-thread-1) [    x:collection1] o.a.s.u.LoggingInfoStream [IFD][coreLoadExecutor-86-thread-1]: 0 msec to checkpoint
   [junit4]   2> 32575 INFO  (coreLoadExecutor-86-thread-1) [    x:collection1] o.a.s.u.LoggingInfoStream [IW][coreLoadExecutor-86-thread-1]: init: create=false
   [junit4]   2> 32576 INFO  (coreLoadExecutor-86-thread-1) [    x:collection1] o.a.s.u.LoggingInfoStream [IW][coreLoadExecutor-86-thread-1]: 
   [junit4]   2> dir=MockDirectoryWrapper(RAMDirectory@48e6f131 lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@27920675)
   [junit4]   2> index=
   [junit4]   2> version=7.0.0
   [junit4]   2> analyzer=org.apache.solr.update.SolrIndexConfig$DelayedSchemaAnalyzer
   [junit4]   2> ramBufferSizeMB=100.0
   [junit4]   2> maxBufferedDocs=-1
   [junit4]   2> maxBufferedDeleteTerms=-1
   [junit4]   2> mergedSegmentWarmer=null
   [junit4]   2> delPolicy=org.apache.solr.core.IndexDeletionPolicyWrapper
   [junit4]   2> commit=null
   [junit4]   2> openMode=APPEND
   [junit4]   2> similarity=org.apache.solr.search.similarities.SchemaSimilarityFactory$SchemaSimilarity
   [junit4]   2> mergeScheduler=ConcurrentMergeScheduler: maxThreadCount=-1, maxMergeCount=-1, ioThrottle=true
   [junit4]   2> codec=Lucene70
   [junit4]   2> infoStream=org.apache.solr.update.LoggingInfoStream
   [junit4]   2> mergePolicy=[TieredMergePolicy: maxMergeAtOnce=10, maxMergeAtOnceExplicit=30, maxMergedSegmentMB=5120.0, floorSegmentMB=2.0, forceMergeDeletesPctAllowed=10.0, segmentsPerTier=10.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.1
   [junit4]   2> indexerThreadPool=org.apache.lucene.index.DocumentsWriterPerThreadPool@3860888
   [junit4]   2> readerPooling=false
   [junit4]   2> perThreadHardLimitMB=1945
   [junit4]   2> useCompoundFile=false
   [junit4]   2> commitOnClose=true
   [junit4]   2> indexSort=null
   [junit4]   2> writer=org.apache.solr.update.SolrIndexWriter@34d601c9
   [junit4]   2> 
   [junit4]   2> 32576 INFO  (coreLoadExecutor-86-thread-1) [    x:collection1] o.a.s.u.LoggingInfoStream [IW][coreLoadExecutor-86-thread-1]: MMapDirectory.UNMAP_SUPPORTED=true
   [junit4]   2> 32576 INFO  (coreLoadExecutor-86-thread-1) [    x:collection1] o.a.s.u.LoggingInfoStream [IW][coreLoadExecutor-86-thread-1]: flush at getReader
   [junit4]   2> 32576 INFO  (coreLoadExecutor-86-thread-1) [    x:collection1] o.a.s.u.LoggingInfoStream [DW][coreLoadExecutor-86-thread-1]: startFullFlush
   [junit4]   2> 32576 INFO  (coreLoadExecutor-86-thread-1) [    x:collection1] o.a.s.u.LoggingInfoStream [IW][coreLoadExecutor-86-thread-1]: apply all deletes during flush
   [junit4]   2> 32577 INFO  (coreLoadExecutor-86-thread-1) [    x:collection1] o.a.s.u.LoggingInfoStream [IW][coreLoadExecutor-86-thread-1]: now apply all deletes for all segments maxDoc=0
   [junit4]   2> 32577 INFO  (coreLoadExecutor-86-thread-1) [    x:collection1] o.a.s.u.LoggingInfoStream [BD][coreLoadExecutor-86-thread-1]: prune sis=segments_1:  minGen=9223372036854775807 packetCount=0
   [junit4]   2> 32577 INFO  (coreLoadExecutor-86-thread-1) [    x:collection1] o.a.s.u.LoggingInfoStream [IW][coreLoadExecutor-86-thread-1]: incRefDeleter for NRT reader version=2 segments=
   [junit4]   2> 32577 INFO  (coreLoadExecutor-86-thread-1) [    x:collection1] o.a.s.u.LoggingInfoStream [IW][coreLoadExecutor-86-thread-1]: return reader version=2 reader=StandardDirectoryReader(segments_1:2:nrt)
   [junit4]   2> 32577 INFO  (coreLoadExecutor-86-thread-1) [    x:collection1] o.a.s.u.LoggingInfoStream [DW][coreLoadExecutor-86-thread-1]: coreLoadExecutor-86-thread-1 finishFullFlush success=true
   [junit4]   2> 32577 INFO  (coreLoadExecutor-86-thread-1) [    x:collection1] o.a.s.u.LoggingInfoStream [IW][coreLoadExecutor-86-thread-1]: getReader took 1 msec
   [junit4]   2> 32577 INFO  (coreLoadExecutor-86-thread-1) [    x:collection1] o.a.s.s.SolrIndexSearcher Opening [Searcher@5a821648[collection1] main]
   [junit4]   2> 32584 INFO  (coreLoadExecutor-86-thread-1) [    x:collection1] o.a.s.r.ManagedResourceStorage File-based storage initialized to use dir: C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-solrj\test\J0\temp\solr.client.solrj.embedded.SolrExampleStreamingTest_C05C697DE8DCDE8B-001\tempDir-001\collection1\conf
   [junit4]   2> 32585 INFO  (coreLoadExecutor-86-thread-1) [    x:collection1] o.a.s.r.ManagedResourceStorage Loaded LinkedHashMap at path _rest_managed.json using file:dir=C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-solrj\test\J0\temp\solr.client.solrj.embedded.SolrExampleStreamingTest_C05C697DE8DCDE8B-001\tempDir-001\collection1\conf
   [junit4]   2> 32585 INFO  (coreLoadExecutor-86-thread-1) [    x:collection1] o.a.s.r.ManagedResource Loaded initArgs {} for /rest/managed
   [junit4]   2> 32585 INFO  (coreLoadExecutor-86-thread-1) [    x:collection1] o.a.s.r.ManagedResourceStorage Loaded LinkedHashMap at path _schema_analysis_stopwords_english.json using file:dir=C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-solrj\test\J0\temp\solr.client.solrj.embedded.SolrExampleStreamingTest_C05C697DE8DCDE8B-001\tempDir-001\collection1\conf
   [junit4]   2> 32586 INFO  (coreLoadExecutor-86-thread-1) [    x:collection1] o.a.s.r.ManagedResource Loaded initArgs {ignoreCase=true} for /schema/analysis/stopwords/english
   [junit4]   2> 32586 INFO  (coreLoadExecutor-86-thread-1) [    x:collection1] o.a.s.r.s.a.ManagedWordSetResource Loaded 35 words for /schema/analysis/stopwords/english
   [junit4]   2> 32586 INFO  (coreLoadExecutor-86-thread-1) [    x:collection1] o.a.s.r.ManagedResource Notified 2 observers of /schema/analysis/stopwords/english
   [junit4]   2> 32586 INFO  (coreLoadExecutor-86-thread-1) [    x:collection1] o.a.s.r.ManagedResourceStorage Loaded LinkedHashMap at path _schema_analysis_synonyms_english.json using file:dir=C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-solrj\test\J0\temp\solr.client.solrj.embedded.SolrExampleStreamingTest_C05C697DE8DCDE8B-001\tempDir-001\collection1\conf
   [junit4]   2> 32586 INFO  (coreLoadExecutor-86-thread-1) [    x:collection1] o.a.s.r.ManagedResource Loaded initArgs {ignoreCase=true,format=solr} for /schema/analysis/synonyms/english
   [junit4]   2> 32590 INFO  (coreLoadExecutor-86-thread-1) [    x:collection1] o.a.s.r.s.a.ManagedSynonymFilterFactory Loaded 3 synonym mappings for /schema/analysis/synonyms/english
   [junit4]   2> 32593 INFO  (coreLoadExecutor-86-thread-1) [    x:collection1] o.a.s.r.ManagedResource Notified 2 observers of /schema/analysis/synonyms/english
   [junit4]   2> 32593 INFO  (coreLoadExecutor-86-thread-1) [    x:collection1] o.a.s.h.c.SpellCheckComponent Initializing spell checkers
   [junit4]   2> 32645 INFO  (coreLoadExecutor-86-thread-1) [    x:collection1] o.a.s.s.DirectSolrSpellChecker init: {name=default,field=text,classname=solr.DirectSolrSpellChecker,distanceMeasure=internal,accuracy=0.5,maxEdits=2,minPrefix=1,maxInspections=5,minQueryLength=4,maxQueryFrequency=0.01}
   [junit4]   2> 32703 INFO  (coreLoadExecutor-86-thread-1) [    x:collection1] o.a.s.h.c.SuggestComponent Initializing SuggestComponent
   [junit4]   2> 32718 INFO  (coreLoadExecutor-86-thread-1) [    x:collection1] o.a.s.s.s.SolrSuggester init: {name=mySuggester,lookupImpl=FuzzyLookupFactory,dictionaryImpl=DocumentDictionaryFactory,field=cat,weightField=price,suggestAnalyzerFieldType=string,buildOnStartup=false}
   [junit4]   2> 32866 INFO  (coreLoadExecutor-86-thread-1) [    x:collection1] o.a.s.s.s.SolrSuggester Dictionary loaded with params: {name=mySuggester,lookupImpl=FuzzyLookupFactory,dictionaryImpl=DocumentDictionaryFactory,field=cat,weightField=price,suggestAnalyzerFieldType=string,buildOnStartup=false}
   [junit4]   2> 32876 INFO  (coreLoadExecutor-86-thread-1) [    x:collection1] o.a.s.h.c.QueryElevationComponent Loading QueryElevation from: C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-solrj\test\J0\temp\solr.client.solrj.embedded.SolrExampleStreamingTest_C05C697DE8DCDE8B-001\tempDir-001\collection1\conf\elevate.xml
   [junit4]   2> 32931 INFO  (coreLoadExecutor-86-thread-1) [    x:collection1] o.a.s.h.ReplicationHandler Commits will be reserved for  10000
   [junit4]   2> 32931 INFO  (searcherExecutor-87-thread-1-processing-x:collection1) [    x:collection1] o.a.s.c.QuerySenderListener QuerySenderListener sending requests to Searcher@5a821648[collection1] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 32939 INFO  (coreLoadExecutor-86-thread-1) [    x:collection1] o.a.s.u.UpdateLog Could not find max version in index or recent updates, using new clock 1562067067931197440
   [junit4]   2> 32951 INFO  (searcherExecutor-87-thread-1-processing-x:collection1) [    x:collection1] o.a.s.c.S.Request [collection1]  webapp=null path=null params={q=static+firstSearcher+warming+in+solrconfig.xml&distrib=false&event=firstSearcher} hits=0 status=0 QTime=13
   [junit4]   2> 32951 INFO  (searcherExecutor-87-thread-1-processing-x:collection1) [    x:collection1] o.a.s.c.QuerySenderListener QuerySenderListener done.
   [junit4]   2> 32951 INFO  (searcherExecutor-87-thread-1-processing-x:collection1) [    x:collection1] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: default
   [junit4]   2> 32951 INFO  (searcherExecutor-87-thread-1-processing-x:collection1) [    x:collection1] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: wordbreak
   [junit4]   2> 32955 INFO  (searcherExecutor-87-thread-1-processing-x:collection1) [    x:collection1] o.a.s.c.SolrCore [collection1] Registered new searcher Searcher@5a821648[collection1] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 32975 INFO  (SUITE-SolrExampleStreamingTest-seed#[C05C697DE8DCDE8B]-worker) [    ] o.a.s.SolrJettyTestBase Jetty Assigned Port#56292
   [junit4]   2> 32979 INFO  (TEST-SolrExampleStreamingTest.testLukeHandler-seed#[C05C697DE8DCDE8B]) [    ] o.a.s.SolrTestCaseJ4 ###Starting testLukeHandler
   [junit4]   2> 33163 INFO  (qtp1837339555-643) [    x:collection1] o.a.s.u.LoggingInfoStream [DW][qtp1837339555-643]: anyChanges? numDocsInRam=0 deletes=true hasTickets:false pendingChangesInFullFlush: false
   [junit4]   2> 33164 INFO  (qtp1837339555-643) [    x:collection1] o.a.s.u.LoggingInfoStream [DW][qtp1837339555-643]: anyChanges? numDocsInRam=0 deletes=true hasTickets:false pendingChangesInFullFlush: false
   [junit4]   2> 33164 INFO  (qtp1837339555-643) [    x:collection1] o.a.s.u.LoggingInfoStream [IW][qtp1837339555-643]: nrtIsCurrent: infoVersion matches: true; DW changes: true; BD changes: false
   [junit4]   2> 33164 INFO  (qtp1837339555-643) [    x:collection1] o.a.s.u.LoggingInfoStream [IW][qtp1837339555-643]: flush at getReader
   [junit4]   2> 33164 INFO  (qtp1837339555-643) [    x:collection1] o.a.s.u.LoggingInfoStream [DW][qtp1837339555-643]: startFullFlush
   [junit4]   2> 33164 INFO  (qtp1837339555-643) [    x:collection1] o.a.s.u.LoggingInfoStream [DW][qtp1837339555-643]: anyChanges? numDocsInRam=0 deletes=true hasTickets:false pendingChangesInFullFlush: false
   [junit4]   2> 33164 INFO  (qtp1837339555-643) [    x:collection1] o.a.s.u.LoggingInfoStream [DW][qtp1837339555-643]: qtp1837339555-643: flush naked frozen global deletes
   [junit4]   2> 33165 INFO  (qtp1837339555-643) [    x:collection1] o.a.s.u.LoggingInfoStream [BD][qtp1837339555-643]: push deletes  1 deleted queries bytesUsed=100 segmentPrivate?=false delGen=2 packetCount=1 totBytesUsed=100
   [junit4]   2> 33165 INFO  (qtp1837339555-643) [    x:collection1] o.a.s.u.LoggingInfoStream [DW][qtp1837339555-643]: flush: push buffered updates:  1 deleted queries bytesUsed=100
   [junit4]   2> 33165 INFO  (qtp1837339555-643) [    x:collection1] o.a.s.u.LoggingInfoStream [IW][qtp1837339555-643]: apply all deletes during flush
   [junit4]   2> 33165 INFO  (qtp1837339555-643) [    x:collection1] o.a.s.u.LoggingInfoStream [IW][qtp1837339555-643]: now apply all deletes for all segments maxDoc=0
   [junit4]   2> 33165 INFO  (qtp1837339555-643) [    x:collection1] o.a.s.u.LoggingInfoStream [BD][qtp1837339555-643]: prune sis=segments_1:  minGen=9223372036854775807 packetCount=1
   [junit4]   2> 33165 INFO  (qtp1837339555-643) [    x:collection1] o.a.s.u.LoggingInfoStream [BD][qtp1837339555-643]: pruneDeletes: prune 1 packets; 0 packets remain
   [junit4]   2> 33165 INFO  (qtp1837339555-643) [    x:collection1] o.a.s.u.LoggingInfoStream [IW][qtp1837339555-643]: incRefDeleter for NRT reader version=2 segments=
   [junit4]   2> 33165 INFO  (qtp1837339555-643) [    x:collection1] o.a.s.u.LoggingInfoStream [IW][qtp1837339555-643]: return reader version=2 reader=StandardDirectoryReader(segments_1:2:nrt)
   [junit4]   2> 33165 INFO  (qtp1837339555-643) [    x:collection1] o.a.s.u.LoggingInfoStream [DW][qtp1837339555-643]: qtp1837339555-643 finishFullFlush success=true
   [junit4]   2> 33165 INFO  (qtp1837339555-643) [    x:collection1] o.a.s.u.LoggingInfoStream [IW][qtp1837339555-643]: getReader took 1 msec
   [junit4]   2> 33165 INFO  (qtp1837339555-643) [    x:collection1] o.a.s.u.LoggingInfoStream [IFD][qtp1837339555-643]: delete []
   [junit4]   2> 33165 INFO  (qtp1837339555-643) [    x:collection1] o.a.s.u.LoggingInfoStream [IW][qtp1837339555-643]: decRefDeleter for NRT reader version=2 segments=
   [junit4]   2> 33166 INFO  (qtp1837339555-643) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=xml&version=2.2}{deleteByQuery=*:* (-1562067068162932736)} 0 163
   [junit4]   2> 33236 INFO  (qtp1837339555-644) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=xml&version=2.2}{add=[ID3 (1562067068236333056)]} 0 10
   [junit4]   2> 33238 INFO  (qtp1837339555-645) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=xml&version=2.2}{add=[ID4 (1562067068241575936)]} 0 2
   [junit4]   2> 33238 INFO  (qtp1837339555-647) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=xml&version=2.2}{add=[ID2 (1562067068240527360)]} 0 6
   [junit4]   2> 33240 INFO  (qtp1837339555-648) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=xml&version=2.2}{add=[ID1 (1562067068238430208)]} 0 8
   [junit4]   2> 33240 INFO  (qtp1837339555-646) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=xml&version=2.2}{add=[ID0 (1562067068239478784)]} 0 6
   [junit4]   2> 33241 INFO  (qtp1837339555-646) [    x:collection1] o.a.s.u.DirectUpdateHandler2 start commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 33241 INFO  (qtp1837339555-646) [    x:collection1] o.a.s.u.SolrIndexWriter Calling setCommitData with IW:org.apache.solr.update.SolrIndexWriter@34d601c9 commitCommandVersion:0
   [junit4]   2> 33241 INFO  (qtp1837339555-646) [    x:collection1] o.a.s.u.LoggingInfoStream [IW][qtp1837339555-646]: commit: start
   [junit4]   2> 33241 INFO  (qtp1837339555-646) [    x:collection1] o.a.s.u.LoggingInfoStream [IW][qtp1837339555-646]: commit: enter lock
   [junit4]   2> 33241 INFO  (qtp1837339555-646) [    x:collection1] o.a.s.u.LoggingInfoStream [IW][qtp1837339555-646]: commit: now prepare
   [junit4]   2> 33241 INFO  (qtp1837339555-646) [    x:collection1] o.a.s.u.LoggingInfoStream [IW][qtp1837339555-646]: prepareCommit: flush
   [junit4]   2> 33241 INFO  (qtp1837339555-646) [    x:collection1] o.a.s.u.LoggingInfoStream [IW][qtp1837339555-646]:   index before flush 
   [junit4]   2> 33241 INFO  (qtp1837339555-646) [    x:collection1] o.a.s.u.LoggingInfoStream [DW][qtp1837339555-646]: startFullFlush
   [junit4]   2> 33241 INFO  (qtp1837339555-646) [    x:collection1] o.a.s.u.LoggingInfoStream [DW][qtp1837339555-646]: anyChanges? numDocsInRam=5 deletes=true hasTickets:false pendingChangesInFullFlush: 

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

8441 INFO  (coreCloseExecutor-329-thread-1) [    x:collection1] o.a.s.c.SolrCore [collection1]  CLOSING SolrCore org.apache.solr.core.SolrCore@60913179
   [junit4]   2> 98443 INFO  (coreCloseExecutor-329-thread-1) [    x:collection1] o.a.s.u.LoggingInfoStream [IW][coreCloseExecutor-329-thread-1]: now flush at close
   [junit4]   2> 98443 INFO  (coreCloseExecutor-329-thread-1) [    x:collection1] o.a.s.u.LoggingInfoStream [IW][coreCloseExecutor-329-thread-1]:   start flush: applyAllDeletes=true
   [junit4]   2> 98443 INFO  (coreCloseExecutor-329-thread-1) [    x:collection1] o.a.s.u.LoggingInfoStream [IW][coreCloseExecutor-329-thread-1]:   index before flush _1b(7.0.0):C1
   [junit4]   2> 98443 INFO  (coreCloseExecutor-329-thread-1) [    x:collection1] o.a.s.u.LoggingInfoStream [DW][coreCloseExecutor-329-thread-1]: startFullFlush
   [junit4]   2> 98443 INFO  (coreCloseExecutor-329-thread-1) [    x:collection1] o.a.s.u.LoggingInfoStream [DW][coreCloseExecutor-329-thread-1]: coreCloseExecutor-329-thread-1 finishFullFlush success=true
   [junit4]   2> 98443 INFO  (coreCloseExecutor-329-thread-1) [    x:collection1] o.a.s.u.LoggingInfoStream [IW][coreCloseExecutor-329-thread-1]: apply all deletes during flush
   [junit4]   2> 98443 INFO  (coreCloseExecutor-329-thread-1) [    x:collection1] o.a.s.u.LoggingInfoStream [IW][coreCloseExecutor-329-thread-1]: now apply all deletes for all segments maxDoc=1
   [junit4]   2> 98443 INFO  (coreCloseExecutor-329-thread-1) [    x:collection1] o.a.s.u.LoggingInfoStream [BD][coreCloseExecutor-329-thread-1]: applyDeletes: open segment readers took 0 msec
   [junit4]   2> 98443 INFO  (coreCloseExecutor-329-thread-1) [    x:collection1] o.a.s.u.LoggingInfoStream [BD][coreCloseExecutor-329-thread-1]: applyDeletes: no segments; skipping
   [junit4]   2> 98443 INFO  (coreCloseExecutor-329-thread-1) [    x:collection1] o.a.s.u.LoggingInfoStream [BD][coreCloseExecutor-329-thread-1]: prune sis=segments_1x: _1b(7.0.0):C1 minGen=305 packetCount=0
   [junit4]   2> 98443 INFO  (coreCloseExecutor-329-thread-1) [    x:collection1] o.a.s.u.LoggingInfoStream [MS][coreCloseExecutor-329-thread-1]: updateMergeThreads ioThrottle=true targetMBPerSec=10240.0 MB/sec
   [junit4]   2> 98443 INFO  (coreCloseExecutor-329-thread-1) [    x:collection1] o.a.s.u.LoggingInfoStream [MS][coreCloseExecutor-329-thread-1]: now merge
   [junit4]   2> 98443 INFO  (coreCloseExecutor-329-thread-1) [    x:collection1] o.a.s.u.LoggingInfoStream [MS][coreCloseExecutor-329-thread-1]:   index: _1b(7.0.0):C1
   [junit4]   2> 98444 INFO  (coreCloseExecutor-329-thread-1) [    x:collection1] o.a.s.u.LoggingInfoStream [MS][coreCloseExecutor-329-thread-1]:   no more merges pending; now return
   [junit4]   2> 98444 INFO  (coreCloseExecutor-329-thread-1) [    x:collection1] o.a.s.u.LoggingInfoStream [IW][coreCloseExecutor-329-thread-1]: waitForMerges
   [junit4]   2> 98444 INFO  (coreCloseExecutor-329-thread-1) [    x:collection1] o.a.s.u.LoggingInfoStream [IW][coreCloseExecutor-329-thread-1]: waitForMerges done
   [junit4]   2> 98444 INFO  (coreCloseExecutor-329-thread-1) [    x:collection1] o.a.s.u.LoggingInfoStream [IW][coreCloseExecutor-329-thread-1]: commit: start
   [junit4]   2> 98444 INFO  (coreCloseExecutor-329-thread-1) [    x:collection1] o.a.s.u.LoggingInfoStream [IW][coreCloseExecutor-329-thread-1]: commit: enter lock
   [junit4]   2> 98444 INFO  (coreCloseExecutor-329-thread-1) [    x:collection1] o.a.s.u.LoggingInfoStream [IW][coreCloseExecutor-329-thread-1]: commit: now prepare
   [junit4]   2> 98444 INFO  (coreCloseExecutor-329-thread-1) [    x:collection1] o.a.s.u.LoggingInfoStream [IW][coreCloseExecutor-329-thread-1]: prepareCommit: flush
   [junit4]   2> 98444 INFO  (coreCloseExecutor-329-thread-1) [    x:collection1] o.a.s.u.LoggingInfoStream [IW][coreCloseExecutor-329-thread-1]:   index before flush _1b(7.0.0):C1
   [junit4]   2> 98444 INFO  (coreCloseExecutor-329-thread-1) [    x:collection1] o.a.s.u.LoggingInfoStream [DW][coreCloseExecutor-329-thread-1]: startFullFlush
   [junit4]   2> 98444 INFO  (coreCloseExecutor-329-thread-1) [    x:collection1] o.a.s.u.LoggingInfoStream [IW][coreCloseExecutor-329-thread-1]: apply all deletes during flush
   [junit4]   2> 98444 INFO  (coreCloseExecutor-329-thread-1) [    x:collection1] o.a.s.u.LoggingInfoStream [IW][coreCloseExecutor-329-thread-1]: now apply all deletes for all segments maxDoc=1
   [junit4]   2> 98444 INFO  (coreCloseExecutor-329-thread-1) [    x:collection1] o.a.s.u.LoggingInfoStream [BD][coreCloseExecutor-329-thread-1]: applyDeletes: open segment readers took 0 msec
   [junit4]   2> 98444 INFO  (coreCloseExecutor-329-thread-1) [    x:collection1] o.a.s.u.LoggingInfoStream [BD][coreCloseExecutor-329-thread-1]: applyDeletes: no segments; skipping
   [junit4]   2> 98444 INFO  (coreCloseExecutor-329-thread-1) [    x:collection1] o.a.s.u.LoggingInfoStream [BD][coreCloseExecutor-329-thread-1]: prune sis=segments_1x: _1b(7.0.0):C1 minGen=305 packetCount=0
   [junit4]   2> 98444 INFO  (coreCloseExecutor-329-thread-1) [    x:collection1] o.a.s.u.LoggingInfoStream [DW][coreCloseExecutor-329-thread-1]: coreCloseExecutor-329-thread-1 finishFullFlush success=true
   [junit4]   2> 98444 INFO  (coreCloseExecutor-329-thread-1) [    x:collection1] o.a.s.u.LoggingInfoStream [IW][coreCloseExecutor-329-thread-1]: startCommit(): start
   [junit4]   2> 98444 INFO  (coreCloseExecutor-329-thread-1) [    x:collection1] o.a.s.u.LoggingInfoStream [IW][coreCloseExecutor-329-thread-1]:   skip startCommit(): no changes pending
   [junit4]   2> 98444 INFO  (coreCloseExecutor-329-thread-1) [    x:collection1] o.a.s.u.LoggingInfoStream [IFD][coreCloseExecutor-329-thread-1]: delete []
   [junit4]   2> 98444 INFO  (coreCloseExecutor-329-thread-1) [    x:collection1] o.a.s.u.LoggingInfoStream [IW][coreCloseExecutor-329-thread-1]: commit: pendingCommit == null; skip
   [junit4]   2> 98444 INFO  (coreCloseExecutor-329-thread-1) [    x:collection1] o.a.s.u.LoggingInfoStream [IW][coreCloseExecutor-329-thread-1]: commit: took 0.3 msec
   [junit4]   2> 98444 INFO  (coreCloseExecutor-329-thread-1) [    x:collection1] o.a.s.u.LoggingInfoStream [IW][coreCloseExecutor-329-thread-1]: commit: done
   [junit4]   2> 98444 INFO  (coreCloseExecutor-329-thread-1) [    x:collection1] o.a.s.u.LoggingInfoStream [IW][coreCloseExecutor-329-thread-1]: rollback
   [junit4]   2> 98444 INFO  (coreCloseExecutor-329-thread-1) [    x:collection1] o.a.s.u.LoggingInfoStream [IW][coreCloseExecutor-329-thread-1]: all running merges have aborted
   [junit4]   2> 98444 INFO  (coreCloseExecutor-329-thread-1) [    x:collection1] o.a.s.u.LoggingInfoStream [IW][coreCloseExecutor-329-thread-1]: rollback: done finish merges
   [junit4]   2> 98444 INFO  (coreCloseExecutor-329-thread-1) [    x:collection1] o.a.s.u.LoggingInfoStream [DW][coreCloseExecutor-329-thread-1]: abort
   [junit4]   2> 98444 INFO  (coreCloseExecutor-329-thread-1) [    x:collection1] o.a.s.u.LoggingInfoStream [DW][coreCloseExecutor-329-thread-1]: done abort success=true
   [junit4]   2> 98444 INFO  (coreCloseExecutor-329-thread-1) [    x:collection1] o.a.s.u.LoggingInfoStream [IW][coreCloseExecutor-329-thread-1]: rollback: infos=_1b(7.0.0):C1
   [junit4]   2> 98444 INFO  (coreCloseExecutor-329-thread-1) [    x:collection1] o.a.s.u.LoggingInfoStream [IFD][coreCloseExecutor-329-thread-1]: now checkpoint "_1b(7.0.0):C1" [1 segments ; isCommit = false]
   [junit4]   2> 98444 INFO  (coreCloseExecutor-329-thread-1) [    x:collection1] o.a.s.u.LoggingInfoStream [IFD][coreCloseExecutor-329-thread-1]: delete []
   [junit4]   2> 98444 INFO  (coreCloseExecutor-329-thread-1) [    x:collection1] o.a.s.u.LoggingInfoStream [IFD][coreCloseExecutor-329-thread-1]: 0 msec to checkpoint
   [junit4]   2> 98444 INFO  (coreCloseExecutor-329-thread-1) [    x:collection1] o.a.s.u.LoggingInfoStream [IFD][coreCloseExecutor-329-thread-1]: delete []
   [junit4]   2> 98444 INFO  (coreCloseExecutor-329-thread-1) [    x:collection1] o.a.s.u.LoggingInfoStream [IFD][coreCloseExecutor-329-thread-1]: delete []
   [junit4]   2> 98627 INFO  (coreCloseExecutor-329-thread-1) [    x:collection1] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.core.collection1, tag=1620128121
   [junit4]   2> 98628 INFO  (SUITE-SolrExampleXMLTest-seed#[C05C697DE8DCDE8B]-worker) [    ] o.e.j.s.h.ContextHandler Stopped o.e.j.s.ServletContextHandler@5b153c05{/solr,null,UNAVAILABLE}
   [junit4]   2> 98629 INFO  (SUITE-SolrExampleXMLTest-seed#[C05C697DE8DCDE8B]-worker) [    ] o.a.s.SolrTestCaseJ4 ###deleteCore
   [junit4]   2> NOTE: leaving temporary files on disk at: C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-solrj\test\J1\temp\solr.client.solrj.SolrExampleXMLTest_C05C697DE8DCDE8B-001
   [junit4]   2> NOTE: test params are: codec=Asserting(Lucene70): {}, docValues:{}, maxPointsInLeafNode=454, maxMBSortInHeap=7.21881048260838, sim=RandomSimilarity(queryNorm=true): {}, locale=sr-BA, timezone=America/Moncton
   [junit4]   2> NOTE: Windows 10 10.0 amd64/Oracle Corporation 1.8.0_121 (64-bit)/cpus=3,threads=1,free=73694792,total=216981504
   [junit4]   2> NOTE: All tests run in this JVM: [GraphExpressionTest, HttpSolrClientConPoolTest, AbsoluteValueEvaluatorTest, TestCollectionStateWatchers, LessThanEvaluatorTest, ExclusiveOrEvaluatorTest, StreamExpressionToExplanationTest, TestCollectionAdminRequest, SolrParamTest, LargeVolumeEmbeddedTest, ClientUtilsTest, SolrQueryTest, LargeVolumeJettyTest, LargeVolumeBinaryJettyTest, LBHttpSolrClientBuilderTest, QueryResponseTest, TestDelegationTokenResponse, SolrExampleStreamingBinaryTest, MergeIndexesEmbeddedTest, NaturalLogEvaluatorTest, DocumentAnalysisResponseTest, TestFastInputStream, SubtractEvaluatorTest, DivideEvaluatorTest, SolrExampleJettyTest, SolrExampleXMLTest]
   [junit4] Completed [58/107 (6!)] on J1 in 8.21s, 35 tests, 1 error <<< FAILURES!

[...truncated 62099 lines...]


[JENKINS] Lucene-Solr-master-Windows (64bit/jdk1.8.0_121) - Build # 6457 - Still Unstable!

Posted by Policeman Jenkins Server <je...@thetaphi.de>.
Build: https://jenkins.thetaphi.de/job/Lucene-Solr-master-Windows/6457/
Java: 64bit/jdk1.8.0_121 -XX:-UseCompressedOops -XX:+UseParallelGC

1 tests failed.
FAILED:  junit.framework.TestSuite.org.apache.solr.search.LargeFieldTest

Error Message:
Illegal char <?> at index 17: ignoredSchemaName?

Stack Trace:
java.nio.file.InvalidPathException: Illegal char <?> at index 17: ignoredSchemaName?
	at __randomizedtesting.SeedInfo.seed([1CA248FD942B788D]:0)
	at sun.nio.fs.WindowsPathParser.normalize(WindowsPathParser.java:182)
	at sun.nio.fs.WindowsPathParser.parse(WindowsPathParser.java:153)
	at sun.nio.fs.WindowsPathParser.parse(WindowsPathParser.java:77)
	at sun.nio.fs.WindowsPath.parse(WindowsPath.java:94)
	at sun.nio.fs.WindowsFileSystem.getPath(WindowsFileSystem.java:255)
	at sun.nio.fs.AbstractPath.resolve(AbstractPath.java:53)
	at org.apache.solr.core.SolrResourceLoader.openResource(SolrResourceLoader.java:385)
	at org.apache.solr.core.SolrResourceLoader.openSchema(SolrResourceLoader.java:353)
	at org.apache.solr.schema.ManagedIndexSchemaFactory.warnIfNonManagedSchemaExists(ManagedIndexSchemaFactory.java:241)
	at org.apache.solr.schema.ManagedIndexSchemaFactory.readSchemaLocally(ManagedIndexSchemaFactory.java:198)
	at org.apache.solr.schema.ManagedIndexSchemaFactory.create(ManagedIndexSchemaFactory.java:118)
	at org.apache.solr.schema.ManagedIndexSchemaFactory.create(ManagedIndexSchemaFactory.java:45)
	at org.apache.solr.schema.IndexSchemaFactory.buildIndexSchema(IndexSchemaFactory.java:75)
	at org.apache.solr.util.TestHarness.<init>(TestHarness.java:109)
	at org.apache.solr.SolrTestCaseJ4.createCore(SolrTestCaseJ4.java:705)
	at org.apache.solr.SolrTestCaseJ4.initCore(SolrTestCaseJ4.java:695)
	at org.apache.solr.SolrTestCaseJ4.initCore(SolrTestCaseJ4.java:569)
	at org.apache.solr.SolrTestCaseJ4.initCore(SolrTestCaseJ4.java:558)
	at org.apache.solr.search.LargeFieldTest.initManagedSchemaCore(LargeFieldTest.java:48)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:498)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1713)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:847)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:863)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
	at java.lang.Thread.run(Thread.java:745)




Build Log:
[...truncated 11378 lines...]
   [junit4] Suite: org.apache.solr.search.LargeFieldTest
   [junit4]   2> Creating dataDir: C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J1\temp\solr.search.LargeFieldTest_1CA248FD942B788D-001\init-core-data-001
   [junit4]   2> 678087 WARN  (SUITE-LargeFieldTest-seed#[1CA248FD942B788D]-worker) [    ] o.a.s.SolrTestCaseJ4 startTrackingSearchers: numOpens=2 numCloses=2
   [junit4]   2> 678087 INFO  (SUITE-LargeFieldTest-seed#[1CA248FD942B788D]-worker) [    ] o.a.s.SolrTestCaseJ4 Using TrieFields
   [junit4]   2> 678096 INFO  (SUITE-LargeFieldTest-seed#[1CA248FD942B788D]-worker) [    ] o.a.s.SolrTestCaseJ4 Randomized ssl (false) and clientAuth (false) via: @org.apache.solr.util.RandomizeSSL(reason=, value=NaN, ssl=NaN, clientAuth=NaN)
   [junit4]   2> 678097 INFO  (SUITE-LargeFieldTest-seed#[1CA248FD942B788D]-worker) [    ] o.a.s.SolrTestCaseJ4 ####initCore
   [junit4]   2> 678098 INFO  (SUITE-LargeFieldTest-seed#[1CA248FD942B788D]-worker) [    ] o.a.s.c.SolrResourceLoader [null] Added 2 libs to classloader, from paths: [/C:/Users/jenkins/workspace/Lucene-Solr-master-Windows/solr/core/src/test-files/solr/collection1/lib, /C:/Users/jenkins/workspace/Lucene-Solr-master-Windows/solr/core/src/test-files/solr/collection1/lib/classes]
   [junit4]   2> 678167 INFO  (SUITE-LargeFieldTest-seed#[1CA248FD942B788D]-worker) [    ] o.a.s.c.SolrConfig Using Lucene MatchVersion: 7.0.0
   [junit4]   2> 678174 INFO  (SUITE-LargeFieldTest-seed#[1CA248FD942B788D]-worker) [    ] o.a.s.SolrTestCaseJ4 ###deleteCore
   [junit4]   2> 678174 INFO  (SUITE-LargeFieldTest-seed#[1CA248FD942B788D]-worker) [    ] o.a.s.SolrTestCaseJ4 ------------------------------------------------------- Done waiting for tracked resources to be released
   [junit4]   2> NOTE: test params are: codec=CheapBastard, sim=RandomSimilarity(queryNorm=false): {}, locale=es-HN, timezone=Jamaica
   [junit4]   2> NOTE: Windows 10 10.0 amd64/Oracle Corporation 1.8.0_121 (64-bit)/cpus=3,threads=1,free=84889960,total=401604608
   [junit4]   2> NOTE: All tests run in this JVM: [TlogReplayBufferedWhileIndexingTest, TestCoreDiscovery, DistributedVersionInfoTest, SaslZkACLProviderTest, VersionInfoTest, AddBlockUpdateTest, DefaultValueUpdateProcessorTest, CSVRequestHandlerTest, TestSolrCloudWithSecureImpersonation, ShardRoutingCustomTest, TestClassicSimilarityFactory, SliceStateTest, FieldMutatingUpdateProcessorTest, TestDynamicFieldResource, WordBreakSolrSpellCheckerTest, DistributedIntervalFacetingTest, CollectionReloadTest, TestDocBasedVersionConstraints, TestDeleteCollectionOnDownNodes, SuggesterWFSTTest, JSONWriterTest, AnalyticsQueryTest, SolrInfoMBeanTest, DistributedQueryComponentCustomSortTest, AliasIntegrationTest, DeleteInactiveReplicaTest, SolrIndexSplitterTest, TestRestManager, BJQParserTest, TestTrieFacet, PeerSyncWithIndexFingerprintCachingTest, FieldAnalysisRequestHandlerTest, TestSolrCoreProperties, PreAnalyzedFieldTest, TermVectorComponentDistributedTest, TestBlendedInfixSuggestions, TestFieldCacheVsDocValues, SharedFSAutoReplicaFailoverTest, TestLegacyFieldCache, TestRealTimeGet, TestRequestForwarding, TestBinaryResponseWriter, DateMathParserTest, TestSQLHandlerNonCloud, TestNRTOpen, TestRangeQuery, TestGraphMLResponseWriter, TestSolrQueryParser, TestSearchPerf, TestDownShardTolerantSearch, SolrGraphiteReporterTest, DistanceFunctionTest, TestCorePropertiesReload, DistanceUnitsTest, TestRandomFaceting, PeerSyncReplicationTest, HLLSerializationTest, TestObjectReleaseTracker, AutoCommitTest, PreAnalyzedUpdateProcessorTest, DistribCursorPagingTest, FullSolrCloudDistribCmdsTest, TestRawTransformer, HighlighterConfigTest, ChaosMonkeySafeLeaderTest, TestCrossCoreJoin, TestEmbeddedSolrServerSchemaAPI, TestSuggestSpellingConverter, TestExactStatsCache, TestSSLRandomization, FileBasedSpellCheckerTest, ReturnFieldsTest, CollectionsAPISolrJTest, ExternalFileFieldSortTest, TestCodecSupport, BasicDistributedZk2Test, SortByFunctionTest, TestChildDocTransformer, TestSolrCloudWithDelegationTokens, TestConfig, DistributedFacetPivotSmallTest, TestSolrCLIRunExample, TestSchemalessBufferedUpdates, SolrMetricsIntegrationTest, RollingRestartTest, TestSchemaVersionResource, TestNonDefinedSimilarityFactory, TestDFRSimilarityFactory, PKIAuthenticationIntegrationTest, LargeFieldTest]
   [junit4]   2> NOTE: reproduce with: ant test  -Dtestcase=LargeFieldTest -Dtests.seed=1CA248FD942B788D -Dtests.slow=true -Dtests.locale=es-HN -Dtests.timezone=Jamaica -Dtests.asserts=true -Dtests.file.encoding=ISO-8859-1
   [junit4] ERROR   0.00s J1 | LargeFieldTest (suite) <<<
   [junit4]    > Throwable #1: java.nio.file.InvalidPathException: Illegal char <?> at index 17: ignoredSchemaName?
   [junit4]    > 	at __randomizedtesting.SeedInfo.seed([1CA248FD942B788D]:0)
   [junit4]    > 	at sun.nio.fs.WindowsPathParser.normalize(WindowsPathParser.java:182)
   [junit4]    > 	at sun.nio.fs.WindowsPathParser.parse(WindowsPathParser.java:153)
   [junit4]    > 	at sun.nio.fs.WindowsPathParser.parse(WindowsPathParser.java:77)
   [junit4]    > 	at sun.nio.fs.WindowsPath.parse(WindowsPath.java:94)
   [junit4]    > 	at sun.nio.fs.WindowsFileSystem.getPath(WindowsFileSystem.java:255)
   [junit4]    > 	at sun.nio.fs.AbstractPath.resolve(AbstractPath.java:53)
   [junit4]    > 	at org.apache.solr.core.SolrResourceLoader.openResource(SolrResourceLoader.java:385)
   [junit4]    > 	at org.apache.solr.core.SolrResourceLoader.openSchema(SolrResourceLoader.java:353)
   [junit4]    > 	at org.apache.solr.schema.ManagedIndexSchemaFactory.warnIfNonManagedSchemaExists(ManagedIndexSchemaFactory.java:241)
   [junit4]    > 	at org.apache.solr.schema.ManagedIndexSchemaFactory.readSchemaLocally(ManagedIndexSchemaFactory.java:198)
   [junit4]    > 	at org.apache.solr.schema.ManagedIndexSchemaFactory.create(ManagedIndexSchemaFactory.java:118)
   [junit4]    > 	at org.apache.solr.schema.ManagedIndexSchemaFactory.create(ManagedIndexSchemaFactory.java:45)
   [junit4]    > 	at org.apache.solr.schema.IndexSchemaFactory.buildIndexSchema(IndexSchemaFactory.java:75)
   [junit4]    > 	at org.apache.solr.util.TestHarness.<init>(TestHarness.java:109)
   [junit4]    > 	at org.apache.solr.SolrTestCaseJ4.createCore(SolrTestCaseJ4.java:705)
   [junit4]    > 	at org.apache.solr.SolrTestCaseJ4.initCore(SolrTestCaseJ4.java:695)
   [junit4]    > 	at org.apache.solr.SolrTestCaseJ4.initCore(SolrTestCaseJ4.java:569)
   [junit4]    > 	at org.apache.solr.SolrTestCaseJ4.initCore(SolrTestCaseJ4.java:558)
   [junit4]    > 	at org.apache.solr.search.LargeFieldTest.initManagedSchemaCore(LargeFieldTest.java:48)
   [junit4]    > 	at java.lang.Thread.run(Thread.java:745)
   [junit4] Completed [152/701 (1!)] on J1 in 0.11s, 0 tests, 1 error <<< FAILURES!

[...truncated 64440 lines...]


[JENKINS] Lucene-Solr-master-Windows (64bit/jdk1.8.0_121) - Build # 6456 - Still Unstable!

Posted by Policeman Jenkins Server <je...@thetaphi.de>.
Build: https://jenkins.thetaphi.de/job/Lucene-Solr-master-Windows/6456/
Java: 64bit/jdk1.8.0_121 -XX:+UseCompressedOops -XX:+UseSerialGC

4 tests failed.
FAILED:  org.apache.solr.cloud.CdcrBootstrapTest.testConvertClusterToCdcrAndBootstrap

Error Message:
Captured an uncaught exception in thread: Thread[id=628, name=Thread-129, state=RUNNABLE, group=TGRP-CdcrBootstrapTest]

Stack Trace:
com.carrotsearch.randomizedtesting.UncaughtExceptionError: Captured an uncaught exception in thread: Thread[id=628, name=Thread-129, state=RUNNABLE, group=TGRP-CdcrBootstrapTest]
	at __randomizedtesting.SeedInfo.seed([99F95FEC73D31ECD:4E2E709BC78C868A]:0)
Caused by: java.lang.AssertionError: 1
	at __randomizedtesting.SeedInfo.seed([99F95FEC73D31ECD]:0)
	at org.apache.solr.core.CachingDirectoryFactory.close(CachingDirectoryFactory.java:191)
	at org.apache.solr.core.SolrCore.close(SolrCore.java:1594)
	at org.apache.solr.core.CoreContainer.registerCore(CoreContainer.java:812)
	at org.apache.solr.core.CoreContainer.reload(CoreContainer.java:1140)
	at org.apache.solr.handler.IndexFetcher.lambda$reloadCore$0(IndexFetcher.java:822)
	at java.lang.Thread.run(Thread.java:745)


FAILED:  junit.framework.TestSuite.org.apache.solr.cloud.CdcrBootstrapTest

Error Message:
ObjectTracker found 4 object(s) that were not released!!! [MockDirectoryWrapper, MockDirectoryWrapper, MockDirectoryWrapper, SolrCore] org.apache.solr.common.util.ObjectReleaseTracker$ObjectTrackerException: org.apache.lucene.store.MockDirectoryWrapper  at org.apache.solr.common.util.ObjectReleaseTracker.track(ObjectReleaseTracker.java:42)  at org.apache.solr.core.CachingDirectoryFactory.get(CachingDirectoryFactory.java:347)  at org.apache.solr.core.SolrCore.getNewIndexDir(SolrCore.java:353)  at org.apache.solr.core.SolrCore.initIndex(SolrCore.java:715)  at org.apache.solr.core.SolrCore.<init>(SolrCore.java:931)  at org.apache.solr.core.SolrCore.<init>(SolrCore.java:849)  at org.apache.solr.core.CoreContainer.create(CoreContainer.java:950)  at org.apache.solr.core.CoreContainer.create(CoreContainer.java:886)  at org.apache.solr.handler.admin.CoreAdminOperation.lambda$static$0(CoreAdminOperation.java:88)  at org.apache.solr.handler.admin.CoreAdminOperation.execute(CoreAdminOperation.java:370)  at org.apache.solr.handler.admin.CoreAdminHandler$CallInfo.call(CoreAdminHandler.java:388)  at org.apache.solr.handler.admin.CoreAdminHandler.handleRequestBody(CoreAdminHandler.java:174)  at org.apache.solr.handler.RequestHandlerBase.handleRequest(RequestHandlerBase.java:173)  at org.apache.solr.servlet.HttpSolrCall.handleAdmin(HttpSolrCall.java:747)  at org.apache.solr.servlet.HttpSolrCall.handleAdminRequest(HttpSolrCall.java:728)  at org.apache.solr.servlet.HttpSolrCall.call(HttpSolrCall.java:509)  at org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:347)  at org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:298)  at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1699)  at org.apache.solr.client.solrj.embedded.JettySolrRunner$DebugFilter.doFilter(JettySolrRunner.java:139)  at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1699)  at org.eclipse.jetty.servlet.ServletHandler.doHandle(ServletHandler.java:582)  at org.eclipse.jetty.server.session.SessionHandler.doHandle(SessionHandler.java:224)  at org.eclipse.jetty.server.handler.ContextHandler.doHandle(ContextHandler.java:1180)  at org.eclipse.jetty.servlet.ServletHandler.doScope(ServletHandler.java:512)  at org.eclipse.jetty.server.session.SessionHandler.doScope(SessionHandler.java:185)  at org.eclipse.jetty.server.handler.ContextHandler.doScope(ContextHandler.java:1112)  at org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:141)  at org.eclipse.jetty.server.handler.gzip.GzipHandler.handle(GzipHandler.java:395)  at org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:134)  at org.eclipse.jetty.server.Server.handle(Server.java:534)  at org.eclipse.jetty.server.HttpChannel.handle(HttpChannel.java:320)  at org.eclipse.jetty.server.HttpConnection.onFillable(HttpConnection.java:251)  at org.eclipse.jetty.io.AbstractConnection$ReadCallback.succeeded(AbstractConnection.java:273)  at org.eclipse.jetty.io.FillInterest.fillable(FillInterest.java:95)  at org.eclipse.jetty.io.SelectChannelEndPoint$2.run(SelectChannelEndPoint.java:93)  at org.eclipse.jetty.util.thread.strategy.ExecuteProduceConsume.executeProduceConsume(ExecuteProduceConsume.java:303)  at org.eclipse.jetty.util.thread.strategy.ExecuteProduceConsume.produceConsume(ExecuteProduceConsume.java:148)  at org.eclipse.jetty.util.thread.strategy.ExecuteProduceConsume.run(ExecuteProduceConsume.java:136)  at org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:671)  at org.eclipse.jetty.util.thread.QueuedThreadPool$2.run(QueuedThreadPool.java:589)  at java.lang.Thread.run(Thread.java:745)  org.apache.solr.common.util.ObjectReleaseTracker$ObjectTrackerException: org.apache.lucene.store.MockDirectoryWrapper  at org.apache.solr.common.util.ObjectReleaseTracker.track(ObjectReleaseTracker.java:42)  at org.apache.solr.core.CachingDirectoryFactory.get(CachingDirectoryFactory.java:347)  at org.apache.solr.handler.IndexFetcher.fetchLatestIndex(IndexFetcher.java:406)  at org.apache.solr.handler.IndexFetcher.fetchLatestIndex(IndexFetcher.java:278)  at org.apache.solr.handler.ReplicationHandler.doFetch(ReplicationHandler.java:408)  at org.apache.solr.handler.CdcrRequestHandler$BootstrapCallable.call(CdcrRequestHandler.java:757)  at org.apache.solr.handler.CdcrRequestHandler$BootstrapCallable.call(CdcrRequestHandler.java:712)  at com.codahale.metrics.InstrumentedExecutorService$InstrumentedCallable.call(InstrumentedExecutorService.java:197)  at java.util.concurrent.FutureTask.run(FutureTask.java:266)  at org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor.lambda$execute$0(ExecutorUtil.java:229)  at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)  at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)  at java.lang.Thread.run(Thread.java:745)  org.apache.solr.common.util.ObjectReleaseTracker$ObjectTrackerException: org.apache.lucene.store.MockDirectoryWrapper  at org.apache.solr.common.util.ObjectReleaseTracker.track(ObjectReleaseTracker.java:42)  at org.apache.solr.core.CachingDirectoryFactory.get(CachingDirectoryFactory.java:347)  at org.apache.solr.update.SolrIndexWriter.create(SolrIndexWriter.java:92)  at org.apache.solr.core.SolrCore.initIndex(SolrCore.java:747)  at org.apache.solr.core.SolrCore.<init>(SolrCore.java:931)  at org.apache.solr.core.SolrCore.<init>(SolrCore.java:849)  at org.apache.solr.core.CoreContainer.create(CoreContainer.java:950)  at org.apache.solr.core.CoreContainer.create(CoreContainer.java:886)  at org.apache.solr.handler.admin.CoreAdminOperation.lambda$static$0(CoreAdminOperation.java:88)  at org.apache.solr.handler.admin.CoreAdminOperation.execute(CoreAdminOperation.java:370)  at org.apache.solr.handler.admin.CoreAdminHandler$CallInfo.call(CoreAdminHandler.java:388)  at org.apache.solr.handler.admin.CoreAdminHandler.handleRequestBody(CoreAdminHandler.java:174)  at org.apache.solr.handler.RequestHandlerBase.handleRequest(RequestHandlerBase.java:173)  at org.apache.solr.servlet.HttpSolrCall.handleAdmin(HttpSolrCall.java:747)  at org.apache.solr.servlet.HttpSolrCall.handleAdminRequest(HttpSolrCall.java:728)  at org.apache.solr.servlet.HttpSolrCall.call(HttpSolrCall.java:509)  at org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:347)  at org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:298)  at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1699)  at org.apache.solr.client.solrj.embedded.JettySolrRunner$DebugFilter.doFilter(JettySolrRunner.java:139)  at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1699)  at org.eclipse.jetty.servlet.ServletHandler.doHandle(ServletHandler.java:582)  at org.eclipse.jetty.server.session.SessionHandler.doHandle(SessionHandler.java:224)  at org.eclipse.jetty.server.handler.ContextHandler.doHandle(ContextHandler.java:1180)  at org.eclipse.jetty.servlet.ServletHandler.doScope(ServletHandler.java:512)  at org.eclipse.jetty.server.session.SessionHandler.doScope(SessionHandler.java:185)  at org.eclipse.jetty.server.handler.ContextHandler.doScope(ContextHandler.java:1112)  at org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:141)  at org.eclipse.jetty.server.handler.gzip.GzipHandler.handle(GzipHandler.java:395)  at org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:134)  at org.eclipse.jetty.server.Server.handle(Server.java:534)  at org.eclipse.jetty.server.HttpChannel.handle(HttpChannel.java:320)  at org.eclipse.jetty.server.HttpConnection.onFillable(HttpConnection.java:251)  at org.eclipse.jetty.io.AbstractConnection$ReadCallback.succeeded(AbstractConnection.java:273)  at org.eclipse.jetty.io.FillInterest.fillable(FillInterest.java:95)  at org.eclipse.jetty.io.SelectChannelEndPoint$2.run(SelectChannelEndPoint.java:93)  at org.eclipse.jetty.util.thread.strategy.ExecuteProduceConsume.executeProduceConsume(ExecuteProduceConsume.java:303)  at org.eclipse.jetty.util.thread.strategy.ExecuteProduceConsume.produceConsume(ExecuteProduceConsume.java:148)  at org.eclipse.jetty.util.thread.strategy.ExecuteProduceConsume.run(ExecuteProduceConsume.java:136)  at org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:671)  at org.eclipse.jetty.util.thread.QueuedThreadPool$2.run(QueuedThreadPool.java:589)  at java.lang.Thread.run(Thread.java:745)  org.apache.solr.common.util.ObjectReleaseTracker$ObjectTrackerException: org.apache.solr.core.SolrCore  at org.apache.solr.common.util.ObjectReleaseTracker.track(ObjectReleaseTracker.java:42)  at org.apache.solr.core.SolrCore.<init>(SolrCore.java:1021)  at org.apache.solr.core.SolrCore.reload(SolrCore.java:642)  at org.apache.solr.core.CoreContainer.reload(CoreContainer.java:1139)  at org.apache.solr.handler.IndexFetcher.lambda$reloadCore$0(IndexFetcher.java:822)  at java.lang.Thread.run(Thread.java:745)  

Stack Trace:
java.lang.AssertionError: ObjectTracker found 4 object(s) that were not released!!! [MockDirectoryWrapper, MockDirectoryWrapper, MockDirectoryWrapper, SolrCore]
org.apache.solr.common.util.ObjectReleaseTracker$ObjectTrackerException: org.apache.lucene.store.MockDirectoryWrapper
	at org.apache.solr.common.util.ObjectReleaseTracker.track(ObjectReleaseTracker.java:42)
	at org.apache.solr.core.CachingDirectoryFactory.get(CachingDirectoryFactory.java:347)
	at org.apache.solr.core.SolrCore.getNewIndexDir(SolrCore.java:353)
	at org.apache.solr.core.SolrCore.initIndex(SolrCore.java:715)
	at org.apache.solr.core.SolrCore.<init>(SolrCore.java:931)
	at org.apache.solr.core.SolrCore.<init>(SolrCore.java:849)
	at org.apache.solr.core.CoreContainer.create(CoreContainer.java:950)
	at org.apache.solr.core.CoreContainer.create(CoreContainer.java:886)
	at org.apache.solr.handler.admin.CoreAdminOperation.lambda$static$0(CoreAdminOperation.java:88)
	at org.apache.solr.handler.admin.CoreAdminOperation.execute(CoreAdminOperation.java:370)
	at org.apache.solr.handler.admin.CoreAdminHandler$CallInfo.call(CoreAdminHandler.java:388)
	at org.apache.solr.handler.admin.CoreAdminHandler.handleRequestBody(CoreAdminHandler.java:174)
	at org.apache.solr.handler.RequestHandlerBase.handleRequest(RequestHandlerBase.java:173)
	at org.apache.solr.servlet.HttpSolrCall.handleAdmin(HttpSolrCall.java:747)
	at org.apache.solr.servlet.HttpSolrCall.handleAdminRequest(HttpSolrCall.java:728)
	at org.apache.solr.servlet.HttpSolrCall.call(HttpSolrCall.java:509)
	at org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:347)
	at org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:298)
	at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1699)
	at org.apache.solr.client.solrj.embedded.JettySolrRunner$DebugFilter.doFilter(JettySolrRunner.java:139)
	at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1699)
	at org.eclipse.jetty.servlet.ServletHandler.doHandle(ServletHandler.java:582)
	at org.eclipse.jetty.server.session.SessionHandler.doHandle(SessionHandler.java:224)
	at org.eclipse.jetty.server.handler.ContextHandler.doHandle(ContextHandler.java:1180)
	at org.eclipse.jetty.servlet.ServletHandler.doScope(ServletHandler.java:512)
	at org.eclipse.jetty.server.session.SessionHandler.doScope(SessionHandler.java:185)
	at org.eclipse.jetty.server.handler.ContextHandler.doScope(ContextHandler.java:1112)
	at org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:141)
	at org.eclipse.jetty.server.handler.gzip.GzipHandler.handle(GzipHandler.java:395)
	at org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:134)
	at org.eclipse.jetty.server.Server.handle(Server.java:534)
	at org.eclipse.jetty.server.HttpChannel.handle(HttpChannel.java:320)
	at org.eclipse.jetty.server.HttpConnection.onFillable(HttpConnection.java:251)
	at org.eclipse.jetty.io.AbstractConnection$ReadCallback.succeeded(AbstractConnection.java:273)
	at org.eclipse.jetty.io.FillInterest.fillable(FillInterest.java:95)
	at org.eclipse.jetty.io.SelectChannelEndPoint$2.run(SelectChannelEndPoint.java:93)
	at org.eclipse.jetty.util.thread.strategy.ExecuteProduceConsume.executeProduceConsume(ExecuteProduceConsume.java:303)
	at org.eclipse.jetty.util.thread.strategy.ExecuteProduceConsume.produceConsume(ExecuteProduceConsume.java:148)
	at org.eclipse.jetty.util.thread.strategy.ExecuteProduceConsume.run(ExecuteProduceConsume.java:136)
	at org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:671)
	at org.eclipse.jetty.util.thread.QueuedThreadPool$2.run(QueuedThreadPool.java:589)
	at java.lang.Thread.run(Thread.java:745)

org.apache.solr.common.util.ObjectReleaseTracker$ObjectTrackerException: org.apache.lucene.store.MockDirectoryWrapper
	at org.apache.solr.common.util.ObjectReleaseTracker.track(ObjectReleaseTracker.java:42)
	at org.apache.solr.core.CachingDirectoryFactory.get(CachingDirectoryFactory.java:347)
	at org.apache.solr.handler.IndexFetcher.fetchLatestIndex(IndexFetcher.java:406)
	at org.apache.solr.handler.IndexFetcher.fetchLatestIndex(IndexFetcher.java:278)
	at org.apache.solr.handler.ReplicationHandler.doFetch(ReplicationHandler.java:408)
	at org.apache.solr.handler.CdcrRequestHandler$BootstrapCallable.call(CdcrRequestHandler.java:757)
	at org.apache.solr.handler.CdcrRequestHandler$BootstrapCallable.call(CdcrRequestHandler.java:712)
	at com.codahale.metrics.InstrumentedExecutorService$InstrumentedCallable.call(InstrumentedExecutorService.java:197)
	at java.util.concurrent.FutureTask.run(FutureTask.java:266)
	at org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor.lambda$execute$0(ExecutorUtil.java:229)
	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
	at java.lang.Thread.run(Thread.java:745)

org.apache.solr.common.util.ObjectReleaseTracker$ObjectTrackerException: org.apache.lucene.store.MockDirectoryWrapper
	at org.apache.solr.common.util.ObjectReleaseTracker.track(ObjectReleaseTracker.java:42)
	at org.apache.solr.core.CachingDirectoryFactory.get(CachingDirectoryFactory.java:347)
	at org.apache.solr.update.SolrIndexWriter.create(SolrIndexWriter.java:92)
	at org.apache.solr.core.SolrCore.initIndex(SolrCore.java:747)
	at org.apache.solr.core.SolrCore.<init>(SolrCore.java:931)
	at org.apache.solr.core.SolrCore.<init>(SolrCore.java:849)
	at org.apache.solr.core.CoreContainer.create(CoreContainer.java:950)
	at org.apache.solr.core.CoreContainer.create(CoreContainer.java:886)
	at org.apache.solr.handler.admin.CoreAdminOperation.lambda$static$0(CoreAdminOperation.java:88)
	at org.apache.solr.handler.admin.CoreAdminOperation.execute(CoreAdminOperation.java:370)
	at org.apache.solr.handler.admin.CoreAdminHandler$CallInfo.call(CoreAdminHandler.java:388)
	at org.apache.solr.handler.admin.CoreAdminHandler.handleRequestBody(CoreAdminHandler.java:174)
	at org.apache.solr.handler.RequestHandlerBase.handleRequest(RequestHandlerBase.java:173)
	at org.apache.solr.servlet.HttpSolrCall.handleAdmin(HttpSolrCall.java:747)
	at org.apache.solr.servlet.HttpSolrCall.handleAdminRequest(HttpSolrCall.java:728)
	at org.apache.solr.servlet.HttpSolrCall.call(HttpSolrCall.java:509)
	at org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:347)
	at org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:298)
	at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1699)
	at org.apache.solr.client.solrj.embedded.JettySolrRunner$DebugFilter.doFilter(JettySolrRunner.java:139)
	at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1699)
	at org.eclipse.jetty.servlet.ServletHandler.doHandle(ServletHandler.java:582)
	at org.eclipse.jetty.server.session.SessionHandler.doHandle(SessionHandler.java:224)
	at org.eclipse.jetty.server.handler.ContextHandler.doHandle(ContextHandler.java:1180)
	at org.eclipse.jetty.servlet.ServletHandler.doScope(ServletHandler.java:512)
	at org.eclipse.jetty.server.session.SessionHandler.doScope(SessionHandler.java:185)
	at org.eclipse.jetty.server.handler.ContextHandler.doScope(ContextHandler.java:1112)
	at org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:141)
	at org.eclipse.jetty.server.handler.gzip.GzipHandler.handle(GzipHandler.java:395)
	at org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:134)
	at org.eclipse.jetty.server.Server.handle(Server.java:534)
	at org.eclipse.jetty.server.HttpChannel.handle(HttpChannel.java:320)
	at org.eclipse.jetty.server.HttpConnection.onFillable(HttpConnection.java:251)
	at org.eclipse.jetty.io.AbstractConnection$ReadCallback.succeeded(AbstractConnection.java:273)
	at org.eclipse.jetty.io.FillInterest.fillable(FillInterest.java:95)
	at org.eclipse.jetty.io.SelectChannelEndPoint$2.run(SelectChannelEndPoint.java:93)
	at org.eclipse.jetty.util.thread.strategy.ExecuteProduceConsume.executeProduceConsume(ExecuteProduceConsume.java:303)
	at org.eclipse.jetty.util.thread.strategy.ExecuteProduceConsume.produceConsume(ExecuteProduceConsume.java:148)
	at org.eclipse.jetty.util.thread.strategy.ExecuteProduceConsume.run(ExecuteProduceConsume.java:136)
	at org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:671)
	at org.eclipse.jetty.util.thread.QueuedThreadPool$2.run(QueuedThreadPool.java:589)
	at java.lang.Thread.run(Thread.java:745)

org.apache.solr.common.util.ObjectReleaseTracker$ObjectTrackerException: org.apache.solr.core.SolrCore
	at org.apache.solr.common.util.ObjectReleaseTracker.track(ObjectReleaseTracker.java:42)
	at org.apache.solr.core.SolrCore.<init>(SolrCore.java:1021)
	at org.apache.solr.core.SolrCore.reload(SolrCore.java:642)
	at org.apache.solr.core.CoreContainer.reload(CoreContainer.java:1139)
	at org.apache.solr.handler.IndexFetcher.lambda$reloadCore$0(IndexFetcher.java:822)
	at java.lang.Thread.run(Thread.java:745)


	at __randomizedtesting.SeedInfo.seed([99F95FEC73D31ECD]:0)
	at org.junit.Assert.fail(Assert.java:93)
	at org.junit.Assert.assertTrue(Assert.java:43)
	at org.junit.Assert.assertNull(Assert.java:551)
	at org.apache.solr.SolrTestCaseJ4.teardownTestCases(SolrTestCaseJ4.java:301)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:498)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1713)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:870)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
	at java.lang.Thread.run(Thread.java:745)


FAILED:  junit.framework.TestSuite.org.apache.solr.client.solrj.request.SchemaTest

Error Message:
Could not remove the following files (in the order of attempts):    C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-solrj\test\J0\temp\solr.client.solrj.request.SchemaTest_FD25CAB4A2485975-001\tempDir-108\cores\core: java.nio.file.DirectoryNotEmptyException: C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-solrj\test\J0\temp\solr.client.solrj.request.SchemaTest_FD25CAB4A2485975-001\tempDir-108\cores\core    C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-solrj\test\J0\temp\solr.client.solrj.request.SchemaTest_FD25CAB4A2485975-001\tempDir-108\cores: java.nio.file.DirectoryNotEmptyException: C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-solrj\test\J0\temp\solr.client.solrj.request.SchemaTest_FD25CAB4A2485975-001\tempDir-108\cores    C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-solrj\test\J0\temp\solr.client.solrj.request.SchemaTest_FD25CAB4A2485975-001\tempDir-108: java.nio.file.DirectoryNotEmptyException: C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-solrj\test\J0\temp\solr.client.solrj.request.SchemaTest_FD25CAB4A2485975-001\tempDir-108 

Stack Trace:
java.io.IOException: Could not remove the following files (in the order of attempts):
   C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-solrj\test\J0\temp\solr.client.solrj.request.SchemaTest_FD25CAB4A2485975-001\tempDir-108\cores\core: java.nio.file.DirectoryNotEmptyException: C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-solrj\test\J0\temp\solr.client.solrj.request.SchemaTest_FD25CAB4A2485975-001\tempDir-108\cores\core
   C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-solrj\test\J0\temp\solr.client.solrj.request.SchemaTest_FD25CAB4A2485975-001\tempDir-108\cores: java.nio.file.DirectoryNotEmptyException: C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-solrj\test\J0\temp\solr.client.solrj.request.SchemaTest_FD25CAB4A2485975-001\tempDir-108\cores
   C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-solrj\test\J0\temp\solr.client.solrj.request.SchemaTest_FD25CAB4A2485975-001\tempDir-108: java.nio.file.DirectoryNotEmptyException: C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-solrj\test\J0\temp\solr.client.solrj.request.SchemaTest_FD25CAB4A2485975-001\tempDir-108

	at __randomizedtesting.SeedInfo.seed([FD25CAB4A2485975]:0)
	at org.apache.lucene.util.IOUtils.rm(IOUtils.java:323)
	at org.apache.lucene.util.TestRuleTemporaryFilesCleanup.afterAlways(TestRuleTemporaryFilesCleanup.java:216)
	at com.carrotsearch.randomizedtesting.rules.TestRuleAdapter$1.afterAlways(TestRuleAdapter.java:31)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:43)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
	at java.lang.Thread.run(Thread.java:745)


FAILED:  junit.framework.TestSuite.org.apache.solr.search.LargeFieldTest

Error Message:
Illegal char <?> at index 17: ignoredSchemaName?

Stack Trace:
java.nio.file.InvalidPathException: Illegal char <?> at index 17: ignoredSchemaName?
	at __randomizedtesting.SeedInfo.seed([99F95FEC73D31ECD]:0)
	at sun.nio.fs.WindowsPathParser.normalize(WindowsPathParser.java:182)
	at sun.nio.fs.WindowsPathParser.parse(WindowsPathParser.java:153)
	at sun.nio.fs.WindowsPathParser.parse(WindowsPathParser.java:77)
	at sun.nio.fs.WindowsPath.parse(WindowsPath.java:94)
	at sun.nio.fs.WindowsFileSystem.getPath(WindowsFileSystem.java:255)
	at sun.nio.fs.AbstractPath.resolve(AbstractPath.java:53)
	at org.apache.solr.core.SolrResourceLoader.openResource(SolrResourceLoader.java:385)
	at org.apache.solr.core.SolrResourceLoader.openSchema(SolrResourceLoader.java:353)
	at org.apache.solr.schema.ManagedIndexSchemaFactory.warnIfNonManagedSchemaExists(ManagedIndexSchemaFactory.java:241)
	at org.apache.solr.schema.ManagedIndexSchemaFactory.readSchemaLocally(ManagedIndexSchemaFactory.java:198)
	at org.apache.solr.schema.ManagedIndexSchemaFactory.create(ManagedIndexSchemaFactory.java:118)
	at org.apache.solr.schema.ManagedIndexSchemaFactory.create(ManagedIndexSchemaFactory.java:45)
	at org.apache.solr.schema.IndexSchemaFactory.buildIndexSchema(IndexSchemaFactory.java:75)
	at org.apache.solr.util.TestHarness.<init>(TestHarness.java:109)
	at org.apache.solr.SolrTestCaseJ4.createCore(SolrTestCaseJ4.java:705)
	at org.apache.solr.SolrTestCaseJ4.initCore(SolrTestCaseJ4.java:695)
	at org.apache.solr.SolrTestCaseJ4.initCore(SolrTestCaseJ4.java:569)
	at org.apache.solr.SolrTestCaseJ4.initCore(SolrTestCaseJ4.java:558)
	at org.apache.solr.search.LargeFieldTest.initManagedSchemaCore(LargeFieldTest.java:48)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:498)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1713)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:847)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:863)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
	at java.lang.Thread.run(Thread.java:745)




Build Log:
[...truncated 10907 lines...]
   [junit4] Suite: org.apache.solr.cloud.CdcrBootstrapTest
   [junit4]   2> Creating dataDir: C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J1\temp\solr.cloud.CdcrBootstrapTest_99F95FEC73D31ECD-001\init-core-data-001
   [junit4]   2> 46651 WARN  (SUITE-CdcrBootstrapTest-seed#[99F95FEC73D31ECD]-worker) [    ] o.a.s.SolrTestCaseJ4 startTrackingSearchers: numOpens=3 numCloses=3
   [junit4]   2> 46651 INFO  (SUITE-CdcrBootstrapTest-seed#[99F95FEC73D31ECD]-worker) [    ] o.a.s.SolrTestCaseJ4 Using TrieFields
   [junit4]   2> 46659 INFO  (SUITE-CdcrBootstrapTest-seed#[99F95FEC73D31ECD]-worker) [    ] o.a.s.SolrTestCaseJ4 Randomized ssl (false) and clientAuth (false) via: @org.apache.solr.util.RandomizeSSL(reason=, value=NaN, ssl=NaN, clientAuth=NaN)
   [junit4]   2> 46662 INFO  (TEST-CdcrBootstrapTest.testConvertClusterToCdcrAndBootstrap-seed#[99F95FEC73D31ECD]) [    ] o.a.s.SolrTestCaseJ4 ###Starting testConvertClusterToCdcrAndBootstrap
   [junit4]   2> 46663 INFO  (TEST-CdcrBootstrapTest.testConvertClusterToCdcrAndBootstrap-seed#[99F95FEC73D31ECD]) [    ] o.a.s.c.MiniSolrCloudCluster Starting cluster of 1 servers in C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J1\temp\solr.cloud.CdcrBootstrapTest_99F95FEC73D31ECD-001\cdcr-target-001
   [junit4]   2> 46663 INFO  (TEST-CdcrBootstrapTest.testConvertClusterToCdcrAndBootstrap-seed#[99F95FEC73D31ECD]) [    ] o.a.s.c.ZkTestServer STARTING ZK TEST SERVER
   [junit4]   2> 46666 INFO  (Thread-92) [    ] o.a.s.c.ZkTestServer client port:0.0.0.0/0.0.0.0:0
   [junit4]   2> 46666 INFO  (Thread-92) [    ] o.a.s.c.ZkTestServer Starting server
   [junit4]   2> 46765 INFO  (TEST-CdcrBootstrapTest.testConvertClusterToCdcrAndBootstrap-seed#[99F95FEC73D31ECD]) [    ] o.a.s.c.ZkTestServer start zk server on port:49602
   [junit4]   2> 46785 WARN  (NIOServerCxn.Factory:0.0.0.0/0.0.0.0:0) [    ] o.a.z.s.NIOServerCnxn caught end of stream exception
   [junit4]   2> EndOfStreamException: Unable to read additional data from client sessionid 0x15addc363f80000, likely client has closed socket
   [junit4]   2> 	at org.apache.zookeeper.server.NIOServerCnxn.doIO(NIOServerCnxn.java:228)
   [junit4]   2> 	at org.apache.zookeeper.server.NIOServerCnxnFactory.run(NIOServerCnxnFactory.java:208)
   [junit4]   2> 	at java.lang.Thread.run(Thread.java:745)
   [junit4]   2> 46794 INFO  (jetty-launcher-97-thread-1) [    ] o.e.j.s.Server jetty-9.3.14.v20161028
   [junit4]   2> 46796 INFO  (jetty-launcher-97-thread-1) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@511e8d3f{/solr,null,AVAILABLE}
   [junit4]   2> 46800 INFO  (jetty-launcher-97-thread-1) [    ] o.e.j.s.AbstractConnector Started ServerConnector@11fb9319{HTTP/1.1,[http/1.1]}{127.0.0.1:49607}
   [junit4]   2> 46800 INFO  (jetty-launcher-97-thread-1) [    ] o.e.j.s.Server Started @53737ms
   [junit4]   2> 46800 INFO  (jetty-launcher-97-thread-1) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=49607}
   [junit4]   2> 46807 ERROR (jetty-launcher-97-thread-1) [    ] o.a.s.s.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 46807 INFO  (jetty-launcher-97-thread-1) [    ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr™ version 7.0.0
   [junit4]   2> 46807 INFO  (jetty-launcher-97-thread-1) [    ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 46807 INFO  (jetty-launcher-97-thread-1) [    ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 46807 INFO  (jetty-launcher-97-thread-1) [    ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2017-03-17T19:34:14.398Z
   [junit4]   2> 46819 INFO  (jetty-launcher-97-thread-1) [    ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 46848 WARN  (NIOServerCxn.Factory:0.0.0.0/0.0.0.0:0) [    ] o.a.z.s.NIOServerCnxn caught end of stream exception
   [junit4]   2> EndOfStreamException: Unable to read additional data from client sessionid 0x15addc363f80001, likely client has closed socket
   [junit4]   2> 	at org.apache.zookeeper.server.NIOServerCnxn.doIO(NIOServerCnxn.java:228)
   [junit4]   2> 	at org.apache.zookeeper.server.NIOServerCnxnFactory.run(NIOServerCnxnFactory.java:208)
   [junit4]   2> 	at java.lang.Thread.run(Thread.java:745)
   [junit4]   2> 46858 INFO  (jetty-launcher-97-thread-1) [    ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:49602/solr
   [junit4]   2> 46866 WARN  (NIOServerCxn.Factory:0.0.0.0/0.0.0.0:0) [    ] o.a.z.s.NIOServerCnxn caught end of stream exception
   [junit4]   2> EndOfStreamException: Unable to read additional data from client sessionid 0x15addc363f80002, likely client has closed socket
   [junit4]   2> 	at org.apache.zookeeper.server.NIOServerCnxn.doIO(NIOServerCnxn.java:228)
   [junit4]   2> 	at org.apache.zookeeper.server.NIOServerCnxnFactory.run(NIOServerCnxnFactory.java:208)
   [junit4]   2> 	at java.lang.Thread.run(Thread.java:745)
   [junit4]   2> 46942 INFO  (jetty-launcher-97-thread-1) [n:127.0.0.1:49607_solr    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 46944 INFO  (jetty-launcher-97-thread-1) [n:127.0.0.1:49607_solr    ] o.a.s.c.OverseerElectionContext I am going to be the leader 127.0.0.1:49607_solr
   [junit4]   2> 46947 INFO  (jetty-launcher-97-thread-1) [n:127.0.0.1:49607_solr    ] o.a.s.c.Overseer Overseer (id=97634173207445507-127.0.0.1:49607_solr-n_0000000000) starting
   [junit4]   2> 46973 INFO  (jetty-launcher-97-thread-1) [n:127.0.0.1:49607_solr    ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:49607_solr
   [junit4]   2> 46983 INFO  (zkCallback-104-thread-1-processing-n:127.0.0.1:49607_solr) [n:127.0.0.1:49607_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 47220 INFO  (jetty-launcher-97-thread-1) [n:127.0.0.1:49607_solr    ] o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J1\temp\solr.cloud.CdcrBootstrapTest_99F95FEC73D31ECD-001\cdcr-target-001\node1\.
   [junit4]   1> Target zkHost = 127.0.0.1:49602/solr
   [junit4]   2> 47278 INFO  (TEST-CdcrBootstrapTest.testConvertClusterToCdcrAndBootstrap-seed#[99F95FEC73D31ECD]) [    ] o.a.s.c.MiniSolrCloudCluster Starting cluster of 1 servers in C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J1\temp\solr.cloud.CdcrBootstrapTest_99F95FEC73D31ECD-001\cdcr-source-001
   [junit4]   2> 47279 INFO  (TEST-CdcrBootstrapTest.testConvertClusterToCdcrAndBootstrap-seed#[99F95FEC73D31ECD]) [    ] o.a.s.c.ZkTestServer STARTING ZK TEST SERVER
   [junit4]   2> 47279 INFO  (Thread-105) [    ] o.a.s.c.ZkTestServer client port:0.0.0.0/0.0.0.0:0
   [junit4]   2> 47279 INFO  (Thread-105) [    ] o.a.s.c.ZkTestServer Starting server
   [junit4]   2> 47289 WARN  (Thread-105) [    ] o.a.z.j.MBeanRegistry Failed to register MBean StandaloneServer_port-1
   [junit4]   2> 47289 WARN  (Thread-105) [    ] o.a.z.s.ZooKeeperServer Failed to register with JMX
   [junit4]   2> javax.management.InstanceAlreadyExistsException: org.apache.ZooKeeperService:name0=StandaloneServer_port-1
   [junit4]   2> 	at com.sun.jmx.mbeanserver.Repository.addMBean(Repository.java:437)
   [junit4]   2> 	at com.sun.jmx.interceptor.DefaultMBeanServerInterceptor.registerWithRepository(DefaultMBeanServerInterceptor.java:1898)
   [junit4]   2> 	at com.sun.jmx.interceptor.DefaultMBeanServerInterceptor.registerDynamicMBean(DefaultMBeanServerInterceptor.java:966)
   [junit4]   2> 	at com.sun.jmx.interceptor.DefaultMBeanServerInterceptor.registerObject(DefaultMBeanServerInterceptor.java:900)
   [junit4]   2> 	at com.sun.jmx.interceptor.DefaultMBeanServerInterceptor.registerMBean(DefaultMBeanServerInterceptor.java:324)
   [junit4]   2> 	at com.sun.jmx.mbeanserver.JmxMBeanServer.registerMBean(JmxMBeanServer.java:522)
   [junit4]   2> 	at org.apache.zookeeper.jmx.MBeanRegistry.register(MBeanRegistry.java:96)
   [junit4]   2> 	at org.apache.zookeeper.server.ZooKeeperServer.registerJMX(ZooKeeperServer.java:377)
   [junit4]   2> 	at org.apache.zookeeper.server.ZooKeeperServer.startup(ZooKeeperServer.java:410)
   [junit4]   2> 	at org.apache.zookeeper.server.NIOServerCnxnFactory.startup(NIOServerCnxnFactory.java:123)
   [junit4]   2> 	at org.apache.solr.cloud.ZkTestServer$ZKServerMain.runFromConfig(ZkTestServer.java:308)
   [junit4]   2> 	at org.apache.solr.cloud.ZkTestServer$2.run(ZkTestServer.java:490)
   [junit4]   2> 47380 INFO  (TEST-CdcrBootstrapTest.testConvertClusterToCdcrAndBootstrap-seed#[99F95FEC73D31ECD]) [    ] o.a.s.c.ZkTestServer start zk server on port:49627
   [junit4]   2> 47397 WARN  (NIOServerCxn.Factory:0.0.0.0/0.0.0.0:0) [    ] o.a.z.s.NIOServerCnxn caught end of stream exception
   [junit4]   2> EndOfStreamException: Unable to read additional data from client sessionid 0x15addc3665f0000, likely client has closed socket
   [junit4]   2> 	at org.apache.zookeeper.server.NIOServerCnxn.doIO(NIOServerCnxn.java:228)
   [junit4]   2> 	at org.apache.zookeeper.server.NIOServerCnxnFactory.run(NIOServerCnxnFactory.java:208)
   [junit4]   2> 	at java.lang.Thread.run(Thread.java:745)
   [junit4]   2> 47402 INFO  (jetty-launcher-109-thread-1) [    ] o.e.j.s.Server jetty-9.3.14.v20161028
   [junit4]   2> 47403 INFO  (jetty-launcher-109-thread-1) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@6b834505{/solr,null,AVAILABLE}
   [junit4]   2> 47410 INFO  (jetty-launcher-109-thread-1) [    ] o.e.j.s.AbstractConnector Started ServerConnector@764c69c{HTTP/1.1,[http/1.1]}{127.0.0.1:49631}
   [junit4]   2> 47410 INFO  (jetty-launcher-109-thread-1) [    ] o.e.j.s.Server Started @54347ms
   [junit4]   2> 47410 INFO  (jetty-launcher-109-thread-1) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=49631}
   [junit4]   2> 47410 ERROR (jetty-launcher-109-thread-1) [    ] o.a.s.s.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 47410 INFO  (jetty-launcher-109-thread-1) [    ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr™ version 7.0.0
   [junit4]   2> 47411 INFO  (jetty-launcher-109-thread-1) [    ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 47411 INFO  (jetty-launcher-109-thread-1) [    ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 47411 INFO  (jetty-launcher-109-thread-1) [    ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2017-03-17T19:34:15.002Z
   [junit4]   2> 47418 INFO  (jetty-launcher-109-thread-1) [    ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 47435 WARN  (NIOServerCxn.Factory:0.0.0.0/0.0.0.0:0) [    ] o.a.z.s.NIOServerCnxn caught end of stream exception
   [junit4]   2> EndOfStreamException: Unable to read additional data from client sessionid 0x15addc3665f0001, likely client has closed socket
   [junit4]   2> 	at org.apache.zookeeper.server.NIOServerCnxn.doIO(NIOServerCnxn.java:228)
   [junit4]   2> 	at org.apache.zookeeper.server.NIOServerCnxnFactory.run(NIOServerCnxnFactory.java:208)
   [junit4]   2> 	at java.lang.Thread.run(Thread.java:745)
   [junit4]   2> 47439 INFO  (jetty-launcher-109-thread-1) [    ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:49627/solr
   [junit4]   2> 47501 INFO  (jetty-launcher-109-thread-1) [n:127.0.0.1:49631_solr    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 47502 INFO  (jetty-launcher-109-thread-1) [n:127.0.0.1:49631_solr    ] o.a.s.c.OverseerElectionContext I am going to be the leader 127.0.0.1:49631_solr
   [junit4]   2> 47504 INFO  (jetty-launcher-109-thread-1) [n:127.0.0.1:49631_solr    ] o.a.s.c.Overseer Overseer (id=97634173247750147-127.0.0.1:49631_solr-n_0000000000) starting
   [junit4]   2> 47518 INFO  (jetty-launcher-109-thread-1) [n:127.0.0.1:49631_solr    ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:49631_solr
   [junit4]   2> 47520 INFO  (OverseerStateUpdate-97634173247750147-127.0.0.1:49631_solr-n_0000000000) [n:127.0.0.1:49631_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 47805 INFO  (jetty-launcher-109-thread-1) [n:127.0.0.1:49631_solr    ] o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J1\temp\solr.cloud.CdcrBootstrapTest_99F95FEC73D31ECD-001\cdcr-source-001\node1\.
   [junit4]   2> 47983 INFO  (TEST-CdcrBootstrapTest.testConvertClusterToCdcrAndBootstrap-seed#[99F95FEC73D31ECD]) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 47986 INFO  (TEST-CdcrBootstrapTest.testConvertClusterToCdcrAndBootstrap-seed#[99F95FEC73D31ECD]) [    ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:49627/solr ready
   [junit4]   2> 47994 INFO  (qtp1718887143-491) [n:127.0.0.1:49631_solr    ] o.a.s.h.a.CollectionsHandler Invoked Collection Action :create with params replicationFactor=1&collection.configName=cdcr-source&name=cdcr-source&action=CREATE&numShards=1&property.solr.directoryFactory=solr.StandardDirectoryFactory&wt=javabin&version=2 and sendToOCPQueue=true
   [junit4]   2> 48000 INFO  (OverseerThreadFactory-130-thread-1-processing-n:127.0.0.1:49631_solr) [n:127.0.0.1:49631_solr    ] o.a.s.c.CreateCollectionCmd Create collection cdcr-source
   [junit4]   2> 48127 INFO  (qtp1718887143-493) [n:127.0.0.1:49631_solr    ] o.a.s.h.a.CoreAdminOperation core create command qt=/admin/cores&collection.configName=cdcr-source&newCollection=true&name=cdcr-source_shard1_replica1&action=CREATE&numShards=1&collection=cdcr-source&shard=shard1&property.solr.directoryFactory=solr.StandardDirectoryFactory&wt=javabin&version=2
   [junit4]   2> 48251 INFO  (zkCallback-116-thread-3-processing-n:127.0.0.1:49631_solr) [n:127.0.0.1:49631_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/cdcr-source/state.json] for collection [cdcr-source] has occurred - updating... (live nodes size: [1])
   [junit4]   2> 49182 INFO  (qtp1718887143-493) [n:127.0.0.1:49631_solr c:cdcr-source s:shard1  x:cdcr-source_shard1_replica1] o.a.s.c.SolrConfig Using Lucene MatchVersion: 7.0.0
   [junit4]   2> 49206 INFO  (qtp1718887143-493) [n:127.0.0.1:49631_solr c:cdcr-source s:shard1  x:cdcr-source_shard1_replica1] o.a.s.s.IndexSchema [cdcr-source_shard1_replica1] Schema name=minimal
   [junit4]   2> 49216 INFO  (qtp1718887143-493) [n:127.0.0.1:49631_solr c:cdcr-source s:shard1  x:cdcr-source_shard1_replica1] o.a.s.s.IndexSchema Loaded schema minimal/1.1 with uniqueid field id
   [junit4]   2> 49223 INFO  (qtp1718887143-493) [n:127.0.0.1:49631_solr c:cdcr-source s:shard1  x:cdcr-source_shard1_replica1] o.a.s.c.CoreContainer Creating SolrCore 'cdcr-source_shard1_replica1' using configuration from collection cdcr-source
   [junit4]   2> 49273 INFO  (qtp1718887143-493) [n:127.0.0.1:49631_solr c:cdcr-source s:shard1  x:cdcr-source_shard1_replica1] o.a.s.c.SolrCore solr.RecoveryStrategy.Builder
   [junit4]   2> 49273 INFO  (qtp1718887143-493) [n:127.0.0.1:49631_solr c:cdcr-source s:shard1  x:cdcr-source_shard1_replica1] o.a.s.c.SolrCore [[cdcr-source_shard1_replica1] ] Opening new SolrCore at [C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J1\temp\solr.cloud.CdcrBootstrapTest_99F95FEC73D31ECD-001\cdcr-source-001\node1\cdcr-source_shard1_replica1], dataDir=[C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J1\temp\solr.cloud.CdcrBootstrapTest_99F95FEC73D31ECD-001\cdcr-source-001\node1\.\cdcr-source_shard1_replica1\data\]
   [junit4]   2> 49468 INFO  (qtp1718887143-493) [n:127.0.0.1:49631_solr c:cdcr-source s:shard1  x:cdcr-source_shard1_replica1] o.a.s.u.UpdateHandler Using UpdateLog implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 49468 INFO  (qtp1718887143-493) [n:127.0.0.1:49631_solr c:cdcr-source s:shard1  x:cdcr-source_shard1_replica1] o.a.s.u.UpdateLog Initializing UpdateLog: dataDir= defaultSyncLevel=FLUSH numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 49471 INFO  (qtp1718887143-493) [n:127.0.0.1:49631_solr c:cdcr-source s:shard1  x:cdcr-source_shard1_replica1] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 49471 INFO  (qtp1718887143-493) [n:127.0.0.1:49631_solr c:cdcr-source s:shard1  x:cdcr-source_shard1_replica1] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 49476 INFO  (qtp1718887143-493) [n:127.0.0.1:49631_solr c:cdcr-source s:shard1  x:cdcr-source_shard1_replica1] o.a.s.s.SolrIndexSearcher Opening [Searcher@490c9bc5[cdcr-source_shard1_replica1] main]
   [junit4]   2> 49478 INFO  (qtp1718887143-493) [n:127.0.0.1:49631_solr c:cdcr-source s:shard1  x:cdcr-source_shard1_replica1] o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: /configs/cdcr-source
   [junit4]   2> 49479 INFO  (qtp1718887143-493) [n:127.0.0.1:49631_solr c:cdcr-source s:shard1  x:cdcr-source_shard1_replica1] o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using ZooKeeperStorageIO:path=/configs/cdcr-source
   [junit4]   2> 49479 INFO  (qtp1718887143-493) [n:127.0.0.1:49631_solr c:cdcr-source s:shard1  x:cdcr-source_shard1_replica1] o.a.s.h.ReplicationHandler Commits will be reserved for  10000
   [junit4]   2> 49480 INFO  (qtp1718887143-493) [n:127.0.0.1:49631_solr c:cdcr-source s:shard1  x:cdcr-source_shard1_replica1] o.a.s.u.UpdateLog Could not find max version in index or recent updates, using new clock 1562146774262480896
   [junit4]   2> 49480 INFO  (searcherExecutor-133-thread-1-processing-n:127.0.0.1:49631_solr x:cdcr-source_shard1_replica1 s:shard1 c:cdcr-source) [n:127.0.0.1:49631_solr c:cdcr-source s:shard1  x:cdcr-source_shard1_replica1] o.a.s.c.SolrCore [cdcr-source_shard1_replica1] Registered new searcher Searcher@490c9bc5[cdcr-source_shard1_replica1] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 49490 INFO  (qtp1718887143-493) [n:127.0.0.1:49631_solr c:cdcr-source s:shard1  x:cdcr-source_shard1_replica1] o.a.s.c.ShardLeaderElectionContext Enough replicas found to continue.
   [junit4]   2> 49491 INFO  (qtp1718887143-493) [n:127.0.0.1:49631_solr c:cdcr-source s:shard1  x:cdcr-source_shard1_replica1] o.a.s.c.ShardLeaderElectionContext I may be the new leader - try and sync
   [junit4]   2> 49491 INFO  (qtp1718887143-493) [n:127.0.0.1:49631_solr c:cdcr-source s:shard1  x:cdcr-source_shard1_replica1] o.a.s.c.SyncStrategy Sync replicas to http://127.0.0.1:49631/solr/cdcr-source_shard1_replica1/
   [junit4]   2> 49491 INFO  (qtp1718887143-493) [n:127.0.0.1:49631_solr c:cdcr-source s:shard1  x:cdcr-source_shard1_replica1] o.a.s.c.SyncStrategy Sync Success - now sync replicas to me
   [junit4]   2> 49491 INFO  (qtp1718887143-493) [n:127.0.0.1:49631_solr c:cdcr-source s:shard1  x:cdcr-source_shard1_replica1] o.a.s.c.SyncStrategy http://127.0.0.1:49631/solr/cdcr-source_shard1_replica1/ has no replicas
   [junit4]   2> 49491 INFO  (qtp1718887143-493) [n:127.0.0.1:49631_solr c:cdcr-source s:shard1  x:cdcr-source_shard1_replica1] o.a.s.c.ShardLeaderElectionContext Found all replicas participating in election, clear LIR
   [junit4]   2> 49497 INFO  (qtp1718887143-493) [n:127.0.0.1:49631_solr c:cdcr-source s:shard1  x:cdcr-source_shard1_replica1] o.a.s.c.ShardLeaderElectionContext I am the new leader: http://127.0.0.1:49631/solr/cdcr-source_shard1_replica1/ shard1
   [junit4]   2> 49606 INFO  (zkCallback-116-thread-2-processing-n:127.0.0.1:49631_solr) [n:127.0.0.1:49631_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/cdcr-source/state.json] for collection [cdcr-source] has occurred - updating... (live nodes size: [1])
   [junit4]   2> 49653 INFO  (qtp1718887143-493) [n:127.0.0.1:49631_solr c:cdcr-source s:shard1  x:cdcr-source_shard1_replica1] o.a.s.c.ZkController I am the leader, no recovery necessary
   [junit4]   2> 49662 INFO  (qtp1718887143-493) [n:127.0.0.1:49631_solr c:cdcr-source s:shard1  x:cdcr-source_shard1_replica1] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores params={qt=/admin/cores&collection.configName=cdcr-source&newCollection=true&name=cdcr-source_shard1_replica1&action=CREATE&numShards=1&collection=cdcr-source&shard=shard1&property.solr.directoryFactory=solr.StandardDirectoryFactory&wt=javabin&version=2} status=0 QTime=1536
   [junit4]   2> 49668 INFO  (qtp1718887143-491) [n:127.0.0.1:49631_solr    ] o.a.s.h.a.CollectionsHandler Wait for new collection to be active for at most 30 seconds. Check all shard replicas
   [junit4]   2> 49764 INFO  (zkCallback-116-thread-3-processing-n:127.0.0.1:49631_solr) [n:127.0.0.1:49631_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/cdcr-source/state.json] for collection [cdcr-source] has occurred - updating... (live nodes size: [1])
   [junit4]   2> 50005 INFO  (OverseerCollectionConfigSetProcessor-97634173247750147-127.0.0.1:49631_solr-n_0000000000) [n:127.0.0.1:49631_solr    ] o.a.s.c.OverseerTaskQueue Response ZK path: /overseer/collection-queue-work/qnr-0000000000 doesn't exist.  Requestor may have disconnected from ZooKeeper
   [junit4]   2> 50668 INFO  (qtp1718887143-491) [n:127.0.0.1:49631_solr    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections params={replicationFactor=1&collection.configName=cdcr-source&name=cdcr-source&action=CREATE&numShards=1&property.solr.directoryFactory=solr.StandardDirectoryFactory&wt=javabin&version=2} status=0 QTime=2673
   [junit4]   1> Adding 10 docs with commit=true, numDocs=100
   [junit4]   2> 51308 INFO  (qtp1718887143-495) [n:127.0.0.1:49631_solr c:cdcr-source s:shard1 r:core_node1 x:cdcr-source_shard1_replica1] o.a.s.u.p.LogUpdateProcessorFactory [cdcr-source_shard1_replica1]  webapp=/solr path=/update params={_stateVer_=cdcr-source:3&wt=javabin&version=2}{add=[source_0 (1562146775642406912), source_1 (1562146776115314688), source_2 (1562146776115314689), source_3 (1562146776117411840), source_4 (1562146776117411841), source_5 (1562146776118460416), source_6 (1562146776119508992), source_7 (1562146776120557568), source_8 (1562146776120557569), source_9 (1562146776121606144), ... (100 adds)]} 0 585
   [junit4]   2> 51321 INFO  (qtp1718887143-496) [n:127.0.0.1:49631_solr c:cdcr-source s:shard1 r:core_node1 x:cdcr-source_shard1_replica1] o.a.s.u.DirectUpdateHandler2 start commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 51321 INFO  (qtp1718887143-496) [n:127.0.0.1:49631_solr c:cdcr-source s:shard1 r:core_node1 x:cdcr-source_shard1_replica1] o.a.s.u.SolrIndexWriter Calling setCommitData with IW:org.apache.solr.update.SolrIndexWriter@12c986a8 commitCommandVersion:0
   [junit4]   2> 51967 INFO  (qtp1718887143-496) [n:127.0.0.1:49631_solr c:cdcr-source s:shard1 r:core_node1 x:cdcr-source_shard1_replica1] o.a.s.s.SolrIndexSearcher Opening [Searcher@757cee3c[cdcr-source_shard1_replica1] main]
   [junit4]   2> 51967 INFO  (searcherExecutor-133-thread-1-processing-n:127.0.0.1:49631_solr x:cdcr-source_shard1_replica1 s:shard1 c:cdcr-source r:core_node1) [n:127.0.0.1:49631_solr c:cdcr-source s:shard1 r:core_node1 x:cdcr-source_shard1_replica1] o.a.s.c.SolrCore [cdcr-source_shard1_replica1] Registered new searcher Searcher@757cee3c[cdcr-source_shard1_replica1] main{ExitableDirectoryReader(UninvertingDirectoryReader(Uninverting(_0(7.0.0):C100)))}
   [junit4]   2> 51971 INFO  (qtp1718887143-496) [n:127.0.0.1:49631_solr c:cdcr-source s:shard1 r:core_node1 x:cdcr-source_shard1_replica1] o.a.s.u.DirectUpdateHandler2 end_commit_flush
   [junit4]   2> 51971 INFO  (qtp1718887143-496) [n:127.0.0.1:49631_solr c:cdcr-source s:shard1 r:core_node1 x:cdcr-source_shard1_replica1] o.a.s.u.p.LogUpdateProcessorFactory [cdcr-source_shard1_replica1]  webapp=/solr path=/update params={_stateVer_=cdcr-source:3&waitSearcher=true&commit=true&softCommit=false&wt=javabin&version=2}{commit=} 0 659
   [junit4]   1> Adding 10 docs with commit=true, numDocs=200
   [junit4]   2> 52034 INFO  (qtp1718887143-497) [n:127.0.0.1:49631_solr c:cdcr-source s:shard1 r:core_node1 x:cdcr-source_shard1_replica1] o.a.s.u.p.LogUpdateProcessorFactory [cdcr-source_shard1_replica1]  webapp=/solr path=/update params={_stateVer_=cdcr-source:3&wt=javabin&version=2}{add=[source_100 (1562146776882872320), source_101 (1562146776891260928), source_102 (1562146776892309504), source_103 (1562146776893358080), source_104 (1562146776894406656), source_105 (1562146776894406657), source_106 (1562146776895455232), source_107 (1562146776895455233), source_108 (1562146776895455234), source_109 (1562146776897552384), ... (100 adds)]} 0 56
   [junit4]   2> 52038 INFO  (qtp1718887143-498) [n:127.0.0.1:49631_solr c:cdcr-source s:shard1 r:core_node1 x:cdcr-source_shard1_replica1] o.a.s.u.DirectUpdateHandler2 start commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 52040 INFO  (qtp1718887143-498) [n:127.0.0.1:49631_solr c:cdcr-source s:shard1 r:core_node1 x:cdcr-source_shard1_replica1] o.a.s.u.SolrIndexWriter Calling setCommitData with IW:org.apache.solr.update.SolrIndexWriter@12c986a8 commitCommandVersion:0
   [junit4]   2> 52205 INFO  (qtp1718887143-498) [n:127.0.0.1:49631_solr c:cdcr-source s:shard1 r:core_node1 x:cdcr-source_shard1_replica1] o.a.s.s.SolrIndexSearcher Opening [Searcher@29d10ce8[cdcr-source_shard1_replica1] main]
   [junit4]   2> 52209 INFO  (qtp1718887143-498) [n:127.0.0.1:49631_solr c:cdcr-source s:shard1 r:core_node1 x:cdcr-source_shard1_replica1] o.a.s.u.DirectUpdateHandler2 end_commit_flush
   [junit4]   2> 52210 INFO  (searcherExecutor-133-thread-1-processing-n:127.0.0.1:49631_solr x:cdcr-source_shard1_replica1 s:shard1 c:cdcr-source r:core_node1) [n:127.0.0.1:49631_solr c:cdcr-source s:shard1 r:core_node1 x:cdcr-source_shard1_replica1] o.a.s.c.SolrCore [cdcr-source_shard1_replica1] Registered new searcher Searcher@29d10ce8[cdcr-source_shard1_replica1] main{ExitableDirectoryReader(UninvertingDirectoryReader(Uninverting(_0(7.0.0):C100) Uninverting(_1(7.0.0):C100)))}
   [junit4]   2> 52210 INFO  (qtp1718887143-498) [n:127.0.0.1:49631_solr c:cdcr-source s:shard1 r:core_node1 x:cdcr-source_shard1_replica1] o.a.s.u.p.LogUpdateProcessorFactory [cdcr-source_shard1_replica1]  webapp=/solr path=/update params={_stateVer_=cdcr-source:3&waitSearcher=true&commit=true&softCommit=false&wt=javabin&version=2}{commit=} 0 173
   [junit4]   1> Adding 10 docs with commit=true, numDocs=300
   [junit4]   2> 52270 INFO  (qtp1718887143-494) [n:127.0.0.1:49631_solr c:cdcr-source s:shard1 r:core_node1 x:cdcr-source_shard1_replica1] o.a.s.u.p.LogUpdateProcessorFactory [cdcr-source_shard1_replica1]  webapp=/solr path=/update params={_stateVer_=cdcr-source:3&wt=javabin&version=2}{add=[source_200 (1562146777146064896), source_201 (1562146777151307776), source_202 (1562146777151307777), source_203 (1562146777152356352), source_204 (1562146777152356353), source_205 (1562146777153404928), source_206 (1562146777153404929), source_207 (1562146777153404930), source_208 (1562146777154453504), source_209 (1562146777154453505), ... (100 adds)]} 0 44
   [junit4]   2> 52271 INFO  (qtp1718887143-493) [n:127.0.0.1:49631_solr c:cdcr-source s:shard1 r:core_node1 x:cdcr-source_shard1_replica1] o.a.s.u.DirectUpdateHandler2 start commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 52271 INFO  (qtp1718887143-493) [n:127.0.0.1:49631_solr c:cdcr-source s:shard1 r:core_node1 x:cdcr-source_shard1_replica1] o.a.s.u.SolrIndexWriter Calling setCommitData with IW:org.apache.solr.update.SolrIndexWriter@12c986a8 commitCommandVersion:0
   [junit4]   2> 52385 INFO  (qtp1718887143-493) [n:127.0.0.1:49631_solr c:cdcr-source s:shard1 r:core_node1 x:cdcr-source_shard1_replica1] o.a.s.s.SolrIndexSearcher Opening [Searcher@1d593445[cdcr-source_shard1_replica1] main]
   [junit4]   2> 52387 INFO  (searcherExecutor-133-thread-1-processing-n:127.0.0.1:49631_solr x:cdcr-source_shard1_replica1 s:shard1 c:cdcr-source r:core_node1) [n:127.0.0.1:49631_solr c:cdcr-source s:shard1 r:core_node1 x:cdcr-source_shard1_replica1] o.a.s.c.SolrCore [cdcr-source_shard1_replica1] Registered new searcher Searcher@1d593445[cdcr-source_shard1_replica1] main{ExitableDirectoryReader(UninvertingDirectoryReader(Uninverting(_0(7.0.0):C100) Uninverting(_1(7.0.0):C100) Uninverting(_2(7.0.0):C100)))}
   [junit4]   2> 52388 INFO  (qtp1718887143-493) [n:127.0.0.1:49631_solr c:cdcr-source s:shard1 r:core_node1 x:cdcr-source_shard1_replica1] o.a.s.u.DirectUpdateHandler2 end_commit_flush
   [junit4]   2> 52388 INFO  (qtp1718887143-493) [n:127.0.0.1:49631_solr c:cdcr-source s:shard1 r:core_node1 x:cdcr-source_shard1_replica1] o.a.s.u.p.LogUpdateProcessorFactory [cdcr-source_shard1_replica1]  webapp=/solr path=/update params={_stateVer_=cdcr-source:3&waitSearcher=true&commit=true&softCommit=false&wt=javabin&version=2}{commit=} 0 115
   [junit4]   1> Adding 10 docs with commit=true, numDocs=400
   [junit4]   2> 52430 INFO  (qtp1718887143-491) [n:127.0.0.1:49631_solr c:cdcr-source s:shard1 r:core_node1 x:cdcr-source_shard1_replica1] o.a.s.u.p.LogUpdateProcessorFactory [cdcr-source_shard1_replica1]  webapp=/solr path=/update params={_stateVer_=cdcr-source:3&wt=javabin&version=2}{add=[source_300 (1562146777316982784), source_301 (1562146777323274240), source_302 (1562146777323274241), source_303 (1562146777323274242), source_304 (1562146777324322816), source_305 (1562146777324322817), source_306 (1562146777324322818), source_307 (1562146777324322819), source_308 (1562146777325371392), source_309 (1562146777325371393), ... (100 adds)]} 0 37
   [junit4]   2> 52446 INFO  (qtp1718887143-495) [n:127.0.0.1:49631_solr c:cdcr-source s:shard1 r:core_node1 x:cdcr-source_shard1_replica1] o.a.s.u.DirectUpdateHandler2 start commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 52446 INFO  (qtp1718887143-495) [n:127.0.0.1:49631_solr c:cdcr-source s:shard1 r:core_node1 x:cdcr-source_shard1_replica1] o.a.s.u.SolrIndexWriter Calling setCommitData with IW:org.apache.solr.update.SolrIndexWriter@12c986a8 commitCommandVersion:0
   [junit4]   2> 52544 INFO  (qtp1718887143-495) [n:127.0.0.1:49631_solr c:cdcr-source s:shard1 r:core_node1 x:cdcr-source_shard1_replica1] o.a.s.s.SolrIndexSearcher Opening [Searcher@63a028e6[cdcr-source_shard1_replica1] main]
   [junit4]   2> 52545 INFO  (searcherExecutor-133-thread-1-processing-n:127.0.0.1:49631_solr x:cdcr-source_shard1_replica1 s:shard1 c:cdcr-source r:core_node1) [n:127.0.0.1:49631_solr c:cdcr-source s:shard1 r:core_node1 x:cdcr-source_shard1_replica1] o.a.s.c.SolrCore [cdcr-source_shard1_replica1] Registered new searcher Searcher@63a028e6[cdcr-source_shard1_replica1] main{ExitableDirectoryReader(UninvertingDirectoryReader(Uninverting(_0(7.0.0):C100) Uninverting(_1(7.0.0):C100) Uninverting(_2(7.0.0):C100) Uninverting(_3(7.0.0):C100)))}
   [junit4]   2> 52547 INFO  (qtp1718887143-495) [n:127.0.0.1:49631_solr c:cdcr-source s:shard1 r:core_node1 x:cdcr-source_shard1_replica1] o.a.s.u.DirectUpdateHandler2 end_commit_flush
   [junit4]   2> 52547 INFO  (qtp1718887143-495) [n:127.0.0.1:49631_solr c:cdcr-source s:shard1 r:core_node1 x:cdcr-source_shard1_replica1] o.a.s.u.p.LogUpdateProcessorFactory [cdcr-source_shard1_replica1]  webapp=/solr path=/update params={_stateVer_=cdcr-source:3&waitSearcher=true&commit=true&softCommit=false&wt=javabin&version=2}{commit=} 0 103
   [junit4]   1> Adding 10 docs with commit=true, numDocs=500
   [junit4]   2> 52581 INFO  (qtp1718887143-496) [n:127.0.0.1:49631_solr c:cdcr-source s:shard1 r:core_node1 x:cdcr-source_shard1_replica1] o.a.s.u.p.LogUpdateProcessorFactory [cdcr-source_shard1_replica1]  webapp=/solr path=/update params={_stateVer_=cdcr-source:3&wt=javabin&version=2}{add=[source_400 (1562146777486852096), source_401 (1562146777491046400), source_402 (1562146777491046401), source_403 (1562146777491046402), source_404 (1562146777492094976), source_405 (1562146777492094977), source_406 (1562146777492094978), source_407 (1562146777492094979), source_408 (1562146777493143552), source_409 (1562146777493143553), ... (100 adds)]} 0 26
   [junit4]   2> 52592 INFO  (qtp1718887143-497) [n:127.0.0.1:49631_solr c:cdcr-source s:shard1 r:core_node1 x:cdcr-source_shard1_replica1] o.a.s.u.DirectUpdateHandler2 start commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 52593 INFO  (qtp1718887143-497) [n:127.0.0.1:49631_solr c:cdcr-source s:shard1 r:core_node1 x:cdcr-source_shard1_replica1] o.a.s.u.SolrIndexWriter Calling setCommitData with IW:org.apache.solr.update.SolrIndexWriter@12c986a8 commitCommandVersion:0
   [junit4]   2> 52713 INFO  (qtp1718887143-497) [n:127.0.0.1:49631_solr c:cdcr-source s:shard1 r:core_node1 x:cdcr-source_shard1_replica1] o.a.s.s.SolrIndexSearcher Opening [Searcher@149fe720[cdcr-source_shard1_replica1] main]
   [junit4]   2> 52716 INFO  (searcherExecutor-133-thread-1-processing-n:127.0.0.1:49631_solr x:cdcr-source_shard1_replica1 s:shard1 c:cdcr-source r:core_node1) [n:127.0.0.1:49631_solr c:cdcr-source s:shard1 r:core_node1 x:cdcr-source_shard1_replica1] o.a.s.c.SolrCore [cdcr-source_shard1_replica1] Registered new searcher Searcher@149fe720[cdcr-source_shard1_replica1] main{ExitableDirectoryReader(UninvertingDirectoryReader(Uninverting(_0(7.0.0):C100) Uninverting(_1(7.0.0):C100) Uninverting(_2(7.0.0):C100) Uninverting(_3(7.0.0):C100) Uninverting(_4(7.0.0):C100)))}
   [junit4]   2> 52717 INFO  (qtp1718887143-497) [n:127.0.0.1:49631_solr c:cdcr-source s:shard1 r:core_node1 x:cdcr-source_shard1_replica1] o.a.s.u.DirectUpdateHandler2 end_commit_flush
   [junit4]   2> 52718 INFO  (qtp1718887143-497) [n:127.0.0.1:49631_solr c:cdcr-source s:shard1 r:core_node1 x:cdcr-source_shard1_replica1] o.a.s.u.p.LogUpdateProcessorFactory [cdcr-source_shard1_replica1]  webapp=/solr path=/update params={_stateVer_=cdcr-source:3&waitSearcher=true&commit=true&softCommit=false&wt=javabin&version=2}{commit=} 0 125
   [junit4]   1> Adding 10 docs with commit=true, numDocs=600
   [junit4]   2> 52759 INFO  (qtp1718887143-498) [n:127.0.0.1:49631_solr c:cdcr-source s:shard1 r:core_node1 x:cdcr-source_shard1_replica1] o.a.s.u.p.LogUpdateProcessorFactory [cdcr-source_shard1_replica1]  webapp=/solr path=/update params={_stateVer_=cdcr-source:3&wt=javabin&version=2}{add=[source_500 (1562146777664061440), source_501 (1562146777669304320), source_502 (1562146777669304321), source_503 (1562146777669304322), source_504 (1562146777669304323), source_505 (1562146777670352896), source_506 (1562146777670352897), source_507 (1562146777670352898), source_508 (1562146777671401472), source_509 (1562146777671401473), ... (100 adds)]} 0 36
   [junit4]   2> 52763 INFO  (qtp1718887143-494) [n:127.0.0.1:49631_solr c:cdcr-source s:shard1 r:core_node1 x:cdcr-source_shard1_replica1] o.a.s.u.DirectUpdateHandler2 start commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 52763 INFO  (qtp1718887143-494) [n:127.0.0.1:49631_solr c:cdcr-source s:shard1 r:core_node1 x:cdcr-source_shard1_replica1] o.a.s.u.SolrIndexWriter Calling setCommitData with IW:org.apache.solr.update.SolrIndexWriter@12c986a8 commitCommandVersion:0
   [junit4]   2> 52857 INFO  (qtp1718887143-494) [n:127.0.0.1:49631_solr c:cdcr-source s:shard1 r:core_node1 x:cdcr-source_shard1_replica1] o.a.s.s.SolrIndexSearcher Opening [Searcher@269f245c[cdcr-source_shard1_replica1] main]
   [junit4]   2> 52860 INFO  (searcherExecutor-133-thread-1-processing-n:127.0.0.1:49631_solr x:cdcr-source_shard1_replica1 s:shard1 c:cdcr-source r:core_node1) [n:127.0.0.1:49631_solr c:cdcr-source s:shard1 r:core_node1 x:cdcr-source_shard1_replica1] o.a.s.c.SolrCore [cdcr-source_shard1_replica1] Registered new searcher Searcher@269f245c[cdcr-source_shard1_replica1] main{ExitableDirectoryReader(UninvertingDirectoryReader(Uninverting(_0(7.0.0):C100) Uninverting(_1(7.0.0):C100) Uninverting(_2(7.0.0):C100) Uninverting(_3(7.0.0):C100) Uninverting(_4(7.0.0):C100) Uninverting(_5(7.0.0):C100)))}
   [junit4]   2> 52861 INFO  (qtp1718887143-494) [n:127.0.0.1:49631_solr c:cdcr-source s:shard1 r:core_node1 x:cdcr-source_shard1_replica1] o.a.s.u.DirectUpdateHandler2 end_commit_flush
   [junit4]   2> 52861 INFO  (qtp1718887143-494) [n:127.0.0.1:49631_solr c:cdcr-source s:shard1 r:core_node1 x:cdcr-source_shard1_replica1] o.a.s.u.p.LogUpdateProcessorFactory [cdcr-source_shard1_replica1]  webapp=/solr path=/update params={_stateVer_=cdcr-source:3&waitSearcher=true&commit=true&softCommit=false&wt=javabin&version=2}{commit=} 0 99
   [junit4]   1> Adding 10 docs with commit=true, numDocs=700
   [junit4]   2> 52885 INFO  (qtp1718887143-493) [n:127.0.0.1:49631_solr c:cdcr-source s:shard1 r:core_node1 x:cdcr-source_shard1_replica1] o.a.s.u.p.LogUpdateProcessorFactory [cdcr-source_shard1_replica1]  webapp=/solr path=/update params={_stateVer_=cdcr-source:3&wt=javabin&version=2}{add=[source_600 (1562146777814007808), source_601 (1562146777817153536), source_602 (1562146777817153537), source_603 (1562146777817153538), source_604 (1562146777817153539), source_605 (1562146777817153540), source_606 (1562146777818202112), source_607 (1562146777818202113), source_608 (1562146777818202114), source_609 (1562146777818202115), ... (100 adds)]} 0 19
   [junit4]   2> 52889 INFO  (qtp1718887143-491) [n:127.0.0.1:49631_solr c:cdcr-source s:shard1 r:core_node1 x:cdcr-source_shard1_replica1] o.a.s.u.DirectUpdateHandler2 start commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 52889 INFO  (qtp1718887143-491) [n:127.0.0.1:49631_solr c:cdcr-source s:shard1 r:core_node1 x:cdcr-source_shard1_replica1] o.a.s.u.SolrIndexWriter Calling setCommitData with IW:org.apache.solr.update.SolrIndexWriter@12c986a8 commitCommandVersion:0
   [junit4]   2> 52967 INFO  (qtp1718887143-491) [n:127.0.0.1:49631_solr c:cdcr-source s:shard1 r:core_node1 x:cdcr-source_shard1_replica1] o.a.s.s.SolrIndexSearcher Opening [Searcher@6c633d0[cdcr-source_shard1_replica1] main]
   [junit4]   2> 52972 INFO  (searcherExecutor-133-thread-1-processing-n:127.0.0.1:49631_solr x:cdcr-source_shard1_replica1 s:shard1 c:cdcr-source r:core_node1) [n:127.0.0.1:49631_solr c:cdcr-source s:shard1 r:core_node1 x:cdcr-source_shard1_replica1] o.a.s.c.SolrCore [cdcr-source_shard1_replica1] Registered new searcher Searcher@6c633d0[cdcr-source_shard1_replica1] main{ExitableDirectoryReader(UninvertingDirectoryReader(Uninverting(_0(7.0.0):C100) Uninverting(_1(7.0.0):C100) Uninverting(_2(7.0.0):C100) Uninverting(_3(7.0.0):C100) Uninverting(_4(7.0.0):C100) Uninverting(_5(7.0.0):C100) Uninverting(_6(7.0.0):C100)))}
   [junit4]   2> 52972 INFO  (qtp1718887143-491) [n:127.0.0.1:49631_solr c:cdcr-source s:shard1 r:core_node1 x:cdcr-source_shard1_replica1] o.a.s.u.DirectUpdateHandler2 end_commit_flush
   [junit4]   2> 52972 INFO  (qtp1718887143-491) [n:127.0.0.1:49631_solr c:cdcr-source s:shard1 r:core_node1 x:cdcr-source_shard1_replica1] o.a.s.u.p.LogUpdateProcessorFactory [cdcr-source_shard1_replica1]  webapp=/solr path=/update params={_stateVer_=cdcr-source:3&waitSearcher=true&commit=true&softCommit=false&wt=javabin&version=2}{commit=} 0 84
   [junit4]   1> Adding 10 docs with commit=true, numDocs=800
   [junit4]   2> 52998 INFO  (qtp1718887143-495) [n:127.0.0.1:49631_solr c:cdcr-source s:shard1 r:core_node1 x:cdcr-source_shard1_replica1] o.a.s.u.p.LogUpdateProcessorFactory [cdcr-source_shard1_replica1]  webapp=/solr path=/update params={_stateVer_=cdcr-source:3&wt=javabin&version=2}{add=[source_700 (1562146777928302592), source_701 (1562146777932496896), source_702 (1562146777933545472), source_703 (1562146777933545473), source_704 (1562146777933545474), source_705 (1562146777933545475), source_706 (1562146777933545476), source_707 (1562146777934594048), source_708 (1562146777934594049), source_709 (1562146777934594050), ... (100 adds)]} 0 22
   [junit4]   2> 53002 INFO  (qtp1718887143-496) [n:127.0.0.1:49631_solr c:cdcr-source s:shard1 r:core_node1 x:cdcr-source_shard1_replica1] o.a.s.u.DirectUpdateHandler2 start commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 53002 INFO  (qtp1718887143-496) [n:127.0.0.1:49631_solr c:cdcr-source s:shard1 r:core_node1 x:cdcr-source_shard1_replica1] o.a.s.u.SolrIndexWriter Calling setCommitData with IW:org.apache.solr.update.SolrIndexWriter@12c986a8 commitCommandVersion:0
   [junit4]   2> 53082 INFO  (qtp1718887143-496) [n:127.0.0.1:49631_solr c:cdcr-source s:shard1 r:core_node1 x:cdcr-source_shard1_replica1] o.a.s.s.SolrIndexSearcher Opening [Searcher@2e4b3d65[cdcr-source_shard1_replica1] main]
   [junit4]   2> 53088 INFO  (searcherExecutor-133-thread-1-processing-n:127.0.0.1:49631_solr x:cdcr-source_shard1_replica1 s:shard1 c:cdcr-source r:core_node1) [n:127.0.0.1:49631_solr c:cdcr-source s:shard1 r:core_node1 x:cdcr-source_shard1_replica1] o.a.s.c.SolrCore [cdcr-source_shard1_replica1] Registered new searcher Searcher@2e4b3d65[cdcr-source_shard1_replica1] main{ExitableDirectoryReader(UninvertingDirectoryReader(Uninverting(_0(7.0.0):C100) Uninverting(_1(7.0.0):C100) Uninverting(_2(7.0.0):C100) Uninverting(_3(7.0.0):C100) Uninverting(_4(7.0.0):C100) Uninverting(_5(7.0.0):C100) Uninverting(_6(7.0.0):C100) Uninverting(_7(7.0.0):C100)))}
   [junit4]   2> 53088 INFO  (qtp1718887143-496) [n:127.0.0.1:49631_solr c:cdcr-source s:shard1 r:core_node1 x:cdcr-source_shard1_replica1] o.a.s.u.DirectUpdateHandler2 end_commit_flush
   [junit4]   2> 53088 INFO  (qtp1718887143-496) [n:127.0.0.1:49631_solr c:cdcr-source s:shard1 r:core_node1 x:cdcr-source_shard1_replica1] o.a.s.u.p.LogUpdateProcessorFactory [cdcr-source_shard1_replica1]  webapp=/solr path=/update params={_stateVer_=cdcr-source:3&waitSearcher=true&commit=true&softCommit=false&wt=javabin&version=2}{commit=} 0 87
   [junit4]   1> Adding 10 docs with commit=true, numDocs=900
   [junit4]   2> 53118 INFO  (qtp1718887143-497) [n:127.0.0.1:49631_solr c:cdcr-source s:shard1 r:core_node1 x:cdcr-source_shard1_replica1] o.a.s.u.p.LogUpdateProcessorFactory [cdcr-source_shard1_replica1]  webapp=/solr path=/update params={_stateVer_=cdcr-source:3&wt=javabin&version=2}{add=[source_800 (1562146778050985984), source_801 (1562146778058326016), source_802 (1562146778059374592), source_803 (1562146778059374593), source_804 (1562146778059374594), source_805 (1562146778059374595), source_806 (1562146778059374596), source_807 (1562146778059374597), source_808 (1562146778060423168), source_809 (1562146778060423169), ... (100 adds)]} 0 24
   [junit4]   2> 53121 INFO  (qtp1718887143-498) [n:127.0.0.1:49631_solr c:cdcr-source s:shard1 r:core_node1 x:cdcr-source_shard1_replica1] o.a.s.u.DirectUpdateHandler2 start commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 53121 INFO  (qtp1718887143-498) [n:127.0.0.1:49631_solr c:cdcr-source s:shard1 r:core_node1 x:cdcr-source_shard1_replica1] o.a.s.u.SolrIndexWriter Calling setCommitData with IW:org.apache.solr.update.SolrIndexWriter@12c986a8 commitCommandVersion:0
   [junit4]   2> 53239 INFO  (qtp1718887143-498) [n:127.0.0.1:49631_solr c:cdcr-source s:shard1 r:core_node1 x:cdcr-source_shard1_replica1] o.a.s.s.SolrIndexSearcher Opening [Searcher@54a903b0[cdcr-source_shard1_replica1] main]
   [junit4]   2> 53242 INFO  (qtp1718887143-498) [n:127.0.0.1:49631_solr c:cdcr-source s:shard1 r:core_node1 x:cdcr-source_shard1_replica1] o.a.s.u.DirectUpdateHandler2 end_commit_flush
   [junit4]   2> 53245 INFO  (searcherExecutor-133-thread-1-processing-n:127.0.0.1:49631_solr x:cdcr-source_shard1_replica1 s:shard1 c:cdcr-source r:core_node1) [n:127.0.0.1:49631_solr c:cdcr-source s:shard1 r:core_node1 x:cdcr-source_shard1_replica1] o.a.s.c.SolrCore [cdcr-source_shard1_replica1] Registered new searcher Searcher@54a903b0[cdcr-source_shard1_replica1] main{ExitableDirectoryReader(UninvertingDirectoryReader(Uninverting(_0(7.0.0):C100) Uninverting(_1(7.0.0):C100) Uninverting(_2(7.0.0):C100) Uninverting(_3(7.0.0):C100) Uninverting(_4(7.0.0):C100) Uninverting(_5(7.0.0):C100) Uninverting(_6(7.0.0):C100) Uninverting(_7(7.0.0):C100) Uninverting(_8(7.0.0):C100)))}
   [junit4]   2> 53245 INFO  (qtp1718887143-498) [n:127.0.0.1:49631_solr c:cdcr-source s:shard1 r:core_node1 x:cdcr-source_shard1_replica1] o.a.s.u.p.LogUpdateProcessorFactory [cdcr-source_shard1_replica1]  webapp=/solr path=/update params={_stateVer_=cdcr-source:3&waitSearcher=true&commit=true&softCommit=false&wt=javabin&version=2}{commit=} 0 125
   [junit4]   1> Adding 10 docs with commit=true, numDocs=1000
   [junit4]   2> 53276 INFO  (qtp1718887143-494) [n:127.0.0.1:49631_solr c:cdcr-source s:shard1 r:core_node1 x:cdcr-source_shard1_replica1] o.a.s.u.p.LogUpdateProcessorFactory [cdcr-source_shard1_replica1]  webapp=/solr path=/update params={_stateVer_=cdcr-source:3&wt=javabin&version=2}{add=[source_900 (1562146778221903872), source_901 (1562146778229243904), source_902 (1562146778229243905), source_903 (1562146778230292480), source_904 (1562146778230292481), source_905 (1562146778230292482), source_906 (1562146778230292483), source_907 (1562146778230292484), source_908 (1562146778231341056), source_909 (1562146778231341057), ... (100 adds)]} 0 22
   [junit4]   2> 53280 INFO  (qtp1718887143-494) [n:127.0.0.1:49631_solr c:cdcr-source s:shard1 r:core_node1 x:cdcr-source_shard1_replica1] o.a.s.u.DirectUpdateHandler2 start commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 53280 INFO  (qtp1718887143-494) [n:127.0.0.1:49631_solr c:cdcr-source s:shard1 r:core_node1 x:cdcr-source_shard1_replica1] o.a.s.u.SolrIndexWriter Calling setCommitData with IW:org.apache.solr.update.SolrIndexWriter@12c986a8 commitCommandVersion:0
   [junit4]   2> 53549 INFO  (qtp1718887143-494) [n:127.0.0.1:49631_solr c:cdcr-source s:shard1 r:core_node1 x:cdcr-source_shard1_replica1] o.a.s.s.SolrIndexSearcher Opening [Searcher@4d9298db[cdcr-source_shard1_replica1] main]
   [junit4]   2> 53556 INFO  (qtp1718887143-494) [n:127.0.0.1:49631_solr c:cdcr-source s:shard1 r:core_node1 x:cdcr-source_shard1_replica1] o.a.s.u.DirectUpdateHandler2 end_commit_flush
   [junit4]   2> 53561 INFO  (searcherExecutor-133-thread-1-processing-n:127.0.0.1:49631_solr x:cdcr-source_shard1_replica1 s:shard1 c:cdcr-source r:core_node1) [n:127.0.0.1:49631_solr c:cdcr-source s:shard1 r:core_node1 x:cdcr-source_shard1_replica1] o.a.s.c.SolrCore [cdcr-source_shard1_replica1] Registered new searcher Searcher@4d9298db[cdcr-source_shard1_replica1] main{ExitableDirectoryReader(UninvertingDirectoryReader(Uninverting(_0(7.0.0):C100) Uninverting(_1(7.0.0):C100) Uninverting(_2(7.0.0):C100) Uninverting(_3(7.0.0):C100) Uninverting(_4(7.0.0):C100) Uninverting(_5(7.0.0):C100) Uninverting(_6(7.0.0):C100) Uninverting(_7(7.0.0):C100) Uninverting(_8(7.0.0):C100) Uninverting(_9(7.0.0):C100)))}
   [junit4]   2> 53653 INFO  (qtp1718887143-494) [n:127.0.0.1:49631_solr c:cdcr-source s:shard1 r:core_node1 x:cdcr-source_shard1_replica1] o.a.s.u.p.LogUpdateProcessorFactory [cdcr-source_shard1_replica1]  webapp=/solr path=/update params={_stateVer_=cdcr-source:3&waitSearcher=true&commit=true&softCommit=false&wt=javabin&version=2}{commit=} 0 373
   [junit4]   2> 54499 INFO  (qtp1718887143-491) [n:127.0.0.1:49631_solr c:cdcr-source s:shard1 r:core_node1 x:cdcr-source_shard1_replica1] o.a.s.c.S.Request [cdcr-source_shard1_replica1]  webapp=/solr path=/select params={q=*:*&_stateVer_=cdcr-source:3&wt=javabin&version=2} hits=1000 status=0 QTime=814
   [junit4]   2> 54575 INFO  (qtp1718887143-495) [n:127.0.0.1:49631_solr c:cdcr-source s:shard1 r:core_node1 x:cdcr-source_shard1_replica1] o.a.s.c.S.Request [cdcr-source_shard1_replica1]  webapp=/solr path=/get params={qt=/get&_stateVer_=cdcr-source:3&getVersions=1000&wt=javabin&version=2} status=0 QTime=14
   [junit4]   2> 54696 INFO  (TEST-CdcrBootstrapTest.testConvertClusterToCdcrAndBootstrap-seed#[99F95FEC73D31ECD]) [    ] o.e.j.s.AbstractConnector Stopped ServerConnector@764c69c{HTTP/1.1,[http/1.1]}{127.0.0.1:0}
   [junit4]   2> 54713 INFO  (TEST-CdcrBootstrapTest.testConvertClusterToCdcrAndBootstrap-seed#[99F95FEC73D31ECD]) [    ] o.a.s.c.CoreContainer Shutting down CoreContainer instance=1319337456
   [junit4]   2> 54714 INFO  (TEST-CdcrBootstrapTest.testConvertClusterToCdcrAndBootstrap-seed#[99F95FEC73D31ECD]) [    ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.node, tag=null
   [junit4]   2> 54729 INFO  (TEST-CdcrBootstrapTest.testConvertClusterToCdcrAndBootstrap-seed#[99F95FEC73D31ECD]) [    ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.cluster, tag=null
   [junit4]   2> 54739 INFO  (zkCallback-116-thread-1-processing-n:127.0.0.1:49631_solr) [n:127.0.0.1:49631_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/cdcr-source/state.json] for collection [cdcr-source] has occurred - updating... (live nodes size: [1])
   [junit4]   2> 54773 INFO  (coreCloseExecutor-138-thread-1) [n:127.0.0.1:49631_solr c:cdcr-source s:shard1 r:core_node1 x:cdcr-source_shard1_replica1] o.a.s.c.SolrCore [cdcr-source_shard1_replica1]  CLOSING SolrCore org.apache.solr.core.SolrCore@7d2e041d
   [junit4]   2> 54830 INFO  (coreCloseExecutor-138-thread-1) [n:127.0.0.1:49631_solr c:cdcr-source s:shard1 r:core_node1 x:cdcr-source_shard1_replica1] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.core.cdcr-source.shard1.replica1, tag=2100167709
   [junit4]   2> 54832 INFO  (TEST-CdcrBootstrapTest.testConvertClusterToCdcrAndBootstrap-seed#[99F95FEC73D31ECD]) [    ] o.a.s.c.Overseer Overseer (id=97634173247750147-127.0.0.1:49631_solr-n_0000000000) closing
   [junit4]   2> 54832 INFO  (OverseerStateUpdate-97634173247750147-127.0.0.1:49631_solr-n_0000000000) [n:127.0.0.1:49631_solr    ] o.a.s.c.Overseer Overseer Loop exiting : 127.0.0.1:49631_solr
   [junit4]   2> 54842 WARN  (zkCallback-116-thread-1-processing-n:127.0.0.1:49631_solr) [n:127.0.0.1:49631_solr    ] o.a.s.c.c.ZkStateReader ZooKeeper watch triggered, but Solr cannot talk to ZK: [KeeperErrorCode = Session expired for /live_nodes]
   [junit4]   2> 54844 INFO  (TEST-CdcrBootstrapTest.testConvertClusterToCdcrAndBootstrap-seed#[99F95FEC73D31ECD]) [    ] o.e.j.s.h.ContextHandler Stopped o.e.j.s.ServletContextHandler@6b834505{/solr,null,UNAVAILABLE}
   [junit4]   2> 54844 INFO  (zkCallback-123-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (0)
   [junit4]   2> 54847 INFO  (TEST-CdcrBootstrapTest.testConvertClusterToCdcrAndBootstrap-seed#[99F95FEC73D31ECD]) [    ] o.e.j.s.Server jetty-9.3.14.v20161028
   [junit4]   2> 54849 INFO  (TEST-CdcrBootstrapTest.testConvertClusterToCdcrAndBootstrap-seed#[99F95FEC73D31ECD]) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@774371cd{/solr,null,AVAILABLE}
   [junit4]   2> 54852 INFO  (TEST-CdcrBootstrapTest.testConvertClusterToCdcrAndBootstrap-seed#[99F95FEC73D31ECD]) [    ] o.e.j.s.AbstractConnector Started ServerConnector@3df52b56{HTTP/1.1,[http/1.1]}{127.0.0.1:49672}
   [junit4]   2> 54853 INFO  (TEST-CdcrBootstrapTest.testConvertClusterToCdcrAndBootstrap-seed#[99F95FEC73D31ECD]) [    ] o.e.j.s.Server Started @61789ms
   [junit4]   2> 54856 INFO  (TEST-CdcrBootstrapTest.testConvertClusterToCdcrAndBootstrap-seed#[99F95FEC73D31ECD]) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=49672}
   [junit4]   2> 54856 ERROR (TEST-CdcrBootstrapTest.testConvertClusterToCdcrAndBootstrap-seed#[99F95FEC73D31ECD]) [    ] o.a.s.s.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 54857 INFO  (TEST-CdcrBootstrapTest.testConvertClusterToCdcrAndBootstrap-seed#[99F95FEC73D31ECD]) [    ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr™ version 7.0.0
   [junit4]   2> 54857 INFO  (TEST-CdcrBootstrapTest.testConvertClusterToCdcrAndBootstrap-seed#[99F95FEC73D31ECD]) [    ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 54857 INFO  (TEST-CdcrBootstrapTest.testConvertClusterToCdcrAndBootstrap-seed#[99F95FEC73D31ECD]) [    ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 54857 INFO  (TEST-CdcrBootstrapTest.testConvertClusterToCdcrAndBootstrap-seed#[99F95FEC73D31ECD]) [    ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2017-03-17T19:34:22.448Z
   [junit4]   2> 54870 INFO  (TEST-CdcrBootstrapTest.testConvertClusterToCdcrAndBootstrap-seed#[99F95FEC73D31ECD]) [    ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 54927 INFO  (TEST-CdcrBootstrapTest.testConvertClusterToCdcrAndBootstrap-seed#[99F95FEC73D31ECD]) [    ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:49627/solr
   [junit4]   2> 54936 WARN  (NIOServerCxn.Factory:0.0.0.0/0.0.0.0:0) [    ] o.a.z.s.NIOServerCnxn caught end of stream exception
   [junit4]   2> EndOfStreamException: Unable to read additional data from client sessionid 0x15addc3665f000a, likely client has closed socket
   [junit4]   2> 	at org.apache.zookeeper.server.NIOServerCnxn.doIO(NIOServerCnxn.java:228)
   [junit4]   2> 	at org.apache.zookeeper.server.NIOServerCnxnFactory.run(NIOServerCnxnFactory.java:208)
   [junit4]   2> 	at java.lang.Thread.run(Thread.java:745)
   [junit4]   2> 54962 INFO  (TEST-CdcrBootstrapTest.testConvertClusterToCdcrAndBootstrap-seed#[99F95FEC73D31ECD]) [n:127.0.0.1:49672_solr    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 54965 INFO  (TEST-CdcrBootstrapTest.testConvertClusterToCdcrAndBootstrap-seed#[99F95FEC73D31ECD]) [n:127.0.0.1:49672_solr    ] o.a.s.c.OverseerElectionContext I am going to be the leader 127.0.0.1:49672_solr
   [junit4]   2> 54968 INFO  (TEST-CdcrBootstrapTest.testConvertClusterToCdcrAndBootstrap-seed#[99F95FEC73D31ECD]) [n:127.0.0.1:49672_solr    ] o.a.s.c.Overseer Overseer (id=97634173247750155-127.0.0.1:49672_solr-n_0000000001) starting
   [junit4]   2> 54982 INFO  (TEST-CdcrBootstrapTest.testConvertClusterToCdcrAndBootstrap-seed#[99F95FEC73D31ECD]) [n:127.0.0.1:49672_solr    ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:49672_solr
   [junit4]   2> 54987 INFO  (zkCallback-123-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 54989 INFO  (zkCallback-129-thread-1-processing-n:127.0.0.1:49672_solr) [n:127.0.0.1:49672_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 55301 INFO  (TEST-CdcrBootstrapTest.testConvertClusterToCdcrAndBootstrap-seed#[99F95FEC73D31ECD]) [n:127.0.0.1:49672_solr    ] o.a.s.c.CorePropertiesLocator Found 1 core definitions underneath C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J1\temp\solr.cloud.CdcrBootstrapTest_99F95FEC73D31ECD-001\cdcr-source-001\node1\.
   [junit4]   2> 55301 INFO  (TEST-CdcrBootstrapTest.testConvertClusterToCdcrAndBootstrap-seed#[99F95FEC73D31ECD]) [n:127.0.0.1:49672_solr    ] o.a.s.c.CorePropertiesLocator Cores are: [cdcr-source_shard1_replica1]
   [junit4]   2> 55390 INFO  (zkCallback-129-thread-1-processing-n:127.0.0.1:49672_solr) [n:127.0.0.1:49672_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/cdcr-source/state.json] for collection [cdcr-source] has occurred - updating... (live nodes size: [1])
   [junit4]   2> 56451 INFO  (coreLoadExecutor-147-thread-1-processing-n:127.0.0.1:49672_solr) [n:127.0.0.1:49672_solr c:cdcr-source s:shard1 r:core_node1 x:cdcr-source_shard1_replica1] o.a.s.c.SolrConfig Using Lucene MatchVersion: 7.0.0
   [junit4]   2> 56498 INFO  (coreLoadExecutor-147-thread-1-processing-n:127.0.0.1:49672_solr) [n:127.0.0.1:49672_solr c:cdcr-source s:shard1 r:core_node1 x:cdcr-source_shard1_replica1] o.a.s.s.ManagedIndexSchemaFactory The schema is configured as managed, but managed schema resource managed-schema not found - loading non-managed schema schema.xml instead
   [junit4]   2> 56520 INFO  (coreLoadExecutor-147-thread-1-processing-n:127.0.0.1:49672_solr) [n:127.0.0.1:49672_solr c:cdcr-source s:shard1 r:core_node1 x:cdcr-source_shard1_replica1] o.a.s.s.IndexSchema [cdcr-source_shard1_replica1] Schema name=minimal
   [junit4]   2> 56530 INFO  (coreLoadExecutor-147-thread-1-processing-n:127.0.0.1:49672_solr) [n:127.0.0.1:49672_solr c:cdcr-source s:shard1 r:core_node1 x:cdcr-source_shard1_replica1] o.a.s.s.IndexSchema Loaded schema minimal/1.1 with uniqueid field id
   [junit4]   2> 56558 INFO  (coreLoadExecutor-147-thread-1-processing-n:127.0.0.1:49672_solr) [n:127.0.0.1:49672_solr c:cdcr-source s:shard1 r:core_node1 x:cdcr-source_shard1_replica1] o.a.s.s.ManagedIndexSchema Created and persisted managed schema znode at /configs/cdcr-source/managed-schema
   [junit4]   2> 56580 INFO  (coreLoadExecutor-147-thread-1-processing-n:127.0.0.1:49672_solr) [n:127.0.0.1:49672_solr c:cdcr-source s:shard1 r:core_node1 x:cdcr-source_shard1_replica1] o.a.s.s.ManagedIndexSchemaFactory After upgrading to managed schema in ZooKeeper, renamed the non-managed schema /configs/cdcr-source/schema.xml to /configs/cdcr-source/schema.xml.bak
   [junit4]   2> 56586 INFO  (coreLoadExecutor-147-thread-1-processing-n:127.0.0.1:49672_solr) [n:127.0.0.1:49672_solr c:cdcr-source s:shard1 r:core_node1 x:cdcr-source_shard1_replica1] o.a.s.c.CoreContainer Creating SolrCore 'cdcr-source_shard1_replica1' using configuration from collection cdcr-source
   [junit4]   2> 56587 INFO  (coreLoadExecutor-147-thread-1-processing-n:127.0.0.1:49672_solr) [n:127.0.0.1:49672_solr c:cdcr-source s:shard1 r:core_node1 x:cdcr-source_shard1_replica1] o.a.s.c.SolrCore solr.RecoveryStrategy.Builder
   [junit4]   2> 56587 INFO  (coreLoadExecutor-147-thread-1-processing-n:127.0.0.1:49672_solr) [n:127.0.0.1:49672_solr c:cdcr-source s:shard1 r:core_node1 x:cdcr-source_shard1_replica1] o.a.s.c.SolrCore [[cdcr-source_shard1_replica1] ] Opening new SolrCore at [C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J1\temp\solr.cloud.CdcrBootstrapTest_99F95FEC73D31ECD-001\cdcr-source-001\node1\cdcr-source_shard1_replica1], dataDir=[C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J1\temp\solr.cloud.CdcrBootstrapTest_99F95FEC73D31ECD-001\cdcr-source-001\node1\.\cdcr-source_shard1_replica1\data\]
   [junit4]   2> 56977 INFO  (coreLoadExecutor-147-thread-1-processing-n:127.0.0.1:49672_solr) [n:127.0.0.1:49672_solr c:cdcr-source s:shard1 r:core_node1 x:cdcr-source_shard1_replica1] o.a.s.u.UpdateHandler Using UpdateLog implementation: org.apache.solr.update.CdcrUpdateLog
   [junit4]   2> 56977 INFO  (coreLoadExecutor-147-thread-1-processing-n:127.0.0.1:49672_solr) [n:127.0.0.1:49672_solr c:cdcr-source s:shard1 r:core_node1 x:cdcr-source_shard1_replica1] o.a.s.u.UpdateLog Initializing UpdateLog: dataDir= defaultSyncLevel=FLUSH numRecordsTo

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

284-thread-1) [    x:collection1] o.a.s.s.IndexSchema Field text is not multivalued and destination for multiple copyFields (3)
   [junit4]   2> 221777 INFO  (coreLoadExecutor-1284-thread-1) [    x:collection1] o.a.s.s.IndexSchema Loaded schema test/1.6 with uniqueid field id
   [junit4]   2> 221779 INFO  (coreLoadExecutor-1284-thread-1) [    x:collection1] o.a.s.s.ManagedIndexSchema Upgraded to managed schema at C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-solrj\test\J0\temp\solr.client.solrj.request.SchemaTest_FD25CAB4A2485975-001\tempDir-106\collection1\conf\managed-schema
   [junit4]   2> 221781 INFO  (coreLoadExecutor-1284-thread-1) [    x:collection1] o.a.s.s.ManagedIndexSchemaFactory After upgrading to managed schema, renamed the non-managed schema C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-solrj\test\J0\temp\solr.client.solrj.request.SchemaTest_FD25CAB4A2485975-001\tempDir-106\collection1\conf\schema.xml to C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-solrj\test\J0\temp\solr.client.solrj.request.SchemaTest_FD25CAB4A2485975-001\tempDir-106\collection1\conf\schema.xml.bak
   [junit4]   2> 221789 INFO  (coreLoadExecutor-1284-thread-1) [    x:collection1] o.a.s.c.CoreContainer Creating SolrCore 'collection1' using configuration from configset C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-solrj\test\J0\temp\solr.client.solrj.request.SchemaTest_FD25CAB4A2485975-001\tempDir-106\collection1
   [junit4]   2> 221789 INFO  (coreLoadExecutor-1284-thread-1) [    x:collection1] o.a.s.c.SolrCore solr.RecoveryStrategy.Builder
   [junit4]   2> 221789 INFO  (coreLoadExecutor-1284-thread-1) [    x:collection1] o.a.s.c.SolrCore [[collection1] ] Opening new SolrCore at [C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-solrj\test\J0\temp\solr.client.solrj.request.SchemaTest_FD25CAB4A2485975-001\tempDir-106\collection1], dataDir=[C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-solrj\test\J0\temp\solr.client.solrj.request.SchemaTest_FD25CAB4A2485975-001\tempDir-108\cores\core\data\]
   [junit4]   2> 221941 WARN  (coreLoadExecutor-1284-thread-1) [    x:collection1] o.a.s.c.RequestHandlers no default request handler is registered (either '/select' or 'standard')
   [junit4]   2> 221941 INFO  (coreLoadExecutor-1284-thread-1) [    x:collection1] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 221941 INFO  (coreLoadExecutor-1284-thread-1) [    x:collection1] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 221945 INFO  (coreLoadExecutor-1284-thread-1) [    x:collection1] o.a.s.s.SolrIndexSearcher Opening [Searcher@525ab01f[collection1] main]
   [junit4]   2> 221946 INFO  (coreLoadExecutor-1284-thread-1) [    x:collection1] o.a.s.r.ManagedResourceStorage File-based storage initialized to use dir: C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-solrj\test\J0\temp\solr.client.solrj.request.SchemaTest_FD25CAB4A2485975-001\tempDir-106\collection1\conf
   [junit4]   2> 221946 INFO  (coreLoadExecutor-1284-thread-1) [    x:collection1] o.a.s.h.ReplicationHandler Commits will be reserved for  10000
   [junit4]   2> 221946 INFO  (searcherExecutor-1285-thread-1-processing-x:collection1) [    x:collection1] o.a.s.c.SolrCore [collection1] Registered new searcher Searcher@525ab01f[collection1] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 222198 INFO  (TEST-SchemaTest.addFieldTypeShouldntBeCalledTwiceWithTheSameName-seed#[FD25CAB4A2485975]) [    ] o.a.s.SolrJettyTestBase Jetty Assigned Port#55904
   [junit4]   2> 222232 INFO  (qtp2042186613-3622) [    x:collection1] o.a.s.s.ManagedIndexSchema Upgraded to managed schema at C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-solrj\test\J0\temp\solr.client.solrj.request.SchemaTest_FD25CAB4A2485975-001\tempDir-106\collection1\conf\managed-schema
   [junit4]   2> 222233 INFO  (qtp2042186613-3622) [    x:collection1] o.a.s.c.S.Request [collection1]  webapp=/solr path=/schema params={wt=javabin&version=2} status=0 QTime=11
   [junit4]   2> 222234 ERROR (qtp2042186613-3621) [    x:collection1] o.a.s.s.ManagedIndexSchema Field type 'failureInt' already exists.
   [junit4]   2> 222234 INFO  (qtp2042186613-3621) [    x:collection1] o.a.s.c.S.Request [collection1]  webapp=/solr path=/schema params={wt=javabin&version=2} status=0 QTime=0
   [junit4]   2> 222236 INFO  (TEST-SchemaTest.addFieldTypeShouldntBeCalledTwiceWithTheSameName-seed#[FD25CAB4A2485975]) [    ] o.e.j.s.AbstractConnector Stopped ServerConnector@3d0923b5{SSL,[ssl, http/1.1]}{127.0.0.1:0}
   [junit4]   2> 222236 INFO  (TEST-SchemaTest.addFieldTypeShouldntBeCalledTwiceWithTheSameName-seed#[FD25CAB4A2485975]) [    ] o.a.s.c.CoreContainer Shutting down CoreContainer instance=486846047
   [junit4]   2> 222238 INFO  (TEST-SchemaTest.addFieldTypeShouldntBeCalledTwiceWithTheSameName-seed#[FD25CAB4A2485975]) [    ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.node, tag=null
   [junit4]   2> 222238 INFO  (coreCloseExecutor-1289-thread-1) [    x:collection1] o.a.s.c.SolrCore [collection1]  CLOSING SolrCore org.apache.solr.core.SolrCore@3f5078c9
   [junit4]   2> 222243 INFO  (coreCloseExecutor-1289-thread-1) [    x:collection1] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.core.collection1, tag=1062238409
   [junit4]   2> 222243 INFO  (TEST-SchemaTest.addFieldTypeShouldntBeCalledTwiceWithTheSameName-seed#[FD25CAB4A2485975]) [    ] o.e.j.s.h.ContextHandler Stopped o.e.j.s.ServletContextHandler@4efed430{/solr,null,UNAVAILABLE}
   [junit4]   2> 222246 INFO  (TEST-SchemaTest.addFieldTypeShouldntBeCalledTwiceWithTheSameName-seed#[FD25CAB4A2485975]) [    ] o.a.s.SolrTestCaseJ4 ###Ending addFieldTypeShouldntBeCalledTwiceWithTheSameName
   [junit4]   2> 222246 INFO  (SUITE-SchemaTest-seed#[FD25CAB4A2485975]-worker) [    ] o.a.s.SolrTestCaseJ4 ###deleteCore
   [junit4]   2> 222246 INFO  (SUITE-SchemaTest-seed#[FD25CAB4A2485975]-worker) [    ] o.a.s.SolrTestCaseJ4 ------------------------------------------------------- Done waiting for tracked resources to be released
   [junit4]   2> NOTE: test params are: codec=CheapBastard, sim=RandomSimilarity(queryNorm=false): {}, locale=sl-SI, timezone=Africa/Sao_Tome
   [junit4]   2> NOTE: Windows 10 10.0 amd64/Oracle Corporation 1.8.0_121 (64-bit)/cpus=3,threads=1,free=111128664,total=228925440
   [junit4]   2> NOTE: All tests run in this JVM: [FieldAnalysisResponseTest, TestValidatingJsonMap, NotEvaluatorTest, ConcurrentUpdateSolrClientBuilderTest, TestBatchUpdate, CloudSolrClientBuilderTest, StreamExpressionToExpessionTest, TestZkConfigManager, TestConfigSetAdminRequest, CollectionAdminRequestRequiredParamsTest, CloudSolrClientMultiConstructorTest, SolrExampleStreamingTest, TermsResponseTest, TestSolrJErrorHandling, SelectWithEvaluatorsTest, StreamExpressionParserTest, TestUpdateRequestCodec, MultiplyEvaluatorTest, TestSpellCheckResponse, TestSolrProperties, RawValueEvaluatorTest, NamedListTest, HttpSolrClientSSLAuthConPoolTest, GraphTest, GreaterThanEqualToEvaluatorTest, LessThanEqualToEvaluatorTest, TestEmbeddedSolrServer, SolrExampleStreamingBinaryTest, SolrExampleXMLTest, SolrExampleEmbeddedTest, JettyWebappTest, LargeVolumeEmbeddedTest, LargeVolumeJettyTest, MergeIndexesEmbeddedTest, TestCoreAdmin, TestJavaBinCodec, TestDocumentObjectBinder, TestHash, ModifiableSolrParamsTest, TestFastInputStream, TestXMLEscaping, DocumentAnalysisResponseTest, SolrDocumentTest, SolrExceptionTest, ClientUtilsTest, FacetFieldTest, GetByIdTest, SolrSchemalessExampleTest, CloudSolrClientTest, HttpSolrClientBuilderTest, LBHttpSolrClientBuilderTest, TestCloudSolrClientConnections, JdbcDriverTest, JdbcTest, StreamingTest, AddEvaluatorTest, AndEvaluatorTest, CompoundEvaluatorTest, EqualsEvaluatorTest, ExclusiveOrEvaluatorTest, LessThanEvaluatorTest, NaturalLogEvaluatorTest, SubtractEvaluatorTest, ConcatOperationTest, OperationsTest, SchemaTest]
   [junit4]   2> NOTE: reproduce with: ant test  -Dtestcase=SchemaTest -Dtests.seed=FD25CAB4A2485975 -Dtests.slow=true -Dtests.locale=sl-SI -Dtests.timezone=Africa/Sao_Tome -Dtests.asserts=true -Dtests.file.encoding=ISO-8859-1
   [junit4] ERROR   0.00s J0 | SchemaTest (suite) <<<
   [junit4]    > Throwable #1: java.io.IOException: Could not remove the following files (in the order of attempts):
   [junit4]    >    C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-solrj\test\J0\temp\solr.client.solrj.request.SchemaTest_FD25CAB4A2485975-001\tempDir-108\cores\core: java.nio.file.DirectoryNotEmptyException: C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-solrj\test\J0\temp\solr.client.solrj.request.SchemaTest_FD25CAB4A2485975-001\tempDir-108\cores\core
   [junit4]    >    C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-solrj\test\J0\temp\solr.client.solrj.request.SchemaTest_FD25CAB4A2485975-001\tempDir-108\cores: java.nio.file.DirectoryNotEmptyException: C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-solrj\test\J0\temp\solr.client.solrj.request.SchemaTest_FD25CAB4A2485975-001\tempDir-108\cores
   [junit4]    >    C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-solrj\test\J0\temp\solr.client.solrj.request.SchemaTest_FD25CAB4A2485975-001\tempDir-108: java.nio.file.DirectoryNotEmptyException: C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-solrj\test\J0\temp\solr.client.solrj.request.SchemaTest_FD25CAB4A2485975-001\tempDir-108
   [junit4]    > 	at __randomizedtesting.SeedInfo.seed([FD25CAB4A2485975]:0)
   [junit4]    > 	at org.apache.lucene.util.IOUtils.rm(IOUtils.java:323)
   [junit4]    > 	at java.lang.Thread.run(Thread.java:745)
   [junit4] Completed [95/107 (1!)] on J0 in 35.76s, 36 tests, 1 error <<< FAILURES!

[...truncated 61967 lines...]


[JENKINS] Lucene-Solr-master-Windows (64bit/jdk1.8.0_121) - Build # 6455 - Still Unstable!

Posted by Policeman Jenkins Server <je...@thetaphi.de>.
Build: https://jenkins.thetaphi.de/job/Lucene-Solr-master-Windows/6455/
Java: 64bit/jdk1.8.0_121 -XX:+UseCompressedOops -XX:+UseParallelGC

2 tests failed.
FAILED:  org.apache.solr.cloud.OnlyLeaderIndexesTest.test

Error Message:


Stack Trace:
java.lang.AssertionError
	at __randomizedtesting.SeedInfo.seed([DE36B52CDBA8E30B:56628AF675548EF3]:0)
	at org.junit.Assert.fail(Assert.java:92)
	at org.junit.Assert.assertTrue(Assert.java:43)
	at org.junit.Assert.assertNotNull(Assert.java:526)
	at org.junit.Assert.assertNotNull(Assert.java:537)
	at org.apache.solr.cloud.OnlyLeaderIndexesTest.outOfOrderDBQWithInPlaceUpdatesTest(OnlyLeaderIndexesTest.java:295)
	at org.apache.solr.cloud.OnlyLeaderIndexesTest.test(OnlyLeaderIndexesTest.java:78)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:498)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1713)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:907)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:943)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:957)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:817)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:468)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:916)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:802)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:852)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:863)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
	at java.lang.Thread.run(Thread.java:745)


FAILED:  junit.framework.TestSuite.org.apache.solr.search.LargeFieldTest

Error Message:
Illegal char <?> at index 17: ignoredSchemaName?

Stack Trace:
java.nio.file.InvalidPathException: Illegal char <?> at index 17: ignoredSchemaName?
	at __randomizedtesting.SeedInfo.seed([DE36B52CDBA8E30B]:0)
	at sun.nio.fs.WindowsPathParser.normalize(WindowsPathParser.java:182)
	at sun.nio.fs.WindowsPathParser.parse(WindowsPathParser.java:153)
	at sun.nio.fs.WindowsPathParser.parse(WindowsPathParser.java:77)
	at sun.nio.fs.WindowsPath.parse(WindowsPath.java:94)
	at sun.nio.fs.WindowsFileSystem.getPath(WindowsFileSystem.java:255)
	at sun.nio.fs.AbstractPath.resolve(AbstractPath.java:53)
	at org.apache.solr.core.SolrResourceLoader.openResource(SolrResourceLoader.java:385)
	at org.apache.solr.core.SolrResourceLoader.openSchema(SolrResourceLoader.java:353)
	at org.apache.solr.schema.ManagedIndexSchemaFactory.warnIfNonManagedSchemaExists(ManagedIndexSchemaFactory.java:241)
	at org.apache.solr.schema.ManagedIndexSchemaFactory.readSchemaLocally(ManagedIndexSchemaFactory.java:198)
	at org.apache.solr.schema.ManagedIndexSchemaFactory.create(ManagedIndexSchemaFactory.java:118)
	at org.apache.solr.schema.ManagedIndexSchemaFactory.create(ManagedIndexSchemaFactory.java:45)
	at org.apache.solr.schema.IndexSchemaFactory.buildIndexSchema(IndexSchemaFactory.java:75)
	at org.apache.solr.util.TestHarness.<init>(TestHarness.java:109)
	at org.apache.solr.SolrTestCaseJ4.createCore(SolrTestCaseJ4.java:705)
	at org.apache.solr.SolrTestCaseJ4.initCore(SolrTestCaseJ4.java:695)
	at org.apache.solr.SolrTestCaseJ4.initCore(SolrTestCaseJ4.java:569)
	at org.apache.solr.SolrTestCaseJ4.initCore(SolrTestCaseJ4.java:558)
	at org.apache.solr.search.LargeFieldTest.initManagedSchemaCore(LargeFieldTest.java:48)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:498)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1713)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:847)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:863)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
	at java.lang.Thread.run(Thread.java:745)




Build Log:
[...truncated 12515 lines...]
   [junit4] Suite: org.apache.solr.cloud.OnlyLeaderIndexesTest
   [junit4]   2> Creating dataDir: C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J1\temp\solr.cloud.OnlyLeaderIndexesTest_DE36B52CDBA8E30B-001\init-core-data-001
   [junit4]   2> 2139528 WARN  (SUITE-OnlyLeaderIndexesTest-seed#[DE36B52CDBA8E30B]-worker) [    ] o.a.s.SolrTestCaseJ4 startTrackingSearchers: numOpens=6 numCloses=6
   [junit4]   2> 2139529 INFO  (SUITE-OnlyLeaderIndexesTest-seed#[DE36B52CDBA8E30B]-worker) [    ] o.a.s.SolrTestCaseJ4 Using TrieFields
   [junit4]   2> 2139537 INFO  (SUITE-OnlyLeaderIndexesTest-seed#[DE36B52CDBA8E30B]-worker) [    ] o.a.s.SolrTestCaseJ4 Randomized ssl (false) and clientAuth (false) via: @org.apache.solr.util.RandomizeSSL(reason=, value=NaN, ssl=NaN, clientAuth=NaN)
   [junit4]   2> 2139541 INFO  (SUITE-OnlyLeaderIndexesTest-seed#[DE36B52CDBA8E30B]-worker) [    ] o.a.s.c.MiniSolrCloudCluster Starting cluster of 3 servers in C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J1\temp\solr.cloud.OnlyLeaderIndexesTest_DE36B52CDBA8E30B-001\tempDir-001
   [junit4]   2> 2139541 INFO  (SUITE-OnlyLeaderIndexesTest-seed#[DE36B52CDBA8E30B]-worker) [    ] o.a.s.c.ZkTestServer STARTING ZK TEST SERVER
   [junit4]   2> 2139542 INFO  (Thread-4265) [    ] o.a.s.c.ZkTestServer client port:0.0.0.0/0.0.0.0:0
   [junit4]   2> 2139542 INFO  (Thread-4265) [    ] o.a.s.c.ZkTestServer Starting server
   [junit4]   2> 2139641 INFO  (SUITE-OnlyLeaderIndexesTest-seed#[DE36B52CDBA8E30B]-worker) [    ] o.a.s.c.ZkTestServer start zk server on port:63532
   [junit4]   2> 2139661 INFO  (jetty-launcher-2912-thread-2) [    ] o.e.j.s.Server jetty-9.3.14.v20161028
   [junit4]   2> 2139661 INFO  (jetty-launcher-2912-thread-3) [    ] o.e.j.s.Server jetty-9.3.14.v20161028
   [junit4]   2> 2139663 INFO  (jetty-launcher-2912-thread-2) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@3f0794e6{/solr,null,AVAILABLE}
   [junit4]   2> 2139664 INFO  (jetty-launcher-2912-thread-1) [    ] o.e.j.s.Server jetty-9.3.14.v20161028
   [junit4]   2> 2139664 INFO  (jetty-launcher-2912-thread-3) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@2ed2682e{/solr,null,AVAILABLE}
   [junit4]   2> 2139675 INFO  (jetty-launcher-2912-thread-1) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@7f98db0f{/solr,null,AVAILABLE}
   [junit4]   2> 2139682 INFO  (jetty-launcher-2912-thread-3) [    ] o.e.j.s.AbstractConnector Started ServerConnector@7a07226a{HTTP/1.1,[http/1.1]}{127.0.0.1:63550}
   [junit4]   2> 2139682 INFO  (jetty-launcher-2912-thread-3) [    ] o.e.j.s.Server Started @2144607ms
   [junit4]   2> 2139682 INFO  (jetty-launcher-2912-thread-3) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=63550}
   [junit4]   2> 2139682 INFO  (jetty-launcher-2912-thread-1) [    ] o.e.j.s.AbstractConnector Started ServerConnector@2e815b03{HTTP/1.1,[http/1.1]}{127.0.0.1:63554}
   [junit4]   2> 2139682 INFO  (jetty-launcher-2912-thread-1) [    ] o.e.j.s.Server Started @2144608ms
   [junit4]   2> 2139682 INFO  (jetty-launcher-2912-thread-1) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=63554}
   [junit4]   2> 2139683 ERROR (jetty-launcher-2912-thread-1) [    ] o.a.s.s.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 2139683 ERROR (jetty-launcher-2912-thread-3) [    ] o.a.s.s.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 2139683 INFO  (jetty-launcher-2912-thread-3) [    ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr™ version 7.0.0
   [junit4]   2> 2139683 INFO  (jetty-launcher-2912-thread-3) [    ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 2139683 INFO  (jetty-launcher-2912-thread-3) [    ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 2139683 INFO  (jetty-launcher-2912-thread-3) [    ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2017-03-17T09:09:01.709Z
   [junit4]   2> 2139684 INFO  (jetty-launcher-2912-thread-1) [    ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr™ version 7.0.0
   [junit4]   2> 2139684 INFO  (jetty-launcher-2912-thread-1) [    ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 2139684 INFO  (jetty-launcher-2912-thread-1) [    ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 2139684 INFO  (jetty-launcher-2912-thread-1) [    ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2017-03-17T09:09:01.710Z
   [junit4]   2> 2139690 INFO  (jetty-launcher-2912-thread-2) [    ] o.e.j.s.AbstractConnector Started ServerConnector@9133ccf{HTTP/1.1,[http/1.1]}{127.0.0.1:63547}
   [junit4]   2> 2139690 INFO  (jetty-launcher-2912-thread-2) [    ] o.e.j.s.Server Started @2144616ms
   [junit4]   2> 2139690 INFO  (jetty-launcher-2912-thread-2) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=63547}
   [junit4]   2> 2139690 ERROR (jetty-launcher-2912-thread-2) [    ] o.a.s.s.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 2139690 INFO  (jetty-launcher-2912-thread-2) [    ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr™ version 7.0.0
   [junit4]   2> 2139690 INFO  (jetty-launcher-2912-thread-2) [    ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 2139690 INFO  (jetty-launcher-2912-thread-2) [    ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 2139690 INFO  (jetty-launcher-2912-thread-2) [    ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2017-03-17T09:09:01.716Z
   [junit4]   2> 2139697 INFO  (jetty-launcher-2912-thread-1) [    ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 2139699 INFO  (jetty-launcher-2912-thread-2) [    ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 2139702 INFO  (jetty-launcher-2912-thread-3) [    ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 2139730 INFO  (jetty-launcher-2912-thread-2) [    ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:63532/solr
   [junit4]   2> 2139740 INFO  (jetty-launcher-2912-thread-3) [    ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:63532/solr
   [junit4]   2> 2139753 INFO  (jetty-launcher-2912-thread-1) [    ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:63532/solr
   [junit4]   2> 2139756 WARN  (NIOServerCxn.Factory:0.0.0.0/0.0.0.0:0) [    ] o.a.z.s.NIOServerCnxn caught end of stream exception
   [junit4]   2> EndOfStreamException: Unable to read additional data from client sessionid 0x15adb86fe050004, likely client has closed socket
   [junit4]   2> 	at org.apache.zookeeper.server.NIOServerCnxn.doIO(NIOServerCnxn.java:228)
   [junit4]   2> 	at org.apache.zookeeper.server.NIOServerCnxnFactory.run(NIOServerCnxnFactory.java:208)
   [junit4]   2> 	at java.lang.Thread.run(Thread.java:745)
   [junit4]   2> 2139760 WARN  (NIOServerCxn.Factory:0.0.0.0/0.0.0.0:0) [    ] o.a.z.s.NIOServerCnxn caught end of stream exception
   [junit4]   2> EndOfStreamException: Unable to read additional data from client sessionid 0x15adb86fe050005, likely client has closed socket
   [junit4]   2> 	at org.apache.zookeeper.server.NIOServerCnxn.doIO(NIOServerCnxn.java:228)
   [junit4]   2> 	at org.apache.zookeeper.server.NIOServerCnxnFactory.run(NIOServerCnxnFactory.java:208)
   [junit4]   2> 	at java.lang.Thread.run(Thread.java:745)
   [junit4]   2> 2139815 INFO  (jetty-launcher-2912-thread-1) [n:127.0.0.1:63554_solr    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 2139815 INFO  (jetty-launcher-2912-thread-2) [n:127.0.0.1:63547_solr    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 2139815 INFO  (jetty-launcher-2912-thread-3) [n:127.0.0.1:63550_solr    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 2139818 INFO  (jetty-launcher-2912-thread-1) [n:127.0.0.1:63554_solr    ] o.a.s.c.OverseerElectionContext I am going to be the leader 127.0.0.1:63554_solr
   [junit4]   2> 2139825 INFO  (jetty-launcher-2912-thread-1) [n:127.0.0.1:63554_solr    ] o.a.s.c.Overseer Overseer (id=97631714775728137-127.0.0.1:63554_solr-n_0000000000) starting
   [junit4]   2> 2139826 INFO  (jetty-launcher-2912-thread-2) [n:127.0.0.1:63547_solr    ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:63547_solr
   [junit4]   2> 2139848 INFO  (zkCallback-2929-thread-1-processing-n:127.0.0.1:63554_solr) [n:127.0.0.1:63554_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 2139851 INFO  (zkCallback-2928-thread-1-processing-n:127.0.0.1:63550_solr) [n:127.0.0.1:63550_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 2139851 INFO  (zkCallback-2927-thread-1-processing-n:127.0.0.1:63547_solr) [n:127.0.0.1:63547_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 2139852 INFO  (jetty-launcher-2912-thread-3) [n:127.0.0.1:63550_solr    ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:63550_solr
   [junit4]   2> 2139856 INFO  (zkCallback-2929-thread-1-processing-n:127.0.0.1:63554_solr) [n:127.0.0.1:63554_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 2139856 INFO  (zkCallback-2927-thread-1-processing-n:127.0.0.1:63547_solr) [n:127.0.0.1:63547_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 2139857 INFO  (zkCallback-2928-thread-1-processing-n:127.0.0.1:63550_solr) [n:127.0.0.1:63550_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 2139891 INFO  (jetty-launcher-2912-thread-1) [n:127.0.0.1:63554_solr    ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:63554_solr
   [junit4]   2> 2139980 INFO  (zkCallback-2929-thread-1-processing-n:127.0.0.1:63554_solr) [n:127.0.0.1:63554_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 2139980 INFO  (zkCallback-2928-thread-1-processing-n:127.0.0.1:63550_solr) [n:127.0.0.1:63550_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 2139980 INFO  (zkCallback-2927-thread-1-processing-n:127.0.0.1:63547_solr) [n:127.0.0.1:63547_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 2140144 INFO  (jetty-launcher-2912-thread-3) [n:127.0.0.1:63550_solr    ] o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J1\temp\solr.cloud.OnlyLeaderIndexesTest_DE36B52CDBA8E30B-001\tempDir-001\node3\.
   [junit4]   2> 2140144 INFO  (jetty-launcher-2912-thread-2) [n:127.0.0.1:63547_solr    ] o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J1\temp\solr.cloud.OnlyLeaderIndexesTest_DE36B52CDBA8E30B-001\tempDir-001\node2\.
   [junit4]   2> 2140145 INFO  (jetty-launcher-2912-thread-1) [n:127.0.0.1:63554_solr    ] o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J1\temp\solr.cloud.OnlyLeaderIndexesTest_DE36B52CDBA8E30B-001\tempDir-001\node1\.
   [junit4]   2> 2141387 INFO  (SUITE-OnlyLeaderIndexesTest-seed#[DE36B52CDBA8E30B]-worker) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (3)
   [junit4]   2> 2141389 INFO  (SUITE-OnlyLeaderIndexesTest-seed#[DE36B52CDBA8E30B]-worker) [    ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:63532/solr ready
   [junit4]   2> 2141411 INFO  (qtp1464111598-17825) [n:127.0.0.1:63550_solr    ] o.a.s.h.a.CollectionsHandler Invoked Collection Action :create with params replicationFactor=3&collection.configName=config&maxShardsPerNode=1&name=collection1&realtimeReplicas=1&action=CREATE&numShards=1&wt=javabin&version=2 and sendToOCPQueue=true
   [junit4]   2> 2141423 INFO  (OverseerThreadFactory-7029-thread-1-processing-n:127.0.0.1:63554_solr) [n:127.0.0.1:63554_solr    ] o.a.s.c.CreateCollectionCmd Create collection collection1
   [junit4]   2> 2141545 INFO  (qtp1217717677-17822) [n:127.0.0.1:63547_solr    ] o.a.s.h.a.CoreAdminOperation core create command qt=/admin/cores&collection.configName=config&newCollection=true&name=collection1_shard1_replica1&action=CREATE&numShards=1&collection=collection1&shard=shard1&wt=javabin&version=2
   [junit4]   2> 2141556 INFO  (qtp1690916260-17837) [n:127.0.0.1:63554_solr    ] o.a.s.h.a.CoreAdminOperation core create command qt=/admin/cores&collection.configName=config&newCollection=true&name=collection1_shard1_replica3&action=CREATE&numShards=1&collection=collection1&shard=shard1&wt=javabin&version=2
   [junit4]   2> 2141560 INFO  (qtp1464111598-17823) [n:127.0.0.1:63550_solr    ] o.a.s.h.a.CoreAdminOperation core create command qt=/admin/cores&collection.configName=config&newCollection=true&name=collection1_shard1_replica2&action=CREATE&numShards=1&collection=collection1&shard=shard1&wt=javabin&version=2
   [junit4]   2> 2141696 INFO  (zkCallback-2928-thread-1-processing-n:127.0.0.1:63550_solr) [n:127.0.0.1:63550_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/collection1/state.json] for collection [collection1] has occurred - updating... (live nodes size: [3])
   [junit4]   2> 2141696 INFO  (zkCallback-2927-thread-1-processing-n:127.0.0.1:63547_solr) [n:127.0.0.1:63547_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/collection1/state.json] for collection [collection1] has occurred - updating... (live nodes size: [3])
   [junit4]   2> 2141696 INFO  (zkCallback-2929-thread-2-processing-n:127.0.0.1:63554_solr) [n:127.0.0.1:63554_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/collection1/state.json] for collection [collection1] has occurred - updating... (live nodes size: [3])
   [junit4]   2> 2142611 INFO  (qtp1217717677-17822) [n:127.0.0.1:63547_solr c:collection1 s:shard1  x:collection1_shard1_replica1] o.a.s.c.SolrConfig Using Lucene MatchVersion: 7.0.0
   [junit4]   2> 2142612 INFO  (qtp1464111598-17823) [n:127.0.0.1:63550_solr c:collection1 s:shard1  x:collection1_shard1_replica2] o.a.s.c.SolrConfig Using Lucene MatchVersion: 7.0.0
   [junit4]   2> 2142612 INFO  (qtp1690916260-17837) [n:127.0.0.1:63554_solr c:collection1 s:shard1  x:collection1_shard1_replica3] o.a.s.c.SolrConfig Using Lucene MatchVersion: 7.0.0
   [junit4]   2> 2142626 INFO  (qtp1464111598-17823) [n:127.0.0.1:63550_solr c:collection1 s:shard1  x:collection1_shard1_replica2] o.a.s.s.IndexSchema [collection1_shard1_replica2] Schema name=minimal
   [junit4]   2> 2142626 INFO  (qtp1217717677-17822) [n:127.0.0.1:63547_solr c:collection1 s:shard1  x:collection1_shard1_replica1] o.a.s.s.IndexSchema [collection1_shard1_replica1] Schema name=minimal
   [junit4]   2> 2142639 INFO  (qtp1690916260-17837) [n:127.0.0.1:63554_solr c:collection1 s:shard1  x:collection1_shard1_replica3] o.a.s.s.IndexSchema [collection1_shard1_replica3] Schema name=minimal
   [junit4]   2> 2142663 INFO  (qtp1690916260-17837) [n:127.0.0.1:63554_solr c:collection1 s:shard1  x:collection1_shard1_replica3] o.a.s.s.IndexSchema Loaded schema minimal/1.1 with uniqueid field id
   [junit4]   2> 2142663 INFO  (qtp1217717677-17822) [n:127.0.0.1:63547_solr c:collection1 s:shard1  x:collection1_shard1_replica1] o.a.s.s.IndexSchema Loaded schema minimal/1.1 with uniqueid field id
   [junit4]   2> 2142666 INFO  (qtp1464111598-17823) [n:127.0.0.1:63550_solr c:collection1 s:shard1  x:collection1_shard1_replica2] o.a.s.s.IndexSchema Loaded schema minimal/1.1 with uniqueid field id
   [junit4]   2> 2142681 INFO  (qtp1464111598-17823) [n:127.0.0.1:63550_solr c:collection1 s:shard1  x:collection1_shard1_replica2] o.a.s.c.CoreContainer Creating SolrCore 'collection1_shard1_replica2' using configuration from collection collection1
   [junit4]   2> 2142681 INFO  (qtp1690916260-17837) [n:127.0.0.1:63554_solr c:collection1 s:shard1  x:collection1_shard1_replica3] o.a.s.c.CoreContainer Creating SolrCore 'collection1_shard1_replica3' using configuration from collection collection1
   [junit4]   2> 2142682 INFO  (qtp1217717677-17822) [n:127.0.0.1:63547_solr c:collection1 s:shard1  x:collection1_shard1_replica1] o.a.s.c.CoreContainer Creating SolrCore 'collection1_shard1_replica1' using configuration from collection collection1
   [junit4]   2> 2142682 INFO  (qtp1217717677-17822) [n:127.0.0.1:63547_solr c:collection1 s:shard1  x:collection1_shard1_replica1] o.a.s.c.SolrCore solr.RecoveryStrategy.Builder
   [junit4]   2> 2142683 INFO  (qtp1217717677-17822) [n:127.0.0.1:63547_solr c:collection1 s:shard1  x:collection1_shard1_replica1] o.a.s.c.SolrCore [[collection1_shard1_replica1] ] Opening new SolrCore at [C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J1\temp\solr.cloud.OnlyLeaderIndexesTest_DE36B52CDBA8E30B-001\tempDir-001\node2\collection1_shard1_replica1], dataDir=[C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J1\temp\solr.cloud.OnlyLeaderIndexesTest_DE36B52CDBA8E30B-001\tempDir-001\node2\.\collection1_shard1_replica1\data\]
   [junit4]   2> 2142686 INFO  (qtp1690916260-17837) [n:127.0.0.1:63554_solr c:collection1 s:shard1  x:collection1_shard1_replica3] o.a.s.c.SolrCore solr.RecoveryStrategy.Builder
   [junit4]   2> 2142686 INFO  (qtp1690916260-17837) [n:127.0.0.1:63554_solr c:collection1 s:shard1  x:collection1_shard1_replica3] o.a.s.c.SolrCore [[collection1_shard1_replica3] ] Opening new SolrCore at [C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J1\temp\solr.cloud.OnlyLeaderIndexesTest_DE36B52CDBA8E30B-001\tempDir-001\node1\collection1_shard1_replica3], dataDir=[C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J1\temp\solr.cloud.OnlyLeaderIndexesTest_DE36B52CDBA8E30B-001\tempDir-001\node1\.\collection1_shard1_replica3\data\]
   [junit4]   2> 2142687 INFO  (qtp1464111598-17823) [n:127.0.0.1:63550_solr c:collection1 s:shard1  x:collection1_shard1_replica2] o.a.s.c.SolrCore solr.RecoveryStrategy.Builder
   [junit4]   2> 2142687 INFO  (qtp1464111598-17823) [n:127.0.0.1:63550_solr c:collection1 s:shard1  x:collection1_shard1_replica2] o.a.s.c.SolrCore [[collection1_shard1_replica2] ] Opening new SolrCore at [C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J1\temp\solr.cloud.OnlyLeaderIndexesTest_DE36B52CDBA8E30B-001\tempDir-001\node3\collection1_shard1_replica2], dataDir=[C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J1\temp\solr.cloud.OnlyLeaderIndexesTest_DE36B52CDBA8E30B-001\tempDir-001\node3\.\collection1_shard1_replica2\data\]
   [junit4]   2> 2143038 INFO  (qtp1217717677-17822) [n:127.0.0.1:63547_solr c:collection1 s:shard1  x:collection1_shard1_replica1] o.a.s.u.UpdateHandler Using UpdateLog implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 2143039 INFO  (qtp1217717677-17822) [n:127.0.0.1:63547_solr c:collection1 s:shard1  x:collection1_shard1_replica1] o.a.s.u.UpdateLog Initializing UpdateLog: dataDir=null defaultSyncLevel=FLUSH numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 2143040 INFO  (qtp1690916260-17837) [n:127.0.0.1:63554_solr c:collection1 s:shard1  x:collection1_shard1_replica3] o.a.s.u.UpdateHandler Using UpdateLog implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 2143040 INFO  (qtp1690916260-17837) [n:127.0.0.1:63554_solr c:collection1 s:shard1  x:collection1_shard1_replica3] o.a.s.u.UpdateLog Initializing UpdateLog: dataDir=null defaultSyncLevel=FLUSH numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 2143042 INFO  (qtp1217717677-17822) [n:127.0.0.1:63547_solr c:collection1 s:shard1  x:collection1_shard1_replica1] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 2143042 INFO  (qtp1217717677-17822) [n:127.0.0.1:63547_solr c:collection1 s:shard1  x:collection1_shard1_replica1] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 2143043 INFO  (qtp1690916260-17837) [n:127.0.0.1:63554_solr c:collection1 s:shard1  x:collection1_shard1_replica3] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 2143043 INFO  (qtp1690916260-17837) [n:127.0.0.1:63554_solr c:collection1 s:shard1  x:collection1_shard1_replica3] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 2143057 INFO  (qtp1690916260-17837) [n:127.0.0.1:63554_solr c:collection1 s:shard1  x:collection1_shard1_replica3] o.a.s.s.SolrIndexSearcher Opening [Searcher@171dcb8f[collection1_shard1_replica3] main]
   [junit4]   2> 2143066 INFO  (qtp1690916260-17837) [n:127.0.0.1:63554_solr c:collection1 s:shard1  x:collection1_shard1_replica3] o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: /configs/config
   [junit4]   2> 2143068 INFO  (qtp1690916260-17837) [n:127.0.0.1:63554_solr c:collection1 s:shard1  x:collection1_shard1_replica3] o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using ZooKeeperStorageIO:path=/configs/config
   [junit4]   2> 2143068 INFO  (qtp1690916260-17837) [n:127.0.0.1:63554_solr c:collection1 s:shard1  x:collection1_shard1_replica3] o.a.s.h.ReplicationHandler Commits will be reserved for  10000
   [junit4]   2> 2143073 INFO  (qtp1464111598-17823) [n:127.0.0.1:63550_solr c:collection1 s:shard1  x:collection1_shard1_replica2] o.a.s.u.UpdateHandler Using UpdateLog implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 2143074 INFO  (qtp1464111598-17823) [n:127.0.0.1:63550_solr c:collection1 s:shard1  x:collection1_shard1_replica2] o.a.s.u.UpdateLog Initializing UpdateLog: dataDir=null defaultSyncLevel=FLUSH numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 2143076 INFO  (qtp1464111598-17823) [n:127.0.0.1:63550_solr c:collection1 s:shard1  x:collection1_shard1_replica2] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 2143076 INFO  (qtp1464111598-17823) [n:127.0.0.1:63550_solr c:collection1 s:shard1  x:collection1_shard1_replica2] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 2143078 INFO  (searcherExecutor-7036-thread-1-processing-n:127.0.0.1:63554_solr x:collection1_shard1_replica3 s:shard1 c:collection1) [n:127.0.0.1:63554_solr c:collection1 s:shard1  x:collection1_shard1_replica3] o.a.s.c.SolrCore [collection1_shard1_replica3] Registered new searcher Searcher@171dcb8f[collection1_shard1_replica3] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 2143079 INFO  (qtp1690916260-17837) [n:127.0.0.1:63554_solr c:collection1 s:shard1  x:collection1_shard1_replica3] o.a.s.u.UpdateLog Could not find max version in index or recent updates, using new clock 1562107440115220480
   [junit4]   2> 2143091 INFO  (qtp1690916260-17837) [n:127.0.0.1:63554_solr c:collection1 s:shard1  x:collection1_shard1_replica3] o.a.s.c.ShardLeaderElectionContext Waiting until we see more replicas up for shard shard1: total=3 found=1 timeoutin=9999ms
   [junit4]   2> 2143096 INFO  (qtp1217717677-17822) [n:127.0.0.1:63547_solr c:collection1 s:shard1  x:collection1_shard1_replica1] o.a.s.s.SolrIndexSearcher Opening [Searcher@b856b0d[collection1_shard1_replica1] main]
   [junit4]   2> 2143099 INFO  (qtp1217717677-17822) [n:127.0.0.1:63547_solr c:collection1 s:shard1  x:collection1_shard1_replica1] o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: /configs/config
   [junit4]   2> 2143100 INFO  (qtp1217717677-17822) [n:127.0.0.1:63547_solr c:collection1 s:shard1  x:collection1_shard1_replica1] o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using ZooKeeperStorageIO:path=/configs/config
   [junit4]   2> 2143100 INFO  (qtp1217717677-17822) [n:127.0.0.1:63547_solr c:collection1 s:shard1  x:collection1_shard1_replica1] o.a.s.h.ReplicationHandler Commits will be reserved for  10000
   [junit4]   2> 2143100 INFO  (searcherExecutor-7037-thread-1-processing-n:127.0.0.1:63547_solr x:collection1_shard1_replica1 s:shard1 c:collection1) [n:127.0.0.1:63547_solr c:collection1 s:shard1  x:collection1_shard1_replica1] o.a.s.c.SolrCore [collection1_shard1_replica1] Registered new searcher Searcher@b856b0d[collection1_shard1_replica1] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 2143101 INFO  (qtp1217717677-17822) [n:127.0.0.1:63547_solr c:collection1 s:shard1  x:collection1_shard1_replica1] o.a.s.u.UpdateLog Could not find max version in index or recent updates, using new clock 1562107440138289152
   [junit4]   2> 2143104 INFO  (qtp1464111598-17823) [n:127.0.0.1:63550_solr c:collection1 s:shard1  x:collection1_shard1_replica2] o.a.s.s.SolrIndexSearcher Opening [Searcher@61bd0723[collection1_shard1_replica2] main]
   [junit4]   2> 2143108 INFO  (qtp1464111598-17823) [n:127.0.0.1:63550_solr c:collection1 s:shard1  x:collection1_shard1_replica2] o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: /configs/config
   [junit4]   2> 2143108 INFO  (qtp1464111598-17823) [n:127.0.0.1:63550_solr c:collection1 s:shard1  x:collection1_shard1_replica2] o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using ZooKeeperStorageIO:path=/configs/config
   [junit4]   2> 2143109 INFO  (qtp1464111598-17823) [n:127.0.0.1:63550_solr c:collection1 s:shard1  x:collection1_shard1_replica2] o.a.s.h.ReplicationHandler Commits will be reserved for  10000
   [junit4]   2> 2143109 INFO  (qtp1464111598-17823) [n:127.0.0.1:63550_solr c:collection1 s:shard1  x:collection1_shard1_replica2] o.a.s.u.UpdateLog Could not find max version in index or recent updates, using new clock 1562107440146677760
   [junit4]   2> 2143109 INFO  (searcherExecutor-7035-thread-1-processing-n:127.0.0.1:63550_solr x:collection1_shard1_replica2 s:shard1 c:collection1) [n:127.0.0.1:63550_solr c:collection1 s:shard1  x:collection1_shard1_replica2] o.a.s.c.SolrCore [collection1_shard1_replica2] Registered new searcher Searcher@61bd0723[collection1_shard1_replica2] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 2143198 INFO  (zkCallback-2928-thread-1-processing-n:127.0.0.1:63550_solr) [n:127.0.0.1:63550_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/collection1/state.json] for collection [collection1] has occurred - updating... (live nodes size: [3])
   [junit4]   2> 2143199 INFO  (zkCallback-2927-thread-1-processing-n:127.0.0.1:63547_solr) [n:127.0.0.1:63547_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/collection1/state.json] for collection [collection1] has occurred - updating... (live nodes size: [3])
   [junit4]   2> 2143199 INFO  (zkCallback-2929-thread-3-processing-n:127.0.0.1:63554_solr) [n:127.0.0.1:63554_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/collection1/state.json] for collection [collection1] has occurred - updating... (live nodes size: [3])
   [junit4]   2> 2143595 INFO  (qtp1690916260-17837) [n:127.0.0.1:63554_solr c:collection1 s:shard1  x:collection1_shard1_replica3] o.a.s.c.ShardLeaderElectionContext Enough replicas found to continue.
   [junit4]   2> 2143595 INFO  (qtp1690916260-17837) [n:127.0.0.1:63554_solr c:collection1 s:shard1  x:collection1_shard1_replica3] o.a.s.c.ShardLeaderElectionContext I may be the new leader - try and sync
   [junit4]   2> 2143595 INFO  (qtp1690916260-17837) [n:127.0.0.1:63554_solr c:collection1 s:shard1  x:collection1_shard1_replica3] o.a.s.c.SyncStrategy Sync replicas to http://127.0.0.1:63554/solr/collection1_shard1_replica3/
   [junit4]   2> 2143595 INFO  (qtp1690916260-17837) [n:127.0.0.1:63554_solr c:collection1 s:shard1  x:collection1_shard1_replica3] o.a.s.u.PeerSync PeerSync: core=collection1_shard1_replica3 url=http://127.0.0.1:63554/solr START replicas=[http://127.0.0.1:63547/solr/collection1_shard1_replica1/, http://127.0.0.1:63550/solr/collection1_shard1_replica2/] nUpdates=100
   [junit4]   2> 2143595 INFO  (qtp1690916260-17837) [n:127.0.0.1:63554_solr c:collection1 s:shard1  x:collection1_shard1_replica3] o.a.s.u.PeerSync PeerSync: core=collection1_shard1_replica3 url=http://127.0.0.1:63554/solr DONE.  We have no versions.  sync failed.
   [junit4]   2> 2143599 INFO  (qtp1217717677-17816) [n:127.0.0.1:63547_solr c:collection1 s:shard1 r:core_node1 x:collection1_shard1_replica1] o.a.s.c.S.Request [collection1_shard1_replica1]  webapp=/solr path=/get params={distrib=false&qt=/get&fingerprint=false&getVersions=100&wt=javabin&version=2} status=0 QTime=0
   [junit4]   2> 2143599 INFO  (qtp1464111598-17820) [n:127.0.0.1:63550_solr c:collection1 s:shard1 r:core_node2 x:collection1_shard1_replica2] o.a.s.c.S.Request [collection1_shard1_replica2]  webapp=/solr path=/get params={distrib=false&qt=/get&fingerprint=false&getVersions=100&wt=javabin&version=2} status=0 QTime=0
   [junit4]   2> 2143600 INFO  (qtp1690916260-17837) [n:127.0.0.1:63554_solr c:collection1 s:shard1  x:collection1_shard1_replica3] o.a.s.c.SyncStrategy Leader's attempt to sync with shard failed, moving to the next candidate
   [junit4]   2> 2143600 INFO  (qtp1690916260-17837) [n:127.0.0.1:63554_solr c:collection1 s:shard1  x:collection1_shard1_replica3] o.a.s.c.ShardLeaderElectionContext We failed sync, but we have no versions - we can't sync in that case - we were active before, so become leader anyway
   [junit4]   2> 2143600 INFO  (qtp1690916260-17837) [n:127.0.0.1:63554_solr c:collection1 s:shard1  x:collection1_shard1_replica3] o.a.s.c.ShardLeaderElectionContext Found all replicas participating in election, clear LIR
   [junit4]   2> 2143612 INFO  (qtp1690916260-17837) [n:127.0.0.1:63554_solr c:collection1 s:shard1  x:collection1_shard1_replica3] o.a.s.c.ShardLeaderElectionContext I am the new leader: http://127.0.0.1:63554/solr/collection1_shard1_replica3/ shard1
   [junit4]   2> 2143726 INFO  (zkCallback-2928-thread-1-processing-n:127.0.0.1:63550_solr) [n:127.0.0.1:63550_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/collection1/state.json] for collection [collection1] has occurred - updating... (live nodes size: [3])
   [junit4]   2> 2143727 INFO  (zkCallback-2929-thread-4-processing-n:127.0.0.1:63554_solr) [n:127.0.0.1:63554_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/collection1/state.json] for collection [collection1] has occurred - updating... (live nodes size: [3])
   [junit4]   2> 2143727 INFO  (zkCallback-2927-thread-1-processing-n:127.0.0.1:63547_solr) [n:127.0.0.1:63547_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/collection1/state.json] for collection [collection1] has occurred - updating... (live nodes size: [3])
   [junit4]   2> 2143770 INFO  (qtp1690916260-17837) [n:127.0.0.1:63554_solr c:collection1 s:shard1  x:collection1_shard1_replica3] o.a.s.c.ZkController I am the leader, no recovery necessary
   [junit4]   2> 2143783 INFO  (qtp1690916260-17837) [n:127.0.0.1:63554_solr c:collection1 s:shard1  x:collection1_shard1_replica3] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores params={qt=/admin/cores&collection.configName=config&newCollection=true&name=collection1_shard1_replica3&action=CREATE&numShards=1&collection=collection1&shard=shard1&wt=javabin&version=2} status=0 QTime=2227
   [junit4]   2> 2143879 INFO  (zkCallback-2928-thread-1-processing-n:127.0.0.1:63550_solr) [n:127.0.0.1:63550_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/collection1/state.json] for collection [collection1] has occurred - updating... (live nodes size: [3])
   [junit4]   2> 2143879 INFO  (zkCallback-2927-thread-1-processing-n:127.0.0.1:63547_solr) [n:127.0.0.1:63547_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/collection1/state.json] for collection [collection1] has occurred - updating... (live nodes size: [3])
   [junit4]   2> 2143879 INFO  (zkCallback-2929-thread-3-processing-n:127.0.0.1:63554_solr) [n:127.0.0.1:63554_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/collection1/state.json] for collection [collection1] has occurred - updating... (live nodes size: [3])
   [junit4]   2> 2144118 INFO  (qtp1217717677-17822) [n:127.0.0.1:63547_solr c:collection1 s:shard1  x:collection1_shard1_replica1] o.a.s.h.ReplicationHandler Poll scheduled at an interval of 3000ms
   [junit4]   2> 2144118 WARN  (qtp1217717677-17822) [n:127.0.0.1:63547_solr c:collection1 s:shard1  x:collection1_shard1_replica1] o.a.s.h.ReplicationHandler SolrCloud is enabled for core collection1_shard1_replica1 but so is old-style replication. Make sure you intend this behavior, it usually indicates a mis-configuration. Master setting is false and slave setting is true
   [junit4]   2> 2144118 INFO  (indexFetcher-7051-thread-1) [n:127.0.0.1:63547_solr c:collection1 s:shard1  x:collection1_shard1_replica1] o.a.s.h.IndexFetcher Updated masterUrl to http://127.0.0.1:63554/solr/collection1_shard1_replica3/
   [junit4]   2> 2144122 INFO  (qtp1690916260-17836) [n:127.0.0.1:63554_solr c:collection1 s:shard1 r:core_node3 x:collection1_shard1_replica3] o.a.s.c.S.Request [collection1_shard1_replica3]  webapp=/solr path=/replication params={qt=/replication&wt=javabin&version=2&command=indexversion} status=0 QTime=0
   [junit4]   2> 2144127 INFO  (indexFetcher-7051-thread-1) [n:127.0.0.1:63547_solr c:collection1 s:shard1  x:collection1_shard1_replica1] o.a.s.h.IndexFetcher Master's generation: 1
   [junit4]   2> 2144127 INFO  (indexFetcher-7051-thread-1) [n:127.0.0.1:63547_solr c:collection1 s:shard1  x:collection1_shard1_replica1] o.a.s.h.IndexFetcher Master's version: 0
   [junit4]   2> 2144127 INFO  (indexFetcher-7051-thread-1) [n:127.0.0.1:63547_solr c:collection1 s:shard1  x:collection1_shard1_replica1] o.a.s.h.IndexFetcher Slave's generation: 1
   [junit4]   2> 2144127 INFO  (indexFetcher-7051-thread-1) [n:127.0.0.1:63547_solr c:collection1 s:shard1  x:collection1_shard1_replica1] o.a.s.h.IndexFetcher Slave's version: 0
   [junit4]   2> 2144128 INFO  (qtp1217717677-17822) [n:127.0.0.1:63547_solr c:collection1 s:shard1  x:collection1_shard1_replica1] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores params={qt=/admin/cores&collection.configName=config&newCollection=true&name=collection1_shard1_replica1&action=CREATE&numShards=1&collection=collection1&shard=shard1&wt=javabin&version=2} status=0 QTime=2581
   [junit4]   2> 2144133 INFO  (qtp1464111598-17823) [n:127.0.0.1:63550_solr c:collection1 s:shard1  x:collection1_shard1_replica2] o.a.s.h.ReplicationHandler Poll scheduled at an interval of 3000ms
   [junit4]   2> 2144133 WARN  (qtp1464111598-17823) [n:127.0.0.1:63550_solr c:collection1 s:shard1  x:collection1_shard1_replica2] o.a.s.h.ReplicationHandler SolrCloud is enabled for core collection1_shard1_replica2 but so is old-style replication. Make sure you intend this behavior, it usually indicates a mis-configuration. Master setting is false and slave setting is true
   [junit4]   2> 2144138 INFO  (qtp1464111598-17823) [n:127.0.0.1:63550_solr c:collection1 s:shard1  x:collection1_shard1_replica2] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores params={qt=/admin/cores&collection.configName=config&newCollection=true&name=collection1_shard1_replica2&action=CREATE&numShards=1&collection=collection1&shard=shard1&wt=javabin&version=2} status=0 QTime=2581
   [junit4]   2> 2144144 INFO  (qtp1464111598-17825) [n:127.0.0.1:63550_solr    ] o.a.s.h.a.CollectionsHandler Wait for new collection to be active for at most 30 seconds. Check all shard replicas
   [junit4]   2> 2144255 INFO  (zkCallback-2929-thread-1-processing-n:127.0.0.1:63554_solr) [n:127.0.0.1:63554_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/collection1/state.json] for collection [collection1] has occurred - updating... (live nodes size: [3])
   [junit4]   2> 2144255 INFO  (zkCallback-2927-thread-1-processing-n:127.0.0.1:63547_solr) [n:127.0.0.1:63547_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/collection1/state.json] for collection [collection1] has occurred - updating... (live nodes size: [3])
   [junit4]   2> 2144255 INFO  (zkCallback-2928-thread-1-processing-n:127.0.0.1:63550_solr) [n:127.0.0.1:63550_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/collection1/state.json] for collection [collection1] has occurred - updating... (live nodes size: [3])
   [junit4]   2> 2144931 INFO  (indexFetcher-7053-thread-1) [n:127.0.0.1:63550_solr c:collection1 s:shard1  x:collection1_shard1_replica2] o.a.s.h.IndexFetcher Updated masterUrl to http://127.0.0.1:63554/solr/collection1_shard1_replica3/
   [junit4]   2> 2144936 INFO  (qtp1690916260-17835) [n:127.0.0.1:63554_solr c:collection1 s:shard1 r:core_node3 x:collection1_shard1_replica3] o.a.s.c.S.Request [collection1_shard1_replica3]  webapp=/solr path=/replication params={qt=/replication&wt=javabin&version=2&command=indexversion} status=0 QTime=0
   [junit4]   2> 2144936 INFO  (indexFetcher-7053-thread-1) [n:127.0.0.1:63550_solr c:collection1 s:shard1  x:collection1_shard1_replica2] o.a.s.h.IndexFetcher Master's generation: 1
   [junit4]   2> 2144936 INFO  (indexFetcher-7053-thread-1) [n:127.0.0.1:63550_solr c:collection1 s:shard1  x:collection1_shard1_replica2] o.a.s.h.IndexFetcher Master's version: 0
   [junit4]   2> 2144936 INFO  (indexFetcher-7053-thread-1) [n:127.0.0.1:63550_solr c:collection1 s:shard1  x:collection1_shard1_replica2] o.a.s.h.IndexFetcher Slave's generation: 1
   [junit4]   2> 2144936 INFO  (indexFetcher-7053-thread-1) [n:127.0.0.1:63550_solr c:collection1 s:shard1  x:collection1_shard1_replica2] o.a.s.h.IndexFetcher Slave's version: 0
   [junit4]   2> 2145146 INFO  (qtp1464111598-17825) [n:127.0.0.1:63550_solr    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections params={replicationFactor=3&collection.configName=config&maxShardsPerNode=1&name=collection1&realtimeReplicas=1&action=CREATE&numShards=1&wt=javabin&version=2} status=0 QTime=3734
   [junit4]   2> 2145146 INFO  (SUITE-OnlyLeaderIndexesTest-seed#[DE36B52CDBA8E30B]-worker) [    ] o.a.s.c.AbstractDistribZkTestBase Wait for recoveries to finish - collection: collection1 failOnTimeout:true timeout (sec):30
   [junit4]   2> 2145147 INFO  (SUITE-OnlyLeaderIndexesTest-seed#[DE36B52CDBA8E30B]-worker) [    ] o.a.s.c.AbstractDistribZkTestBase Recoveries finished - collection: collection1
   [junit4]   2> 2145190 INFO  (TEST-OnlyLeaderIndexesTest.test-seed#[DE36B52CDBA8E30B]) [    ] o.a.s.SolrTestCaseJ4 ###Starting test
   [junit4]   2> 2145220 INFO  (qtp1464111598-17820) [n:127.0.0.1:63550_solr c:collection1 s:shard1 r:core_node2 x:collection1_shard1_replica2] o.a.s.u.p.LogUpdateProcessorFactory [collection1_shard1_replica2]  webapp=/solr path=/update params={update.distrib=FROMLEADER&distrib.from=http://127.0.0.1:63554/solr/collection1_shard1_replica3/&wt=javabin&version=2}{add=[1 (1562107442341347328), 2 (1562107442347638784), 3 (1562107442348687360), 4 (1562107442348687361)]} 0 10
   [junit4]   2> 2145221 INFO  (qtp1217717677-17816) [n:127.0.0.1:63547_solr c:collection1 s:shard1 r:core_node1 x:collection1_shard1_replica1] o.a.s.u.p.LogUpdateProcessorFactory [collection1_shard1_replica1]  webapp=/solr path=/update params={update.distrib=FROMLEADER&distrib.from=http://127.0.0.1:63554/solr/collection1_shard1_replica3/&wt=javabin&version=2}{add=[1 (1562107442341347328), 2 (1562107442347638784), 3 (1562107442348687360), 4 (1562107442348687361)]} 0 10
   [junit4]   2> 2145221 INFO  (qtp1690916260-17832) [n:127.0.0.1:63554_solr c:collection1 s:shard1 r:core_node3 x:collection1_shard1_replica3] o.a.s.u.p.LogUpdateProcessorFactory [collection1_shard1_replica3]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[1 (1562107442341347328), 2 (1562107442347638784), 3 (1562107442348687360), 4 (1562107442348687361)]} 0 19
   [junit4]   2> 2145232 INFO  (qtp1690916260-17830) [n:127.0.0.1:63554_solr c:collection1 s:shard1 r:core_node3 x:collection1_shard1_replica3] o.a.s.c.S.Request [collection1_shard1_replica3]  webapp=/solr path=/get params={q=*:*&distrib=false&qt=/get&id=1&wt=javabin&version=2} status=0 QTime=0
   [junit4]   2> 2145234 INFO  (qtp1690916260-17830) [n:127.0.0.1:63554_solr c:collection1 s:shard1 r:core_node3 x:collection1_shard1_replica3] o.a.s.c.S.Request [collection1_shard1_replica3]  webapp=/solr path=/get params={q=*:*&distrib=false&qt=/get&id=2&wt=javabin&version=2} status=0 QTime=0
   [junit4]   2> 2145236 INFO  (qtp1690916260-17836) [n:127.0.0.1:63554_solr c:collection1 s:shard1 r:core_node3 x:collection1_shard1_replica3] o.a.s.c.S.Request [collection1_shard1_replica3]  webapp=/solr path=/get params={q=*:*&distrib=false&qt=/get&id=3&wt=javabin&version=2} status=0 QTime=0
   [junit4]   2> 2145238 INFO  (qtp1690916260-17834) [n:127.0.0.1:63554_solr c:collection1 s:shard1 r:core_node3 x:collection1_shard1_replica3] o.a.s.c.S.Request [collection1_shard1_replica3]  webapp=/solr path=/get params={q=*:*&distrib=false&qt=/get&id=4&wt=javabin&version=2} status=0 QTime=0
   [junit4]   2> 2145243 INFO  (qtp1217717677-17813) [n:127.0.0.1:63547_solr c:collection1 s:shard1 r:core_node1 x:collection1_shard1_replica1] o.a.s.c.S.Request [collection1_shard1_replica1]  webapp=/solr path=/get params={q=*:*&distrib=false&qt=/get&id=1&wt=javabin&version=2} status=0 QTime=0
   [junit4]   2> 2145244 INFO  (qtp1217717677-17813) [n:127.0.0.1:63547_solr c:collection1 s:shard1 r:core_node1 x:collection1_shard1_replica1] o.a.s.c.S.Request [collection1_shard1_replica1]  webapp=/solr path=/get params={q=*:*&distrib=false&qt=/get&id=2&wt=javabin&version=2} status=0 QTime=0
   [junit4]   2> 2145245 INFO  (qtp1217717677-17813) [n:127.0.0.1:63547_solr c:collection1 s:shard1 r:core_node1 x:collection1_shard1_replica1] o.a.s.c.S.Request [collection1_shard1_replica1]  webapp=/solr path=/get params={q=*:*&distrib=false&qt=/get&id=3&wt=javabin&version=2} status=0 QTime=0
   [junit4]   2> 2145245 INFO  (qtp1217717677-17813) [n:127.0.0.1:63547_solr c:collection1 s:shard1 r:core_node1 x:collection1_shard1_replica1] o.a.s.c.S.Request [collection1_shard1_replica1]  webapp=/solr path=/get params={q=*:*&distrib=false&qt=/get&id=4&wt=javabin&version=2} status=0 QTime=0
   [junit4]   2> 2145252 INFO  (qtp1464111598-17814) [n:127.0.0.1:63550_solr c:collection1 s:shard1 r:core_node2 x:collection1_shard1_replica2] o.a.s.c.S.Request [collection1_shard1_replica2]  webapp=/solr path=/get params={q=*:*&distrib=false&qt=/get&id=1&wt=javabin&version=2} status=0 QTime=0
   [junit4]   2> 2145253 INFO  (qtp1464111598-17814) [n:127.0.0.1:63550_solr c:collection1 s:shard1 r:core_node2 x:collection1_shard1_replica2] o.a.s.c.S.Request [collection1_shard1_replica2]  webapp=/solr path=/get params={q=*:*&distrib=false&qt=/get&id=2&wt=javabin&version=2} status=0 QTime=0
   [junit4]   2> 2145254 INFO  (qtp1464111598-17814) [n:127.0.0.1:63550_solr c:collection1 s:shard1 r:core_node2 x:collection1_shard1_replica2] o.a.s.c.S.Request [collection1_shard1_replica2]  webapp=/solr path=/get params={q=*:*&distrib=false&qt=/get&id=3&wt=javabin&version=2} status=0 QTime=0
   [junit4]   2> 2145254 INFO  (qtp1464111598-17814) [n:127.0.0.1:63550_solr c:collection1 s:shard1 r:core_node2 x:collection1_shard1_replica2] o.a.s.c.S.Request [collection1_shard1_replica2]  webapp=/solr path=/get params={q=*:*&distrib=false&qt=/get&id=4&wt=javabin&version=2} status=0 QTime=0
   [junit4]   2> 2145268 INFO  (qtp1464111598-17814) [n:127.0.0.1:63550_solr c:collection1 s:shard1 r:core_node2 x:collection1_shard1_replica2] o.a.s.u.p.LogUpdateProcessorFactory [collection1_shard1_replica2]  webapp=/solr path=/update params={update.distrib=FROMLEADER&distrib.from=http://127.0.0.1:63554/solr/collection1_shard1_replica3/&wt=javabin&version=2}{delete=[1 (-1562107442396921856)]} 0 10
   [junit4]   2> 2145269 INFO  (qtp1217717677-17813) [n:127.0.0.1:63547_solr c:collection1 s:shard1 r:core_node1 x:collection1_shard1_replica1] o.a.s.u.p.LogUpdateProcessorFactory [collection1_shard1_replica1]  webapp=/solr path=/update params={update.distrib=FROMLEADER&distrib.from=http://127.0.0.1:63554/solr/collection1_shard1_replica3/&wt=javabin&version=2}{delete=[1 (-1562107442396921856)]} 0 12
   [junit4]   2> 2145269 INFO  (qtp1690916260-17834) [n:127.0.0.1:63554_solr c:collection1 s:shard1 r:core_node3 x:collection1_shard1_replica3] o.a.s.u.p.LogUpdateProcessorFactory [collection1_shard1_replica3]  webapp=/solr path=/update params={wt=javabin&version=2}{delete=[1 (-1562107442396921856)]} 0 13
   [junit4]   2> 2145300 INFO  (qtp1690916260-17831) [n:127.0.0.1:63554_solr c:collection1 s:shard1 r:core_node3 x:collection1_shard1_replica3] o.a.s.s.SolrIndexSearcher Opening [Searcher@68025b7a[collection1_shard1_replica3] realtime]
   [junit4]   2> 2145305 INFO  (qtp1690916260-17831) [n:127.0.0.1:63554_solr c:collection1 s:shard1 r:core_node3 x:collection1_shard1_replica3] o.a.s.s.SolrIndexSearcher Opening [Searcher@62ffc8d0[collection1_shard1_replica3] realtime]
   [junit4]   2> 2145306 INFO  (qtp1464111598-17840) [n:127.0.0.1:63550_solr c:collection1 s:shard1 r:core_node2 x:collection1_shard1_replica2] o.a.s.u.p.LogUpdateProcessorFactory [collection1_shard1_replica2]  webapp=/solr path=/update params={update.distrib=FROMLEADER&_version_=-1562107442413699072&distrib.from=http://127.0.0.1:63554/solr/collection1_shard1_replica3/&wt=javabin&version=2}{deleteByQuery=id:2 (-1562107442413699072)} 0 0
   [junit4]   2> 2145306 INFO  (qtp1217717677-17842) [n:127.0.0.1:63547_solr c:collection1 s:shard1 r:core_node1 x:collection1_shard1_replica1] o.a.s.u.p.LogUpdateProcessorFactory [collection1_shard1_replica1]  webapp=/solr path=/update params={update.distrib=FROMLEADER&_version_=-1562107442413699072&distrib.from=http://127.0.0.1:63554/solr/collection1_shard1_replica3/&wt=javabin&version=2}{deleteByQuery=id:2 (-1562107442413699072)} 0 1
   [junit4]   2> 2145307 INFO  (qtp1690916260-17831) [n:127.0.0.1:63554_solr c:collection1 s:shard1 r:core_node3 x:collection1_shard1_replica3] o.a.s.u.p.LogUpdateProcessorFactory [collection1_shard1_replica3]  webapp=/solr path=/update params={wt=javabin&version=2}{deleteByQuery=id:2 (-1562107442413699072)} 0 36
   [junit4]   2> 2145312 INFO  (qtp1217717677-17841) [n:127.0.0.1:63547_solr c:collection1 s:shard1 r:core_node1 x:collection1_shard1_replica1] o.a.s.c.S.Request [collection1_shard1_replica1]  webapp=/solr path=/get params={q=*:*&distrib=false&qt=/get&id=2&wt=javabin&version=2} status=0 QTime=0
   [junit4]   2> 2145313 INFO  (qtp1217717677-17819) [n:127.0.0.1:63547_solr c:collection1 s:shard1 r:core_node1 x:collection1_shard1_replica1] o.a.s.c.S.Request [collection1_shard1_replica1]  webapp=/solr path=/get params={q=*:*&distrib=false&qt=/get&id=3&wt=javabin&version=2} status=0 QTime=0
   [junit4]   2> 2145314 INFO  (qtp1217717677-17815) [n:127.0.0.1:63547_solr c:collection1 s:shard1 r:core_node1 x:collection1_shard1_replica1] o.a.s.c.S.Request [collection1_shard1_replica1]  webapp=/solr path=/get params={q=*:*&distrib=false&qt=/get&id=4&wt=javabin&version=2} status=0 QTime=0
   [junit4]   2> 2145318 INFO  (qtp1464111598-17828) [n:127.0.0.1:63550_solr c:collection1 s:shard1 r:core_node2 x:collection1_shard1_replica2] o.a.s.c.S.Request [collection1_shard1_replica2]  webapp=/solr path=/get params={q=*:*&distrib=false&qt=/get&id=2&wt=javabin&version=2} status=0 QTime=0
   [junit4]   2> 2145319 INFO  (qtp1464111598-17817) [n:127.0.0.1:63550_solr c:collection1 s:shard1 r:core_node2 x:collection1_shard1_replica2] o.a.s.c.S.Request [collection1_shard1_replica2]  webapp=/solr path=/get params={q=*:*&distrib=false&qt=/get&id=3&wt=javabin&version=2} status=0 QTime=0
   [junit4]   2> 2145320 INFO  (qtp1464111598-17823) [n:127.0.0.1:63550_solr c:collection1 s:shard1 r:core_node2 x:collection1_shard1_replica2] o.a.s.c.S.Request [collection1_shard1_replica2]  webapp=/solr path=/get params={q=*:*&distrib=false&qt=/get&id=4&wt=javabin&version=2} status=0 QTime=0
   [junit4]   2> 2145328 INFO  (qtp1690916260-17837) [n:127.0.0.1:63554_solr c:collection1 s:shard1 r:core_node3 x:collection1_shard1_replica3] o.a.s.c.S.Request [collection1_shard1_replica3]  webapp=/solr path=/replication params={qt=/replication&wt=javabin&version=2&command=details} status=0 QTime=2
   [junit4]   2> 2145329 INFO  (qtp1690916260-17830) [n:127.0.0.1:63554_solr c:collection1 s:shard1 r:core_node3 x:collection1_shard1_replica3] o.a.s.c.S.Request [collection1_shard1_replica3]  webapp=/solr path=/replication params={qt=/replication&wt=javabin&version=2&command=details} status=0 QTime=1
   [junit4]   2> 2145333 INFO  (qtp1690916260-17837) [n:127.0.0.1:63554_solr c:collection1 s:shard1 r:core_node3 x:collection1_shard1_replica3] o.a.s.u.DirectUpdateHandler2 start commit{_version_=1562107442478710784,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 2145333 INFO  (qtp1690916260-17837) [n:127.0.0.1:63554_solr c:collection1 s:shard1 r:core_node3 x:collection1_shard1_replica3] o.a.s.u.SolrIndexWriter Calling setCommitData with IW:org.apache.solr.update.SolrIndexWriter@294ea0e8 commitCommandVersion:1562107442478710784
   [junit4]   2> 2145362 INFO  (qtp1690916260-17837) [n:127.0.0.1:63554_solr c:collection1 s:shard1 r:core_node3 x:collection1_shard1_replica3] o.a.s.s.SolrIndexSearcher Opening [Searcher@7577a43b[collection1_shard1_replica3] main]
   [junit4]   2> 2145363 INFO  (qtp1690916260-17837) [n:127.0.0.1:63554_solr c:collection1 s:shard1 r:core_node3 x:collection1_shard1_replica3] o.a.s.u.DirectUpdateHandler2 end_commit_flush
   [junit4]   2> 2145371 INFO  (searcherExecutor-7036-thread-1-processing-n:127.0.0.1:63554_solr x:collection1_shard1_replica3 s:shard1 c:collection1 r:core_node3) [n:127.0.0.1:63554_solr c:collection1 s:shard1 r:core_node3 x:collection1_shard1_replica3] o.a.s.c.SolrCore [collection1_shard1_replica3] Registered new searcher Searcher@7577a43b[collection1_shard1_replica3] main{ExitableDirectoryReader(UninvertingDirectoryReader(Uninverting(_0(7.0.0):C4/2:delGen=2)))}
   [junit4]   2> 2145371 INFO  (qtp1690916260-17837) [n:127.0.0.1:63554_solr c:collection1 s:shard1 r:core_node3 x:collection1_shard1_replica3] o.a.s.u.p.LogUpdateProcessorFactory [collection1_shard1_replica3]  webapp=/solr path=/update params={update.distrib=FROMLEADER&waitSearcher=true&openSearcher=true&commit=true&softCommit=false&distrib.from=http://127.0.0.1:63554/solr/collection1_shard1_replica3/&commit_end_point=true&wt=javabin&version=2&expungeDeletes=false}{commit=} 0 37
   [junit4]   2> 2145429 INFO  (OverseerCollectionConfigSetProcessor-97631714775728137-127.0.0.1:63554_solr-n_0000000000) [n:127.0.0.1:63554_solr    ] o.a.s.c.OverseerTaskQueue Response ZK path: /overseer/collection-queue-work/qnr-0000000000 doesn't exist.  Requestor may have disconnected from ZooKeeper
   [junit4]   2> 2145834 INFO  (qtp1690916260-17835) [n:127.0.0.1:63554_solr c:collection1 s:shard1 r:core_node3 x:collection1_shard1_replica3] o.a.s.c.S.Request [collection1_shard1_replica3]  webapp=/solr path=/replication params={qt=/replication&wt=javabin&version=2&command=details} status=0 QTime=2
   [junit4]   2> 2145837 INFO  (qtp1690916260-17836) [n:127.0.0.1:63554_solr c:collection1 s:shard1 r:core_node3 x:collection1_shard1_replica3] o.a.s.c.S.Request [collection1_shard1_replica3]  webapp=/solr path=/replication params={qt=/replication&wt=javabin&version=2&command=details} status=0 QTime=1
   [junit4]   2> 2146343 INFO  (qtp1690916260-17835) [n:127.0.0.1:63554_solr c:collection1 s:shard1 r:core_node3 x:collection1_shard1_replica3] o.a.s.c.S.Request [collection1_shard1_replica3]  webapp=/solr path=/replication params={qt=/replication&wt=javabin&version=2&command=details} status=0 QTime=2
   [junit4]   2> 2146346 INFO  (qtp1690916260-17834) [n:127.0.0.1:63554_solr c:collection1 s:shard1 r:core_node3 x:collection1_shard1_replica3] o.a.s.c.S.Request [collection1_shard1_replica3]  webapp=/solr path=/replication params={qt=/replication&wt=javabin&version=2&command=details} status=0 QTime=1
   [junit4]   2> 2146848 INFO  (qtp1690916260-17830) [n:127.0.0.1:63554_solr c:collection1 s:shard1 r:core_node3 x:collection1_shard1_replica3] o.a.s.c.S.Request [collection1_shard1_replica3]  webapp=/solr path=/replication params={qt=/replication&wt=javabin&version=2&command=details} status=0 QTime=1
   [junit4]   2> 2146849 INFO  (qtp1690916260-17835) [n:127.0.0.1:63554_solr c:collection1 s:shard1 r:core_node3 x:collection1_shard1_replica3] o.a.s.c.S.Request [collection1_shard1_replica3]  webapp=/solr path=/replication params={qt=/replication&wt=javabin&version=2&command=details} status=0 QTime=1
   [junit4]   2> 2147119 INFO  (indexFetcher-7051-thread-1) [n:127.0.0.1:63547_solr c:collection1 s:shard1  x:collection1_shard1_replica1] o.a.s.h.IndexFetcher Updated masterUrl to http://127.0.0.1:63554/solr/collection1_shard1_replica3/
   [junit4]   2> 2147120 INFO  (qtp1690916260-17834) [n:127.0.0.1:63554_solr c:collection1 s:shard1 r:core_node3 x:collection1_shard1_replica3] o.a.s.c.S.Request [collection1_shard1_replica3]  webapp=/solr path=/replication params={qt=/replication&wt=javabin&version=2&command=indexversion} status=0 QTime=0
   [junit4]   2> 2147120 INFO  (indexFetcher-7051-thread-1) [n:127.0.0.1:63547_solr c:collection1 s:shard1  x:collection1_shard1_replica1] o.a.s.h.IndexFetcher Master's generation: 2
   [junit4]   2> 2147120 INFO  (indexFetcher-7051-thread-1) [n:127.0.0.1:63547_solr c:collection1 s:shard1  x:collection1_shard1_replica1] o.a.s.h.IndexFetcher Master's version: 1489741747360
   [junit4]   2> 2147120 INFO  (indexFetcher-7051-thread-1) [n:127.0.0.1:63547_solr c:collection1 s:shard1  x:collection1_shard1_replica1] o.a.s.h.IndexFetcher Slave's generation: 1
   [junit4]   2> 2147120 INFO  (indexFetcher-7051-thread-1) [n:127.0.0.1:63547_solr c:collection1 s:shard1  x:collection1_shard1_replica1] o.a.s.h.IndexFetcher Slave's version: 0
   [junit4]   2> 2147120 INFO  (indexFetcher-7051-thread-1) [n:127.0.0.1:63547_solr c:collection1 s:shard1  x:collection1_shard1_replica1] o.a.s.h.IndexFetcher Starting replication process
   [junit4]   2> 2147127 INFO  (qtp1690916260-17834) [n:127.0.0.1:63554_solr c:collection1 s:shard1 r:core_node3 x:collection1_shard1_replica3] o.a.s.c.S.Request [collection1_shard1_replica3]  webapp=/solr path=/replication params={generation=2&qt=/replication&wt=javabin&version=2&command=filelist} status=0 QTime=5
   [junit4]   2> 2147127 INFO  (indexFetcher-7051-thread-1) [n:127.0.0.1:63547_solr c:collection1 s:shard1  x:collection1_shard1_replica1] o.a.s.h.IndexFetcher Number of files in latest index in master: 16
   [junit4]   2> 2147133 INFO  (indexFetcher-7051-thread-1) [n:127.0.0.1:63547_solr c:collection1 s:shard1  x:collection1_shard1_replica1] o.a.s.h.IndexFetcher Starting download (fullCopy=false) to MMapDirectory@C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J1\temp\solr.cloud.OnlyLeaderIndexesTest_DE36B52CDBA8E30B-001\tempDir-001\node2\collection1_shard1_replica1\data\index.20170317040909153 lockFactory=org.apache.lucene.store.NativeFSLockFactory@2903079e
   [junit4]   2> 2147135 INFO  (qtp1690916260-17831) [n:127.0.0.1:63554_solr c:collection1 s:shard1 r:core_node3 x:collection1_shard1_replica3] o.a.s.c.S.Request [collection1_shard1_replica3]  webapp=/solr path=/replication params={generation=2&qt=/replication&file=_0_2.liv&checksum=true&wt=filestream&command=filecontent} status=0 QTime=0
   [junit4]   2> 2147188 INFO  (qtp1690916260-17837) [n:127.0.0.1:63554_solr c:collection1 s:shard1 r:core_node3 x:collection1_shard1_replica3] o.a.s.c.S.Request [collection1_shard1_replica3]  webapp=/solr path=/replication params={generation=2&qt=/replication&file=_0.si&checksum=true&wt=filestream&command=filecontent} status=0 QTime=8
   [junit4]   2> 2147202 INFO  (qtp1690916260-17836) [n:127.0.0.1:63554_solr c:collection1 s:shard1 r:core_node3 x:collection1_shard1_replica3] o.a.s.c.S.Request [collection1_shard1_replica3]  webapp=/solr path=/replication params={generation=2&qt=/replication&file=_0_Lucene50_0.doc&checksum=true&wt=filestream&command=filecontent} status=0 QTime=0
   [junit4]   2> 2147213 INFO  (qtp1690916260-17830) [n:127.0.0.1:63554_solr c:collection1 s:shard1 r:core_node3 x:collection1_shard1_replica3] o.a.s.c.S.Request [collection1_shard1_replica3]  webapp=/solr path=/replication params={generation=2&qt=/replication&file=_0_Lucene50_0.tim&checksum=true&wt=filestream&command=filecontent} status=0 QTime=0
   [junit4]   2> 2147217 INFO  (qtp1690916260-17835) [n:127.0.0.1:63554_solr c:collection1 s:shard1 r:core_node3 x:collection1_shard1_replica3] o.a.s.c.S.Request [collection1_shard1_replica3]  webapp=/solr path=/replication params={generation=2&qt=/replication&file=_0_Direct_0.dvdd&checksum=true&wt=filestream&command=filecontent} status=0 QTime=0
   [junit4]   2> 2147220 INFO  (qtp1690916260-17834) [n:127.0.0.1:63554_solr c:collection1 s:shard1 r:core_node3 x:collection1_shard1_replica3] o.a.s.c.S.Request [collection1_shard1_replica3]  webapp=/solr path=/replication params={generation=2&qt=/replication&file=_0_Lucene50_0.pos&checksum=true&wt=filestream&command=filecontent} status=0 QTime=0
   [junit4]   2> 2147226 INFO  (qtp1690916260-17831) [n:127.0.0.1:63554_solr c:collection1 s:shard1 r:core_node3 x:collection1_shard1_replica3] o.a.s.c.S.Request [collection1_shard1_replica3]  webapp=/solr path=/replication params={generation=2&qt=/replication&file=_0.nvd&checksum=true&wt=filestream&command=filecontent} status=0 QTime=0
   [junit4]   2> 2147233 INFO  (qtp1690916260-17837) [n:127.0.0.1:63554_solr c:collection1 s:shard1 r:core_node3 x:collection1_shard1_replica3] o.a.s.c.S.Request [collection1_shard1_replica3]  webapp=/solr path=/replication params={generation=2&qt=/replication&file=_0.fdx&checksum=true&wt=filestream&command=filecontent} status=0 QTime=0
   [junit4]   2> 2147239 INFO  (qtp1690916260-17836) [n:127.0.0.1:63554_solr c:collection1 s:shard1 r:core_node3 x:collection1_shard1_replica3] o.a.s.c.S.Request [collection1_shard1_replica3]  webapp=/solr path=/replication params={generation=2&qt=/replication&file=_0_Lucene50_0.tip&checksum=true&wt=filestream&command=filecontent} status=0 QTime=0
   [junit4]   2> 2147244 INFO  (qtp1690916260-17830) [n:127.0.0.1:63554_solr c:collection1 s:shard1 r:core_node3 x:collection1_shard1_replica3] o.a.s.c.S.Request [collection1_shard1_replica3]  webapp=/solr path=/replication params={generation=2&qt=/replication&file=_0.fdt&checksum=true&wt=filestream&command=filecontent} status=0 QTime=0
   [junit4]   2> 2147249 INFO  (qtp1690916260-17835) [n:127.0.0.1:63554_solr c:collection1 s:shard1 r:core_node3 x:collection1_shard1_replica3] o.a.s.c.S.Request [collection1_shard1_replica3]  webapp=/solr path=/replication params={generation=2&qt=/replication&file=_0_Memory_0.mdvd&checksum=true&wt=filestream&command=filecontent} status=0 QTime=0
   [junit4]   2> 2147254 INFO  (qtp1690916260-17834) [n:127.0.0.1:63554_solr c:collection1 s:shard1 r:core_node3 x:collection1_shard1_replica3] o.a.s.c.S.Request [collection1_shard1_replica3]  webapp=/solr path=/replication params={generation=2&qt=/replication&file=_0_Memory_0.mdvm&checksum=true&wt=filestream&command=filecontent} status=0 QTime=0
   [junit4]   2> 2147258 INFO  (qtp1690916260-17831) [n:127.0.0.1:63554_solr c:collection1 s:shard1 r:core_node3 x:collection1_shard1_replica3] o.a.s.c.S.Request [collection1_shard1_replica3]  webapp=/solr path=/replication params={generation=2&qt=/replication&file=_0.nvm&checksum=true&wt=filestream&command=filecontent} status=0 QTime=0
   [junit4]   2> 2147262 INFO  (qtp1690916260-17837) [n:127.0.0.1:63554_solr c:collection1 s:shard1 r:core_node3 x:collection1_shard1_replica3] o.a.s.c.S.Request [collection1_shard1_replica3]  webapp=/solr path=/replication params={generation=2&qt=/replication&file=_0_Direct_0.dvdm&checksum=true&wt=filestream&command=filecontent} status=0 QTime=0
   [junit4]   2> 2147266 INFO  (qtp1690916260-17836) [n:127.0.0.1:63554_solr c:collection1 s:shard1 r:core_node3 x:collection1_shard1_replica3] o.a.s.c.S.Request [collection1_shard1_replica3]  webapp=/solr path=/replication params={generation=2&qt=/replication&file=_0.fnm&checksum=true&wt=filestream&command=filecontent} status=0 QTime=0
   [junit4]   2> 2147271 INFO  (qtp1690916260-17830) [n:127.0.0.1:63554_solr c:collection1 s:shard1 r:core_node3 x:collection1_shard1_replica3] o.a.s.c.S.Request [collection1_shard1_replica3]  webapp=/solr path=/replication params={generation=2&qt=/replication&file=segments_2&checksum=true&wt=filestream&command=filecontent} status=0 QTime=0
   [junit4]   2> 2147272 INFO  (indexFetcher-7051-thread-1) [n:127.0.0.1:63547_solr c:collection1 s:shard1  x:collection1_shard1_replica1] o.a.s.h.IndexFetcher Total time taken for download (fullCopy=false,bytesDownloaded=2365) : 0 secs (null bytes/sec) to MMapDirectory@C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J1\temp\solr.cloud.OnlyLeaderIndexesTest_DE36B52CDBA8E30B-001\tempDir-001\node2\collection1_shard1_replica1\data\index.20170317040909153 lockFactory=org.apache.lucene.store.NativeFSLockFactory@2903079e
   [junit4]   2> 2147334 INFO  (indexFetcher-7051-thread-1) [n:127.0.0.1:63547_solr c:collection1 s:shard1  x:collection1_shard1_replica1] o.a.s.u.DefaultSolrCoreState New IndexWriter is ready to be used.
   [junit4]   2> 2147347 INFO  (indexFetcher-7051-thread-1) [n:127.0.0.1:63547_solr c:collection1 s:shard1  x:collection1_shard1_replica1] o.a.s.s.SolrIndexSearcher Opening [Searcher@17839941[collection1_shard1_replica1] main]
   [junit4]   2> 2147348 INFO  (searcherExecutor-7037-thread-1-processing-n:127.0.0.1:63547_solr x:collection1_shard1_replica1 s:shard1 c:collection1) [n:127.0.0.1:63547_solr c:collection1 s:shard1  x:collection1_shard1_replica1] o.a.s.c.SolrCore [collection1_shard1_replica1] Registered new searcher Searcher@17839941[collection1_shard1_replica1] main{ExitableDirectoryReader(UninvertingDirectoryReader(Uninverting(_0(7.0.0):C4/2:delGen=2)))}
   [junit4]   2> 2147370 INFO  (qtp1690916260-17835) [n:127.0.0.1:63554_solr c:collection1 s:shard1 r:core_node3 x:collection1_shard1_replica3] o.a.s.c.S.Request [collection1_shard1_replica3]  webapp=/solr path=/replication params={qt=/replication&wt=javabin&version=2&command=details} status=0 QTime=7
   [junit4]   2> 2147370 INFO  (qtp1690916260-17831) [n:127.0.0.1:63554_solr c:collection1 s:shard1 r:core_node3 x:collection1_shard1_replica3] o.a.s.c.S.Request [collection1_shard1_replica3]  webapp=/solr path=/replication params={qt=/replication&wt=javabin&version=2&command=details} status=0 QTime=8
   [junit4]   2> 2147374 INFO  (qtp1217717677-17822) [n:127.0.0.1:63547_solr c:collection1 s:shard1 r:core_node1 x:collection1_shard1_replica1] o.a.s.u.p.LogUpdateProcessorFactory [collection1_shard1_replica1]  webapp=/solr path=/update params={update.distrib=FROMLEADER&waitSearcher=true&openSearcher=true&commit=true&softCommit=false&distrib.from=http://127.0.0.1:63554/solr/collection1_shard1_replica3/&commit_end_point=true&wt=javabin&version=2&expungeDeletes=false}{commit=} 0 2052
   [junit4]   2> 2147878 INFO  (qtp1690916260-17834) [n:127.0.0.1:63554_solr c:collection1 s:shard1 r:core_node3 x:collection1_shard1_replica3] o.a.s.c.S.Request [collection1_shard1_replica3]  webapp=/solr path=/replication params={qt=/replication&wt=javabin&version=2&command=details} status=0 QTime=2
   [junit4]   2> 2147930 INFO  (indexFetcher-7053-thread-1) [n:127.0.0.1:63550_solr c:collection1 s:shard1  x:collection1_shard1_replica2] o.a.s.h.IndexFetcher Updated masterUrl to http://127.0.0.1:63554/solr/collection1_shard1_replica3/
   [junit4]   2> 2147930 INFO  (qtp1690916260-17835) [n:127.0.0.1:63554_solr c:collection1 s:shard1 r:core_node3 x:collection1_shard1_replica3] o.a.s.c.S.Request [collection1_shard1_replica3]  webapp=/solr path=/replication params={qt=/replication&wt=javabin&version=2&command=indexversion} status=0 QTime=0
   [junit4]   2> 2147930 INFO  (indexFetcher-7053-thread-1) [n:127.0.0.1:63550_solr c:collection1 s:shard1  x:collection1_shard1_replica2] o.a.s.h.IndexFetcher Master's generation: 2
   [junit4]   2> 2147930 INFO  (indexFetcher-7053-thread-1) [n:127.0.0.1:63550_solr c:collection1 s:shard1  x:collection1_shard1_replica2] o.a.s.h.IndexFetcher Master's version: 1489741747360
   [junit4]   2> 2147930 INFO  (indexFetcher-7053-thread-1) [n:127.0.0.1:63550_solr c:collection1 s:shard1  x:collection1_shard1_replica2] o.a.s.h.IndexFetcher Slave's generation: 1
   [junit4]   2> 2147930 INFO  (indexFetcher-7053-thread-1) [n:127.0.0.1:63550_solr c:collection1 s:shard1  x:collection1_shard1_replica2] o.a.s.h.IndexFetcher Slave's version: 0
   [junit4]   2> 2147931 INFO  (indexFetcher-7053-thread-1) [n:127.0.0.1:63550_solr c:collection1 s:shard1  x:collection1_shard1_replica2] o.a.s.h.IndexFetcher Starting replication process
   [junit4]   2> 2147952 INFO  (qtp1690916260-17831) [n:127.0.0.1:63554_solr c:collection1 s:shard1 r:core_node3 x:collection1_shard1_replica3] o.a.s.c.S.Request [collection1_shard1_replica3]  webapp=/solr path=/replication params={generation=2&qt=/replication&wt=javabin&version=2&command=filelist} status=0 QTime=20
   [junit4]   2> 2147953 INFO  (indexFetcher-7053-thread-1) [n:127.0.0.1:63550_solr c:collection1 s:shard1  x:collection1_shard1_replica2] o.a.s.h.IndexFetcher Number of files in latest index in master: 16
   [junit4]   2> 2147985 INFO  (indexFetcher-7053-thread-1) [n:127.0.0.1:63550_solr c:collection1 s:shard1  x:collection1_shard1_replica2] o.a.s.h.IndexFetcher Starting download (fullCopy=false) to MMapDirectory@C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J1\temp\solr.cloud.OnlyLeaderIndexesTest_DE36B52CDBA8E30B-001\tempDir-001\node3\collection1_shard1_replica2\data\index.20170317040909979 lockFactory=org.apache.lucene.store.NativeFSLockFactory@2903079e
   [junit4]   2> 2147988 INFO  (qtp1690916260-17836) [n:127.0.0.1:63554_solr c:collection1 s:shard1 r:core_node3 x:collection1_shard1_replica3] o.a.s.c.S.Request [collection1_shard1_replica3]  webapp=/solr path=/replication params={generation=2&qt=/replication&file=_0_2.liv&checksum=true&wt=filestream&command=filecontent} status=0 QTime=0
   [junit4]   2> 2147992 INFO  (qtp1690916260-17830) [n:127.0.0.1:63554_solr c:collection1 s:shard1 r:core_node3 x:collection1_shard1_replica3] o.a.s.c.S.Request [collection1_shard1_replica3]  webapp=/solr path=/replication params={generation=2&qt=/replication&file=_0.si&checksum=true&wt=filestream&command=filecontent} status=0 QTime=0
   [junit4]   2> 2147998 INFO  (qtp1690916260-17837) [n:127.0.0.1:63554_solr c:collection1 s:shard1 r:core_node3 x:collection1_shard1_replica3] o.a.s.c.S.Request [collection1_shard1_replica3]  webapp=/solr path=/replication params={generation=2&qt=/replication&file=_0_Lucene50_0.doc&checksum=true&wt=filestream&command=filecontent} status=0 QTime=0
   [junit4]   2> 2148007 INFO  (qtp1690916260-17834) [n:127.0.0.1:63554_solr c:collection1 s:shard1 r:core_node3 x:collection1_shard1_replica3] o.a.s.c.S.Request [collection1_shard1_replica3]  webapp=/solr path=/replication params={generation=2&qt=/replication&file=_0_Lucene50_0.tim&checksum=true&wt=filestream&command=filecontent} status=0 QTime=0
   [junit4]   2> 2148010 INFO  (qtp1690916260-17835) [n:127.0.0.1:63554_solr c:collection1 s:shard1 r:core_node3 x:collection1_shard1_replica3] o.a.s.c.S.Request [collection1_shard1_replica3]  webapp=/solr path=/replication params={generation=2&qt=/replication&file=_0_Direct_0.dvdd&checksum=true&wt=filestream&command=filecontent} status=0 QTime=0
   [junit4]   2> 2148015 INFO  (qtp1690916260-17831) [n:127.0.0.1:63554_solr c:collection1 s:shard1 r:core_node3 x:collection1_shard1_replica3] o.a.s.c.S.Request [collection1_shard1_replica3]  webapp=/solr path=/replication params={generation=2&qt=/replication&file=_0_Lucene50_0.pos&checksum=true&wt=filestream&command=filecontent} status=0 QTime=0
   [junit4]   2> 2148021 INFO  (qtp1690916260-17836) [n:127.0.0.1:63554_solr c:collection1 s:shard1 r:core_node3 x:collection1_shard1_replica3] o.a.s.c.S.Request [collection1_shard1_replica3]  webapp=/solr path=/replication params={generation=2&qt=/replication&file=_0.nvd&checksum=true&wt=filestream&command=filecontent} status=0 QTime=0
   [junit4]   2> 2148025 INFO  (qtp1690916260-17830) [n:127.0.0.1:63554_solr c:collection1 s:shard1 r:core_node3 x:collection1_shard1_replica3] o.a.s.c.S.Request [collection1_shard1_replica3]  webapp=/solr path=/replication params={generation=2&qt=/replication&file=_0.fdx&checksum=true&wt=filestream&command=filecontent} status=0 QTime=0
   [junit4]   2> 2148030 INFO  (qtp1690916260-17837) [n:127.0.0.1:63554_solr c:collection1 s:shard1 r:core_node3 x:collection1_shard1_replica3] o.a.s.c.S.Request [collection1_shard1_replica3]  webapp=/solr path=/replication params={generation=2&qt=/replication&file=_0_Lucene50_0.tip&checksum=true&wt=filestream&command=filecontent} status=0 QTime=0
   [junit4]   2> 2148039 INFO  (qtp1690916260-17834) [n:127.0.0.1:63554_solr c:collection1 s:shard1 r:core_node3 x:collection1_shard1_replica3] o.a.s.c.S.Request [collection1_shard1_replica3]  webapp=/solr path=/replication params={generation=2&qt=/replication&file=_0.fdt&checksum=true&wt=filestream&command=filecontent} status=0 QTime=0
   [junit4]   2> 2148050 INFO  (qtp1690916260-17835) [n:127.0.0.1:63554_solr c:collection1 s:shard1 r:core_node3 x:collection1_shard1_replica3] o.a.s.c.S.Request [collection1_shard1_replica3]  webapp=/solr path=/replication params={generation=2&qt=/replication&file=_0_Memory_0.mdvd&checksum=true&wt=filestream&command=filecontent} status=0 QTime=0
   [junit4]   2> 2148055 INFO  (qtp1690916260-17831) [n:127.0.0.1:63554_solr c:collection1 s:shard1 r:core_node3 x:collection1_shard1_replica3] o.a.s.c.S.Request [collection1_shard1_replica3]  webapp=/solr path=/replication params={generation=2&qt=/replication&file=_0_Memory_0.mdvm&checksum=true&wt=filestream&command=filecontent} status=0 QTime=0
   [junit4]   2> 2148059 INFO  (qtp1690916260-17836) [n:127.0.0.1:63554_solr c:collection1 s:shard1 r:core_node3 x:collection1_shard1_replica3] o.a.s.c.S.Request [collection1_shard1_replica3]  webapp=/solr path=/replication params={generation=2&qt=/replication&file=_0.nvm&checksum=true&wt=filestream&command=filecontent} status=0 QTime=0
   [junit4]   2> 2148062 INFO  (qtp1690916260-17830) [n:127.0.0.1:63554_solr c:collection1 s:shard1 r:core_node3 x:collection1_shard1_replica3] o.a.s.c.S.Request [collection1_shard1_replica3]  webapp=/solr path=/replication params={generation=2&qt=/replication&file=_0_Direct_0.dvdm&checksum=true&wt=filestream&command=filecontent} status=0 QTime=0
   [junit4]   2> 2148069 INFO  (qtp1690916260-17837) [n:127.0.0.1:63554_solr c:collection1 s:shard1 r:core_node3 x:collection1_shard1_replica3] o.a.s.c.S.Request [collection1_shard1_replica3]  webapp=/solr path=/replication params={generation=2&qt=/replication&file=_0.fnm&checksum=true&wt=filestream&command=filecontent} status=0 QTime=0
   [junit4]   2> 2148073 INFO  (qtp1690916260-17834) [n:127.0.0.1:63554_solr c:collection1 s:shard1 r:core_node3 x:collection1_shard1_replica3] o.a.s.c.S.Request [collection1_shard1_replica3]  webapp=/solr path=/replication params={generation=2&qt=/replication&file=segments_2&checksum=true&wt=filestream&command=filecontent} status=0 QTime=0
   [junit4]   2> 2148074 INFO  (indexFetcher-7053-thread-1) [n:127.0.0.1:63550_solr c:collection1 s:shard1  x:collection1_shard1_replica2] o.a.s.h.IndexFetcher Total time taken for download (fullCopy=false,bytesDownloaded=2365) : 0 secs (null bytes/sec) to MMapDirectory@C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J1\temp\solr.cloud.OnlyLeaderIndexesTest_DE36B52CDBA8E30B-001\tempDir-001\node3\collection1_shard1_replica2\data\index.20170317040909979 lockFactory=org.apache.lucene.store.NativeFSLockFactory@2903079e
   [junit4]   2> 2148162 INFO  (indexFetcher-7053-thread-1) [n:127.0.0.1:63550_solr c:collection1 s:shard1  x:collection1_shard1_replica2] o.a.s.u.DefaultSolrCoreState New IndexWriter is ready to be used.
   [junit4]   2> 2148167 INFO  (indexFetcher-7053-thread-1) [n:127.0.0.1:63550_solr c:collection1 s:shard1  x:collection1_shard1_replica2] o.a.s.s.SolrIndexSearcher Opening [Searcher@c6624a7[collection1_shard1_replica2] main]
   [junit4]   2> 2148168 INFO  (searcherExecutor-7035-thread-1-processing-n:127.0.0.1:63550_solr x:collection1_shard1_replica2 s:shard1 c:collection1) [n:127.0.0.1:63550_solr c:collection1 s:shard1  x:collection1_shard1_replica2] o.a.s.c.SolrCore [collection1_shard1_replica2] Registered new searcher Searcher@c6624a7[collection1_shard1_replica2] main{ExitableDirectoryReader(UninvertingDirectoryReader(Uninverting(_0(7.0.0):C4/2:delGen=2)))}
   [junit4]   2> 2148402 INFO  (qtp1690916260-17835) [n:127.0.0.1:63554_solr c:collection1 s:shard1 r:core_node3 x:collection1_shard1_replica3] o.a.s.c.S.Request [collection1_shard1_replica3]  webapp=/solr path=/replication params={qt=/replication&wt=javabin&version=2&command=details} status=0 QTime=12
   [junit4]   2> 2148403 INFO  (qtp1464111598-17825) [n:127.0.0.1:63550_solr c:collection1 s:shard1 r:core_node2 x:collection1_shard1_replica2] o.a.s.u.p.LogUpdateProcessorFactory [collection1_shard1_replica2]  webapp=/solr path=/update params={update.distrib=FROMLEADER&waitSearcher=true&openSearcher=true&commit=true&softCommit=false&distrib.from=http://127.0.0.1:63554/solr/collection1_shard1_replica3/&commit_end_point=true&wt=javabin&version=2&expungeDeletes=false}{commit=} 0 3081
   [junit4]   2> 2148403 INFO  (qtp1690916260-17832) [n:127.0.0.1:63554_solr c:collection1 s:shard1 r:core_node3 x:collection1_shard1_replica3] o.a.s.u.p.LogUpdateProcessorFactory [collection1_shard1_replica3]  webapp=/solr path=/update params={_stateVer_=collection1:5&commit=true&wt=javabin&version=2}{commit=} 0 3082
   [junit4]   2> 2148408 INFO  (qtp1690916260-17836) [n:127.0.0.1:63554_solr c:collection1 s:shard1 r:core_node3 x:collection1_shard1_replica3] o.a.s.c.S.Request [collection1_shard1_replica3]  webapp=/solr path=/select params={q=*:*&distrib=false&wt=javabin&version=2} hits=2 status=0 QTime=0
   [junit4]   2> 2148413 INFO  (qtp1217717677-17812) [n:127.0.0.1:63547_solr c:collection1 s:shard1 r:core_node1 x:collection1_shard1_replica1] o.a.s.c.S.Request [collection1_shard1_replica1]  webapp=/solr path=/select params={q=*:*&distrib=false&wt=javabin&version=2} hits=2 status=0 QTime=0
   [junit4]   2> 2148422 INFO  (qtp1464111598-17844) [n:127.0.0.1:63550_solr c:collection1 s:shard1 r:core_node2 x:collection1_shard1_replica2] o.a.s.c.S.Request [collection1_shard1_replica2]  webapp=/solr path=/select params={q=*:*&distrib=false&wt=javabin&version=2} hits=2 status=0 QTime=0
   [junit4]   2> 2148455 INFO  (qtp1464111598-17844) [n:127.0.0.1:63550_solr c:collection1 s:shard1 r:core_node2 x:collection1_shard1_replica2] o.a.s.u.p.LogUpdateProcessorFactory [collection1_shard1_replica2]  webapp=/solr path=/update params={update.distrib=FROMLEADER&distrib.from=http://127.0.0.1:63554/solr/collection1_shard1_replica3/&wt=javabin&version=2}{add=[15 (1562107445720907776)]} 0 13
   [junit4]   2> 2148456 INFO  (qtp1217717677-17812) [n:127.0.0.1:63547_solr c:collection1 s:shard1 r:core_node1 x:collection1_shard1_replica1] o.a.s.u.p.LogUpdateProcessorFactory [collection1_shard1_replica1]  webapp=/solr path=/update params={update.distrib=FROMLEADER&distrib.from=http://127.0.0.1:63554/solr/collection1_shard1_replica3/&wt=javabin&version=2}{add=[15 (1562107445720907776)]} 0 18
   [junit4]   2> 2148456 INFO  (qtp1690916260-17836) [n:127.0.0.1:63554_solr c:collection1 s:shard1 r:core_node3 x:collection1_shard1_replica3] o.a.s.u.p.LogUpdateProcessorFactory [collection1_shard1_replica3]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[15 (1562107445720907776)]} 0 31
   [junit4]   2> 2148461 INFO  (qtp1690916260-17831) [n:127.0.0.1:63554_solr c:collection1 s:shard1 r:core_node3 x:collection1_shard1_replica3] o.a.s.u.DirectUpdateHandler2 start commit{_version_=1562107445758656512,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 2148461 INFO  (qtp1690916260-17831) [n:127.0.0.1:63554_solr c:collection1 s:shard1 r:core_node3 x:collection1_shard1_replica3] o.a.s.u.SolrIndexWriter Calling setCommitData with IW:org.apache.solr.update.SolrIndexWriter@294ea0e8 commitCommandVersion:1562107445758656512
   [junit4]   2> 2148475 INFO  (qtp1690916260-17832) [n:127.0.0.1:63554_solr c:collection1 s:shard1 r:core_node3 x:collection1_shard1_replica3] o.a.s.c.S.Request [collection1_shard1_replica3]  webapp=/solr path=/replication params={qt=/replication&wt=javabin&version=2&command=details} status=0 QTime=3
   [junit4]   2> 2148475 INFO  (qtp1690916260-17835) [n:127.0.0.1:63554_solr c:collection1 s:shard1 r:core_node3 x:collection1_shard1_replica3] o.a.s.c.S.Request [collection1_shard1_replica3]  webapp=/solr path=/replication params={qt=/replication&wt=javabin&version=2&command=details} status=0 QTime=9
   [junit4]   2> 2148642 INFO  (qtp1690916260-17831) [n:127.0.0.1:63554_solr c:collection1 s:shard1 r:core_node3 x:collection1_shard1_replica3] o.a.s.s.SolrIndexSearcher Opening [Searcher@2f62bf3d[collection1_shard1_replica3] main]
   [junit4]   2> 2148642 INFO  (qtp1690916260-17831) [n:127.0.0.1:63554_solr c:collection1 s:shard1 r:core_node3 x:collection1_shard1_replica3] o.a.s.u.DirectUpdateHandler2 end_commit_flush
   [junit4]   2> 2148643 INFO  (searcherExecutor-7036-thread-1-processing-n:127.0.0.1:63554_solr x:collection1_shard1_replica3 s:shard1 c:collection1 r:core_node3) [n:127.0.0.1:63554_solr c:collection1 s:shard1 r:core_node3 x:collection1_shard1_replica3] o.a.s.c.SolrCore [collection1_shard1_replica3] Registered new searcher Searcher@2f62bf3d[collection1_shard1_replica3] main{ExitableDirectoryReader(UninvertingDirectoryReader(Uninverting(_0(7.0.0):C4/2:delGen=2) Uninverting(_1(7.0.0):C1)))}
   [junit4]   2> 2148643 INFO  (qtp1690916260-17831) [n:127.0.0.1:63554_solr c:collection1 s:shard1 r:core_node3 x:collection1_shard1_replica3] o.a.s.u.p.LogUpdateProcessorFactory [collection1_shard1_replica3]  webapp=/solr path=/update params={update.distrib=FROMLEADER&waitSearcher=true&openSearcher=true&commit=true&softCommit=false&distrib.from=http://127.0.0.1:63554/solr/collection1_shard1_replica3/&commit_end_point=true&wt=javabin&version=2&expungeDeletes=false}{commit=} 0 181
   [junit4]   2> 2149018 INFO  (qtp1690916260-17835) [n:127.0.0.1:63554_solr c:collection1 s:shard1 r:core_node3 x:collection1_shard1_replica3] o.a.s.c.S.Request [collection1_shard1_replica3]  webapp=/solr path=/replication params={qt=/replication&wt=javabin&version=2&command=details} status=0 QTime=6
   [junit4]   2> 2149019 INFO  (qtp1690916260-17837) [n:127.0.0.1:63554_solr c:collection1 s:shard1 r:core_node3 x:collection1_shard1_replica3] o.a.s.c.S.Request [collection1_shard1_replica3]  webapp=/solr path=/replication params={qt=/replication&wt=javabin&version=2&command=details} status=0 QTime=7
   [junit4]   2> 2149525 INFO  (qtp1690916260-17832) [n:127.0.0.1:63554_solr c:collection1 s:shard1 r:core_node3 x:collection1_shard1_replica3] o.a.s.c.S.Request [collection1_shard1_replica3]  webapp=/solr path=/replication params={qt=/re

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

rsTest, TestRemoteStreaming, ZkNodePropsTest, SimpleMLTQParserTest, TestRandomCollapseQParserPlugin, TestReplicationHandler, TestGroupingSearch, TestUseDocValuesAsStored, HdfsBasicDistributedZk2Test, TestCSVResponseWriter, TestSolrQueryResponse, HdfsCollectionsAPIDistributedZkTest, DOMUtilTest, TestCursorMarkWithoutUniqueKey, HighlighterTest, DeleteReplicaTest, CloudExitableDirectoryReaderTest, TestStressLucene, DistributedSpellCheckComponentTest, UniqFieldsUpdateProcessorFactoryTest, TestScoreJoinQPNoScore, TestJmxIntegration, TestCloudRecovery, BinaryUpdateRequestHandlerTest, DistributedQueryComponentOptimizationTest, TestSchemaSimilarityResource, OverseerCollectionConfigSetProcessorTest, TestMaxScoreQueryParser, ActionThrottleTest, LeaderInitiatedRecoveryOnCommitTest, StandardRequestHandlerTest, TestLRUCache, SolrCLIZkUtilsTest, OverseerTest, TestLFUCache, SchemaVersionSpecificBehaviorTest, LeaderElectionTest, RecoveryZkTest, TestFieldSortValues, TestOverriddenPrefixQueryForCustomFieldType, TestBM25SimilarityFactory, UnloadDistributedZkTest, TestFileDictionaryLookup, TestSlowCompositeReaderWrapper, CoreAdminCreateDiscoverTest, TestSegmentSorting, TestExactSharedStatsCache, DistribDocExpirationUpdateProcessorTest, SolrCoreTest, QueryEqualityTest, TestSort, SortSpecParsingTest, TestHighFrequencyDictionaryFactory, TestLazyCores, CursorPagingTest, TestComplexPhraseQParserPlugin, DocumentAnalysisRequestHandlerTest, StatsReloadRaceTest, AnalysisAfterCoreReloadTest, TestExceedMaxTermLength, TestSolrXml, OutputWriterTest, ConnectionManagerTest, BlockJoinFacetSimpleTest, TestSolrDeletionPolicy1, TestElisionMultitermQuery, ShardRoutingTest, BasicAuthStandaloneTest, TriLevelCompositeIdRoutingTest, CdcrReplicationDistributedZkTest, DirectUpdateHandlerTest, TestReplicaProperties, TestUpdate, DistributedFacetPivotLargeTest, HdfsDirectoryTest, FacetPivotSmallTest, TestCloudDeleteByQuery, ManagedSchemaRoundRobinCloudTest, DirectSolrConnectionTest, TestCSVLoader, TestReloadAndDeleteDocs, TestXmlQParser, TestDelegationWithHadoopAuth, TestSubQueryTransformerDistrib, TestMergePolicyConfig, MetricsHandlerTest, TestIBSimilarityFactory, TestConfigSetsAPIExclusivity, SpatialFilterTest, TestSolrCloudWithHadoopAuthPlugin, TestAuthorizationFramework, TestStressUserVersions, ChangedSchemaMergeTest, QueryElevationComponentTest, SolrCoreMetricManagerTest, TestRTGBase, TestInPlaceUpdatesDistrib, TestConfigSetImmutable, XmlUpdateRequestHandlerTest, PathHierarchyTokenizerFactoryTest, DataDrivenBlockJoinTest, TestCoreAdminApis, SystemInfoHandlerTest, FastVectorHighlighterTest, OpenExchangeRatesOrgProviderTest, TestSolrJ, SyncSliceTest, TestTolerantSearch, BigEndianAscendingWordDeserializerTest, TestSQLHandler, TimeZoneUtilsTest, TestTolerantUpdateProcessorRandomCloud, DistributedQueueTest, TestFieldCollectionResource, TestOnReconnectListenerSupport, PeerSyncTest, TestDistributedSearch, TestRawResponseWriter, ZkCLITest, TestDocumentBuilder, DistributedExpandComponentTest, PingRequestHandlerTest, HLLUtilTest, BlockDirectoryTest, OverseerTaskQueueTest, OverseerRolesTest, FullHLLTest, TestCustomStream, SimpleFacetsTest, TestTrackingShardHandlerFactory, PrimitiveFieldTypeTest, CopyFieldTest, TestPostingsSolrHighlighter, JsonValidatorTest, MultiTermTest, TestCloudSchemaless, TestCloudManagedSchema, MBeansHandlerTest, TestImplicitCoreProperties, DocumentBuilderTest, TestSolr4Spatial2, TestInitParams, TestSurroundQueryParser, TestExclusionRuleCollectionAccess, TestGraphTermsQParserPlugin, TestBackupRepositoryFactory, TestCryptoKeys, DistributedQueryElevationComponentTest, TestRTimerTree, TestSortByMinMaxFunction, DirectoryFactoryTest, HdfsRestartWhileUpdatingTest, TestDFISimilarityFactory, TestFaceting, TestFunctionQuery, TestGeoJSONResponseWriter, DocValuesMultiTest, TestFastOutputStream, CdcrRequestHandlerTest, CustomCollectionTest, TestEmbeddedSolrServerConstructors, CollectionStateFormat2Test, TestPartialUpdateDeduplication, TestPerFieldSimilarityWithDefaultOverride, TestDynamicFieldCollectionResource, TestCloudPivotFacet, TestManagedResourceStorage, TestHashPartitioner, DocValuesMissingTest, HdfsThreadLeakTest, BasicDistributedZkTest, OpenCloseCoreStressTest, FullSolrCloudDistribCmdsTest, ClusterStateUpdateTest, TestRandomFaceting, TestZkChroot, TestRandomDVFaceting, ShardRoutingCustomTest, AutoCommitTest, TestRecovery, ZkControllerTest, TestStressReorder, TestReload, TestStressVersions, HardAutoCommitTest, TestRangeQuery, TestCoreContainer, TestSolr4Spatial, BadIndexSchemaTest, ConvertedLegacyTest, TestBadConfig, SoftAutoCommitTest, ShowFileRequestHandlerTest, CurrencyFieldOpenExchangeTest, CurrencyFieldXmlFileTest, SolrIndexSplitterTest, SimplePostToolTest, SignatureUpdateProcessorFactoryTest, TestExtendedDismaxParser, SpellCheckCollatorTest, SuggesterFSTTest, CoreAdminHandlerTest, SolrRequestParserTest, DocValuesTest, PolyFieldTest, NoCacheHeaderTest, TestPseudoReturnFields, FieldMutatingUpdateProcessorTest, TestAtomicUpdateErrorCases, TestWordDelimiterFilterFactory, DirectUpdateHandlerOptimizeTest, StatelessScriptUpdateProcessorFactoryTest, SortByFunctionTest, DistanceFunctionTest, SolrInfoMBeanTest, XsltUpdateRequestHandlerTest, CacheHeaderTest, IndexBasedSpellCheckerTest, LukeRequestHandlerTest, DisMaxRequestHandlerTest, DirectSolrSpellCheckerTest, TestQueryTypes, TestOmitPositions, FileBasedSpellCheckerTest, TermsComponentTest, RequestHandlersTest, TermVectorComponentTest, TestIndexingPerformance, MoreLikeThisHandlerTest, RequiredFieldsTest, TestSolrQueryParser, IndexSchemaRuntimeFieldTest, SolrPluginUtilsTest, TestCollationField, QueryParsingTest, TestPHPSerializedResponseWriter, CSVRequestHandlerTest, TestComponentsName, SearchHandlerTest, TestSolrDeletionPolicy2, TestDocSet, TestSearchPerf, TestPhraseSuggestions, SynonymTokenizerTest, TestSweetSpotSimilarityFactory, TestPerFieldSimilarity, TestFastWriter, ResourceLoaderTest, PluginInfoTest, TestFastLRUCache, DateMathParserTest, ChaosMonkeyNothingIsSafeTest, CollectionsAPISolrJTest, DeleteStatusTest, DocValuesNotIndexedTest, HttpPartitionTest, LeaderInitiatedRecoveryOnShardRestartTest, MigrateRouteKeyTest, MultiThreadedOCPTest, OverseerModifyCollectionTest, PeerSyncReplicationTest, RecoveryAfterSoftCommitTest, ReplaceNodeTest, RestartWhileUpdatingTest, SSLMigrationTest, ShardSplitTest, TestRequestForwarding, TestShortCircuitedRequests, TestSizeLimitedDistributedMap, TestStressCloudBlindAtomicUpdates, ConfigureRecoveryStrategyTest, HdfsDirectoryFactoryTest, QueryResultKeyTest, TestConfigOverlay, TestConfigSetProperties, TestConfigSets, TestCorePropertiesReload, TestNRTOpen, TestShardHandlerFactory, TestSolrConfigHandler, RequestLoggingTest, TestBlobHandler, TestSystemCollAutoCreate, V2ApiIntegrationTest, CoreAdminRequestStatusTest, CoreMergeIndexesAdminHandlerTest, PropertiesRequestHandlerTest, SecurityConfHandlerTest, TestCollectionAPIs, TestConfigsApi, DistributedDebugComponentTest, DistributedFacetExistsSmallTest, DistributedFacetPivotSmallAdvancedTest, DistributedFacetPivotWhiteBoxTest, DistributedSuggestComponentTest, SuggestComponentContextFilterQueryTest, SuggestComponentTest, TestDistributedStatsComponentCardinality, SolrJmxReporterTest, SolrShardReporterTest, TestMacroExpander, TestMacros, SmileWriterTest, TestJavabinTupleStreamParser, TestChildDocTransformer, TestBulkSchemaAPI, SpatialRPTFieldTypeTest, TestManagedSchemaAPI, TestManagedSchemaThreadSafety, TestPointFields, AnalyticsQueryTest, CursorMarkTest, LargeFieldTest]
   [junit4]   2> NOTE: reproduce with: ant test  -Dtestcase=LargeFieldTest -Dtests.seed=DE36B52CDBA8E30B -Dtests.slow=true -Dtests.locale=es-ES -Dtests.timezone=America/Port_of_Spain -Dtests.asserts=true -Dtests.file.encoding=Cp1252
   [junit4] ERROR   0.00s J0 | LargeFieldTest (suite) <<<
   [junit4]    > Throwable #1: java.nio.file.InvalidPathException: Illegal char <?> at index 17: ignoredSchemaName?
   [junit4]    > 	at __randomizedtesting.SeedInfo.seed([DE36B52CDBA8E30B]:0)
   [junit4]    > 	at sun.nio.fs.WindowsPathParser.normalize(WindowsPathParser.java:182)
   [junit4]    > 	at sun.nio.fs.WindowsPathParser.parse(WindowsPathParser.java:153)
   [junit4]    > 	at sun.nio.fs.WindowsPathParser.parse(WindowsPathParser.java:77)
   [junit4]    > 	at sun.nio.fs.WindowsPath.parse(WindowsPath.java:94)
   [junit4]    > 	at sun.nio.fs.WindowsFileSystem.getPath(WindowsFileSystem.java:255)
   [junit4]    > 	at sun.nio.fs.AbstractPath.resolve(AbstractPath.java:53)
   [junit4]    > 	at org.apache.solr.core.SolrResourceLoader.openResource(SolrResourceLoader.java:385)
   [junit4]    > 	at org.apache.solr.core.SolrResourceLoader.openSchema(SolrResourceLoader.java:353)
   [junit4]    > 	at org.apache.solr.schema.ManagedIndexSchemaFactory.warnIfNonManagedSchemaExists(ManagedIndexSchemaFactory.java:241)
   [junit4]    > 	at org.apache.solr.schema.ManagedIndexSchemaFactory.readSchemaLocally(ManagedIndexSchemaFactory.java:198)
   [junit4]    > 	at org.apache.solr.schema.ManagedIndexSchemaFactory.create(ManagedIndexSchemaFactory.java:118)
   [junit4]    > 	at org.apache.solr.schema.ManagedIndexSchemaFactory.create(ManagedIndexSchemaFactory.java:45)
   [junit4]    > 	at org.apache.solr.schema.IndexSchemaFactory.buildIndexSchema(IndexSchemaFactory.java:75)
   [junit4]    > 	at org.apache.solr.util.TestHarness.<init>(TestHarness.java:109)
   [junit4]    > 	at org.apache.solr.SolrTestCaseJ4.createCore(SolrTestCaseJ4.java:705)
   [junit4]    > 	at org.apache.solr.SolrTestCaseJ4.initCore(SolrTestCaseJ4.java:695)
   [junit4]    > 	at org.apache.solr.SolrTestCaseJ4.initCore(SolrTestCaseJ4.java:569)
   [junit4]    > 	at org.apache.solr.SolrTestCaseJ4.initCore(SolrTestCaseJ4.java:558)
   [junit4]    > 	at org.apache.solr.search.LargeFieldTest.initManagedSchemaCore(LargeFieldTest.java:48)
   [junit4]    > 	at java.lang.Thread.run(Thread.java:745)
   [junit4] Completed [623/701 (2!)] on J0 in 0.11s, 0 tests, 1 error <<< FAILURES!

[...truncated 62923 lines...]