Build: https://builds.apache.org/job/Lucene-Solr-Tests-6.6/37/

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

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

Stack Trace:
java.lang.AssertionError: expected:<1> but was:<2>
        at 
__randomizedtesting.SeedInfo.seed([80AE51F04F5F24D4:79E3C25F732A695E]:0)
        at org.junit.Assert.fail(Assert.java:93)
        at org.junit.Assert.failNotEquals(Assert.java:647)
        at org.junit.Assert.assertEquals(Assert.java:128)
        at org.junit.Assert.assertEquals(Assert.java:472)
        at org.junit.Assert.assertEquals(Assert.java:456)
        at 
org.apache.solr.cloud.ShardSplitTest.testSplitAfterFailedSplit(ShardSplitTest.java:280)
        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:992)
        at 
org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsStatement.evaluate(BaseDistributedSearchTestCase.java:967)
        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:748)


FAILED:  org.apache.solr.cloud.TestSegmentSorting.testSegmentTerminateEarly

Error Message:
KeeperErrorCode = Session expired for /clusterstate.json

Stack Trace:
org.apache.zookeeper.KeeperException$SessionExpiredException: KeeperErrorCode = 
Session expired for /clusterstate.json
        at 
__randomizedtesting.SeedInfo.seed([80AE51F04F5F24D4:5008965D930DB0BE]:0)
        at org.apache.zookeeper.KeeperException.create(KeeperException.java:127)
        at org.apache.zookeeper.KeeperException.create(KeeperException.java:51)
        at org.apache.zookeeper.ZooKeeper.exists(ZooKeeper.java:1102)
        at 
org.apache.solr.common.cloud.SolrZkClient$5.execute(SolrZkClient.java:323)
        at 
org.apache.solr.common.cloud.SolrZkClient$5.execute(SolrZkClient.java:320)
        at 
org.apache.solr.common.cloud.ZkCmdExecutor.retryOperation(ZkCmdExecutor.java:60)
        at 
org.apache.solr.common.cloud.SolrZkClient.exists(SolrZkClient.java:320)
        at 
org.apache.solr.common.cloud.ZkStateReader.createClusterStateWatchersAndUpdate(ZkStateReader.java:374)
        at 
org.apache.solr.cloud.MiniSolrCloudCluster.deleteAllCollections(MiniSolrCloudCluster.java:454)
        at 
org.apache.solr.cloud.TestSegmentSorting.ensureClusterEmpty(TestSegmentSorting.java:62)
        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$10.evaluate(RandomizedRunner.java:965)
        at org.junit.rules.TestWatcher$1.evaluate(TestWatcher.java:47)
        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:748)




Build Log:
[...truncated 11256 lines...]
   [junit4] Suite: org.apache.solr.cloud.ShardSplitTest
   [junit4]   2> Creating dataDir: 
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.6/solr/build/solr-core/test/J2/temp/solr.cloud.ShardSplitTest_80AE51F04F5F24D4-001/init-core-data-001
   [junit4]   2> 402797 WARN  
