Build: https://jenkins.thetaphi.de/job/Lucene-Solr-7.x-Linux/662/
Java: 64bit/jdk1.8.0_144 -XX:+UseCompressedOops -XX:+UseParallelGC

2 tests failed.
FAILED:  
junit.framework.TestSuite.org.apache.solr.response.transform.TestSubQueryTransformerDistrib

Error Message:
Error from server at https://127.0.0.1:46357/solr: create the collection time 
out:180s

Stack Trace:
org.apache.solr.client.solrj.impl.HttpSolrClient$RemoteSolrException: Error 
from server at https://127.0.0.1:46357/solr: create the collection time out:180s
        at __randomizedtesting.SeedInfo.seed([D7CA8611EAB239F5]:0)
        at 
org.apache.solr.client.solrj.impl.HttpSolrClient.executeMethod(HttpSolrClient.java:626)
        at 
org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:253)
        at 
org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:242)
        at 
org.apache.solr.client.solrj.impl.LBHttpSolrClient.doRequest(LBHttpSolrClient.java:483)
        at 
org.apache.solr.client.solrj.impl.LBHttpSolrClient.request(LBHttpSolrClient.java:413)
        at 
org.apache.solr.client.solrj.impl.CloudSolrClient.sendRequest(CloudSolrClient.java:1086)
        at 
org.apache.solr.client.solrj.impl.CloudSolrClient.requestWithRetryOnStaleState(CloudSolrClient.java:867)
        at 
org.apache.solr.client.solrj.impl.CloudSolrClient.request(CloudSolrClient.java:800)
        at 
org.apache.solr.client.solrj.SolrRequest.process(SolrRequest.java:178)
        at 
org.apache.solr.client.solrj.SolrRequest.process(SolrRequest.java:195)
        at 
org.apache.solr.response.transform.TestSubQueryTransformerDistrib.setupCluster(TestSubQueryTransformerDistrib.java:74)
        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:1737)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:874)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:890)
        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.ShardSplitTest.test

Error Message:
SPLITSHARD was not successful even after three tries

Stack Trace:
java.lang.AssertionError: SPLITSHARD was not successful even after three tries
        at 
__randomizedtesting.SeedInfo.seed([D7CA8611EAB239F5:5F9EB9CB444E540D]:0)
        at org.junit.Assert.fail(Assert.java:93)
        at 
org.apache.solr.cloud.ShardSplitTest.splitByRouteFieldTest(ShardSplitTest.java:731)
        at org.apache.solr.cloud.ShardSplitTest.test(ShardSplitTest.java:101)
        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:1737)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:934)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:970)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:984)
        at 
org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsFixedStatement.callStatement(BaseDistributedSearchTestCase.java:993)
        at 
org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsStatement.evaluate(BaseDistributedSearchTestCase.java:968)
        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:943)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:829)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:879)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:890)
        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 12380 lines...]
   [junit4] Suite: org.apache.solr.cloud.ShardSplitTest
   [junit4]   2> 284615 INFO  
