Build: https://jenkins.thetaphi.de/job/Lucene-Solr-master-Linux/19092/
Java: 64bit/jdk-9-ea+158 -XX:-UseCompressedOops -XX:+UseSerialGC

3 tests failed.
FAILED:  
org.apache.solr.cloud.CollectionsAPIDistributedZkTest.testCollectionsAPI

Error Message:
expected:<3> but was:<2>

Stack Trace:
java.lang.AssertionError: expected:<3> but was:<2>
        at 
__randomizedtesting.SeedInfo.seed([ED06E16D2F7E2C9F:A57395D9294D030A]: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.junit.Assert.assertEquals(Assert.java:472)
        at org.junit.Assert.assertEquals(Assert.java:456)
        at 
org.apache.solr.cloud.CollectionsAPIDistributedZkTest.testCollectionsAPI(CollectionsAPIDistributedZkTest.java:523)
        at 
java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
        at 
java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
        at 
java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
        at java.base/java.lang.reflect.Method.invoke(Method.java:547)
        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 
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.base/java.lang.Thread.run(Thread.java:844)


FAILED:  
org.apache.solr.index.TestSlowCompositeReaderWrapper.testOrdMapsAreCached

Error Message:


Stack Trace:
java.lang.AssertionError
        at 
__randomizedtesting.SeedInfo.seed([ED06E16D2F7E2C9F:B1C7CA871734CF6C]:0)
        at org.junit.Assert.fail(Assert.java:92)
        at org.junit.Assert.assertTrue(Assert.java:43)
        at org.junit.Assert.assertTrue(Assert.java:54)
        at 
org.apache.solr.index.TestSlowCompositeReaderWrapper.testOrdMapsAreCached(TestSlowCompositeReaderWrapper.java:111)
        at 
java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
        at 
java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
        at 
java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
        at java.base/java.lang.reflect.Method.invoke(Method.java:547)
        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 
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 
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 
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.base/java.lang.Thread.run(Thread.java:844)


FAILED:  
org.apache.solr.handler.extraction.ExtractingRequestHandlerTest.testExtraction

Error Message:
Exception during query

Stack Trace:
java.lang.RuntimeException: Exception during query
        at 
__randomizedtesting.SeedInfo.seed([CD7BA311A71D3A9D:7408D76FDB35EA68]:0)
        at org.apache.solr.SolrTestCaseJ4.assertQ(SolrTestCaseJ4.java:919)
        at org.apache.solr.SolrTestCaseJ4.assertQ(SolrTestCaseJ4.java:886)
        at 
org.apache.solr.handler.extraction.ExtractingRequestHandlerTest.testExtraction(ExtractingRequestHandlerTest.java:128)
        at 
java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
        at 
java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
        at 
java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
        at java.base/java.lang.reflect.Method.invoke(Method.java:547)
        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 
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.base/java.lang.Thread.run(Thread.java:844)
Caused by: java.lang.RuntimeException: REQUEST FAILED: 
xpath=//doc[1]/str[.='simple3']
        xml response was: <?xml version="1.0" encoding="UTF-8"?>
<response>
<lst name="responseHeader"><int name="status">0</int><int 
name="QTime">0</int></lst><result name="response" numFound="2" 
start="0"><doc><arr 
name="t_meta"><str>stream_size</str><str>365</str><str>X-Parsed-By</str><str>org.apache.tika.parser.DefaultParser</str><str>X-Parsed-By</str><str>org.apache.tika.parser.html.HtmlParser</str><str>stream_content_type</str><str>application/xml</str><str>stream_name</str><str>simple.html</str><str>stream_source_info</str><str>file:/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/contrib/extraction/src/test-files/extraction/simple.html</str><str>dc:title</str><str>Welcome
 to 
Solr</str><str>Content-Encoding</str><str>ISO-8859-1</str><str>Content-Type</str><str>text/html;
 charset=ISO-8859-1</str></arr><arr 
name="t_href"><str>rect</str><str>http://www.apache.org</str></arr><str 
name="id">simple2</str><arr name="stream_size"><str>365</str></arr><arr 
name="t_x_parsed_by"><str>org.apache.tika.parser.DefaultParser</str><str>org.apache.tika.parser.html.HtmlParser</str></arr><arr
 name="stream_content_type"><str>application/xml</str></arr><arr 
name="stream_name"><str>simple.html</str></arr><arr 
name="stream_source_info"><str>file:/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/contrib/extraction/src/test-files/extraction/simple.html</str></arr><arr
 name="t_dc_title"><str>Welcome to Solr</str></arr><arr 
name="t_content_encoding"><str>ISO-8859-1</str></arr><arr 
name="title"><str>Welcome to Solr</str></arr><arr 
name="t_abcxyz"><str>text/html; charset=ISO-8859-1</str></arr><arr 
name="t_content"><str> 
 
  
  
  
  
  
  
  
  
  
 Welcome to Solr 
 
 
 
  Here is some text
 

 distinct
words 

 Here is some text in a div 

 This has a  link . 

  </str></arr><arr name="multiDefault"><str>muLti-Default</str></arr><int 
name="intDefault">42</int><date 
name="timestamp">2017-03-03T05:37:44.463Z</date></doc><doc><arr 
name="t_meta"><str>stream_size</str><str>365</str><str>X-Parsed-By</str><str>org.apache.tika.parser.DefaultParser</str><str>X-Parsed-By</str><str>org.apache.tika.parser.html.HtmlParser</str><str>stream_content_type</str><str>application/xml</str><str>stream_name</str><str>simple.html</str><str>stream_source_info</str><str>file:/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/contrib/extraction/src/test-files/extraction/simple.html</str><str>dc:title</str><str>Welcome
 to 
Solr</str><str>Content-Encoding</str><str>ISO-8859-1</str><str>Content-Type</str><str>text/html;
 charset=ISO-8859-1</str></arr><arr 
name="t_href"><str>rect</str><str>http://www.apache.org</str></arr><str 
name="id">simple3</str><arr name="stream_size"><str>365</str></arr><arr 
name="t_x_parsed_by"><str>org.apache.tika.parser.DefaultParser</str><str>org.apache.tika.parser.html.HtmlParser</str></arr><arr
 name="stream_content_type"><str>application/xml</str></arr><arr 
name="stream_name"><str>simple.html</str></arr><arr 
name="stream_source_info"><str>file:/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/contrib/extraction/src/test-files/extraction/simple.html</str></arr><arr
 name="t_dc_title"><str>Welcome to Solr</str></arr><arr 
name="t_content_encoding"><str>ISO-8859-1</str></arr><arr 
name="title"><str>Welcome to Solr</str></arr><arr 
name="t_content_type"><str>text/html; charset=ISO-8859-1</str></arr><arr 
name="t_content"><str> 
 
  
  
  
  
  
  
  
  
  
 Welcome to Solr 
 
 
 
  Here is some text
 

 distinct
words 

 Here is some text in a div 

 This has a  link . 

  </str></arr><arr name="multiDefault"><str>muLti-Default</str></arr><int 
name="intDefault">42</int><date 
name="timestamp">2017-03-03T05:37:44.499Z</date></doc></result>
</response>

        request was:q=t_href:http&qt=standard&start=0&rows=20&version=2.2
        at org.apache.solr.SolrTestCaseJ4.assertQ(SolrTestCaseJ4.java:912)
        ... 40 more




Build Log:
[...truncated 11826 lines...]
   [junit4] Suite: org.apache.solr.index.TestSlowCompositeReaderWrapper
   [junit4]   2> NOTE: reproduce with: ant test  
-Dtestcase=TestSlowCompositeReaderWrapper -Dtests.method=testOrdMapsAreCached 
-Dtests.seed=ED06E16D2F7E2C9F -Dtests.multiplier=3 -Dtests.slow=true 
-Dtests.locale=en-BS -Dtests.timezone=Asia/Kashgar -Dtests.asserts=true 
-Dtests.file.encoding=UTF-8
   [junit4] FAILURE 0.01s J2 | 
TestSlowCompositeReaderWrapper.testOrdMapsAreCached <<<
   [junit4]    > Throwable #1: java.lang.AssertionError
   [junit4]    >        at 
__randomizedtesting.SeedInfo.seed([ED06E16D2F7E2C9F:B1C7CA871734CF6C]:0)
   [junit4]    >        at 
org.apache.solr.index.TestSlowCompositeReaderWrapper.testOrdMapsAreCached(TestSlowCompositeReaderWrapper.java:111)
   [junit4]    >        at 
java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
   [junit4]    >        at 
java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
   [junit4]    >        at 
java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
   [junit4]    >        at 
java.base/java.lang.reflect.Method.invoke(Method.java:547)
   [junit4]    >        at java.base/java.lang.Thread.run(Thread.java:844)
   [junit4]   2> NOTE: test params are: codec=Asserting(Lucene70): {}, 
docValues:{sorted=DocValuesFormat(name=Lucene70), 
sorted_set=DocValuesFormat(name=Lucene70)}, maxPointsInLeafNode=1289, 
maxMBSortInHeap=5.014157490710387, sim=RandomSimilarity(queryNorm=true): {}, 
locale=en-BS, timezone=Asia/Kashgar
   [junit4]   2> NOTE: Linux 4.4.0-53-generic amd64/Oracle Corporation 9-ea 
(64-bit)/cpus=12,threads=1,free=204857864,total=518979584
   [junit4]   2> NOTE: All tests run in this JVM: [TestFieldSortValues, 
CursorMarkTest, TestTolerantUpdateProcessorRandomCloud, OverseerTaskQueueTest, 
TestFieldTypeCollectionResource, TestNamedUpdateProcessors, TestGroupingSearch, 
TestDocTermOrds, TestComplexPhraseLeadingWildcard, TestRecovery, 
MetricsHandlerTest, TestSolrDeletionPolicy1, DistributedFacetPivotLongTailTest, 
TestComponentsName, TestCloudPseudoReturnFields, TestFastOutputStream, 
TestPHPSerializedResponseWriter, TestConfigSetsAPIZkFailure, TestCustomStream, 
HdfsRestartWhileUpdatingTest, ClassificationUpdateProcessorIntegrationTest, 
DistributedExpandComponentTest, TestConfigSetProperties, 
CurrencyFieldXmlFileTest, SharedFSAutoReplicaFailoverUtilsTest, EchoParamsTest, 
PKIAuthenticationIntegrationTest, RulesTest, TestSort, 
DistributedVersionInfoTest, TestSolrJ, TestCloudSchemaless, TestTolerantSearch, 
TestSchemaManager, CloudExitableDirectoryReaderTest, TestSchemaResource, 
TestLeaderInitiatedRecoveryThread, TestJsonRequest, TestJsonFacetRefinement, 
TestManagedSchemaAPI, StatsComponentTest, TestRTimerTree, 
ShowFileRequestHandlerTest, CircularListTest, BlockJoinFacetDistribTest, 
TestSolrDynamicMBean, PreAnalyzedFieldTest, TestFieldCacheSort, TestDocSet, 
HighlighterConfigTest, TestHashQParserPlugin, TestReqParamsAPI, 
TestUseDocValuesAsStored2, TestCSVResponseWriter, 
SuggestComponentContextFilterQueryTest, AsyncCallRequestStatusResponseTest, 
TestPerFieldSimilarityWithDefaultOverride, SuggesterTest, 
ReplicaListTransformerTest, TestConfig, StressHdfsTest, 
UnloadDistributedZkTest, TestLMDirichletSimilarityFactory, NoCacheHeaderTest, 
CdcrReplicationDistributedZkTest, RecoveryZkTest, TestExtendedDismaxParser, 
CollectionTooManyReplicasTest, TestShortCircuitedRequests, TestZkChroot, 
LukeRequestHandlerTest, TestDistributedMissingSort, 
DirectUpdateHandlerOptimizeTest, TestBinaryField, DateFieldTest, 
TestImpersonationWithHadoopAuth, TestReversedWildcardFilterFactory, 
ZkStateWriterTest, AnalysisErrorHandlingTest, RemoteQueryErrorTest, 
TestDistribDocBasedVersion, MigrateRouteKeyTest, XmlUpdateRequestHandlerTest, 
AddSchemaFieldsUpdateProcessorFactoryTest, TestBackupRepositoryFactory, 
FieldMutatingUpdateProcessorTest, TestCopyFieldCollectionResource, 
BadIndexSchemaTest, CdcrVersionReplicationTest, BinaryUpdateRequestHandlerTest, 
TestConfigsApi, CoreAdminHandlerTest, SolrGangliaReporterTest, TestRestManager, 
ResourceLoaderTest, DeleteShardTest, TestIntervalFaceting, 
TestSolrCloudWithKerberosAlt, GraphQueryTest, TestRuleBasedAuthorizationPlugin, 
HLLSerializationTest, TestClassicSimilarityFactory, LeaderElectionTest, 
TestFieldCacheWithThreads, SolrCloudExampleTest, TestOrdValues, 
TestIndexingPerformance, TermVectorComponentDistributedTest, 
HdfsNNFailoverTest, TestSolrFieldCacheMBean, UtilsToolTest, AutoCommitTest, 
TestSlowCompositeReaderWrapper]
   [junit4] Completed [333/693 (1!)] on J2 in 0.03s, 2 tests, 1 failure <<< 
FAILURES!

[...truncated 79 lines...]
   [junit4] Suite: org.apache.solr.cloud.CollectionsAPIDistributedZkTest
   [junit4]   2> Creating dataDir: 
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.CollectionsAPIDistributedZkTest_ED06E16D2F7E2C9F-001/init-core-data-001
   [junit4]   2> 861029 INFO  
(SUITE-CollectionsAPIDistributedZkTest-seed#[ED06E16D2F7E2C9F]-worker) [    ] 
o.a.s.SolrTestCaseJ4 Using TrieFields
   [junit4]   2> 861030 INFO  
(SUITE-CollectionsAPIDistributedZkTest-seed#[ED06E16D2F7E2C9F]-worker) [    ] 
o.a.s.SolrTestCaseJ4 Randomized ssl (true) and clientAuth (true) via: 
@org.apache.solr.util.RandomizeSSL(reason="", ssl=0.0/0.0, value=0.0/0.0, 
clientAuth=0.0/0.0)
   [junit4]   2> 861033 INFO  
(SUITE-CollectionsAPIDistributedZkTest-seed#[ED06E16D2F7E2C9F]-worker) [    ] 
o.a.s.c.MiniSolrCloudCluster Starting cluster of 4 servers in 
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.CollectionsAPIDistributedZkTest_ED06E16D2F7E2C9F-001/tempDir-001
   [junit4]   2> 861033 INFO  
(SUITE-CollectionsAPIDistributedZkTest-seed#[ED06E16D2F7E2C9F]-worker) [    ] 
o.a.s.c.ZkTestServer STARTING ZK TEST SERVER
   [junit4]   2> 861033 INFO  (Thread-1749) [    ] o.a.s.c.ZkTestServer client 
port:0.0.0.0/0.0.0.0:0
   [junit4]   2> 861034 INFO  (Thread-1749) [    ] o.a.s.c.ZkTestServer 
Starting server
   [junit4]   2> 861134 INFO  
(SUITE-CollectionsAPIDistributedZkTest-seed#[ED06E16D2F7E2C9F]-worker) [    ] 
o.a.s.c.ZkTestServer start zk server on port:42169
   [junit4]   2> 861140 INFO  (jetty-launcher-1026-thread-2) [    ] 
o.e.j.s.Server jetty-9.3.14.v20161028
   [junit4]   2> 861141 INFO  (jetty-launcher-1026-thread-3) [    ] 
o.e.j.s.Server jetty-9.3.14.v20161028
   [junit4]   2> 861141 INFO  (jetty-launcher-1026-thread-1) [    ] 
o.e.j.s.Server jetty-9.3.14.v20161028
   [junit4]   2> 861143 INFO  (jetty-launcher-1026-thread-1) [    ] 
o.e.j.s.h.ContextHandler Started 
o.e.j.s.ServletContextHandler@4cded341{/solr,null,AVAILABLE}
   [junit4]   2> 861143 INFO  (jetty-launcher-1026-thread-3) [    ] 
o.e.j.s.h.ContextHandler Started 
o.e.j.s.ServletContextHandler@2b95662f{/solr,null,AVAILABLE}
   [junit4]   2> 861143 INFO  (jetty-launcher-1026-thread-2) [    ] 
o.e.j.s.h.ContextHandler Started 
o.e.j.s.ServletContextHandler@12006259{/solr,null,AVAILABLE}
   [junit4]   2> 861145 INFO  (jetty-launcher-1026-thread-1) [    ] 
o.e.j.s.AbstractConnector Started ServerConnector@e6b6a4{SSL,[ssl, 
http/1.1]}{127.0.0.1:42404}
   [junit4]   2> 861145 INFO  (jetty-launcher-1026-thread-3) [    ] 
o.e.j.s.AbstractConnector Started ServerConnector@42e43e7{SSL,[ssl, 
http/1.1]}{127.0.0.1:43890}
   [junit4]   2> 861145 INFO  (jetty-launcher-1026-thread-1) [    ] 
o.e.j.s.Server Started @863044ms
   [junit4]   2> 861145 INFO  (jetty-launcher-1026-thread-3) [    ] 
o.e.j.s.Server Started @863044ms
   [junit4]   2> 861145 INFO  (jetty-launcher-1026-thread-1) [    ] 
o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, 
hostPort=42404}
   [junit4]   2> 861145 INFO  (jetty-launcher-1026-thread-2) [    ] 
o.e.j.s.AbstractConnector Started ServerConnector@2ffa334d{SSL,[ssl, 
http/1.1]}{127.0.0.1:41340}
   [junit4]   2> 861145 INFO  (jetty-launcher-1026-thread-3) [    ] 
o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, 
hostPort=43890}
   [junit4]   2> 861145 INFO  (jetty-launcher-1026-thread-2) [    ] 
o.e.j.s.Server Started @863045ms
   [junit4]   2> 861145 INFO  (jetty-launcher-1026-thread-2) [    ] 
o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, 
hostPort=41340}
   [junit4]   2> 861145 ERROR (jetty-launcher-1026-thread-3) [    ] 
o.a.s.s.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be 
missing or incomplete.
   [junit4]   2> 861145 ERROR (jetty-launcher-1026-thread-1) [    ] 
o.a.s.s.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be 
missing or incomplete.
   [junit4]   2> 861145 INFO  (jetty-launcher-1026-thread-3) [    ] 
o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr™ version 
7.0.0
   [junit4]   2> 861145 INFO  (jetty-launcher-1026-thread-1) [    ] 
o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr™ version 
7.0.0
   [junit4]   2> 861146 INFO  (jetty-launcher-1026-thread-3) [    ] 
o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 861146 INFO  (jetty-launcher-1026-thread-1) [    ] 
o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 861146 INFO  (jetty-launcher-1026-thread-3) [    ] 
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 861145 ERROR (jetty-launcher-1026-thread-2) [    ] 
o.a.s.s.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be 
missing or incomplete.
   [junit4]   2> 861146 INFO  (jetty-launcher-1026-thread-3) [    ] 
o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 
2017-03-03T05:14:10.563129Z
   [junit4]   2> 861146 INFO  (jetty-launcher-1026-thread-2) [    ] 
o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr™ version 
7.0.0
   [junit4]   2> 861146 INFO  (jetty-launcher-1026-thread-1) [    ] 
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 861146 INFO  (jetty-launcher-1026-thread-2) [    ] 
o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 861146 INFO  (jetty-launcher-1026-thread-1) [    ] 
o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 
2017-03-03T05:14:10.563276Z
   [junit4]   2> 861146 INFO  (jetty-launcher-1026-thread-2) [    ] 
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 861146 INFO  (jetty-launcher-1026-thread-2) [    ] 
o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 
2017-03-03T05:14:10.563365Z
   [junit4]   2> 861148 INFO  (jetty-launcher-1026-thread-4) [    ] 
o.e.j.s.Server jetty-9.3.14.v20161028
   [junit4]   2> 861148 INFO  (jetty-launcher-1026-thread-2) [    ] 
o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 861149 INFO  (jetty-launcher-1026-thread-4) [    ] 
o.e.j.s.h.ContextHandler Started 
o.e.j.s.ServletContextHandler@433d6af5{/solr,null,AVAILABLE}
   [junit4]   2> 861149 INFO  (jetty-launcher-1026-thread-4) [    ] 
o.e.j.s.AbstractConnector Started ServerConnector@1fd2298f{SSL,[ssl, 
http/1.1]}{127.0.0.1:42092}
   [junit4]   2> 861149 INFO  (jetty-launcher-1026-thread-4) [    ] 
o.e.j.s.Server Started @863049ms
   [junit4]   2> 861149 INFO  (jetty-launcher-1026-thread-4) [    ] 
o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, 
hostPort=42092}
   [junit4]   2> 861149 INFO  (jetty-launcher-1026-thread-3) [    ] 
o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 861149 INFO  (jetty-launcher-1026-thread-1) [    ] 
o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 861150 ERROR (jetty-launcher-1026-thread-4) [    ] 
o.a.s.s.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be 
missing or incomplete.
   [junit4]   2> 861150 INFO  (jetty-launcher-1026-thread-4) [    ] 
o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr™ version 
7.0.0
   [junit4]   2> 861150 INFO  (jetty-launcher-1026-thread-4) [    ] 
o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 861150 INFO  (jetty-launcher-1026-thread-4) [    ] 
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 861150 INFO  (jetty-launcher-1026-thread-4) [    ] 
o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 
2017-03-03T05:14:10.567270Z
   [junit4]   2> 861166 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 0x15a9296f2940002, 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.base/java.lang.Thread.run(Thread.java:844)
   [junit4]   2> 861167 INFO  (jetty-launcher-1026-thread-4) [    ] 
o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 861169 INFO  (jetty-launcher-1026-thread-2) [    ] 
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:42169/solr
   [junit4]   2> 861171 INFO  (jetty-launcher-1026-thread-1) [    ] 
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:42169/solr
   [junit4]   2> 861177 INFO  (jetty-launcher-1026-thread-3) [    ] 
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:42169/solr
   [junit4]   2> 861185 INFO  (jetty-launcher-1026-thread-4) [    ] 
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:42169/solr
   [junit4]   2> 861188 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 0x15a9296f294000b, 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.base/java.lang.Thread.run(Thread.java:844)
   [junit4]   2> 861201 INFO  (jetty-launcher-1026-thread-3) [    ] 
o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 861201 INFO  (jetty-launcher-1026-thread-1) [    ] 
o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 861201 INFO  (jetty-launcher-1026-thread-4) [    ] 
o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 861201 INFO  (jetty-launcher-1026-thread-2) [    ] 
o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 861201 INFO  (jetty-launcher-1026-thread-3) [    ] 
o.a.s.c.OverseerElectionContext I am going to be the leader 127.0.0.1:43890_solr
   [junit4]   2> 861202 INFO  (jetty-launcher-1026-thread-1) [    ] 
o.a.s.c.ZkController Register node as live in 
ZooKeeper:/live_nodes/127.0.0.1:42404_solr
   [junit4]   2> 861202 INFO  (jetty-launcher-1026-thread-4) [    ] 
o.a.s.c.ZkController Register node as live in 
ZooKeeper:/live_nodes/127.0.0.1:42092_solr
   [junit4]   2> 861202 INFO  (jetty-launcher-1026-thread-2) [    ] 
o.a.s.c.ZkController Register node as live in 
ZooKeeper:/live_nodes/127.0.0.1:41340_solr
   [junit4]   2> 861202 INFO  (jetty-launcher-1026-thread-3) [    ] 
o.a.s.c.Overseer Overseer 
(id=97551518954422282-127.0.0.1:43890_solr-n_0000000000) starting
   [junit4]   2> 861203 INFO  (zkCallback-1043-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 861204 INFO  (zkCallback-1046-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (2)
   [junit4]   2> 861204 INFO  (zkCallback-1048-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (2)
   [junit4]   2> 861204 INFO  (zkCallback-1043-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (3)
   [junit4]   2> 861204 INFO  (zkCallback-1046-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 861204 INFO  (zkCallback-1048-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 861207 INFO  (zkCallback-1042-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (3)
   [junit4]   2> 861209 INFO  (jetty-launcher-1026-thread-3) [    ] 
o.a.s.c.ZkController Register node as live in 
ZooKeeper:/live_nodes/127.0.0.1:43890_solr
   [junit4]   2> 861211 INFO  (zkCallback-1042-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 861211 INFO  (zkCallback-1043-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 861212 INFO  (zkCallback-1046-thread-2) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 861212 INFO  (zkCallback-1048-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 861316 INFO  (jetty-launcher-1026-thread-3) [    ] 
o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath 
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.CollectionsAPIDistributedZkTest_ED06E16D2F7E2C9F-001/tempDir-001/node3/.
   [junit4]   2> 861383 INFO  (jetty-launcher-1026-thread-1) [    ] 
o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath 
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.CollectionsAPIDistributedZkTest_ED06E16D2F7E2C9F-001/tempDir-001/node1/.
   [junit4]   2> 861392 INFO  (jetty-launcher-1026-thread-2) [    ] 
o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath 
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.CollectionsAPIDistributedZkTest_ED06E16D2F7E2C9F-001/tempDir-001/node2/.
   [junit4]   2> 861437 INFO  (jetty-launcher-1026-thread-4) [    ] 
o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath 
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.CollectionsAPIDistributedZkTest_ED06E16D2F7E2C9F-001/tempDir-001/node4/.
   [junit4]   2> 862253 INFO  
(SUITE-CollectionsAPIDistributedZkTest-seed#[ED06E16D2F7E2C9F]-worker) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (4)
   [junit4]   2> 862254 INFO  
(SUITE-CollectionsAPIDistributedZkTest-seed#[ED06E16D2F7E2C9F]-worker) [    ] 
o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:42169/solr ready
   [junit4]   2> 862276 INFO  
(TEST-CollectionsAPIDistributedZkTest.testCollectionReload-seed#[ED06E16D2F7E2C9F])
 [    ] o.a.s.SolrTestCaseJ4 ###Starting testCollectionReload
   [junit4]   2> 862276 INFO  
(TEST-CollectionsAPIDistributedZkTest.testCollectionReload-seed#[ED06E16D2F7E2C9F])
 [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (4)
   [junit4]   2> 862296 INFO  (qtp141338818-7216) [    ] 
o.a.s.h.a.CollectionsHandler Invoked Collection Action :create with params 
replicationFactor=2&collection.configName=conf&name=reloaded_collection&action=CREATE&numShards=2&wt=javabin&version=2
 and sendToOCPQueue=true
   [junit4]   2> 862298 INFO  (OverseerThreadFactory-3304-thread-1) [    ] 
o.a.s.c.CreateCollectionCmd Create collection reloaded_collection
   [junit4]   2> 862410 INFO  (qtp141338818-7237) [    ] o.a.s.u.TestInjection 
Inject random core creation delay of 2s
   [junit4]   2> 862428 INFO  (qtp1215076003-7235) [    ] o.a.s.u.TestInjection 
Inject random core creation delay of 2s
   [junit4]   2> 862429 INFO  (qtp648765650-7218) [    ] o.a.s.u.TestInjection 
Inject random core creation delay of 2s
   [junit4]   2> 862434 INFO  (qtp320473194-7250) [    ] o.a.s.u.TestInjection 
Inject random core creation delay of 2s
   [junit4]   2> 864410 INFO  (qtp141338818-7237) [    ] 
o.a.s.h.a.CoreAdminOperation core create command 
qt=/admin/cores&collection.configName=conf&newCollection=true&name=reloaded_collection_shard2_replica2&action=CREATE&numShards=2&collection=reloaded_collection&shard=shard2&wt=javabin&version=2
   [junit4]   2> 864412 INFO  (zkCallback-1043-thread-1) [    ] 
o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent 
state:SyncConnected type:NodeDataChanged 
path:/collections/reloaded_collection/state.json] for collection 
[reloaded_collection] has occurred - updating... (live nodes size: [4])
   [junit4]   2> 864429 INFO  (qtp1215076003-7235) [    ] 
o.a.s.h.a.CoreAdminOperation core create command 
qt=/admin/cores&collection.configName=conf&newCollection=true&name=reloaded_collection_shard1_replica2&action=CREATE&numShards=2&collection=reloaded_collection&shard=shard1&wt=javabin&version=2
   [junit4]   2> 864429 INFO  (qtp648765650-7218) [    ] 
o.a.s.h.a.CoreAdminOperation core create command 
qt=/admin/cores&collection.configName=conf&newCollection=true&name=reloaded_collection_shard2_replica1&action=CREATE&numShards=2&collection=reloaded_collection&shard=shard2&wt=javabin&version=2
   [junit4]   2> 864434 INFO  (qtp320473194-7250) [    ] 
o.a.s.h.a.CoreAdminOperation core create command 
qt=/admin/cores&collection.configName=conf&newCollection=true&name=reloaded_collection_shard1_replica1&action=CREATE&numShards=2&collection=reloaded_collection&shard=shard1&wt=javabin&version=2
   [junit4]   2> 864538 INFO  (zkCallback-1048-thread-1) [    ] 
o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent 
state:SyncConnected type:NodeDataChanged 
path:/collections/reloaded_collection/state.json] for collection 
[reloaded_collection] has occurred - updating... (live nodes size: [4])
   [junit4]   2> 864538 INFO  (zkCallback-1043-thread-1) [    ] 
o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent 
state:SyncConnected type:NodeDataChanged 
path:/collections/reloaded_collection/state.json] for collection 
[reloaded_collection] has occurred - updating... (live nodes size: [4])
   [junit4]   2> 864538 INFO  (zkCallback-1042-thread-1) [    ] 
o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent 
state:SyncConnected type:NodeDataChanged 
path:/collections/reloaded_collection/state.json] for collection 
[reloaded_collection] has occurred - updating... (live nodes size: [4])
   [junit4]   2> 864538 INFO  (zkCallback-1046-thread-1) [    ] 
o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent 
state:SyncConnected type:NodeDataChanged 
path:/collections/reloaded_collection/state.json] for collection 
[reloaded_collection] has occurred - updating... (live nodes size: [4])
   [junit4]   2> 865417 INFO  (qtp141338818-7237) [    ] o.a.s.c.SolrConfig 
Using Lucene MatchVersion: 7.0.0
   [junit4]   2> 865433 INFO  (qtp141338818-7237) [    ] o.a.s.s.IndexSchema 
[reloaded_collection_shard2_replica2] Schema name=minimal
   [junit4]   2> 865435 INFO  (qtp141338818-7237) [    ] o.a.s.s.IndexSchema 
Loaded schema minimal/1.1 with uniqueid field id
   [junit4]   2> 865435 INFO  (qtp141338818-7237) [    ] o.a.s.c.CoreContainer 
Creating SolrCore 'reloaded_collection_shard2_replica2' using configuration 
from collection reloaded_collection
   [junit4]   2> 865436 INFO  (qtp1215076003-7235) [    ] o.a.s.c.SolrConfig 
Using Lucene MatchVersion: 7.0.0
   [junit4]   2> 865436 INFO  (qtp141338818-7237) [    ] o.a.s.c.SolrCore 
[[reloaded_collection_shard2_replica2] ] Opening new SolrCore at 
[/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.CollectionsAPIDistributedZkTest_ED06E16D2F7E2C9F-001/tempDir-001/node1/reloaded_collection_shard2_replica2],
 
dataDir=[/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.CollectionsAPIDistributedZkTest_ED06E16D2F7E2C9F-001/tempDir-001/node1/./reloaded_collection_shard2_replica2/data/]
   [junit4]   2> 865442 INFO  (qtp320473194-7250) [    ] o.a.s.c.SolrConfig 
Using Lucene MatchVersion: 7.0.0
   [junit4]   2> 865443 INFO  (qtp648765650-7218) [    ] o.a.s.c.SolrConfig 
Using Lucene MatchVersion: 7.0.0
   [junit4]   2> 865444 INFO  (qtp1215076003-7235) [    ] o.a.s.s.IndexSchema 
[reloaded_collection_shard1_replica2] Schema name=minimal
   [junit4]   2> 865448 INFO  (qtp1215076003-7235) [    ] o.a.s.s.IndexSchema 
Loaded schema minimal/1.1 with uniqueid field id
   [junit4]   2> 865459 INFO  (qtp1215076003-7235) [    ] o.a.s.c.CoreContainer 
Creating SolrCore 'reloaded_collection_shard1_replica2' using configuration 
from collection reloaded_collection
   [junit4]   2> 865459 INFO  (qtp1215076003-7235) [    ] o.a.s.c.SolrCore 
[[reloaded_collection_shard1_replica2] ] Opening new SolrCore at 
[/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.CollectionsAPIDistributedZkTest_ED06E16D2F7E2C9F-001/tempDir-001/node3/reloaded_collection_shard1_replica2],
 
dataDir=[/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.CollectionsAPIDistributedZkTest_ED06E16D2F7E2C9F-001/tempDir-001/node3/./reloaded_collection_shard1_replica2/data/]
   [junit4]   2> 865460 INFO  (qtp320473194-7250) [    ] o.a.s.s.IndexSchema 
[reloaded_collection_shard1_replica1] Schema name=minimal
   [junit4]   2> 865461 INFO  (qtp648765650-7218) [    ] o.a.s.s.IndexSchema 
[reloaded_collection_shard2_replica1] Schema name=minimal
   [junit4]   2> 865462 INFO  (qtp320473194-7250) [    ] o.a.s.s.IndexSchema 
Loaded schema minimal/1.1 with uniqueid field id
   [junit4]   2> 865462 INFO  (qtp320473194-7250) [    ] o.a.s.c.CoreContainer 
Creating SolrCore 'reloaded_collection_shard1_replica1' using configuration 
from collection reloaded_collection
   [junit4]   2> 865463 INFO  (qtp320473194-7250) [    ] o.a.s.c.SolrCore 
[[reloaded_collection_shard1_replica1] ] Opening new SolrCore at 
[/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.CollectionsAPIDistributedZkTest_ED06E16D2F7E2C9F-001/tempDir-001/node4/reloaded_collection_shard1_replica1],
 
dataDir=[/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.CollectionsAPIDistributedZkTest_ED06E16D2F7E2C9F-001/tempDir-001/node4/./reloaded_collection_shard1_replica1/data/]
   [junit4]   2> 865463 INFO  (qtp648765650-7218) [    ] o.a.s.s.IndexSchema 
Loaded schema minimal/1.1 with uniqueid field id
   [junit4]   2> 865464 INFO  (qtp648765650-7218) [    ] o.a.s.c.CoreContainer 
Creating SolrCore 'reloaded_collection_shard2_replica1' using configuration 
from collection reloaded_collection
   [junit4]   2> 865464 INFO  (qtp648765650-7218) [    ] o.a.s.c.SolrCore 
[[reloaded_collection_shard2_replica1] ] Opening new SolrCore at 
[/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.CollectionsAPIDistributedZkTest_ED06E16D2F7E2C9F-001/tempDir-001/node2/reloaded_collection_shard2_replica1],
 
dataDir=[/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.CollectionsAPIDistributedZkTest_ED06E16D2F7E2C9F-001/tempDir-001/node2/./reloaded_collection_shard2_replica1/data/]
   [junit4]   2> 865665 INFO  (qtp141338818-7237) [    ] o.a.s.u.UpdateHandler 
Using UpdateLog implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 865665 INFO  (qtp141338818-7237) [    ] o.a.s.u.UpdateLog 
Initializing UpdateLog: dataDir=null defaultSyncLevel=FLUSH 
numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 865666 INFO  (qtp141338818-7237) [    ] o.a.s.u.CommitTracker 
Hard AutoCommit: disabled
   [junit4]   2> 865666 INFO  (qtp141338818-7237) [    ] o.a.s.u.CommitTracker 
Soft AutoCommit: disabled
   [junit4]   2> 865666 INFO  (qtp141338818-7237) [    ] 
o.a.s.s.SolrIndexSearcher Opening 
[Searcher@f8b5da7[reloaded_collection_shard2_replica2] main]
   [junit4]   2> 865667 INFO  (qtp141338818-7237) [    ] 
o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: 
/configs/conf
   [junit4]   2> 865667 INFO  (qtp141338818-7237) [    ] 
o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using 
ZooKeeperStorageIO:path=/configs/conf
   [junit4]   2> 865667 INFO  (qtp141338818-7237) [    ] 
o.a.s.h.ReplicationHandler Commits will be reserved for  10000
   [junit4]   2> 865667 INFO  (searcherExecutor-3313-thread-1) [    ] 
o.a.s.c.SolrCore [reloaded_collection_shard2_replica2] Registered new searcher 
Searcher@f8b5da7[reloaded_collection_shard2_replica2] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 865667 INFO  (qtp141338818-7237) [    ] o.a.s.u.UpdateLog 
Could not find max version in index or recent updates, using new clock 
1560824308127760384
   [junit4]   2> 865669 INFO  (qtp320473194-7250) [    ] o.a.s.u.UpdateHandler 
Using UpdateLog implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 865669 INFO  (qtp320473194-7250) [    ] o.a.s.u.UpdateLog 
Initializing UpdateLog: dataDir=null defaultSyncLevel=FLUSH 
numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 865670 INFO  (qtp1215076003-7235) [    ] o.a.s.u.UpdateHandler 
Using UpdateLog implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 865670 INFO  (qtp1215076003-7235) [    ] o.a.s.u.UpdateLog 
Initializing UpdateLog: dataDir=null defaultSyncLevel=FLUSH 
numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 865671 INFO  (qtp1215076003-7235) [    ] o.a.s.u.CommitTracker 
Hard AutoCommit: disabled
   [junit4]   2> 865671 INFO  (qtp1215076003-7235) [    ] o.a.s.u.CommitTracker 
Soft AutoCommit: disabled
   [junit4]   2> 865671 INFO  (qtp320473194-7250) [    ] o.a.s.u.CommitTracker 
Hard AutoCommit: disabled
   [junit4]   2> 865671 INFO  (qtp320473194-7250) [    ] o.a.s.u.CommitTracker 
Soft AutoCommit: disabled
   [junit4]   2> 865671 INFO  (qtp1215076003-7235) [    ] 
o.a.s.s.SolrIndexSearcher Opening 
[Searcher@2c8d37c8[reloaded_collection_shard1_replica2] main]
   [junit4]   2> 865671 INFO  (qtp320473194-7250) [    ] 
o.a.s.s.SolrIndexSearcher Opening 
[Searcher@74825e31[reloaded_collection_shard1_replica1] main]
   [junit4]   2> 865672 INFO  (qtp1215076003-7235) [    ] 
o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: 
/configs/conf
   [junit4]   2> 865672 INFO  (qtp320473194-7250) [    ] 
o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: 
/configs/conf
   [junit4]   2> 865672 INFO  (qtp141338818-7237) [    ] 
o.a.s.c.ShardLeaderElectionContext Waiting until we see more replicas up for 
shard shard2: total=2 found=1 timeoutin=9999ms
   [junit4]   2> 865672 INFO  (qtp1215076003-7235) [    ] 
o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using 
ZooKeeperStorageIO:path=/configs/conf
   [junit4]   2> 865672 INFO  (qtp320473194-7250) [    ] 
o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using 
ZooKeeperStorageIO:path=/configs/conf
   [junit4]   2> 865672 INFO  (qtp1215076003-7235) [    ] 
o.a.s.h.ReplicationHandler Commits will be reserved for  10000
   [junit4]   2> 865672 INFO  (qtp320473194-7250) [    ] 
o.a.s.h.ReplicationHandler Commits will be reserved for  10000
   [junit4]   2> 865672 INFO  (searcherExecutor-3315-thread-1) [    ] 
o.a.s.c.SolrCore [reloaded_collection_shard1_replica1] Registered new searcher 
Searcher@74825e31[reloaded_collection_shard1_replica1] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 865672 INFO  (qtp1215076003-7235) [    ] o.a.s.u.UpdateLog 
Could not find max version in index or recent updates, using new clock 
1560824308133003264
   [junit4]   2> 865672 INFO  (qtp320473194-7250) [    ] o.a.s.u.UpdateLog 
Could not find max version in index or recent updates, using new clock 
1560824308133003264
   [junit4]   2> 865672 INFO  (searcherExecutor-3314-thread-1) [    ] 
o.a.s.c.SolrCore [reloaded_collection_shard1_replica2] Registered new searcher 
Searcher@2c8d37c8[reloaded_collection_shard1_replica2] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 865677 INFO  (qtp1215076003-7235) [    ] 
o.a.s.c.ShardLeaderElectionContext Enough replicas found to continue.
   [junit4]   2> 865677 INFO  (qtp1215076003-7235) [    ] 
o.a.s.c.ShardLeaderElectionContext I may be the new leader - try and sync
   [junit4]   2> 865677 INFO  (qtp1215076003-7235) [    ] o.a.s.c.SyncStrategy 
Sync replicas to 
https://127.0.0.1:43890/solr/reloaded_collection_shard1_replica2/
   [junit4]   2> 865677 INFO  (qtp1215076003-7235) [    ] o.a.s.u.PeerSync 
PeerSync: core=reloaded_collection_shard1_replica2 
url=https://127.0.0.1:43890/solr START 
replicas=[https://127.0.0.1:42092/solr/reloaded_collection_shard1_replica1/] 
nUpdates=100
   [junit4]   2> 865677 INFO  (qtp1215076003-7235) [    ] o.a.s.u.PeerSync 
PeerSync: core=reloaded_collection_shard1_replica2 
url=https://127.0.0.1:43890/solr DONE.  We have no versions.  sync failed.
   [junit4]   2> 865680 INFO  (qtp320473194-7259) [    ] o.a.s.c.S.Request 
[reloaded_collection_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> 865680 INFO  (qtp1215076003-7235) [    ] o.a.s.c.SyncStrategy 
Leader's attempt to sync with shard failed, moving to the next candidate
   [junit4]   2> 865680 INFO  (qtp1215076003-7235) [    ] 
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> 865680 INFO  (qtp1215076003-7235) [    ] 
o.a.s.c.ShardLeaderElectionContext Found all replicas participating in 
election, clear LIR
   [junit4]   2> 865681 INFO  (qtp1215076003-7235) [    ] 
o.a.s.c.ShardLeaderElectionContext I am the new leader: 
https://127.0.0.1:43890/solr/reloaded_collection_shard1_replica2/ shard1
   [junit4]   2> 865767 INFO  (qtp648765650-7218) [    ] o.a.s.u.UpdateHandler 
Using UpdateLog implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 865767 INFO  (qtp648765650-7218) [    ] o.a.s.u.UpdateLog 
Initializing UpdateLog: dataDir=null defaultSyncLevel=FLUSH 
numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 865768 INFO  (qtp648765650-7218) [    ] o.a.s.u.CommitTracker 
Hard AutoCommit: disabled
   [junit4]   2> 865768 INFO  (qtp648765650-7218) [    ] o.a.s.u.CommitTracker 
Soft AutoCommit: disabled
   [junit4]   2> 865768 INFO  (qtp648765650-7218) [    ] 
o.a.s.s.SolrIndexSearcher Opening 
[Searcher@575fb977[reloaded_collection_shard2_replica1] main]
   [junit4]   2> 865769 INFO  (qtp648765650-7218) [    ] 
o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: 
/configs/conf
   [junit4]   2> 865769 INFO  (qtp648765650-7218) [    ] 
o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using 
ZooKeeperStorageIO:path=/configs/conf
   [junit4]   2> 865769 INFO  (qtp648765650-7218) [    ] 
o.a.s.h.ReplicationHandler Commits will be reserved for  10000
   [junit4]   2> 865769 INFO  (searcherExecutor-3316-thread-1) [    ] 
o.a.s.c.SolrCore [reloaded_collection_shard2_replica1] Registered new searcher 
Searcher@575fb977[reloaded_collection_shard2_replica1] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 865769 INFO  (qtp648765650-7218) [    ] o.a.s.u.UpdateLog 
Could not find max version in index or recent updates, using new clock 
1560824308234715136
   [junit4]   2> 865782 INFO  (zkCallback-1048-thread-1) [    ] 
o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent 
state:SyncConnected type:NodeDataChanged 
path:/collections/reloaded_collection/state.json] for collection 
[reloaded_collection] has occurred - updating... (live nodes size: [4])
   [junit4]   2> 865782 INFO  (zkCallback-1042-thread-1) [    ] 
o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent 
state:SyncConnected type:NodeDataChanged 
path:/collections/reloaded_collection/state.json] for collection 
[reloaded_collection] has occurred - updating... (live nodes size: [4])
   [junit4]   2> 865782 INFO  (zkCallback-1046-thread-3) [    ] 
o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent 
state:SyncConnected type:NodeDataChanged 
path:/collections/reloaded_collection/state.json] for collection 
[reloaded_collection] has occurred - updating... (live nodes size: [4])
   [junit4]   2> 865782 INFO  (zkCallback-1043-thread-1) [    ] 
o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent 
state:SyncConnected type:NodeDataChanged 
path:/collections/reloaded_collection/state.json] for collection 
[reloaded_collection] has occurred - updating... (live nodes size: [4])
   [junit4]   2> 865798 INFO  (qtp1215076003-7235) [    ] o.a.s.c.ZkController 
I am the leader, no recovery necessary
   [junit4]   2> 865799 INFO  (qtp1215076003-7235) [    ] o.a.s.s.HttpSolrCall 
[admin] webapp=null path=/admin/cores 
params={qt=/admin/cores&collection.configName=conf&newCollection=true&name=reloaded_collection_shard1_replica2&action=CREATE&numShards=2&collection=reloaded_collection&shard=shard1&wt=javabin&version=2}
 status=0 QTime=3371
   [junit4]   2> 865899 INFO  (zkCallback-1048-thread-1) [    ] 
o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent 
state:SyncConnected type:NodeDataChanged 
path:/collections/reloaded_collection/state.json] for collection 
[reloaded_collection] has occurred - updating... (live nodes size: [4])
   [junit4]   2> 865899 INFO  (zkCallback-1043-thread-1) [    ] 
o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent 
state:SyncConnected type:NodeDataChanged 
path:/collections/reloaded_collection/state.json] for collection 
[reloaded_collection] has occurred - updating... (live nodes size: [4])
   [junit4]   2> 865899 INFO  (zkCallback-1046-thread-2) [    ] 
o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent 
state:SyncConnected type:NodeDataChanged 
path:/collections/reloaded_collection/state.json] for collection 
[reloaded_collection] has occurred - updating... (live nodes size: [4])
   [junit4]   2> 865899 INFO  (zkCallback-1042-thread-1) [    ] 
o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent 
state:SyncConnected type:NodeDataChanged 
path:/collections/reloaded_collection/state.json] for collection 
[reloaded_collection] has occurred - updating... (live nodes size: [4])
   [junit4]   2> 866172 INFO  (qtp141338818-7237) [    ] 
o.a.s.c.ShardLeaderElectionContext Enough replicas found to continue.
   [junit4]   2> 866172 INFO  (qtp141338818-7237) [    ] 
o.a.s.c.ShardLeaderElectionContext I may be the new leader - try and sync
   [junit4]   2> 866172 INFO  (qtp141338818-7237) [    ] o.a.s.c.SyncStrategy 
Sync replicas to 
https://127.0.0.1:42404/solr/reloaded_collection_shard2_replica2/
   [junit4]   2> 866172 INFO  (qtp141338818-7237) [    ] o.a.s.u.PeerSync 
PeerSync: core=reloaded_collection_shard2_replica2 
url=https://127.0.0.1:42404/solr START 
replicas=[https://127.0.0.1:41340/solr/reloaded_collection_shard2_replica1/] 
nUpdates=100
   [junit4]   2> 866173 INFO  (qtp141338818-7237) [    ] o.a.s.u.PeerSync 
PeerSync: core=reloaded_collection_shard2_replica2 
url=https://127.0.0.1:42404/solr DONE.  We have no versions.  sync failed.
   [junit4]   2> 866176 INFO  (qtp648765650-7239) [    ] o.a.s.c.S.Request 
[reloaded_collection_shard2_replica1]  webapp=/solr path=/get 
params={distrib=false&qt=/get&fingerprint=false&getVersions=100&wt=javabin&version=2}
 status=0 QTime=0
   [junit4]   2> 866176 INFO  (qtp141338818-7237) [    ] o.a.s.c.SyncStrategy 
Leader's attempt to sync with shard failed, moving to the next candidate
   [junit4]   2> 866176 INFO  (qtp141338818-7237) [    ] 
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> 866176 INFO  (qtp141338818-7237) [    ] 
o.a.s.c.ShardLeaderElectionContext Found all replicas participating in 
election, clear LIR
   [junit4]   2> 866178 INFO  (qtp141338818-7237) [    ] 
o.a.s.c.ShardLeaderElectionContext I am the new leader: 
https://127.0.0.1:42404/solr/reloaded_collection_shard2_replica2/ shard2
   [junit4]   2> 866280 INFO  (zkCallback-1043-thread-1) [    ] 
o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent 
state:SyncConnected type:NodeDataChanged 
path:/collections/reloaded_collection/state.json] for collection 
[reloaded_collection] has occurred - updating... (live nodes size: [4])
   [junit4]   2> 866280 INFO  (zkCallback-1042-thread-1) [    ] 
o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent 
state:SyncConnected type:NodeDataChanged 
path:/collections/reloaded_collection/state.json] for collection 
[reloaded_collection] has occurred - updating... (live nodes size: [4])
   [junit4]   2> 866280 INFO  (zkCallback-1046-thread-3) [    ] 
o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent 
state:SyncConnected type:NodeDataChanged 
path:/collections/reloaded_collection/state.json] for collection 
[reloaded_collection] has occurred - updating... (live nodes size: [4])
   [junit4]   2> 866280 INFO  (zkCallback-1048-thread-1) [    ] 
o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent 
state:SyncConnected type:NodeDataChanged 
path:/collections/reloaded_collection/state.json] for collection 
[reloaded_collection] has occurred - updating... (live nodes size: [4])
   [junit4]   2> 866329 INFO  (qtp141338818-7237) [    ] o.a.s.c.ZkController I 
am the leader, no recovery necessary
   [junit4]   2> 866330 INFO  (qtp141338818-7237) [    ] o.a.s.s.HttpSolrCall 
[admin] webapp=null path=/admin/cores 
params={qt=/admin/cores&collection.configName=conf&newCollection=true&name=reloaded_collection_shard2_replica2&action=CREATE&numShards=2&collection=reloaded_collection&shard=shard2&wt=javabin&version=2}
 status=0 QTime=3921
   [junit4]   2> 866432 INFO  (zkCallback-1048-thread-1) [    ] 
o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent 
state:SyncConnected type:NodeDataChanged 
path:/collections/reloaded_collection/state.json] for collection 
[reloaded_collection] has occurred - updating... (live nodes size: [4])
   [junit4]   2> 866432 INFO  (zkCallback-1046-thread-2) [    ] 
o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent 
state:SyncConnected type:NodeDataChanged 
path:/collections/reloaded_collection/state.json] for collection 
[reloaded_collection] has occurred - updating... (live nodes size: [4])
   [junit4]   2> 866432 INFO  (zkCallback-1043-thread-1) [    ] 
o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent 
state:SyncConnected type:NodeDataChanged 
path:/collections/reloaded_collection/state.json] for collection 
[reloaded_collection] has occurred - updating... (live nodes size: [4])
   [junit4]   2> 866432 INFO  (zkCallback-1042-thread-1) [    ] 