(SUITE-ShardSplitTest-seed#[80AE51F04F5F24D4]-worker) [    ] 
o.a.s.SolrTestCaseJ4 startTrackingSearchers: numOpens=7 numCloses=7
   [junit4]   2> 402797 INFO  
(SUITE-ShardSplitTest-seed#[80AE51F04F5F24D4]-worker) [    ] 
o.a.s.SolrTestCaseJ4 Using TrieFields
   [junit4]   2> 402799 INFO  
(SUITE-ShardSplitTest-seed#[80AE51F04F5F24D4]-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> 402799 INFO  
(SUITE-ShardSplitTest-seed#[80AE51F04F5F24D4]-worker) [    ] 
o.a.s.BaseDistributedSearchTestCase Setting hostContext system property: /
   [junit4]   2> 402894 INFO  
(TEST-ShardSplitTest.testSplitAfterFailedSplit-seed#[80AE51F04F5F24D4]) [    ] 
o.a.s.c.ZkTestServer STARTING ZK TEST SERVER
   [junit4]   2> 402913 INFO  (Thread-194) [    ] o.a.s.c.ZkTestServer client 
port:0.0.0.0/0.0.0.0:0
   [junit4]   2> 402913 INFO  (Thread-194) [    ] o.a.s.c.ZkTestServer Starting 
server
   [junit4]   2> 402978 ERROR (Thread-194) [    ] o.a.z.s.ZooKeeperServer 
ZKShutdownHandler is not registered, so ZooKeeper server won't take any action 
on ERROR or SHUTDOWN server state changes
   [junit4]   2> 403022 INFO  
(TEST-ShardSplitTest.testSplitAfterFailedSplit-seed#[80AE51F04F5F24D4]) [    ] 
o.a.s.c.ZkTestServer start zk server on port:46117
   [junit4]   2> 403205 INFO  
(TEST-ShardSplitTest.testSplitAfterFailedSplit-seed#[80AE51F04F5F24D4]) [    ] 
o.a.s.c.AbstractZkTestCase put 
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.6/solr/core/src/test-files/solr/collection1/conf/solrconfig-tlog.xml
 to /configs/conf1/solrconfig.xml
   [junit4]   2> 403250 INFO  
(TEST-ShardSplitTest.testSplitAfterFailedSplit-seed#[80AE51F04F5F24D4]) [    ] 
o.a.s.c.AbstractZkTestCase put 
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.6/solr/core/src/test-files/solr/collection1/conf/schema15.xml
 to /configs/conf1/schema.xml
   [junit4]   2> 403251 INFO  
(TEST-ShardSplitTest.testSplitAfterFailedSplit-seed#[80AE51F04F5F24D4]) [    ] 
o.a.s.c.AbstractZkTestCase put 
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.6/solr/core/src/test-files/solr/collection1/conf/solrconfig.snippet.randomindexconfig.xml
 to /configs/conf1/solrconfig.snippet.randomindexconfig.xml
   [junit4]   2> 403252 INFO  
(TEST-ShardSplitTest.testSplitAfterFailedSplit-seed#[80AE51F04F5F24D4]) [    ] 
o.a.s.c.AbstractZkTestCase put 
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.6/solr/core/src/test-files/solr/collection1/conf/stopwords.txt
 to /configs/conf1/stopwords.txt
   [junit4]   2> 403253 INFO  
(TEST-ShardSplitTest.testSplitAfterFailedSplit-seed#[80AE51F04F5F24D4]) [    ] 
o.a.s.c.AbstractZkTestCase put 
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.6/solr/core/src/test-files/solr/collection1/conf/protwords.txt
 to /configs/conf1/protwords.txt
   [junit4]   2> 403266 INFO  
(TEST-ShardSplitTest.testSplitAfterFailedSplit-seed#[80AE51F04F5F24D4]) [    ] 
o.a.s.c.AbstractZkTestCase put 
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.6/solr/core/src/test-files/solr/collection1/conf/currency.xml
 to /configs/conf1/currency.xml
   [junit4]   2> 403267 INFO  
(TEST-ShardSplitTest.testSplitAfterFailedSplit-seed#[80AE51F04F5F24D4]) [    ] 
o.a.s.c.AbstractZkTestCase put 
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.6/solr/core/src/test-files/solr/collection1/conf/enumsConfig.xml
 to /configs/conf1/enumsConfig.xml
   [junit4]   2> 403268 INFO  
(TEST-ShardSplitTest.testSplitAfterFailedSplit-seed#[80AE51F04F5F24D4]) [    ] 
o.a.s.c.AbstractZkTestCase put 
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.6/solr/core/src/test-files/solr/collection1/conf/open-exchange-rates.json
 to /configs/conf1/open-exchange-rates.json
   [junit4]   2> 403269 INFO  
(TEST-ShardSplitTest.testSplitAfterFailedSplit-seed#[80AE51F04F5F24D4]) [    ] 
o.a.s.c.AbstractZkTestCase put 
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.6/solr/core/src/test-files/solr/collection1/conf/mapping-ISOLatin1Accent.txt
 to /configs/conf1/mapping-ISOLatin1Accent.txt
   [junit4]   2> 403270 INFO  
(TEST-ShardSplitTest.testSplitAfterFailedSplit-seed#[80AE51F04F5F24D4]) [    ] 
o.a.s.c.AbstractZkTestCase put 
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.6/solr/core/src/test-files/solr/collection1/conf/old_synonyms.txt
 to /configs/conf1/old_synonyms.txt
   [junit4]   2> 403299 INFO  
(TEST-ShardSplitTest.testSplitAfterFailedSplit-seed#[80AE51F04F5F24D4]) [    ] 
o.a.s.c.AbstractZkTestCase put 
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.6/solr/core/src/test-files/solr/collection1/conf/synonyms.txt
 to /configs/conf1/synonyms.txt
   [junit4]   2> 403347 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 0x15e218557940001, likely client has closed socket
   [junit4]   2>        at 
org.apache.zookeeper.server.NIOServerCnxn.doIO(NIOServerCnxn.java:239)
   [junit4]   2>        at 
org.apache.zookeeper.server.NIOServerCnxnFactory.run(NIOServerCnxnFactory.java:203)
   [junit4]   2>        at java.lang.Thread.run(Thread.java:748)
   [junit4]   2> 404220 INFO  
(TEST-ShardSplitTest.testSplitAfterFailedSplit-seed#[80AE51F04F5F24D4]) [    ] 
o.a.s.SolrTestCaseJ4 Writing core.properties file to 
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.6/solr/build/solr-core/test/J2/temp/solr.cloud.ShardSplitTest_80AE51F04F5F24D4-001/control-001/cores/collection1
   [junit4]   2> 404266 INFO  
(TEST-ShardSplitTest.testSplitAfterFailedSplit-seed#[80AE51F04F5F24D4]) [    ] 
o.e.j.s.Server jetty-9.3.14.v20161028
   [junit4]   2> 404526 INFO  
(TEST-ShardSplitTest.testSplitAfterFailedSplit-seed#[80AE51F04F5F24D4]) [    ] 
o.e.j.s.h.ContextHandler Started 
o.e.j.s.ServletContextHandler@2ca8e43c{/,null,AVAILABLE}
   [junit4]   2> 404528 INFO  
(TEST-ShardSplitTest.testSplitAfterFailedSplit-seed#[80AE51F04F5F24D4]) [    ] 
o.e.j.s.AbstractConnector Started 
ServerConnector@35cdccef{HTTP/1.1,[http/1.1]}{127.0.0.1:35376}
   [junit4]   2> 404528 INFO  
(TEST-ShardSplitTest.testSplitAfterFailedSplit-seed#[80AE51F04F5F24D4]) [    ] 
o.e.j.s.Server Started @417917ms
   [junit4]   2> 404528 INFO  
(TEST-ShardSplitTest.testSplitAfterFailedSplit-seed#[80AE51F04F5F24D4]) [    ] 
o.a.s.c.s.e.JettySolrRunner Jetty properties: 
{solr.data.dir=/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.6/solr/build/solr-core/test/J2/temp/solr.cloud.ShardSplitTest_80AE51F04F5F24D4-001/tempDir-001/control/data,
 hostContext=/, hostPort=35376, 
coreRootDirectory=/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.6/solr/build/solr-core/test/J2/../../../../../../../../../../home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.6/solr/build/solr-core/test/J2/temp/solr.cloud.ShardSplitTest_80AE51F04F5F24D4-001/control-001/cores}
   [junit4]   2> 404529 ERROR 
(TEST-ShardSplitTest.testSplitAfterFailedSplit-seed#[80AE51F04F5F24D4]) [    ] 
o.a.s.s.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be 
missing or incomplete.
   [junit4]   2> 404529 INFO  
(TEST-ShardSplitTest.testSplitAfterFailedSplit-seed#[80AE51F04F5F24D4]) [    ] 
o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 
6.6.1
   [junit4]   2> 404529 INFO  
(TEST-ShardSplitTest.testSplitAfterFailedSplit-seed#[80AE51F04F5F24D4]) [    ] 
o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 404529 INFO  
(TEST-ShardSplitTest.testSplitAfterFailedSplit-seed#[80AE51F04F5F24D4]) [    ] 
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 404529 INFO  
(TEST-ShardSplitTest.testSplitAfterFailedSplit-seed#[80AE51F04F5F24D4]) [    ] 
o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 
2017-08-27T02:29:02.028Z
   [junit4]   2> 404627 INFO  
(TEST-ShardSplitTest.testSplitAfterFailedSplit-seed#[80AE51F04F5F24D4]) [    ] 
o.a.s.s.SolrDispatchFilter Loading solr.xml from SolrHome (not found in 
ZooKeeper)
   [junit4]   2> 404627 INFO  
(TEST-ShardSplitTest.testSplitAfterFailedSplit-seed#[80AE51F04F5F24D4]) [    ] 
o.a.s.c.SolrXmlConfig Loading container configuration from 
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.6/solr/build/solr-core/test/J2/temp/solr.cloud.ShardSplitTest_80AE51F04F5F24D4-001/control-001/solr.xml
   [junit4]   2> 404676 INFO  
(TEST-ShardSplitTest.testSplitAfterFailedSplit-seed#[80AE51F04F5F24D4]) [    ] 
o.a.s.u.UpdateShardHandler Creating UpdateShardHandler HTTP client with params: 
socketTimeout=340000&connTimeout=45000&retry=true
   [junit4]   2> 404697 INFO  
(TEST-ShardSplitTest.testSplitAfterFailedSplit-seed#[80AE51F04F5F24D4]) [    ] 
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:46117/solr
   [junit4]   2> 404935 INFO  
(TEST-ShardSplitTest.testSplitAfterFailedSplit-seed#[80AE51F04F5F24D4]) 
[n:127.0.0.1:35376_    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 404935 INFO  
(TEST-ShardSplitTest.testSplitAfterFailedSplit-seed#[80AE51F04F5F24D4]) 
[n:127.0.0.1:35376_    ] o.a.s.c.OverseerElectionContext I am going to be the 
leader 127.0.0.1:35376_
   [junit4]   2> 404949 INFO  
(TEST-ShardSplitTest.testSplitAfterFailedSplit-seed#[80AE51F04F5F24D4]) 
[n:127.0.0.1:35376_    ] o.a.s.c.Overseer Overseer 
(id=98553098432413700-127.0.0.1:35376_-n_0000000000) starting
   [junit4]   2> 405062 INFO  
(TEST-ShardSplitTest.testSplitAfterFailedSplit-seed#[80AE51F04F5F24D4]) 
[n:127.0.0.1:35376_    ] o.a.s.c.ZkController Register node as live in 
ZooKeeper:/live_nodes/127.0.0.1:35376_
   [junit4]   2> 405102 INFO  
(OverseerStateUpdate-98553098432413700-127.0.0.1:35376_-n_0000000000) 
[n:127.0.0.1:35376_    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (0) -> (1)
   [junit4]   2> 405719 INFO  
(TEST-ShardSplitTest.testSplitAfterFailedSplit-seed#[80AE51F04F5F24D4]) 
[n:127.0.0.1:35376_    ] o.a.s.c.CorePropertiesLocator Found 1 core definitions 
underneath 
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.6/solr/build/solr-core/test/J2/../../../../../../../../../../home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.6/solr/build/solr-core/test/J2/temp/solr.cloud.ShardSplitTest_80AE51F04F5F24D4-001/control-001/cores
   [junit4]   2> 405720 INFO  
(TEST-ShardSplitTest.testSplitAfterFailedSplit-seed#[80AE51F04F5F24D4]) 
[n:127.0.0.1:35376_    ] o.a.s.c.CorePropertiesLocator Cores are: [collection1]
   [junit4]   2> 405749 INFO  
(coreLoadExecutor-555-thread-1-processing-n:127.0.0.1:35376_) 
[n:127.0.0.1:35376_ c:control_collection   x:collection1] 
o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 4 
transient cores
   [junit4]   2> 405798 INFO  
(OverseerStateUpdate-98553098432413700-127.0.0.1:35376_-n_0000000000) 
[n:127.0.0.1:35376_    ] o.a.s.c.o.ReplicaMutator Assigning new node to shard 
shard=shard1
   [junit4]   2> 407017 WARN  
(coreLoadExecutor-555-thread-1-processing-n:127.0.0.1:35376_) 
[n:127.0.0.1:35376_ c:control_collection   x:collection1] o.a.s.c.Config 
Beginning with Solr 5.5, <mergePolicy> is deprecated, use <mergePolicyFactory> 
instead.
   [junit4]   2> 407017 INFO  
(coreLoadExecutor-555-thread-1-processing-n:127.0.0.1:35376_) 
[n:127.0.0.1:35376_ c:control_collection   x:collection1] o.a.s.c.SolrConfig 
Using Lucene MatchVersion: 6.6.1
   [junit4]   2> 407085 INFO  
(coreLoadExecutor-555-thread-1-processing-n:127.0.0.1:35376_) 
[n:127.0.0.1:35376_ c:control_collection   x:collection1] o.a.s.s.IndexSchema 
[collection1] Schema name=test
   [junit4]   2> 407921 INFO  
(coreLoadExecutor-555-thread-1-processing-n:127.0.0.1:35376_) 
[n:127.0.0.1:35376_ c:control_collection   x:collection1] o.a.s.s.IndexSchema 
Loaded schema test/1.6 with uniqueid field id
   [junit4]   2> 408119 INFO  
(coreLoadExecutor-555-thread-1-processing-n:127.0.0.1:35376_) 
[n:127.0.0.1:35376_ c:control_collection   x:collection1] o.a.s.c.CoreContainer 
Creating SolrCore 'collection1' using configuration from collection 
control_collection, trusted=true
   [junit4]   2> 408119 INFO  
(coreLoadExecutor-555-thread-1-processing-n:127.0.0.1:35376_) 
[n:127.0.0.1:35376_ c:control_collection   x:collection1] o.a.s.c.SolrCore 
solr.RecoveryStrategy.Builder
   [junit4]   2> 408119 INFO  
(coreLoadExecutor-555-thread-1-processing-n:127.0.0.1:35376_) 
[n:127.0.0.1:35376_ c:control_collection   x:collection1] o.a.s.c.SolrCore 
[[collection1] ] Opening new SolrCore at 
[/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.6/solr/build/solr-core/test/J2/temp/solr.cloud.ShardSplitTest_80AE51F04F5F24D4-001/control-001/cores/collection1],
 
dataDir=[/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.6/solr/build/solr-core/test/J2/../../../../../../../../../../home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.6/solr/build/solr-core/test/J2/temp/solr.cloud.ShardSplitTest_80AE51F04F5F24D4-001/control-001/cores/collection1/data/]
   [junit4]   2> 408119 INFO  
(coreLoadExecutor-555-thread-1-processing-n:127.0.0.1:35376_) 
[n:127.0.0.1:35376_ 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@4bdfaa59
   [junit4]   2> 408121 INFO  
(coreLoadExecutor-555-thread-1-processing-n:127.0.0.1:35376_) 
[n:127.0.0.1:35376_ c:control_collection   x:collection1] 
o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class 
org.apache.lucene.index.LogDocMergePolicy: [LogDocMergePolicy: 
minMergeSize=1000, mergeFactor=34, maxMergeSize=9223372036854775807, 
maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=false, 
maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, 
noCFSRatio=0.1904024132903125]
   [junit4]   2> 408199 WARN  
(coreLoadExecutor-555-thread-1-processing-n:127.0.0.1:35376_) 
[n:127.0.0.1:35376_ 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> 408480 INFO  
(coreLoadExecutor-555-thread-1-processing-n:127.0.0.1:35376_) 
[n:127.0.0.1:35376_ c:control_collection   x:collection1] o.a.s.u.UpdateHandler 
Using UpdateLog implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 408480 INFO  
(coreLoadExecutor-555-thread-1-processing-n:127.0.0.1:35376_) 
[n:127.0.0.1:35376_ c:control_collection   x:collection1] o.a.s.u.UpdateLog 
Initializing UpdateLog: dataDir= defaultSyncLevel=FLUSH numRecordsToKeep=100 
maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 408480 INFO  
(coreLoadExecutor-555-thread-1-processing-n:127.0.0.1:35376_) 
[n:127.0.0.1:35376_ c:control_collection   x:collection1] o.a.s.u.CommitTracker 
Hard AutoCommit: disabled
   [junit4]   2> 408480 INFO  
(coreLoadExecutor-555-thread-1-processing-n:127.0.0.1:35376_) 
[n:127.0.0.1:35376_ c:control_collection   x:collection1] o.a.s.u.CommitTracker 
Soft AutoCommit: disabled
   [junit4]   2> 408481 INFO  
(coreLoadExecutor-555-thread-1-processing-n:127.0.0.1:35376_) 
[n:127.0.0.1:35376_ c:control_collection   x:collection1] 
o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class 
org.apache.lucene.index.LogByteSizeMergePolicy: [LogByteSizeMergePolicy: 
minMergeSize=1677721, mergeFactor=38, maxMergeSize=2147483648, 
maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=false, 
maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, 
noCFSRatio=0.0]
   [junit4]   2> 408547 INFO  
(coreLoadExecutor-555-thread-1-processing-n:127.0.0.1:35376_) 
[n:127.0.0.1:35376_ c:control_collection   x:collection1] 
o.a.s.s.SolrIndexSearcher Opening [Searcher@1813c0e3[collection1] main]
   [junit4]   2> 408548 INFO  
(coreLoadExecutor-555-thread-1-processing-n:127.0.0.1:35376_) 
[n:127.0.0.1:35376_ c:control_collection   x:collection1] 
o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: 
/configs/conf1
   [junit4]   2> 408561 INFO  
(coreLoadExecutor-555-thread-1-processing-n:127.0.0.1:35376_) 
[n:127.0.0.1:35376_ c:control_collection   x:collection1] 
o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using 
ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 408561 INFO  
(coreLoadExecutor-555-thread-1-processing-n:127.0.0.1:35376_) 
[n:127.0.0.1:35376_ c:control_collection   x:collection1] 
o.a.s.h.ReplicationHandler Commits will be reserved for  10000
   [junit4]   2> 408562 INFO  
(coreLoadExecutor-555-thread-1-processing-n:127.0.0.1:35376_) 
[n:127.0.0.1:35376_ c:control_collection   x:collection1] o.a.s.u.UpdateLog 
Could not find max version in index or recent updates, using new clock 
1576849580816859136
   [junit4]   2> 408628 INFO  
(searcherExecutor-556-thread-1-processing-n:127.0.0.1:35376_ x:collection1 
c:control_collection) [n:127.0.0.1:35376_ c:control_collection   x:collection1] 
o.a.s.c.SolrCore [collection1] Registered new searcher 
Searcher@1813c0e3[collection1] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 408659 INFO  
(coreZkRegister-548-thread-1-processing-n:127.0.0.1:35376_ x:collection1 
c:control_collection) [n:127.0.0.1:35376_ c:control_collection s:shard1 
r:core_node1 x:collection1] o.a.s.c.ShardLeaderElectionContext Enough replicas 
found to continue.
   [junit4]   2> 408659 INFO  
(coreZkRegister-548-thread-1-processing-n:127.0.0.1:35376_ x:collection1 
c:control_collection) [n:127.0.0.1:35376_ 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> 408659 INFO  
(coreZkRegister-548-thread-1-processing-n:127.0.0.1:35376_ x:collection1 
c:control_collection) [n:127.0.0.1:35376_ c:control_collection s:shard1 
r:core_node1 x:collection1] o.a.s.c.SyncStrategy Sync replicas to 
http://127.0.0.1:35376/collection1/
   [junit4]   2> 408659 INFO  
(coreZkRegister-548-thread-1-processing-n:127.0.0.1:35376_ x:collection1 
c:control_collection) [n:127.0.0.1:35376_ c:control_collection s:shard1 
r:core_node1 x:collection1] o.a.s.c.SyncStrategy Sync Success - now sync 
replicas to me
   [junit4]   2> 408659 INFO  
(coreZkRegister-548-thread-1-processing-n:127.0.0.1:35376_ x:collection1 
c:control_collection) [n:127.0.0.1:35376_ c:control_collection s:shard1 
r:core_node1 x:collection1] o.a.s.c.SyncStrategy 
http://127.0.0.1:35376/collection1/ has no replicas
   [junit4]   2> 408659 INFO  
(coreZkRegister-548-thread-1-processing-n:127.0.0.1:35376_ x:collection1 
c:control_collection) [n:127.0.0.1:35376_ 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> 408677 INFO  
(coreZkRegister-548-thread-1-processing-n:127.0.0.1:35376_ x:collection1 
c:control_collection) [n:127.0.0.1:35376_ 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:35376/collection1/ shard1
   [junit4]   2> 408828 INFO  
(coreZkRegister-548-thread-1-processing-n:127.0.0.1:35376_ x:collection1 
c:control_collection) [n:127.0.0.1:35376_ c:control_collection s:shard1 
r:core_node1 x:collection1] o.a.s.c.ZkController I am the leader, no recovery 
necessary
   [junit4]   2> 409098 INFO  
(TEST-ShardSplitTest.testSplitAfterFailedSplit-seed#[80AE51F04F5F24D4]) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 409099 INFO  
(TEST-ShardSplitTest.testSplitAfterFailedSplit-seed#[80AE51F04F5F24D4]) [    ] 
o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:46117/solr ready
   [junit4]   2> 409099 INFO  
(TEST-ShardSplitTest.testSplitAfterFailedSplit-seed#[80AE51F04F5F24D4]) [    ] 
o.a.s.c.ChaosMonkey monkey: init - expire sessions:false cause connection 
loss:false
   [junit4]   2> 410566 INFO  
(TEST-ShardSplitTest.testSplitAfterFailedSplit-seed#[80AE51F04F5F24D4]) [    ] 
o.a.s.SolrTestCaseJ4 Writing core.properties file to 
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.6/solr/build/solr-core/test/J2/temp/solr.cloud.ShardSplitTest_80AE51F04F5F24D4-001/shard-1-001/cores/collection1
   [junit4]   2> 410567 INFO  
(TEST-ShardSplitTest.testSplitAfterFailedSplit-seed#[80AE51F04F5F24D4]) [    ] 
o.a.s.c.AbstractFullDistribZkTestBase create jetty 1 in directory 
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.6/solr/build/solr-core/test/J2/temp/solr.cloud.ShardSplitTest_80AE51F04F5F24D4-001/shard-1-001
   [junit4]   2> 410567 INFO  
(TEST-ShardSplitTest.testSplitAfterFailedSplit-seed#[80AE51F04F5F24D4]) [    ] 
o.e.j.s.Server jetty-9.3.14.v20161028
   [junit4]   2> 410716 INFO  
(TEST-ShardSplitTest.testSplitAfterFailedSplit-seed#[80AE51F04F5F24D4]) [    ] 
o.e.j.s.h.ContextHandler Started 
o.e.j.s.ServletContextHandler@4cf001cd{/,null,AVAILABLE}
   [junit4]   2> 410716 INFO  
(TEST-ShardSplitTest.testSplitAfterFailedSplit-seed#[80AE51F04F5F24D4]) [    ] 
o.e.j.s.AbstractConnector Started 
ServerConnector@7195c3da{HTTP/1.1,[http/1.1]}{127.0.0.1:45208}
   [junit4]   2> 410716 INFO  
(TEST-ShardSplitTest.testSplitAfterFailedSplit-seed#[80AE51F04F5F24D4]) [    ] 
o.e.j.s.Server Started @424106ms
   [junit4]   2> 410716 INFO  
(TEST-ShardSplitTest.testSplitAfterFailedSplit-seed#[80AE51F04F5F24D4]) [    ] 
o.a.s.c.s.e.JettySolrRunner Jetty properties: 
{solr.data.dir=/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.6/solr/build/solr-core/test/J2/temp/solr.cloud.ShardSplitTest_80AE51F04F5F24D4-001/tempDir-001/jetty1,
 solrconfig=solrconfig.xml, hostContext=/, hostPort=45208, 
coreRootDirectory=/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.6/solr/build/solr-core/test/J2/../../../../../../../../../../home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.6/solr/build/solr-core/test/J2/temp/solr.cloud.ShardSplitTest_80AE51F04F5F24D4-001/shard-1-001/cores}
   [junit4]   2> 410717 ERROR 
(TEST-ShardSplitTest.testSplitAfterFailedSplit-seed#[80AE51F04F5F24D4]) [    ] 
o.a.s.s.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be 
missing or incomplete.
   [junit4]   2> 410731 INFO  
(TEST-ShardSplitTest.testSplitAfterFailedSplit-seed#[80AE51F04F5F24D4]) [    ] 
o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 
6.6.1
   [junit4]   2> 410731 INFO  
(TEST-ShardSplitTest.testSplitAfterFailedSplit-seed#[80AE51F04F5F24D4]) [    ] 
o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 410731 INFO  
(TEST-ShardSplitTest.testSplitAfterFailedSplit-seed#[80AE51F04F5F24D4]) [    ] 
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 410731 INFO  
(TEST-ShardSplitTest.testSplitAfterFailedSplit-seed#[80AE51F04F5F24D4]) [    ] 
o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 
2017-08-27T02:29:08.230Z
   [junit4]   2> 410943 INFO  
(TEST-ShardSplitTest.testSplitAfterFailedSplit-seed#[80AE51F04F5F24D4]) [    ] 
o.a.s.s.SolrDispatchFilter Loading solr.xml from SolrHome (not found in 
ZooKeeper)
   [junit4]   2> 410943 INFO  
(TEST-ShardSplitTest.testSplitAfterFailedSplit-seed#[80AE51F04F5F24D4]) [    ] 
o.a.s.c.SolrXmlConfig Loading container configuration from 
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.6/solr/build/solr-core/test/J2/temp/solr.cloud.ShardSplitTest_80AE51F04F5F24D4-001/shard-1-001/solr.xml
   [junit4]   2> 411191 INFO  
(TEST-ShardSplitTest.testSplitAfterFailedSplit-seed#[80AE51F04F5F24D4]) [    ] 
o.a.s.u.UpdateShardHandler Creating UpdateShardHandler HTTP client with params: 
socketTimeout=340000&connTimeout=45000&retry=true
   [junit4]   2> 411206 INFO  
(TEST-ShardSplitTest.testSplitAfterFailedSplit-seed#[80AE51F04F5F24D4]) [    ] 
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:46117/solr
   [junit4]   2> 411467 INFO  
(TEST-ShardSplitTest.testSplitAfterFailedSplit-seed#[80AE51F04F5F24D4]) 
[n:127.0.0.1:45208_    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (0) -> (1)
   [junit4]   2> 411469 INFO  
(TEST-ShardSplitTest.testSplitAfterFailedSplit-seed#[80AE51F04F5F24D4]) 
[n:127.0.0.1:45208_    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 411482 INFO  
(TEST-ShardSplitTest.testSplitAfterFailedSplit-seed#[80AE51F04F5F24D4]) 
[n:127.0.0.1:45208_    ] o.a.s.c.ZkController Register node as live in 
ZooKeeper:/live_nodes/127.0.0.1:45208_
   [junit4]   2> 411500 INFO  
(zkCallback-194-thread-1-processing-n:127.0.0.1:35376_) [n:127.0.0.1:35376_    
] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 411531 INFO  (zkCallback-198-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 411677 INFO  
(zkCallback-203-thread-1-processing-n:127.0.0.1:45208_) [n:127.0.0.1:45208_    
] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 412343 INFO  
(TEST-ShardSplitTest.testSplitAfterFailedSplit-seed#[80AE51F04F5F24D4]) 
[n:127.0.0.1:45208_    ] o.a.s.c.CorePropertiesLocator Found 1 core definitions 
underneath 
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.6/solr/build/solr-core/test/J2/../../../../../../../../../../home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.6/solr/build/solr-core/test/J2/temp/solr.cloud.ShardSplitTest_80AE51F04F5F24D4-001/shard-1-001/cores
   [junit4]   2> 412343 INFO  
(TEST-ShardSplitTest.testSplitAfterFailedSplit-seed#[80AE51F04F5F24D4]) 
[n:127.0.0.1:45208_    ] o.a.s.c.CorePropertiesLocator Cores are: [collection1]
   [junit4]   2> 412365 INFO  
(coreLoadExecutor-566-thread-1-processing-n:127.0.0.1:45208_) 
[n:127.0.0.1:45208_ c:collection1   x:collection1] 
o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 4 
transient cores
   [junit4]   2> 412626 INFO  
(OverseerStateUpdate-98553098432413700-127.0.0.1:35376_-n_0000000000) 
[n:127.0.0.1:35376_    ] o.a.s.c.o.ReplicaMutator Assigning new node to shard 
shard=shard2
   [junit4]   2> 413743 WARN  
(coreLoadExecutor-566-thread-1-processing-n:127.0.0.1:45208_) 
[n:127.0.0.1:45208_ c:collection1   x:collection1] o.a.s.c.Config Beginning 
with Solr 5.5, <mergePolicy> is deprecated, use <mergePolicyFactory> instead.
   [junit4]   2> 413744 INFO  
(coreLoadExecutor-566-thread-1-processing-n:127.0.0.1:45208_) 
[n:127.0.0.1:45208_ c:collection1   x:collection1] o.a.s.c.SolrConfig Using 
Lucene MatchVersion: 6.6.1
   [junit4]   2> 413895 INFO  
(coreLoadExecutor-566-thread-1-processing-n:127.0.0.1:45208_) 
[n:127.0.0.1:45208_ c:collection1   x:collection1] o.a.s.s.IndexSchema 
[collection1] Schema name=test
   [junit4]   2> 414737 INFO  
(coreLoadExecutor-566-thread-1-processing-n:127.0.0.1:45208_) 
[n:127.0.0.1:45208_ c:collection1   x:collection1] o.a.s.s.IndexSchema Loaded 
schema test/1.6 with uniqueid field id
   [junit4]   2> 414856 INFO  
(coreLoadExecutor-566-thread-1-processing-n:127.0.0.1:45208_) 
[n:127.0.0.1:45208_ c:collection1   x:collection1] o.a.s.c.CoreContainer 
Creating SolrCore 'collection1' using configuration from collection 
collection1, trusted=true
   [junit4]   2> 414856 INFO  
(coreLoadExecutor-566-thread-1-processing-n:127.0.0.1:45208_) 
[n:127.0.0.1:45208_ c:collection1   x:collection1] o.a.s.c.SolrCore 
solr.RecoveryStrategy.Builder
   [junit4]   2> 414856 INFO  
(coreLoadExecutor-566-thread-1-processing-n:127.0.0.1:45208_) 
[n:127.0.0.1:45208_ c:collection1   x:collection1] o.a.s.c.SolrCore 
[[collection1] ] Opening new SolrCore at 
[/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.6/solr/build/solr-core/test/J2/temp/solr.cloud.ShardSplitTest_80AE51F04F5F24D4-001/shard-1-001/cores/collection1],
 
dataDir=[/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.6/solr/build/solr-core/test/J2/../../../../../../../../../../home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.6/solr/build/solr-core/test/J2/temp/solr.cloud.ShardSplitTest_80AE51F04F5F24D4-001/shard-1-001/cores/collection1/data/]
   [junit4]   2> 414856 INFO  
(coreLoadExecutor-566-thread-1-processing-n:127.0.0.1:45208_) 
[n:127.0.0.1:45208_ c:collection1   x:collection1] o.a.s.c.JmxMonitoredMap JMX 
monitoring is enabled. Adding Solr mbeans to JMX Server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@4bdfaa59
   [junit4]   2> 414858 INFO  
(coreLoadExecutor-566-thread-1-processing-n:127.0.0.1:45208_) 
[n:127.0.0.1:45208_ c:collection1   x:collection1] o.a.s.u.RandomMergePolicy 
RandomMergePolicy wrapping class org.apache.lucene.index.LogDocMergePolicy: 
[LogDocMergePolicy: minMergeSize=1000, mergeFactor=34, 
maxMergeSize=9223372036854775807, 
maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=false, 
maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, 
noCFSRatio=0.1904024132903125]
   [junit4]   2> 414924 WARN  
(coreLoadExecutor-566-thread-1-processing-n:127.0.0.1:45208_) 
[n:127.0.0.1:45208_ 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> 415172 INFO  
(coreLoadExecutor-566-thread-1-processing-n:127.0.0.1:45208_) 
[n:127.0.0.1:45208_ c:collection1   x:collection1] o.a.s.u.UpdateHandler Using 
UpdateLog implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 415172 INFO  
(coreLoadExecutor-566-thread-1-processing-n:127.0.0.1:45208_) 
[n:127.0.0.1:45208_ c:collection1   x:collection1] o.a.s.u.UpdateLog 
Initializing UpdateLog: dataDir= defaultSyncLevel=FLUSH numRecordsToKeep=100 
maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 415172 INFO  
(coreLoadExecutor-566-thread-1-processing-n:127.0.0.1:45208_) 
[n:127.0.0.1:45208_ c:collection1   x:collection1] o.a.s.u.CommitTracker Hard 
AutoCommit: disabled
   [junit4]   2> 415172 INFO  
(coreLoadExecutor-566-thread-1-processing-n:127.0.0.1:45208_) 
[n:127.0.0.1:45208_ c:collection1   x:collection1] o.a.s.u.CommitTracker Soft 
AutoCommit: disabled
   [junit4]   2> 415188 INFO  
(coreLoadExecutor-566-thread-1-processing-n:127.0.0.1:45208_) 
[n:127.0.0.1:45208_ c:collection1   x:collection1] o.a.s.u.RandomMergePolicy 
RandomMergePolicy wrapping class 
org.apache.lucene.index.LogByteSizeMergePolicy: [LogByteSizeMergePolicy: 
minMergeSize=1677721, mergeFactor=38, maxMergeSize=2147483648, 
maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=false, 
maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, 
noCFSRatio=0.0]
   [junit4]   2> 415189 INFO  
(coreLoadExecutor-566-thread-1-processing-n:127.0.0.1:45208_) 
[n:127.0.0.1:45208_ c:collection1   x:collection1] o.a.s.s.SolrIndexSearcher 
Opening [Searcher@5ad8a4b7[collection1] main]
   [junit4]   2> 415237 INFO  
(coreLoadExecutor-566-thread-1-processing-n:127.0.0.1:45208_) 
[n:127.0.0.1:45208_ c:collection1   x:collection1] 
o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: 
/configs/conf1
   [junit4]   2> 415257 INFO  
(coreLoadExecutor-566-thread-1-processing-n:127.0.0.1:45208_) 
[n:127.0.0.1:45208_ c:collection1   x:collection1] 
o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using 
ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 415257 INFO  
(coreLoadExecutor-566-thread-1-processing-n:127.0.0.1:45208_) 
[n:127.0.0.1:45208_ c:collection1   x:collection1] o.a.s.h.ReplicationHandler 
Commits will be reserved for  10000
   [junit4]   2> 415258 INFO  
(coreLoadExecutor-566-thread-1-processing-n:127.0.0.1:45208_) 
[n:127.0.0.1:45208_ c:collection1   x:collection1] o.a.s.u.UpdateLog Could not 
find max version in index or recent updates, using new clock 1576849587838124032
   [junit4]   2> 415371 INFO  
(searcherExecutor-567-thread-1-processing-n:127.0.0.1:45208_ x:collection1 
c:collection1) [n:127.0.0.1:45208_ c:collection1   x:collection1] 
o.a.s.c.SolrCore [collection1] Registered new searcher 
Searcher@5ad8a4b7[collection1] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 415559 INFO  
(coreZkRegister-561-thread-1-processing-n:127.0.0.1:45208_ x:collection1 
c:collection1) [n:127.0.0.1:45208_ c:collection1 s:shard2 r:core_node1 
x:collection1] o.a.s.c.ShardLeaderElectionContext Enough replicas found to 
continue.
   [junit4]   2> 415559 INFO  
(coreZkRegister-561-thread-1-processing-n:127.0.0.1:45208_ x:collection1 
c:collection1) [n:127.0.0.1:45208_ 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> 415559 INFO  
(coreZkRegister-561-thread-1-processing-n:127.0.0.1:45208_ x:collection1 
c:collection1) [n:127.0.0.1:45208_ c:collection1 s:shard2 r:core_node1 
x:collection1] o.a.s.c.SyncStrategy Sync replicas to 
http://127.0.0.1:45208/collection1/
   [junit4]   2> 415559 INFO  
(coreZkRegister-561-thread-1-processing-n:127.0.0.1:45208_ x:collection1 
c:collection1) [n:127.0.0.1:45208_ c:collection1 s:shard2 r:core_node1 
x:collection1] o.a.s.c.SyncStrategy Sync Success - now sync replicas to me
   [junit4]   2> 415559 INFO  
(coreZkRegister-561-thread-1-processing-n:127.0.0.1:45208_ x:collection1 
c:collection1) [n:127.0.0.1:45208_ c:collection1 s:shard2 r:core_node1 
x:collection1] o.a.s.c.SyncStrategy http://127.0.0.1:45208/collection1/ has no 
replicas
   [junit4]   2> 415559 INFO  
(coreZkRegister-561-thread-1-processing-n:127.0.0.1:45208_ x:collection1 
c:collection1) [n:127.0.0.1:45208_ c:collection1 s:shard2 r:core_node1 
x:collection1] o.a.s.c.ShardLeaderElectionContext Found all replicas 
participating in election, clear LIR
   [junit4]   2> 415592 INFO  
(coreZkRegister-561-thread-1-processing-n:127.0.0.1:45208_ x:collection1 
c:collection1) [n:127.0.0.1:45208_ c:collection1 s:shard2 r:core_node1 
x:collection1] o.a.s.c.ShardLeaderElectionContext I am the new leader: 
http://127.0.0.1:45208/collection1/ shard2
   [junit4]   2> 415705 INFO  
(coreZkRegister-561-thread-1-processing-n:127.0.0.1:45208_ x:collection1 
c:collection1) [n:127.0.0.1:45208_ c:collection1 s:shard2 r:core_node1 
x:collection1] o.a.s.c.ZkController I am the leader, no recovery necessary
   [junit4]   2> 417019 INFO  
(TEST-ShardSplitTest.testSplitAfterFailedSplit-seed#[80AE51F04F5F24D4]) [    ] 
o.a.s.SolrTestCaseJ4 Writing core.properties file to 
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.6/solr/build/solr-core/test/J2/temp/solr.cloud.ShardSplitTest_80AE51F04F5F24D4-001/shard-2-001/cores/collection1
   [junit4]   2> 417019 INFO  
(TEST-ShardSplitTest.testSplitAfterFailedSplit-seed#[80AE51F04F5F24D4]) [    ] 
o.a.s.c.AbstractFullDistribZkTestBase create jetty 2 in directory 
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.6/solr/build/solr-core/test/J2/temp/solr.cloud.ShardSplitTest_80AE51F04F5F24D4-001/shard-2-001
   [junit4]   2> 417030 INFO  
(TEST-ShardSplitTest.testSplitAfterFailedSplit-seed#[80AE51F04F5F24D4]) [    ] 
o.e.j.s.Server jetty-9.3.14.v20161028
   [junit4]   2> 417175 INFO  
(TEST-ShardSplitTest.testSplitAfterFailedSplit-seed#[80AE51F04F5F24D4]) [    ] 
o.e.j.s.h.ContextHandler Started 
o.e.j.s.ServletContextHandler@5dca59b5{/,null,AVAILABLE}
   [junit4]   2> 417175 INFO  
(TEST-ShardSplitTest.testSplitAfterFailedSplit-seed#[80AE51F04F5F24D4]) [    ] 
o.e.j.s.AbstractConnector Started 
ServerConnector@4314801c{HTTP/1.1,[http/1.1]}{127.0.0.1:36651}
   [junit4]   2> 417176 INFO  
(TEST-ShardSplitTest.testSplitAfterFailedSplit-seed#[80AE51F04F5F24D4]) [    ] 
o.e.j.s.Server Started @430565ms
   [junit4]   2> 417176 INFO  
(TEST-ShardSplitTest.testSplitAfterFailedSplit-seed#[80AE51F04F5F24D4]) [    ] 
o.a.s.c.s.e.JettySolrRunner Jetty properties: 
{solr.data.dir=/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.6/solr/build/solr-core/test/J2/temp/solr.cloud.ShardSplitTest_80AE51F04F5F24D4-001/tempDir-001/jetty2,
 solrconfig=solrconfig.xml, hostContext=/, hostPort=36651, 
coreRootDirectory=/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.6/solr/build/solr-core/test/J2/temp/solr.cloud.ShardSplitTest_80AE51F04F5F24D4-001/shard-2-001/cores}
   [junit4]   2> 417176 ERROR 
(TEST-ShardSplitTest.testSplitAfterFailedSplit-seed#[80AE51F04F5F24D4]) [    ] 
o.a.s.s.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be 
missing or incomplete.
   [junit4]   2> 417338 INFO  
(TEST-ShardSplitTest.testSplitAfterFailedSplit-seed#[80AE51F04F5F24D4]) [    ] 
o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 
6.6.1
   [junit4]   2> 417338 INFO  
(TEST-ShardSplitTest.testSplitAfterFailedSplit-seed#[80AE51F04F5F24D4]) [    ] 
o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 417338 INFO  
(TEST-ShardSplitTest.testSplitAfterFailedSplit-seed#[80AE51F04F5F24D4]) [    ] 
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 417338 INFO  
(TEST-ShardSplitTest.testSplitAfterFailedSplit-seed#[80AE51F04F5F24D4]) [    ] 
o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 
2017-08-27T02:29:14.837Z
   [junit4]   2> 417406 INFO  
(TEST-ShardSplitTest.testSplitAfterFailedSplit-seed#[80AE51F04F5F24D4]) [    ] 
o.a.s.s.SolrDispatchFilter Loading solr.xml from SolrHome (not found in 
ZooKeeper)
   [junit4]   2> 417406 INFO  
(TEST-ShardSplitTest.testSplitAfterFailedSplit-seed#[80AE51F04F5F24D4]) [    ] 
o.a.s.c.SolrXmlConfig Loading container configuration from 
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.6/solr/build/solr-core/test/J2/temp/solr.cloud.ShardSplitTest_80AE51F04F5F24D4-001/shard-2-001/solr.xml
   [junit4]   2> 417439 INFO  
(TEST-ShardSplitTest.testSplitAfterFailedSplit-seed#[80AE51F04F5F24D4]) [    ] 
o.a.s.u.UpdateShardHandler Creating UpdateShardHandler HTTP client with params: 
socketTimeout=340000&connTimeout=45000&retry=true
   [junit4]   2> 417440 INFO  
(TEST-ShardSplitTest.testSplitAfterFailedSplit-seed#[80AE51F04F5F24D4]) [    ] 
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:46117/solr
   [junit4]   2> 417540 INFO  
(TEST-ShardSplitTest.testSplitAfterFailedSplit-seed#[80AE51F04F5F24D4]) 
[n:127.0.0.1:36651_    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (0) -> (2)
   [junit4]   2> 417556 INFO  
(TEST-ShardSplitTest.testSplitAfterFailedSplit-seed#[80AE51F04F5F24D4]) 
[n:127.0.0.1:36651_    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 417569 INFO  
(TEST-ShardSplitTest.testSplitAfterFailedSplit-seed#[80AE51F04F5F24D4]) 
[n:127.0.0.1:36651_    ] o.a.s.c.ZkController Register node as live in 
ZooKeeper:/live_nodes/127.0.0.1:36651_
   [junit4]   2> 417570 INFO  
(zkCallback-203-thread-1-processing-n:127.0.0.1:45208_) [n:127.0.0.1:45208_    
] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 417571 INFO  (zkCallback-198-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 417605 INFO  
(zkCallback-194-thread-1-processing-n:127.0.0.1:35376_) [n:127.0.0.1:35376_    
] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 417670 INFO  
(zkCallback-209-thread-1-processing-n:127.0.0.1:36651_) [n:127.0.0.1:36651_    
] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 418276 INFO  
(TEST-ShardSplitTest.testSplitAfterFailedSplit-seed#[80AE51F04F5F24D4]) 
[n:127.0.0.1:36651_    ] o.a.s.c.CorePropertiesLocator Found 1 core definitions 
underneath 
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.6/solr/build/solr-core/test/J2/temp/solr.cloud.ShardSplitTest_80AE51F04F5F24D4-001/shard-2-001/cores
   [junit4]   2> 418276 INFO  
(TEST-ShardSplitTest.testSplitAfterFailedSplit-seed#[80AE51F04F5F24D4]) 
[n:127.0.0.1:36651_    ] o.a.s.c.CorePropertiesLocator Cores are: [collection1]
   [junit4]   2> 418293 INFO  
(coreLoadExecutor-577-thread-1-processing-n:127.0.0.1:36651_) 
[n:127.0.0.1:36651_ c:collection1   x:collection1] 
o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 4 
transient cores
   [junit4]   2> 418294 INFO  
(OverseerStateUpdate-98553098432413700-127.0.0.1:35376_-n_0000000000) 
[n:127.0.0.1:35376_    ] o.a.s.c.o.ReplicaMutator Assigning new node to shard 
shard=shard1
   [junit4]   2> 419468 WARN  
(coreLoadExecutor-577-thread-1-processing-n:127.0.0.1:36651_) 
[n:127.0.0.1:36651_ c:collection1   x:collection1] o.a.s.c.Config Beginning 
with Solr 5.5, <mergePolicy> is deprecated, use <mergePolicyFactory> instead.
   [junit4]   2> 419481 INFO  
(coreLoadExecutor-577-thread-1-processing-n:127.0.0.1:36651_) 
[n:127.0.0.1:36651_ c:collection1   x:collection1] o.a.s.c.SolrConfig Using 
Lucene MatchVersion: 6.6.1
   [junit4]   2> 419653 INFO  
(coreLoadExecutor-577-thread-1-processing-n:127.0.0.1:36651_) 
[n:127.0.0.1:36651_ c:collection1   x:collection1] o.a.s.s.IndexSchema 
[collection1] Schema name=test
   [junit4]   2> 420112 INFO  
(coreLoadExecutor-577-thread-1-processing-n:127.0.0.1:36651_) 
[n:127.0.0.1:36651_ c:collection1   x:collection1] o.a.s.s.IndexSchema Loaded 
schema test/1.6 with uniqueid field id
   [junit4]   2> 420309 INFO  
(coreLoadExecutor-577-thread-1-processing-n:127.0.0.1:36651_) 
[n:127.0.0.1:36651_ c:collection1   x:collection1] o.a.s.c.CoreContainer 
Creating SolrCore 'collection1' using configuration from collection 
collection1, trusted=true
   [junit4]   2> 420309 INFO  
(coreLoadExecutor-577-thread-1-processing-n:127.0.0.1:36651_) 
[n:127.0.0.1:36651_ c:collection1   x:collection1] o.a.s.c.SolrCore 
solr.RecoveryStrategy.Builder
   [junit4]   2> 420309 INFO  
(coreLoadExecutor-577-thread-1-processing-n:127.0.0.1:36651_) 
[n:127.0.0.1:36651_ c:collection1   x:collection1] o.a.s.c.SolrCore 
[[collection1] ] Opening new SolrCore at 
[/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.6/solr/build/solr-core/test/J2/temp/solr.cloud.ShardSplitTest_80AE51F04F5F24D4-001/shard-2-001/cores/collection1],
 
dataDir=[/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.6/solr/build/solr-core/test/J2/temp/solr.cloud.ShardSplitTest_80AE51F04F5F24D4-001/shard-2-001/cores/collection1/data/]
   [junit4]   2> 420309 INFO  
(coreLoadExecutor-577-thread-1-processing-n:127.0.0.1:36651_) 
[n:127.0.0.1:36651_ c:collection1   x:collection1] o.a.s.c.JmxMonitoredMap JMX 
monitoring is enabled. Adding Solr mbeans to JMX Server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@4bdfaa59
   [junit4]   2> 420423 INFO  
(coreLoadExecutor-577-thread-1-processing-n:127.0.0.1:36651_) 
[n:127.0.0.1:36651_ c:collection1   x:collection1] o.a.s.u.RandomMergePolicy 
RandomMergePolicy wrapping class org.apache.lucene.index.LogDocMergePolicy: 
[LogDocMergePolicy: minMergeSize=1000, mergeFactor=34, 
maxMergeSize=9223372036854775807, 
maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=false, 
maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, 
noCFSRatio=0.1904024132903125]
   [junit4]   2> 420463 WARN  
(coreLoadExecutor-577-thread-1-processing-n:127.0.0.1:36651_) 
[n:127.0.0.1:36651_ 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> 420918 INFO  
(coreLoadExecutor-577-thread-1-processing-n:127.0.0.1:36651_) 
[n:127.0.0.1:36651_ c:collection1   x:collection1] o.a.s.u.UpdateHandler Using 
UpdateLog implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 420918 INFO  
(coreLoadExecutor-577-thread-1-processing-n:127.0.0.1:36651_) 
[n:127.0.0.1:36651_ c:collection1   x:collection1] o.a.s.u.UpdateLog 
Initializing UpdateLog: dataDir= defaultSyncLevel=FLUSH numRecordsToKeep=100 
maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 420919 INFO  
(coreLoadExecutor-577-thread-1-processing-n:127.0.0.1:36651_) 
[n:127.0.0.1:36651_ c:collection1   x:collection1] o.a.s.u.CommitTracker Hard 
AutoCommit: disabled
   [junit4]   2> 420919 INFO  
(coreLoadExecutor-577-thread-1-processing-n:127.0.0.1:36651_) 
[n:127.0.0.1:36651_ c:collection1   x:collection1] o.a.s.u.CommitTracker Soft 
AutoCommit: disabled
   [junit4]   2> 420955 INFO  
(coreLoadExecutor-577-thread-1-processing-n:127.0.0.1:36651_) 
[n:127.0.0.1:36651_ c:collection1   x:collection1] o.a.s.u.RandomMergePolicy 
RandomMergePolicy wrapping class 
org.apache.lucene.index.LogByteSizeMergePolicy: [LogByteSizeMergePolicy: 
minMergeSize=1677721, mergeFactor=38, maxMergeSize=2147483648, 
maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=false, 
maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, 
noCFSRatio=0.0]
   [junit4]   2> 421024 INFO  
(coreLoadExecutor-577-thread-1-processing-n:127.0.0.1:36651_) 
[n:127.0.0.1:36651_ c:collection1   x:collection1] o.a.s.s.SolrIndexSearcher 
Opening [Searcher@1c605936[collection1] main]
   [junit4]   2> 421033 INFO  
(coreLoadExecutor-577-thread-1-processing-n:127.0.0.1:36651_) 
[n:127.0.0.1:36651_ c:collection1   x:collection1] 
o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: 
/configs/conf1
   [junit4]   2> 421033 INFO  
(coreLoadExecutor-577-thread-1-processing-n:127.0.0.1:36651_) 
[n:127.0.0.1:36651_ c:collection1   x:collection1] 
o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using 
ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 421033 INFO  
(coreLoadExecutor-577-thread-1-processing-n:127.0.0.1:36651_) 
[n:127.0.0.1:36651_ c:collection1   x:collection1] o.a.s.h.ReplicationHandler 
Commits will be reserved for  10000
   [junit4]   2> 421034 INFO  
(coreLoadExecutor-577-thread-1-processing-n:127.0.0.1:36651_) 
[n:127.0.0.1:36651_ c:collection1   x:collection1] o.a.s.u.UpdateLog Could not 
find max version in index or recent updates, using new clock 1576849593894699008
   [junit4]   2> 421117 INFO  
(searcherExecutor-578-thread-1-processing-n:127.0.0.1:36651_ x:collection1 
c:collection1) [n:127.0.0.1:36651_ c:collection1   x:collection1] 
o.a.s.c.SolrCore [collection1] Registered new searcher 
Searcher@1c605936[collection1] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 421137 INFO  
(coreZkRegister-572-thread-1-processing-n:127.0.0.1:36651_ x:collection1 
c:collection1) [n:127.0.0.1:36651_ c:collection1 s:shard1 r:core_node2 
x:collection1] o.a.s.c.ShardLeaderElectionContext Enough replicas found to 
continue.
   [junit4]   2> 421137 INFO  
(coreZkRegister-572-thread-1-processing-n:127.0.0.1:36651_ x:collection1 
c:collection1) [n:127.0.0.1:36651_ 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> 421137 INFO  
(coreZkRegister-572-thread-1-processing-n:127.0.0.1:36651_ x:collection1 
c:collection1) [n:127.0.0.1:36651_ c:collection1 s:shard1 r:core_node2 
x:collection1] o.a.s.c.SyncStrategy Sync replicas to 
http://127.0.0.1:36651/collection1/
   [junit4]   2> 421137 INFO  
(coreZkRegister-572-thread-1-processing-n:127.0.0.1:36651_ x:collection1 
c:collection1) [n:127.0.0.1:36651_ c:collection1 s:shard1 r:core_node2 
x:collection1] o.a.s.c.SyncStrategy Sync Success - now sync replicas to me
   [junit4]   2> 421137 INFO  
(coreZkRegister-572-thread-1-processing-n:127.0.0.1:36651_ x:collection1 
c:collection1) [n:127.0.0.1:36651_ c:collection1 s:shard1 r:core_node2 
x:collection1] o.a.s.c.SyncStrategy http://127.0.0.1:36651/collection1/ has no 
replicas
   [junit4]   2> 421137 INFO  
(coreZkRegister-572-thread-1-processing-n:127.0.0.1:36651_ x:collection1 
c:collection1) [n:127.0.0.1:36651_ c:collection1 s:shard1 r:core_node2 
x:collection1] o.a.s.c.ShardLeaderElectionContext Found all replicas 
participating in election, clear LIR
   [junit4]   2> 421184 INFO  
(coreZkRegister-572-thread-1-processing-n:127.0.0.1:36651_ x:collection1 
c:collection1) [n:127.0.0.1:36651_ c:collection1 s:shard1 r:core_node2 
x:collection1] o.a.s.c.ShardLeaderElectionContext I am the new leader: 
http://127.0.0.1:36651/collection1/ shard1
   [junit4]   2> 421361 INFO  
(coreZkRegister-572-thread-1-processing-n:127.0.0.1:36651_ x:collection1 
c:collection1) [n:127.0.0.1:36651_ c:collection1 s:shard1 r:core_node2 
x:collection1] o.a.s.c.ZkController I am the leader, no recovery necessary
   [junit4]   2> 422489 INFO  
(TEST-ShardSplitTest.testSplitAfterFailedSplit-seed#[80AE51F04F5F24D4]) [    ] 
o.a.s.SolrTestCaseJ4 Writing core.properties file to 
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.6/solr/build/solr-core/test/J2/temp/solr.cloud.ShardSplitTest_80AE51F04F5F24D4-001/shard-3-001/cores/collection1
   [junit4]   2> 422489 INFO  
(TEST-ShardSplitTest.testSplitAfterFailedSplit-seed#[80AE51F04F5F24D4]) [    ] 
o.a.s.c.AbstractFullDistribZkTestBase create jetty 3 in directory 
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.6/solr/build/solr-core/test/J2/temp/solr.cloud.ShardSplitTest_80AE51F04F5F24D4-001/shard-3-001
   [junit4]   2> 422518 INFO  
(TEST-ShardSplitTest.testSplitAfterFailedSplit-seed#[80AE51F04F5F24D4]) [    ] 
o.e.j.s.Server jetty-9.3.14.v20161028
   [junit4]   2> 422604 INFO  
(TEST-ShardSplitTest.testSplitAfterFailedSplit-seed#[80AE51F04F5F24D4]) [    ] 
o.e.j.s.h.ContextHandler Started 
o.e.j.s.ServletContextHandler@78d92041{/,null,AVAILABLE}
   [junit4]   2> 422604 INFO  
(TEST-ShardSplitTest.testSplitAfterFailedSplit-seed#[80AE51F04F5F24D4]) [    ] 
o.e.j.s.AbstractConnector Started 
ServerConnector@785a6b76{HTTP/1.1,[http/1.1]}{127.0.0.1:39184}
   [junit4]   2> 422604 INFO  
(TEST-ShardSplitTest.testSplitAfterFailedSplit-seed#[80AE51F04F5F24D4]) [    ] 
o.e.j.s.Server Started @435993ms
   [junit4]   2> 422604 INFO  
(TEST-ShardSplitTest.testSplitAfterFailedSplit-seed#[80AE51F04F5F24D4]) [    ] 
o.a.s.c.s.e.JettySolrRunner Jetty properties: 
{solr.data.dir=/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.6/solr/build/solr-core/test/J2/temp/solr.cloud.ShardSplitTest_80AE51F04F5F24D4-001/tempDir-001/jetty3,
 solrconfig=solrconfig.xml, hostContext=/, hostPort=39184, 
coreRootDirectory=/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.6/solr/build/solr-core/test/J2/../../../../../../../../../../home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.6/solr/build/solr-core/test/J2/temp/solr.cloud.ShardSplitTest_80AE51F04F5F24D4-001/shard-3-001/cores}
   [junit4]   2> 422604 ERROR 
(TEST-ShardSplitTest.testSplitAfterFailedSplit-seed#[80AE51F04F5F24D4]) [    ] 
o.a.s.s.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be 
missing or incomplete.
   [junit4]   2> 422686 INFO  
(TEST-ShardSplitTest.testSplitAfterFailedSplit-seed#[80AE51F04F5F24D4]) [    ] 
o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 
6.6.1
   [junit4]   2> 422686 INFO  
(TEST-ShardSplitTest.testSplitAfterFailedSplit-seed#[80AE51F04F5F24D4]) [    ] 
o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 422686 INFO  
(TEST-ShardSplitTest.testSplitAfterFailedSplit-seed#[80AE51F04F5F24D4]) [    ] 
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 422686 INFO  
(TEST-ShardSplitTest.testSplitAfterFailedSplit-seed#[80AE51F04F5F24D4]) [    ] 
o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 
2017-08-27T02:29:20.185Z
   [junit4]   2> 422812 INFO  
(TEST-ShardSplitTest.testSplitAfterFailedSplit-seed#[80AE51F04F5F24D4]) [    ] 
o.a.s.s.SolrDispatchFilter Loading solr.xml from SolrHome (not found in 
ZooKeeper)
   [junit4]   2> 422812 INFO  
(TEST-ShardSplitTest.testSplitAfterFailedSplit-seed#[80AE51F04F5F24D4]) [    ] 
o.a.s.c.SolrXmlConfig Loading container configuration from 
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.6/solr/build/solr-core/test/J2/temp/solr.cloud.ShardSplitTest_80AE51F04F5F24D4-001/shard-3-001/solr.xml
   [junit4]   2> 422920 INFO  
(TEST-ShardSplitTest.testSplitAfterFailedSplit-seed#[80AE51F04F5F24D4]) [    ] 
o.a.s.u.UpdateShardHandler Creating UpdateShardHandler HTTP client with params: 
socketTimeout=340000&connTimeout=45000&retry=true
   [junit4]   2> 422969 INFO  
(TEST-ShardSplitTest.testSplitAfterFailedSplit-seed#[80AE51F04F5F24D4]) [    ] 
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:46117/solr
   [junit4]   2> 423326 INFO  
(TEST-ShardSplitTest.testSplitAfterFailedSplit-seed#[80AE51F04F5F24D4]) 
[n:127.0.0.1:39184_    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (0) -> (3)
   [junit4]   2> 423328 INFO  
(TEST-ShardSplitTest.testSplitAfterFailedSplit-seed#[80AE51F04F5F24D4]) 
[n:127.0.0.1:39184_    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 423351 INFO  
(TEST-ShardSplitTest.testSplitAfterFailedSplit-seed#[80AE51F04F5F24D4]) 
[n:127.0.0.1:39184_    ] o.a.s.c.ZkController Register node as live in 
ZooKeeper:/live_nodes/127.0.0.1:39184_
   [junit4]   2> 423352 INFO  
(zkCallback-209-thread-1-processing-n:127.0.0.1:36651_) [n:127.0.0.1:36651_    
] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 423352 INFO  
(zkCallback-194-thread-1-processing-n:127.0.0.1:35376_) [n:127.0.0.1:35376_    
] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 423352 INFO  
(zkCallback-203-thread-1-processing-n:127.0.0.1:45208_) [n:127.0.0.1:45208_    
] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 423352 INFO  (zkCallback-198-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 423541 INFO  
(zkCallback-215-thread-1-processing-n:127.0.0.1:39184_) [n:127.0.0.1:39184_    
] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 424149 INFO  
(TEST-ShardSplitTest.testSplitAfterFailedSplit-seed#[80AE51F04F5F24D4]) 
[n:127.0.0.1:39184_    ] o.a.s.c.CorePropertiesLocator Found 1 core definitions 
underneath 
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.6/solr/build/solr-core/test/J2/../../../../../../../../../../home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.6/solr/build/solr-core/test/J2/temp/solr.cloud.ShardSplitTest_80AE51F04F5F24D4-001/shard-3-001/cores
   [junit4]   2> 424149 INFO  
(TEST-ShardSplitTest.testSplitAfterFailedSplit-seed#[80AE51F04F5F24D4]) 
[n:127.0.0.1:39184_    ] o.a.s.c.CorePropertiesLocator Cores are: [collection1]
   [junit4]   2> 424163 INFO  
(coreLoadExecutor-588-thread-1-processing-n:127.0.0.1:39184_) 
[n:127.0.0.1:39184_ c:collection1   x:collection1] 
o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 4 
transient cores
   [junit4]   2> 424167 INFO  
(OverseerStateUpdate-98553098432413700-127.0.0.1:35376_-n_0000000000) 
[n:127.0.0.1:35376_    ] o.a.s.c.o.ReplicaMutator Assigning new node to shard 
shard=shard2
   [junit4]   2> 425372 WARN  
(coreLoadExecutor-588-thread-1-processing-n:127.0.0.1:39184_) 
[n:127.0.0.1:39184_ c:collection1   x:collection1] o.a.s.c.Config Beginning 
with Solr 5.5, <mergePolicy> is deprecated, use <mergePolicyFactory> instead.
   [junit4]   2> 425373 INFO  
(coreLoadExecutor-588-thread-1-processing-n:127.0.0.1:39184_) 
[n:127.0.0.1:39184_ c:collection1   x:collection1] o.a.s.c.SolrConfig Using 
Lucene MatchVersion: 6.6.1
   [junit4]   2> 425509 INFO  
(coreLoadExecutor-588-thread-1-processing-n:127.0.0.1:39184_) 
[n:127.0.0.1:39184_ c:collection1   x:collection1] o.a.s.s.IndexSchema 
[collection1] Schema name=test
   [junit4]   2> 426238 INFO  
(coreLoadExecutor-588-thread-1-processing-n:127.0.0.1:39184_) 
[n:127.0.0.1:39184_ c:collection1   x:collection1] o.a.s.s.IndexSchema Loaded 
schema test/1.6 with uniqueid field id
   [junit4]   2> 426303 INFO  
(coreLoadExecutor-588-thread-1-processing-n:127.0.0.1:39184_) 
[n:127.0.0.1:39184_ c:collection1   x:collection1] o.a.s.c.CoreContainer 
Creating SolrCore 'collection1' using configuration from collection 
collection1, trusted=true
   [junit4]   2> 426303 INFO  
(coreLoadExecutor-588-thread-1-processing-n:127.0.0.1:39184_) 
[n:127.0.0.1:39184_ c:collection1   x:collection1] o.a.s.c.SolrCore 
solr.RecoveryStrategy.Builder
   [junit4]   2> 426303 INFO  
(coreLoadExecutor-588-thread-1-processing-n:127.0.0.1:39184_) 
[n:127.0.0.1:39184_ c:collection1   x:collection1] o.a.s.c.SolrCore 
[[collection1] ] Opening new SolrCore at 
[/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.6/solr/build/solr-core/test/J2/temp/solr.cloud.ShardSplitTest_80AE51F04F5F24D4-001/shard-3-001/cores/collection1],
 
dataDir=[/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.6/solr/build/solr-core/test/J2/../../../../../../../../../../home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.6/solr/build/solr-core/test/J2/temp/solr.cloud.ShardSplitTest_80AE51F04F5F24D4-001/shard-3-001/cores/collection1/data/]
   [junit4]   2> 426303 INFO  
(coreLoadExecutor-588-thread-1-processing-n:127.0.0.1:39184_) 
[n:127.0.0.1:39184_ c:collection1   x:collection1] o.a.s.c.JmxMonitoredMap JMX 
monitoring is enabled. Adding Solr mbeans to JMX Server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@4bdfaa59
   [junit4]   2> 426334 INFO  
(coreLoadExecutor-588-thread-1-processing-n:127.0.0.1:39184_) 
[n:127.0.0.1:39184_ c:collection1   x:collection1] o.a.s.u.RandomMergePolicy 
RandomMergePolicy wrapping class org.apache.lucene.index.LogDocMergePolicy: 
[LogDocMergePolicy: minMergeSize=1000, mergeFactor=34, 
maxMergeSize=9223372036854775807, 
maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=false, 
maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, 
noCFSRatio=0.1904024132903125]
   [junit4]   2> 426532 WARN  
(coreLoadExecutor-588-thread-1-processing-n:127.0.0.1:39184_) 
[n:127.0.0.1:39184_ 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> 426792 INFO  
(coreLoadExecutor-588-thread-1-processing-n:127.0.0.1:39184_) 
[n:127.0.0.1:39184_ c:collection1   x:collection1] o.a.s.u.UpdateHandler Using 
UpdateLog implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 426792 INFO  
(coreLoadExecutor-588-thread-1-processing-n:127.0.0.1:39184_) 
[n:127.0.0.1:39184_ c:collection1   x:collection1] o.a.s.u.UpdateLog 
Initializing UpdateLog: dataDir= defaultSyncLevel=FLUSH numRecordsToKeep=100 
maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 426793 INFO  
(coreLoadExecutor-588-thread-1-processing-n:127.0.0.1:39184_) 
[n:127.0.0.1:39184_ c:collection1   x:collection1] o.a.s.u.CommitTracker Hard 
AutoCommit: disabled
   [junit4]   2> 426793 INFO  
(coreLoadExecutor-588-thread-1-processing-n:127.0.0.1:39184_) 
[n:127.0.0.1:39184_ c:collection1   x:collection1] o.a.s.u.CommitTracker Soft 
AutoCommit: disabled
   [junit4]   2> 426794 INFO  
(coreLoadExecutor-588-thread-1-processing-n:127.0.0.1:39184_) 
[n:127.0.0.1:39184_ c:collection1   x:collection1] o.a.s.u.RandomMergePolicy 
RandomMergePolicy wrapping class 
org.apache.lucene.index.LogByteSizeMergePolicy: [LogByteSizeMergePolicy: 
minMergeSize=1677721, mergeFactor=38, maxMergeSize=2147483648, 
maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=false, 
maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, 
noCFSRatio=0.0]
   [junit4]   2> 426795 INFO  
(coreLoadExecutor-588-thread-1-processing-n:127.0.0.1:39184_) 
[n:127.0.0.1:39184_ c:collection1   x:collection1] o.a.s.s.SolrIndexSearcher 
Opening [Searcher@442b3401[collection1] main]
   [junit4]   2> 426795 INFO  
(coreLoadExecutor-588-thread-1-processing-n:127.0.0.1:39184_) 
[n:127.0.0.1:39184_ c:collection1   x:collection1] 
o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: 
/configs/conf1
   [junit4]   2> 426796 INFO  
(coreLoadExecutor-588-thread-1-processing-n:127.0.0.1:39184_) 
[n:127.0.0.1:39184_ c:collection1   x:collection1] 
o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using 
ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 426796 INFO  
(coreLoadExecutor-588-thread-1-processing-n:127.0.0.1:39184_) 
[n:127.0.0.1:39184_ c:collection1   x:collection1] o.a.s.h.ReplicationHandler 
Commits will be reserved for  10000
   [junit4]   2> 426825 INFO  
(searcherExecutor-589-thread-1-processing-n:127.0.0.1:39184_ x:collection1 
c:collection1) [n:127.0.0.1:39184_ c:collection1   x:collection1] 
o.a.s.c.SolrCore [collection1] Registered new searcher 
Searcher@442b3401[collection1] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 426845 INFO  
(coreLoadExecutor-588-thread-1-processing-n:127.0.0.1:39184_) 
[n:127.0.0.1:39184_ c:collection1   x:collection1] o.a.s.u.UpdateLog Could not 
find max version in index or recent updates, using new clock 1576849599987974144
   [junit4]   2> 426946 INFO  
(coreZkRegister-583-thread-1-processing-n:127.0.0.1:39184_ x:collection1 
c:collection1) [n:127.0.0.1:39184_ c:collection1 s:shard2 r:core_node3 
x:collection1] o.a.s.c.ZkController Core needs to recover:collection1
   [junit4]   2> 426991 INFO  
(updateExecutor-212-thread-1-processing-n:127.0.0.1:39184_ x:collection1 
s:shard2 c:collection1 r:core_node3) [n:127.0.0.1:39184_ c:collection1 s:shard2 
r:core_node3 x:collection1] o.a.s.u.DefaultSolrCoreState Running recovery
   [junit4]   2> 427007 INFO  
(recoveryExecutor-213-thread-1-processing-n:127.0.0.1:39184_ x:collection1 
s:shard2 c:collection1 r:core_node3) [n:127.0.0.1:39184_ c:collection1 s:shard2 
r:core_node3 x:collection1] o.a.s.c.RecoveryStrategy Starting recovery process. 
recoveringAfterStartup=true
   [junit4]   2> 427008 INFO  
(recoveryExecutor-213-thread-1-processing-n:127.0.0.1:39184_ x:collection1 
s:shard2 c:collection1 r:core_node3) [n:127.0.0.1:39184_ c:collection1 s:shard2 
r:core_node3 x:collection1] o.a.s.c.RecoveryStrategy ###### startupVersions=[[]]
   [junit4]   2> 427008 INFO  
(recoveryExecutor-213-thread-1-processing-n:127.0.0.1:39184_ x:collection1 
s:shard2 c:collection1 r:core_node3) [n:127.0.0.1:39184_ c:collection1 s:shard2 
r:core_node3 x:collection1] o.a.s.c.RecoveryStrategy Begin buffering updates. 
core=[collection1]
   [junit4]   2> 427008 INFO  
(recoveryExecutor-213-thread-1-processing-n:127.0.0.1:39184_ x:collection1 
s:shard2 c:collection1 r:core_node3) [n:127.0.0.1:39184_ 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> 427008 INFO  
(recoveryExecutor-213-thread-1-processing-n:127.0.0.1:39184_ x:collection1 
s:shard2 c:collection1 r:core_node3) [n:127.0.0.1:39184_ 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:45208/collection1/] 
and I am [http://127.0.0.1:39184/collection1/]
   [junit4]   2> 427056 INFO  
(recoveryExecutor-213-thread-1-processing-n:127.0.0.1:39184_ x:collection1 
s:shard2 c:collection1 r:core_node3) [n:127.0.0.1:39184_ c:collection1 s:shard2 
r:core_node3 x:collection1] o.a.s.c.RecoveryStrategy Sending prep recovery 
command to [http://127.0.0.1:45208]; [WaitForState: 
action=PREPRECOVERY&core=collection1&nodeName=127.0.0.1:39184_&coreNodeName=core_node3&state=recovering&checkLive=true&onlyIfLeader=true&onlyIfLeaderActive=true]
   [junit4]   2> 427106 INFO  (qtp1294586579-958) [n:127.0.0.1:45208_    ] 
o.a.s.h.a.PrepRecoveryOp Going to wait for coreNodeName: core_node3, state: 
recovering, checkLive: true, onlyIfLeader: true, onlyIfLeaderActive: true
   [junit4]   2> 427107 INFO  (qtp1294586579-958) [n:127.0.0.1:45208_    ] 
o.a.s.h.a.PrepRecoveryOp Will wait a max of 183 seconds to see collection1 
(shard2 of collection1) have state: recovering
   [junit4]   2> 427107 INFO  (qtp1294586579-958) [n:127.0.0.1:45208_    ] 
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:39184_, coreNodeName=core_node3, 
onlyIfActiveCheckResult=false, nodeProps: 
core_node3:{"core":"collection1","base_url":"http://127.0.0.1:39184","node_name":"127.0.0.1:39184_","state":"recovering"}
   [junit4]   2> 427107 INFO  (qtp1294586579-958) [n:127.0.0.1:45208_    ] 
o.a.s.h.a.PrepRecoveryOp Waited coreNodeName: core_node3, state: recovering, 
checkLive: true, onlyIfLeader: true for: 0 seconds.
   [junit4]   2> 427107 INFO  (qtp1294586579-958) [n:127.0.0.1:45208_    ] 
o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores 
params={nodeName=127.0.0.1:39184_&onlyIfLeaderActive=true&core=collection1&coreNodeName=core_node3&action=PREPRECOVERY&checkLive=true&state=recovering&onlyIfLeader=true&wt=javabin&version=2}
 status=0 QTime=0
   [junit4]   2> 427612 INFO  
(recoveryExecutor-213-thread-1-processing-n:127.0.0.1:39184_ x:collection1 
s:shard2 c:collection1 r:core_node3) [n:127.0.0.1:39184_ c:collection1 s:shard2 
r:core_node3 x:collection1] o.a.s.c.RecoveryStrategy Attempting to PeerSync 
from [http://127.0.0.1:45208/collection1/] - recoveringAfterStartup=[true]
   [junit4]   2> 427612 INFO  
(recoveryExecutor-213-thread-1-processing-n:127.0.0.1:39184_ x:collection1 
s:shard2 c:collection1 r:core_node3) [n:127.0.0.1:39184_ c:collection1 s:shard2 
r:core_node3 x:collection1] o.a.s.u.PeerSync PeerSync: core=collection1 
url=http://127.0.0.1:39184 START replicas=[http://127.0.0.1:45208/collection1/] 
nUpdates=100
   [junit4]   2> 427631 INFO  (qtp1294586579-955) [n:127.0.0.1:45208_ 
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> 427632 INFO  (qtp1294586579-955) [n:127.0.0.1:45208_ 
c:collection1 s:shard2 r:core_node1 x:collection1] o.a.s.c.S.Request 
[collection1]  webapp= path=/get 
params={distrib=false&qt=/get&getFingerprint=9223372036854775807&wt=javabin&version=2}
 status=0 QTime=0
   [junit4]   2> 427726 INFO  
(recoveryExecutor-213-thread-1-processing-n:127.0.0.1:39184_ x:collection1 
s:shard2 c:collection1 r:core_node3) [n:127.0.0.1:39184_ c:collection1 s:shard2 
r:core_node3 x:collection1] o.a.s.u.IndexFingerprint IndexFingerprint 
millis:93.0 result:{maxVersionSpecified=9223372036854775807, 
maxVersionEncountered=0, maxInHash=0, versionsHash=0, numVersions=0, numDocs=0, 
maxDoc=0}
   [junit4]   2> 427726 INFO  
(recoveryExecutor-213-thread-1-processing-n:127.0.0.1:39184_ x:collection1 
s:shard2 c:collection1 r:core_node3) [n:127.0.0.1:39184_ 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> 427726 INFO  
(recoveryExecutor-213-thread-1-processing-n:127.0.0.1:39184_ x:collection1 
s:shard2 c:collection1 r:core_node3) [n:127.0.0.1:39184_ 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> 427726 INFO  
(recoveryExecutor-213-thread-1-processing-n:127.0.0.1:39184_ x:collection1 
s:shard2 c:collection1 r:core_node3) [n:127.0.0.1:39184_ c:collection1 s:shard2 
r:core_node3 x:collection1] o.a.s.u.DirectUpdateHandler2 No uncommitted 
changes. Skipping IW.commit.
   [junit4]   2> 427727 INFO  
(recoveryExecutor-213-thread-1-processing-n:127.0.0.1:39184_ x:collection1 
s:shard2 c:collection1 r:core_node3) [n:127.0.0.1:39184_ c:collection1 s:shard2 
r:core_node3 x:collection1] o.a.s.u.DirectUpdateHandler2 end_commit_flush
   [junit4]   2> 427727 INFO  
(recoveryExecutor-213-thread-1-processing-n:127.0.0.1:39184_ x:collection1 
s:shard2 c:collection1 r:core_node3) [n:127.0.0.1:39184_ c:collection1 s:shard2 
r:core_node3 x:collection1] o.a.s.c.RecoveryStrategy PeerSync stage of recovery 
was successful.
   [junit4]   2> 427727 INFO  
(recoveryExecutor-213-thread-1-processing-n:127.0.0.1:39184_ x:collection1 
s:shard2 c:collection1 r:core_node3) [n:127.0.0.1:39184_ c:collection1 s:shard2 
r:core_node3 x:collection1] o.a.s.c.RecoveryStrategy Replaying updates buffered 
during PeerSync.
   [junit4]   2> 427727 INFO  
(recoveryExecutor-213-thread-1-processing-n:127.0.0.1:39184_ x:collection1 
s:shard2 c:collection1 r:core_node3) [n:127.0.0.1:39184_ c:collection1 s:shard2 
r:core_node3 x:collection1] o.a.s.c.RecoveryStrategy No replay needed.
   [junit4]   2> 427727 INFO  
(recoveryExecutor-213-thread-1-processing-n:127.0.0.1:39184_ x:collection1 
s:shard2 c:collection1 r:core_node3) [n:127.0.0.1:39184_ c:collection1 s:shard2 
r:core_node3 x:collection1] o.a.s.c.RecoveryStrategy Registering as Active 
after recovery.
   [junit4]   2> 428041 INFO  
(TEST-ShardSplitTest.testSplitAfterFailedSplit-seed#[80AE51F04F5F24D4]) [    ] 
o.a.s.SolrTestCaseJ4 Writing core.properties file to 
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.6/solr/build/solr-core/test/J2/temp/solr.cloud.ShardSplitTest_80AE51F04F5F24D4-001/shard-4-001/cores/collection1
   [junit4]   2> 428042 INFO  
(TEST-ShardSplitTest.testSplitAfterFailedSplit-seed#[80AE51F04F5F24D4]) [    ] 
o.a.s.c.AbstractFullDistribZkTestBase create jetty 4 in directory 
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.6/solr/build/solr-core/test/J2/temp/solr.cloud.ShardSplitTest_80AE51F04F5F24D4-001/shard-4-001
   [junit4]   2> 428056 INFO  
(TEST-ShardSplitTest.testSplitAfterFailedSplit-seed#[80AE51F04F5F24D4]) [    ] 
o.e.j.s.Server jetty-9.3.14.v20161028
   [junit4]   2> 428153 INFO  
(TEST-ShardSplitTest.testSplitAfterFailedSplit-seed#[80AE51F04F5F24D4]) [    ] 
o.e.j.s.h.ContextHandler Started 
o.e.j.s.ServletContextHandler@27df610c{/,null,AVAILABLE}
   [junit4]   2> 428153 INFO  
(TEST-ShardSplitTest.testSplitAfterFailedSplit-seed#[80AE51F04F5F24D4]) [    ] 
o.e.j.s.AbstractConnector Started 
ServerConnector@50ae98c{HTTP/1.1,[http/1.1]}{127.0.0.1:34956}
   [junit4]   2> 428154 INFO  
(TEST-ShardSplitTest.testSplitAfterFailedSplit-seed#[80AE51F04F5F24D4]) [    ] 
o.e.j.s.Server Started @441542ms
   [junit4]   2> 428154 INFO  
(TEST-ShardSplitTest.testSplitAfterFailedSplit-seed#[80AE51F04F5F24D4]) [    ] 
o.a.s.c.s.e.JettySolrRunner Jetty properties: 
{solr.data.dir=/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.6/solr/build/solr-core/test/J2/temp/solr.cloud.ShardSplitTest_80AE51F04F5F24D4-001/tempDir-001/jetty4,
 solrconfig=solrconfig.xml, hostContext=/, hostPort=34956, 
coreRootDirectory=/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.6/solr/build/solr-core/test/J2/../../../../../../../../../../home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.6/solr/build/solr-core/test/J2/temp/solr.cloud.ShardSplitTest_80AE51F04F5F24D4-001/shard-4-001/cores}
   [junit4]   2> 428154 ERROR 
(TEST-ShardSplitTest.testSplitAfterFailedSplit-seed#[80AE51F04F5F24D4]) [    ] 
o.a.s.s.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be 
missing or incomplete.
   [junit4]   2> 428154 INFO  
(TEST-ShardSplitTest.testSplitAfterFailedSplit-seed#[80AE51F04F5F24D4]) [    ] 
o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 
6.6.1
   [junit4]   2> 428154 INFO  
(TEST-ShardSplitTest.testSplitAfterFailedSplit-seed#[80AE51F04F5F24D4]) [    ] 
o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 428154 INFO  
(TEST-ShardSplitTest.testSplitAfterFailedSplit-seed#[80AE51F04F5F24D4]) [    ] 
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 428154 INFO  
(TEST-ShardSplitTest.testSplitAfterFailedSplit-seed#[80AE51F04F5F24D4]) [    ] 
o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 
2017-08-27T02:29:25.653Z
   [junit4]   2> 428353 INFO  
(TEST-ShardSplitTest.testSplitAfterFailedSplit-seed#[80AE51F04F5F24D4]) [    ] 
o.a.s.s.SolrDispatchFilter Loading solr.xml from SolrHome (not found in 
ZooKeeper)
   [junit4]   2> 428353 INFO  
(TEST-ShardSplitTest.testSplitAfterFailedSplit-seed#[80AE51F04F5F24D4]) [    ] 
o.a.s.c.SolrXmlConfig Loading container configuration from 
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.6/solr/build/solr-core/test/J2/temp/solr.cloud.ShardSplitTest_80AE51F04F5F24D4-001/shard-4-001/solr.xml
   [junit4]   2> 428384 INFO  
(TEST-ShardSplitTest.testSplitAfterFailedSplit-seed#[80AE51F04F5F24D4]) [    ] 
o.a.s.u.UpdateShardHandler Creating UpdateShardHandler HTTP client with params: 
socketTimeout=340000&connTimeout=45000&retry=true
   [junit4]   2> 428385 INFO  
(TEST-ShardSplitTest.testSplitAfterFailedSplit-seed#[80AE51F04F5F24D4]) [    ] 
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:46117/solr
   [junit4]   2> 428919 INFO  
(TEST-ShardSplitTest.testSplitAfterFailedSplit-seed#[80AE51F04F5F24D4]) 
[n:127.0.0.1:34956_    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (0) -> (4)
   [junit4]   2> 428933 INFO  
(TEST-ShardSplitTest.testSplitAfterFailedSplit-seed#[80AE51F04F5F24D4]) 
[n:127.0.0.1:34956_    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 428934 INFO  
(TEST-ShardSplitTest.testSplitAfterFailedSplit-seed#[80AE51F04F5F24D4]) 
[n:127.0.0.1:34956_    ] o.a.s.c.ZkController Register node as live in 
ZooKeeper:/live_nodes/127.0.0.1:34956_
   [junit4]   2> 428935 INFO  
(zkCallback-203-thread-1-processing-n:127.0.0.1:45208_) [n:127.0.0.1:45208_    
] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (5)
   [junit4]   2> 428941 INFO  
(zkCallback-215-thread-1-processing-n:127.0.0.1:39184_) [n:127.0.0.1:39184_    
] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (5)
   [junit4]   2> 429140 INFO  (zkCallback-198-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (5)
   [junit4]   2> 429140 INFO  
(zkCallback-209-thread-1-processing-n:127.0.0.1:36651_) [n:127.0.0.1:36651_    
] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (5)
   [junit4]   2> 429141 INFO  
(zkCallback-194-thread-1-processing-n:127.0.0.1:35376_) [n:127.0.0.1:35376_    
] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (5)
   [junit4]   2> 429257 INFO  
(zkCallback-222-thread-1-processing-n:127.0.0.1:34956_) [n:127.0.0.1:34956_    
] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (5)
   [junit4]   2> 429505 INFO  
(TEST-ShardSplitTest.testSplitAfterFailedSplit-seed#[80AE51F04F5F24D4]) 
[n:127.0.0.1:34956_    ] o.a.s.c.CorePropertiesLocator Found 1 core definitions 
underneath 
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.6/solr/build/solr-core/test/J2/../../../../../../../../../../home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.6/solr/build/solr-core/test/J2/temp/solr.cloud.ShardSplitTest_80AE51F04F5F24D4-001/shard-4-001/cores
   [junit4]   2> 429505 INFO  
(TEST-ShardSplitTest.testSplitAfterFailedSplit-seed#[80AE51F04F5F24D4]) 
[n:127.0.0.1:34956_    ] o.a.s.c.CorePropertiesLocator Cores are: [collection1]
   [junit4]   2> 429558 INFO  
(coreLoadExecutor-599-thread-1-processing-n:127.0.0.1:34956_) 
[n:127.0.0.1:34956_ c:collection1   x:collection1] 
o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 4 
transient cores
   [junit4]   2> 429571 INFO  
(OverseerStateUpdate-98553098432413700-127.0.0.1:35376_-n_0000000000) 
[n:127.0.0.1:35376_    ] o.a.s.c.o.ReplicaMutator Assigning new node to shard 
shard=shard1
   [junit4]   2> 430673 WARN  
(coreLoadExecutor-599-thread-1-processing-n:127.0.0.1:34956_) 
[n:127.0.0.1:34956_ c:collection1   x:collection1] o.a.s.c.Config Beginning 
with Solr 5.5, <mergePolicy> is deprecated, use <mergePolicyFactory> instead.
   [junit4]   2> 430674 INFO  
(coreLoadExecutor-599-thread-1-processing-n:127.0.0.1:34956_) 
[n:127.0.0.1:34956_ c:collection1   x:collection1] o.a.s.c.SolrConfig Using 
Lucene MatchVersion: 6.6.1
   [junit4]   2> 430745 INFO  
(coreLoadExecutor-599-thread-1-processing-n:127.0.0.1:34956_) 
[n:127.0.0.1:34956_ c:collection1   x:collection1] o.a.s.s.IndexSchema 
[collection1] Schema name=test
   [junit4]   2> 431308 INFO  
(coreLoadExecutor-599-thread-1-processing-n:127.0.0.1:34956_) 
[n:127.0.0.1:34956_ c:collection1   x:collection1] o.a.s.s.IndexSchema Loaded 
schema test/1.6 with uniqueid field id
   [junit4]   2> 431357 INFO  
(coreLoadExecutor-599-thread-1-processing-n:127.0.0.1:34956_) 
[n:127.0.0.1:34956_ c:collection1   x:collection1] o.a.s.c.CoreContainer 
Creating SolrCore 'collection1' using configuration from collection 
collection1, trusted=true
   [junit4]   2> 431357 INFO  
(coreLoadExecutor-599-thread-1-processing-n:127.0.0.1:34956_) 
[n:127.0.0.1:34956_ c:collection1   x:collection1] o.a.s.c.SolrCore 
solr.RecoveryStrategy.Builder
   [junit4]   2> 431357 INFO  
(coreLoadExecutor-599-thread-1-processing-n:127.0.0.1:34956_) 
[n:127.0.0.1:34956_ c:collection1   x:collection1] o.a.s.c.SolrCore 
[[collection1] ] Opening new SolrCore at 
[/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.6/solr/build/solr-core/test/J2/temp/solr.cloud.ShardSplitTest_80AE51F04F5F24D4-001/shard-4-001/cores/collection1],
 
dataDir=[/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.6/solr/build/solr-core/test/J2/../../../../../../../../../../home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.6/solr/build/solr-core/test/J2/temp/solr.cloud.ShardSplitTest_80AE51F04F5F24D4-001/shard-4-001/cores/collection1/data/]
   [junit4]   2> 431357 INFO  
(coreLoadExecutor-599-thread-1-processing-n:127.0.0.1:34956_) 
[n:127.0.0.1:34956_ c:collection1   x:collection1] o.a.s.c.JmxMonitoredMap JMX 
monitoring is enabled. Adding Solr mbeans to JMX Server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@4bdfaa59
   [junit4]   2> 431371 INFO  
(coreLoadExecutor-599-thread-1-processing-n:127.0.0.1:34956_) 
[n:127.0.0.1:34956_ c:collection1   x:collection1] o.a.s.u.RandomMergePolicy 
RandomMergePolicy wrapping class org.apache.lucene.index.LogDocMergePolicy: 
[LogDocMergePolicy: minMergeSize=1000, mergeFactor=34, 
maxMergeSize=9223372036854775807, 
maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=false, 
maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, 
noCFSRatio=0.1904024132903125]
   [junit4]   2> 431489 WARN  
(coreLoadExecutor-599-thread-1-processing-n:127.0.0.1:34956_) 
[n:127.0.0.1:34956_ 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> 431761 INFO  
(coreLoadExecutor-599-thread-1-processing-n:127.0.0.1:34956_) 
[n:127.0.0.1:34956_ c:collection1   x:collection1] o.a.s.u.UpdateHandler Using 
UpdateLog implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 431761 INFO  
(coreLoadExecutor-599-thread-1-processing-n:127.0.0.1:34956_) 
[n:127.0.0.1:34956_ c:collection1   x:collection1] o.a.s.u.UpdateLog 
Initializing UpdateLog: dataDir= defaultSyncLevel=FLUSH numRecordsToKeep=100 
maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 431762 INFO  
(coreLoadExecutor-599-thread-1-processing-n:127.0.0.1:34956_) 
[n:127.0.0.1:34956_ c:collection1   x:collection1] o.a.s.u.CommitTracker Hard 
AutoCommit: disabled
   [junit4]   2> 431762 INFO  
(coreLoadExecutor-599-thread-1-processing-n:127.0.0.1:34956_) 
[n:127.0.0.1:34956_ c:collection1   x:collection1] o.a.s.u.CommitTracker Soft 
AutoCommit: disabled
   [junit4]   2> 431763 INFO  
(coreLoadExecutor-599-thread-1-processing-n:127.0.0.1:34956_) 
[n:127.0.0.1:34956_ c:collection1   x:collection1] o.a.s.u.RandomMergePolicy 
RandomMergePolicy wrapping class 
org.apache.lucene.index.LogByteSizeMergePolicy: [LogByteSizeMergePolicy: 
minMergeSize=1677721, mergeFactor=38, maxMergeSize=2147483648, 
maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=false, 
maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, 
noCFSRatio=0.0]
   [junit4]   2> 431814 INFO  
(coreLoadExecutor-599-thread-1-processing-n:127.0.0.1:34956_) 
[n:127.0.0.1:34956_ c:collection1   x:collection1] o.a.s.s.SolrIndexSearcher 
Opening [Searcher@55ade535[collection1] main]
   [junit4]   2> 431853 INFO  
(coreLoadExecutor-599-thread-1-processing-n:127.0.0.1:34956_) 
[n:127.0.0.1:34956_ c:collection1   x:collection1] 
o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: 
/configs/conf1
   [junit4]   2> 431853 INFO  
(coreLoadExecutor-599-thread-1-processing-n:127.0.0.1:349

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

rd1_replica1]  CLOSING SolrCore org.apache.solr.core.SolrCore@60aee177
   [junit4]   2> 2297640 WARN  
(zkCallback-708-thread-8-processing-n:127.0.0.1:44043_solr) 
[n:127.0.0.1:44043_solr    ] o.a.s.c.c.ZkStateReader ZooKeeper watch triggered, 
but Solr cannot talk to ZK: [KeeperErrorCode = Session expired for /live_nodes]
   [junit4]   2> 2297640 INFO  
(zkCallback-709-thread-8-processing-n:127.0.0.1:39764_solr) 
[n:127.0.0.1:39764_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (5) -> (4)
   [junit4]   2> 2297641 INFO  
(zkCallback-706-thread-6-processing-n:127.0.0.1:44949_solr) 
[n:127.0.0.1:44949_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (5) -> (4)
   [junit4]   2> 2297641 INFO  
(zkCallback-693-thread-4-processing-n:127.0.0.1:36111_solr) 
[n:127.0.0.1:36111_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (5) -> (4)
   [junit4]   2> 2297641 INFO  (coreCloseExecutor-2062-thread-1) 
[n:127.0.0.1:36111_solr c:testSegmentTerminateEarly s:shard2 r:core_node1 
x:testSegmentTerminateEarly_shard2_replica1] o.a.s.c.SolrCore 
[testSegmentTerminateEarly_shard2_replica1]  CLOSING SolrCore 
org.apache.solr.core.SolrCore@5b03c9c7
   [junit4]   2> 2297664 INFO  
(zkCallback-699-thread-3-processing-n:127.0.0.1:36611_solr) 
[n:127.0.0.1:36611_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (5) -> (4)
   [junit4]   2> 2297688 INFO  (coreCloseExecutor-2061-thread-1) 
[n:127.0.0.1:44949_solr c:testSegmentTerminateEarly s:shard2 r:core_node2 
x:testSegmentTerminateEarly_shard2_replica2] o.a.s.m.SolrMetricManager Closing 
metric reporters for: solr.core.testSegmentTerminateEarly.shard2.replica2
   [junit4]   2> 2297717 INFO  (coreCloseExecutor-2062-thread-1) 
[n:127.0.0.1:36111_solr c:testSegmentTerminateEarly s:shard2 r:core_node1 
x:testSegmentTerminateEarly_shard2_replica1] o.a.s.m.SolrMetricManager Closing 
metric reporters for: solr.core.testSegmentTerminateEarly.shard2.replica1
   [junit4]   2> 2297720 INFO  (jetty-closer-680-thread-4) [    ] 
o.e.j.s.h.ContextHandler Stopped 
o.e.j.s.ServletContextHandler@66a8bf1e{/solr,null,UNAVAILABLE}
   [junit4]   2> 2297722 WARN  
(zkCallback-706-thread-6-processing-n:127.0.0.1:44949_solr) 
[n:127.0.0.1:44949_solr    ] o.a.s.c.c.ZkStateReader ZooKeeper watch triggered, 
but Solr cannot talk to ZK: [KeeperErrorCode = Session expired for /live_nodes]
   [junit4]   2> 2297722 INFO  
(zkCallback-699-thread-3-processing-n:127.0.0.1:36611_solr) 
[n:127.0.0.1:36611_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (4) -> (3)
   [junit4]   2> 2297722 INFO  
(zkCallback-693-thread-4-processing-n:127.0.0.1:36111_solr) 
[n:127.0.0.1:36111_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (4) -> (3)
   [junit4]   2> 2297722 INFO  
(zkCallback-709-thread-8-processing-n:127.0.0.1:39764_solr) 
[n:127.0.0.1:39764_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (4) -> (3)
   [junit4]   2> 2297763 INFO  (coreCloseExecutor-2063-thread-1) 
[n:127.0.0.1:39764_solr c:testSegmentTerminateEarly s:shard1 r:core_node4 
x:testSegmentTerminateEarly_shard1_replica1] o.a.s.m.SolrMetricManager Closing 
metric reporters for: solr.core.testSegmentTerminateEarly.shard1.replica1
   [junit4]   2> 2297798 INFO  (jetty-closer-680-thread-3) [    ] 
o.e.j.s.h.ContextHandler Stopped 
o.e.j.s.ServletContextHandler@29bb462b{/solr,null,UNAVAILABLE}
   [junit4]   2> 2297798 INFO  
(zkCallback-693-thread-6-processing-n:127.0.0.1:36111_solr) 
[n:127.0.0.1:36111_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (3) -> (2)
   [junit4]   2> 2297799 INFO  
(zkCallback-709-thread-6-processing-n:127.0.0.1:39764_solr) 
[n:127.0.0.1:39764_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (3) -> (2)
   [junit4]   2> 2297806 INFO  (jetty-closer-680-thread-2) [    ] 
o.a.s.c.Overseer Overseer 
(id=98553214690983944-127.0.0.1:36111_solr-n_0000000000) closing
   [junit4]   2> 2297817 INFO  
(OverseerStateUpdate-98553214690983944-127.0.0.1:36111_solr-n_0000000000) 
[n:127.0.0.1:36111_solr    ] o.a.s.c.Overseer Overseer Loop exiting : 
127.0.0.1:36111_solr
   [junit4]   2> 2297977 WARN  
(zkCallback-693-thread-4-processing-n:127.0.0.1:36111_solr) 
[n:127.0.0.1:36111_solr    ] o.a.s.c.c.ZkStateReader ZooKeeper watch triggered, 
but Solr cannot talk to ZK: [KeeperErrorCode = Session expired for /live_nodes]
   [junit4]   2> 2297992 INFO  
(zkCallback-693-thread-6-processing-n:127.0.0.1:36111_solr) 
[n:127.0.0.1:36111_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (2) -> (1)
   [junit4]   2> 2298000 INFO  (jetty-closer-680-thread-2) [    ] 
o.e.j.s.h.ContextHandler Stopped 
o.e.j.s.ServletContextHandler@7b633b53{/solr,null,UNAVAILABLE}
   [junit4]   2> 2299303 WARN  
(zkCallback-699-thread-3-processing-n:127.0.0.1:36611_solr) 
[n:127.0.0.1:36611_solr    ] o.a.s.c.c.ZkStateReader ZooKeeper watch triggered, 
but Solr cannot talk to ZK: [KeeperErrorCode = Session expired for /live_nodes]
   [junit4]   2> 2299303 INFO  (jetty-closer-680-thread-1) [    ] 
o.e.j.s.h.ContextHandler Stopped 
o.e.j.s.ServletContextHandler@6e43f5fb{/solr,null,UNAVAILABLE}
   [junit4]   2> 2299420 WARN  
(zkCallback-709-thread-8-processing-n:127.0.0.1:39764_solr) 
[n:127.0.0.1:39764_solr    ] o.a.s.c.c.ZkStateReader ZooKeeper watch triggered, 
but Solr cannot talk to ZK: [KeeperErrorCode = Session expired for /live_nodes]
   [junit4]   2> 2299421 INFO  (jetty-closer-680-thread-5) [    ] 
o.e.j.s.h.ContextHandler Stopped 
o.e.j.s.ServletContextHandler@249edf8{/solr,null,UNAVAILABLE}
   [junit4]   2> 2299422 ERROR 
(SUITE-TestSegmentSorting-seed#[80AE51F04F5F24D4]-worker) [    ] 
o.a.z.s.ZooKeeperServer ZKShutdownHandler is not registered, so ZooKeeper 
server won't take any action on ERROR or SHUTDOWN server state changes
   [junit4]   2> 2299422 INFO  
(SUITE-TestSegmentSorting-seed#[80AE51F04F5F24D4]-worker) [    ] 
o.a.s.c.ZkTestServer connecting to 127.0.0.1:32869 32869
   [junit4]   2> 2299533 INFO  (Thread-2419) [    ] o.a.s.c.ZkTestServer 
connecting to 127.0.0.1:32869 32869
   [junit4]   2> 2299542 WARN  (Thread-2419) [    ] o.a.s.c.ZkTestServer Watch 
limit violations: 
   [junit4]   2> Maximum concurrent create/delete watches above limit:
   [junit4]   2> 
   [junit4]   2>        8       /solr/configs/class 
org.apache.solr.cloud.TestSegmentSorting_configSet
   [junit4]   2>        7       /solr/aliases.json
   [junit4]   2>        7       /solr/clusterprops.json
   [junit4]   2>        5       /solr/security.json
   [junit4]   2> 
   [junit4]   2> Maximum concurrent data watches above limit:
   [junit4]   2> 
   [junit4]   2>        7       /solr/clusterstate.json
   [junit4]   2>        4       
/solr/collections/testSegmentTerminateEarly/state.json
   [junit4]   2>        4       
/solr/collections/testAtomicUpdateOfSegmentSortField/state.json
   [junit4]   2>        2       
/solr/overseer_elect/election/98553214690983949-127.0.0.1:44949_solr-n_0000000002
   [junit4]   2>        2       
/solr/overseer_elect/election/98553214690983945-127.0.0.1:36611_solr-n_0000000001
   [junit4]   2>        2       
/solr/overseer_elect/election/98553214690983944-127.0.0.1:36111_solr-n_0000000000
   [junit4]   2> 
   [junit4]   2> Maximum concurrent children watches above limit:
   [junit4]   2> 
   [junit4]   2>        9       /solr/collections
   [junit4]   2>        7       /solr/live_nodes
   [junit4]   2> 
   [junit4]   2> 2299542 INFO  
(SUITE-TestSegmentSorting-seed#[80AE51F04F5F24D4]-worker) [    ] 
o.a.s.SolrTestCaseJ4 ###deleteCore
   [junit4]   2> NOTE: leaving temporary files on disk at: 
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.6/solr/build/solr-core/test/J1/temp/solr.cloud.TestSegmentSorting_80AE51F04F5F24D4-001
   [junit4]   2> Aug 27, 2017 3:00:36 AM 
com.carrotsearch.randomizedtesting.ThreadLeakControl checkThreadLeaks
   [junit4]   2> WARNING: Will linger awaiting termination of 1 leaked 
thread(s).
   [junit4]   2> NOTE: test params are: codec=CheapBastard, 
sim=RandomSimilarity(queryNorm=true,coord=yes): {}, locale=is-IS, 
timezone=Europe/Belfast
   [junit4]   2> NOTE: Linux 4.4.0-83-generic amd64/Oracle Corporation 
1.8.0_144 (64-bit)/cpus=4,threads=1,free=129453056,total=513802240
   [junit4]   2> NOTE: All tests run in this JVM: 
[AddSchemaFieldsUpdateProcessorFactoryTest, TestShardHandlerFactory, 
TestDistributedGrouping, SpellCheckCollatorTest, TestSolrIndexConfig, 
TestTestInjection, ForceLeaderTest, HdfsRecoveryZkTest, DocValuesTest, 
TestCustomDocTransformer, HdfsDirectoryFactoryTest, TestIntervalFaceting, 
TestStressCloudBlindAtomicUpdates, ChaosMonkeySafeLeaderTest, 
ShardRoutingCustomTest, DistributedDebugComponentTest, 
HdfsWriteToMultipleCollectionsTest, DistributedIntervalFacetingTest, 
DistanceFunctionTest, TestElisionMultitermQuery, DocValuesMissingTest, 
TestPartialUpdateDeduplication, SegmentsInfoRequestHandlerTest, 
TestEmbeddedSolrServerConstructors, TestNoOpRegenerator, TestRawResponseWriter, 
HdfsDirectoryTest, TestChildDocTransformer, TestSQLHandlerNonCloud, 
TestFieldCache, SimplePostToolTest, FullHLLTest, 
TestPerFieldSimilarityWithDefaultOverride, TestSearchPerf, HdfsThreadLeakTest, 
BlockCacheTest, MultiTermTest, DocumentBuilderTest, TestSurroundQueryParser, 
TestInPlaceUpdatesStandalone, TestRandomRequestDistribution, 
TestCSVResponseWriter, TestConfigSets, AnalysisErrorHandlingTest, 
DistribCursorPagingTest, TestFieldCacheSort, 
PreAnalyzedFieldManagedSchemaCloudTest, IndexBasedSpellCheckerTest, 
HighlighterTest, CursorMarkTest, LoggingHandlerTest, RemoteQueryErrorTest, 
TestTrieFacet, TermsComponentTest, TestDFISimilarityFactory, 
TestCloudPivotFacet, TestStressVersions, MoveReplicaTest, 
DistributedQueryComponentOptimizationTest, SolrMetricsIntegrationTest, 
SpellCheckComponentTest, PKIAuthenticationIntegrationTest, 
OverseerModifyCollectionTest, JsonLoaderTest, TestImpersonationWithHadoopAuth, 
TestTrie, SearchHandlerTest, TermVectorComponentTest, CollectionsAPISolrJTest, 
TestObjectReleaseTracker, TestSegmentSorting]
   [junit4] Completed [199/713 (2!)] on J1 in 123.04s, 2 tests, 1 error <<< 
FAILURES!

[...truncated 45217 lines...]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to