(SUITE-ShardSplitTest-seed#[D7CA8611EAB239F5]-worker) [    ] 
o.a.s.SolrTestCaseJ4 SecureRandom sanity checks: 
test.solr.allowed.securerandom=null & java.security.egd=file:/dev/./urandom
   [junit4]   2> Creating dataDir: 
/home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.ShardSplitTest_D7CA8611EAB239F5-001/init-core-data-001
   [junit4]   2> 284615 WARN  
(SUITE-ShardSplitTest-seed#[D7CA8611EAB239F5]-worker) [    ] 
o.a.s.SolrTestCaseJ4 startTrackingSearchers: numOpens=18 numCloses=18
   [junit4]   2> 284615 INFO  
(SUITE-ShardSplitTest-seed#[D7CA8611EAB239F5]-worker) [    ] 
o.a.s.SolrTestCaseJ4 Using PointFields (NUMERIC_POINTS_SYSPROP=true) 
w/NUMERIC_DOCVALUES_SYSPROP=false
   [junit4]   2> 284616 INFO  
(SUITE-ShardSplitTest-seed#[D7CA8611EAB239F5]-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> 284616 INFO  
(SUITE-ShardSplitTest-seed#[D7CA8611EAB239F5]-worker) [    ] 
o.a.s.BaseDistributedSearchTestCase Setting hostContext system property: /
   [junit4]   2> 284618 INFO  
(TEST-ShardSplitTest.testSplitStaticIndexReplication-seed#[D7CA8611EAB239F5]) [ 
   ] o.a.s.c.ZkTestServer STARTING ZK TEST SERVER
   [junit4]   2> 284618 INFO  (Thread-1748) [    ] o.a.s.c.ZkTestServer client 
port:0.0.0.0/0.0.0.0:0
   [junit4]   2> 284618 INFO  (Thread-1748) [    ] o.a.s.c.ZkTestServer 
Starting server
   [junit4]   2> 284619 ERROR (Thread-1748) [    ] 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> 284718 INFO  
(TEST-ShardSplitTest.testSplitStaticIndexReplication-seed#[D7CA8611EAB239F5]) [ 
   ] o.a.s.c.ZkTestServer start zk server on port:41713
   [junit4]   2> 284735 INFO  
(TEST-ShardSplitTest.testSplitStaticIndexReplication-seed#[D7CA8611EAB239F5]) [ 
   ] o.a.s.c.AbstractZkTestCase put 
/home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/core/src/test-files/solr/collection1/conf/solrconfig-tlog.xml
 to /configs/conf1/solrconfig.xml
   [junit4]   2> 284736 INFO  
(TEST-ShardSplitTest.testSplitStaticIndexReplication-seed#[D7CA8611EAB239F5]) [ 
   ] o.a.s.c.AbstractZkTestCase put 
/home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/core/src/test-files/solr/collection1/conf/schema15.xml
 to /configs/conf1/schema.xml
   [junit4]   2> 284737 INFO  
(TEST-ShardSplitTest.testSplitStaticIndexReplication-seed#[D7CA8611EAB239F5]) [ 
   ] o.a.s.c.AbstractZkTestCase put 
/home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/core/src/test-files/solr/collection1/conf/solrconfig.snippet.randomindexconfig.xml
 to /configs/conf1/solrconfig.snippet.randomindexconfig.xml
   [junit4]   2> 284738 INFO  
(TEST-ShardSplitTest.testSplitStaticIndexReplication-seed#[D7CA8611EAB239F5]) [ 
   ] o.a.s.c.AbstractZkTestCase put 
/home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/core/src/test-files/solr/collection1/conf/stopwords.txt
 to /configs/conf1/stopwords.txt
   [junit4]   2> 284739 INFO  
(TEST-ShardSplitTest.testSplitStaticIndexReplication-seed#[D7CA8611EAB239F5]) [ 
   ] o.a.s.c.AbstractZkTestCase put 
/home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/core/src/test-files/solr/collection1/conf/protwords.txt
 to /configs/conf1/protwords.txt
   [junit4]   2> 284740 INFO  
(TEST-ShardSplitTest.testSplitStaticIndexReplication-seed#[D7CA8611EAB239F5]) [ 
   ] o.a.s.c.AbstractZkTestCase put 
/home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/core/src/test-files/solr/collection1/conf/currency.xml
 to /configs/conf1/currency.xml
   [junit4]   2> 284741 INFO  
(TEST-ShardSplitTest.testSplitStaticIndexReplication-seed#[D7CA8611EAB239F5]) [ 
   ] o.a.s.c.AbstractZkTestCase put 
/home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/core/src/test-files/solr/collection1/conf/enumsConfig.xml
 to /configs/conf1/enumsConfig.xml
   [junit4]   2> 284742 INFO  
(TEST-ShardSplitTest.testSplitStaticIndexReplication-seed#[D7CA8611EAB239F5]) [ 
   ] o.a.s.c.AbstractZkTestCase put 
/home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/core/src/test-files/solr/collection1/conf/open-exchange-rates.json
 to /configs/conf1/open-exchange-rates.json
   [junit4]   2> 284743 INFO  
(TEST-ShardSplitTest.testSplitStaticIndexReplication-seed#[D7CA8611EAB239F5]) [ 
   ] o.a.s.c.AbstractZkTestCase put 
/home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/core/src/test-files/solr/collection1/conf/mapping-ISOLatin1Accent.txt
 to /configs/conf1/mapping-ISOLatin1Accent.txt
   [junit4]   2> 284743 INFO  
(TEST-ShardSplitTest.testSplitStaticIndexReplication-seed#[D7CA8611EAB239F5]) [ 
   ] o.a.s.c.AbstractZkTestCase put 
/home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/core/src/test-files/solr/collection1/conf/old_synonyms.txt
 to /configs/conf1/old_synonyms.txt
   [junit4]   2> 284744 INFO  
(TEST-ShardSplitTest.testSplitStaticIndexReplication-seed#[D7CA8611EAB239F5]) [ 
   ] o.a.s.c.AbstractZkTestCase put 
/home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/core/src/test-files/solr/collection1/conf/synonyms.txt
 to /configs/conf1/synonyms.txt
   [junit4]   2> 284745 INFO  
(TEST-ShardSplitTest.testSplitStaticIndexReplication-seed#[D7CA8611EAB239F5]) [ 
   ] o.a.s.c.AbstractFullDistribZkTestBase Will use TLOG replicas unless 
explicitly asked otherwise
   [junit4]   2> 284879 INFO  
(TEST-ShardSplitTest.testSplitStaticIndexReplication-seed#[D7CA8611EAB239F5]) [ 
   ] o.e.j.s.Server jetty-9.3.20.v20170531
   [junit4]   2> 284879 INFO  
(TEST-ShardSplitTest.testSplitStaticIndexReplication-seed#[D7CA8611EAB239F5]) [ 
   ] o.e.j.s.h.ContextHandler Started 
o.e.j.s.ServletContextHandler@2a0d30f3{/,null,AVAILABLE}
   [junit4]   2> 284880 INFO  
(TEST-ShardSplitTest.testSplitStaticIndexReplication-seed#[D7CA8611EAB239F5]) [ 
   ] o.e.j.s.AbstractConnector Started 
ServerConnector@a8c539e{HTTP/1.1,[http/1.1]}{127.0.0.1:43991}
   [junit4]   2> 284880 INFO  
(TEST-ShardSplitTest.testSplitStaticIndexReplication-seed#[D7CA8611EAB239F5]) [ 
   ] o.e.j.s.Server Started @286347ms
   [junit4]   2> 284880 INFO  
(TEST-ShardSplitTest.testSplitStaticIndexReplication-seed#[D7CA8611EAB239F5]) [ 
   ] o.a.s.c.s.e.JettySolrRunner Jetty properties: 
{solr.data.dir=/home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.ShardSplitTest_D7CA8611EAB239F5-001/tempDir-001/control/data,
 hostContext=/, hostPort=43991, 
coreRootDirectory=/home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.ShardSplitTest_D7CA8611EAB239F5-001/control-001/cores}
   [junit4]   2> 284881 ERROR 
(TEST-ShardSplitTest.testSplitStaticIndexReplication-seed#[D7CA8611EAB239F5]) [ 
   ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may 
be missing or incomplete.
   [junit4]   2> 284881 INFO  
(TEST-ShardSplitTest.testSplitStaticIndexReplication-seed#[D7CA8611EAB239F5]) [ 
   ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr™ 
version 7.2.0
   [junit4]   2> 284881 INFO  
(TEST-ShardSplitTest.testSplitStaticIndexReplication-seed#[D7CA8611EAB239F5]) [ 
   ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on 
port null
   [junit4]   2> 284881 INFO  
(TEST-ShardSplitTest.testSplitStaticIndexReplication-seed#[D7CA8611EAB239F5]) [ 
   ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null, Default 
config dir: null
   [junit4]   2> 284881 INFO  
(TEST-ShardSplitTest.testSplitStaticIndexReplication-seed#[D7CA8611EAB239F5]) [ 
   ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 
2017-10-25T00:20:21.262Z
   [junit4]   2> 284889 INFO  
(TEST-ShardSplitTest.testSplitStaticIndexReplication-seed#[D7CA8611EAB239F5]) [ 
   ] o.a.s.s.SolrDispatchFilter Loading solr.xml from SolrHome (not found in 
ZooKeeper)
   [junit4]   2> 284889 INFO  
(TEST-ShardSplitTest.testSplitStaticIndexReplication-seed#[D7CA8611EAB239F5]) [ 
   ] o.a.s.c.SolrXmlConfig Loading container configuration from 
/home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.ShardSplitTest_D7CA8611EAB239F5-001/control-001/solr.xml
   [junit4]   2> 284891 INFO  
(TEST-ShardSplitTest.testSplitStaticIndexReplication-seed#[D7CA8611EAB239F5]) [ 
   ] o.a.s.c.SolrXmlConfig Configuration parameter 
autoReplicaFailoverWorkLoopDelay is ignored
   [junit4]   2> 284892 INFO  
(TEST-ShardSplitTest.testSplitStaticIndexReplication-seed#[D7CA8611EAB239F5]) [ 
   ] o.a.s.c.SolrXmlConfig Configuration parameter 
autoReplicaFailoverBadNodeExpiration is ignored
   [junit4]   2> 284898 INFO  
(TEST-ShardSplitTest.testSplitStaticIndexReplication-seed#[D7CA8611EAB239F5]) [ 
   ] o.a.s.c.SolrXmlConfig MBean server found: 
com.sun.jmx.mbeanserver.JmxMBeanServer@3f3adcfc, but no JMX reporters were 
configured - adding default JMX reporter.
   [junit4]   2> 284903 INFO  
(TEST-ShardSplitTest.testSplitStaticIndexReplication-seed#[D7CA8611EAB239F5]) [ 
   ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:41713/solr
   [junit4]   2> 284938 INFO  
(TEST-ShardSplitTest.testSplitStaticIndexReplication-seed#[D7CA8611EAB239F5]) 
[n:127.0.0.1:43991_    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 284939 INFO  
(TEST-ShardSplitTest.testSplitStaticIndexReplication-seed#[D7CA8611EAB239F5]) 
[n:127.0.0.1:43991_    ] o.a.s.c.OverseerElectionContext I am going to be the 
leader 127.0.0.1:43991_
   [junit4]   2> 284939 INFO  
(TEST-ShardSplitTest.testSplitStaticIndexReplication-seed#[D7CA8611EAB239F5]) 
[n:127.0.0.1:43991_    ] o.a.s.c.Overseer Overseer 
(id=98886668845056004-127.0.0.1:43991_-n_0000000000) starting
   [junit4]   2> 284941 INFO  
(TEST-ShardSplitTest.testSplitStaticIndexReplication-seed#[D7CA8611EAB239F5]) 
[n:127.0.0.1:43991_    ] o.a.s.c.ZkController Register node as live in 
ZooKeeper:/live_nodes/127.0.0.1:43991_
   [junit4]   2> 284942 INFO  
(OverseerStateUpdate-98886668845056004-127.0.0.1:43991_-n_0000000000) 
[n:127.0.0.1:43991_    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (0) -> (1)
   [junit4]   2> 284993 INFO  
(TEST-ShardSplitTest.testSplitStaticIndexReplication-seed#[D7CA8611EAB239F5]) 
[n:127.0.0.1:43991_    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr.node' (registry 'solr.node') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@3f3adcfc
   [junit4]   2> 284998 INFO  
(TEST-ShardSplitTest.testSplitStaticIndexReplication-seed#[D7CA8611EAB239F5]) 
[n:127.0.0.1:43991_    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr.jvm' (registry 'solr.jvm') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@3f3adcfc
   [junit4]   2> 284998 INFO  
(TEST-ShardSplitTest.testSplitStaticIndexReplication-seed#[D7CA8611EAB239F5]) 
[n:127.0.0.1:43991_    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr.jetty' (registry 'solr.jetty') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@3f3adcfc
   [junit4]   2> 284999 INFO  
(TEST-ShardSplitTest.testSplitStaticIndexReplication-seed#[D7CA8611EAB239F5]) 
[n:127.0.0.1:43991_    ] o.a.s.c.CorePropertiesLocator Found 0 core definitions 
underneath 
/home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.ShardSplitTest_D7CA8611EAB239F5-001/control-001/cores
   [junit4]   2> 285010 INFO  
(TEST-ShardSplitTest.testSplitStaticIndexReplication-seed#[D7CA8611EAB239F5]) [ 
   ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 285011 INFO  
(TEST-ShardSplitTest.testSplitStaticIndexReplication-seed#[D7CA8611EAB239F5]) [ 
   ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:41713/solr 
ready
   [junit4]   2> 285012 INFO  (qtp222433645-3040) [n:127.0.0.1:43991_    ] 
o.a.s.h.a.CollectionsHandler Invoked Collection Action :create with params 
replicationFactor=1&collection.configName=conf1&name=control_collection&nrtReplicas=1&action=CREATE&numShards=1&createNodeSet=127.0.0.1:43991_&wt=javabin&version=2
 and sendToOCPQueue=true
   [junit4]   2> 285013 INFO  
(OverseerThreadFactory-896-thread-1-processing-n:127.0.0.1:43991_) 
[n:127.0.0.1:43991_    ] o.a.s.c.CreateCollectionCmd Create collection 
control_collection
   [junit4]   2> 285118 INFO  (qtp222433645-3042) [n:127.0.0.1:43991_    ] 
o.a.s.h.a.CoreAdminOperation core create command 
qt=/admin/cores&collection.configName=conf1&newCollection=true&name=control_collection_shard1_replica_n1&action=CREATE&numShards=1&collection=control_collection&shard=shard1&wt=javabin&version=2&replicaType=NRT
   [junit4]   2> 285118 INFO  (qtp222433645-3042) [n:127.0.0.1:43991_    ] 
o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 4 
transient cores
   [junit4]   2> 285221 INFO  
(zkCallback-287-thread-1-processing-n:127.0.0.1:43991_) [n:127.0.0.1:43991_    
] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent 
state:SyncConnected type:NodeDataChanged 
path:/collections/control_collection/state.json] for collection 
[control_collection] has occurred - updating... (live nodes size: [1])
   [junit4]   2> 286138 INFO  (qtp222433645-3042) [n:127.0.0.1:43991_ 
c:control_collection s:shard1  x:control_collection_shard1_replica_n1] 
o.a.s.c.SolrConfig Using Lucene MatchVersion: 7.2.0
   [junit4]   2> 286157 INFO  (qtp222433645-3042) [n:127.0.0.1:43991_ 
c:control_collection s:shard1  x:control_collection_shard1_replica_n1] 
o.a.s.s.IndexSchema [control_collection_shard1_replica_n1] Schema name=test
   [junit4]   2> 286216 INFO  (qtp222433645-3042) [n:127.0.0.1:43991_ 
c:control_collection s:shard1  x:control_collection_shard1_replica_n1] 
o.a.s.s.IndexSchema Loaded schema test/1.6 with uniqueid field id
   [junit4]   2> 286224 INFO  (qtp222433645-3042) [n:127.0.0.1:43991_ 
c:control_collection s:shard1  x:control_collection_shard1_replica_n1] 
o.a.s.c.CoreContainer Creating SolrCore 'control_collection_shard1_replica_n1' 
using configuration from collection control_collection, trusted=true
   [junit4]   2> 286225 INFO  (qtp222433645-3042) [n:127.0.0.1:43991_ 
c:control_collection s:shard1  x:control_collection_shard1_replica_n1] 
o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr.core.control_collection.shard1.replica_n1' (registry 
'solr.core.control_collection.shard1.replica_n1') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@3f3adcfc
   [junit4]   2> 286229 INFO  (qtp222433645-3042) [n:127.0.0.1:43991_ 
c:control_collection s:shard1  x:control_collection_shard1_replica_n1] 
o.a.s.c.SolrCore solr.RecoveryStrategy.Builder
   [junit4]   2> 286229 INFO  (qtp222433645-3042) [n:127.0.0.1:43991_ 
c:control_collection s:shard1  x:control_collection_shard1_replica_n1] 
o.a.s.c.SolrCore [[control_collection_shard1_replica_n1] ] Opening new SolrCore 
at 
[/home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.ShardSplitTest_D7CA8611EAB239F5-001/control-001/cores/control_collection_shard1_replica_n1],
 
dataDir=[/home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.ShardSplitTest_D7CA8611EAB239F5-001/control-001/cores/control_collection_shard1_replica_n1/data/]
   [junit4]   2> 286232 INFO  (qtp222433645-3042) [n:127.0.0.1:43991_ 
c:control_collection s:shard1  x:control_collection_shard1_replica_n1] 
o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class 
org.apache.lucene.index.LogDocMergePolicy: [LogDocMergePolicy: 
minMergeSize=1000, mergeFactor=34, maxMergeSize=9223372036854775807, 
maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true, 
maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, 
noCFSRatio=0.7709082486956434]
   [junit4]   2> 286252 WARN  (qtp222433645-3042) [n:127.0.0.1:43991_ 
c:control_collection s:shard1  x:control_collection_shard1_replica_n1] 
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> 286274 INFO  (qtp222433645-3042) [n:127.0.0.1:43991_ 
c:control_collection s:shard1  x:control_collection_shard1_replica_n1] 
o.a.s.u.UpdateHandler Using UpdateLog implementation: 
org.apache.solr.update.UpdateLog
   [junit4]   2> 286275 INFO  (qtp222433645-3042) [n:127.0.0.1:43991_ 
c:control_collection s:shard1  x:control_collection_shard1_replica_n1] 
o.a.s.u.UpdateLog Initializing UpdateLog: dataDir= defaultSyncLevel=FLUSH 
numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 286275 INFO  (qtp222433645-3042) [n:127.0.0.1:43991_ 
c:control_collection s:shard1  x:control_collection_shard1_replica_n1] 
o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 286275 INFO  (qtp222433645-3042) [n:127.0.0.1:43991_ 
c:control_collection s:shard1  x:control_collection_shard1_replica_n1] 
o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 286276 INFO  (qtp222433645-3042) [n:127.0.0.1:43991_ 
c:control_collection s:shard1  x:control_collection_shard1_replica_n1] 
o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class 
org.apache.lucene.index.LogByteSizeMergePolicy: [LogByteSizeMergePolicy: 
minMergeSize=1677721, mergeFactor=20, maxMergeSize=2147483648, 
maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true, 
maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, 
noCFSRatio=0.6711264657383196]
   [junit4]   2> 286276 INFO  (qtp222433645-3042) [n:127.0.0.1:43991_ 
c:control_collection s:shard1  x:control_collection_shard1_replica_n1] 
o.a.s.s.SolrIndexSearcher Opening 
[Searcher@416a95cb[control_collection_shard1_replica_n1] main]
   [junit4]   2> 286278 INFO  (qtp222433645-3042) [n:127.0.0.1:43991_ 
c:control_collection s:shard1  x:control_collection_shard1_replica_n1] 
o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: 
/configs/conf1
   [junit4]   2> 286278 INFO  (qtp222433645-3042) [n:127.0.0.1:43991_ 
c:control_collection s:shard1  x:control_collection_shard1_replica_n1] 
o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using 
ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 286278 INFO  (qtp222433645-3042) [n:127.0.0.1:43991_ 
c:control_collection s:shard1  x:control_collection_shard1_replica_n1] 
o.a.s.h.ReplicationHandler Commits will be reserved for 10000ms.
   [junit4]   2> 286279 INFO  
(searcherExecutor-899-thread-1-processing-n:127.0.0.1:43991_ 
x:control_collection_shard1_replica_n1 s:shard1 c:control_collection) 
[n:127.0.0.1:43991_ c:control_collection s:shard1  
x:control_collection_shard1_replica_n1] o.a.s.c.SolrCore 
[control_collection_shard1_replica_n1] Registered new searcher 
Searcher@416a95cb[control_collection_shard1_replica_n1] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 286279 INFO  (qtp222433645-3042) [n:127.0.0.1:43991_ 
c:control_collection s:shard1  x:control_collection_shard1_replica_n1] 
o.a.s.u.UpdateLog Could not find max version in index or recent updates, using 
new clock 1582186703261532160
   [junit4]   2> 286282 INFO  (qtp222433645-3042) [n:127.0.0.1:43991_ 
c:control_collection s:shard1  x:control_collection_shard1_replica_n1] 
o.a.s.c.ShardLeaderElectionContext Enough replicas found to continue.
   [junit4]   2> 286282 INFO  (qtp222433645-3042) [n:127.0.0.1:43991_ 
c:control_collection s:shard1  x:control_collection_shard1_replica_n1] 
o.a.s.c.ShardLeaderElectionContext I may be the new leader - try and sync
   [junit4]   2> 286282 INFO  (qtp222433645-3042) [n:127.0.0.1:43991_ 
c:control_collection s:shard1  x:control_collection_shard1_replica_n1] 
o.a.s.c.SyncStrategy Sync replicas to 
http://127.0.0.1:43991/control_collection_shard1_replica_n1/
   [junit4]   2> 286282 INFO  (qtp222433645-3042) [n:127.0.0.1:43991_ 
c:control_collection s:shard1  x:control_collection_shard1_replica_n1] 
o.a.s.c.SyncStrategy Sync Success - now sync replicas to me
   [junit4]   2> 286282 INFO  (qtp222433645-3042) [n:127.0.0.1:43991_ 
c:control_collection s:shard1  x:control_collection_shard1_replica_n1] 
o.a.s.c.SyncStrategy 
http://127.0.0.1:43991/control_collection_shard1_replica_n1/ has no replicas
   [junit4]   2> 286282 INFO  (qtp222433645-3042) [n:127.0.0.1:43991_ 
c:control_collection s:shard1  x:control_collection_shard1_replica_n1] 
o.a.s.c.ShardLeaderElectionContext Found all replicas participating in 
election, clear LIR
   [junit4]   2> 286283 INFO  (qtp222433645-3042) [n:127.0.0.1:43991_ 
c:control_collection s:shard1  x:control_collection_shard1_replica_n1] 
o.a.s.c.ShardLeaderElectionContext I am the new leader: 
http://127.0.0.1:43991/control_collection_shard1_replica_n1/ shard1
   [junit4]   2> 286384 INFO  
(zkCallback-287-thread-2-processing-n:127.0.0.1:43991_) [n:127.0.0.1:43991_    
] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent 
state:SyncConnected type:NodeDataChanged 
path:/collections/control_collection/state.json] for collection 
[control_collection] has occurred - updating... (live nodes size: [1])
   [junit4]   2> 286434 INFO  (qtp222433645-3042) [n:127.0.0.1:43991_ 
c:control_collection s:shard1  x:control_collection_shard1_replica_n1] 
o.a.s.c.ZkController I am the leader, no recovery necessary
   [junit4]   2> 286435 INFO  (qtp222433645-3042) [n:127.0.0.1:43991_ 
c:control_collection s:shard1  x:control_collection_shard1_replica_n1] 
o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores 
params={qt=/admin/cores&collection.configName=conf1&newCollection=true&name=control_collection_shard1_replica_n1&action=CREATE&numShards=1&collection=control_collection&shard=shard1&wt=javabin&version=2&replicaType=NRT}
 status=0 QTime=1317
   [junit4]   2> 286437 INFO  (qtp222433645-3040) [n:127.0.0.1:43991_    ] 
o.a.s.h.a.CollectionsHandler Wait for new collection to be active for at most 
30 seconds. Check all shard replicas
   [junit4]   2> 286536 INFO  
(zkCallback-287-thread-2-processing-n:127.0.0.1:43991_) [n:127.0.0.1:43991_    
] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent 
state:SyncConnected type:NodeDataChanged 
path:/collections/control_collection/state.json] for collection 
[control_collection] has occurred - updating... (live nodes size: [1])
   [junit4]   2> 287015 INFO  
(OverseerCollectionConfigSetProcessor-98886668845056004-127.0.0.1:43991_-n_0000000000)
 [n:127.0.0.1:43991_    ] o.a.s.c.OverseerTaskQueue Response ZK path: 
/overseer/collection-queue-work/qnr-0000000000 doesn't exist.  Requestor may 
have disconnected from ZooKeeper
   [junit4]   2> 287437 INFO  (qtp222433645-3040) [n:127.0.0.1:43991_    ] 
o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections 
params={replicationFactor=1&collection.configName=conf1&name=control_collection&nrtReplicas=1&action=CREATE&numShards=1&createNodeSet=127.0.0.1:43991_&wt=javabin&version=2}
 status=0 QTime=2425
   [junit4]   2> 287443 INFO  
(TEST-ShardSplitTest.testSplitStaticIndexReplication-seed#[D7CA8611EAB239F5]) [ 
   ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 287443 INFO  
(TEST-ShardSplitTest.testSplitStaticIndexReplication-seed#[D7CA8611EAB239F5]) [ 
   ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:41713/solr 
ready
   [junit4]   2> 287443 INFO  
(TEST-ShardSplitTest.testSplitStaticIndexReplication-seed#[D7CA8611EAB239F5]) [ 
   ] o.a.s.c.ChaosMonkey monkey: init - expire sessions:false cause connection 
loss:false
   [junit4]   2> 287444 INFO  (qtp222433645-3040) [n:127.0.0.1:43991_    ] 
o.a.s.h.a.CollectionsHandler Invoked Collection Action :create with params 
replicationFactor=1&collection.configName=conf1&name=collection1&nrtReplicas=1&action=CREATE&numShards=2&createNodeSet=&stateFormat=2&wt=javabin&version=2
 and sendToOCPQueue=true
   [junit4]   2> 287445 INFO  
(OverseerThreadFactory-896-thread-2-processing-n:127.0.0.1:43991_) 
[n:127.0.0.1:43991_    ] o.a.s.c.CreateCollectionCmd Create collection 
collection1
   [junit4]   2> 287445 WARN  
(OverseerThreadFactory-896-thread-2-processing-n:127.0.0.1:43991_) 
[n:127.0.0.1:43991_    ] o.a.s.c.CreateCollectionCmd It is unusual to create a 
collection (collection1) without cores.
   [junit4]   2> 287648 INFO  (qtp222433645-3040) [n:127.0.0.1:43991_    ] 
o.a.s.h.a.CollectionsHandler Wait for new collection to be active for at most 
30 seconds. Check all shard replicas
   [junit4]   2> 287649 INFO  (qtp222433645-3040) [n:127.0.0.1:43991_    ] 
o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections 
params={replicationFactor=1&collection.configName=conf1&name=collection1&nrtReplicas=1&action=CREATE&numShards=2&createNodeSet=&stateFormat=2&wt=javabin&version=2}
 status=0 QTime=204
   [junit4]   2> 287727 INFO  
(TEST-ShardSplitTest.testSplitStaticIndexReplication-seed#[D7CA8611EAB239F5]) [ 
   ] o.a.s.c.AbstractFullDistribZkTestBase create jetty 1 in directory 
/home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.ShardSplitTest_D7CA8611EAB239F5-001/shard-1-001
 of type TLOG
   [junit4]   2> 287727 INFO  
(TEST-ShardSplitTest.testSplitStaticIndexReplication-seed#[D7CA8611EAB239F5]) [ 
   ] o.e.j.s.Server jetty-9.3.20.v20170531
   [junit4]   2> 287743 INFO  
(TEST-ShardSplitTest.testSplitStaticIndexReplication-seed#[D7CA8611EAB239F5]) [ 
   ] o.e.j.s.h.ContextHandler Started 
o.e.j.s.ServletContextHandler@4ff62f90{/,null,AVAILABLE}
   [junit4]   2> 287745 INFO  
(TEST-ShardSplitTest.testSplitStaticIndexReplication-seed#[D7CA8611EAB239F5]) [ 
   ] o.e.j.s.AbstractConnector Started 
ServerConnector@69bd3a0{HTTP/1.1,[http/1.1]}{127.0.0.1:38989}
   [junit4]   2> 287745 INFO  
(TEST-ShardSplitTest.testSplitStaticIndexReplication-seed#[D7CA8611EAB239F5]) [ 
   ] o.e.j.s.Server Started @289212ms
   [junit4]   2> 287745 INFO  
(TEST-ShardSplitTest.testSplitStaticIndexReplication-seed#[D7CA8611EAB239F5]) [ 
   ] o.a.s.c.s.e.JettySolrRunner Jetty properties: 
{solr.data.dir=/home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.ShardSplitTest_D7CA8611EAB239F5-001/tempDir-001/jetty1,
 replicaType=TLOG, solrconfig=solrconfig.xml, hostContext=/, hostPort=38989, 
coreRootDirectory=/home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J0/../../../../../../../../../home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.ShardSplitTest_D7CA8611EAB239F5-001/shard-1-001/cores}
   [junit4]   2> 287746 ERROR 
(TEST-ShardSplitTest.testSplitStaticIndexReplication-seed#[D7CA8611EAB239F5]) [ 
   ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may 
be missing or incomplete.
   [junit4]   2> 287746 INFO  
(TEST-ShardSplitTest.testSplitStaticIndexReplication-seed#[D7CA8611EAB239F5]) [ 
   ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr™ 
version 7.2.0
   [junit4]   2> 287746 INFO  
(TEST-ShardSplitTest.testSplitStaticIndexReplication-seed#[D7CA8611EAB239F5]) [ 
   ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on 
port null
   [junit4]   2> 287746 INFO  
(TEST-ShardSplitTest.testSplitStaticIndexReplication-seed#[D7CA8611EAB239F5]) [ 
   ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null, Default 
config dir: null
   [junit4]   2> 287746 INFO  
(TEST-ShardSplitTest.testSplitStaticIndexReplication-seed#[D7CA8611EAB239F5]) [ 
   ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 
2017-10-25T00:20:24.127Z
   [junit4]   2> 287749 INFO  
(TEST-ShardSplitTest.testSplitStaticIndexReplication-seed#[D7CA8611EAB239F5]) [ 
   ] o.a.s.s.SolrDispatchFilter Loading solr.xml from SolrHome (not found in 
ZooKeeper)
   [junit4]   2> 287749 INFO  
(TEST-ShardSplitTest.testSplitStaticIndexReplication-seed#[D7CA8611EAB239F5]) [ 
   ] o.a.s.c.SolrXmlConfig Loading container configuration from 
/home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.ShardSplitTest_D7CA8611EAB239F5-001/shard-1-001/solr.xml
   [junit4]   2> 287752 INFO  
(TEST-ShardSplitTest.testSplitStaticIndexReplication-seed#[D7CA8611EAB239F5]) [ 
   ] o.a.s.c.SolrXmlConfig Configuration parameter 
autoReplicaFailoverWorkLoopDelay is ignored
   [junit4]   2> 287752 INFO  
(TEST-ShardSplitTest.testSplitStaticIndexReplication-seed#[D7CA8611EAB239F5]) [ 
   ] o.a.s.c.SolrXmlConfig Configuration parameter 
autoReplicaFailoverBadNodeExpiration is ignored
   [junit4]   2> 287753 INFO  
(TEST-ShardSplitTest.testSplitStaticIndexReplication-seed#[D7CA8611EAB239F5]) [ 
   ] o.a.s.c.SolrXmlConfig MBean server found: 
com.sun.jmx.mbeanserver.JmxMBeanServer@3f3adcfc, but no JMX reporters were 
configured - adding default JMX reporter.
   [junit4]   2> 287755 INFO  
(TEST-ShardSplitTest.testSplitStaticIndexReplication-seed#[D7CA8611EAB239F5]) [ 
   ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:41713/solr
   [junit4]   2> 287768 INFO  
(TEST-ShardSplitTest.testSplitStaticIndexReplication-seed#[D7CA8611EAB239F5]) 
[n:127.0.0.1:38989_    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (0) -> (1)
   [junit4]   2> 287768 INFO  
(TEST-ShardSplitTest.testSplitStaticIndexReplication-seed#[D7CA8611EAB239F5]) 
[n:127.0.0.1:38989_    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 287769 INFO  
(TEST-ShardSplitTest.testSplitStaticIndexReplication-seed#[D7CA8611EAB239F5]) 
[n:127.0.0.1:38989_    ] o.a.s.c.ZkController Register node as live in 
ZooKeeper:/live_nodes/127.0.0.1:38989_
   [junit4]   2> 287770 INFO  
(zkCallback-287-thread-2-processing-n:127.0.0.1:43991_) [n:127.0.0.1:43991_    
] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 287773 INFO  
(zkCallback-300-thread-1-processing-n:127.0.0.1:38989_) [n:127.0.0.1:38989_    
] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 287774 INFO  (zkCallback-295-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 287820 INFO  
(TEST-ShardSplitTest.testSplitStaticIndexReplication-seed#[D7CA8611EAB239F5]) 
[n:127.0.0.1:38989_    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr.node' (registry 'solr.node') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@3f3adcfc
   [junit4]   2> 287828 INFO  
(TEST-ShardSplitTest.testSplitStaticIndexReplication-seed#[D7CA8611EAB239F5]) 
[n:127.0.0.1:38989_    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr.jvm' (registry 'solr.jvm') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@3f3adcfc
   [junit4]   2> 287828 INFO  
(TEST-ShardSplitTest.testSplitStaticIndexReplication-seed#[D7CA8611EAB239F5]) 
[n:127.0.0.1:38989_    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr.jetty' (registry 'solr.jetty') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@3f3adcfc
   [junit4]   2> 287829 INFO  
(TEST-ShardSplitTest.testSplitStaticIndexReplication-seed#[D7CA8611EAB239F5]) 
[n:127.0.0.1:38989_    ] o.a.s.c.CorePropertiesLocator Found 0 core definitions 
underneath 
/home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J0/../../../../../../../../../home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.ShardSplitTest_D7CA8611EAB239F5-001/shard-1-001/cores
   [junit4]   2> 287843 INFO  (qtp1687059490-3087) [n:127.0.0.1:38989_    ] 
o.a.s.h.a.CollectionsHandler Invoked Collection Action :addreplica with params 
node=127.0.0.1:38989_&action=ADDREPLICA&collection=collection1&shard=shard2&type=TLOG&wt=javabin&version=2
 and sendToOCPQueue=true
   [junit4]   2> 287844 INFO  
(OverseerCollectionConfigSetProcessor-98886668845056004-127.0.0.1:43991_-n_0000000000)
 [n:127.0.0.1:43991_    ] o.a.s.c.OverseerTaskQueue Response ZK path: 
/overseer/collection-queue-work/qnr-0000000002 doesn't exist.  Requestor may 
have disconnected from ZooKeeper
   [junit4]   2> 287845 INFO  
(OverseerThreadFactory-896-thread-3-processing-n:127.0.0.1:43991_) 
[n:127.0.0.1:43991_    ] o.a.s.c.AddReplicaCmd Node Identified 127.0.0.1:38989_ 
for creating new replica
   [junit4]   2> 287846 INFO  (qtp1687059490-3089) [n:127.0.0.1:38989_    ] 
o.a.s.h.a.CoreAdminOperation core create command 
qt=/admin/cores&collection.configName=conf1&name=collection1_shard2_replica_t41&action=CREATE&collection=collection1&shard=shard2&wt=javabin&version=2&replicaType=TLOG
   [junit4]   2> 287846 INFO  (qtp1687059490-3089) [n:127.0.0.1:38989_    ] 
o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 4 
transient cores
   [junit4]   2> 287949 INFO  
(zkCallback-300-thread-1-processing-n:127.0.0.1:38989_) [n:127.0.0.1:38989_    
] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent 
state:SyncConnected type:NodeDataChanged 
path:/collections/collection1/state.json] for collection [collection1] has 
occurred - updating... (live nodes size: [2])
   [junit4]   2> 288878 INFO  (qtp1687059490-3089) [n:127.0.0.1:38989_ 
c:collection1 s:shard2  x:collection1_shard2_replica_t41] o.a.s.c.SolrConfig 
Using Lucene MatchVersion: 7.2.0
   [junit4]   2> 288886 INFO  (qtp1687059490-3089) [n:127.0.0.1:38989_ 
c:collection1 s:shard2  x:collection1_shard2_replica_t41] o.a.s.s.IndexSchema 
[collection1_shard2_replica_t41] Schema name=test
   [junit4]   2> 288936 INFO  (qtp1687059490-3089) [n:127.0.0.1:38989_ 
c:collection1 s:shard2  x:collection1_shard2_replica_t41] o.a.s.s.IndexSchema 
Loaded schema test/1.6 with uniqueid field id
   [junit4]   2> 288966 INFO  (qtp1687059490-3089) [n:127.0.0.1:38989_ 
c:collection1 s:shard2  x:collection1_shard2_replica_t41] o.a.s.c.CoreContainer 
Creating SolrCore 'collection1_shard2_replica_t41' using configuration from 
collection collection1, trusted=true
   [junit4]   2> 288966 INFO  (qtp1687059490-3089) [n:127.0.0.1:38989_ 
c:collection1 s:shard2  x:collection1_shard2_replica_t41] 
o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr.core.collection1.shard2.replica_t41' (registry 
'solr.core.collection1.shard2.replica_t41') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@3f3adcfc
   [junit4]   2> 288966 INFO  (qtp1687059490-3089) [n:127.0.0.1:38989_ 
c:collection1 s:shard2  x:collection1_shard2_replica_t41] o.a.s.c.SolrCore 
solr.RecoveryStrategy.Builder
   [junit4]   2> 288966 INFO  (qtp1687059490-3089) [n:127.0.0.1:38989_ 
c:collection1 s:shard2  x:collection1_shard2_replica_t41] o.a.s.c.SolrCore 
[[collection1_shard2_replica_t41] ] Opening new SolrCore at 
[/home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.ShardSplitTest_D7CA8611EAB239F5-001/shard-1-001/cores/collection1_shard2_replica_t41],
 
dataDir=[/home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J0/../../../../../../../../../home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.ShardSplitTest_D7CA8611EAB239F5-001/shard-1-001/cores/collection1_shard2_replica_t41/data/]
   [junit4]   2> 288968 INFO  (qtp1687059490-3089) [n:127.0.0.1:38989_ 
c:collection1 s:shard2  x:collection1_shard2_replica_t41] 
o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class 
org.apache.lucene.index.LogDocMergePolicy: [LogDocMergePolicy: 
minMergeSize=1000, mergeFactor=34, maxMergeSize=9223372036854775807, 
maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true, 
maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, 
noCFSRatio=0.7709082486956434]
   [junit4]   2> 288988 WARN  (qtp1687059490-3089) [n:127.0.0.1:38989_ 
c:collection1 s:shard2  x:collection1_shard2_replica_t41] 
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> 289028 INFO  (qtp1687059490-3089) [n:127.0.0.1:38989_ 
c:collection1 s:shard2  x:collection1_shard2_replica_t41] o.a.s.u.UpdateHandler 
Using UpdateLog implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 289028 INFO  (qtp1687059490-3089) [n:127.0.0.1:38989_ 
c:collection1 s:shard2  x:collection1_shard2_replica_t41] o.a.s.u.UpdateLog 
Initializing UpdateLog: dataDir= defaultSyncLevel=FLUSH numRecordsToKeep=100 
maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 289029 INFO  (qtp1687059490-3089) [n:127.0.0.1:38989_ 
c:collection1 s:shard2  x:collection1_shard2_replica_t41] o.a.s.u.CommitTracker 
Hard AutoCommit: disabled
   [junit4]   2> 289029 INFO  (qtp1687059490-3089) [n:127.0.0.1:38989_ 
c:collection1 s:shard2  x:collection1_shard2_replica_t41] o.a.s.u.CommitTracker 
Soft AutoCommit: disabled
   [junit4]   2> 289031 INFO  (qtp1687059490-3089) [n:127.0.0.1:38989_ 
c:collection1 s:shard2  x:collection1_shard2_replica_t41] 
o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class 
org.apache.lucene.index.LogByteSizeMergePolicy: [LogByteSizeMergePolicy: 
minMergeSize=1677721, mergeFactor=20, maxMergeSize=2147483648, 
maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true, 
maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, 
noCFSRatio=0.6711264657383196]
   [junit4]   2> 289031 INFO  (qtp1687059490-3089) [n:127.0.0.1:38989_ 
c:collection1 s:shard2  x:collection1_shard2_replica_t41] 
o.a.s.s.SolrIndexSearcher Opening 
[Searcher@488989b5[collection1_shard2_replica_t41] main]
   [junit4]   2> 289032 INFO  (qtp1687059490-3089) [n:127.0.0.1:38989_ 
c:collection1 s:shard2  x:collection1_shard2_replica_t41] 
o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: 
/configs/conf1
   [junit4]   2> 289032 INFO  (qtp1687059490-3089) [n:127.0.0.1:38989_ 
c:collection1 s:shard2  x:collection1_shard2_replica_t41] 
o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using 
ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 289032 INFO  (qtp1687059490-3089) [n:127.0.0.1:38989_ 
c:collection1 s:shard2  x:collection1_shard2_replica_t41] 
o.a.s.h.ReplicationHandler Commits will be reserved for 10000ms.
   [junit4]   2> 289033 INFO  
(searcherExecutor-910-thread-1-processing-n:127.0.0.1:38989_ 
x:collection1_shard2_replica_t41 s:shard2 c:collection1) [n:127.0.0.1:38989_ 
c:collection1 s:shard2  x:collection1_shard2_replica_t41] o.a.s.c.SolrCore 
[collection1_shard2_replica_t41] Registered new searcher 
Searcher@488989b5[collection1_shard2_replica_t41] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 289033 INFO  (qtp1687059490-3089) [n:127.0.0.1:38989_ 
c:collection1 s:shard2  x:collection1_shard2_replica_t41] o.a.s.u.UpdateLog 
Could not find max version in index or recent updates, using new clock 
1582186706149310464
   [junit4]   2> 289037 INFO  (qtp1687059490-3089) [n:127.0.0.1:38989_ 
c:collection1 s:shard2  x:collection1_shard2_replica_t41] 
o.a.s.c.ShardLeaderElectionContext Enough replicas found to continue.
   [junit4]   2> 289037 INFO  (qtp1687059490-3089) [n:127.0.0.1:38989_ 
c:collection1 s:shard2  x:collection1_shard2_replica_t41] 
o.a.s.c.ShardLeaderElectionContext I may be the new leader - try and sync
   [junit4]   2> 289037 INFO  (qtp1687059490-3089) [n:127.0.0.1:38989_ 
c:collection1 s:shard2  x:collection1_shard2_replica_t41] o.a.s.c.SyncStrategy 
Sync replicas to http://127.0.0.1:38989/collection1_shard2_replica_t41/
   [junit4]   2> 289037 INFO  (qtp1687059490-3089) [n:127.0.0.1:38989_ 
c:collection1 s:shard2  x:collection1_shard2_replica_t41] o.a.s.c.SyncStrategy 
Sync Success - now sync replicas to me
   [junit4]   2> 289037 INFO  (qtp1687059490-3089) [n:127.0.0.1:38989_ 
c:collection1 s:shard2  x:collection1_shard2_replica_t41] o.a.s.c.SyncStrategy 
http://127.0.0.1:38989/collection1_shard2_replica_t41/ has no replicas
   [junit4]   2> 289037 INFO  (qtp1687059490-3089) [n:127.0.0.1:38989_ 
c:collection1 s:shard2  x:collection1_shard2_replica_t41] 
o.a.s.c.ShardLeaderElectionContext Found all replicas participating in 
election, clear LIR
   [junit4]   2> 289037 INFO  (qtp1687059490-3089) [n:127.0.0.1:38989_ 
c:collection1 s:shard2  x:collection1_shard2_replica_t41] o.a.s.c.ZkController 
collection1_shard2_replica_t41 stopping background replication from leader
   [junit4]   2> 289040 INFO  (qtp1687059490-3089) [n:127.0.0.1:38989_ 
c:collection1 s:shard2  x:collection1_shard2_replica_t41] 
o.a.s.c.ShardLeaderElectionContext I am the new leader: 
http://127.0.0.1:38989/collection1_shard2_replica_t41/ shard2
   [junit4]   2> 289141 INFO  
(zkCallback-300-thread-1-processing-n:127.0.0.1:38989_) [n:127.0.0.1:38989_    
] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent 
state:SyncConnected type:NodeDataChanged 
path:/collections/collection1/state.json] for collection [collection1] has 
occurred - updating... (live nodes size: [2])
   [junit4]   2> 289190 INFO  (qtp1687059490-3089) [n:127.0.0.1:38989_ 
c:collection1 s:shard2  x:collection1_shard2_replica_t41] o.a.s.c.ZkController 
I am the leader, no recovery necessary
   [junit4]   2> 289191 INFO  (qtp1687059490-3089) [n:127.0.0.1:38989_ 
c:collection1 s:shard2  x:collection1_shard2_replica_t41] o.a.s.s.HttpSolrCall 
[admin] webapp=null path=/admin/cores 
params={qt=/admin/cores&collection.configName=conf1&name=collection1_shard2_replica_t41&action=CREATE&collection=collection1&shard=shard2&wt=javabin&version=2&replicaType=TLOG}
 status=0 QTime=1345
   [junit4]   2> 289192 INFO  (qtp1687059490-3087) [n:127.0.0.1:38989_    ] 
o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections 
params={node=127.0.0.1:38989_&action=ADDREPLICA&collection=collection1&shard=shard2&type=TLOG&wt=javabin&version=2}
 status=0 QTime=1349
   [junit4]   2> 289243 INFO  
(TEST-ShardSplitTest.testSplitStaticIndexReplication-seed#[D7CA8611EAB239F5]) [ 
   ] o.a.s.c.AbstractFullDistribZkTestBase create jetty 2 in directory 
/home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.ShardSplitTest_D7CA8611EAB239F5-001/shard-2-001
 of type TLOG
   [junit4]   2> 289243 INFO  
(TEST-ShardSplitTest.testSplitStaticIndexReplication-seed#[D7CA8611EAB239F5]) [ 
   ] o.e.j.s.Server jetty-9.3.20.v20170531
   [junit4]   2> 289244 INFO  
(TEST-ShardSplitTest.testSplitStaticIndexReplication-seed#[D7CA8611EAB239F5]) [ 
   ] o.e.j.s.h.ContextHandler Started 
o.e.j.s.ServletContextHandler@a963dcf{/,null,AVAILABLE}
   [junit4]   2> 289244 INFO  
(TEST-ShardSplitTest.testSplitStaticIndexReplication-seed#[D7CA8611EAB239F5]) [ 
   ] o.e.j.s.AbstractConnector Started 
ServerConnector@3d3e695c{HTTP/1.1,[http/1.1]}{127.0.0.1:34071}
   [junit4]   2> 289244 INFO  
(TEST-ShardSplitTest.testSplitStaticIndexReplication-seed#[D7CA8611EAB239F5]) [ 
   ] o.e.j.s.Server Started @290711ms
   [junit4]   2> 289245 INFO  
(TEST-ShardSplitTest.testSplitStaticIndexReplication-seed#[D7CA8611EAB239F5]) [ 
   ] o.a.s.c.s.e.JettySolrRunner Jetty properties: 
{solr.data.dir=/home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.ShardSplitTest_D7CA8611EAB239F5-001/tempDir-001/jetty2,
 replicaType=TLOG, solrconfig=solrconfig.xml, hostContext=/, hostPort=34071, 
coreRootDirectory=/home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.ShardSplitTest_D7CA8611EAB239F5-001/shard-2-001/cores}
   [junit4]   2> 289245 ERROR 
(TEST-ShardSplitTest.testSplitStaticIndexReplication-seed#[D7CA8611EAB239F5]) [ 
   ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may 
be missing or incomplete.
   [junit4]   2> 289245 INFO  
(TEST-ShardSplitTest.testSplitStaticIndexReplication-seed#[D7CA8611EAB239F5]) [ 
   ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr™ 
version 7.2.0
   [junit4]   2> 289245 INFO  
(TEST-ShardSplitTest.testSplitStaticIndexReplication-seed#[D7CA8611EAB239F5]) [ 
   ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on 
port null
   [junit4]   2> 289245 INFO  
(TEST-ShardSplitTest.testSplitStaticIndexReplication-seed#[D7CA8611EAB239F5]) [ 
   ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null, Default 
config dir: null
   [junit4]   2> 289245 INFO  
(TEST-ShardSplitTest.testSplitStaticIndexReplication-seed#[D7CA8611EAB239F5]) [ 
   ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 
2017-10-25T00:20:25.626Z
   [junit4]   2> 289249 INFO  
(TEST-ShardSplitTest.testSplitStaticIndexReplication-seed#[D7CA8611EAB239F5]) [ 
   ] o.a.s.s.SolrDispatchFilter Loading solr.xml from SolrHome (not found in 
ZooKeeper)
   [junit4]   2> 289249 INFO  
(TEST-ShardSplitTest.testSplitStaticIndexReplication-seed#[D7CA8611EAB239F5]) [ 
   ] o.a.s.c.SolrXmlConfig Loading container configuration from 
/home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.ShardSplitTest_D7CA8611EAB239F5-001/shard-2-001/solr.xml
   [junit4]   2> 289251 INFO  
(TEST-ShardSplitTest.testSplitStaticIndexReplication-seed#[D7CA8611EAB239F5]) [ 
   ] o.a.s.c.SolrXmlConfig Configuration parameter 
autoReplicaFailoverWorkLoopDelay is ignored
   [junit4]   2> 289251 INFO  
(TEST-ShardSplitTest.testSplitStaticIndexReplication-seed#[D7CA8611EAB239F5]) [ 
   ] o.a.s.c.SolrXmlConfig Configuration parameter 
autoReplicaFailoverBadNodeExpiration is ignored
   [junit4]   2> 289252 INFO  
(TEST-ShardSplitTest.testSplitStaticIndexReplication-seed#[D7CA8611EAB239F5]) [ 
   ] o.a.s.c.SolrXmlConfig MBean server found: 
com.sun.jmx.mbeanserver.JmxMBeanServer@3f3adcfc, but no JMX reporters were 
configured - adding default JMX reporter.
   [junit4]   2> 289255 INFO  
(TEST-ShardSplitTest.testSplitStaticIndexReplication-seed#[D7CA8611EAB239F5]) [ 
   ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:41713/solr
   [junit4]   2> 289262 INFO  
(TEST-ShardSplitTest.testSplitStaticIndexReplication-seed#[D7CA8611EAB239F5]) 
[n:127.0.0.1:34071_    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (0) -> (2)
   [junit4]   2> 289263 INFO  
(TEST-ShardSplitTest.testSplitStaticIndexReplication-seed#[D7CA8611EAB239F5]) 
[n:127.0.0.1:34071_    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 289263 INFO  
(TEST-ShardSplitTest.testSplitStaticIndexReplication-seed#[D7CA8611EAB239F5]) 
[n:127.0.0.1:34071_    ] o.a.s.c.ZkController Register node as live in 
ZooKeeper:/live_nodes/127.0.0.1:34071_
   [junit4]   2> 289264 INFO  
(zkCallback-300-thread-1-processing-n:127.0.0.1:38989_) [n:127.0.0.1:38989_    
] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 289264 INFO  
(zkCallback-287-thread-2-processing-n:127.0.0.1:43991_) [n:127.0.0.1:43991_    
] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 289264 INFO  (zkCallback-295-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 289265 INFO  
(zkCallback-306-thread-1-processing-n:127.0.0.1:34071_) [n:127.0.0.1:34071_    
] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 289304 INFO  
(TEST-ShardSplitTest.testSplitStaticIndexReplication-seed#[D7CA8611EAB239F5]) 
[n:127.0.0.1:34071_    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr.node' (registry 'solr.node') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@3f3adcfc
   [junit4]   2> 289309 INFO  
(TEST-ShardSplitTest.testSplitStaticIndexReplication-seed#[D7CA8611EAB239F5]) 
[n:127.0.0.1:34071_    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr.jvm' (registry 'solr.jvm') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@3f3adcfc
   [junit4]   2> 289309 INFO  
(TEST-ShardSplitTest.testSplitStaticIndexReplication-seed#[D7CA8611EAB239F5]) 
[n:127.0.0.1:34071_    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr.jetty' (registry 'solr.jetty') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@3f3adcfc
   [junit4]   2> 289310 INFO  
(TEST-ShardSplitTest.testSplitStaticIndexReplication-seed#[D7CA8611EAB239F5]) 
[n:127.0.0.1:34071_    ] o.a.s.c.CorePropertiesLocator Found 0 core definitions 
underneath 
/home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.ShardSplitTest_D7CA8611EAB239F5-001/shard-2-001/cores
   [junit4]   2> 289328 INFO  (qtp1333676052-3116) [n:127.0.0.1:34071_    ] 
o.a.s.h.a.CollectionsHandler Invoked Collection Action :addreplica with params 
node=127.0.0.1:34071_&action=ADDREPLICA&collection=collection1&shard=shard1&type=TLOG&wt=javabin&version=2
 and sendToOCPQueue=true
   [junit4]   2> 289329 INFO  
(OverseerCollectionConfigSetProcessor-98886668845056004-127.0.0.1:43991_-n_0000000000)
 [n:127.0.0.1:43991_    ] o.a.s.c.OverseerTaskQueue Response ZK path: 
/overseer/collection-queue-work/qnr-0000000004 doesn't exist.  Requestor may 
have disconnected from ZooKeeper
   [junit4]   2> 289330 INFO  
(OverseerThreadFactory-896-thread-4-processing-n:127.0.0.1:43991_) 
[n:127.0.0.1:43991_    ] o.a.s.c.AddReplicaCmd Node Identified 127.0.0.1:34071_ 
for creating new replica
   [junit4]   2> 289331 INFO  (qtp1333676052-3112) [n:127.0.0.1:34071_    ] 
o.a.s.h.a.CoreAdminOperation core create command 
qt=/admin/cores&collection.configName=conf1&name=collection1_shard1_replica_t43&action=CREATE&collection=collection1&shard=shard1&wt=javabin&version=2&replicaType=TLOG
   [junit4]   2> 289331 INFO  (qtp1333676052-3112) [n:127.0.0.1:34071_    ] 
o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 4 
transient cores
   [junit4]   2> 289433 INFO  
(zkCallback-306-thread-1-processing-n:127.0.0.1:34071_) [n:127.0.0.1:34071_    
] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent 
state:SyncConnected type:NodeDataChanged 
path:/collections/collection1/state.json] for collection [collection1] has 
occurred - updating... (live nodes size: [3])
   [junit4]   2> 289433 INFO  
(zkCallback-300-thread-1-processing-n:127.0.0.1:38989_) [n:127.0.0.1:38989_    
] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent 
state:SyncConnected type:NodeDataChanged 
path:/collections/collection1/state.json] for collection [collection1] has 
occurred - updating... (live nodes size: [3])
   [junit4]   2> 290339 INFO  (qtp1333676052-3112) [n:127.0.0.1:34071_ 
c:collection1 s:shard1  x:collection1_shard1_replica_t43] o.a.s.c.SolrConfig 
Using Lucene MatchVersion: 7.2.0
   [junit4]   2> 290347 INFO  (qtp1333676052-3112) [n:127.0.0.1:34071_ 
c:collection1 s:shard1  x:collection1_shard1_replica_t43] o.a.s.s.IndexSchema 
[collection1_shard1_replica_t43] Schema name=test
   [junit4]   2> 290408 INFO  (qtp1333676052-3112) [n:127.0.0.1:34071_ 
c:collection1 s:shard1  x:collection1_shard1_replica_t43] o.a.s.s.IndexSchema 
Loaded schema test/1.6 with uniqueid field id
   [junit4]   2> 290415 INFO  (qtp1333676052-3112) [n:127.0.0.1:34071_ 
c:collection1 s:shard1  x:collection1_shard1_replica_t43] o.a.s.c.CoreContainer 
Creating SolrCore 'collection1_shard1_replica_t43' using configuration from 
collection collection1, trusted=true
   [junit4]   2> 290416 INFO  (qtp1333676052-3112) [n:127.0.0.1:34071_ 
c:collection1 s:shard1  x:collection1_shard1_replica_t43] 
o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr.core.collection1.shard1.replica_t43' (registry 
'solr.core.collection1.shard1.replica_t43') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@3f3adcfc
   [junit4]   2> 290416 INFO  (qtp1333676052-3112) [n:127.0.0.1:34071_ 
c:collection1 s:shard1  x:collection1_shard1_replica_t43] o.a.s.c.SolrCore 
solr.RecoveryStrategy.Builder
   [junit4]   2> 290416 INFO  (qtp1333676052-3112) [n:127.0.0.1:34071_ 
c:collection1 s:shard1  x:collection1_shard1_replica_t43] o.a.s.c.SolrCore 
[[collection1_shard1_replica_t43] ] Opening new SolrCore at 
[/home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.ShardSplitTest_D7CA8611EAB239F5-001/shard-2-001/cores/collection1_shard1_replica_t43],
 
dataDir=[/home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.ShardSplitTest_D7CA8611EAB239F5-001/shard-2-001/cores/collection1_shard1_replica_t43/data/]
   [junit4]   2> 290418 INFO  (qtp1333676052-3112) [n:127.0.0.1:34071_ 
c:collection1 s:shard1  x:collection1_shard1_replica_t43] 
o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class 
org.apache.lucene.index.LogDocMergePolicy: [LogDocMergePolicy: 
minMergeSize=1000, mergeFactor=34, maxMergeSize=9223372036854775807, 
maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true, 
maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, 
noCFSRatio=0.7709082486956434]
   [junit4]   2> 290448 WARN  (qtp1333676052-3112) [n:127.0.0.1:34071_ 
c:collection1 s:shard1  x:collection1_shard1_replica_t43] 
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> 290481 INFO  (qtp1333676052-3112) [n:127.0.0.1:34071_ 
c:collection1 s:shard1  x:collection1_shard1_replica_t43] o.a.s.u.UpdateHandler 
Using UpdateLog implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 290481 INFO  (qtp1333676052-3112) [n:127.0.0.1:34071_ 
c:collection1 s:shard1  x:collection1_shard1_replica_t43] o.a.s.u.UpdateLog 
Initializing UpdateLog: dataDir= defaultSyncLevel=FLUSH numRecordsToKeep=100 
maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 290482 INFO  (qtp1333676052-3112) [n:127.0.0.1:34071_ 
c:collection1 s:shard1  x:collection1_shard1_replica_t43] o.a.s.u.CommitTracker 
Hard AutoCommit: disabled
   [junit4]   2> 290482 INFO  (qtp1333676052-3112) [n:127.0.0.1:34071_ 
c:collection1 s:shard1  x:collection1_shard1_replica_t43] o.a.s.u.CommitTracker 
Soft AutoCommit: disabled
   [junit4]   2> 290483 INFO  (qtp1333676052-3112) [n:127.0.0.1:34071_ 
c:collection1 s:shard1  x:collection1_shard1_replica_t43] 
o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class 
org.apache.lucene.index.LogByteSizeMergePolicy: [LogByteSizeMergePolicy: 
minMergeSize=1677721, mergeFactor=20, maxMergeSize=2147483648, 
maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true, 
maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, 
noCFSRatio=0.6711264657383196]
   [junit4]   2> 290483 INFO  (qtp1333676052-3112) [n:127.0.0.1:34071_ 
c:collection1 s:shard1  x:collection1_shard1_replica_t43] 
o.a.s.s.SolrIndexSearcher Opening 
[Searcher@64b5fa30[collection1_shard1_replica_t43] main]
   [junit4]   2> 290484 INFO  (qtp1333676052-3112) [n:127.0.0.1:34071_ 
c:collection1 s:shard1  x:collection1_shard1_replica_t43] 
o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: 
/configs/conf1
   [junit4]   2> 290484 INFO  (qtp1333676052-3112) [n:127.0.0.1:34071_ 
c:collection1 s:shard1  x:collection1_shard1_replica_t43] 
o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using 
ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 290484 INFO  (qtp1333676052-3112) [n:127.0.0.1:34071_ 
c:collection1 s:shard1  x:collection1_shard1_replica_t43] 
o.a.s.h.ReplicationHandler Commits will be reserved for 10000ms.
   [junit4]   2> 290485 INFO  (qtp1333676052-3112) [n:127.0.0.1:34071_ 
c:collection1 s:shard1  x:collection1_shard1_replica_t43] o.a.s.u.UpdateLog 
Could not find max version in index or recent updates, using new clock 
1582186707671842816
   [junit4]   2> 290486 INFO  
(searcherExecutor-921-thread-1-processing-n:127.0.0.1:34071_ 
x:collection1_shard1_replica_t43 s:shard1 c:collection1) [n:127.0.0.1:34071_ 
c:collection1 s:shard1  x:collection1_shard1_replica_t43] o.a.s.c.SolrCore 
[collection1_shard1_replica_t43] Registered new searcher 
Searcher@64b5fa30[collection1_shard1_replica_t43] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 290490 INFO  (qtp1333676052-3112) [n:127.0.0.1:34071_ 
c:collection1 s:shard1  x:collection1_shard1_replica_t43] 
o.a.s.c.ShardLeaderElectionContext Enough replicas found to continue.
   [junit4]   2> 290490 INFO  (qtp1333676052-3112) [n:127.0.0.1:34071_ 
c:collection1 s:shard1  x:collection1_shard1_replica_t43] 
o.a.s.c.ShardLeaderElectionContext I may be the new leader - try and sync
   [junit4]   2> 290490 INFO  (qtp1333676052-3112) [n:127.0.0.1:34071_ 
c:collection1 s:shard1  x:collection1_shard1_replica_t43] o.a.s.c.SyncStrategy 
Sync replicas to http://127.0.0.1:34071/collection1_shard1_replica_t43/
   [junit4]   2> 290490 INFO  (qtp1333676052-3112) [n:127.0.0.1:34071_ 
c:collection1 s:shard1  x:collection1_shard1_replica_t43] o.a.s.c.SyncStrategy 
Sync Success - now sync replicas to me
   [junit4]   2> 290490 INFO  (qtp1333676052-3112) [n:127.0.0.1:34071_ 
c:collection1 s:shard1  x:collection1_shard1_replica_t43] o.a.s.c.SyncStrategy 
http://127.0.0.1:34071/collection1_shard1_replica_t43/ has no replicas
   [junit4]   2> 290490 INFO  (qtp1333676052-3112) [n:127.0.0.1:34071_ 
c:collection1 s:shard1  x:collection1_shard1_replica_t43] 
o.a.s.c.ShardLeaderElectionContext Found all replicas participating in 
election, clear LIR
   [junit4]   2> 290490 INFO  (qtp1333676052-3112) [n:127.0.0.1:34071_ 
c:collection1 s:shard1  x:collection1_shard1_replica_t43] o.a.s.c.ZkController 
collection1_shard1_replica_t43 stopping background replication from leader
   [junit4]   2> 290491 INFO  (qtp1333676052-3112) [n:127.0.0.1:34071_ 
c:collection1 s:shard1  x:collection1_shard1_replica_t43] 
o.a.s.c.ShardLeaderElectionContext I am the new leader: 
http://127.0.0.1:34071/collection1_shard1_replica_t43/ shard1
   [junit4]   2> 290592 INFO  
(zkCallback-300-thread-1-processing-n:127.0.0.1:38989_) [n:127.0.0.1:38989_    
] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent 
state:SyncConnected type:NodeDataChanged 
path:/collections/collection1/state.json] for collection [collection1] has 
occurred - updating... (live nodes size: [3])
   [junit4]   2> 290592 INFO  
(zkCallback-306-thread-1-processing-n:127.0.0.1:34071_) [n:127.0.0.1:34071_    
] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent 
state:SyncConnected type:NodeDataChanged 
path:/collections/collection1/state.json] for collection [collection1] has 
occurred - updating... (live nodes size: [3])
   [junit4]   2> 290642 INFO  (qtp1333676052-3112) [n:127.0.0.1:34071_ 
c:collection1 s:shard1  x:collection1_shard1_replica_t43] o.a.s.c.ZkController 
I am the leader, no recovery necessary
   [junit4]   2> 290643 INFO  (qtp1333676052-3112) [n:127.0.0.1:34071_ 
c:collection1 s:shard1  x:collection1_shard1_replica_t43] o.a.s.s.HttpSolrCall 
[admin] webapp=null path=/admin/cores 
params={qt=/admin/cores&collection.configName=conf1&name=collection1_shard1_replica_t43&action=CREATE&collection=collection1&shard=shard1&wt=javabin&version=2&replicaType=TLOG}
 status=0 QTime=1312
   [junit4]   2> 290644 INFO  (qtp1333676052-3116) [n:127.0.0.1:34071_    ] 
o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections 
params={node=127.0.0.1:34071_&action=ADDREPLICA&collection=collection1&shard=shard1&type=TLOG&wt=javabin&version=2}
 status=0 QTime=1316
   [junit4]   2> 290714 INFO  
(TEST-ShardSplitTest.testSplitStaticIndexReplication-seed#[D7CA8611EAB239F5]) [ 
   ] o.a.s.c.AbstractFullDistribZkTestBase create jetty 3 in directory 
/home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.ShardSplitTest_D7CA8611EAB239F5-001/shard-3-001
 of type TLOG
   [junit4]   2> 290714 INFO  
(TEST-ShardSplitTest.testSplitStaticIndexReplication-seed#[D7CA8611EAB239F5]) [ 
   ] o.e.j.s.Server jetty-9.3.20.v20170531
   [junit4]   2> 290726 INFO  
(TEST-ShardSplitTest.testSplitStaticIndexReplication-seed#[D7CA8611EAB239F5]) [ 
   ] o.e.j.s.h.ContextHandler Started 
o.e.j.s.ServletContextHandler@389ab0d5{/,null,AVAILABLE}
   [junit4]   2> 290727 INFO  
(TEST-ShardSplitTest.testSplitStaticIndexReplication-seed#[D7CA8611EAB239F5]) [ 
   ] o.e.j.s.AbstractConnector Started 
ServerConnector@5c5f993a{HTTP/1.1,[http/1.1]}{127.0.0.1:41181}
   [junit4]   2> 290727 INFO  
(TEST-ShardSplitTest.testSplitStaticIndexReplication-seed#[D7CA8611EAB239F5]) [ 
   ] o.e.j.s.Server Started @292194ms
   [junit4]   2> 290727 INFO  
(TEST-ShardSplitTest.testSplitStaticIndexReplication-seed#[D7CA8611EAB239F5]) [ 
   ] o.a.s.c.s.e.JettySolrRunner Jetty properties: 
{solr.data.dir=/home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.ShardSplitTest_D7CA8611EAB239F5-001/tempDir-001/jetty3,
 replicaType=TLOG, solrconfig=solrconfig.xml, hostContext=/, hostPort=41181, 
coreRootDirectory=/home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.ShardSplitTest_D7CA8611EAB239F5-001/shard-3-001/cores}
   [junit4]   2> 290727 ERROR 
(TEST-ShardSplitTest.testSplitStaticIndexReplication-seed#[D7CA8611EAB239F5]) [ 
   ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may 
be missing or incomplete.
   [junit4]   2> 290727 INFO  
(TEST-ShardSplitTest.testSplitStaticIndexReplication-seed#[D7CA8611EAB239F5]) [ 
   ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr™ 
version 7.2.0
   [junit4]   2> 290727 INFO  
(TEST-ShardSplitTest.testSplitStaticIndexReplication-seed#[D7CA8611EAB239F5]) [ 
   ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on 
port null
   [junit4]   2> 290727 INFO  
(TEST-ShardSplitTest.testSplitStaticIndexReplication-seed#[D7CA8611EAB239F5]) [ 
   ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null, Default 
config dir: null
   [junit4]   2> 290727 INFO  
(TEST-ShardSplitTest.testSplitStaticIndexReplication-seed#[D7CA8611EAB239F5]) [ 
   ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 
2017-10-25T00:20:27.108Z
   [junit4]   2> 290731 INFO  
(TEST-ShardSplitTest.testSplitStaticIndexReplication-seed#[D7CA8611EAB239F5]) [ 
   ] o.a.s.s.SolrDispatchFilter Loading solr.xml from SolrHome (not found in 
ZooKeeper)
   [junit4]   2> 290731 INFO  
(TEST-ShardSplitTest.testSplitStaticIndexReplication-seed#[D7CA8611EAB239F5]) [ 
   ] o.a.s.c.SolrXmlConfig Loading container configuration from 
/home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.ShardSplitTest_D7CA8611EAB239F5-001/shard-3-001/solr.xml
   [junit4]   2> 290735 INFO  
(TEST-ShardSplitTest.testSplitStaticIndexReplication-seed#[D7CA8611EAB239F5]) [ 
   ] o.a.s.c.SolrXmlConfig Configuration parameter 
autoReplicaFailoverWorkLoopDelay is ignored
   [junit4]   2> 290735 INFO  
(TEST-ShardSplitTest.testSplitStaticIndexReplication-seed#[D7CA8611EAB239F5]) [ 
   ] o.a.s.c.SolrXmlConfig Configuration parameter 
autoReplicaFailoverBadNodeExpiration is ignored
   [junit4]   2> 290735 INFO  
(TEST-ShardSplitTest.testSplitStaticIndexReplication-seed#[D7CA8611EAB239F5]) [ 
   ] o.a.s.c.SolrXmlConfig MBean server found: 
com.sun.jmx.mbeanserver.JmxMBeanServer@3f3adcfc, but no JMX reporters were 
configured - adding default JMX reporter.
   [junit4]   2> 290738 INFO  
(TEST-ShardSplitTest.testSplitStaticIndexReplication-seed#[D7CA8611EAB239F5]) [ 
   ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:41713/solr
   [junit4]   2> 290744 INFO  
(zkCallback-300-thread-1-processing-n:127.0.0.1:38989_) [n:127.0.0.1:38989_    
] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent 
state:SyncConnected type:NodeDataChanged 
path:/collections/collection1/state.json] for collection [collection1] has 
occurred - updating... (live nodes size: [3])
   [junit4]   2> 290744 INFO  
(zkCallback-306-thread-1-processing-n:127.0.0.1:34071_) [n:127.0.0.1:34071_    
] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent 
state:SyncConnected type:NodeDataChanged 
path:/collections/collection1/state.json] for collection [collection1] has 
occurred - updating... (live nodes size: [3])
   [junit4]   2> 290755 INFO  
(TEST-ShardSplitTest.testSplitStaticIndexReplication-seed#[D7CA8611EAB239F5]) 
[n:127.0.0.1:41181_    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (0) -> (3)
   [junit4]   2> 290758 INFO  
(TEST-ShardSplitTest.testSplitStaticIndexReplication-seed#[D7CA8611EAB239F5]) 
[n:127.0.0.1:41181_    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 290760 INFO  
(TEST-ShardSplitTest.testSplitStaticIndexReplication-seed#[D7CA8611EAB239F5]) 
[n:127.0.0.1:41181_    ] o.a.s.c.ZkController Register node as live in 
ZooKeeper:/live_nodes/127.0.0.1:41181_
   [junit4]   2> 290761 INFO  (zkCallback-295-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 290761 INFO  
(zkCallback-306-thread-1-processing-n:127.0.0.1:34071_) [n:127.0.0.1:34071_    
] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 290761 INFO  
(zkCallback-300-thread-1-processing-n:127.0.0.1:38989_) [n:127.0.0.1:38989_    
] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 290761 INFO  
(zkCallback-287-thread-2-processing-n:127.0.0.1:43991_) [n:127.0.0.1:43991_    
] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 290761 INFO  
(zkCallback-312-thread-1-processing-n:127.0.0.1:41181_) [n:127.0.0.1:41181_    
] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 290842 INFO  
(TEST-ShardSplitTest.testSplitStaticIndexReplication-seed#[D7CA8611EAB239F5]) 
[n:127.0.0.1:41181_    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr.node' (registry 'solr.node') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@3f3adcfc
   [junit4]   2> 290851 INFO  
(TEST-ShardSplitTest.testSplitStaticIndexReplication-seed#[D7CA8611EAB239F5]) 
[n:127.0.0.1:41181_    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr.jvm' (registry 'solr.jvm') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@3f3adcfc
   [junit4]   2> 290851 INFO  
(TEST-ShardSplitTest.testSplitStaticIndexReplication-seed#[D7CA8611EAB239F5]) 
[n:127.0.0.1:41181_    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr.jetty' (registry 'solr.jetty') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@3f3adcfc
   [junit4]   2> 290852 INFO  
(TEST-ShardSplitTest.testSplitStaticIndexReplication-seed#[D7CA8611EAB239F5]) 
[n:127.0.0.1:41181_    ] o.a.s.c.CorePropertiesLocator Found 0 core definitions 
underneath 
/home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.ShardSplitTest_D7CA8611EAB239F5-001/shard-3-001/cores
   [junit4]   2> 290902 INFO  (qtp1333676052-3117) [n:127.0.0.1:34071_    ] 
o.a.s.h.a.CollectionsHandler Invoked Collection Action :addreplica with params 
node=127.0.0.1:41181_&action=ADDREPLICA&collection=collection1&shard=shard2&type=TLOG&wt=javabin&version=2
 and sendToOCPQueue=true
   [junit4]   2> 290910 INFO  
(OverseerCollectionConfigSetProcessor-98886668845056004-127.0.0.1:43991_-n_0000000000)
 [n:127.0.0.1:43991_    ] o.a.s.c.OverseerTaskQueue Response ZK path: 
/overseer/collection-queue-work/qnr-0000000006 doesn't exist.  Requestor may 
have disconnected from ZooKeeper
   [junit4]   2> 290910 INFO  
(OverseerThreadFactory-896-thread-5-processing-n:127.0.0.1:43991_) 
[n:127.0.0.1:43991_    ] o.a.s.c.AddReplicaCmd Node Identified 127.0.0.1:41181_ 
for creating new replica
   [junit4]   2> 290918 INFO  (qtp2035387633-3145) [n:127.0.0.1:41181_    ] 
o.a.s.h.a.CoreAdminOperation core create command 
qt=/admin/cores&collection.configName=conf1&name=collection1_shard2_replica_t45&action=CREATE&collection=collection1&shard=shard2&wt=javabin&version=2&replicaType=TLOG
   [junit4]   2> 290918 INFO  (qtp2035387633-3145) [n:127.0.0.1:41181_    ] 
o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 4 
transient cores
   [junit4]   2> 291021 INFO  
(zkCallback-306-thread-1-processing-n:127.0.0.1:34071_) [n:127.0.0.1:34071_    
] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent 
state:SyncConnected type:NodeDataChanged 
path:/collections/collection1/state.json] for collection [collection1] has 
occurred - updating... (live nodes size: [4])
   [junit4]   2> 291021 INFO  
(zkCallback-300-thread-1-processing-n:127.0.0.1:38989_) [n:127.0.0.1:38989_    
] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent 
state:SyncConnected type:NodeDataChanged 
path:/collections/collection1/state.json] for collection [collection1] has 
occurred - updating... (live nodes size: [4])
   [junit4]   2> 291021 INFO  
(zkCallback-312-thread-1-processing-n:127.0.0.1:41181_) [n:127.0.0.1:41181_    
] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent 
state:SyncConnected type:NodeDataChanged 
path:/collections/collection1/state.json] for collection [collection1] has 
occurred - updating... (live nodes size: [4])
   [junit4]   2> 291935 INFO  (qtp2035387633-3145) [n:127.0.0.1:41181_ 
c:collection1 s:shard2  x:collection1_shard2_replica_t45] o.a.s.c.SolrConfig 
Using Lucene MatchVersion: 7.2.0
   [junit4]   2> 291961 INFO  (qtp2035387633-3145) [n:127.0.0.1:41181_ 
c:collection1 s:shard2  x:collection1_shard2_replica_t45] o.a.s.s.IndexSchema 
[collection1_shard2_replica_t45] Schema name=test
   [junit4]   2> 292013 INFO  (qtp2035387633-3145) [n:127.0.0.1:41181_ 
c:collection1 s:shard2  x:collection1_shard2_replica_t45] o.a.s.s.IndexSchema 
Loaded schema test/1.6 with uniqueid field id
   [junit4]   2> 292020 INFO  (qtp2035387633-3145) [n:127.0.0.1:41181_ 
c:collection1 s:shard2  x:collection1_shard2_replica_t45] o.a.s.c.CoreContainer 
Creating SolrCore 'collection1_shard2_replica_t45' using configuration from 
collection collection1, trusted=true
   [junit4]   2> 292020 INFO  (qtp2035387633-3145) [n:127.0.0.1:41181_ 
c:collection1 s:shard2  x:collection1_shard2_replica_t45] 
o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr.core.collection1.shard2.replica_t45' (registry 
'solr.core.collection1.shard2.replica_t45') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@3f3adcfc
   [junit4]   2> 292021 INFO  (qtp2035387633-3145) [n:127.0.0.1:41181_ 
c:collection1 s:shard2  x:collection1_shard2_replica_t45] o.a.s.c.SolrCore 
solr.RecoveryStrategy.Builder
   [junit4]   2> 292021 INFO  (qtp2035387633-3145) [n:127.0.0.1:41181_ 
c:collection1 s:shard2  x:collection1_shard2_replica_t45] o.a.s.c.SolrCore 
[[collection1_shard2_replica_t45] ] Opening new SolrCore at 
[/home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.ShardSplitTest_D7CA8611EAB239F5-001/shard-3-001/cores/collection1_shard2_replica_t45],
 
dataDir=[/home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.ShardSplitTest_D7CA8611EAB239F5-001/shard-3-001/cores/collection1_shard2_replica_t45/data/]
   [junit4]   2> 292022 INFO  (qtp2035387633-3145) [n:127.0.0.1:41181_ 
c:collection1 s:shard2  x:collection1_shard2_replica_t45] 
o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class 
org.apache.lucene.index.LogDocMergePolicy: [LogDocMergePolicy: 
minMergeSize=1000, mergeFactor=34, maxMergeSize=9223372036854775807, 
maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true, 
maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, 
noCFSRatio=0.7709082486956434]
   [junit4]   2> 292527 WARN  (qtp2035387633-3145) [n:127.0.0.1:41181_ 
c:collection1 s:shard2  x:collection1_shard2_replica_t45] 
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> 292551 INFO  (qtp2035387633-3145) [n:127.0.0.1:41181_ 
c:collection1 s:shard2  x:collection1_shard2_replica_t45] o.a.s.u.UpdateHandler 
Using UpdateLog implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 292551 INFO  (qtp2035387633-3145) [n:127.0.0.1:41181_ 
c:collection1 s:shard2  x:collection1_shard2_replica_t45] o.a.s.u.UpdateLog 
Initializing UpdateLog: dataDir= defaultSyncLevel=FLUSH numRecordsToKeep=100 
maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 292552 INFO  (qtp2035387633-3145) [n:127.0.0.1:41181_ 
c:collection1 s:shard2  x:collection1_shard2_replica_t45] o.a.s.u.CommitTracker 
Hard AutoCommit: disabled
   [junit4]   2> 292552 INFO  (qtp2035387633-3145) [n:127.0.0.1:41181_ 
c:collection1 s:shard2  x:collection1_shard2_replica_t45] o.a.s.u.CommitTracker 
Soft AutoCommit: disabled
   [junit4]   2> 292552 INFO  (qtp2035387633-3145) [n:127.0.0.1:41181_ 
c:collection1 s:shard2  x:collection1_shard2_replica_t45] 
o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class 
org.apache.lucene.index.LogByteSizeMergePolicy: [LogByteSizeMergePolicy: 
minMergeSize=1677721, mergeFactor=20, maxMergeSize=2147483648, 
maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true, 
maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, 
noCFSRatio=0.6711264657383196]
   [junit4]   2> 292553 INFO  (qtp2035387633-3145) [n:127.0.0.1:41181_ 
c:collection1 s:shard2  x:collection1_shard2_replica_t45] 
o.a.s.s.SolrIndexSearcher Opening 
[Searcher@295209cc[collection1_shard2_replica_t45] main]
   [junit4]   2> 292553 INFO  (qtp2035387633-3145) [n:127.0.0.1:41181_ 
c:collection1 s:shard2  x:collection1_shard2_replica_t45] 
o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: 
/configs/conf1
   [junit4]   2> 292553 INFO  (qtp2035387633-3145) [n:127.0.0.1:41181_ 
c:collection1 s:shard2  x:collection1_shard2_replica_t45] 
o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using 
ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 292554 INFO  (qtp2035387633-3145) [n:127.0.0.1:41181_ 
c:collection1 s:shard2  x:collection1_shard2_replica_t45] 
o.a.s.h.ReplicationHandler Commits will be reserved for 10000ms.
   [junit4]   2> 292554 INFO  
(searcherExecutor-932-thread-1-processing-n:127.0.0.1:41181_ 
x:collection1_shard2_replica_t45 s:shard2 c:collection1) [n:127.0.0.1:41181_ 
c:collection1 s:shard2  x:collection1_shard2_replica_t45] o.a.s.c.SolrCore 
[collection1_shard2_replica_t45] Registered new searcher 
Searcher@295209cc[collection1_shard2_replica_t45] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 292554 INFO  (qtp2035387633-3145) [n:127.0.0.1:41181_ 
c:collection1 s:shard2  x:collection1_shard2_replica_t45] o.a.s.u.UpdateLog 
Could not find max version in index or recent updates, using new clock 
1582186709841346560
   [junit4]   2> 292557 INFO  (qtp2035387633-3145) [n:127.0.0.1:41181_ 
c:collection1 s:shard2  x:collection1_shard2_replica_t45] o.a.s.c.ZkController 
Core needs to recover:collection1_shard2_replica_t45
   [junit4]   2> 292558 INFO  
(updateExecutor-309-thread-1-processing-n:127.0.0.1:41181_ 
x:collection1_shard2_replica_t45 s:shard2 c:collection1) [n:127.0.0.1:41181_ 
c:collection1 s:shard2 r:core_node46 x:collection1_shard2_replica_t45] 
o.a.s.u.DefaultSolrCoreState Running recovery
   [junit4]   2> 292997 INFO  (qtp2035387633-3145) [n:127.0.0.1:41181_ 
c:collection1 s:shard2  x:collection1_shard2_replica_t45] o.a.s.s.HttpSolrCall 
[admin] webapp=null path=/admin/cores 
params={qt=/admin/cores&collection.configName=conf1&name=collection1_shard2_replica_t45&action=CREATE&collection=collection1&shard=shard2&wt=javabin&version=2&replicaType=TLOG}
 status=0 QTime=1641
   [junit4]   2> 292999 INFO  (qtp1333676052-3117) [n:127.0.0.1:34071_    ] 
o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections 
params={node=127.0.0.1:41181_&action=ADDREPLICA&collection=collection1&shard=shard2&type=TLOG&wt=javabin&version=2}
 status=0 QTime=2097
   [junit4]   2> 293001 INFO  
(recoveryExecutor-310-thread-1-processing-n:127.0.0.1:41181_ 
x:collection1_shard2_replica_t45 s:shard2 c:collection1 r:core_node46) 
[n:127.0.0.1:41181_ c:collection1 s:shard2 r:core_node46 
x:collection1_shard2_replica_t45] o.a.s.c.RecoveryStrategy Starting recovery 
process. recoveringAfterStartup=true
   [junit4]   2> 293001 INFO  
(recoveryExecutor-310-thread-1-processing-n:127.0.0.1:41181_ 
x:collection1_shard2_replica_t45 s:shard2 c:collection1 r:core_node46) 
[n:127.0.0.1:41181_ c:collection1 s:shard2 r:core_node46 
x:collection1_shard2_replica_t45] o.a.s.c.RecoveryStrategy ###### 
startupVersions=[[]]
   [junit4]   2> 293001 INFO  
(recoveryExecutor-310-thread-1-processing-n:127.0.0.1:41181_ 
x:collection1_shard2_replica_t45 s:shard2 c:collection1 r:core_node46) 
[n:127.0.0.1:41181_ c:collection1 s:shard2 r:core_node46 
x:collection1_shard2_replica_t45] o.a.s.c.ZkController 
collection1_shard2_replica_t45 stopping background replication from leader
   [junit4]   2> 293001 INFO  
(recoveryExecutor-310-thread-1-processing-n:127.0.0.1:41181_ 
x:collection1_shard2_replica_t45 s:shard2 c:collection1 r:core_node46) 
[n:127.0.0.1:41181_ c:collection1 s:shard2 r:core_node46 
x:collection1_shard2_replica_t45] o.a.s.c.RecoveryStrategy Begin buffering 
updates. core=[collection1_shard2_replica_t45]
   [junit4]   2> 293001 INFO  
(recoveryExecutor-310-thread-1-processing-n:127.0.0.1:41181_ 
x:collection1_shard2_replica_t45 s:shard2 c:collection1 r:core_node46) 
[n:127.0.0.1:41181_ c:collection1 s:shard2 r:core_node46 
x:collection1_shard2_replica_t45] o.a.s.u.UpdateLog Starting to buffer updates. 
FSUpdateLog{state=ACTIVE, tlog=null}
   [junit4]   2> 293001 INFO  
(recoveryExecutor-310-thread-1-processing-n:127.0.0.1:41181_ 
x:collection1_shard2_replica_t45 s:shard2 c:collection1 r:core_node46) 
[n:127.0.0.1:41181_ c:collection1 s:shard2 r:core_node46 
x:collection1_shard2_replica_t45] o.a.s.c.RecoveryStrategy Publishing state of 
core [collection1_shard2_replica_t45] as recovering, leader is 
[http://127.0.0.1:38989/collection1_shard2_replica_t41/] and I am 
[http://127.0.0.1:41181/collection1_shard2_replica_t45/]
   [junit4]   2> 293004 INFO  
(recoveryExecutor-310-thread-1-processing-n:127.0.0.1:41181_ 
x:collection1_shard2_replica_t45 s:shard2 c:collection1 r:core_node46) 
[n:127.0.0.1:41181_ c:collection1 s:shard2 r:core_node46 
x:collection1_shard2_replica_t45] o.a.s.c.RecoveryStrategy Sending prep 
recovery command to [http://127.0.0.1:38989]; [WaitForState: 
action=PREPRECOVERY&core=collection1_shard2_replica_t41&nodeName=127.0.0.1:41181_&coreNodeName=core_node46&state=recovering&checkLive=true&onlyIfLeader=true&onlyIfLeaderActive=true]
   [junit4]   2> 293006 INFO  (qtp1687059490-3083) [n:127.0.0.1:38989_    ] 
o.a.s.h.a.PrepRecoveryOp Going to wait for coreNodeName: core_node46, state: 
recovering, checkLive: true, onlyIfLeader: true, onlyIfLeaderActive: true, 
maxTime: 183 s
   [junit4]   2> 293006 INFO  (qtp1687059490-3083) [n:127.0.0.1:38989_    ] 
o.a.s.h.a.PrepRecoveryOp In WaitForState(recovering): collection=collection1, 
shard=shard2, thisCore=collection1_shard2_replica_t41, 
leaderDoesNotNeedRecovery=false, isLeader? true, live=true, checkLive=true, 
currentState=down, localState=active, nodeName=127.0.0.1:41181_, 
coreNodeName=core_node46, onlyIfActiveCheckResult=false, nodeProps: 
core_node46:{"core":"collection1_shard2_replica_t45","base_url":"http://127.0.0.1:41181","node_name":"127.0.0.1:41181_","state":"down","type":"TLOG"}
   [junit4]   2> 293050 INFO  
(TEST-ShardSplitTest.testSplitStaticIndexReplication-seed#[D7CA8611EAB239F5]) [ 
   ] o.a.s.c.AbstractFullDistribZkTestBase create jetty 4 in directory 
/home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.ShardSplitTest_D7CA8611EAB239F5-001/shard-4-001
 of type TLOG
   [junit4]   2> 293051 INFO  
(TEST-ShardSplitTest.testSplitStaticIndexReplication-seed#[D7CA8611EAB239F5]) [ 
   ] o.e.j.s.Server jetty-9.3.20.v20170531
   [junit4]   2> 293052 INFO  
(TEST-ShardSplitTest.testSplitStaticIndexReplication-seed#[D7CA8611EAB239F5]) [ 
   ] o.e.j.s.h.ContextHandler Started 
o.e.j.s.ServletContextHandler@5081ec15{/,null,AVAILABLE}
   [junit4]   2> 293052 INFO  
(TEST-ShardSplitTest.testSplitStaticIndexReplication-seed#[D7CA8611EAB239F5]) [ 
   ] o.e.j.s.AbstractConnector Started 
ServerConnector@246e54eb{HTTP/1.1,[http/1.1]}{127.0.0.1:44825}
   [junit4]   2> 293053 INFO  
(TEST-ShardSplitTest.testSplitStaticIndexReplication-seed#[D7CA8611EAB239F5]) [ 
   ] o.e.j.s.Server Started @294519ms
   [junit4]   2> 293053 INFO  
(TEST-ShardSplitTest.testSplitStaticIndexReplication-seed#[D7CA8611EAB239F5]) [ 
   ] o.a.s.c.s.e.JettySolrRunner Jetty properties: 
{solr.data.dir=/home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.ShardSplitTest_D7CA8611EAB239F5-001/tempDir-001/jetty4,
 replicaType=TLOG, solrconfig=solrconfig.xml, hostContext=/, hostPort=44825, 
coreRootDirectory=/home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.ShardSplitTest_D7CA8611EAB239F5-001/shard-4-001/cores}
   [junit4]   2> 293053 ERROR 
(TEST-ShardSplitTest.testSplitStaticIndexReplication-seed#[D7CA8611EAB239F5]) [ 
   ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may 
be missing or incomplete.
   [junit4]   2> 293053 INFO  
(TEST-ShardSplitTest.testSplitStaticIndexReplication-seed#[D7CA8611EAB239F5]) [ 
   ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr™ 
version 7.2.0
   [junit4]   2> 293053 INFO  
(TEST-ShardSplitTest.testSplitStaticIndexReplication-seed#[D7CA8611EAB239F5]) [ 
   ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on 
port null
   [junit4]   2> 293053 INFO  
(TEST-ShardSplitTest.testSplitStaticIndexReplication-seed#[D7CA8611EAB239F5]) [ 
   ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null, Default 
config dir: null
   [junit4]   2> 293053 INFO  
(TEST-ShardSplitTest.testSplitStaticIndexReplication-seed#[D7CA8611EAB239F5]) [ 
   ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 
2017-10-25T00:20:29.434Z
   [junit4]   2> 293055 INFO  
(TEST-ShardSplitTest.testSplitStaticIndexReplication-seed#[D7CA8611EAB239F5]) [ 
   ] o.a.s.s.SolrDispatchFilter Loading solr.xml from SolrHome (not found in 
ZooKeeper)
   [junit4]   2> 293056 INFO  
(TEST-ShardSplitTest.testSplitStaticIndexReplication-seed#[D7CA8611EAB239F5]) [ 
   ] o.a.s.c.SolrXmlConfig Loading container configuration from 
/home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.ShardSplitTest_D7CA8611EAB239F5-001/shard-4-001/solr.xml
   [junit4]   2> 293058 INFO  (TEST-

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

CoreAdminOperation.java:384)
   [junit4]   2>        at 
org.apache.solr.handler.admin.CoreAdminHandler$CallInfo.call(CoreAdminHandler.java:389)
   [junit4]   2>        at 
org.apache.solr.handler.admin.CoreAdminHandler.handleRequestBody(CoreAdminHandler.java:174)
   [junit4]   2>        at 
org.apache.solr.handler.RequestHandlerBase.handleRequest(RequestHandlerBase.java:177)
   [junit4]   2>        at 
org.apache.solr.servlet.HttpSolrCall.handleAdmin(HttpSolrCall.java:735)
   [junit4]   2>        at 
org.apache.solr.servlet.HttpSolrCall.handleAdminRequest(HttpSolrCall.java:716)
   [junit4]   2>        at 
org.apache.solr.servlet.HttpSolrCall.call(HttpSolrCall.java:497)
   [junit4]   2>        at 
org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:382)
   [junit4]   2>        at 
org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:326)
   [junit4]   2>        at 
org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1759)
   [junit4]   2>        at 
org.apache.solr.client.solrj.embedded.JettySolrRunner$DebugFilter.doFilter(JettySolrRunner.java:139)
   [junit4]   2>        at 
org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1759)
   [junit4]   2>        at 
org.eclipse.jetty.servlet.ServletHandler.doHandle(ServletHandler.java:582)
   [junit4]   2>        at 
org.eclipse.jetty.server.session.SessionHandler.doHandle(SessionHandler.java:224)
   [junit4]   2>        at 
org.eclipse.jetty.server.handler.ContextHandler.doHandle(ContextHandler.java:1180)
   [junit4]   2>        at 
org.eclipse.jetty.servlet.ServletHandler.doScope(ServletHandler.java:512)
   [junit4]   2>        at 
org.eclipse.jetty.server.session.SessionHandler.doScope(SessionHandler.java:185)
   [junit4]   2>        at 
org.eclipse.jetty.server.handler.ContextHandler.doScope(ContextHandler.java:1112)
   [junit4]   2>        at 
org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:141)
   [junit4]   2>        at 
org.eclipse.jetty.server.handler.gzip.GzipHandler.handle(GzipHandler.java:426)
   [junit4]   2>        at 
org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:134)
   [junit4]   2>        at 
org.eclipse.jetty.server.Server.handle(Server.java:534)
   [junit4]   2>        at 
org.eclipse.jetty.server.HttpChannel.handle(HttpChannel.java:320)
   [junit4]   2>        at 
org.eclipse.jetty.server.HttpConnection.onFillable(HttpConnection.java:251)
   [junit4]   2>        at 
org.eclipse.jetty.io.AbstractConnection$ReadCallback.succeeded(AbstractConnection.java:283)
   [junit4]   2>        at 
org.eclipse.jetty.io.FillInterest.fillable(FillInterest.java:108)
   [junit4]   2>        at 
org.eclipse.jetty.io.ssl.SslConnection.onFillable(SslConnection.java:251)
   [junit4]   2>        at 
org.eclipse.jetty.io.AbstractConnection$ReadCallback.succeeded(AbstractConnection.java:283)
   [junit4]   2>        at 
org.eclipse.jetty.io.FillInterest.fillable(FillInterest.java:108)
   [junit4]   2>        at 
org.eclipse.jetty.io.SelectChannelEndPoint$2.run(SelectChannelEndPoint.java:93)
   [junit4]   2>        at 
org.eclipse.jetty.util.thread.strategy.ExecuteProduceConsume.executeProduceConsume(ExecuteProduceConsume.java:303)
   [junit4]   2>        at 
org.eclipse.jetty.util.thread.strategy.ExecuteProduceConsume.produceConsume(ExecuteProduceConsume.java:148)
   [junit4]   2>        at 
org.eclipse.jetty.util.thread.strategy.ExecuteProduceConsume.run(ExecuteProduceConsume.java:136)
   [junit4]   2>        at 
org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:671)
   [junit4]   2>        at 
org.eclipse.jetty.util.thread.QueuedThreadPool$2.run(QueuedThreadPool.java:589)
   [junit4]   2>        at java.lang.Thread.run(Thread.java:748)
   [junit4]   2> Caused by: org.apache.solr.common.SolrException: No registered 
leader was found after waiting for 1220000ms , collection: people slice: shard1 
saw state=null with live_nodes=[]
   [junit4]   2>        at 
org.apache.solr.common.cloud.ZkStateReader.getLeaderRetry(ZkStateReader.java:816)
   [junit4]   2>        at 
org.apache.solr.common.cloud.ZkStateReader.getLeaderUrl(ZkStateReader.java:781)
   [junit4]   2>        at 
org.apache.solr.cloud.ZkController.getLeader(ZkController.java:1178)
   [junit4]   2>        ... 44 more
   [junit4]   2> 
   [junit4]   2> 2053098 INFO  (qtp170883113-10032) [n:127.0.0.1:42987_solr 
c:people s:shard1 r:core_node5 x:people_shard1_replica_n2] o.a.s.s.HttpSolrCall 
[admin] webapp=null path=/admin/cores 
params={qt=/admin/cores&collection.configName=solrCloudCollectionConfig&newCollection=true&collection=people&version=2&replicaType=NRT&property.config=solrconfig-doctransformers.xml&property.schema=schema-docValuesJoin.xml&coreNodeName=core_node5&name=people_shard1_replica_n2&action=CREATE&numShards=2&shard=shard1&wt=javabin}
 status=0 QTime=209812
   [junit4]   2> 2053099 ERROR 
(SUITE-TestSubQueryTransformerDistrib-seed#[D7CA8611EAB239F5]-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> 2053100 INFO  
(SUITE-TestSubQueryTransformerDistrib-seed#[D7CA8611EAB239F5]-worker) [    ] 
o.a.s.c.ZkTestServer connecting to 127.0.0.1:45479 45479
   [junit4]   2> 2058122 INFO  (Thread-3034) [    ] o.a.s.c.ZkTestServer 
connecting to 127.0.0.1:45479 45479
   [junit4]   2> 2058123 WARN  (Thread-3034) [    ] o.a.s.c.ZkTestServer Watch 
limit violations: 
   [junit4]   2> Maximum concurrent create/delete watches above limit:
   [junit4]   2> 
   [junit4]   2>        6       /solr/aliases.json
   [junit4]   2>        5       /solr/security.json
   [junit4]   2>        4       /solr/configs/solrCloudCollectionConfig
   [junit4]   2> 
   [junit4]   2> Maximum concurrent data watches above limit:
   [junit4]   2> 
   [junit4]   2>        12      /solr/collections/people/state.json
   [junit4]   2>        6       /solr/clusterstate.json
   [junit4]   2>        6       /solr/clusterprops.json
   [junit4]   2>        2       
/solr/overseer_elect/election/98886770933170191-127.0.0.1:42987_solr-n_0000000000
   [junit4]   2> 
   [junit4]   2> Maximum concurrent children watches above limit:
   [junit4]   2> 
   [junit4]   2>        6       /solr/live_nodes
   [junit4]   2>        6       /solr/collections
   [junit4]   2> 
   [junit4]   2> 2058123 INFO  
(SUITE-TestSubQueryTransformerDistrib-seed#[D7CA8611EAB239F5]-worker) [    ] 
o.a.s.SolrTestCaseJ4 ------------------------------------------------------- 
Done waiting for tracked resources to be released
   [junit4]   2> NOTE: test params are: codec=Asserting(Lucene70), 
sim=RandomSimilarity(queryNorm=false): {}, locale=es-UY, timezone=UTC
   [junit4]   2> NOTE: Linux 4.10.0-33-generic amd64/Oracle Corporation 
1.8.0_144 (64-bit)/cpus=8,threads=1,free=58577104,total=529530880
   [junit4]   2> NOTE: All tests run in this JVM: [BitVectorTest, 
TestCloudJSONFacetJoinDomain, TestConfigSetsAPIExclusivity, 
TestDocBasedVersionConstraints, CheckHdfsIndexTest, 
TestPHPSerializedResponseWriter, TestFoldingMultitermQuery, 
TestPostingsSolrHighlighter, FacetPivotSmallTest, RAMDirectoryFactoryTest, 
RollingRestartTest, TestDynamicFieldCollectionResource, TestTrieFacet, 
TestImplicitCoreProperties, TestFieldSortValues, TestQueryUtils, 
DocumentBuilderTest, TestRandomFaceting, ResponseLogComponentTest, 
TestLuceneIndexBackCompat, TolerantUpdateProcessorTest, CursorPagingTest, 
ShardSplitTest, TestBadConfig, SolrMetricsIntegrationTest, 
SolrCloudReportersTest, TestAuthenticationFramework, TestMaxScoreQueryParser, 
TestLeaderElectionZkExpiry, HdfsNNFailoverTest, TestInPlaceUpdatesDistrib, 
PeerSyncTest, TestRandomFlRTGCloud, TestMaxTokenLenTokenizer, 
SearchHandlerTest, TestComplexPhraseLeadingWildcard, TestUtils, 
TestWordDelimiterFilterFactory, EnumFieldTest, AssignBackwardCompatibilityTest, 
ZkControllerTest, TestReplicaProperties, TestSSLRandomization, 
SolrPluginUtilsTest, TestRestManager, SecurityConfHandlerTest, 
TestLegacyNumericUtils, CleanupOldIndexTest, BaseCdcrDistributedZkTest, 
TermsComponentTest, TestHdfsBackupRestoreCore, TestRecovery, 
TestHttpShardHandlerFactory, MultiThreadedOCPTest, TestStressVersions, 
TestBinaryField, TestManagedSchemaThreadSafety, CachingDirectoryFactoryTest, 
TestMergePolicyConfig, TestSubQueryTransformerDistrib]
   [junit4]   2> NOTE: reproduce with: ant test  
-Dtestcase=TestSubQueryTransformerDistrib -Dtests.seed=D7CA8611EAB239F5 
-Dtests.multiplier=3 -Dtests.slow=true -Dtests.locale=es-UY 
-Dtests.timezone=UTC -Dtests.asserts=true -Dtests.file.encoding=UTF-8
   [junit4] ERROR   0.00s J0 | TestSubQueryTransformerDistrib (suite) <<<
   [junit4]    > Throwable #1: 
org.apache.solr.client.solrj.impl.HttpSolrClient$RemoteSolrException: Error 
from server at https://127.0.0.1:46357/solr: create the collection time out:180s
   [junit4]    >        at 
__randomizedtesting.SeedInfo.seed([D7CA8611EAB239F5]:0)
   [junit4]    >        at 
org.apache.solr.client.solrj.impl.HttpSolrClient.executeMethod(HttpSolrClient.java:626)
   [junit4]    >        at 
org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:253)
   [junit4]    >        at 
org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:242)
   [junit4]    >        at 
org.apache.solr.client.solrj.impl.LBHttpSolrClient.doRequest(LBHttpSolrClient.java:483)
   [junit4]    >        at 
org.apache.solr.client.solrj.impl.LBHttpSolrClient.request(LBHttpSolrClient.java:413)
   [junit4]    >        at 
org.apache.solr.client.solrj.impl.CloudSolrClient.sendRequest(CloudSolrClient.java:1086)
   [junit4]    >        at 
org.apache.solr.client.solrj.impl.CloudSolrClient.requestWithRetryOnStaleState(CloudSolrClient.java:867)
   [junit4]    >        at 
org.apache.solr.client.solrj.impl.CloudSolrClient.request(CloudSolrClient.java:800)
   [junit4]    >        at 
org.apache.solr.client.solrj.SolrRequest.process(SolrRequest.java:178)
   [junit4]    >        at 
org.apache.solr.client.solrj.SolrRequest.process(SolrRequest.java:195)
   [junit4]    >        at 
org.apache.solr.response.transform.TestSubQueryTransformerDistrib.setupCluster(TestSubQueryTransformerDistrib.java:74)
   [junit4]    >        at java.lang.Thread.run(Thread.java:748)
   [junit4] Completed [409/744 (2!)] on J0 in 215.78s, 0 tests, 1 error <<< 
FAILURES!

[...truncated 48340 lines...]
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@lucene.apache.org
For additional commands, e-mail: dev-h...@lucene.apache.org

Reply via email to