o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent 
state:SyncConnected type:NodeDataChanged 
path:/collections/reloaded_collection/state.json] for collection 
[reloaded_collection] has occurred - updating... (live nodes size: [4])
   [junit4]   2> 866679 INFO  (qtp320473194-7250) [    ] o.a.s.s.HttpSolrCall 
[admin] webapp=null path=/admin/cores 
params={qt=/admin/cores&collection.configName=conf&newCollection=true&name=reloaded_collection_shard1_replica1&action=CREATE&numShards=2&collection=reloaded_collection&shard=shard1&wt=javabin&version=2}
 status=0 QTime=4245
   [junit4]   2> 866774 INFO  (qtp648765650-7218) [    ] o.a.s.s.HttpSolrCall 
[admin] webapp=null path=/admin/cores 
params={qt=/admin/cores&collection.configName=conf&newCollection=true&name=reloaded_collection_shard2_replica1&action=CREATE&numShards=2&collection=reloaded_collection&shard=shard2&wt=javabin&version=2}
 status=0 QTime=4344
   [junit4]   2> 866777 INFO  (qtp141338818-7216) [    ] 
o.a.s.h.a.CollectionsHandler Wait for new collection to be active for at most 
30 seconds. Check all shard replicas
   [junit4]   2> 866877 INFO  (zkCallback-1043-thread-1) [    ] 
