Build: https://jenkins.thetaphi.de/job/Lucene-Solr-master-Linux/19093/
Java: 32bit/jdk1.8.0_121 -client -XX:+UseConcMarkSweepGC

2 tests failed.
FAILED:  org.apache.solr.cloud.ShardSplitTest.testSplitStaticIndexReplication

Error Message:
Shard shard1_0 replicas do not have same number of documents expected:<47> but 
was:<0>

Stack Trace:
java.lang.AssertionError: Shard shard1_0 replicas do not have same number of 
documents expected:<47> but was:<0>
        at 
__randomizedtesting.SeedInfo.seed([A5BF49B1247F4558:EFF5DDB1B5D76A5D]: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.apache.solr.cloud.ShardSplitTest.assertConsistentReplicas(ShardSplitTest.java:243)
        at 
org.apache.solr.cloud.ShardSplitTest.testSplitStaticIndexReplication(ShardSplitTest.java:217)
        at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
        at 
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
        at 
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
        at java.lang.reflect.Method.invoke(Method.java:498)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1713)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:907)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:943)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:957)
        at 
org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsFixedStatement.callStatement(BaseDistributedSearchTestCase.java:985)
        at 
org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsStatement.evaluate(BaseDistributedSearchTestCase.java:960)
        at 
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
        at 
org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
        at 
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
        at 
org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
        at 
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
        at 
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:817)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:468)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:916)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:802)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:852)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:863)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
        at 
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
        at 
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
        at 
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
        at 
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
        at 
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
        at 
org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
        at java.lang.Thread.run(Thread.java:745)


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

Error Message:
Exception during query

Stack Trace:
java.lang.RuntimeException: Exception during query
        at 
__randomizedtesting.SeedInfo.seed([A90B7EABD48997D4:10780AD5A8A14721]: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 sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
        at 
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
        at 
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
        at java.lang.reflect.Method.invoke(Method.java:498)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1713)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:907)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:943)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:957)
        at 
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
        at 
org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
        at 
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
        at 
org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
        at 
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
        at 
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:817)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:468)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:916)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:802)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:852)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:863)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
        at 
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
        at 
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
        at 
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
        at 
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
        at 
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
        at 
org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
        at java.lang.Thread.run(Thread.java:745)
Caused by: java.lang.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-03T08:48:25.929Z</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-03T08:48:25.961Z</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)
        ... 41 more




Build Log:
[...truncated 11350 lines...]
   [junit4] Suite: org.apache.solr.cloud.ShardSplitTest
   [junit4]   2> Creating dataDir: 
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.ShardSplitTest_A5BF49B1247F4558-001/init-core-data-001
   [junit4]   2> 347655 INFO  