o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent 
state:SyncConnected type:NodeDataChanged 
path:/collections/reloaded_collection/state.json] for collection 
[reloaded_collection] has occurred - updating... (live nodes size: [4])
   [junit4]   2> 866877 INFO  (zkCallback-1042-thread-1) [    ] 
o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent 
state:SyncConnected type:NodeDataChanged 
path:/collections/reloaded_collection/state.json] for collection 
[reloaded_collection] has occurred - updating... (live nodes size: [4])
   [junit4]   2> 866877 INFO  (zkCallback-1048-thread-1) [    ] 
o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent 
state:SyncConnected type:NodeDataChanged 
path:/collections/reloaded_collection/state.json] for collection 
[reloaded_collection] has occurred - updating... (live nodes size: [4])
   [junit4]   2> 866877 INFO  (zkCallback-1046-thread-3) [    ] 
o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent 
state:SyncConnected type:NodeDataChanged 
path:/collections/reloaded_collection/state.json] for collection 
[reloaded_collection] has occurred - updating... (live nodes size: [4])
   [junit4]   2> 867777 INFO  (qtp141338818-7216) [    ] o.a.s.s.HttpSolrCall 
[admin] webapp=null path=/admin/collections 
params={replicationFactor=2&collection.configName=conf&name=reloaded_collection&action=CREATE&numShards=2&wt=javabin&version=2}
 status=0 QTime=5480
   [junit4]   2> 867787 INFO  (qtp1215076003-7232) [    ] o.a.s.s.HttpSolrCall 
[admin] webapp=null path=/admin/cores 
params={action=STATUS&indexInfo=false&wt=javabin&version=2} status=0 QTime=0
   [junit4]   2> 867801 INFO  (qtp320473194-7254) [    ] o.a.s.s.HttpSolrCall 
[admin] webapp=null path=/admin/cores 
params={action=STATUS&indexInfo=false&wt=javabin&version=2} status=0 QTime=0
   [junit4]   2> 867815 INFO  (qtp141338818-7216) [    ] o.a.s.s.HttpSolrCall 
[admin] webapp=null path=/admin/cores 
params={action=STATUS&indexInfo=false&wt=javabin&version=2} status=0 QTime=0
   [junit4]   2> 867830 INFO  (qtp648765650-7239) [    ] o.a.s.s.HttpSolrCall 
[admin] webapp=null path=/admin/cores 
params={action=STATUS&indexInfo=false&wt=javabin&version=2} status=0 QTime=0
   [junit4]   2> 867831 INFO  (qtp141338818-7231) [    ] 
o.a.s.h.a.CollectionsHandler Invoked Collection Action :reload with params 
async=c5dabbbb-3efa-45af-89b6-64b986279974&name=reloaded_collection&action=RELOAD&wt=javabin&version=2
 and sendToOCPQueue=true
   [junit4]   2> 867832 INFO  (qtp141338818-7231) [    ] o.a.s.s.HttpSolrCall 