(SUITE-ShardSplitTest-seed#[A5BF49B1247F4558]-worker) [    ] 
o.a.s.SolrTestCaseJ4 Using PointFields
   [junit4]   2> 347656 INFO  
(SUITE-ShardSplitTest-seed#[A5BF49B1247F4558]-worker) [    ] 
o.a.s.SolrTestCaseJ4 Randomized ssl (false) and clientAuth (false) via: 
@org.apache.solr.SolrTestCaseJ4$SuppressSSL(bugUrl=https://issues.apache.org/jira/browse/SOLR-5776)
   [junit4]   2> 347657 INFO  
(SUITE-ShardSplitTest-seed#[A5BF49B1247F4558]-worker) [    ] 
o.a.s.BaseDistributedSearchTestCase Setting hostContext system property: /es_d/
   [junit4]   2> 347659 INFO  
(TEST-ShardSplitTest.testSplitAfterFailedSplit-seed#[A5BF49B1247F4558]) [    ] 
o.a.s.c.ZkTestServer STARTING ZK TEST SERVER
   [junit4]   2> 347659 INFO  (Thread-246) [    ] o.a.s.c.ZkTestServer client 
port:0.0.0.0/0.0.0.0:0
   [junit4]   2> 347659 INFO  (Thread-246) [    ] o.a.s.c.ZkTestServer Starting 
server
   [junit4]   2> 347759 INFO  
(TEST-ShardSplitTest.testSplitAfterFailedSplit-seed#[A5BF49B1247F4558]) [    ] 
o.a.s.c.ZkTestServer start zk server on port:36251
   [junit4]   2> 347767 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 0x15a933a99590000, likely client has closed socket
   [junit4]   2>        at 
org.apache.zookeeper.server.NIOServerCnxn.doIO(NIOServerCnxn.java:228)
   [junit4]   2>        at 
org.apache.zookeeper.server.NIOServerCnxnFactory.run(NIOServerCnxnFactory.java:208)
   [junit4]   2>        at java.lang.Thread.run(Thread.java:745)
   [junit4]   2> 347782 INFO  
(TEST-ShardSplitTest.testSplitAfterFailedSplit-seed#[A5BF49B1247F4558]) [    ] 
o.a.s.c.AbstractZkTestCase put 
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/core/src/test-files/solr/collection1/conf/solrconfig-tlog.xml
 to /configs/conf1/solrconfig.xml
   [junit4]   2> 347789 INFO  
(TEST-ShardSplitTest.testSplitAfterFailedSplit-seed#[A5BF49B1247F4558]) [    ] 
o.a.s.c.AbstractZkTestCase put 
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/core/src/test-files/solr/collection1/conf/schema15.xml
 to /configs/conf1/schema.xml
   [junit4]   2> 347801 INFO  
(TEST-ShardSplitTest.testSplitAfterFailedSplit-seed#[A5BF49B1247F4558]) [    ] 
o.a.s.c.AbstractZkTestCase put 
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/core/src/test-files/solr/collection1/conf/solrconfig.snippet.randomindexconfig.xml
 to /configs/conf1/solrconfig.snippet.randomindexconfig.xml
   [junit4]   2> 347803 INFO  
(TEST-ShardSplitTest.testSplitAfterFailedSplit-seed#[A5BF49B1247F4558]) [    ] 
o.a.s.c.AbstractZkTestCase put 
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/core/src/test-files/solr/collection1/conf/stopwords.txt
 to /configs/conf1/stopwords.txt
   [junit4]   2> 347805 INFO  
(TEST-ShardSplitTest.testSplitAfterFailedSplit-seed#[A5BF49B1247F4558]) [    ] 
o.a.s.c.AbstractZkTestCase put 
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/core/src/test-files/solr/collection1/conf/protwords.txt
 to /configs/conf1/protwords.txt
   [junit4]   2> 347807 INFO  
(TEST-ShardSplitTest.testSplitAfterFailedSplit-seed#[A5BF49B1247F4558]) [    ] 
o.a.s.c.AbstractZkTestCase put 
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/core/src/test-files/solr/collection1/conf/currency.xml
 to /configs/conf1/currency.xml
   [junit4]   2> 347808 INFO  
(TEST-ShardSplitTest.testSplitAfterFailedSplit-seed#[A5BF49B1247F4558]) [    ] 
o.a.s.c.AbstractZkTestCase put 
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/core/src/test-files/solr/collection1/conf/enumsConfig.xml
 to /configs/conf1/enumsConfig.xml
   [junit4]   2> 347810 INFO  
(TEST-ShardSplitTest.testSplitAfterFailedSplit-seed#[A5BF49B1247F4558]) [    ] 
o.a.s.c.AbstractZkTestCase put 
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/core/src/test-files/solr/collection1/conf/open-exchange-rates.json
 to /configs/conf1/open-exchange-rates.json
   [junit4]   2> 347812 INFO  
(TEST-ShardSplitTest.testSplitAfterFailedSplit-seed#[A5BF49B1247F4558]) [    ] 
o.a.s.c.AbstractZkTestCase put 
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/core/src/test-files/solr/collection1/conf/mapping-ISOLatin1Accent.txt
 to /configs/conf1/mapping-ISOLatin1Accent.txt
   [junit4]   2> 347813 INFO  
(TEST-ShardSplitTest.testSplitAfterFailedSplit-seed#[A5BF49B1247F4558]) [    ] 
o.a.s.c.AbstractZkTestCase put 
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/core/src/test-files/solr/collection1/conf/old_synonyms.txt
 to /configs/conf1/old_synonyms.txt
   [junit4]   2> 347815 INFO  
(TEST-ShardSplitTest.testSplitAfterFailedSplit-seed#[A5BF49B1247F4558]) [    ] 
o.a.s.c.AbstractZkTestCase put 
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/core/src/test-files/solr/collection1/conf/synonyms.txt
 to /configs/conf1/synonyms.txt
   [junit4]   2> 347932 INFO  
(TEST-ShardSplitTest.testSplitAfterFailedSplit-seed#[A5BF49B1247F4558]) [    ] 
o.a.s.SolrTestCaseJ4 Writing core.properties file to 
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.ShardSplitTest_A5BF49B1247F4558-001/control-001/cores/collection1
   [junit4]   2> 347934 INFO  
(TEST-ShardSplitTest.testSplitAfterFailedSplit-seed#[A5BF49B1247F4558]) [    ] 
o.e.j.s.Server jetty-9.3.14.v20161028
   [junit4]   2> 347936 INFO  
(TEST-ShardSplitTest.testSplitAfterFailedSplit-seed#[A5BF49B1247F4558]) [    ] 
o.e.j.s.h.ContextHandler Started 
o.e.j.s.ServletContextHandler@1826801{/es_d,null,AVAILABLE}
   [junit4]   2> 347939 INFO  
(TEST-ShardSplitTest.testSplitAfterFailedSplit-seed#[A5BF49B1247F4558]) [    ] 
o.e.j.s.AbstractConnector Started 
ServerConnector@bf9b17{HTTP/1.1,[http/1.1]}{127.0.0.1:36219}
   [junit4]   2> 347939 INFO  
(TEST-ShardSplitTest.testSplitAfterFailedSplit-seed#[A5BF49B1247F4558]) [    ] 
o.e.j.s.Server Started @349342ms
   [junit4]   2> 347939 INFO  
(TEST-ShardSplitTest.testSplitAfterFailedSplit-seed#[A5BF49B1247F4558]) [    ] 
o.a.s.c.s.e.JettySolrRunner Jetty properties: 
{solr.data.dir=/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.ShardSplitTest_A5BF49B1247F4558-001/tempDir-001/control/data,
 hostContext=/es_d, hostPort=36219, 
coreRootDirectory=/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.ShardSplitTest_A5BF49B1247F4558-001/control-001/cores}
   [junit4]   2> 347939 ERROR 
(TEST-ShardSplitTest.testSplitAfterFailedSplit-seed#[A5BF49B1247F4558]) [    ] 
o.a.s.s.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be 
missing or incomplete.
   [junit4]   2> 347939 INFO  
(TEST-ShardSplitTest.testSplitAfterFailedSplit-seed#[A5BF49B1247F4558]) [    ] 
o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr™ version 
7.0.0
   [junit4]   2> 347939 INFO  
(TEST-ShardSplitTest.testSplitAfterFailedSplit-seed#[A5BF49B1247F4558]) [    ] 
o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 347940 INFO  
(TEST-ShardSplitTest.testSplitAfterFailedSplit-seed#[A5BF49B1247F4558]) [    ] 
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 347940 INFO  
(TEST-ShardSplitTest.testSplitAfterFailedSplit-seed#[A5BF49B1247F4558]) [    ] 
o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 
2017-03-03T08:12:55.793Z
   [junit4]   2> 347954 INFO  
(TEST-ShardSplitTest.testSplitAfterFailedSplit-seed#[A5BF49B1247F4558]) [    ] 
o.a.s.s.SolrDispatchFilter Loading solr.xml from SolrHome (not found in 
ZooKeeper)
   [junit4]   2> 347954 INFO  
(TEST-ShardSplitTest.testSplitAfterFailedSplit-seed#[A5BF49B1247F4558]) [    ] 
o.a.s.c.SolrXmlConfig Loading container configuration from 
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.ShardSplitTest_A5BF49B1247F4558-001/control-001/solr.xml
   [junit4]   2> 347994 INFO  
(TEST-ShardSplitTest.testSplitAfterFailedSplit-seed#[A5BF49B1247F4558]) [    ] 
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:36251/solr
   [junit4]   2> 348030 INFO  
(TEST-ShardSplitTest.testSplitAfterFailedSplit-seed#[A5BF49B1247F4558]) 
[n:127.0.0.1:36219_es_d    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 348031 INFO  
(TEST-ShardSplitTest.testSplitAfterFailedSplit-seed#[A5BF49B1247F4558]) 
[n:127.0.0.1:36219_es_d    ] o.a.s.c.OverseerElectionContext I am going to be 
the leader 127.0.0.1:36219_es_d
   [junit4]   2> 348032 INFO  
(TEST-ShardSplitTest.testSplitAfterFailedSplit-seed#[A5BF49B1247F4558]) 
[n:127.0.0.1:36219_es_d    ] o.a.s.c.Overseer Overseer 
(id=97552221832019972-127.0.0.1:36219_es_d-n_0000000000) starting
   [junit4]   2> 348045 INFO  
(TEST-ShardSplitTest.testSplitAfterFailedSplit-seed#[A5BF49B1247F4558]) 
[n:127.0.0.1:36219_es_d    ] o.a.s.c.ZkController Register node as live in 
ZooKeeper:/live_nodes/127.0.0.1:36219_es_d
   [junit4]   2> 348047 INFO  
(zkCallback-181-thread-1-processing-n:127.0.0.1:36219_es_d) 
[n:127.0.0.1:36219_es_d    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (0) -> (1)
   [junit4]   2> 348325 INFO  
(TEST-ShardSplitTest.testSplitAfterFailedSplit-seed#[A5BF49B1247F4558]) 
[n:127.0.0.1:36219_es_d    ] o.a.s.c.CorePropertiesLocator Found 1 core 
definitions underneath 
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.ShardSplitTest_A5BF49B1247F4558-001/control-001/cores
   [junit4]   2> 348325 INFO  
(TEST-ShardSplitTest.testSplitAfterFailedSplit-seed#[A5BF49B1247F4558]) 
[n:127.0.0.1:36219_es_d    ] o.a.s.c.CorePropertiesLocator Cores are: 
[collection1]
   [junit4]   2> 348330 INFO  
(OverseerStateUpdate-97552221832019972-127.0.0.1:36219_es_d-n_0000000000) 
[n:127.0.0.1:36219_es_d    ] o.a.s.c.o.ReplicaMutator Assigning new node to 
shard shard=shard1
   [junit4]   2> 349431 WARN  
(coreLoadExecutor-423-thread-1-processing-n:127.0.0.1:36219_es_d) 
[n:127.0.0.1:36219_es_d c:control_collection   x:collection1] o.a.s.c.Config 
Beginning with Solr 5.5, <mergePolicy> is deprecated, use <mergePolicyFactory> 
instead.
   [junit4]   2> 349432 INFO  
(coreLoadExecutor-423-thread-1-processing-n:127.0.0.1:36219_es_d) 
[n:127.0.0.1:36219_es_d c:control_collection   x:collection1] 
o.a.s.c.SolrConfig Using Lucene MatchVersion: 7.0.0
   [junit4]   2> 349520 INFO  
(coreLoadExecutor-423-thread-1-processing-n:127.0.0.1:36219_es_d) 
[n:127.0.0.1:36219_es_d c:control_collection   x:collection1] 
o.a.s.s.IndexSchema [collection1] Schema name=test
   [junit4]   2> 349754 WARN  
(coreLoadExecutor-423-thread-1-processing-n:127.0.0.1:36219_es_d) 
[n:127.0.0.1:36219_es_d c:control_collection   x:collection1] 
o.a.s.s.IndexSchema [collection1] default search field in schema is text. 
WARNING: Deprecated, please use 'df' on request instead.
   [junit4]   2> 349756 INFO  
(coreLoadExecutor-423-thread-1-processing-n:127.0.0.1:36219_es_d) 
[n:127.0.0.1:36219_es_d c:control_collection   x:collection1] 
o.a.s.s.IndexSchema Loaded schema test/1.6 with uniqueid field id
   [junit4]   2> 349794 INFO  
(coreLoadExecutor-423-thread-1-processing-n:127.0.0.1:36219_es_d) 
[n:127.0.0.1:36219_es_d c:control_collection   x:collection1] 
o.a.s.c.CoreContainer Creating SolrCore 'collection1' using configuration from 
collection control_collection
   [junit4]   2> 349795 INFO  
(coreLoadExecutor-423-thread-1-processing-n:127.0.0.1:36219_es_d) 
[n:127.0.0.1:36219_es_d c:control_collection   x:collection1] o.a.s.c.SolrCore 
[[collection1] ] Opening new SolrCore at 
[/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.ShardSplitTest_A5BF49B1247F4558-001/control-001/cores/collection1],
 
dataDir=[/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.ShardSplitTest_A5BF49B1247F4558-001/control-001/cores/collection1/data/]
   [junit4]   2> 349795 INFO  
(coreLoadExecutor-423-thread-1-processing-n:127.0.0.1:36219_es_d) 
[n:127.0.0.1:36219_es_d c:control_collection   x:collection1] 
o.a.s.c.JmxMonitoredMap JMX monitoring is enabled. Adding Solr mbeans to JMX 
Server: com.sun.jmx.mbeanserver.JmxMBeanServer@1101811
   [junit4]   2> 349799 INFO  
(coreLoadExecutor-423-thread-1-processing-n:127.0.0.1:36219_es_d) 
[n:127.0.0.1:36219_es_d c:control_collection   x:collection1] 
o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class 
org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: 
maxMergeAtOnce=31, maxMergeAtOnceExplicit=13, maxMergedSegmentMB=81.828125, 
floorSegmentMB=0.6337890625, forceMergeDeletesPctAllowed=23.314287901425548, 
segmentsPerTier=26.0, maxCFSSegmentSizeMB=8.796093022207999E12, 
noCFSRatio=0.5727561160822557
   [junit4]   2> 349852 WARN  
(coreLoadExecutor-423-thread-1-processing-n:127.0.0.1:36219_es_d) 
[n:127.0.0.1:36219_es_d c:control_collection   x:collection1] 
o.a.s.c.RequestHandlers INVALID paramSet a in requestHandler {type = 
requestHandler,name = /dump,class = DumpRequestHandler,attributes = 
{initParams=a, name=/dump, class=DumpRequestHandler},args = 
{defaults={a=A,b=B}}}
   [junit4]   2> 349970 INFO  
(coreLoadExecutor-423-thread-1-processing-n:127.0.0.1:36219_es_d) 
[n:127.0.0.1:36219_es_d c:control_collection   x:collection1] 
o.a.s.u.UpdateHandler Using UpdateLog implementation: 
org.apache.solr.update.UpdateLog
   [junit4]   2> 349970 INFO  
(coreLoadExecutor-423-thread-1-processing-n:127.0.0.1:36219_es_d) 
[n:127.0.0.1:36219_es_d c:control_collection   x:collection1] o.a.s.u.UpdateLog 
Initializing UpdateLog: dataDir= defaultSyncLevel=FLUSH numRecordsToKeep=100 
maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 349973 INFO  
(coreLoadExecutor-423-thread-1-processing-n:127.0.0.1:36219_es_d) 
[n:127.0.0.1:36219_es_d c:control_collection   x:collection1] 
o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 349973 INFO  
(coreLoadExecutor-423-thread-1-processing-n:127.0.0.1:36219_es_d) 
[n:127.0.0.1:36219_es_d c:control_collection   x:collection1] 
o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 349974 INFO  
(coreLoadExecutor-423-thread-1-processing-n:127.0.0.1:36219_es_d) 
[n:127.0.0.1:36219_es_d c:control_collection   x:collection1] 
o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class 
org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: 
maxMergeAtOnce=43, maxMergeAtOnceExplicit=28, maxMergedSegmentMB=92.66796875, 
floorSegmentMB=1.1953125, forceMergeDeletesPctAllowed=20.51084081754012, 
segmentsPerTier=43.0, maxCFSSegmentSizeMB=8.796093022207999E12, 
noCFSRatio=0.11678862514447355
   [junit4]   2> 349975 INFO  
(coreLoadExecutor-423-thread-1-processing-n:127.0.0.1:36219_es_d) 
[n:127.0.0.1:36219_es_d c:control_collection   x:collection1] 
o.a.s.s.SolrIndexSearcher Opening [Searcher@18da8c0[collection1] main]
   [junit4]   2> 349977 INFO  
(coreLoadExecutor-423-thread-1-processing-n:127.0.0.1:36219_es_d) 
[n:127.0.0.1:36219_es_d c:control_collection   x:collection1] 
o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: 
/configs/conf1
   [junit4]   2> 349978 INFO  
(coreLoadExecutor-423-thread-1-processing-n:127.0.0.1:36219_es_d) 
[n:127.0.0.1:36219_es_d c:control_collection   x:collection1] 
o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using 
ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 349978 INFO  
(coreLoadExecutor-423-thread-1-processing-n:127.0.0.1:36219_es_d) 
[n:127.0.0.1:36219_es_d c:control_collection   x:collection1] 
o.a.s.h.ReplicationHandler Commits will be reserved for  10000
   [junit4]   2> 350006 INFO  
(searcherExecutor-424-thread-1-processing-n:127.0.0.1:36219_es_d x:collection1 
c:control_collection) [n:127.0.0.1:36219_es_d c:control_collection   
x:collection1] o.a.s.c.SolrCore [collection1] Registered new searcher 
Searcher@18da8c0[collection1] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 350007 INFO  
(coreLoadExecutor-423-thread-1-processing-n:127.0.0.1:36219_es_d) 
[n:127.0.0.1:36219_es_d c:control_collection   x:collection1] o.a.s.u.UpdateLog 
Could not find max version in index or recent updates, using new clock 
1560835551773327360
   [junit4]   2> 350017 INFO  
(coreZkRegister-416-thread-1-processing-n:127.0.0.1:36219_es_d x:collection1 
c:control_collection) [n:127.0.0.1:36219_es_d c:control_collection s:shard1 
r:core_node1 x:collection1] o.a.s.c.ShardLeaderElectionContext Enough replicas 
found to continue.
   [junit4]   2> 350018 INFO  
(coreZkRegister-416-thread-1-processing-n:127.0.0.1:36219_es_d x:collection1 
c:control_collection) [n:127.0.0.1:36219_es_d c:control_collection s:shard1 
r:core_node1 x:collection1] o.a.s.c.ShardLeaderElectionContext I may be the new 
leader - try and sync
   [junit4]   2> 350018 INFO  
(coreZkRegister-416-thread-1-processing-n:127.0.0.1:36219_es_d x:collection1 
c:control_collection) [n:127.0.0.1:36219_es_d c:control_collection s:shard1 
r:core_node1 x:collection1] o.a.s.c.SyncStrategy Sync replicas to 
http://127.0.0.1:36219/es_d/collection1/
   [junit4]   2> 350018 INFO  
(coreZkRegister-416-thread-1-processing-n:127.0.0.1:36219_es_d x:collection1 
c:control_collection) [n:127.0.0.1:36219_es_d c:control_collection s:shard1 
r:core_node1 x:collection1] o.a.s.c.SyncStrategy Sync Success - now sync 
replicas to me
   [junit4]   2> 350018 INFO  
(coreZkRegister-416-thread-1-processing-n:127.0.0.1:36219_es_d x:collection1 
c:control_collection) [n:127.0.0.1:36219_es_d c:control_collection s:shard1 
r:core_node1 x:collection1] o.a.s.c.SyncStrategy 
http://127.0.0.1:36219/es_d/collection1/ has no replicas
   [junit4]   2> 350018 INFO  
(coreZkRegister-416-thread-1-processing-n:127.0.0.1:36219_es_d x:collection1 
c:control_collection) [n:127.0.0.1:36219_es_d c:control_collection s:shard1 
r:core_node1 x:collection1] o.a.s.c.ShardLeaderElectionContext Found all 
replicas participating in election, clear LIR
   [junit4]   2> 350026 INFO  
(coreZkRegister-416-thread-1-processing-n:127.0.0.1:36219_es_d x:collection1 
c:control_collection) [n:127.0.0.1:36219_es_d c:control_collection s:shard1 
r:core_node1 x:collection1] o.a.s.c.ShardLeaderElectionContext I am the new 
leader: http://127.0.0.1:36219/es_d/collection1/ shard1
   [junit4]   2> 350179 INFO  
(coreZkRegister-416-thread-1-processing-n:127.0.0.1:36219_es_d x:collection1 
c:control_collection) [n:127.0.0.1:36219_es_d c:control_collection s:shard1 
r:core_node1 x:collection1] o.a.s.c.ZkController I am the leader, no recovery 
necessary
   [junit4]   2> 350440 INFO  
(TEST-ShardSplitTest.testSplitAfterFailedSplit-seed#[A5BF49B1247F4558]) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 350441 INFO  
(TEST-ShardSplitTest.testSplitAfterFailedSplit-seed#[A5BF49B1247F4558]) [    ] 
o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:36251/solr ready
   [junit4]   2> 350442 INFO  
(TEST-ShardSplitTest.testSplitAfterFailedSplit-seed#[A5BF49B1247F4558]) [    ] 
o.a.s.c.ChaosMonkey monkey: init - expire sessions:false cause connection 
loss:false
   [junit4]   2> 350730 INFO  
(TEST-ShardSplitTest.testSplitAfterFailedSplit-seed#[A5BF49B1247F4558]) [    ] 
o.a.s.SolrTestCaseJ4 Writing core.properties file to 
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.ShardSplitTest_A5BF49B1247F4558-001/shard-1-001/cores/collection1
   [junit4]   2> 350730 INFO  
(TEST-ShardSplitTest.testSplitAfterFailedSplit-seed#[A5BF49B1247F4558]) [    ] 
o.a.s.c.AbstractFullDistribZkTestBase create jetty 1 in directory 
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.ShardSplitTest_A5BF49B1247F4558-001/shard-1-001
   [junit4]   2> 350732 INFO  
(TEST-ShardSplitTest.testSplitAfterFailedSplit-seed#[A5BF49B1247F4558]) [    ] 
o.e.j.s.Server jetty-9.3.14.v20161028
   [junit4]   2> 350733 INFO  
(TEST-ShardSplitTest.testSplitAfterFailedSplit-seed#[A5BF49B1247F4558]) [    ] 
o.e.j.s.h.ContextHandler Started 
o.e.j.s.ServletContextHandler@127006a{/es_d,null,AVAILABLE}
   [junit4]   2> 350734 INFO  
(TEST-ShardSplitTest.testSplitAfterFailedSplit-seed#[A5BF49B1247F4558]) [    ] 
o.e.j.s.AbstractConnector Started 
ServerConnector@17489a7{HTTP/1.1,[http/1.1]}{127.0.0.1:38345}
   [junit4]   2> 350735 INFO  
(TEST-ShardSplitTest.testSplitAfterFailedSplit-seed#[A5BF49B1247F4558]) [    ] 
o.e.j.s.Server Started @352138ms
   [junit4]   2> 350735 INFO  
(TEST-ShardSplitTest.testSplitAfterFailedSplit-seed#[A5BF49B1247F4558]) [    ] 
o.a.s.c.s.e.JettySolrRunner Jetty properties: 
{solr.data.dir=/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.ShardSplitTest_A5BF49B1247F4558-001/tempDir-001/jetty1,
 solrconfig=solrconfig.xml, hostContext=/es_d, hostPort=38345, 
coreRootDirectory=/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/../../../../../../../../../home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.ShardSplitTest_A5BF49B1247F4558-001/shard-1-001/cores}
   [junit4]   2> 350735 ERROR 
(TEST-ShardSplitTest.testSplitAfterFailedSplit-seed#[A5BF49B1247F4558]) [    ] 
o.a.s.s.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be 
missing or incomplete.
   [junit4]   2> 350738 INFO  
(TEST-ShardSplitTest.testSplitAfterFailedSplit-seed#[A5BF49B1247F4558]) [    ] 
o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr™ version 
7.0.0
   [junit4]   2> 350738 INFO  
(TEST-ShardSplitTest.testSplitAfterFailedSplit-seed#[A5BF49B1247F4558]) [    ] 
o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 350738 INFO  
(TEST-ShardSplitTest.testSplitAfterFailedSplit-seed#[A5BF49B1247F4558]) [    ] 
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 350739 INFO  
(TEST-ShardSplitTest.testSplitAfterFailedSplit-seed#[A5BF49B1247F4558]) [    ] 
o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 
2017-03-03T08:12:58.592Z
   [junit4]   2> 350743 INFO  
(TEST-ShardSplitTest.testSplitAfterFailedSplit-seed#[A5BF49B1247F4558]) [    ] 
o.a.s.s.SolrDispatchFilter Loading solr.xml from SolrHome (not found in 
ZooKeeper)
   [junit4]   2> 350743 INFO  
(TEST-ShardSplitTest.testSplitAfterFailedSplit-seed#[A5BF49B1247F4558]) [    ] 
o.a.s.c.SolrXmlConfig Loading container configuration from 
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.ShardSplitTest_A5BF49B1247F4558-001/shard-1-001/solr.xml
   [junit4]   2> 350765 INFO  
(TEST-ShardSplitTest.testSplitAfterFailedSplit-seed#[A5BF49B1247F4558]) [    ] 
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:36251/solr
   [junit4]   2> 350779 INFO  
(TEST-ShardSplitTest.testSplitAfterFailedSplit-seed#[A5BF49B1247F4558]) 
[n:127.0.0.1:38345_es_d    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (0) -> (1)
   [junit4]   2> 350781 INFO  
(TEST-ShardSplitTest.testSplitAfterFailedSplit-seed#[A5BF49B1247F4558]) 
[n:127.0.0.1:38345_es_d    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 350785 INFO  
(TEST-ShardSplitTest.testSplitAfterFailedSplit-seed#[A5BF49B1247F4558]) 
[n:127.0.0.1:38345_es_d    ] o.a.s.c.ZkController Register node as live in 
ZooKeeper:/live_nodes/127.0.0.1:38345_es_d
   [junit4]   2> 350787 INFO  
(zkCallback-181-thread-2-processing-n:127.0.0.1:36219_es_d) 
[n:127.0.0.1:36219_es_d    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (1) -> (2)
   [junit4]   2> 350788 INFO  (zkCallback-185-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 350790 INFO  
(zkCallback-190-thread-1-processing-n:127.0.0.1:38345_es_d) 
[n:127.0.0.1:38345_es_d    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (1) -> (2)
   [junit4]   2> 350981 INFO  
(TEST-ShardSplitTest.testSplitAfterFailedSplit-seed#[A5BF49B1247F4558]) 
[n:127.0.0.1:38345_es_d    ] o.a.s.c.CorePropertiesLocator Found 1 core 
definitions underneath 
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/../../../../../../../../../home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.ShardSplitTest_A5BF49B1247F4558-001/shard-1-001/cores
   [junit4]   2> 350981 INFO  
(TEST-ShardSplitTest.testSplitAfterFailedSplit-seed#[A5BF49B1247F4558]) 
[n:127.0.0.1:38345_es_d    ] o.a.s.c.CorePropertiesLocator Cores are: 
[collection1]
   [junit4]   2> 350987 INFO  
(OverseerStateUpdate-97552221832019972-127.0.0.1:36219_es_d-n_0000000000) 
[n:127.0.0.1:36219_es_d    ] o.a.s.c.o.ReplicaMutator Assigning new node to 
shard shard=shard2
   [junit4]   2> 352037 WARN  
(coreLoadExecutor-434-thread-1-processing-n:127.0.0.1:38345_es_d) 
[n:127.0.0.1:38345_es_d c:collection1   x:collection1] o.a.s.c.Config Beginning 
with Solr 5.5, <mergePolicy> is deprecated, use <mergePolicyFactory> instead.
   [junit4]   2> 352039 INFO  
(coreLoadExecutor-434-thread-1-processing-n:127.0.0.1:38345_es_d) 
[n:127.0.0.1:38345_es_d c:collection1   x:collection1] o.a.s.c.SolrConfig Using 
Lucene MatchVersion: 7.0.0
   [junit4]   2> 352121 INFO  
(coreLoadExecutor-434-thread-1-processing-n:127.0.0.1:38345_es_d) 
[n:127.0.0.1:38345_es_d c:collection1   x:collection1] o.a.s.s.IndexSchema 
[collection1] Schema name=test
   [junit4]   2> 352468 WARN  
(coreLoadExecutor-434-thread-1-processing-n:127.0.0.1:38345_es_d) 
[n:127.0.0.1:38345_es_d c:collection1   x:collection1] o.a.s.s.IndexSchema 
[collection1] default search field in schema is text. WARNING: Deprecated, 
please use 'df' on request instead.
   [junit4]   2> 352470 INFO  
(coreLoadExecutor-434-thread-1-processing-n:127.0.0.1:38345_es_d) 
[n:127.0.0.1:38345_es_d c:collection1   x:collection1] o.a.s.s.IndexSchema 
Loaded schema test/1.6 with uniqueid field id
   [junit4]   2> 352518 INFO  
(coreLoadExecutor-434-thread-1-processing-n:127.0.0.1:38345_es_d) 
[n:127.0.0.1:38345_es_d c:collection1   x:collection1] o.a.s.c.CoreContainer 
Creating SolrCore 'collection1' using configuration from collection collection1
   [junit4]   2> 352519 INFO  
(coreLoadExecutor-434-thread-1-processing-n:127.0.0.1:38345_es_d) 
[n:127.0.0.1:38345_es_d c:collection1   x:collection1] o.a.s.c.SolrCore 
[[collection1] ] Opening new SolrCore at 
[/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.ShardSplitTest_A5BF49B1247F4558-001/shard-1-001/cores/collection1],
 
dataDir=[/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/../../../../../../../../../home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.ShardSplitTest_A5BF49B1247F4558-001/shard-1-001/cores/collection1/data/]
   [junit4]   2> 352519 INFO  
(coreLoadExecutor-434-thread-1-processing-n:127.0.0.1:38345_es_d) 
[n:127.0.0.1:38345_es_d c:collection1   x:collection1] o.a.s.c.JmxMonitoredMap 
JMX monitoring is enabled. Adding Solr mbeans to JMX Server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@1101811
   [junit4]   2> 352522 INFO  
(coreLoadExecutor-434-thread-1-processing-n:127.0.0.1:38345_es_d) 
[n:127.0.0.1:38345_es_d c:collection1   x:collection1] 
o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class 
org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: 
maxMergeAtOnce=31, maxMergeAtOnceExplicit=13, maxMergedSegmentMB=81.828125, 
floorSegmentMB=0.6337890625, forceMergeDeletesPctAllowed=23.314287901425548, 
segmentsPerTier=26.0, maxCFSSegmentSizeMB=8.796093022207999E12, 
noCFSRatio=0.5727561160822557
   [junit4]   2> 352593 WARN  
(coreLoadExecutor-434-thread-1-processing-n:127.0.0.1:38345_es_d) 
[n:127.0.0.1:38345_es_d c:collection1   x:collection1] o.a.s.c.RequestHandlers 
INVALID paramSet a in requestHandler {type = requestHandler,name = /dump,class 
= DumpRequestHandler,attributes = {initParams=a, name=/dump, 
class=DumpRequestHandler},args = {defaults={a=A,b=B}}}
   [junit4]   2> 352723 INFO  
(coreLoadExecutor-434-thread-1-processing-n:127.0.0.1:38345_es_d) 
[n:127.0.0.1:38345_es_d c:collection1   x:collection1] o.a.s.u.UpdateHandler 
Using UpdateLog implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 352723 INFO  
(coreLoadExecutor-434-thread-1-processing-n:127.0.0.1:38345_es_d) 
[n:127.0.0.1:38345_es_d c:collection1   x:collection1] o.a.s.u.UpdateLog 
Initializing UpdateLog: dataDir= defaultSyncLevel=FLUSH numRecordsToKeep=100 
maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 352732 INFO  
(coreLoadExecutor-434-thread-1-processing-n:127.0.0.1:38345_es_d) 
[n:127.0.0.1:38345_es_d c:collection1   x:collection1] o.a.s.u.CommitTracker 
Hard AutoCommit: disabled
   [junit4]   2> 352732 INFO  
(coreLoadExecutor-434-thread-1-processing-n:127.0.0.1:38345_es_d) 
[n:127.0.0.1:38345_es_d c:collection1   x:collection1] o.a.s.u.CommitTracker 
Soft AutoCommit: disabled
   [junit4]   2> 352734 INFO  
(coreLoadExecutor-434-thread-1-processing-n:127.0.0.1:38345_es_d) 
[n:127.0.0.1:38345_es_d c:collection1   x:collection1] 
o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class 
org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: 
maxMergeAtOnce=43, maxMergeAtOnceExplicit=28, maxMergedSegmentMB=92.66796875, 
floorSegmentMB=1.1953125, forceMergeDeletesPctAllowed=20.51084081754012, 
segmentsPerTier=43.0, maxCFSSegmentSizeMB=8.796093022207999E12, 
noCFSRatio=0.11678862514447355
   [junit4]   2> 352735 INFO  
(coreLoadExecutor-434-thread-1-processing-n:127.0.0.1:38345_es_d) 
[n:127.0.0.1:38345_es_d c:collection1   x:collection1] 
o.a.s.s.SolrIndexSearcher Opening [Searcher@dad4ab[collection1] main]
   [junit4]   2> 352742 INFO  
(coreLoadExecutor-434-thread-1-processing-n:127.0.0.1:38345_es_d) 
[n:127.0.0.1:38345_es_d c:collection1   x:collection1] 
o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: 
/configs/conf1
   [junit4]   2> 352743 INFO  
(coreLoadExecutor-434-thread-1-processing-n:127.0.0.1:38345_es_d) 
[n:127.0.0.1:38345_es_d c:collection1   x:collection1] 
o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using 
ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 352743 INFO  
(coreLoadExecutor-434-thread-1-processing-n:127.0.0.1:38345_es_d) 
[n:127.0.0.1:38345_es_d c:collection1   x:collection1] 
o.a.s.h.ReplicationHandler Commits will be reserved for  10000
   [junit4]   2> 352748 INFO  
(searcherExecutor-435-thread-1-processing-n:127.0.0.1:38345_es_d x:collection1 
c:collection1) [n:127.0.0.1:38345_es_d c:collection1   x:collection1] 
o.a.s.c.SolrCore [collection1] Registered new searcher 
Searcher@dad4ab[collection1] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 352759 INFO  
(coreLoadExecutor-434-thread-1-processing-n:127.0.0.1:38345_es_d) 
[n:127.0.0.1:38345_es_d c:collection1   x:collection1] o.a.s.u.UpdateLog Could 
not find max version in index or recent updates, using new clock 
1560835554659008512
   [junit4]   2> 352770 INFO  
(coreZkRegister-429-thread-1-processing-n:127.0.0.1:38345_es_d x:collection1 
c:collection1) [n:127.0.0.1:38345_es_d c:collection1 s:shard2 r:core_node1 
x:collection1] o.a.s.c.ShardLeaderElectionContext Enough replicas found to 
continue.
   [junit4]   2> 352770 INFO  
(coreZkRegister-429-thread-1-processing-n:127.0.0.1:38345_es_d x:collection1 
c:collection1) [n:127.0.0.1:38345_es_d c:collection1 s:shard2 r:core_node1 
x:collection1] o.a.s.c.ShardLeaderElectionContext I may be the new leader - try 
and sync
   [junit4]   2> 352770 INFO  
(coreZkRegister-429-thread-1-processing-n:127.0.0.1:38345_es_d x:collection1 
c:collection1) [n:127.0.0.1:38345_es_d c:collection1 s:shard2 r:core_node1 
x:collection1] o.a.s.c.SyncStrategy Sync replicas to 
http://127.0.0.1:38345/es_d/collection1/
   [junit4]   2> 352771 INFO  
(coreZkRegister-429-thread-1-processing-n:127.0.0.1:38345_es_d x:collection1 
c:collection1) [n:127.0.0.1:38345_es_d c:collection1 s:shard2 r:core_node1 
x:collection1] o.a.s.c.SyncStrategy Sync Success - now sync replicas to me
   [junit4]   2> 352771 INFO  
(coreZkRegister-429-thread-1-processing-n:127.0.0.1:38345_es_d x:collection1 
c:collection1) [n:127.0.0.1:38345_es_d c:collection1 s:shard2 r:core_node1 
x:collection1] o.a.s.c.SyncStrategy http://127.0.0.1:38345/es_d/collection1/ 
has no replicas
   [junit4]   2> 352771 INFO  
(coreZkRegister-429-thread-1-processing-n:127.0.0.1:38345_es_d x:collection1 
c:collection1) [n:127.0.0.1:38345_es_d c:collection1 s:shard2 r:core_node1 
x:collection1] o.a.s.c.ShardLeaderElectionContext Found all replicas 
participating in election, clear LIR
   [junit4]   2> 352777 INFO  
(coreZkRegister-429-thread-1-processing-n:127.0.0.1:38345_es_d x:collection1 
c:collection1) [n:127.0.0.1:38345_es_d c:collection1 s:shard2 r:core_node1 
x:collection1] o.a.s.c.ShardLeaderElectionContext I am the new leader: 
http://127.0.0.1:38345/es_d/collection1/ shard2
   [junit4]   2> 352928 INFO  
(coreZkRegister-429-thread-1-processing-n:127.0.0.1:38345_es_d x:collection1 
c:collection1) [n:127.0.0.1:38345_es_d c:collection1 s:shard2 r:core_node1 
x:collection1] o.a.s.c.ZkController I am the leader, no recovery necessary
   [junit4]   2> 353400 INFO  
(TEST-ShardSplitTest.testSplitAfterFailedSplit-seed#[A5BF49B1247F4558]) [    ] 
o.a.s.SolrTestCaseJ4 Writing core.properties file to 
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.ShardSplitTest_A5BF49B1247F4558-001/shard-2-001/cores/collection1
   [junit4]   2> 353401 INFO  
(TEST-ShardSplitTest.testSplitAfterFailedSplit-seed#[A5BF49B1247F4558]) [    ] 
o.a.s.c.AbstractFullDistribZkTestBase create jetty 2 in directory 
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.ShardSplitTest_A5BF49B1247F4558-001/shard-2-001
   [junit4]   2> 353402 INFO  
(TEST-ShardSplitTest.testSplitAfterFailedSplit-seed#[A5BF49B1247F4558]) [    ] 
o.e.j.s.Server jetty-9.3.14.v20161028
   [junit4]   2> 353403 INFO  
(TEST-ShardSplitTest.testSplitAfterFailedSplit-seed#[A5BF49B1247F4558]) [    ] 
o.e.j.s.h.ContextHandler Started 
o.e.j.s.ServletContextHandler@1046f76{/es_d,null,AVAILABLE}
   [junit4]   2> 353404 INFO  
(TEST-ShardSplitTest.testSplitAfterFailedSplit-seed#[A5BF49B1247F4558]) [    ] 
o.e.j.s.AbstractConnector Started 
ServerConnector@c28f2b{HTTP/1.1,[http/1.1]}{127.0.0.1:37459}
   [junit4]   2> 353404 INFO  
(TEST-ShardSplitTest.testSplitAfterFailedSplit-seed#[A5BF49B1247F4558]) [    ] 
o.e.j.s.Server Started @354807ms
   [junit4]   2> 353404 INFO  
(TEST-ShardSplitTest.testSplitAfterFailedSplit-seed#[A5BF49B1247F4558]) [    ] 
o.a.s.c.s.e.JettySolrRunner Jetty properties: 
{solr.data.dir=/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.ShardSplitTest_A5BF49B1247F4558-001/tempDir-001/jetty2,
 solrconfig=solrconfig.xml, hostContext=/es_d, hostPort=37459, 
coreRootDirectory=/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.ShardSplitTest_A5BF49B1247F4558-001/shard-2-001/cores}
   [junit4]   2> 353404 ERROR 
(TEST-ShardSplitTest.testSplitAfterFailedSplit-seed#[A5BF49B1247F4558]) [    ] 
o.a.s.s.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be 
missing or incomplete.
   [junit4]   2> 353405 INFO  
(TEST-ShardSplitTest.testSplitAfterFailedSplit-seed#[A5BF49B1247F4558]) [    ] 
o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr™ version 
7.0.0
   [junit4]   2> 353405 INFO  
(TEST-ShardSplitTest.testSplitAfterFailedSplit-seed#[A5BF49B1247F4558]) [    ] 
o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 353405 INFO  
(TEST-ShardSplitTest.testSplitAfterFailedSplit-seed#[A5BF49B1247F4558]) [    ] 
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 353405 INFO  
(TEST-ShardSplitTest.testSplitAfterFailedSplit-seed#[A5BF49B1247F4558]) [    ] 
o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 
2017-03-03T08:13:01.258Z
   [junit4]   2> 353410 INFO  
(TEST-ShardSplitTest.testSplitAfterFailedSplit-seed#[A5BF49B1247F4558]) [    ] 
o.a.s.s.SolrDispatchFilter Loading solr.xml from SolrHome (not found in 
ZooKeeper)
   [junit4]   2> 353410 INFO  
(TEST-ShardSplitTest.testSplitAfterFailedSplit-seed#[A5BF49B1247F4558]) [    ] 
o.a.s.c.SolrXmlConfig Loading container configuration from 
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.ShardSplitTest_A5BF49B1247F4558-001/shard-2-001/solr.xml
   [junit4]   2> 353444 INFO  
(TEST-ShardSplitTest.testSplitAfterFailedSplit-seed#[A5BF49B1247F4558]) [    ] 
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:36251/solr
   [junit4]   2> 353463 INFO  
(TEST-ShardSplitTest.testSplitAfterFailedSplit-seed#[A5BF49B1247F4558]) 
[n:127.0.0.1:37459_es_d    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (0) -> (2)
   [junit4]   2> 353465 INFO  
(TEST-ShardSplitTest.testSplitAfterFailedSplit-seed#[A5BF49B1247F4558]) 
[n:127.0.0.1:37459_es_d    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 353467 INFO  
(TEST-ShardSplitTest.testSplitAfterFailedSplit-seed#[A5BF49B1247F4558]) 
[n:127.0.0.1:37459_es_d    ] o.a.s.c.ZkController Register node as live in 
ZooKeeper:/live_nodes/127.0.0.1:37459_es_d
   [junit4]   2> 353469 INFO  
(zkCallback-190-thread-1-processing-n:127.0.0.1:38345_es_d) 
[n:127.0.0.1:38345_es_d    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (2) -> (3)
   [junit4]   2> 353469 INFO  (zkCallback-185-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 353469 INFO  
(zkCallback-181-thread-2-processing-n:127.0.0.1:36219_es_d) 
[n:127.0.0.1:36219_es_d    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (2) -> (3)
   [junit4]   2> 353471 INFO  
(zkCallback-196-thread-1-processing-n:127.0.0.1:37459_es_d) 
[n:127.0.0.1:37459_es_d    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (2) -> (3)
   [junit4]   2> 353680 INFO  
(TEST-ShardSplitTest.testSplitAfterFailedSplit-seed#[A5BF49B1247F4558]) 
[n:127.0.0.1:37459_es_d    ] o.a.s.c.CorePropertiesLocator Found 1 core 
definitions underneath 
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.ShardSplitTest_A5BF49B1247F4558-001/shard-2-001/cores
   [junit4]   2> 353680 INFO  
(TEST-ShardSplitTest.testSplitAfterFailedSplit-seed#[A5BF49B1247F4558]) 
[n:127.0.0.1:37459_es_d    ] o.a.s.c.CorePropertiesLocator Cores are: 
[collection1]
   [junit4]   2> 353682 INFO  
(OverseerStateUpdate-97552221832019972-127.0.0.1:36219_es_d-n_0000000000) 
[n:127.0.0.1:36219_es_d    ] o.a.s.c.o.ReplicaMutator Assigning new node to 
shard shard=shard1
   [junit4]   2> 354704 WARN  
(coreLoadExecutor-445-thread-1-processing-n:127.0.0.1:37459_es_d) 
[n:127.0.0.1:37459_es_d c:collection1   x:collection1] o.a.s.c.Config Beginning 
with Solr 5.5, <mergePolicy> is deprecated, use <mergePolicyFactory> instead.
   [junit4]   2> 354704 INFO  
(coreLoadExecutor-445-thread-1-processing-n:127.0.0.1:37459_es_d) 
[n:127.0.0.1:37459_es_d c:collection1   x:collection1] o.a.s.c.SolrConfig Using 
Lucene MatchVersion: 7.0.0
   [junit4]   2> 354816 INFO  
(coreLoadExecutor-445-thread-1-processing-n:127.0.0.1:37459_es_d) 
[n:127.0.0.1:37459_es_d c:collection1   x:collection1] o.a.s.s.IndexSchema 
[collection1] Schema name=test
   [junit4]   2> 355143 WARN  
(coreLoadExecutor-445-thread-1-processing-n:127.0.0.1:37459_es_d) 
[n:127.0.0.1:37459_es_d c:collection1   x:collection1] o.a.s.s.IndexSchema 
[collection1] default search field in schema is text. WARNING: Deprecated, 
please use 'df' on request instead.
   [junit4]   2> 355145 INFO  
(coreLoadExecutor-445-thread-1-processing-n:127.0.0.1:37459_es_d) 
[n:127.0.0.1:37459_es_d c:collection1   x:collection1] o.a.s.s.IndexSchema 
Loaded schema test/1.6 with uniqueid field id
   [junit4]   2> 355193 INFO  
(coreLoadExecutor-445-thread-1-processing-n:127.0.0.1:37459_es_d) 
[n:127.0.0.1:37459_es_d c:collection1   x:collection1] o.a.s.c.CoreContainer 
Creating SolrCore 'collection1' using configuration from collection collection1
   [junit4]   2> 355194 INFO  
(coreLoadExecutor-445-thread-1-processing-n:127.0.0.1:37459_es_d) 
[n:127.0.0.1:37459_es_d c:collection1   x:collection1] o.a.s.c.SolrCore 
[[collection1] ] Opening new SolrCore at 
[/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.ShardSplitTest_A5BF49B1247F4558-001/shard-2-001/cores/collection1],
 
dataDir=[/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.ShardSplitTest_A5BF49B1247F4558-001/shard-2-001/cores/collection1/data/]
   [junit4]   2> 355194 INFO  
(coreLoadExecutor-445-thread-1-processing-n:127.0.0.1:37459_es_d) 
[n:127.0.0.1:37459_es_d c:collection1   x:collection1] o.a.s.c.JmxMonitoredMap 
JMX monitoring is enabled. Adding Solr mbeans to JMX Server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@1101811
   [junit4]   2> 355197 INFO  
(coreLoadExecutor-445-thread-1-processing-n:127.0.0.1:37459_es_d) 
[n:127.0.0.1:37459_es_d c:collection1   x:collection1] 
o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class 
org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: 
maxMergeAtOnce=31, maxMergeAtOnceExplicit=13, maxMergedSegmentMB=81.828125, 
floorSegmentMB=0.6337890625, forceMergeDeletesPctAllowed=23.314287901425548, 
segmentsPerTier=26.0, maxCFSSegmentSizeMB=8.796093022207999E12, 
noCFSRatio=0.5727561160822557
   [junit4]   2> 355242 WARN  
(coreLoadExecutor-445-thread-1-processing-n:127.0.0.1:37459_es_d) 
[n:127.0.0.1:37459_es_d c:collection1   x:collection1] o.a.s.c.RequestHandlers 
INVALID paramSet a in requestHandler {type = requestHandler,name = /dump,class 
= DumpRequestHandler,attributes = {initParams=a, name=/dump, 
class=DumpRequestHandler},args = {defaults={a=A,b=B}}}
   [junit4]   2> 355393 INFO  
(coreLoadExecutor-445-thread-1-processing-n:127.0.0.1:37459_es_d) 
[n:127.0.0.1:37459_es_d c:collection1   x:collection1] o.a.s.u.UpdateHandler 
Using UpdateLog implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 355393 INFO  
(coreLoadExecutor-445-thread-1-processing-n:127.0.0.1:37459_es_d) 
[n:127.0.0.1:37459_es_d c:collection1   x:collection1] o.a.s.u.UpdateLog 
Initializing UpdateLog: dataDir= defaultSyncLevel=FLUSH numRecordsToKeep=100 
maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 355404 INFO  
(coreLoadExecutor-445-thread-1-processing-n:127.0.0.1:37459_es_d) 
[n:127.0.0.1:37459_es_d c:collection1   x:collection1] o.a.s.u.CommitTracker 
Hard AutoCommit: disabled
   [junit4]   2> 355404 INFO  
(coreLoadExecutor-445-thread-1-processing-n:127.0.0.1:37459_es_d) 
[n:127.0.0.1:37459_es_d c:collection1   x:collection1] o.a.s.u.CommitTracker 
Soft AutoCommit: disabled
   [junit4]   2> 355406 INFO  
(coreLoadExecutor-445-thread-1-processing-n:127.0.0.1:37459_es_d) 
[n:127.0.0.1:37459_es_d c:collection1   x:collection1] 
o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class 
org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: 
maxMergeAtOnce=43, maxMergeAtOnceExplicit=28, maxMergedSegmentMB=92.66796875, 
floorSegmentMB=1.1953125, forceMergeDeletesPctAllowed=20.51084081754012, 
segmentsPerTier=43.0, maxCFSSegmentSizeMB=8.796093022207999E12, 
noCFSRatio=0.11678862514447355
   [junit4]   2> 355407 INFO  
(coreLoadExecutor-445-thread-1-processing-n:127.0.0.1:37459_es_d) 
[n:127.0.0.1:37459_es_d c:collection1   x:collection1] 
o.a.s.s.SolrIndexSearcher Opening [Searcher@3f188d[collection1] main]
   [junit4]   2> 355408 INFO  
(coreLoadExecutor-445-thread-1-processing-n:127.0.0.1:37459_es_d) 
[n:127.0.0.1:37459_es_d c:collection1   x:collection1] 
o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: 
/configs/conf1
   [junit4]   2> 355409 INFO  
(coreLoadExecutor-445-thread-1-processing-n:127.0.0.1:37459_es_d) 
[n:127.0.0.1:37459_es_d c:collection1   x:collection1] 
o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using 
ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 355409 INFO  
(coreLoadExecutor-445-thread-1-processing-n:127.0.0.1:37459_es_d) 
[n:127.0.0.1:37459_es_d c:collection1   x:collection1] 
o.a.s.h.ReplicationHandler Commits will be reserved for  10000
   [junit4]   2> 355446 INFO  
(searcherExecutor-446-thread-1-processing-n:127.0.0.1:37459_es_d x:collection1 
c:collection1) [n:127.0.0.1:37459_es_d c:collection1   x:collection1] 
o.a.s.c.SolrCore [collection1] Registered new searcher 
Searcher@3f188d[collection1] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 355448 INFO  
(coreLoadExecutor-445-thread-1-processing-n:127.0.0.1:37459_es_d) 
[n:127.0.0.1:37459_es_d c:collection1   x:collection1] o.a.s.u.UpdateLog Could 
not find max version in index or recent updates, using new clock 
1560835557478629376
   [junit4]   2> 355464 INFO  
(coreZkRegister-440-thread-1-processing-n:127.0.0.1:37459_es_d x:collection1 
c:collection1) [n:127.0.0.1:37459_es_d c:collection1 s:shard1 r:core_node2 
x:collection1] o.a.s.c.ShardLeaderElectionContext Enough replicas found to 
continue.
   [junit4]   2> 355464 INFO  
(coreZkRegister-440-thread-1-processing-n:127.0.0.1:37459_es_d x:collection1 
c:collection1) [n:127.0.0.1:37459_es_d c:collection1 s:shard1 r:core_node2 
x:collection1] o.a.s.c.ShardLeaderElectionContext I may be the new leader - try 
and sync
   [junit4]   2> 355464 INFO  
(coreZkRegister-440-thread-1-processing-n:127.0.0.1:37459_es_d x:collection1 
c:collection1) [n:127.0.0.1:37459_es_d c:collection1 s:shard1 r:core_node2 
x:collection1] o.a.s.c.SyncStrategy Sync replicas to 
http://127.0.0.1:37459/es_d/collection1/
   [junit4]   2> 355464 INFO  
(coreZkRegister-440-thread-1-processing-n:127.0.0.1:37459_es_d x:collection1 
c:collection1) [n:127.0.0.1:37459_es_d c:collection1 s:shard1 r:core_node2 
x:collection1] o.a.s.c.SyncStrategy Sync Success - now sync replicas to me
   [junit4]   2> 355464 INFO  
(coreZkRegister-440-thread-1-processing-n:127.0.0.1:37459_es_d x:collection1 
c:collection1) [n:127.0.0.1:37459_es_d c:collection1 s:shard1 r:core_node2 
x:collection1] o.a.s.c.SyncStrategy http://127.0.0.1:37459/es_d/collection1/ 
has no replicas
   [junit4]   2> 355464 INFO  
(coreZkRegister-440-thread-1-processing-n:127.0.0.1:37459_es_d x:collection1 
c:collection1) [n:127.0.0.1:37459_es_d c:collection1 s:shard1 r:core_node2 
x:collection1] o.a.s.c.ShardLeaderElectionContext Found all replicas 
participating in election, clear LIR
   [junit4]   2> 355471 INFO  
(coreZkRegister-440-thread-1-processing-n:127.0.0.1:37459_es_d x:collection1 
c:collection1) [n:127.0.0.1:37459_es_d c:collection1 s:shard1 r:core_node2 
x:collection1] o.a.s.c.ShardLeaderElectionContext I am the new leader: 
http://127.0.0.1:37459/es_d/collection1/ shard1
   [junit4]   2> 355622 INFO  
(coreZkRegister-440-thread-1-processing-n:127.0.0.1:37459_es_d x:collection1 
c:collection1) [n:127.0.0.1:37459_es_d c:collection1 s:shard1 r:core_node2 
x:collection1] o.a.s.c.ZkController I am the leader, no recovery necessary
   [junit4]   2> 355964 INFO  
(TEST-ShardSplitTest.testSplitAfterFailedSplit-seed#[A5BF49B1247F4558]) [    ] 
o.a.s.SolrTestCaseJ4 Writing core.properties file to 
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.ShardSplitTest_A5BF49B1247F4558-001/shard-3-001/cores/collection1
   [junit4]   2> 355965 INFO  
(TEST-ShardSplitTest.testSplitAfterFailedSplit-seed#[A5BF49B1247F4558]) [    ] 
o.a.s.c.AbstractFullDistribZkTestBase create jetty 3 in directory 
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.ShardSplitTest_A5BF49B1247F4558-001/shard-3-001
   [junit4]   2> 355966 INFO  
(TEST-ShardSplitTest.testSplitAfterFailedSplit-seed#[A5BF49B1247F4558]) [    ] 
o.e.j.s.Server jetty-9.3.14.v20161028
   [junit4]   2> 355968 INFO  
(TEST-ShardSplitTest.testSplitAfterFailedSplit-seed#[A5BF49B1247F4558]) [    ] 
o.e.j.s.h.ContextHandler Started 
o.e.j.s.ServletContextHandler@149ecb{/es_d,null,AVAILABLE}
   [junit4]   2> 355969 INFO  
(TEST-ShardSplitTest.testSplitAfterFailedSplit-seed#[A5BF49B1247F4558]) [    ] 
o.e.j.s.AbstractConnector Started 
ServerConnector@c42d4d{HTTP/1.1,[http/1.1]}{127.0.0.1:42069}
   [junit4]   2> 355969 INFO  
(TEST-ShardSplitTest.testSplitAfterFailedSplit-seed#[A5BF49B1247F4558]) [    ] 
o.e.j.s.Server Started @357372ms
   [junit4]   2> 355969 INFO  
(TEST-ShardSplitTest.testSplitAfterFailedSplit-seed#[A5BF49B1247F4558]) [    ] 
o.a.s.c.s.e.JettySolrRunner Jetty properties: 
{solr.data.dir=/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.ShardSplitTest_A5BF49B1247F4558-001/tempDir-001/jetty3,
 solrconfig=solrconfig.xml, hostContext=/es_d, hostPort=42069, 
coreRootDirectory=/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/../../../../../../../../../home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.ShardSplitTest_A5BF49B1247F4558-001/shard-3-001/cores}
   [junit4]   2> 355969 ERROR 
(TEST-ShardSplitTest.testSplitAfterFailedSplit-seed#[A5BF49B1247F4558]) [    ] 
o.a.s.s.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be 
missing or incomplete.
   [junit4]   2> 355974 INFO  
(TEST-ShardSplitTest.testSplitAfterFailedSplit-seed#[A5BF49B1247F4558]) [    ] 
o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr™ version 
7.0.0
   [junit4]   2> 355974 INFO  
(TEST-ShardSplitTest.testSplitAfterFailedSplit-seed#[A5BF49B1247F4558]) [    ] 
o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 355974 INFO  
(TEST-ShardSplitTest.testSplitAfterFailedSplit-seed#[A5BF49B1247F4558]) [    ] 
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 355974 INFO  
(TEST-ShardSplitTest.testSplitAfterFailedSplit-seed#[A5BF49B1247F4558]) [    ] 
o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 
2017-03-03T08:13:03.827Z
   [junit4]   2> 356005 INFO  
(TEST-ShardSplitTest.testSplitAfterFailedSplit-seed#[A5BF49B1247F4558]) [    ] 
o.a.s.s.SolrDispatchFilter Loading solr.xml from SolrHome (not found in 
ZooKeeper)
   [junit4]   2> 356005 INFO  
(TEST-ShardSplitTest.testSplitAfterFailedSplit-seed#[A5BF49B1247F4558]) [    ] 
o.a.s.c.SolrXmlConfig Loading container configuration from 
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.ShardSplitTest_A5BF49B1247F4558-001/shard-3-001/solr.xml
   [junit4]   2> 356048 INFO  
(TEST-ShardSplitTest.testSplitAfterFailedSplit-seed#[A5BF49B1247F4558]) [    ] 
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:36251/solr
   [junit4]   2> 356065 INFO  
(TEST-ShardSplitTest.testSplitAfterFailedSplit-seed#[A5BF49B1247F4558]) 
[n:127.0.0.1:42069_es_d    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (0) -> (3)
   [junit4]   2> 356069 INFO  
(TEST-ShardSplitTest.testSplitAfterFailedSplit-seed#[A5BF49B1247F4558]) 
[n:127.0.0.1:42069_es_d    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 356071 INFO  
(TEST-ShardSplitTest.testSplitAfterFailedSplit-seed#[A5BF49B1247F4558]) 
[n:127.0.0.1:42069_es_d    ] o.a.s.c.ZkController Register node as live in 
ZooKeeper:/live_nodes/127.0.0.1:42069_es_d
   [junit4]   2> 356073 INFO  (zkCallback-185-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 356074 INFO  
(zkCallback-190-thread-1-processing-n:127.0.0.1:38345_es_d) 
[n:127.0.0.1:38345_es_d    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (3) -> (4)
   [junit4]   2> 356074 INFO  
(zkCallback-181-thread-1-processing-n:127.0.0.1:36219_es_d) 
[n:127.0.0.1:36219_es_d    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (3) -> (4)
   [junit4]   2> 356075 INFO  
(zkCallback-196-thread-1-processing-n:127.0.0.1:37459_es_d) 
[n:127.0.0.1:37459_es_d    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (3) -> (4)
   [junit4]   2> 356075 INFO  
(zkCallback-202-thread-1-processing-n:127.0.0.1:42069_es_d) 
[n:127.0.0.1:42069_es_d    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (3) -> (4)
   [junit4]   2> 356689 INFO  
(TEST-ShardSplitTest.testSplitAfterFailedSplit-seed#[A5BF49B1247F4558]) 
[n:127.0.0.1:42069_es_d    ] o.a.s.c.CorePropertiesLocator Found 1 core 
definitions underneath 
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/../../../../../../../../../home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.ShardSplitTest_A5BF49B1247F4558-001/shard-3-001/cores
   [junit4]   2> 356690 INFO  
(TEST-ShardSplitTest.testSplitAfterFailedSplit-seed#[A5BF49B1247F4558]) 
[n:127.0.0.1:42069_es_d    ] o.a.s.c.CorePropertiesLocator Cores are: 
[collection1]
   [junit4]   2> 356707 INFO  
(OverseerStateUpdate-97552221832019972-127.0.0.1:36219_es_d-n_0000000000) 
[n:127.0.0.1:36219_es_d    ] o.a.s.c.o.ReplicaMutator Assigning new node to 
shard shard=shard2
   [junit4]   2> 357734 WARN  
(coreLoadExecutor-456-thread-1-processing-n:127.0.0.1:42069_es_d) 
[n:127.0.0.1:42069_es_d c:collection1   x:collection1] o.a.s.c.Config Beginning 
with Solr 5.5, <mergePolicy> is deprecated, use <mergePolicyFactory> instead.
   [junit4]   2> 357744 INFO  
(coreLoadExecutor-456-thread-1-processing-n:127.0.0.1:42069_es_d) 
[n:127.0.0.1:42069_es_d c:collection1   x:collection1] o.a.s.c.SolrConfig Using 
Lucene MatchVersion: 7.0.0
   [junit4]   2> 357821 INFO  
(coreLoadExecutor-456-thread-1-processing-n:127.0.0.1:42069_es_d) 
[n:127.0.0.1:42069_es_d c:collection1   x:collection1] o.a.s.s.IndexSchema 
[collection1] Schema name=test
   [junit4]   2> 358168 WARN  
(coreLoadExecutor-456-thread-1-processing-n:127.0.0.1:42069_es_d) 
[n:127.0.0.1:42069_es_d c:collection1   x:collection1] o.a.s.s.IndexSchema 
[collection1] default search field in schema is text. WARNING: Deprecated, 
please use 'df' on request instead.
   [junit4]   2> 358176 INFO  
(coreLoadExecutor-456-thread-1-processing-n:127.0.0.1:42069_es_d) 
[n:127.0.0.1:42069_es_d c:collection1   x:collection1] o.a.s.s.IndexSchema 
Loaded schema test/1.6 with uniqueid field id
   [junit4]   2> 358205 INFO  
(coreLoadExecutor-456-thread-1-processing-n:127.0.0.1:42069_es_d) 
[n:127.0.0.1:42069_es_d c:collection1   x:collection1] o.a.s.c.CoreContainer 
Creating SolrCore 'collection1' using configuration from collection collection1
   [junit4]   2> 358205 INFO  
(coreLoadExecutor-456-thread-1-processing-n:127.0.0.1:42069_es_d) 
[n:127.0.0.1:42069_es_d c:collection1   x:collection1] o.a.s.c.SolrCore 
[[collection1] ] Opening new SolrCore at 
[/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.ShardSplitTest_A5BF49B1247F4558-001/shard-3-001/cores/collection1],
 
dataDir=[/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/../../../../../../../../../home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.ShardSplitTest_A5BF49B1247F4558-001/shard-3-001/cores/collection1/data/]
   [junit4]   2> 358206 INFO  
(coreLoadExecutor-456-thread-1-processing-n:127.0.0.1:42069_es_d) 
[n:127.0.0.1:42069_es_d c:collection1   x:collection1] o.a.s.c.JmxMonitoredMap 
JMX monitoring is enabled. Adding Solr mbeans to JMX Server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@1101811
   [junit4]   2> 358215 INFO  
(coreLoadExecutor-456-thread-1-processing-n:127.0.0.1:42069_es_d) 
[n:127.0.0.1:42069_es_d c:collection1   x:collection1] 
o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class 
org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: 
maxMergeAtOnce=31, maxMergeAtOnceExplicit=13, maxMergedSegmentMB=81.828125, 
floorSegmentMB=0.6337890625, forceMergeDeletesPctAllowed=23.314287901425548, 
segmentsPerTier=26.0, maxCFSSegmentSizeMB=8.796093022207999E12, 
noCFSRatio=0.5727561160822557
   [junit4]   2> 358273 WARN  
(coreLoadExecutor-456-thread-1-processing-n:127.0.0.1:42069_es_d) 
[n:127.0.0.1:42069_es_d c:collection1   x:collection1] o.a.s.c.RequestHandlers 
INVALID paramSet a in requestHandler {type = requestHandler,name = /dump,class 
= DumpRequestHandler,attributes = {initParams=a, name=/dump, 
class=DumpRequestHandler},args = {defaults={a=A,b=B}}}
   [junit4]   2> 358407 INFO  
(coreLoadExecutor-456-thread-1-processing-n:127.0.0.1:42069_es_d) 
[n:127.0.0.1:42069_es_d c:collection1   x:collection1] o.a.s.u.UpdateHandler 
Using UpdateLog implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 358407 INFO  
(coreLoadExecutor-456-thread-1-processing-n:127.0.0.1:42069_es_d) 
[n:127.0.0.1:42069_es_d c:collection1   x:collection1] o.a.s.u.UpdateLog 
Initializing UpdateLog: dataDir= defaultSyncLevel=FLUSH numRecordsToKeep=100 
maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 358408 INFO  
(coreLoadExecutor-456-thread-1-processing-n:127.0.0.1:42069_es_d) 
[n:127.0.0.1:42069_es_d c:collection1   x:collection1] o.a.s.u.CommitTracker 
Hard AutoCommit: disabled
   [junit4]   2> 358408 INFO  
(coreLoadExecutor-456-thread-1-processing-n:127.0.0.1:42069_es_d) 
[n:127.0.0.1:42069_es_d c:collection1   x:collection1] o.a.s.u.CommitTracker 
Soft AutoCommit: disabled
   [junit4]   2> 358410 INFO  
(coreLoadExecutor-456-thread-1-processing-n:127.0.0.1:42069_es_d) 
[n:127.0.0.1:42069_es_d c:collection1   x:collection1] 
o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class 
org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: 
maxMergeAtOnce=43, maxMergeAtOnceExplicit=28, maxMergedSegmentMB=92.66796875, 
floorSegmentMB=1.1953125, forceMergeDeletesPctAllowed=20.51084081754012, 
segmentsPerTier=43.0, maxCFSSegmentSizeMB=8.796093022207999E12, 
noCFSRatio=0.11678862514447355
   [junit4]   2> 358411 INFO  
(coreLoadExecutor-456-thread-1-processing-n:127.0.0.1:42069_es_d) 
[n:127.0.0.1:42069_es_d c:collection1   x:collection1] 
o.a.s.s.SolrIndexSearcher Opening [Searcher@5eeaee[collection1] main]
   [junit4]   2> 358414 INFO  
(coreLoadExecutor-456-thread-1-processing-n:127.0.0.1:42069_es_d) 
[n:127.0.0.1:42069_es_d c:collection1   x:collection1] 
o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: 
/configs/conf1
   [junit4]   2> 358415 INFO  
(coreLoadExecutor-456-thread-1-processing-n:127.0.0.1:42069_es_d) 
[n:127.0.0.1:42069_es_d c:collection1   x:collection1] 
o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using 
ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 358416 INFO  
(coreLoadExecutor-456-thread-1-processing-n:127.0.0.1:42069_es_d) 
[n:127.0.0.1:42069_es_d c:collection1   x:collection1] 
o.a.s.h.ReplicationHandler Commits will be reserved for  10000
   [junit4]   2> 358439 INFO  
(searcherExecutor-457-thread-1-processing-n:127.0.0.1:42069_es_d x:collection1 
c:collection1) [n:127.0.0.1:42069_es_d c:collection1   x:collection1] 
o.a.s.c.SolrCore [collection1] Registered new searcher 
Searcher@5eeaee[collection1] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 358441 INFO  
(coreLoadExecutor-456-thread-1-processing-n:127.0.0.1:42069_es_d) 
[n:127.0.0.1:42069_es_d c:collection1   x:collection1] o.a.s.u.UpdateLog Could 
not find max version in index or recent updates, using new clock 
1560835560617017344
   [junit4]   2> 358450 INFO  
(coreZkRegister-451-thread-1-processing-n:127.0.0.1:42069_es_d x:collection1 
c:collection1) [n:127.0.0.1:42069_es_d c:collection1 s:shard2 r:core_node3 
x:collection1] o.a.s.c.ZkController Core needs to recover:collection1
   [junit4]   2> 358451 INFO  
(updateExecutor-199-thread-1-processing-n:127.0.0.1:42069_es_d x:collection1 
s:shard2 c:collection1 r:core_node3) [n:127.0.0.1:42069_es_d c:collection1 
s:shard2 r:core_node3 x:collection1] o.a.s.u.DefaultSolrCoreState Running 
recovery
   [junit4]   2> 358452 INFO  
(recoveryExecutor-200-thread-1-processing-n:127.0.0.1:42069_es_d x:collection1 
s:shard2 c:collection1 r:core_node3) [n:127.0.0.1:42069_es_d c:collection1 
s:shard2 r:core_node3 x:collection1] o.a.s.c.RecoveryStrategy Starting recovery 
process. recoveringAfterStartup=true
   [junit4]   2> 358460 INFO  
(recoveryExecutor-200-thread-1-processing-n:127.0.0.1:42069_es_d x:collection1 
s:shard2 c:collection1 r:core_node3) [n:127.0.0.1:42069_es_d c:collection1 
s:shard2 r:core_node3 x:collection1] o.a.s.c.RecoveryStrategy ###### 
startupVersions=[[]]
   [junit4]   2> 358461 INFO  
(recoveryExecutor-200-thread-1-processing-n:127.0.0.1:42069_es_d x:collection1 
s:shard2 c:collection1 r:core_node3) [n:127.0.0.1:42069_es_d c:collection1 
s:shard2 r:core_node3 x:collection1] o.a.s.c.RecoveryStrategy Begin buffering 
updates. core=[collection1]
   [junit4]   2> 358461 INFO  
(recoveryExecutor-200-thread-1-processing-n:127.0.0.1:42069_es_d x:collection1 
s:shard2 c:collection1 r:core_node3) [n:127.0.0.1:42069_es_d c:collection1 
s:shard2 r:core_node3 x:collection1] o.a.s.u.UpdateLog Starting to buffer 
updates. FSUpdateLog{state=ACTIVE, tlog=null}
   [junit4]   2> 358461 INFO  
(recoveryExecutor-200-thread-1-processing-n:127.0.0.1:42069_es_d x:collection1 
s:shard2 c:collection1 r:core_node3) [n:127.0.0.1:42069_es_d c:collection1 
s:shard2 r:core_node3 x:collection1] o.a.s.c.RecoveryStrategy Publishing state 
of core [collection1] as recovering, leader is 
[http://127.0.0.1:38345/es_d/collection1/] and I am 
[http://127.0.0.1:42069/es_d/collection1/]
   [junit4]   2> 358470 INFO  
(recoveryExecutor-200-thread-1-processing-n:127.0.0.1:42069_es_d x:collection1 
s:shard2 c:collection1 r:core_node3) [n:127.0.0.1:42069_es_d c:collection1 
s:shard2 r:core_node3 x:collection1] o.a.s.c.RecoveryStrategy Sending prep 
recovery command to [http://127.0.0.1:38345/es_d]; [WaitForState: 
action=PREPRECOVERY&core=collection1&nodeName=127.0.0.1:42069_es_d&coreNodeName=core_node3&state=recovering&checkLive=true&onlyIfLeader=true&onlyIfLeaderActive=true]
   [junit4]   2> 358477 INFO  (qtp23062736-1110) [n:127.0.0.1:38345_es_d    ] 
o.a.s.h.a.PrepRecoveryOp Going to wait for coreNodeName: core_node3, state: 
recovering, checkLive: true, onlyIfLeader: true, onlyIfLeaderActive: true
   [junit4]   2> 358477 INFO  (qtp23062736-1110) [n:127.0.0.1:38345_es_d    ] 
o.a.s.h.a.PrepRecoveryOp Will wait a max of 183 seconds to see collection1 
(shard2 of collection1) have state: recovering
   [junit4]   2> 358478 INFO  (qtp23062736-1110) [n:127.0.0.1:38345_es_d    ] 
o.a.s.h.a.PrepRecoveryOp In WaitForState(recovering): collection=collection1, 
shard=shard2, thisCore=collection1, leaderDoesNotNeedRecovery=false, isLeader? 
true, live=true, checkLive=true, currentState=recovering, localState=active, 
nodeName=127.0.0.1:42069_es_d, coreNodeName=core_node3, 
onlyIfActiveCheckResult=false, nodeProps: 
core_node3:{"core":"collection1","base_url":"http://127.0.0.1:42069/es_d","node_name":"127.0.0.1:42069_es_d","state":"recovering"}
   [junit4]   2> 358478 INFO  (qtp23062736-1110) [n:127.0.0.1:38345_es_d    ] 
o.a.s.h.a.PrepRecoveryOp Waited coreNodeName: core_node3, state: recovering, 
checkLive: true, onlyIfLeader: true for: 0 seconds.
   [junit4]   2> 358478 INFO  (qtp23062736-1110) [n:127.0.0.1:38345_es_d    ] 
o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores 
params={nodeName=127.0.0.1:42069_es_d&onlyIfLeaderActive=true&core=collection1&coreNodeName=core_node3&action=PREPRECOVERY&checkLive=true&state=recovering&onlyIfLeader=true&wt=javabin&version=2}
 status=0 QTime=1
   [junit4]   2> 358982 INFO  
(recoveryExecutor-200-thread-1-processing-n:127.0.0.1:42069_es_d x:collection1 
s:shard2 c:collection1 r:core_node3) [n:127.0.0.1:42069_es_d c:collection1 
s:shard2 r:core_node3 x:collection1] o.a.s.c.RecoveryStrategy Attempting to 
PeerSync from [http://127.0.0.1:38345/es_d/collection1/] - 
recoveringAfterStartup=[true]
   [junit4]   2> 358983 INFO  
(recoveryExecutor-200-thread-1-processing-n:127.0.0.1:42069_es_d x:collection1 
s:shard2 c:collection1 r:core_node3) [n:127.0.0.1:42069_es_d c:collection1 
s:shard2 r:core_node3 x:collection1] o.a.s.u.PeerSync PeerSync: 
core=collection1 url=http://127.0.0.1:42069/es_d START 
replicas=[http://127.0.0.1:38345/es_d/collection1/] nUpdates=100
   [junit4]   2> 358988 INFO  (qtp23062736-1107) [n:127.0.0.1:38345_es_d 
c:collection1 s:shard2 r:core_node1 x:collection1] o.a.s.u.IndexFingerprint 
IndexFingerprint millis:0.0 result:{maxVersionSpecified=9223372036854775807, 
maxVersionEncountered=0, maxInHash=0, versionsHash=0, numVersions=0, numDocs=0, 
maxDoc=0}
   [junit4]   2> 358988 INFO  (qtp23062736-1107) [n:127.0.0.1:38345_es_d 
c:collection1 s:shard2 r:core_node1 x:collection1] o.a.s.c.S.Request 
[collection1]  webapp=/es_d path=/get 
params={distrib=false&qt=/get&getFingerprint=9223372036854775807&wt=javabin&version=2}
 status=0 QTime=1
   [junit4]   2> 358991 INFO  
(recoveryExecutor-200-thread-1-processing-n:127.0.0.1:42069_es_d x:collection1 
s:shard2 c:collection1 r:core_node3) [n:127.0.0.1:42069_es_d c:collection1 
s:shard2 r:core_node3 x:collection1] o.a.s.u.IndexFingerprint IndexFingerprint 
millis:1.0 result:{maxVersionSpecified=9223372036854775807, 
maxVersionEncountered=0, maxInHash=0, versionsHash=0, numVersions=0, numDocs=0, 
maxDoc=0}
   [junit4]   2> 358991 INFO  
(recoveryExecutor-200-thread-1-processing-n:127.0.0.1:42069_es_d x:collection1 
s:shard2 c:collection1 r:core_node3) [n:127.0.0.1:42069_es_d c:collection1 
s:shard2 r:core_node3 x:collection1] o.a.s.u.PeerSync We are already in sync. 
No need to do a PeerSync 
   [junit4]   2> 358992 INFO  
(recoveryExecutor-200-thread-1-processing-n:127.0.0.1:42069_es_d x:collection1 
s:shard2 c:collection1 r:core_node3) [n:127.0.0.1:42069_es_d c:collection1 
s:shard2 r:core_node3 x:collection1] o.a.s.u.DirectUpdateHandler2 start 
commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 358992 INFO  
(recoveryExecutor-200-thread-1-processing-n:127.0.0.1:42069_es_d x:collection1 
s:shard2 c:collection1 r:core_node3) [n:127.0.0.1:42069_es_d c:collection1 
s:shard2 r:core_node3 x:collection1] o.a.s.u.DirectUpdateHandler2 No 
uncommitted changes. Skipping IW.commit.
   [junit4]   2> 358992 INFO  
(recoveryExecutor-200-thread-1-processing-n:127.0.0.1:42069_es_d x:collection1 
s:shard2 c:collection1 r:core_node3) [n:127.0.0.1:42069_es_d c:collection1 
s:shard2 r:core_node3 x:collection1] o.a.s.u.DirectUpdateHandler2 
end_commit_flush
   [junit4]   2> 358993 INFO  
(recoveryExecutor-200-thread-1-processing-n:127.0.0.1:42069_es_d x:collection1 
s:shard2 c:collection1 r:core_node3) [n:127.0.0.1:42069_es_d c:collection1 
s:shard2 r:core_node3 x:collection1] o.a.s.c.RecoveryStrategy PeerSync stage of 
recovery was successful.
   [junit4]   2> 358993 INFO  
(recoveryExecutor-200-thread-1-processing-n:127.0.0.1:42069_es_d x:collection1 
s:shard2 c:collection1 r:core_node3) [n:127.0.0.1:42069_es_d c:collection1 
s:shard2 r:core_node3 x:collection1] o.a.s.c.RecoveryStrategy Replaying updates 
buffered during PeerSync.
   [junit4]   2> 358993 INFO  
(recoveryExecutor-200-thread-1-processing-n:127.0.0.1:42069_es_d x:collection1 
s:shard2 c:collection1 r:core_node3) [n:127.0.0.1:42069_es_d c:collection1 
s:shard2 r:core_node3 x:collection1] o.a.s.c.RecoveryStrategy No replay needed.
   [junit4]   2> 358993 INFO  
(recoveryExecutor-200-thread-1-processing-n:127.0.0.1:42069_es_d x:collection1 
s:shard2 c:collection1 r:core_node3) [n:127.0.0.1:42069_es_d c:collection1 
s:shard2 r:core_node3 x:collection1] o.a.s.c.RecoveryStrategy Registering as 
Active after recovery.
   [junit4]   2> 359115 INFO  
(TEST-ShardSplitTest.testSplitAfterFailedSplit-seed#[A5BF49B1247F4558]) [    ] 
o.a.s.SolrTestCaseJ4 Writing core.properties file to 
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.ShardSplitTest_A5BF49B1247F4558-001/shard-4-001/cores/collection1
   [junit4]   2> 359116 INFO  
(TEST-ShardSplitTest.testSplitAfterFailedSplit-seed#[A5BF49B1247F4558]) [    ] 
o.a.s.c.AbstractFullDistribZkTestBase create jetty 4 in directory 
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.ShardSplitTest_A5BF49B1247F4558-001/shard-4-001
   [junit4]   2> 359117 INFO  
(TEST-ShardSplitTest.testSplitAfterFailedSplit-seed#[A5BF49B1247F4558]) [    ] 
o.e.j.s.Server jetty-9.3.14.v20161028
   [junit4]   2> 359118 INFO  
(TEST-ShardSplitTest.testSplitAfterFailedSplit-seed#[A5BF49B1247F4558]) [    ] 
o.e.j.s.h.ContextHandler Started 
o.e.j.s.ServletContextHandler@1668fd9{/es_d,null,AVAILABLE}
   [junit4]   2> 359119 INFO  
(TEST-ShardSplitTest.testSplitAfterFailedSplit-seed#[A5BF49B1247F4558]) [    ] 
o.e.j.s.AbstractConnector Started 
ServerConnector@767343{HTTP/1.1,[http/1.1]}{127.0.0.1:42967}
   [junit4]   2> 359119 INFO  
(TEST-ShardSplitTest.testSplitAfterFailedSplit-seed#[A5BF49B1247F4558]) [    ] 
o.e.j.s.Server Started @360522ms
   [junit4]   2> 359119 INFO  
(TEST-ShardSplitTest.testSplitAfterFailedSplit-seed#[A5BF49B1247F4558]) [    ] 
o.a.s.c.s.e.JettySolrRunner Jetty properties: 
{solr.data.dir=/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.ShardSplitTest_A5BF49B1247F4558-001/tempDir-001/jetty4,
 solrconfig=solrconfig.xml, hostContext=/es_d, hostPort=42967, 
coreRootDirectory=/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.ShardSplitTest_A5BF49B1247F4558-001/shard-4-001/cores}
   [junit4]   2> 359119 ERROR 
(TEST-ShardSplitTest.testSplitAfterFailedSplit-seed#[A5BF49B1247F4558]) [    ] 
o.a.s.s.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be 
missing or incomplete.
   [junit4]   2> 359120 INFO  
(TEST-ShardSplitTest.testSplitAfterFailedSplit-seed#[A5BF49B1247F4558]) [    ] 
o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr™ version 
7.0.0
   [junit4]   2> 359120 INFO  
(TEST-ShardSplitTest.testSplitAfterFailedSplit-seed#[A5BF49B1247F4558]) [    ] 
o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 359120 INFO  
(TEST-ShardSplitTest.testSplitAfterFailedSplit-seed#[A5BF49B1247F4558]) [    ] 
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 359120 INFO  
(TEST-ShardSplitTest.testSplitAfterFailedSplit-seed#[A5BF49B1247F4558]) [    ] 
o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 
2017-03-03T08:13:06.973Z
   [junit4]   2> 359139 INFO  
(TEST-ShardSplitTest.testSplitAfterFailedSplit-seed#[A5BF49B1247F4558]) [    ] 
o.a.s.s.SolrDispatchFilter Loading solr.xml from SolrHome (not found in 
ZooKeeper)
   [junit4]   2> 359139 INFO  
(TEST-ShardSplitTest.testSplitAfterFailedSplit-seed#[A5BF49B1247F4558]) [    ] 
o.a.s.c.SolrXmlConfig Loading container configuration from 
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.ShardSplitTest_A5BF49B1247F4558-001/shard-4-001/solr.xml
   [junit4]   2> 359165 INFO  
(TEST-ShardSplitTest.testSplitAfterFailedSplit-seed#[A5BF49B1247F4558]) [    ] 
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:36251/solr
   [junit4]   2> 359201 INFO  
(TEST-ShardSplitTest.testSplitAfterFailedSplit-seed#[A5BF49B1247F4558]) 
[n:127.0.0.1:42967_es_d    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (0) -> (4)
   [junit4]   2> 359205 INFO  
(TEST-ShardSplitTest.testSplitAfterFailedSplit-seed#[A5BF49B1247F4558]) 
[n:127.0.0.1:42967_es_d    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 359212 INFO  
(TEST-ShardSplitTest.testSplitAfterFailedSplit-seed#[A5BF49B1247F4558]) 
[n:127.0.0.1:42967_es_d    ] o.a.s.c.ZkController Register node as live in 
ZooKeeper:/live_nodes/127.0.0.1:42967_es_d
   [junit4]   2> 359214 INFO  (zkCallback-185-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (5)
   [junit4]   2> 359215 INFO  
(zkCallback-196-thread-1-processing-n:127.0.0.1:37459_es_d) 
[n:127.0.0.1:37459_es_d    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (4) -> (5)
   [junit4]   2> 359215 INFO  
(zkCallback-181-thread-1-processing-n:127.0.0.1:36219_es_d) 
[n:127.0.0.1:36219_es_d    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (4) -> (5)
   [junit4]   2> 359215 INFO  
(zkCallback-190-thread-1-processing-n:127.0.0.1:38345_es_d) 
[n:127.0.0.1:38345_es_d    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (4) -> (5)
   [junit4]   2> 359215 INFO  
(zkCallback-202-thread-1-processing-n:127.0.0.1:42069_es_d) 
[n:127.0.0.1:42069_es_d    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (4) -> (5)
   [junit4]   2> 359236 INFO  
(zkCallback-209-thread-1-processing-n:127.0.0.1:42967_es_d) 
[n:127.0.0.1:42967_es_d    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (4) -> (5)
   [junit4]   2> 359465 INFO  
(TEST-ShardSplitTest.testSplitAfterFailedSplit-seed#[A5BF49B1247F4558]) 
[n:127.0.0.1:42967_es_d    ] o.a.s.c.CorePropertiesLocator Found 1 core 
definitions underneath 
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.ShardSplitTest_A5BF49B1247F4558-001/shard-4-001/cores
   [junit4]   2> 359465 INFO  
(TEST-ShardSplitTest.testSplitAfterFailedSplit-seed#[A5BF49B1247F4558]) 
[n:127.0.0.1:42967_es_d    ] o.a.s.c.CorePropertiesLocator Cores are: 
[collection1]
   [junit4]   2> 359472 INFO  
(OverseerStateUpdate-97552221832019972-127.0.0.1:36219_es_d-n_0000000000) 
[n:127.0.0.1:36219_es_d    ] o.a.s.c.o.ReplicaMutator Assigning new node to 
shard shard=shard1
   [junit4]   2> 360510 WARN  
(coreLoadExecutor-467-thread-1-processing-n:127.0.0.1:42967_es_d) 
[n:127.0.0.1:42967_es_d c:collection1   x:collection1] o.a.s.c.Config Beginning 
with Solr 5.5, <mergePolicy> is deprecated, use <mergePolicyFactory> instead.
   [junit4]   2> 360515 INFO  
(coreLoadExecutor-467-thread-1-processing-n:127.0.0.1:42967_es_d) 
[n:127.0.0.1:42967_es_d c:collection1   x:collection1] o.a.s.c.SolrConfig Using 
Lucene MatchVersion: 7.0.0
   [junit4]   2> 360598 INFO  
(coreLoadExecutor-467-thread-1-processing-n:127.0.0.1:42967_es_d) 
[n:127.0.0.1:42967_es_d c:collection1   x:collection1] o.a.s.s.IndexSchema 
[collection1] Schema name=test
   [junit4]   2> 360903 WARN  
(coreLoadExecutor-467-thread-1-processing-n:127.0.0.1:42967_es_d) 
[n:127.0.0.1:42967_es_d c:collection1   x:collection1] o.a.s.s.IndexSchema 
[collection1] default search field in schema is text. WARNING: Deprecated, 
please use 'df' on request instead.
   [junit4]   2> 360919 INFO  
(coreLoadExecutor-467-thread-1-processing-n:127.0.0.1:42967_es_d) 
[n:127.0.0.1:42967_es_d c:collection1   x:collection1] o.a.s.s.IndexSchema 
Loaded schema test/1.6 with uniqueid field id
   [junit4]   2> 360954 INFO  
(coreLoadExecutor-467-thread-1-processing-n:127.0.0.1:42967_es_d) 
[n:127.0.0.1:42967_es_d c:collection1   x:collection1] o.a.s.c.CoreContainer 
Creating SolrCore 'collection1' using configuration from collection collection1
   [junit4]   2> 360955 INFO  
(coreLoadExecutor-467-thread-1-processing-n:127.0.0.1:42967_es_d) 
[n:127.0.0.1:42967_es_d c:collection1   x:collection1] o.a.s.c.SolrCore 
[[collection1] ] Opening new SolrCore at 
[/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.ShardSplitTest_A5BF49B1247F4558-001/shard-4-001/cores/collection1],
 
dataDir=[/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.ShardSplitTest_A5BF49B1247F4558-001/shard-4-001/cores/collection1/data/]
   [junit4]   2> 360956 INFO  
(coreLoadExecutor-467-thread-1-processing-n:127.0.0.1:42967_es_d) 
[n:127.0.0.1:42967_es_d c:collection1   x:collection1] o.a.s.c.JmxMonitoredMap 
JMX monitoring is enabled. Adding Solr mbeans to JMX Server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@1101811
   [junit4]   2> 360960 INFO  
(coreLoadExecutor-467-thread-1-processing-n:127.0.0.1:42967_es_d) 
[n:127.0.0.1:42967_es_d c:collection1   x:collection1] 
o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class 
org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: 
maxMergeAtOnce=31, maxMergeAtOnceExplicit=13, maxMergedSegmentMB=81.828125, 
floorSegmentMB=0.6337890625, forceMergeDeletesPctAllowed=23.314287901425548, 
segmentsPerTier=26.0, maxCFSSegmentSizeMB=8.796093022207999E12, 
noCFSRatio=0.5727561160822557
   [junit4]   2> 361023 WARN  
(coreLoadExecutor-467-thread-1-processing-n:127.0.0.1:42967_es_d) 
[n:127.0.0.1:42967_es_d c:collection1   x:collection1] o.a.s.c.RequestHandlers 
INVALID paramSet a in requestHandler {type = requestHandler,name = /dump,class 
= DumpRequestHandler,attributes = {initParams=a, name=/dump, 
class=DumpRequestHandler},args = {defaults={a=A,b=B}}}
   [junit4]   2> 361160 INFO  
(coreLoadExecutor-467-thread-1-processing-n:127.0.0.1:42967_es_d) 
[n:127.0.0.1:42967_es_d c:collection1   x:collection1] o.a.s.u.UpdateHandler 
Using UpdateLog implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 361160 INFO  
(coreLoadExecutor-467-thread-1-processing-n:127.0.0.1:42967_es_d) 
[n:127.0.0.1:42967_es_d c:collection1   x:collection1] o.a.s.u.UpdateLog 
Initializing UpdateLog: 

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

  2> NOTE: All tests run in this JVM: [TestSolr4Spatial2, TestLegacyFieldCache, 
CoreMergeIndexesAdminHandlerTest, JvmMetricsTest, 
TestLeaderElectionWithEmptyReplica, TestFilteredDocIdSet, TestJmxIntegration, 
UUIDFieldTest, TestAuthorizationFramework, CopyFieldTest, TestRandomFlRTGCloud, 
AtomicUpdatesTest, FastVectorHighlighterTest, FileBasedSpellCheckerTest, 
TolerantUpdateProcessorTest, ConfigSetsAPITest, TestCloudRecovery, 
TestInitQParser, HdfsUnloadDistributedZkTest, ZkNodePropsTest, 
TestCoreAdminApis, ShardSplitTest]
   [junit4] Completed [148/693 (1!)] on J0 in 444.55s, 5 tests, 1 failure <<< 
FAILURES!

[...truncated 7017 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_A90B7EABD48997D4-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=A90B7EABD48997D4 -Dtests.multiplier=3 -Dtests.slow=true 
-Dtests.locale=sk -Dtests.timezone=Africa/Bujumbura -Dtests.asserts=true 
-Dtests.file.encoding=US-ASCII
   [junit4] ERROR   0.16s J1 | ExtractingRequestHandlerTest.testExtraction <<<
   [junit4]    > Throwable #1: java.lang.RuntimeException: Exception during 
query
   [junit4]    >        at 
__randomizedtesting.SeedInfo.seed([A90B7EABD48997D4:10780AD5A8A14721]: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.lang.Thread.run(Thread.java:745)
   [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-03T08:48:25.929Z</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-03T08:48:25.961Z</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]    >        ... 41 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_A90B7EABD48997D4-001
   [junit4]   2> NOTE: test params are: codec=Asserting(Lucene70): 
{extractionLiteralMV=TestBloomFilteredLucenePostings(BloomFilteringPostingsFormat(Lucene50(blocksize=128))),
 
stream_content_type=TestBloomFilteredLucenePostings(BloomFilteringPostingsFormat(Lucene50(blocksize=128))),
 multiDefault=PostingsFormat(name=Memory), subject=PostingsFormat(name=Memory), 
intDefault=FST50, t_href=FST50, title=PostingsFormat(name=Memory), 
extractedContent=TestBloomFilteredLucenePostings(BloomFilteringPostingsFormat(Lucene50(blocksize=128))),
 stream_name=FST50, 
t_X-Parsed-By=TestBloomFilteredLucenePostings(BloomFilteringPostingsFormat(Lucene50(blocksize=128))),
 
bar_s=TestBloomFilteredLucenePostings(BloomFilteringPostingsFormat(Lucene50(blocksize=128))),
 
Content-Encoding=TestBloomFilteredLucenePostings(BloomFilteringPostingsFormat(Lucene50(blocksize=128))),
 
t_content_type=TestBloomFilteredLucenePostings(BloomFilteringPostingsFormat(Lucene50(blocksize=128))),
 
t_dc_title=TestBloomFilteredLucenePostings(BloomFilteringPostingsFormat(Lucene50(blocksize=128))),
 
id=TestBloomFilteredLucenePostings(BloomFilteringPostingsFormat(Lucene50(blocksize=128))),
 extractedProducer=FST50, text=Lucene50(blocksize=128), Content-Type=FST50, 
timestamp=FST50, stream_size=PostingsFormat(name=Memory), 
extractedAuthor=TestBloomFilteredLucenePostings(BloomFilteringPostingsFormat(Lucene50(blocksize=128))),
 extractedKeywords=FST50, t_content_encoding=PostingsFormat(name=Memory), 
stream_source_info=Lucene50(blocksize=128), t_content=FST50, 
resourceName=TestBloomFilteredLucenePostings(BloomFilteringPostingsFormat(Lucene50(blocksize=128))),
 
foo_t=TestBloomFilteredLucenePostings(BloomFilteringPostingsFormat(Lucene50(blocksize=128))),
 foo_s=FST50, 
title_lettertok=TestBloomFilteredLucenePostings(BloomFilteringPostingsFormat(Lucene50(blocksize=128))),
 extractedCreator=PostingsFormat(name=Memory), 
t_meta=PostingsFormat(name=Memory), t_abcxyz=FST50, 
t_dc:title=PostingsFormat(name=Memory), 
wdf_nocase=TestBloomFilteredLucenePostings(BloomFilteringPostingsFormat(Lucene50(blocksize=128))),
 extractedDate=FST50, div_t=FST50, title_stemmed=PostingsFormat(name=Memory), 
anchor_t=FST50, t_x_parsed_by=Lucene50(blocksize=128), 
zot_s=TestBloomFilteredLucenePostings(BloomFilteringPostingsFormat(Lucene50(blocksize=128))),
 extractionLiteral=PostingsFormat(name=Memory), defaultExtr=FST50}, 
docValues:{}, maxPointsInLeafNode=884, maxMBSortInHeap=6.913168194508836, 
sim=RandomSimilarity(queryNorm=false): {}, locale=sk, timezone=Africa/Bujumbura
   [junit4]   2> NOTE: Linux 4.4.0-53-generic i386/Oracle Corporation 1.8.0_121 
(32-bit)/cpus=12,threads=1,free=36622496,total=114020352
   [junit4]   2> NOTE: All tests run in this JVM: [TestExtractionDateUtil, 
ExtractingRequestHandlerTest]
   [junit4] Completed [4/4 (1!)] on J1 in 7.86s, 16 tests, 1 error <<< FAILURES!

[...truncated 49592 lines...]

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to