[admin] webapp=null path=/admin/collections 
params={async=c5dabbbb-3efa-45af-89b6-64b986279974&name=reloaded_collection&action=RELOAD&wt=javabin&version=2}
 status=0 QTime=1
   [junit4]   2> 867835 INFO  
(OverseerCollectionConfigSetProcessor-97551518954422282-127.0.0.1:43890_solr-n_0000000000)
 [    ] 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> 867837 INFO  (qtp1215076003-7223) [    ] o.a.s.s.HttpSolrCall 
[admin] webapp=null path=/admin/cores 
params={action=STATUS&indexInfo=false&wt=javabin&version=2} status=0 QTime=0
   [junit4]   2> 867838 INFO  (OverseerThreadFactory-3304-thread-2) [    ] 
o.a.s.c.OverseerCollectionMessageHandler Executing Collection Cmd : 
action=RELOAD
   [junit4]   2> 867841 INFO  (qtp1215076003-7217) [    ] o.a.s.s.HttpSolrCall 
[admin] webapp=null path=/admin/cores 
params={core=reloaded_collection_shard1_replica2&async=c5dabbbb-3efa-45af-89b6-64b9862799747224542512222633&qt=/admin/cores&action=RELOAD&wt=javabin&version=2}
 status=0 QTime=0
   [junit4]   2> 867842 INFO  (qtp320473194-7257) [    ] o.a.s.s.HttpSolrCall 
[admin] webapp=null path=/admin/cores 
params={core=reloaded_collection_shard1_replica1&async=c5dabbbb-3efa-45af-89b6-64b9862799747224542512321408&qt=/admin/cores&action=RELOAD&wt=javabin&version=2}
 status=0 QTime=0
   [junit4]   2> 867844 INFO  (qtp141338818-7234) [    ] o.a.s.s.HttpSolrCall 
[admin] webapp=null path=/admin/cores 
params={core=reloaded_collection_shard2_replica2&async=c5dabbbb-3efa-45af-89b6-64b9862799747224542512346371&qt=/admin/cores&action=RELOAD&wt=javabin&version=2}
 status=0 QTime=0
   [junit4]   2> 867854 INFO  (qtp648765650-7233) [    ] o.a.s.s.HttpSolrCall 
[admin] webapp=null path=/admin/cores 
params={core=reloaded_collection_shard2_replica1&async=c5dabbbb-3efa-45af-89b6-64b9862799747224542512368302&qt=/admin/cores&action=RELOAD&wt=javabin&version=2}
 status=0 QTime=0
   [junit4]   2> 867855 INFO  (qtp141338818-7216) [    ] 
o.a.s.h.a.CoreAdminOperation Checking request status for : 
c5dabbbb-3efa-45af-89b6-64b9862799747224542512346371
   [junit4]   2> 867863 INFO  (qtp141338818-7216) [    ] o.a.s.s.HttpSolrCall 
[admin] webapp=null path=/admin/cores 
params={qt=/admin/cores&requestid=c5dabbbb-3efa-45af-89b6-64b9862799747224542512346371&action=REQUESTSTATUS&wt=javabin&version=2}
 status=0 QTime=7
   [junit4]   2> 867869 INFO  (qtp320473194-7255) [    ] o.a.s.s.HttpSolrCall 
[admin] webapp=null path=/admin/cores 
params={action=STATUS&indexInfo=false&wt=javabin&version=2} status=0 QTime=0
   [junit4]   2> 867873 INFO  (parallelCoreAdminExecutor-3306-thread-1) [    ] 
o.a.s.c.SolrConfig Using Lucene MatchVersion: 7.0.0
   [junit4]   2> 867885 INFO  (parallelCoreAdminExecutor-3307-thread-1) [    ] 
o.a.s.c.SolrConfig Using Lucene MatchVersion: 7.0.0
   [junit4]   2> 867913 INFO  (parallelCoreAdminExecutor-3309-thread-1) [    ] 
o.a.s.c.SolrConfig Using Lucene MatchVersion: 7.0.0
   [junit4]   2> 867914 INFO  (parallelCoreAdminExecutor-3306-thread-1) [    ] 
o.a.s.s.IndexSchema [reloaded_collection_shard2_replica2] Schema name=minimal
   [junit4]   2> 867943 INFO  (parallelCoreAdminExecutor-3306-thread-1) [    ] 
o.a.s.s.IndexSchema Loaded schema minimal/1.1 with uniqueid field id
   [junit4]   2> 867946 INFO  (qtp141338818-7234) [    ] o.a.s.s.HttpSolrCall 
[admin] webapp=null path=/admin/cores 
params={action=STATUS&indexInfo=false&wt=javabin&version=2} status=0 QTime=0
   [junit4]   2> 867948 INFO  (parallelCoreAdminExecutor-3307-thread-1) [    ] 
o.a.s.s.IndexSchema [reloaded_collection_shard2_replica1] Schema name=minimal
   [junit4]   2> 867954 INFO  (parallelCoreAdminExecutor-3306-thread-1) [    ] 
o.a.s.c.CoreContainer Reloading SolrCore 'reloaded_collection_shard2_replica2' 
using configuration from collection reloaded_collection
   [junit4]   2> 867955 INFO  (parallelCoreAdminExecutor-3307-thread-1) [    ] 
o.a.s.s.IndexSchema Loaded schema minimal/1.1 with uniqueid field id
   [junit4]   2> 867956 INFO  (parallelCoreAdminExecutor-3307-thread-1) [    ] 
o.a.s.c.CoreContainer Reloading SolrCore 'reloaded_collection_shard2_replica1' 
using configuration from collection reloaded_collection
   [junit4]   2> 867957 INFO  (qtp648765650-7227) [    ] o.a.s.s.HttpSolrCall 
[admin] webapp=null path=/admin/cores 
params={action=STATUS&indexInfo=false&wt=javabin&version=2} status=0 QTime=0
   [junit4]   2> 867962 INFO  (parallelCoreAdminExecutor-3309-thread-1) [    ] 
o.a.s.s.IndexSchema [reloaded_collection_shard1_replica1] Schema name=minimal
   [junit4]   2> 867965 INFO  (parallelCoreAdminExecutor-3309-thread-1) [    ] 
o.a.s.s.IndexSchema Loaded schema minimal/1.1 with uniqueid field id
   [junit4]   2> 867971 INFO  (parallelCoreAdminExecutor-3307-thread-1) [    ] 
o.a.s.c.SolrCore [[reloaded_collection_shard2_replica1] ] Opening new SolrCore 
at 
[/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.CollectionsAPIDistributedZkTest_ED06E16D2F7E2C9F-001/tempDir-001/node2/reloaded_collection_shard2_replica1],
 
dataDir=[/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.CollectionsAPIDistributedZkTest_ED06E16D2F7E2C9F-001/tempDir-001/node2/./reloaded_collection_shard2_replica1/data/]
   [junit4]   2> 867971 INFO  (parallelCoreAdminExecutor-3305-thread-1) [    ] 
o.a.s.c.SolrConfig Using Lucene MatchVersion: 7.0.0
   [junit4]   2> 867968 INFO  (parallelCoreAdminExecutor-3306-thread-1) [    ] 
o.a.s.c.SolrCore [[reloaded_collection_shard2_replica2] ] Opening new SolrCore 
at 
[/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.CollectionsAPIDistributedZkTest_ED06E16D2F7E2C9F-001/tempDir-001/node1/reloaded_collection_shard2_replica2],
 
dataDir=[/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.CollectionsAPIDistributedZkTest_ED06E16D2F7E2C9F-001/tempDir-001/node1/./reloaded_collection_shard2_replica2/data/]
   [junit4]   2> 867981 INFO  (qtp1215076003-7232) [    ] o.a.s.s.HttpSolrCall 
[admin] webapp=null path=/admin/cores 
params={action=STATUS&indexInfo=false&wt=javabin&version=2} status=0 QTime=0
   [junit4]   2> 867983 INFO  (parallelCoreAdminExecutor-3305-thread-1) [    ] 
o.a.s.s.IndexSchema [reloaded_collection_shard1_replica2] Schema name=minimal
   [junit4]   2> 867986 INFO  (parallelCoreAdminExecutor-3305-thread-1) [    ] 
o.a.s.s.IndexSchema Loaded schema minimal/1.1 with uniqueid field id
   [junit4]   2> 867986 INFO  (parallelCoreAdminExecutor-3309-thread-1) [    ] 
o.a.s.c.CoreContainer Reloading SolrCore 'reloaded_collection_shard1_replica1' 
using configuration from collection reloaded_collection
   [junit4]   2> 867988 INFO  (parallelCoreAdminExecutor-3305-thread-1) [    ] 
o.a.s.c.CoreContainer Reloading SolrCore 'reloaded_collection_shard1_replica2' 
using configuration from collection reloaded_collection
   [junit4]   2> 867988 INFO  (parallelCoreAdminExecutor-3309-thread-1) [    ] 
o.a.s.c.SolrCore [[reloaded_collection_shard1_replica1] ] Opening new SolrCore 
at 
[/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.CollectionsAPIDistributedZkTest_ED06E16D2F7E2C9F-001/tempDir-001/node4/reloaded_collection_shard1_replica1],
 
dataDir=[/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.CollectionsAPIDistributedZkTest_ED06E16D2F7E2C9F-001/tempDir-001/node4/./reloaded_collection_shard1_replica1/data/]
   [junit4]   2> 867997 INFO  (parallelCoreAdminExecutor-3305-thread-1) [    ] 
o.a.s.c.SolrCore [[reloaded_collection_shard1_replica2] ] Opening new SolrCore 
at 
[/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.CollectionsAPIDistributedZkTest_ED06E16D2F7E2C9F-001/tempDir-001/node3/reloaded_collection_shard1_replica2],
 
dataDir=[/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.CollectionsAPIDistributedZkTest_ED06E16D2F7E2C9F-001/tempDir-001/node3/./reloaded_collection_shard1_replica2/data/]
   [junit4]   2> 867998 INFO  (qtp320473194-7251) [    ] o.a.s.s.HttpSolrCall 
[admin] webapp=null path=/admin/cores 
params={action=STATUS&indexInfo=false&wt=javabin&version=2} status=0 QTime=0
   [junit4]   2> 868071 INFO  (qtp141338818-7216) [    ] o.a.s.s.HttpSolrCall 
[admin] webapp=null path=/admin/cores 
params={action=STATUS&indexInfo=false&wt=javabin&version=2} status=0 QTime=0
   [junit4]   2> 868086 INFO  (qtp648765650-7233) [    ] o.a.s.s.HttpSolrCall 
[admin] webapp=null path=/admin/cores 
params={action=STATUS&indexInfo=false&wt=javabin&version=2} status=0 QTime=0
   [junit4]   2> 868098 INFO  (qtp1215076003-7221) [    ] o.a.s.s.HttpSolrCall 
[admin] webapp=null path=/admin/cores 
params={action=STATUS&indexInfo=false&wt=javabin&version=2} status=0 QTime=0
   [junit4]   2> 868108 INFO  (qtp320473194-7258) [    ] o.a.s.s.HttpSolrCall 
[admin] webapp=null path=/admin/cores 
params={action=STATUS&indexInfo=false&wt=javabin&version=2} status=0 QTime=0
   [junit4]   2> 868122 INFO  (qtp141338818-7222) [    ] o.a.s.s.HttpSolrCall 
[admin] webapp=null path=/admin/cores 
params={action=STATUS&indexInfo=false&wt=javabin&version=2} status=0 QTime=0
   [junit4]   2> 868133 INFO  (qtp648765650-7233) [    ] o.a.s.s.HttpSolrCall 
[admin] webapp=null path=/admin/cores 
params={action=STATUS&indexInfo=false&wt=javabin&version=2} status=0 QTime=0
   [junit4]   2> 868145 INFO  (qtp1215076003-7221) [    ] o.a.s.s.HttpSolrCall 
[admin] webapp=null path=/admin/cores 
params={action=STATUS&indexInfo=false&wt=javabin&version=2} status=0 QTime=0
   [junit4]   2> 868206 INFO  (qtp320473194-7250) [    ] o.a.s.s.HttpSolrCall 
[admin] webapp=null path=/admin/cores 
params={action=STATUS&indexInfo=false&wt=javabin&version=2} status=0 QTime=0
   [junit4]   2> 868212 INFO  (qtp141338818-7219) [    ] o.a.s.s.HttpSolrCall 
[admin] webapp=null path=/admin/cores 
params={action=STATUS&indexInfo=false&wt=javabin&version=2} status=0 QTime=0
   [junit4]   2> 868225 INFO  (qtp648765650-7239) [    ] o.a.s.s.HttpSolrCall 
[admin] webapp=null path=/admin/cores 
params={action=STATUS&indexInfo=false&wt=javabin&version=2} status=0 QTime=0
   [junit4]   2> 868242 INFO  (qtp1215076003-7223) [    ] o.a.s.s.HttpSolrCall 
[admin] webapp=null path=/admin/cores 
params={action=STATUS&indexInfo=false&wt=javabin&version=2} status=0 QTime=0
   [junit4]   2> 868253 INFO  (qtp320473194-7255) [    ] o.a.s.s.HttpSolrCall 
[admin] webapp=null path=/admin/cores 
params={action=STATUS&indexInfo=false&wt=javabin&version=2} status=0 QTime=0
   [junit4]   2> 868278 INFO  (qtp141338818-7225) [    ] o.a.s.s.HttpSolrCall 
[admin] webapp=null path=/admin/cores 
params={action=STATUS&indexInfo=false&wt=javabin&version=2} status=0 QTime=0
   [junit4]   2> 868292 INFO  (qtp648765650-7218) [    ] o.a.s.s.HttpSolrCall 
[admin] webapp=null path=/admin/cores 
params={action=STATUS&indexInfo=false&wt=javabin&version=2} status=0 QTime=0
   [junit4]   2> 868347 INFO  (qtp1215076003-7217) [    ] o.a.s.s.HttpSolrCall 
[admin] webapp=null path=/admin/cores 
params={action=STATUS&indexInfo=false&wt=javabin&version=2} status=0 QTime=0
   [junit4]   2> 868353 INFO  (qtp320473194-7258) [    ] o.a.s.s.HttpSolrCall 
[admin] webapp=null path=/admin/cores 
params={action=STATUS&indexInfo=false&wt=javabin&version=2} status=0 QTime=0
   [junit4]   2> 868361 INFO  (qtp141338818-7222) [    ] o.a.s.s.HttpSolrCall 
[admin] webapp=null path=/admin/cores 
params={action=STATUS&indexInfo=false&wt=javabin&version=2} status=0 QTime=0
   [junit4]   2> 868372 INFO  (qtp648765650-7227) [    ] o.a.s.s.HttpSolrCall 
[admin] webapp=null path=/admin/cores 
params={action=STATUS&indexInfo=false&wt=javabin&version=2} status=0 QTime=0
   [junit4]   2> 868393 INFO  (qtp1215076003-7221) [    ] o.a.s.s.HttpSolrCall 
[admin] webapp=null path=/admin/cores 
params={action=STATUS&indexInfo=false&wt=javabin&version=2} status=0 QTime=0
   [junit4]   2> 868399 INFO  (qtp320473194-7258) [    ] o.a.s.s.HttpSolrCall 
[admin] webapp=null path=/admin/cores 
params={action=STATUS&indexInfo=false&wt=javabin&version=2} status=0 QTime=0
   [junit4]   2> 868405 INFO  (qtp141338818-7222) [    ] o.a.s.s.HttpSolrCall 
[admin] webapp=null path=/admin/cores 
params={action=STATUS&indexInfo=false&wt=javabin&version=2} status=0 QTime=0
   [junit4]   2> 868418 INFO  (qtp648765650-7224) [    ] o.a.s.s.HttpSolrCall 
[admin] webapp=null path=/admin/cores 
params={action=STATUS&indexInfo=false&wt=javabin&version=2} status=0 QTime=0
   [junit4]   2> 868470 INFO  (qtp1215076003-7221) [    ] o.a.s.s.HttpSolrCall 
[admin] webapp=null path=/admin/cores 
params={action=STATUS&indexInfo=false&wt=javabin&version=2} status=0 QTime=0
   [junit4]   2> 868480 INFO  (qtp320473194-7250) [    ] o.a.s.s.HttpSolrCall 
[admin] webapp=null path=/admin/cores 
params={action=STATUS&indexInfo=false&wt=javabin&version=2} status=0 QTime=0
   [junit4]   2> 868493 INFO  (qtp141338818-7219) [    ] o.a.s.s.HttpSolrCall 
[admin] webapp=null path=/admin/cores 
params={action=STATUS&indexInfo=false&wt=javabin&version=2} status=0 QTime=0
   [junit4]   2> 868503 INFO  (parallelCoreAdminExecutor-3306-thread-1) [    ] 
o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 868503 INFO  (parallelCoreAdminExecutor-3306-thread-1) [    ] 
o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 868503 INFO  (parallelCoreAdminExecutor-3306-thread-1) [    ] 
o.a.s.s.SolrIndexSearcher Opening 
[Searcher@77179fd2[reloaded_collection_shard2_replica2] main]
   [junit4]   2> 868504 INFO  (parallelCoreAdminExecutor-3306-thread-1) [    ] 
o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: 
/configs/conf
   [junit4]   2> 868504 INFO  (parallelCoreAdminExecutor-3306-thread-1) [    ] 
o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using 
ZooKeeperStorageIO:path=/configs/conf
   [junit4]   2> 868504 INFO  (parallelCoreAdminExecutor-3306-thread-1) [    ] 
o.a.s.h.ReplicationHandler Commits will be reserved for  10000
   [junit4]   2> 868511 INFO  (parallelCoreAdminExecutor-3306-thread-1) [    ] 
o.a.s.u.UpdateLog Could not find max version in index or recent updates, using 
new clock 1560824311109910528
   [junit4]   2> 868514 INFO  (searcherExecutor-3333-thread-1) [    ] 
o.a.s.c.SolrCore [reloaded_collection_shard2_replica2] Registered new searcher 
Searcher@77179fd2[reloaded_collection_shard2_replica2] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 868539 INFO  (parallelCoreAdminExecutor-3306-thread-1) [    ] 
o.a.s.u.DefaultSolrCoreState New IndexWriter is ready to be used.
   [junit4]   2> 868541 INFO  (qtp648765650-7239) [    ] o.a.s.s.HttpSolrCall 
[admin] webapp=null path=/admin/cores 
params={action=STATUS&indexInfo=false&wt=javabin&version=2} status=0 QTime=0
   [junit4]   2> 868544 INFO  (parallelCoreAdminExecutor-3306-thread-1) [    ] 
o.a.s.s.SolrIndexSearcher Opening 
[Searcher@3923d046[reloaded_collection_shard2_replica2] main]
   [junit4]   2> 868561 INFO  (qtp1215076003-7223) [    ] o.a.s.s.HttpSolrCall 
[admin] webapp=null path=/admin/cores 
params={action=STATUS&indexInfo=false&wt=javabin&version=2} status=0 QTime=0
   [junit4]   2> 868566 INFO  (parallelCoreAdminExecutor-3306-thread-1) [    ] 
o.a.s.c.SolrCore [reloaded_collection_shard2_replica2]  CLOSING SolrCore 
org.apache.solr.core.SolrCore@79305315
   [junit4]   2> 868567 INFO  (searcherExecutor-3333-thread-1) [    ] 
o.a.s.c.SolrCore [reloaded_collection_shard2_replica2] Registered new searcher 
Searcher@3923d046[reloaded_collection_shard2_replica2] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 868567 INFO  (parallelCoreAdminExecutor-3306-thread-1) [    ] 
o.a.s.m.SolrMetricManager Closing metric reporters for: 
solr.core.reloaded_collection.shard2.replica2
   [junit4]   2> 868577 INFO  (qtp320473194-7255) [    ] o.a.s.s.HttpSolrCall 
[admin] webapp=null path=/admin/cores 
params={action=STATUS&indexInfo=false&wt=javabin&version=2} status=0 QTime=0
   [junit4]   2> 868583 INFO  (parallelCoreAdminExecutor-3309-thread-1) [    ] 
o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 868583 INFO  (parallelCoreAdminExecutor-3309-thread-1) [    ] 
o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 868583 INFO  (parallelCoreAdminExecutor-3309-thread-1) [    ] 
o.a.s.s.SolrIndexSearcher Opening 
[Searcher@4f0e1097[reloaded_collection_shard1_replica1] main]
   [junit4]   2> 868584 INFO  (parallelCoreAdminExecutor-3309-thread-1) [    ] 
o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: 
/configs/conf
   [junit4]   2> 868584 INFO  (parallelCoreAdminExecutor-3309-thread-1) [    ] 
o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using 
ZooKeeperStorageIO:path=/configs/conf
   [junit4]   2> 868584 INFO  (parallelCoreAdminExecutor-3309-thread-1) [    ] 
o.a.s.h.ReplicationHandler Commits will be reserved for  10000
   [junit4]   2> 868584 INFO  (parallelCoreAdminExecutor-3309-thread-1) [    ] 
o.a.s.u.UpdateLog Could not find max version in index or recent updates, using 
new clock 1560824311186456576
   [junit4]   2> 868588 INFO  (parallelCoreAdminExecutor-3309-thread-1) [    ] 
o.a.s.u.DefaultSolrCoreState New IndexWriter is ready to be used.
   [junit4]   2> 868588 INFO  (searcherExecutor-3335-thread-1) [    ] 
o.a.s.c.SolrCore [reloaded_collection_shard1_replica1] Registered new searcher 
Searcher@4f0e1097[reloaded_collection_shard1_replica1] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 868589 INFO  (parallelCoreAdminExecutor-3309-thread-1) [    ] 
o.a.s.s.SolrIndexSearcher Opening 
[Searcher@3c0b7d6e[reloaded_collection_shard1_replica1] main]
   [junit4]   2> 868589 INFO  (parallelCoreAdminExecutor-3309-thread-1) [    ] 
o.a.s.c.SolrCore [reloaded_collection_shard1_replica1]  CLOSING SolrCore 
org.apache.solr.core.SolrCore@bcbc05
   [junit4]   2> 868589 INFO  (parallelCoreAdminExecutor-3309-thread-1) [    ] 
o.a.s.m.SolrMetricManager Closing metric reporters for: 
solr.core.reloaded_collection.shard1.replica1
   [junit4]   2> 868591 INFO  (qtp141338818-7231) [    ] o.a.s.s.HttpSolrCall 
[admin] webapp=null path=/admin/cores 
params={action=STATUS&indexInfo=false&wt=javabin&version=2} status=0 QTime=0
   [junit4]   2> 868592 INFO  (searcherExecutor-3335-thread-1) [    ] 
o.a.s.c.SolrCore [reloaded_collection_shard1_replica1] Registered new searcher 
Searcher@3c0b7d6e[reloaded_collection_shard1_replica1] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 868600 INFO  (parallelCoreAdminExecutor-3305-thread-1) [    ] 
o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 868600 INFO  (parallelCoreAdminExecutor-3305-thread-1) [    ] 
o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 868600 INFO  (parallelCoreAdminExecutor-3305-thread-1) [    ] 
o.a.s.s.SolrIndexSearcher Opening 
[Searcher@75e87491[reloaded_collection_shard1_replica2] main]
   [junit4]   2> 868602 INFO  (parallelCoreAdminExecutor-3305-thread-1) [    ] 
o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: 
/configs/conf
   [junit4]   2> 868603 INFO  (parallelCoreAdminExecutor-3305-thread-1) [    ] 
o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using 
ZooKeeperStorageIO:path=/configs/conf
   [junit4]   2> 868603 INFO  (parallelCoreAdminExecutor-3305-thread-1) [    ] 
o.a.s.h.ReplicationHandler Commits will be reserved for  10000
   [junit4]   2> 868608 INFO  (searcherExecutor-3336-thread-1) [    ] 
o.a.s.c.SolrCore [reloaded_collection_shard1_replica2] Registered new searcher 
Searcher@75e87491[reloaded_collection_shard1_replica2] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 868608 INFO  (parallelCoreAdminExecutor-3305-thread-1) [    ] 
o.a.s.u.UpdateLog Could not find max version in index or recent updates, using 
new clock 1560824311211622400
   [junit4]   2> 868620 INFO  (parallelCoreAdminExecutor-3305-thread-1) [    ] 
o.a.s.u.DefaultSolrCoreState New IndexWriter is ready to be used.
   [junit4]   2> 868620 INFO  (parallelCoreAdminExecutor-3305-thread-1) [    ] 
o.a.s.s.SolrIndexSearcher Opening 
[Searcher@3ec4fc18[reloaded_collection_shard1_replica2] main]
   [junit4]   2> 868620 INFO  (parallelCoreAdminExecutor-3305-thread-1) [    ] 
o.a.s.c.SolrCore [reloaded_collection_shard1_replica2]  CLOSING SolrCore 
org.apache.solr.core.SolrCore@4e4f689e
   [junit4]   2> 868620 INFO  (searcherExecutor-3336-thread-1) [    ] 
o.a.s.c.SolrCore [reloaded_collection_shard1_replica2] Registered new searcher 
Searcher@3ec4fc18[reloaded_collection_shard1_replica2] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 868621 INFO  (parallelCoreAdminExecutor-3305-thread-1) [    ] 
o.a.s.m.SolrMetricManager Closing metric reporters for: 
solr.core.reloaded_collection.shard1.replica2
   [junit4]   2> 868621 INFO  (parallelCoreAdminExecutor-3307-thread-1) [    ] 
o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 868621 INFO  (parallelCoreAdminExecutor-3307-thread-1) [    ] 
o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 868621 INFO  (parallelCoreAdminExecutor-3307-thread-1) [    ] 
o.a.s.s.SolrIndexSearcher Opening 
[Searcher@37b90748[reloaded_collection_shard2_replica1] main]
   [junit4]   2> 868637 INFO  (qtp648765650-7227) [    ] o.a.s.s.HttpSolrCall 
[admin] webapp=null path=/admin/cores 
params={action=STATUS&indexInfo=false&wt=javabin&version=2} status=0 QTime=0
   [junit4]   2> 868637 INFO  (parallelCoreAdminExecutor-3307-thread-1) [    ] 
o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: 
/configs/conf
   [junit4]   2> 868638 INFO  (parallelCoreAdminExecutor-3307-thread-1) [    ] 
o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using 
ZooKeeperStorageIO:path=/configs/conf
   [junit4]   2> 868638 INFO  (parallelCoreAdminExecutor-3307-thread-1) [    ] 
o.a.s.h.ReplicationHandler Commits will be reserved for  10000
   [junit4]   2> 868638 INFO  (searcherExecutor-3334-thread-1) [    ] 
o.a.s.c.SolrCore [reloaded_collection_shard2_replica1] Registered new searcher 
Searcher@37b90748[reloaded_collection_shard2_replica1] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 868638 INFO  (parallelCoreAdminExecutor-3307-thread-1) [    ] 
o.a.s.u.UpdateLog Could not find max version in index or recent updates, using 
new clock 1560824311243079680
   [junit4]   2> 868643 INFO  (parallelCoreAdminExecutor-3307-thread-1) [    ] 
o.a.s.u.DefaultSolrCoreState New IndexWriter is ready to be used.
   [junit4]   2> 868643 INFO  (parallelCoreAdminExecutor-3307-thread-1) [    ] 
o.a.s.s.SolrIndexSearcher Opening 
[Searcher@2d54f2d2[reloaded_collection_shard2_replica1] main]
   [junit4]   2> 868643 INFO  (parallelCoreAdminExecutor-3307-thread-1) [    ] 
o.a.s.c.SolrCore [reloaded_collection_shard2_replica1]  CLOSING SolrCore 
org.apache.solr.core.SolrCore@105a6267
   [junit4]   2> 868644 INFO  (parallelCoreAdminExecutor-3307-thread-1) [    ] 
o.a.s.m.SolrMetricManager Closing metric reporters for: 
solr.core.reloaded_collection.shard2.replica1
   [junit4]   2> 868644 INFO  (searcherExecutor-3334-thread-1) [    ] 
o.a.s.c.SolrCore [reloaded_collection_shard2_replica1] Registered new searcher 
Searcher@2d54f2d2[reloaded_collection_shard2_replica1] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 868645 INFO  (qtp1215076003-7238) [    ] o.a.s.s.HttpSolrCall 
[admin] webapp=null path=/admin/cores 
params={action=STATUS&indexInfo=false&wt=javabin&version=2} status=0 QTime=0
   [junit4]   2> 868659 INFO  (qtp320473194-7258) [    ] o.a.s.s.HttpSolrCall 
[admin] webapp=null path=/admin/cores 
params={action=STATUS&indexInfo=false&wt=javabin&version=2} status=0 QTime=0
   [junit4]   2> 868676 INFO  (qtp141338818-7225) [    ] o.a.s.s.HttpSolrCall 
[admin] webapp=null path=/admin/cores 
params={action=STATUS&indexInfo=false&wt=javabin&version=2} status=0 QTime=0
   [junit4]   2> 868683 INFO  (qtp648765650-7220) [    ] o.a.s.s.HttpSolrCall 
[admin] webapp=null path=/admin/cores 
params={action=STATUS&indexInfo=false&wt=javabin&version=2} status=0 QTime=0
   [junit4]   2> 868684 INFO  
(TEST-CollectionsAPIDistributedZkTest.testCollectionReload-seed#[ED06E16D2F7E2C9F])
 [    ] o.a.s.SolrTestCaseJ4 ###Ending testCollectionReload
   [junit4]   2> 868723 INFO  
(TEST-CollectionsAPIDistributedZkTest.testBadActionNames-seed#[ED06E16D2F7E2C9F])
 [    ] o.a.s.SolrTestCaseJ4 ###Starting testBadActionNames
   [junit4]   2> 868724 INFO  
(TEST-CollectionsAPIDistributedZkTest.testBadActionNames-seed#[ED06E16D2F7E2C9F])
 [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (4)
   [junit4]   2> 868727 INFO  (qtp141338818-7237) [    ] 
o.a.s.h.a.CollectionsHandler Invoked Collection Action :delete with params 
name=reloaded_collection&action=DELETE&wt=javabin&version=2 and 
sendToOCPQueue=true
   [junit4]   2> 868869 INFO  (qtp141338818-7225) [    ] 
o.a.s.h.a.CoreAdminOperation Checking request status for : 
c5dabbbb-3efa-45af-89b6-64b9862799747224542512346371
   [junit4]   2> 868869 INFO  (qtp141338818-7225) [    ] o.a.s.s.HttpSolrCall 
[admin] webapp=null path=/admin/cores 
params={qt=/admin/cores&requestid=c5dabbbb-3efa-45af-89b6-64b9862799747224542512346371&action=REQUESTSTATUS&wt=javabin&version=2}
 status=0 QTime=0
   [junit4]   2> 868870 INFO  (qtp648765650-7236) [    ] 
o.a.s.h.a.CoreAdminOperation Checking request status for : 
c5dabbbb-3efa-45af-89b6-64b9862799747224542512368302
   [junit4]   2> 868871 INFO  (qtp648765650-7236) [    ] o.a.s.s.HttpSolrCall 
[admin] webapp=null path=/admin/cores 
params={qt=/admin/cores&requestid=c5dabbbb-3efa-45af-89b6-64b9862799747224542512368302&action=REQUESTSTATUS&wt=javabin&version=2}
 status=0 QTime=0
   [junit4]   2> 868873 INFO  (qtp1215076003-7235) [    ] 
o.a.s.h.a.CoreAdminOperation Checking request status for : 
c5dabbbb-3efa-45af-89b6-64b9862799747224542512222633
   [junit4]   2> 868873 INFO  (qtp1215076003-7235) [    ] o.a.s.s.HttpSolrCall 
[admin] webapp=null path=/admin/cores 
params={qt=/admin/cores&requestid=c5dabbbb-3efa-45af-89b6-64b9862799747224542512222633&action=REQUESTSTATUS&wt=javabin&version=2}
 status=0 QTime=0
   [junit4]   2> 868875 INFO  (qtp320473194-7257) [    ] 
o.a.s.h.a.CoreAdminOperation Checking request status for : 
c5dabbbb-3efa-45af-89b6-64b9862799747224542512321408
   [junit4]   2> 868875 INFO  (qtp320473194-7257) [    ] o.a.s.s.HttpSolrCall 
[admin] webapp=null path=/admin/cores 
params={qt=/admin/cores&requestid=c5dabbbb-3efa-45af-89b6-64b9862799747224542512321408&action=REQUESTSTATUS&wt=javabin&version=2}
 status=0 QTime=0
   [junit4]   2> 868888 INFO  (OverseerThreadFactory-3304-thread-2) [    ] 
o.a.s.c.OverseerTaskQueue Response ZK path: 
/overseer/collection-queue-work/qnr-0000000002 doesn't exist.  Requestor may 
have disconnected from ZooKeeper
   [junit4]   2> 870730 INFO  
(OverseerCollectionConfigSetProcessor-97551518954422282-127.0

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

ncSliceTest, TestFileDictionaryLookup, MissingSegmentRecoveryTest, 
TestCloudInspectUtil, DeleteStatusTest, TestCSVLoader, TestHdfsUpdateLog, 
SolrCoreTest, ClassificationUpdateProcessorTest, TestJavabinTupleStreamParser, 
TestSchemaSimilarityResource, TestJettySolrRunner, TestSolrDeletionPolicy2, 
SecurityConfHandlerTest, TestHdfsBackupRestoreCore, 
WrapperMergePolicyFactoryTest, TestExportWriter, HdfsDirectoryFactoryTest, 
TestRandomFlRTGCloud, TestValueSourceCache, TestDFRSimilarityFactory, 
ExplicitHLLTest, TestJsonFacets, CustomCollectionTest, 
TestSuggestSpellingConverter, RollingRestartTest, TestStandardQParsers, 
SolrIndexMetricsTest, FacetPivotSmallTest, ZkNodePropsTest, TestRTGBase, 
TestSolrCLIRunExample, BlockCacheTest, ShufflingReplicaListTransformerTest, 
TestLFUCache, SolrXmlInZkTest, BasicDistributedZkTest, 
ChaosMonkeySafeLeaderTest, CollectionsAPIDistributedZkTest]
   [junit4] Completed [357/693 (2!)] on J0 in 120.78s, 20 tests, 1 failure <<< 
FAILURES!

[...truncated 6400 lines...]
   [junit4] Suite: 
org.apache.solr.handler.extraction.ExtractingRequestHandlerTest
   [junit4]   2> Creating dataDir: 
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/contrib/solr-cell/test/J1/temp/solr.handler.extraction.ExtractingRequestHandlerTest_CD7BA311A71D3A9D-001/init-core-data-001
   [junit4]   2> log4j:WARN No appenders could be found for logger 
(org.apache.solr.SolrTestCaseJ4).
   [junit4]   2> log4j:WARN Please initialize the log4j system properly.
   [junit4]   2> log4j:WARN See 
http://logging.apache.org/log4j/1.2/faq.html#noconfig for more info.
   [junit4]   2> NOTE: reproduce with: ant test  
-Dtestcase=ExtractingRequestHandlerTest -Dtests.method=testExtraction 
-Dtests.seed=CD7BA311A71D3A9D -Dtests.multiplier=3 -Dtests.slow=true 
-Dtests.locale=ta-LK -Dtests.timezone=Australia/Queensland -Dtests.asserts=true 
-Dtests.file.encoding=UTF-8
   [junit4] ERROR   0.14s J1 | ExtractingRequestHandlerTest.testExtraction <<<
   [junit4]    > Throwable #1: java.lang.RuntimeException: Exception during 
query
   [junit4]    >        at 
__randomizedtesting.SeedInfo.seed([CD7BA311A71D3A9D:7408D76FDB35EA68]:0)
   [junit4]    >        at 
org.apache.solr.SolrTestCaseJ4.assertQ(SolrTestCaseJ4.java:919)
   [junit4]    >        at 
org.apache.solr.SolrTestCaseJ4.assertQ(SolrTestCaseJ4.java:886)
   [junit4]    >        at 
org.apache.solr.handler.extraction.ExtractingRequestHandlerTest.testExtraction(ExtractingRequestHandlerTest.java:128)
   [junit4]    >        at 
java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
   [junit4]    >        at 
java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
   [junit4]    >        at 
java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
   [junit4]    >        at 
java.base/java.lang.reflect.Method.invoke(Method.java:547)
   [junit4]    >        at java.base/java.lang.Thread.run(Thread.java:844)
   [junit4]    > Caused by: java.lang.RuntimeException: REQUEST FAILED: 
xpath=//doc[1]/str[.='simple3']
   [junit4]    >        xml response was: <?xml version="1.0" encoding="UTF-8"?>
   [junit4]    > <response>
   [junit4]    > <lst name="responseHeader"><int name="status">0</int><int 
name="QTime">0</int></lst><result name="response" numFound="2" 
start="0"><doc><arr 
name="t_meta"><str>stream_size</str><str>365</str><str>X-Parsed-By</str><str>org.apache.tika.parser.DefaultParser</str><str>X-Parsed-By</str><str>org.apache.tika.parser.html.HtmlParser</str><str>stream_content_type</str><str>application/xml</str><str>stream_name</str><str>simple.html</str><str>stream_source_info</str><str>file:/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/contrib/extraction/src/test-files/extraction/simple.html</str><str>dc:title</str><str>Welcome
 to 
Solr</str><str>Content-Encoding</str><str>ISO-8859-1</str><str>Content-Type</str><str>text/html;
 charset=ISO-8859-1</str></arr><arr 
name="t_href"><str>rect</str><str>http://www.apache.org</str></arr><str 
name="id">simple2</str><arr name="stream_size"><str>365</str></arr><arr 
name="t_x_parsed_by"><str>org.apache.tika.parser.DefaultParser</str><str>org.apache.tika.parser.html.HtmlParser</str></arr><arr
 name="stream_content_type"><str>application/xml</str></arr><arr 
name="stream_name"><str>simple.html</str></arr><arr 
name="stream_source_info"><str>file:/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/contrib/extraction/src/test-files/extraction/simple.html</str></arr><arr
 name="t_dc_title"><str>Welcome to Solr</str></arr><arr 
name="t_content_encoding"><str>ISO-8859-1</str></arr><arr 
name="title"><str>Welcome to Solr</str></arr><arr 
name="t_abcxyz"><str>text/html; charset=ISO-8859-1</str></arr><arr 
name="t_content"><str> 
   [junit4]    >  
   [junit4]    >   
   [junit4]    >   
   [junit4]    >   
   [junit4]    >   
   [junit4]    >   
   [junit4]    >   
   [junit4]    >   
   [junit4]    >   
   [junit4]    >   
   [junit4]    >  Welcome to Solr 
   [junit4]    >  
   [junit4]    >  
   [junit4]    >  
   [junit4]    >   Here is some text
   [junit4]    >  
   [junit4]    >  distinct
   [junit4]    > words 
   [junit4]    >  Here is some text in a div 
   [junit4]    >  This has a  link . 
   [junit4]    >   </str></arr><arr 
name="multiDefault"><str>muLti-Default</str></arr><int 
name="intDefault">42</int><date 
name="timestamp">2017-03-03T05:37:44.463Z</date></doc><doc><arr 
name="t_meta"><str>stream_size</str><str>365</str><str>X-Parsed-By</str><str>org.apache.tika.parser.DefaultParser</str><str>X-Parsed-By</str><str>org.apache.tika.parser.html.HtmlParser</str><str>stream_content_type</str><str>application/xml</str><str>stream_name</str><str>simple.html</str><str>stream_source_info</str><str>file:/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/contrib/extraction/src/test-files/extraction/simple.html</str><str>dc:title</str><str>Welcome
 to 
Solr</str><str>Content-Encoding</str><str>ISO-8859-1</str><str>Content-Type</str><str>text/html;
 charset=ISO-8859-1</str></arr><arr 
name="t_href"><str>rect</str><str>http://www.apache.org</str></arr><str 
name="id">simple3</str><arr name="stream_size"><str>365</str></arr><arr 
name="t_x_parsed_by"><str>org.apache.tika.parser.DefaultParser</str><str>org.apache.tika.parser.html.HtmlParser</str></arr><arr
 name="stream_content_type"><str>application/xml</str></arr><arr 
name="stream_name"><str>simple.html</str></arr><arr 
name="stream_source_info"><str>file:/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/contrib/extraction/src/test-files/extraction/simple.html</str></arr><arr
 name="t_dc_title"><str>Welcome to Solr</str></arr><arr 
name="t_content_encoding"><str>ISO-8859-1</str></arr><arr 
name="title"><str>Welcome to Solr</str></arr><arr 
name="t_content_type"><str>text/html; charset=ISO-8859-1</str></arr><arr 
name="t_content"><str> 
   [junit4]    >  
   [junit4]    >   
   [junit4]    >   
   [junit4]    >   
   [junit4]    >   
   [junit4]    >   
   [junit4]    >   
   [junit4]    >   
   [junit4]    >   
   [junit4]    >   
   [junit4]    >  Welcome to Solr 
   [junit4]    >  
   [junit4]    >  
   [junit4]    >  
   [junit4]    >   Here is some text
   [junit4]    >  
   [junit4]    >  distinct
   [junit4]    > words 
   [junit4]    >  Here is some text in a div 
   [junit4]    >  This has a  link . 
   [junit4]    >   </str></arr><arr 
name="multiDefault"><str>muLti-Default</str></arr><int 
name="intDefault">42</int><date 
name="timestamp">2017-03-03T05:37:44.499Z</date></doc></result>
   [junit4]    > </response>
   [junit4]    >        request 
was:q=t_href:http&qt=standard&start=0&rows=20&version=2.2
   [junit4]    >        at 
org.apache.solr.SolrTestCaseJ4.assertQ(SolrTestCaseJ4.java:912)
   [junit4]    >        ... 40 more
   [junit4]   2> NOTE: leaving temporary files on disk at: 
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/contrib/solr-cell/test/J1/temp/solr.handler.extraction.ExtractingRequestHandlerTest_CD7BA311A71D3A9D-001
   [junit4]   2> NOTE: test params are: codec=Asserting(Lucene70): 
{extractionLiteralMV=PostingsFormat(name=Direct), 
stream_content_type=PostingsFormat(name=Memory), 
multiDefault=BlockTreeOrds(blocksize=128), 
subject=BlockTreeOrds(blocksize=128), intDefault=FSTOrd50, t_href=FSTOrd50, 
title=FSTOrd50, extractedContent=PostingsFormat(name=Direct), 
stream_name=BlockTreeOrds(blocksize=128), 
t_X-Parsed-By=PostingsFormat(name=Memory), bar_s=PostingsFormat(name=Memory), 
Content-Encoding=PostingsFormat(name=Memory), 
t_content_type=PostingsFormat(name=Memory), 
t_dc_title=PostingsFormat(name=Memory), id=PostingsFormat(name=Memory), 
text=PostingsFormat(name=Direct), extractedProducer=FSTOrd50, 
Content-Type=BlockTreeOrds(blocksize=128), 
timestamp=BlockTreeOrds(blocksize=128), stream_size=FSTOrd50, 
extractedAuthor=PostingsFormat(name=Memory), 
extractedKeywords=BlockTreeOrds(blocksize=128), t_content_encoding=FSTOrd50, 
stream_source_info=PostingsFormat(name=Memory), t_content=FSTOrd50, 
resourceName=PostingsFormat(name=Direct), foo_t=PostingsFormat(name=Memory), 
foo_s=BlockTreeOrds(blocksize=128), 
title_lettertok=PostingsFormat(name=Memory), 
extractedCreator=BlockTreeOrds(blocksize=128), 
t_meta=BlockTreeOrds(blocksize=128), t_dc:title=FSTOrd50, 
t_abcxyz=BlockTreeOrds(blocksize=128), wdf_nocase=PostingsFormat(name=Memory), 
extractedDate=FSTOrd50, div_t=BlockTreeOrds(blocksize=128), 
title_stemmed=FSTOrd50, anchor_t=FSTOrd50, 
t_x_parsed_by=PostingsFormat(name=Memory), zot_s=PostingsFormat(name=Memory), 
extractionLiteral=FSTOrd50, defaultExtr=FSTOrd50}, docValues:{}, 
maxPointsInLeafNode=406, maxMBSortInHeap=5.484441407417575, 
sim=RandomSimilarity(queryNorm=false): {}, locale=ta-LK, 
timezone=Australia/Queensland
   [junit4]   2> NOTE: Linux 4.4.0-53-generic amd64/Oracle Corporation 9-ea 
(64-bit)/cpus=12,threads=1,free=440132072,total=508952576
   [junit4]   2> NOTE: All tests run in this JVM: [TestExtractionDateUtil, 
ExtractingRequestHandlerTest]
   [junit4] Completed [4/4 (1!)] on J1 in 7.54s, 16 tests, 1 error <<< FAILURES!

[...truncated 46405 lines...]

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@lucene.apache.org
For additional commands, e-mail: dev-h...@lucene.apache.org

Reply via email to