Build: https://jenkins.thetaphi.de/job/Lucene-Solr-7.x-Linux/663/
Java: 32bit/jdk1.8.0_144 -server -XX:+UseConcMarkSweepGC

1 tests failed.
FAILED:  org.apache.solr.cloud.ShardSplitTest.test

Error Message:
Timeout occured while waiting response from server at: http://127.0.0.1:42723

Stack Trace:
org.apache.solr.client.solrj.SolrServerException: Timeout occured while waiting 
response from server at: http://127.0.0.1:42723
        at 
__randomizedtesting.SeedInfo.seed([1B771AC640AC5D20:9323251CEE5030D8]:0)
        at 
org.apache.solr.client.solrj.impl.HttpSolrClient.executeMethod(HttpSolrClient.java:637)
        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.SolrClient.request(SolrClient.java:1219)
        at 
org.apache.solr.cloud.ShardSplitTest.splitShard(ShardSplitTest.java:936)
        at 
org.apache.solr.cloud.ShardSplitTest.splitByRouteKeyTest(ShardSplitTest.java:805)
        at org.apache.solr.cloud.ShardSplitTest.test(ShardSplitTest.java:102)
        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)
Caused by: java.net.SocketTimeoutException: Read timed out
        at java.net.SocketInputStream.socketRead0(Native Method)
        at java.net.SocketInputStream.socketRead(SocketInputStream.java:116)
        at java.net.SocketInputStream.read(SocketInputStream.java:171)
        at java.net.SocketInputStream.read(SocketInputStream.java:141)
        at 
org.apache.http.impl.io.SessionInputBufferImpl.streamRead(SessionInputBufferImpl.java:137)
        at 
org.apache.http.impl.io.SessionInputBufferImpl.fillBuffer(SessionInputBufferImpl.java:153)
        at 
org.apache.http.impl.io.SessionInputBufferImpl.readLine(SessionInputBufferImpl.java:282)
        at 
org.apache.http.impl.conn.DefaultHttpResponseParser.parseHead(DefaultHttpResponseParser.java:138)
        at 
org.apache.http.impl.conn.DefaultHttpResponseParser.parseHead(DefaultHttpResponseParser.java:56)
        at 
org.apache.http.impl.io.AbstractMessageParser.parse(AbstractMessageParser.java:259)
        at 
org.apache.http.impl.DefaultBHttpClientConnection.receiveResponseHeader(DefaultBHttpClientConnection.java:163)
        at 
org.apache.http.impl.conn.CPoolProxy.receiveResponseHeader(CPoolProxy.java:165)
        at 
org.apache.http.protocol.HttpRequestExecutor.doReceiveResponse(HttpRequestExecutor.java:273)
        at 
org.apache.http.protocol.HttpRequestExecutor.execute(HttpRequestExecutor.java:125)
        at 
org.apache.http.impl.execchain.MainClientExec.execute(MainClientExec.java:272)
        at 
org.apache.http.impl.execchain.ProtocolExec.execute(ProtocolExec.java:185)
        at org.apache.http.impl.execchain.RetryExec.execute(RetryExec.java:89)
        at 
org.apache.http.impl.execchain.RedirectExec.execute(RedirectExec.java:111)
        at 
org.apache.http.impl.client.InternalHttpClient.doExecute(InternalHttpClient.java:185)
        at 
org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:83)
        at 
org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:56)
        at 
org.apache.solr.client.solrj.impl.HttpSolrClient.executeMethod(HttpSolrClient.java:525)
        ... 47 more




Build Log:
[...truncated 13413 lines...]
   [junit4] Suite: org.apache.solr.cloud.ShardSplitTest
   [junit4]   2> Creating dataDir: 
/home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.ShardSplitTest_1B771AC640AC5D20-001/init-core-data-001
   [junit4]   2> 2078452 WARN  
(SUITE-ShardSplitTest-seed#[1B771AC640AC5D20]-worker) [    ] 
o.a.s.SolrTestCaseJ4 startTrackingSearchers: numOpens=37 numCloses=37
   [junit4]   2> 2078452 INFO  
(SUITE-ShardSplitTest-seed#[1B771AC640AC5D20]-worker) [    ] 
o.a.s.SolrTestCaseJ4 Using PointFields (NUMERIC_POINTS_SYSPROP=true) 
w/NUMERIC_DOCVALUES_SYSPROP=true
   [junit4]   2> 2078453 INFO  
(SUITE-ShardSplitTest-seed#[1B771AC640AC5D20]-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> 2078453 INFO  
(SUITE-ShardSplitTest-seed#[1B771AC640AC5D20]-worker) [    ] 
o.a.s.SolrTestCaseJ4 SecureRandom sanity checks: 
test.solr.allowed.securerandom=null & java.security.egd=file:/dev/./urandom
   [junit4]   2> 2078453 INFO  
(SUITE-ShardSplitTest-seed#[1B771AC640AC5D20]-worker) [    ] 
o.a.s.BaseDistributedSearchTestCase Setting hostContext system property: /
   [junit4]   2> 2078456 INFO  
(TEST-ShardSplitTest.testSplitStaticIndexReplication-seed#[1B771AC640AC5D20]) [ 
   ] o.a.s.c.ZkTestServer STARTING ZK TEST SERVER
   [junit4]   2> 2078456 INFO  (Thread-4467) [    ] o.a.s.c.ZkTestServer client 
port:0.0.0.0/0.0.0.0:0
   [junit4]   2> 2078456 INFO  (Thread-4467) [    ] o.a.s.c.ZkTestServer 
Starting server
   [junit4]   2> 2078461 ERROR (Thread-4467) [    ] 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> 2078556 INFO  
(TEST-ShardSplitTest.testSplitStaticIndexReplication-seed#[1B771AC640AC5D20]) [ 
   ] o.a.s.c.ZkTestServer start zk server on port:38015
   [junit4]   2> 2078561 INFO  
(TEST-ShardSplitTest.testSplitStaticIndexReplication-seed#[1B771AC640AC5D20]) [ 
   ] 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> 2078562 INFO  
(TEST-ShardSplitTest.testSplitStaticIndexReplication-seed#[1B771AC640AC5D20]) [ 
   ] 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> 2078562 INFO  
(TEST-ShardSplitTest.testSplitStaticIndexReplication-seed#[1B771AC640AC5D20]) [ 
   ] 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> 2078563 INFO  
(TEST-ShardSplitTest.testSplitStaticIndexReplication-seed#[1B771AC640AC5D20]) [ 
   ] 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> 2078563 INFO  
(TEST-ShardSplitTest.testSplitStaticIndexReplication-seed#[1B771AC640AC5D20]) [ 
   ] 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> 2078563 INFO  
(TEST-ShardSplitTest.testSplitStaticIndexReplication-seed#[1B771AC640AC5D20]) [ 
   ] 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> 2078564 INFO  
(TEST-ShardSplitTest.testSplitStaticIndexReplication-seed#[1B771AC640AC5D20]) [ 
   ] 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> 2078564 INFO  
(TEST-ShardSplitTest.testSplitStaticIndexReplication-seed#[1B771AC640AC5D20]) [ 
   ] 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> 2078564 INFO  
(TEST-ShardSplitTest.testSplitStaticIndexReplication-seed#[1B771AC640AC5D20]) [ 
   ] 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> 2078565 INFO  
(TEST-ShardSplitTest.testSplitStaticIndexReplication-seed#[1B771AC640AC5D20]) [ 
   ] 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> 2078565 INFO  
(TEST-ShardSplitTest.testSplitStaticIndexReplication-seed#[1B771AC640AC5D20]) [ 
   ] 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> 2078565 INFO  
(TEST-ShardSplitTest.testSplitStaticIndexReplication-seed#[1B771AC640AC5D20]) [ 
   ] o.a.s.c.AbstractFullDistribZkTestBase Will use TLOG replicas unless 
explicitly asked otherwise
   [junit4]   2> 2078626 INFO  
(TEST-ShardSplitTest.testSplitStaticIndexReplication-seed#[1B771AC640AC5D20]) [ 
   ] o.e.j.s.Server jetty-9.3.20.v20170531
   [junit4]   2> 2078626 INFO  
(TEST-ShardSplitTest.testSplitStaticIndexReplication-seed#[1B771AC640AC5D20]) [ 
   ] o.e.j.s.h.ContextHandler Started 
o.e.j.s.ServletContextHandler@1392b07{/,null,AVAILABLE}
   [junit4]   2> 2078627 INFO  
(TEST-ShardSplitTest.testSplitStaticIndexReplication-seed#[1B771AC640AC5D20]) [ 
   ] o.e.j.s.AbstractConnector Started 
ServerConnector@1fa7e3e{HTTP/1.1,[http/1.1]}{127.0.0.1:32879}
   [junit4]   2> 2078627 INFO  
(TEST-ShardSplitTest.testSplitStaticIndexReplication-seed#[1B771AC640AC5D20]) [ 
   ] o.e.j.s.Server Started @2080942ms
   [junit4]   2> 2078627 INFO  
(TEST-ShardSplitTest.testSplitStaticIndexReplication-seed#[1B771AC640AC5D20]) [ 
   ] 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/J2/temp/solr.cloud.ShardSplitTest_1B771AC640AC5D20-001/tempDir-001/control/data,
 replicaType=NRT, hostContext=/, hostPort=32879, 
coreRootDirectory=/home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.ShardSplitTest_1B771AC640AC5D20-001/control-001/cores}
   [junit4]   2> 2078627 ERROR 
(TEST-ShardSplitTest.testSplitStaticIndexReplication-seed#[1B771AC640AC5D20]) [ 
   ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may 
be missing or incomplete.
   [junit4]   2> 2078628 INFO  
(TEST-ShardSplitTest.testSplitStaticIndexReplication-seed#[1B771AC640AC5D20]) [ 
   ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? 
version 7.2.0
   [junit4]   2> 2078628 INFO  
(TEST-ShardSplitTest.testSplitStaticIndexReplication-seed#[1B771AC640AC5D20]) [ 
   ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on 
port null
   [junit4]   2> 2078628 INFO  
(TEST-ShardSplitTest.testSplitStaticIndexReplication-seed#[1B771AC640AC5D20]) [ 
   ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null, Default 
config dir: null
   [junit4]   2> 2078628 INFO  
(TEST-ShardSplitTest.testSplitStaticIndexReplication-seed#[1B771AC640AC5D20]) [ 
   ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 
2017-10-25T03:44:33.469Z
   [junit4]   2> 2078629 INFO  
(TEST-ShardSplitTest.testSplitStaticIndexReplication-seed#[1B771AC640AC5D20]) [ 
   ] o.a.s.s.SolrDispatchFilter Loading solr.xml from SolrHome (not found in 
ZooKeeper)
   [junit4]   2> 2078629 INFO  
(TEST-ShardSplitTest.testSplitStaticIndexReplication-seed#[1B771AC640AC5D20]) [ 
   ] o.a.s.c.SolrXmlConfig Loading container configuration from 
/home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.ShardSplitTest_1B771AC640AC5D20-001/control-001/solr.xml
   [junit4]   2> 2078641 INFO  
(TEST-ShardSplitTest.testSplitStaticIndexReplication-seed#[1B771AC640AC5D20]) [ 
   ] o.a.s.c.SolrXmlConfig Configuration parameter 
autoReplicaFailoverWorkLoopDelay is ignored
   [junit4]   2> 2078641 INFO  
(TEST-ShardSplitTest.testSplitStaticIndexReplication-seed#[1B771AC640AC5D20]) [ 
   ] o.a.s.c.SolrXmlConfig Configuration parameter 
autoReplicaFailoverBadNodeExpiration is ignored
   [junit4]   2> 2078642 INFO  
(TEST-ShardSplitTest.testSplitStaticIndexReplication-seed#[1B771AC640AC5D20]) [ 
   ] o.a.s.c.SolrXmlConfig MBean server found: 
com.sun.jmx.mbeanserver.JmxMBeanServer@1929361, but no JMX reporters were 
configured - adding default JMX reporter.
   [junit4]   2> 2078644 INFO  
(TEST-ShardSplitTest.testSplitStaticIndexReplication-seed#[1B771AC640AC5D20]) [ 
   ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:38015/solr
   [junit4]   2> 2078668 INFO  
(TEST-ShardSplitTest.testSplitStaticIndexReplication-seed#[1B771AC640AC5D20]) 
[n:127.0.0.1:32879_    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 2078669 INFO  
(TEST-ShardSplitTest.testSplitStaticIndexReplication-seed#[1B771AC640AC5D20]) 
[n:127.0.0.1:32879_    ] o.a.s.c.OverseerElectionContext I am going to be the 
leader 127.0.0.1:32879_
   [junit4]   2> 2078669 INFO  
(TEST-ShardSplitTest.testSplitStaticIndexReplication-seed#[1B771AC640AC5D20]) 
[n:127.0.0.1:32879_    ] o.a.s.c.Overseer Overseer 
(id=98887471811657732-127.0.0.1:32879_-n_0000000000) starting
   [junit4]   2> 2078672 INFO  
(TEST-ShardSplitTest.testSplitStaticIndexReplication-seed#[1B771AC640AC5D20]) 
[n:127.0.0.1:32879_    ] o.a.s.c.ZkController Register node as live in 
ZooKeeper:/live_nodes/127.0.0.1:32879_
   [junit4]   2> 2078672 INFO  
(zkCallback-3339-thread-1-processing-n:127.0.0.1:32879_) [n:127.0.0.1:32879_    
] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 2078816 INFO  
(TEST-ShardSplitTest.testSplitStaticIndexReplication-seed#[1B771AC640AC5D20]) 
[n:127.0.0.1:32879_    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr.node' (registry 'solr.node') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@1929361
   [junit4]   2> 2078823 INFO  
(TEST-ShardSplitTest.testSplitStaticIndexReplication-seed#[1B771AC640AC5D20]) 
[n:127.0.0.1:32879_    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr.jvm' (registry 'solr.jvm') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@1929361
   [junit4]   2> 2078823 INFO  
(TEST-ShardSplitTest.testSplitStaticIndexReplication-seed#[1B771AC640AC5D20]) 
[n:127.0.0.1:32879_    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr.jetty' (registry 'solr.jetty') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@1929361
   [junit4]   2> 2078824 INFO  
(TEST-ShardSplitTest.testSplitStaticIndexReplication-seed#[1B771AC640AC5D20]) 
[n:127.0.0.1:32879_    ] o.a.s.c.CorePropertiesLocator Found 0 core definitions 
underneath 
/home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.ShardSplitTest_1B771AC640AC5D20-001/control-001/cores
   [junit4]   2> 2078837 INFO  
(TEST-ShardSplitTest.testSplitStaticIndexReplication-seed#[1B771AC640AC5D20]) [ 
   ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 2078837 INFO  
(TEST-ShardSplitTest.testSplitStaticIndexReplication-seed#[1B771AC640AC5D20]) [ 
   ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:38015/solr 
ready
   [junit4]   2> 2078837 INFO  (qtp2937014-18247) [n:127.0.0.1:32879_    ] 
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:32879_&wt=javabin&version=2
 and sendToOCPQueue=true
   [junit4]   2> 2078839 INFO  
(OverseerThreadFactory-8357-thread-1-processing-n:127.0.0.1:32879_) 
[n:127.0.0.1:32879_    ] o.a.s.c.CreateCollectionCmd Create collection 
control_collection
   [junit4]   2> 2078941 INFO  (qtp2937014-18243) [n:127.0.0.1:32879_    ] 
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> 2078942 INFO  (qtp2937014-18243) [n:127.0.0.1:32879_    ] 
o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 4 
transient cores
   [junit4]   2> 2079044 INFO  
(zkCallback-3339-thread-1-processing-n:127.0.0.1:32879_) [n:127.0.0.1:32879_    
] 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> 2079956 INFO  (qtp2937014-18243) [n:127.0.0.1:32879_ 
c:control_collection s:shard1  x:control_collection_shard1_replica_n1] 
o.a.s.c.SolrConfig Using Lucene MatchVersion: 7.2.0
   [junit4]   2> 2079964 INFO  (qtp2937014-18243) [n:127.0.0.1:32879_ 
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> 2080016 INFO  (qtp2937014-18243) [n:127.0.0.1:32879_ 
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> 2080022 INFO  (qtp2937014-18243) [n:127.0.0.1:32879_ 
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> 2080023 INFO  (qtp2937014-18243) [n:127.0.0.1:32879_ 
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@1929361
   [junit4]   2> 2080023 INFO  (qtp2937014-18243) [n:127.0.0.1:32879_ 
c:control_collection s:shard1  x:control_collection_shard1_replica_n1] 
o.a.s.c.SolrCore solr.RecoveryStrategy.Builder
   [junit4]   2> 2080023 INFO  (qtp2937014-18243) [n:127.0.0.1:32879_ 
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/J2/temp/solr.cloud.ShardSplitTest_1B771AC640AC5D20-001/control-001/cores/control_collection_shard1_replica_n1],
 
dataDir=[/home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.ShardSplitTest_1B771AC640AC5D20-001/control-001/cores/control_collection_shard1_replica_n1/data/]
   [junit4]   2> 2080026 INFO  (qtp2937014-18243) [n:127.0.0.1:32879_ 
c:control_collection s:shard1  x:control_collection_shard1_replica_n1] 
o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class 
org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: 
maxMergeAtOnce=18, maxMergeAtOnceExplicit=35, maxMergedSegmentMB=79.8720703125, 
floorSegmentMB=0.7666015625, forceMergeDeletesPctAllowed=12.135287442518432, 
segmentsPerTier=40.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=1.0
   [junit4]   2> 2080039 WARN  (qtp2937014-18243) [n:127.0.0.1:32879_ 
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> 2080064 INFO  (qtp2937014-18243) [n:127.0.0.1:32879_ 
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> 2080064 INFO  (qtp2937014-18243) [n:127.0.0.1:32879_ 
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> 2080064 INFO  (qtp2937014-18243) [n:127.0.0.1:32879_ 
c:control_collection s:shard1  x:control_collection_shard1_replica_n1] 
o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 2080064 INFO  (qtp2937014-18243) [n:127.0.0.1:32879_ 
c:control_collection s:shard1  x:control_collection_shard1_replica_n1] 
o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 2080065 INFO  (qtp2937014-18243) [n:127.0.0.1:32879_ 
c:control_collection s:shard1  x:control_collection_shard1_replica_n1] 
o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class 
org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: 
maxMergeAtOnce=26, maxMergeAtOnceExplicit=40, maxMergedSegmentMB=13.984375, 
floorSegmentMB=0.7705078125, forceMergeDeletesPctAllowed=11.931566917504492, 
segmentsPerTier=41.0, maxCFSSegmentSizeMB=8.796093022207999E12, 
noCFSRatio=0.4430245837062623
   [junit4]   2> 2080066 INFO  (qtp2937014-18243) [n:127.0.0.1:32879_ 
c:control_collection s:shard1  x:control_collection_shard1_replica_n1] 
o.a.s.s.SolrIndexSearcher Opening 
[Searcher@1c72bdc[control_collection_shard1_replica_n1] main]
   [junit4]   2> 2080066 INFO  (qtp2937014-18243) [n:127.0.0.1:32879_ 
c:control_collection s:shard1  x:control_collection_shard1_replica_n1] 
o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: 
/configs/conf1
   [junit4]   2> 2080067 INFO  (qtp2937014-18243) [n:127.0.0.1:32879_ 
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> 2080067 INFO  (qtp2937014-18243) [n:127.0.0.1:32879_ 
c:control_collection s:shard1  x:control_collection_shard1_replica_n1] 
o.a.s.h.ReplicationHandler Commits will be reserved for 10000ms.
   [junit4]   2> 2080068 INFO  
(searcherExecutor-8360-thread-1-processing-n:127.0.0.1:32879_ 
x:control_collection_shard1_replica_n1 s:shard1 c:control_collection) 
[n:127.0.0.1:32879_ 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@1c72bdc[control_collection_shard1_replica_n1] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 2080068 INFO  (qtp2937014-18243) [n:127.0.0.1:32879_ 
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 1582199550675779584
   [junit4]   2> 2080071 INFO  (qtp2937014-18243) [n:127.0.0.1:32879_ 
c:control_collection s:shard1  x:control_collection_shard1_replica_n1] 
o.a.s.c.ShardLeaderElectionContext Enough replicas found to continue.
   [junit4]   2> 2080071 INFO  (qtp2937014-18243) [n:127.0.0.1:32879_ 
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> 2080071 INFO  (qtp2937014-18243) [n:127.0.0.1:32879_ 
c:control_collection s:shard1  x:control_collection_shard1_replica_n1] 
o.a.s.c.SyncStrategy Sync replicas to 
http://127.0.0.1:32879/control_collection_shard1_replica_n1/
   [junit4]   2> 2080071 INFO  (qtp2937014-18243) [n:127.0.0.1:32879_ 
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> 2080071 INFO  (qtp2937014-18243) [n:127.0.0.1:32879_ 
c:control_collection s:shard1  x:control_collection_shard1_replica_n1] 
o.a.s.c.SyncStrategy 
http://127.0.0.1:32879/control_collection_shard1_replica_n1/ has no replicas
   [junit4]   2> 2080071 INFO  (qtp2937014-18243) [n:127.0.0.1:32879_ 
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> 2080072 INFO  (qtp2937014-18243) [n:127.0.0.1:32879_ 
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:32879/control_collection_shard1_replica_n1/ shard1
   [junit4]   2> 2080173 INFO  
(zkCallback-3339-thread-2-processing-n:127.0.0.1:32879_) [n:127.0.0.1:32879_    
] 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> 2080223 INFO  (qtp2937014-18243) [n:127.0.0.1:32879_ 
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> 2080224 INFO  (qtp2937014-18243) [n:127.0.0.1:32879_ 
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=1282
   [junit4]   2> 2080225 INFO  (qtp2937014-18247) [n:127.0.0.1:32879_    ] 
o.a.s.h.a.CollectionsHandler Wait for new collection to be active for at most 
30 seconds. Check all shard replicas
   [junit4]   2> 2080324 INFO  
(zkCallback-3339-thread-2-processing-n:127.0.0.1:32879_) [n:127.0.0.1:32879_    
] 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> 2080840 INFO  
(OverseerCollectionConfigSetProcessor-98887471811657732-127.0.0.1:32879_-n_0000000000)
 [n:127.0.0.1:32879_    ] 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> 2081225 INFO  (qtp2937014-18247) [n:127.0.0.1:32879_    ] 
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:32879_&wt=javabin&version=2}
 status=0 QTime=2387
   [junit4]   2> 2081228 INFO  
(TEST-ShardSplitTest.testSplitStaticIndexReplication-seed#[1B771AC640AC5D20]) [ 
   ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 2081229 INFO  
(TEST-ShardSplitTest.testSplitStaticIndexReplication-seed#[1B771AC640AC5D20]) [ 
   ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:38015/solr 
ready
   [junit4]   2> 2081229 INFO  
(TEST-ShardSplitTest.testSplitStaticIndexReplication-seed#[1B771AC640AC5D20]) [ 
   ] o.a.s.c.ChaosMonkey monkey: init - expire sessions:false cause connection 
loss:false
   [junit4]   2> 2081229 INFO  (qtp2937014-18247) [n:127.0.0.1:32879_    ] 
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> 2081230 INFO  
(OverseerThreadFactory-8357-thread-2-processing-n:127.0.0.1:32879_) 
[n:127.0.0.1:32879_    ] o.a.s.c.CreateCollectionCmd Create collection 
collection1
   [junit4]   2> 2081230 WARN  
(OverseerThreadFactory-8357-thread-2-processing-n:127.0.0.1:32879_) 
[n:127.0.0.1:32879_    ] o.a.s.c.CreateCollectionCmd It is unusual to create a 
collection (collection1) without cores.
   [junit4]   2> 2081432 INFO  (qtp2937014-18247) [n:127.0.0.1:32879_    ] 
o.a.s.h.a.CollectionsHandler Wait for new collection to be active for at most 
30 seconds. Check all shard replicas
   [junit4]   2> 2081432 INFO  (qtp2937014-18247) [n:127.0.0.1:32879_    ] 
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=203
   [junit4]   2> 2081493 INFO  
(TEST-ShardSplitTest.testSplitStaticIndexReplication-seed#[1B771AC640AC5D20]) [ 
   ] o.a.s.c.AbstractFullDistribZkTestBase create jetty 1 in directory 
/home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.ShardSplitTest_1B771AC640AC5D20-001/shard-1-001
 of type TLOG
   [junit4]   2> 2081493 INFO  
(TEST-ShardSplitTest.testSplitStaticIndexReplication-seed#[1B771AC640AC5D20]) [ 
   ] o.e.j.s.Server jetty-9.3.20.v20170531
   [junit4]   2> 2081500 INFO  
(TEST-ShardSplitTest.testSplitStaticIndexReplication-seed#[1B771AC640AC5D20]) [ 
   ] o.e.j.s.h.ContextHandler Started 
o.e.j.s.ServletContextHandler@1b4a7a2{/,null,AVAILABLE}
   [junit4]   2> 2081501 INFO  
(TEST-ShardSplitTest.testSplitStaticIndexReplication-seed#[1B771AC640AC5D20]) [ 
   ] o.e.j.s.AbstractConnector Started 
ServerConnector@86fa5e{HTTP/1.1,[http/1.1]}{127.0.0.1:40449}
   [junit4]   2> 2081501 INFO  
(TEST-ShardSplitTest.testSplitStaticIndexReplication-seed#[1B771AC640AC5D20]) [ 
   ] o.e.j.s.Server Started @2083816ms
   [junit4]   2> 2081501 INFO  
(TEST-ShardSplitTest.testSplitStaticIndexReplication-seed#[1B771AC640AC5D20]) [ 
   ] 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/J2/temp/solr.cloud.ShardSplitTest_1B771AC640AC5D20-001/tempDir-001/jetty1,
 replicaType=TLOG, solrconfig=solrconfig.xml, hostContext=/, hostPort=40449, 
coreRootDirectory=/home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J2/../../../../../../../../../home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.ShardSplitTest_1B771AC640AC5D20-001/shard-1-001/cores}
   [junit4]   2> 2081501 ERROR 
(TEST-ShardSplitTest.testSplitStaticIndexReplication-seed#[1B771AC640AC5D20]) [ 
   ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may 
be missing or incomplete.
   [junit4]   2> 2081501 INFO  
(TEST-ShardSplitTest.testSplitStaticIndexReplication-seed#[1B771AC640AC5D20]) [ 
   ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? 
version 7.2.0
   [junit4]   2> 2081502 INFO  
(TEST-ShardSplitTest.testSplitStaticIndexReplication-seed#[1B771AC640AC5D20]) [ 
   ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on 
port null
   [junit4]   2> 2081502 INFO  
(TEST-ShardSplitTest.testSplitStaticIndexReplication-seed#[1B771AC640AC5D20]) [ 
   ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null, Default 
config dir: null
   [junit4]   2> 2081502 INFO  
(TEST-ShardSplitTest.testSplitStaticIndexReplication-seed#[1B771AC640AC5D20]) [ 
   ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 
2017-10-25T03:44:36.343Z
   [junit4]   2> 2081503 INFO  
(TEST-ShardSplitTest.testSplitStaticIndexReplication-seed#[1B771AC640AC5D20]) [ 
   ] o.a.s.s.SolrDispatchFilter Loading solr.xml from SolrHome (not found in 
ZooKeeper)
   [junit4]   2> 2081503 INFO  
(TEST-ShardSplitTest.testSplitStaticIndexReplication-seed#[1B771AC640AC5D20]) [ 
   ] o.a.s.c.SolrXmlConfig Loading container configuration from 
/home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.ShardSplitTest_1B771AC640AC5D20-001/shard-1-001/solr.xml
   [junit4]   2> 2081506 INFO  
(TEST-ShardSplitTest.testSplitStaticIndexReplication-seed#[1B771AC640AC5D20]) [ 
   ] o.a.s.c.SolrXmlConfig Configuration parameter 
autoReplicaFailoverWorkLoopDelay is ignored
   [junit4]   2> 2081506 INFO  
(TEST-ShardSplitTest.testSplitStaticIndexReplication-seed#[1B771AC640AC5D20]) [ 
   ] o.a.s.c.SolrXmlConfig Configuration parameter 
autoReplicaFailoverBadNodeExpiration is ignored
   [junit4]   2> 2081506 INFO  
(TEST-ShardSplitTest.testSplitStaticIndexReplication-seed#[1B771AC640AC5D20]) [ 
   ] o.a.s.c.SolrXmlConfig MBean server found: 
com.sun.jmx.mbeanserver.JmxMBeanServer@1929361, but no JMX reporters were 
configured - adding default JMX reporter.
   [junit4]   2> 2081508 INFO  
(TEST-ShardSplitTest.testSplitStaticIndexReplication-seed#[1B771AC640AC5D20]) [ 
   ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:38015/solr
   [junit4]   2> 2081512 INFO  
(TEST-ShardSplitTest.testSplitStaticIndexReplication-seed#[1B771AC640AC5D20]) 
[n:127.0.0.1:40449_    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (0) -> (1)
   [junit4]   2> 2081513 INFO  
(TEST-ShardSplitTest.testSplitStaticIndexReplication-seed#[1B771AC640AC5D20]) 
[n:127.0.0.1:40449_    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 2081515 INFO  
(TEST-ShardSplitTest.testSplitStaticIndexReplication-seed#[1B771AC640AC5D20]) 
[n:127.0.0.1:40449_    ] o.a.s.c.ZkController Register node as live in 
ZooKeeper:/live_nodes/127.0.0.1:40449_
   [junit4]   2> 2081517 INFO  (zkCallback-3347-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 2081517 INFO  
(zkCallback-3352-thread-1-processing-n:127.0.0.1:40449_) [n:127.0.0.1:40449_    
] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 2081517 INFO  
(zkCallback-3339-thread-2-processing-n:127.0.0.1:32879_) [n:127.0.0.1:32879_    
] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 2081570 INFO  
(TEST-ShardSplitTest.testSplitStaticIndexReplication-seed#[1B771AC640AC5D20]) 
[n:127.0.0.1:40449_    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr.node' (registry 'solr.node') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@1929361
   [junit4]   2> 2081577 INFO  
(TEST-ShardSplitTest.testSplitStaticIndexReplication-seed#[1B771AC640AC5D20]) 
[n:127.0.0.1:40449_    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr.jvm' (registry 'solr.jvm') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@1929361
   [junit4]   2> 2081577 INFO  
(TEST-ShardSplitTest.testSplitStaticIndexReplication-seed#[1B771AC640AC5D20]) 
[n:127.0.0.1:40449_    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr.jetty' (registry 'solr.jetty') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@1929361
   [junit4]   2> 2081578 INFO  
(TEST-ShardSplitTest.testSplitStaticIndexReplication-seed#[1B771AC640AC5D20]) 
[n:127.0.0.1:40449_    ] o.a.s.c.CorePropertiesLocator Found 0 core definitions 
underneath 
/home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J2/../../../../../../../../../home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.ShardSplitTest_1B771AC640AC5D20-001/shard-1-001/cores
   [junit4]   2> 2081594 INFO  (qtp2937014-18248) [n:127.0.0.1:32879_    ] 
o.a.s.h.a.CollectionsHandler Invoked Collection Action :addreplica with params 
node=127.0.0.1:40449_&action=ADDREPLICA&collection=collection1&shard=shard2&type=TLOG&wt=javabin&version=2
 and sendToOCPQueue=true
   [junit4]   2> 2081595 INFO  
(OverseerCollectionConfigSetProcessor-98887471811657732-127.0.0.1:32879_-n_0000000000)
 [n:127.0.0.1:32879_    ] 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> 2081595 INFO  
(OverseerThreadFactory-8357-thread-3-processing-n:127.0.0.1:32879_) 
[n:127.0.0.1:32879_    ] o.a.s.c.AddReplicaCmd Node Identified 127.0.0.1:40449_ 
for creating new replica
   [junit4]   2> 2081596 INFO  (qtp6588694-18294) [n:127.0.0.1:40449_    ] 
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> 2081596 INFO  (qtp6588694-18294) [n:127.0.0.1:40449_    ] 
o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 4 
transient cores
   [junit4]   2> 2081698 INFO  
(zkCallback-3352-thread-1-processing-n:127.0.0.1:40449_) [n:127.0.0.1:40449_    
] 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> 2082619 INFO  (qtp6588694-18294) [n:127.0.0.1:40449_ 
c:collection1 s:shard2  x:collection1_shard2_replica_t41] o.a.s.c.SolrConfig 
Using Lucene MatchVersion: 7.2.0
   [junit4]   2> 2082627 INFO  (qtp6588694-18294) [n:127.0.0.1:40449_ 
c:collection1 s:shard2  x:collection1_shard2_replica_t41] o.a.s.s.IndexSchema 
[collection1_shard2_replica_t41] Schema name=test
   [junit4]   2> 2082679 INFO  (qtp6588694-18294) [n:127.0.0.1:40449_ 
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> 2082685 INFO  (qtp6588694-18294) [n:127.0.0.1:40449_ 
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> 2082685 INFO  (qtp6588694-18294) [n:127.0.0.1:40449_ 
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@1929361
   [junit4]   2> 2082685 INFO  (qtp6588694-18294) [n:127.0.0.1:40449_ 
c:collection1 s:shard2  x:collection1_shard2_replica_t41] o.a.s.c.SolrCore 
solr.RecoveryStrategy.Builder
   [junit4]   2> 2082685 INFO  (qtp6588694-18294) [n:127.0.0.1:40449_ 
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/J2/temp/solr.cloud.ShardSplitTest_1B771AC640AC5D20-001/shard-1-001/cores/collection1_shard2_replica_t41],
 
dataDir=[/home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J2/../../../../../../../../../home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.ShardSplitTest_1B771AC640AC5D20-001/shard-1-001/cores/collection1_shard2_replica_t41/data/]
   [junit4]   2> 2082688 INFO  (qtp6588694-18294) [n:127.0.0.1:40449_ 
c:collection1 s:shard2  x:collection1_shard2_replica_t41] 
o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class 
org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: 
maxMergeAtOnce=18, maxMergeAtOnceExplicit=35, maxMergedSegmentMB=79.8720703125, 
floorSegmentMB=0.7666015625, forceMergeDeletesPctAllowed=12.135287442518432, 
segmentsPerTier=40.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=1.0
   [junit4]   2> 2082700 WARN  (qtp6588694-18294) [n:127.0.0.1:40449_ 
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> 2082725 INFO  (qtp6588694-18294) [n:127.0.0.1:40449_ 
c:collection1 s:shard2  x:collection1_shard2_replica_t41] o.a.s.u.UpdateHandler 
Using UpdateLog implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 2082725 INFO  (qtp6588694-18294) [n:127.0.0.1:40449_ 
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> 2082726 INFO  (qtp6588694-18294) [n:127.0.0.1:40449_ 
c:collection1 s:shard2  x:collection1_shard2_replica_t41] o.a.s.u.CommitTracker 
Hard AutoCommit: disabled
   [junit4]   2> 2082726 INFO  (qtp6588694-18294) [n:127.0.0.1:40449_ 
c:collection1 s:shard2  x:collection1_shard2_replica_t41] o.a.s.u.CommitTracker 
Soft AutoCommit: disabled
   [junit4]   2> 2082727 INFO  (qtp6588694-18294) [n:127.0.0.1:40449_ 
c:collection1 s:shard2  x:collection1_shard2_replica_t41] 
o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class 
org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: 
maxMergeAtOnce=26, maxMergeAtOnceExplicit=40, maxMergedSegmentMB=13.984375, 
floorSegmentMB=0.7705078125, forceMergeDeletesPctAllowed=11.931566917504492, 
segmentsPerTier=41.0, maxCFSSegmentSizeMB=8.796093022207999E12, 
noCFSRatio=0.4430245837062623
   [junit4]   2> 2082727 INFO  (qtp6588694-18294) [n:127.0.0.1:40449_ 
c:collection1 s:shard2  x:collection1_shard2_replica_t41] 
o.a.s.s.SolrIndexSearcher Opening 
[Searcher@ecfca6[collection1_shard2_replica_t41] main]
   [junit4]   2> 2082728 INFO  (qtp6588694-18294) [n:127.0.0.1:40449_ 
c:collection1 s:shard2  x:collection1_shard2_replica_t41] 
o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: 
/configs/conf1
   [junit4]   2> 2082728 INFO  (qtp6588694-18294) [n:127.0.0.1:40449_ 
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> 2082729 INFO  (qtp6588694-18294) [n:127.0.0.1:40449_ 
c:collection1 s:shard2  x:collection1_shard2_replica_t41] 
o.a.s.h.ReplicationHandler Commits will be reserved for 10000ms.
   [junit4]   2> 2082729 INFO  
(searcherExecutor-8371-thread-1-processing-n:127.0.0.1:40449_ 
x:collection1_shard2_replica_t41 s:shard2 c:collection1) [n:127.0.0.1:40449_ 
c:collection1 s:shard2  x:collection1_shard2_replica_t41] o.a.s.c.SolrCore 
[collection1_shard2_replica_t41] Registered new searcher 
Searcher@ecfca6[collection1_shard2_replica_t41] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 2082730 INFO  (qtp6588694-18294) [n:127.0.0.1:40449_ 
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 
1582199553467088896
   [junit4]   2> 2082732 INFO  (qtp6588694-18294) [n:127.0.0.1:40449_ 
c:collection1 s:shard2  x:collection1_shard2_replica_t41] 
o.a.s.c.ShardLeaderElectionContext Enough replicas found to continue.
   [junit4]   2> 2082732 INFO  (qtp6588694-18294) [n:127.0.0.1:40449_ 
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> 2082732 INFO  (qtp6588694-18294) [n:127.0.0.1:40449_ 
c:collection1 s:shard2  x:collection1_shard2_replica_t41] o.a.s.c.SyncStrategy 
Sync replicas to http://127.0.0.1:40449/collection1_shard2_replica_t41/
   [junit4]   2> 2082732 INFO  (qtp6588694-18294) [n:127.0.0.1:40449_ 
c:collection1 s:shard2  x:collection1_shard2_replica_t41] o.a.s.c.SyncStrategy 
Sync Success - now sync replicas to me
   [junit4]   2> 2082732 INFO  (qtp6588694-18294) [n:127.0.0.1:40449_ 
c:collection1 s:shard2  x:collection1_shard2_replica_t41] o.a.s.c.SyncStrategy 
http://127.0.0.1:40449/collection1_shard2_replica_t41/ has no replicas
   [junit4]   2> 2082732 INFO  (qtp6588694-18294) [n:127.0.0.1:40449_ 
c:collection1 s:shard2  x:collection1_shard2_replica_t41] 
o.a.s.c.ShardLeaderElectionContext Found all replicas participating in 
election, clear LIR
   [junit4]   2> 2082733 INFO  (qtp6588694-18294) [n:127.0.0.1:40449_ 
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> 2082733 INFO  (qtp6588694-18294) [n:127.0.0.1:40449_ 
c:collection1 s:shard2  x:collection1_shard2_replica_t41] 
o.a.s.c.ShardLeaderElectionContext I am the new leader: 
http://127.0.0.1:40449/collection1_shard2_replica_t41/ shard2
   [junit4]   2> 2082834 INFO  
(zkCallback-3352-thread-1-processing-n:127.0.0.1:40449_) [n:127.0.0.1:40449_    
] 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> 2082884 INFO  (qtp6588694-18294) [n:127.0.0.1:40449_ 
c:collection1 s:shard2  x:collection1_shard2_replica_t41] o.a.s.c.ZkController 
I am the leader, no recovery necessary
   [junit4]   2> 2082885 INFO  (qtp6588694-18294) [n:127.0.0.1:40449_ 
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=1288
   [junit4]   2> 2082886 INFO  (qtp2937014-18248) [n:127.0.0.1:32879_    ] 
o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections 
params={node=127.0.0.1:40449_&action=ADDREPLICA&collection=collection1&shard=shard2&type=TLOG&wt=javabin&version=2}
 status=0 QTime=1292
   [junit4]   2> 2082947 INFO  
(TEST-ShardSplitTest.testSplitStaticIndexReplication-seed#[1B771AC640AC5D20]) [ 
   ] o.a.s.c.AbstractFullDistribZkTestBase create jetty 2 in directory 
/home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.ShardSplitTest_1B771AC640AC5D20-001/shard-2-001
 of type TLOG
   [junit4]   2> 2082947 INFO  
(TEST-ShardSplitTest.testSplitStaticIndexReplication-seed#[1B771AC640AC5D20]) [ 
   ] o.e.j.s.Server jetty-9.3.20.v20170531
   [junit4]   2> 2082948 INFO  
(TEST-ShardSplitTest.testSplitStaticIndexReplication-seed#[1B771AC640AC5D20]) [ 
   ] o.e.j.s.h.ContextHandler Started 
o.e.j.s.ServletContextHandler@aec093{/,null,AVAILABLE}
   [junit4]   2> 2082948 INFO  
(TEST-ShardSplitTest.testSplitStaticIndexReplication-seed#[1B771AC640AC5D20]) [ 
   ] o.e.j.s.AbstractConnector Started 
ServerConnector@64eaf3{HTTP/1.1,[http/1.1]}{127.0.0.1:37733}
   [junit4]   2> 2082948 INFO  
(TEST-ShardSplitTest.testSplitStaticIndexReplication-seed#[1B771AC640AC5D20]) [ 
   ] o.e.j.s.Server Started @2085264ms
   [junit4]   2> 2082948 INFO  
(TEST-ShardSplitTest.testSplitStaticIndexReplication-seed#[1B771AC640AC5D20]) [ 
   ] 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/J2/temp/solr.cloud.ShardSplitTest_1B771AC640AC5D20-001/tempDir-001/jetty2,
 replicaType=TLOG, solrconfig=solrconfig.xml, hostContext=/, hostPort=37733, 
coreRootDirectory=/home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.ShardSplitTest_1B771AC640AC5D20-001/shard-2-001/cores}
   [junit4]   2> 2082949 ERROR 
(TEST-ShardSplitTest.testSplitStaticIndexReplication-seed#[1B771AC640AC5D20]) [ 
   ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may 
be missing or incomplete.
   [junit4]   2> 2082949 INFO  
(TEST-ShardSplitTest.testSplitStaticIndexReplication-seed#[1B771AC640AC5D20]) [ 
   ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? 
version 7.2.0
   [junit4]   2> 2082949 INFO  
(TEST-ShardSplitTest.testSplitStaticIndexReplication-seed#[1B771AC640AC5D20]) [ 
   ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on 
port null
   [junit4]   2> 2082949 INFO  
(TEST-ShardSplitTest.testSplitStaticIndexReplication-seed#[1B771AC640AC5D20]) [ 
   ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null, Default 
config dir: null
   [junit4]   2> 2082949 INFO  
(TEST-ShardSplitTest.testSplitStaticIndexReplication-seed#[1B771AC640AC5D20]) [ 
   ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 
2017-10-25T03:44:37.790Z
   [junit4]   2> 2082951 INFO  
(TEST-ShardSplitTest.testSplitStaticIndexReplication-seed#[1B771AC640AC5D20]) [ 
   ] o.a.s.s.SolrDispatchFilter Loading solr.xml from SolrHome (not found in 
ZooKeeper)
   [junit4]   2> 2082951 INFO  
(TEST-ShardSplitTest.testSplitStaticIndexReplication-seed#[1B771AC640AC5D20]) [ 
   ] o.a.s.c.SolrXmlConfig Loading container configuration from 
/home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.ShardSplitTest_1B771AC640AC5D20-001/shard-2-001/solr.xml
   [junit4]   2> 2082961 INFO  
(TEST-ShardSplitTest.testSplitStaticIndexReplication-seed#[1B771AC640AC5D20]) [ 
   ] o.a.s.c.SolrXmlConfig Configuration parameter 
autoReplicaFailoverWorkLoopDelay is ignored
   [junit4]   2> 2082961 INFO  
(TEST-ShardSplitTest.testSplitStaticIndexReplication-seed#[1B771AC640AC5D20]) [ 
   ] o.a.s.c.SolrXmlConfig Configuration parameter 
autoReplicaFailoverBadNodeExpiration is ignored
   [junit4]   2> 2082961 INFO  
(TEST-ShardSplitTest.testSplitStaticIndexReplication-seed#[1B771AC640AC5D20]) [ 
   ] o.a.s.c.SolrXmlConfig MBean server found: 
com.sun.jmx.mbeanserver.JmxMBeanServer@1929361, but no JMX reporters were 
configured - adding default JMX reporter.
   [junit4]   2> 2082965 INFO  
(TEST-ShardSplitTest.testSplitStaticIndexReplication-seed#[1B771AC640AC5D20]) [ 
   ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:38015/solr
   [junit4]   2> 2082969 INFO  
(TEST-ShardSplitTest.testSplitStaticIndexReplication-seed#[1B771AC640AC5D20]) 
[n:127.0.0.1:37733_    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (0) -> (2)
   [junit4]   2> 2082970 INFO  
(TEST-ShardSplitTest.testSplitStaticIndexReplication-seed#[1B771AC640AC5D20]) 
[n:127.0.0.1:37733_    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 2082970 INFO  
(TEST-ShardSplitTest.testSplitStaticIndexReplication-seed#[1B771AC640AC5D20]) 
[n:127.0.0.1:37733_    ] o.a.s.c.ZkController Register node as live in 
ZooKeeper:/live_nodes/127.0.0.1:37733_
   [junit4]   2> 2082971 INFO  
(zkCallback-3352-thread-1-processing-n:127.0.0.1:40449_) [n:127.0.0.1:40449_    
] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 2082971 INFO  (zkCallback-3347-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 2082971 INFO  
(zkCallback-3339-thread-2-processing-n:127.0.0.1:32879_) [n:127.0.0.1:32879_    
] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 2082971 INFO  
(zkCallback-3358-thread-1-processing-n:127.0.0.1:37733_) [n:127.0.0.1:37733_    
] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 2083045 INFO  
(TEST-ShardSplitTest.testSplitStaticIndexReplication-seed#[1B771AC640AC5D20]) 
[n:127.0.0.1:37733_    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr.node' (registry 'solr.node') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@1929361
   [junit4]   2> 2083052 INFO  
(TEST-ShardSplitTest.testSplitStaticIndexReplication-seed#[1B771AC640AC5D20]) 
[n:127.0.0.1:37733_    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr.jvm' (registry 'solr.jvm') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@1929361
   [junit4]   2> 2083052 INFO  
(TEST-ShardSplitTest.testSplitStaticIndexReplication-seed#[1B771AC640AC5D20]) 
[n:127.0.0.1:37733_    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr.jetty' (registry 'solr.jetty') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@1929361
   [junit4]   2> 2083053 INFO  
(TEST-ShardSplitTest.testSplitStaticIndexReplication-seed#[1B771AC640AC5D20]) 
[n:127.0.0.1:37733_    ] o.a.s.c.CorePropertiesLocator Found 0 core definitions 
underneath 
/home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.ShardSplitTest_1B771AC640AC5D20-001/shard-2-001/cores
   [junit4]   2> 2083071 INFO  
(zkCallback-3352-thread-1-processing-n:127.0.0.1:40449_) [n:127.0.0.1:40449_    
] 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> 2083076 INFO  (qtp2937014-18243) [n:127.0.0.1:32879_    ] 
o.a.s.h.a.CollectionsHandler Invoked Collection Action :addreplica with params 
node=127.0.0.1:37733_&action=ADDREPLICA&collection=collection1&shard=shard1&type=TLOG&wt=javabin&version=2
 and sendToOCPQueue=true
   [junit4]   2> 2083077 INFO  
(OverseerCollectionConfigSetProcessor-98887471811657732-127.0.0.1:32879_-n_0000000000)
 [n:127.0.0.1:32879_    ] 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> 2083077 INFO  
(OverseerThreadFactory-8357-thread-4-processing-n:127.0.0.1:32879_) 
[n:127.0.0.1:32879_    ] o.a.s.c.AddReplicaCmd Node Identified 127.0.0.1:37733_ 
for creating new replica
   [junit4]   2> 2083078 INFO  (qtp20942093-18323) [n:127.0.0.1:37733_    ] 
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> 2083078 INFO  (qtp20942093-18323) [n:127.0.0.1:37733_    ] 
o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 4 
transient cores
   [junit4]   2> 2083180 INFO  
(zkCallback-3358-thread-1-processing-n:127.0.0.1:37733_) [n:127.0.0.1:37733_    
] 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> 2083180 INFO  
(zkCallback-3352-thread-1-processing-n:127.0.0.1:40449_) [n:127.0.0.1:40449_    
] 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> 2084094 INFO  (qtp20942093-18323) [n:127.0.0.1:37733_ 
c:collection1 s:shard1  x:collection1_shard1_replica_t43] o.a.s.c.SolrConfig 
Using Lucene MatchVersion: 7.2.0
   [junit4]   2> 2084101 INFO  (qtp20942093-18323) [n:127.0.0.1:37733_ 
c:collection1 s:shard1  x:collection1_shard1_replica_t43] o.a.s.s.IndexSchema 
[collection1_shard1_replica_t43] Schema name=test
   [junit4]   2> 2084156 INFO  (qtp20942093-18323) [n:127.0.0.1:37733_ 
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> 2084162 INFO  (qtp20942093-18323) [n:127.0.0.1:37733_ 
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> 2084162 INFO  (qtp20942093-18323) [n:127.0.0.1:37733_ 
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@1929361
   [junit4]   2> 2084163 INFO  (qtp20942093-18323) [n:127.0.0.1:37733_ 
c:collection1 s:shard1  x:collection1_shard1_replica_t43] o.a.s.c.SolrCore 
solr.RecoveryStrategy.Builder
   [junit4]   2> 2084163 INFO  (qtp20942093-18323) [n:127.0.0.1:37733_ 
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/J2/temp/solr.cloud.ShardSplitTest_1B771AC640AC5D20-001/shard-2-001/cores/collection1_shard1_replica_t43],
 
dataDir=[/home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.ShardSplitTest_1B771AC640AC5D20-001/shard-2-001/cores/collection1_shard1_replica_t43/data/]
   [junit4]   2> 2084165 INFO  (qtp20942093-18323) [n:127.0.0.1:37733_ 
c:collection1 s:shard1  x:collection1_shard1_replica_t43] 
o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class 
org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: 
maxMergeAtOnce=18, maxMergeAtOnceExplicit=35, maxMergedSegmentMB=79.8720703125, 
floorSegmentMB=0.7666015625, forceMergeDeletesPctAllowed=12.135287442518432, 
segmentsPerTier=40.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=1.0
   [junit4]   2> 2084176 WARN  (qtp20942093-18323) [n:127.0.0.1:37733_ 
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> 2084204 INFO  (qtp20942093-18323) [n:127.0.0.1:37733_ 
c:collection1 s:shard1  x:collection1_shard1_replica_t43] o.a.s.u.UpdateHandler 
Using UpdateLog implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 2084204 INFO  (qtp20942093-18323) [n:127.0.0.1:37733_ 
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> 2084205 INFO  (qtp20942093-18323) [n:127.0.0.1:37733_ 
c:collection1 s:shard1  x:collection1_shard1_replica_t43] o.a.s.u.CommitTracker 
Hard AutoCommit: disabled
   [junit4]   2> 2084205 INFO  (qtp20942093-18323) [n:127.0.0.1:37733_ 
c:collection1 s:shard1  x:collection1_shard1_replica_t43] o.a.s.u.CommitTracker 
Soft AutoCommit: disabled
   [junit4]   2> 2084206 INFO  (qtp20942093-18323) [n:127.0.0.1:37733_ 
c:collection1 s:shard1  x:collection1_shard1_replica_t43] 
o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class 
org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: 
maxMergeAtOnce=26, maxMergeAtOnceExplicit=40, maxMergedSegmentMB=13.984375, 
floorSegmentMB=0.7705078125, forceMergeDeletesPctAllowed=11.931566917504492, 
segmentsPerTier=41.0, maxCFSSegmentSizeMB=8.796093022207999E12, 
noCFSRatio=0.4430245837062623
   [junit4]   2> 2084206 INFO  (qtp20942093-18323) [n:127.0.0.1:37733_ 
c:collection1 s:shard1  x:collection1_shard1_replica_t43] 
o.a.s.s.SolrIndexSearcher Opening 
[Searcher@19fb8fa[collection1_shard1_replica_t43] main]
   [junit4]   2> 2084207 INFO  (qtp20942093-18323) [n:127.0.0.1:37733_ 
c:collection1 s:shard1  x:collection1_shard1_replica_t43] 
o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: 
/configs/conf1
   [junit4]   2> 2084208 INFO  (qtp20942093-18323) [n:127.0.0.1:37733_ 
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> 2084208 INFO  (qtp20942093-18323) [n:127.0.0.1:37733_ 
c:collection1 s:shard1  x:collection1_shard1_replica_t43] 
o.a.s.h.ReplicationHandler Commits will be reserved for 10000ms.
   [junit4]   2> 2084209 INFO  
(searcherExecutor-8382-thread-1-processing-n:127.0.0.1:37733_ 
x:collection1_shard1_replica_t43 s:shard1 c:collection1) [n:127.0.0.1:37733_ 
c:collection1 s:shard1  x:collection1_shard1_replica_t43] o.a.s.c.SolrCore 
[collection1_shard1_replica_t43] Registered new searcher 
Searcher@19fb8fa[collection1_shard1_replica_t43] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 2084209 INFO  (qtp20942093-18323) [n:127.0.0.1:37733_ 
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 
1582199555017932800
   [junit4]   2> 2084212 INFO  (qtp20942093-18323) [n:127.0.0.1:37733_ 
c:collection1 s:shard1  x:collection1_shard1_replica_t43] 
o.a.s.c.ShardLeaderElectionContext Enough replicas found to continue.
   [junit4]   2> 2084212 INFO  (qtp20942093-18323) [n:127.0.0.1:37733_ 
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> 2084212 INFO  (qtp20942093-18323) [n:127.0.0.1:37733_ 
c:collection1 s:shard1  x:collection1_shard1_replica_t43] o.a.s.c.SyncStrategy 
Sync replicas to http://127.0.0.1:37733/collection1_shard1_replica_t43/
   [junit4]   2> 2084212 INFO  (qtp20942093-18323) [n:127.0.0.1:37733_ 
c:collection1 s:shard1  x:collection1_shard1_replica_t43] o.a.s.c.SyncStrategy 
Sync Success - now sync replicas to me
   [junit4]   2> 2084212 INFO  (qtp20942093-18323) [n:127.0.0.1:37733_ 
c:collection1 s:shard1  x:collection1_shard1_replica_t43] o.a.s.c.SyncStrategy 
http://127.0.0.1:37733/collection1_shard1_replica_t43/ has no replicas
   [junit4]   2> 2084212 INFO  (qtp20942093-18323) [n:127.0.0.1:37733_ 
c:collection1 s:shard1  x:collection1_shard1_replica_t43] 
o.a.s.c.ShardLeaderElectionContext Found all replicas participating in 
election, clear LIR
   [junit4]   2> 2084212 INFO  (qtp20942093-18323) [n:127.0.0.1:37733_ 
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> 2084213 INFO  (qtp20942093-18323) [n:127.0.0.1:37733_ 
c:collection1 s:shard1  x:collection1_shard1_replica_t43] 
o.a.s.c.ShardLeaderElectionContext I am the new leader: 
http://127.0.0.1:37733/collection1_shard1_replica_t43/ shard1
   [junit4]   2> 2084314 INFO  
(zkCallback-3352-thread-1-processing-n:127.0.0.1:40449_) [n:127.0.0.1:40449_    
] 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> 2084314 INFO  
(zkCallback-3358-thread-1-processing-n:127.0.0.1:37733_) [n:127.0.0.1:37733_    
] 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> 2084364 INFO  (qtp20942093-18323) [n:127.0.0.1:37733_ 
c:collection1 s:shard1  x:collection1_shard1_replica_t43] o.a.s.c.ZkController 
I am the leader, no recovery necessary
   [junit4]   2> 2084365 INFO  (qtp20942093-18323) [n:127.0.0.1:37733_ 
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=1286
   [junit4]   2> 2084366 INFO  (qtp2937014-18243) [n:127.0.0.1:32879_    ] 
o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections 
params={node=127.0.0.1:37733_&action=ADDREPLICA&collection=collection1&shard=shard1&type=TLOG&wt=javabin&version=2}
 status=0 QTime=1290
   [junit4]   2> 2084427 INFO  
(TEST-ShardSplitTest.testSplitStaticIndexReplication-seed#[1B771AC640AC5D20]) [ 
   ] o.a.s.c.AbstractFullDistribZkTestBase create jetty 3 in directory 
/home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.ShardSplitTest_1B771AC640AC5D20-001/shard-3-001
 of type TLOG
   [junit4]   2> 2084428 INFO  
(TEST-ShardSplitTest.testSplitStaticIndexReplication-seed#[1B771AC640AC5D20]) [ 
   ] o.e.j.s.Server jetty-9.3.20.v20170531
   [junit4]   2> 2084429 INFO  
(TEST-ShardSplitTest.testSplitStaticIndexReplication-seed#[1B771AC640AC5D20]) [ 
   ] o.e.j.s.h.ContextHandler Started 
o.e.j.s.ServletContextHandler@17d7cd0{/,null,AVAILABLE}
   [junit4]   2> 2084429 INFO  
(TEST-ShardSplitTest.testSplitStaticIndexReplication-seed#[1B771AC640AC5D20]) [ 
   ] o.e.j.s.AbstractConnector Started 
ServerConnector@3eaaba{HTTP/1.1,[http/1.1]}{127.0.0.1:39149}
   [junit4]   2> 2084429 INFO  
(TEST-ShardSplitTest.testSplitStaticIndexReplication-seed#[1B771AC640AC5D20]) [ 
   ] o.e.j.s.Server Started @2086745ms
   [junit4]   2> 2084429 INFO  
(TEST-ShardSplitTest.testSplitStaticIndexReplication-seed#[1B771AC640AC5D20]) [ 
   ] 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/J2/temp/solr.cloud.ShardSplitTest_1B771AC640AC5D20-001/tempDir-001/jetty3,
 replicaType=TLOG, solrconfig=solrconfig.xml, hostContext=/, hostPort=39149, 
coreRootDirectory=/home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.ShardSplitTest_1B771AC640AC5D20-001/shard-3-001/cores}
   [junit4]   2> 2084430 ERROR 
(TEST-ShardSplitTest.testSplitStaticIndexReplication-seed#[1B771AC640AC5D20]) [ 
   ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may 
be missing or incomplete.
   [junit4]   2> 2084430 INFO  
(TEST-ShardSplitTest.testSplitStaticIndexReplication-seed#[1B771AC640AC5D20]) [ 
   ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? 
version 7.2.0
   [junit4]   2> 2084430 INFO  
(TEST-ShardSplitTest.testSplitStaticIndexReplication-seed#[1B771AC640AC5D20]) [ 
   ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on 
port null
   [junit4]   2> 2084430 INFO  
(TEST-ShardSplitTest.testSplitStaticIndexReplication-seed#[1B771AC640AC5D20]) [ 
   ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null, Default 
config dir: null
   [junit4]   2> 2084430 INFO  
(TEST-ShardSplitTest.testSplitStaticIndexReplication-seed#[1B771AC640AC5D20]) [ 
   ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 
2017-10-25T03:44:39.271Z
   [junit4]   2> 2084438 INFO  
(TEST-ShardSplitTest.testSplitStaticIndexReplication-seed#[1B771AC640AC5D20]) [ 
   ] o.a.s.s.SolrDispatchFilter Loading solr.xml from SolrHome (not found in 
ZooKeeper)
   [junit4]   2> 2084438 INFO  
(TEST-ShardSplitTest.testSplitStaticIndexReplication-seed#[1B771AC640AC5D20]) [ 
   ] o.a.s.c.SolrXmlConfig Loading container configuration from 
/home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.ShardSplitTest_1B771AC640AC5D20-001/shard-3-001/solr.xml
   [junit4]   2> 2084440 INFO  
(TEST-ShardSplitTest.testSplitStaticIndexReplication-seed#[1B771AC640AC5D20]) [ 
   ] o.a.s.c.SolrXmlConfig Configuration parameter 
autoReplicaFailoverWorkLoopDelay is ignored
   [junit4]   2> 2084440 INFO  
(TEST-ShardSplitTest.testSplitStaticIndexReplication-seed#[1B771AC640AC5D20]) [ 
   ] o.a.s.c.SolrXmlConfig Configuration parameter 
autoReplicaFailoverBadNodeExpiration is ignored
   [junit4]   2> 2084441 INFO  
(TEST-ShardSplitTest.testSplitStaticIndexReplication-seed#[1B771AC640AC5D20]) [ 
   ] o.a.s.c.SolrXmlConfig MBean server found: 
com.sun.jmx.mbeanserver.JmxMBeanServer@1929361, but no JMX reporters were 
configured - adding default JMX reporter.
   [junit4]   2> 2084443 INFO  
(TEST-ShardSplitTest.testSplitStaticIndexReplication-seed#[1B771AC640AC5D20]) [ 
   ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:38015/solr
   [junit4]   2> 2084447 INFO  
(TEST-ShardSplitTest.testSplitStaticIndexReplication-seed#[1B771AC640AC5D20]) 
[n:127.0.0.1:39149_    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (0) -> (3)
   [junit4]   2> 2084448 INFO  
(TEST-ShardSplitTest.testSplitStaticIndexReplication-seed#[1B771AC640AC5D20]) 
[n:127.0.0.1:39149_    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 2084448 INFO  
(TEST-ShardSplitTest.testSplitStaticIndexReplication-seed#[1B771AC640AC5D20]) 
[n:127.0.0.1:39149_    ] o.a.s.c.ZkController Register node as live in 
ZooKeeper:/live_nodes/127.0.0.1:39149_
   [junit4]   2> 2084449 INFO  
(zkCallback-3352-thread-1-processing-n:127.0.0.1:40449_) [n:127.0.0.1:40449_    
] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 2084449 INFO  (zkCallback-3347-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 2084449 INFO  
(zkCallback-3339-thread-2-processing-n:127.0.0.1:32879_) [n:127.0.0.1:32879_    
] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 2084449 INFO  
(zkCallback-3358-thread-1-processing-n:127.0.0.1:37733_) [n:127.0.0.1:37733_    
] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 2084449 INFO  
(zkCallback-3364-thread-1-processing-n:127.0.0.1:39149_) [n:127.0.0.1:39149_    
] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 2084514 INFO  
(TEST-ShardSplitTest.testSplitStaticIndexReplication-seed#[1B771AC640AC5D20]) 
[n:127.0.0.1:39149_    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr.node' (registry 'solr.node') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@1929361
   [junit4]   2> 2084522 INFO  
(TEST-ShardSplitTest.testSplitStaticIndexReplication-seed#[1B771AC640AC5D20]) 
[n:127.0.0.1:39149_    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr.jvm' (registry 'solr.jvm') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@1929361
   [junit4]   2> 2084522 INFO  
(TEST-ShardSplitTest.testSplitStaticIndexReplication-seed#[1B771AC640AC5D20]) 
[n:127.0.0.1:39149_    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr.jetty' (registry 'solr.jetty') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@1929361
   [junit4]   2> 2084523 INFO  
(TEST-ShardSplitTest.testSplitStaticIndexReplication-seed#[1B771AC640AC5D20]) 
[n:127.0.0.1:39149_    ] o.a.s.c.CorePropertiesLocator Found 0 core definitions 
underneath 
/home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.ShardSplitTest_1B771AC640AC5D20-001/shard-3-001/cores
   [junit4]   2> 2084549 INFO  
(zkCallback-3358-thread-1-processing-n:127.0.0.1:37733_) [n:127.0.0.1:37733_    
] 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> 2084549 INFO  
(zkCallback-3352-thread-1-processing-n:127.0.0.1:40449_) [n:127.0.0.1:40449_    
] 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> 2084552 INFO  (qtp2937014-18244) [n:127.0.0.1:32879_    ] 
o.a.s.h.a.CollectionsHandler Invoked Collection Action :addreplica with params 
node=127.0.0.1:39149_&action=ADDREPLICA&collection=collection1&shard=shard2&type=TLOG&wt=javabin&version=2
 and sendToOCPQueue=true
   [junit4]   2> 2084553 INFO  
(OverseerCollectionConfigSetProcessor-98887471811657732-127.0.0.1:32879_-n_0000000000)
 [n:127.0.0.1:32879_    ] 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> 2084553 INFO  
(OverseerThreadFactory-8357-thread-5-processing-n:127.0.0.1:32879_) 
[n:127.0.0.1:32879_    ] o.a.s.c.AddReplicaCmd Node Identified 127.0.0.1:39149_ 
for creating new replica
   [junit4]   2> 2084554 INFO  (qtp13603117-18352) [n:127.0.0.1:39149_    ] 
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> 2084554 INFO  (qtp13603117-18352) [n:127.0.0.1:39149_    ] 
o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 4 
transient cores
   [junit4]   2> 2084656 INFO  
(zkCallback-3358-thread-1-processing-n:127.0.0.1:37733_) [n:127.0.0.1:37733_    
] 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> 2084656 INFO  
(zkCallback-3352-thread-1-processing-n:127.0.0.1:40449_) [n:127.0.0.1:40449_    
] 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> 2084656 INFO  
(zkCallback-3364-thread-1-processing-n:127.0.0.1:39149_) [n:127.0.0.1:39149_    
] 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> 2085569 INFO  (qtp13603117-18352) [n:127.0.0.1:39149_ 
c:collection1 s:shard2  x:collection1_shard2_replica_t45] o.a.s.c.SolrConfig 
Using Lucene MatchVersion: 7.2.0
   [junit4]   2> 2085576 INFO  (qtp13603117-18352) [n:127.0.0.1:39149_ 
c:collection1 s:shard2  x:collection1_shard2_replica_t45] o.a.s.s.IndexSchema 
[collection1_shard2_replica_t45] Schema name=test
   [junit4]   2> 2085633 INFO  (qtp13603117-18352) [n:127.0.0.1:39149_ 
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> 2085639 INFO  (qtp13603117-18352) [n:127.0.0.1:39149_ 
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> 2085640 INFO  (qtp13603117-18352) [n:127.0.0.1:39149_ 
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@1929361
   [junit4]   2> 2085640 INFO  (qtp13603117-18352) [n:127.0.0.1:39149_ 
c:collection1 s:shard2  x:collection1_shard2_replica_t45] o.a.s.c.SolrCore 
solr.RecoveryStrategy.Builder
   [junit4]   2> 2085640 INFO  (qtp13603117-18352) [n:127.0.0.1:39149_ 
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/J2/temp/solr.cloud.ShardSplitTest_1B771AC640AC5D20-001/shard-3-001/cores/collection1_shard2_replica_t45],
 
dataDir=[/home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.ShardSplitTest_1B771AC640AC5D20-001/shard-3-001/cores/collection1_shard2_replica_t45/data/]
   [junit4]   2> 2085642 INFO  (qtp13603117-18352) [n:127.0.0.1:39149_ 
c:collection1 s:shard2  x:collection1_shard2_replica_t45] 
o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class 
org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: 
maxMergeAtOnce=18, maxMergeAtOnceExplicit=35, maxMergedSegmentMB=79.8720703125, 
floorSegmentMB=0.7666015625, forceMergeDeletesPctAllowed=12.135287442518432, 
segmentsPerTier=40.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=1.0
   [junit4]   2> 2085655 WARN  (qtp13603117-18352) [n:127.0.0.1:39149_ 
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> 2085680 INFO  (qtp13603117-18352) [n:127.0.0.1:39149_ 
c:collection1 s:shard2  x:collection1_shard2_replica_t45] o.a.s.u.UpdateHandler 
Using UpdateLog implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 2085680 INFO  (qtp13603117-18352) [n:127.0.0.1:39149_ 
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> 2085681 INFO  (qtp13603117-18352) [n:127.0.0.1:39149_ 
c:collection1 s:shard2  x:collection1_shard2_replica_t45] o.a.s.u.CommitTracker 
Hard AutoCommit: disabled
   [junit4]   2> 2085681 INFO  (qtp13603117-18352) [n:127.0.0.1:39149_ 
c:collection1 s:shard2  x:collection1_shard2_replica_t45] o.a.s.u.CommitTracker 
Soft AutoCommit: disabled
   [junit4]   2> 2085682 INFO  (qtp13603117-18352) [n:127.0.0.1:39149_ 
c:collection1 s:shard2  x:collection1_shard2_replica_t45] 
o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class 
org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: 
maxMergeAtOnce=26, maxMergeAtOnceExplicit=40, maxMergedSegmentMB=13.984375, 
floorSegmentMB=0.7705078125, forceMergeDeletesPctAllowed=11.931566917504492, 
segmentsPerTier=41.0, maxCFSSegmentSizeMB=8.796093022207999E12, 
noCFSRatio=0.4430245837062623
   [junit4]   2> 2085682 INFO  (qtp13603117-18352) [n:127.0.0.1:39149_ 
c:collection1 s:shard2  x:collection1_shard2_replica_t45] 
o.a.s.s.SolrIndexSearcher Opening 
[Searcher@c28141[collection1_shard2_replica_t45] main]
   [junit4]   2> 2085683 INFO  (qtp13603117-18352) [n:127.0.0.1:39149_ 
c:collection1 s:shard2  x:collection1_shard2_replica_t45] 
o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: 
/configs/conf1
   [junit4]   2> 2085683 INFO  (qtp13603117-18352) [n:127.0.0.1:39149_ 
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> 2085683 INFO  (qtp13603117-18352) [n:127.0.0.1:39149_ 
c:collection1 s:shard2  x:collection1_shard2_replica_t45] 
o.a.s.h.ReplicationHandler Commits will be reserved for 10000ms.
   [junit4]   2> 2085684 INFO  
(searcherExecutor-8393-thread-1-processing-n:127.0.0.1:39149_ 
x:collection1_shard2_replica_t45 s:shard2 c:collection1) [n:127.0.0.1:39149_ 
c:collection1 s:shard2  x:collection1_shard2_replica_t45] o.a.s.c.SolrCore 
[collection1_shard2_replica_t45] Registered new searcher 
Searcher@c28141[collection1_shard2_replica_t45] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 2085684 INFO  (qtp13603117-18352) [n:127.0.0.1:39149_ 
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 
1582199556564582400
   [junit4]   2> 2085687 INFO  (qtp13603117-18352) [n:127.0.0.1:39149_ 
c:collection1 s:shard2  x:collection1_shard2_replica_t45] o.a.s.c.ZkController 
Core needs to recover:collection1_shard2_replica_t45
   [junit4]   2> 2085687 INFO  
(updateExecutor-3361-thread-1-processing-n:127.0.0.1:39149_ 
x:collection1_shard2_replica_t45 s:shard2 c:collection1) [n:127.0.0.1:39149_ 
c:collection1 s:shard2 r:core_node46 x:collection1_shard2_replica_t45] 
o.a.s.u.DefaultSolrCoreState Running recovery
   [junit4]   2> 2085687 INFO  (qtp13603117-18352) [n:127.0.0.1:39149_ 
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=1132
   [junit4]   2> 2085687 INFO  
(recoveryExecutor-3362-thread-1-processing-n:127.0.0.1:39149_ 
x:collection1_shard2_replica_t45 s:shard2 c:collection1 r:core_node46) 
[n:127.0.0.1:39149_ c:collection1 s:shard2 r:core_node46 
x:collection1_shard2_replica_t45] o.a.s.c.RecoveryStrategy Starting recovery 
process. recoveringAfterStartup=true
   [junit4]   2> 2085687 INFO  
(recoveryExecutor-3362-thread-1-processing-n:127.0.0.1:39149_ 
x:collection1_shard2_replica_t45 s:shard2 c:collection1 r:core_node46) 
[n:127.0.0.1:39149_ c:collection1 s:shard2 r:core_node46 
x:collection1_shard2_replica_t45] o.a.s.c.RecoveryStrategy ###### 
startupVersions=[[]]
   [junit4]   2> 2085687 INFO  
(recoveryExecutor-3362-thread-1-processing-n:127.0.0.1:39149_ 
x:collection1_shard2_replica_t45 s:shard2 c:collection1 r:core_node46) 
[n:127.0.0.1:39149_ 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> 2085687 INFO  
(recoveryExecutor-3362-thread-1-processing-n:127.0.0.1:39149_ 
x:collection1_shard2_replica_t45 s:shard2 c:collection1 r:core_node46) 
[n:127.0.0.1:39149_ 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> 2085687 INFO  
(recoveryExecutor-3362-thread-1-processing-n:127.0.0.1:39149_ 
x:collection1_shard2_replica_t45 s:shard2 c:collection1 r:core_node46) 
[n:127.0.0.1:39149_ 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> 2085687 INFO  
(recoveryExecutor-3362-thread-1-processing-n:127.0.0.1:39149_ 
x:collection1_shard2_replica_t45 s:shard2 c:collection1 r:core_node46) 
[n:127.0.0.1:39149_ 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:40449/collection1_shard2_replica_t41/] and I am 
[http://127.0.0.1:39149/collection1_shard2_replica_t45/]
   [junit4]   2> 2085688 INFO  (qtp2937014-18244) [n:127.0.0.1:32879_    ] 
o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections 
params={node=127.0.0.1:39149_&action=ADDREPLICA&collection=collection1&shard=shard2&type=TLOG&wt=javabin&version=2}
 status=0 QTime=1136
   [junit4]   2> 2085689 INFO  
(recoveryExecutor-3362-thread-1-processing-n:127.0.0.1:39149_ 
x:collection1_shard2_replica_t45 s:shard2 c:collection1 r:core_node46) 
[n:127.0.0.1:39149_ 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:40449]; [WaitForState: 
action=PREPRECOVERY&core=collection1_shard2_replica_t41&nodeName=127.0.0.1:39149_&coreNodeName=core_node46&state=recovering&checkLive=true&onlyIfLeader=true&onlyIfLeaderActive=true]
   [junit4]   2> 2085689 INFO  (qtp6588694-18296) [n:127.0.0.1:40449_    ] 
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> 2085689 INFO  (qtp6588694-18296) [n:127.0.0.1:40449_    ] 
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:39149_, 
coreNodeName=core_node46, onlyIfActiveCheckResult=false, nodeProps: 
core_node46:{"core":"collection1_shard2_replica_t45","base_url":"http://127.0.0.1:39149","node_name":"127.0.0.1:39149_","state":"down","type":"TLOG"}
   [junit4]   2> 2085756 INFO  
(TEST-ShardSplitTest.testSplitStaticIndexReplication-seed#[1B771AC640AC5D20]) [ 
   ] o.a.s.c.AbstractFullDistribZkTestBase create jetty 4 in directory 
/home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.ShardSplitTest_1B771AC640AC5D20-001/shard-4-001
 of type TLOG
   [junit4]   2> 2085756 INFO  
(TEST-ShardSplitTest.testSplitStaticIndexReplication-seed#[1B771AC640AC5D20]) [ 
   ] o.e.j.s.Server jetty-9.3.20.v20170531
   [junit4]   2> 2085757 INFO  
(TEST-ShardSplitTest.testSplitStaticIndexReplication-seed#[1B771AC640AC5D20]) [ 
   ] o.e.j.s.h.ContextHandler Started 
o.e.j.s.ServletContextHandler@6646f{/,null,AVAILABLE}
   [junit4]   2> 2085757 INFO  
(TEST-ShardSplitTest.testSplitStaticIndexReplication-seed#[1B771AC640AC5D20]) [ 
   ] o.e.j.s.AbstractConnector Started 
ServerConnector@128d7b7{HTTP/1.1,[http/1.1]}{127.0.0.1:33885}
   [junit4]   2> 2085758 INFO  
(TEST-ShardSplitTest.testSplitStaticIndexReplication-seed#[1B771AC640AC5D20]) [ 
   ] o.e.j.s.Server Started @2088073ms
   [junit4]   2> 2085758 INFO  
(TEST-ShardSplitTest.testSplitStaticIndexReplication-seed#[1B771AC640AC5D20]) [ 
   ] 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/J2/temp/solr.cloud.ShardSplitTest_1B771AC640AC5D20-001/tempDir-001/jetty4,
 replicaType=TLOG, solrconfig=solrconfig.xml, hostContext=/, hostPort=33885, 
coreRootDirectory=/home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J2/../../../../../../../../../home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.ShardSplitTest_1B771AC640AC5D20-001/shard-4-001/cores}
   [junit4]   2> 2085758 ERROR 
(TEST-ShardSplitTest.testSplitStaticIndexReplication-seed#[1B771AC640AC5D20]) [ 
   ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may 
be missing or incomplete.
   [junit4]   2> 2085758 INFO  
(TEST-ShardSplitTest.testSplitStaticIndexReplication-seed#[1B771AC640AC5D20]) [ 
   ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? 
version 7.2.0
   [junit4]   2> 2085758 INFO  
(TEST-ShardSplitTest.testSplitStaticIndexReplication-seed#[1B771AC640AC5D20]) [ 
   ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on 
port null
   [junit4]   2> 2085758 INFO  
(TEST-ShardSplitTest.testSplitStaticIndexReplication-seed#[1B771AC640AC5D20]) [ 
   ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null, Default 
config dir: null
   [junit4]   2> 2085758 INFO  
(TEST-ShardSplitTest.testSplitStaticIndexReplication-seed#[1B771AC640AC5D20]) [ 
   ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 
2017-10-25T03:44:40.599Z
   [junit4]   2> 2085759 INFO  
(TEST-ShardSplitTest.testSplitStaticIndexReplication-seed#[1B771AC640AC5D20]) [ 
   ] o.a.s.s.SolrDispatchFilter Loading solr.xml from SolrHome (not found in 
ZooKeeper)
   [junit4]   2> 2085760 INFO  
(TEST-ShardSplitTest.testSplitStaticIndexReplication-seed#[1B771AC640AC5D20]) [ 
   ] o.a.s.c.SolrXmlConfig Loading container configuration from 
/home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.ShardSplitTest_1B771AC640AC5D20-001/shard-4-001/solr.xml
   [junit4]   2> 2085762 INFO  
(TEST-ShardSplitTest.testSplitStaticIndexReplication-seed#[1B771AC640AC5D20]) [ 
   ] o.a.s.c.SolrXmlConfig Configuration parameter 
autoReplicaFailoverWorkLoopDelay is ignored
   [junit4]   2> 2085762 INFO  
(TEST-ShardSplitTest.testSplitStaticIndexReplication-seed#[1B771AC640AC5D20]) [ 
   ] o.a.s.c.SolrXmlConfig Configuration parameter 
autoReplicaFailoverBadNodeExpiration is ignored
   [junit4]   2> 2085762 INFO  
(TEST-ShardSplitTest.testSplitStaticIndexReplication-seed#[1B771AC640AC5D20]) [ 
   ] o.a.s.c.SolrXmlConfig MBean server found: 
com.sun.jmx.mbeanserver.JmxMBeanServer@1929361, but no JMX reporters were 
configured - adding default JMX reporter.
   [junit4]   2> 2085765 INFO  
(TEST-ShardSplitTest.testSplitStaticIndexReplication-seed#[1B771AC640AC5D20]) [ 
   ] o.

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

  >     at 
org.apache.http.impl.conn.CPoolProxy.receiveResponseHeader(CPoolProxy.java:165)
   [junit4]    >        at 
org.apache.http.protocol.HttpRequestExecutor.doReceiveResponse(HttpRequestExecutor.java:273)
   [junit4]    >        at 
org.apache.http.protocol.HttpRequestExecutor.execute(HttpRequestExecutor.java:125)
   [junit4]    >        at 
org.apache.http.impl.execchain.MainClientExec.execute(MainClientExec.java:272)
   [junit4]    >        at 
org.apache.http.impl.execchain.ProtocolExec.execute(ProtocolExec.java:185)
   [junit4]    >        at 
org.apache.http.impl.execchain.RetryExec.execute(RetryExec.java:89)
   [junit4]    >        at 
org.apache.http.impl.execchain.RedirectExec.execute(RedirectExec.java:111)
   [junit4]    >        at 
org.apache.http.impl.client.InternalHttpClient.doExecute(InternalHttpClient.java:185)
   [junit4]    >        at 
org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:83)
   [junit4]    >        at 
org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:56)
   [junit4]    >        at 
org.apache.solr.client.solrj.impl.HttpSolrClient.executeMethod(HttpSolrClient.java:525)
   [junit4]    >        ... 47 more
   [junit4]   2> NOTE: leaving temporary files on disk at: 
/home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.ShardSplitTest_1B771AC640AC5D20-001
   [junit4]   2> NOTE: test params are: codec=Asserting(Lucene70): 
{rnd_b=FSTOrd50, shard_s=PostingsFormat(name=LuceneVarGapFixedInterval), 
a_t=PostingsFormat(name=LuceneVarGapFixedInterval), id=FSTOrd50}, 
docValues:{rnd_b=DocValuesFormat(name=Direct), 
shard_s=DocValuesFormat(name=Memory), _version_=DocValuesFormat(name=Lucene70), 
n_ti=DocValuesFormat(name=Memory), a_t=DocValuesFormat(name=Memory), 
a_i=DocValuesFormat(name=Direct), id=DocValuesFormat(name=Direct)}, 
maxPointsInLeafNode=1793, maxMBSortInHeap=5.88842515863225, 
sim=RandomSimilarity(queryNorm=false): {}, locale=ar-EG, timezone=America/Cayman
   [junit4]   2> NOTE: Linux 4.10.0-33-generic i386/Oracle Corporation 
1.8.0_144 (32-bit)/cpus=8,threads=1,free=195564432,total=518979584
   [junit4]   2> NOTE: All tests run in this JVM: [ScriptEngineTest, 
PKIAuthenticationIntegrationTest, HttpSolrCallGetCoreTest, 
AutoscalingHistoryHandlerTest, SimplePostToolTest, MetricsConfigTest, 
PreAnalyzedFieldManagedSchemaCloudTest, CustomCollectionTest, 
SubstringBytesRefFilterTest, TestPolicyCloud, HdfsDirectoryFactoryTest, 
TestSystemIdResolver, AutoScalingHandlerTest, 
HdfsCollectionsAPIDistributedZkTest, DistanceFunctionTest, 
AtomicUpdateProcessorFactoryTest, AsyncCallRequestStatusResponseTest, 
TestSearchPerf, BlockJoinFacetSimpleTest, SparseHLLTest, 
TestDistributedGrouping, DistanceUnitsTest, TestLMDirichletSimilarityFactory, 
TestConfigOverlay, TestMultiWordSynonyms, SolrIndexMetricsTest, 
TestConfigSetsAPI, TestMinMaxOnMultiValuedField, 
BigEndianAscendingWordSerializerTest, DistributedExpandComponentTest, 
TestManagedResourceStorage, TestCollationFieldDocValues, 
OutOfBoxZkACLAndCredentialsProvidersTest, TestCharFilters, TestReqParamsAPI, 
ConfigSetsAPITest, TestRawResponseWriter, DisMaxRequestHandlerTest, 
CoreSorterTest, TestFuzzyAnalyzedSuggestions, 
DistributedSpellCheckComponentTest, TestSolrQueryResponse, 
TestUseDocValuesAsStored2, SuggesterWFSTTest, 
CollectionsAPIAsyncDistributedZkTest, NodeLostTriggerTest, 
TestFieldCollectionResource, TestStressUserVersions, 
TestPartialUpdateDeduplication, ConnectionReuseTest, TestCollapseQParserPlugin, 
IndexBasedSpellCheckerTest, SortByFunctionTest, TestRebalanceLeaders, 
QueryElevationComponentTest, DistributedFacetPivotLongTailTest, 
TestShortCircuitedRequests, TestDistributedMissingSort, 
TestSolrCloudWithDelegationTokens, PropertiesRequestHandlerTest, 
TestUnifiedSolrHighlighter, AliasIntegrationTest, FullHLLTest, TestQueryTypes, 
TestSolrCoreProperties, TestCloudInspectUtil, TestCoreDiscovery, 
OverseerModifyCollectionTest, BlockCacheTest, ClusterStateTest, 
TestLegacyFieldReuse, TestInitParams, SaslZkACLProviderTest, ReturnFieldsTest, 
PreAnalyzedUpdateProcessorTest, TestSimpleQParserPlugin, 
TestGraphMLResponseWriter, TestSystemCollAutoCreate, TestFunctionQuery, 
HdfsThreadLeakTest, TestTrie, TestLMJelinekMercerSimilarityFactory, 
MissingSegmentRecoveryTest, CSVRequestHandlerTest, HighlighterTest, 
SpellCheckCollatorWithCollapseTest, TestStressCloudBlindAtomicUpdates, 
DocExpirationUpdateProcessorFactoryTest, TestFieldCacheSortRandom, 
TestElisionMultitermQuery, DeleteNodeTest, TestHashPartitioner, 
TestLegacyFieldCache, TestDistribIDF, TestStreamBody, LoggingHandlerTest, 
TestClusterProperties, TestFieldCache, TestConfigReload, 
DirectSolrConnectionTest, TestSolrXml, CdcrUpdateLogTest, 
TestRuleBasedAuthorizationPlugin, FullSolrCloudDistribCmdsTest, 
RestartWhileUpdatingTest, StatsComponentTest, 
DistributedFacetPivotWhiteBoxTest, TestValueSourceCache, 
TlogReplayBufferedWhileIndexingTest, TestPullReplicaErrorHandling, 
TestCloudPseudoReturnFields, TestExpandComponent, 
SolrCoreCheckLockOnStartupTest, UpdateLogTest, TestSchemaSimilarityResource, 
TestOnReconnectListenerSupport, TestJsonRequest, TestSQLHandlerNonCloud, 
SolrSlf4jReporterTest, TestLRUCache, LeaderInitiatedRecoveryOnCommitTest, 
DefaultValueUpdateProcessorTest, TestFieldTypeResource, 
BasicDistributedZk2Test, UnloadDistributedZkTest, 
CollectionsAPIDistributedZkTest, TestRandomDVFaceting, ShardRoutingCustomTest, 
TestDistributedSearch, TestFaceting, TestRecovery, TestRealTimeGet, 
TestStressReorder, TestReload, TestCoreContainer, SimpleFacetsTest, 
TestSolr4Spatial, SolrCoreTest, SpellCheckComponentTest, TestGroupingSearch, 
BadIndexSchemaTest, ConvertedLegacyTest, TestSort, TestFiltering, 
DirectUpdateHandlerTest, TestIndexSearcher, ShowFileRequestHandlerTest, 
DistributedQueryElevationComponentTest, AnalysisAfterCoreReloadTest, 
TestExtendedDismaxParser, CoreAdminHandlerTest, SuggesterTSTTest, 
SuggesterTest, TestStressLucene, TestCSVLoader, PolyFieldTest, 
NoCacheHeaderTest, WordBreakSolrSpellCheckerTest, 
SchemaVersionSpecificBehaviorTest, TestUpdate, 
FieldMutatingUpdateProcessorTest, TestAtomicUpdateErrorCases, 
TestWordDelimiterFilterFactory, DirectUpdateHandlerOptimizeTest, 
SolrInfoBeanTest, XsltUpdateRequestHandlerTest, CacheHeaderTest, 
TestSurroundQueryParser, LukeRequestHandlerTest, TestWriterPerf, 
DirectSolrSpellCheckerTest, TestReversedWildcardFilterFactory, 
DocumentAnalysisRequestHandlerTest, PrimitiveFieldTypeTest, 
FileBasedSpellCheckerTest, XmlUpdateRequestHandlerTest, RequestHandlersTest, 
DocumentBuilderTest, PathHierarchyTokenizerFactoryTest, 
TermVectorComponentTest, TestIndexingPerformance, RequiredFieldsTest, 
FieldAnalysisRequestHandlerTest, TestSolrQueryParser, IndexSchemaTest, 
TestJmxIntegration, TestCSVResponseWriter, MBeansHandlerTest, 
UniqFieldsUpdateProcessorFactoryTest, TestLFUCache, HighlighterConfigTest, 
SOLR749Test, TestQuerySenderListener, UpdateParamsTest, AlternateDirectoryTest, 
TestSolrIndexConfig, CopyFieldTest, BadComponentTest, TestStressRecovery, 
PreAnalyzedFieldTest, DateFieldTest, SpellingQueryConverterTest, 
RAMDirectoryFactoryTest, TestSolrJ, TestUtils, ZkNodePropsTest, SliceStateTest, 
SystemInfoHandlerTest, UUIDFieldTest, FileUtilsTest, CircularListTest, 
TestRTGBase, CursorPagingTest, DistributedIntervalFacetingTest, 
SolrTestCaseJ4Test, TestCrossCoreJoin, TestTolerantSearch, 
TestLuceneIndexBackCompat, TestEmbeddedSolrServerAdminHandler, 
TestEmbeddedSolrServerConstructors, TestEmbeddedSolrServerSchemaAPI, 
ActionThrottleTest, AddReplicaTest, AssignBackwardCompatibilityTest, 
ChaosMonkeySafeLeaderWithPullReplicasTest, CleanupOldIndexTest, 
CloudExitableDirectoryReaderTest, CollectionReloadTest, 
DeleteInactiveReplicaTest, DeleteStatusTest, 
DistribDocExpirationUpdateProcessorTest, DistributedVersionInfoTest, 
LeaderElectionContextKeyTest, LeaderInitiatedRecoveryOnShardRestartTest, 
MoveReplicaHDFSFailoverTest, MoveReplicaHDFSTest, MoveReplicaTest, 
NodeMutatorTest, OverseerStatusTest, OverseerTaskQueueTest, 
RemoteQueryErrorTest, ReplaceNodeTest, ShardSplitTest]
   [junit4] Completed [538/744 (1!)] on J2 in 822.77s, 5 tests, 1 error <<< 
FAILURES!

[...truncated 24882 lines...]
-check-forbidden-all:
[forbidden-apis] Reading bundled API signatures: jdk-unsafe-1.8
[forbidden-apis] Reading bundled API signatures: jdk-deprecated-1.8
[forbidden-apis] Reading bundled API signatures: jdk-non-portable
[forbidden-apis] Reading bundled API signatures: jdk-reflection
[forbidden-apis] Reading bundled API signatures: commons-io-unsafe-2.5
[forbidden-apis] Reading API signatures: 
/home/jenkins/workspace/Lucene-Solr-7.x-Linux/lucene/tools/forbiddenApis/base.txt
[forbidden-apis] Reading API signatures: 
/home/jenkins/workspace/Lucene-Solr-7.x-Linux/lucene/tools/forbiddenApis/servlet-api.txt
[forbidden-apis] Reading API signatures: 
/home/jenkins/workspace/Lucene-Solr-7.x-Linux/lucene/tools/forbiddenApis/solr.txt
[forbidden-apis] Loading classes to check...
[forbidden-apis] Scanning classes for violations...
[forbidden-apis] Forbidden method invocation: 
java.lang.String#format(java.lang.String,java.lang.Object[]) [Uses default 
locale]
[forbidden-apis]   in org.apache.solr.cloud.LeaderElectionContextKeyTest 
(LeaderElectionContextKeyTest.java:81)
[forbidden-apis] Scanned 3878 class file(s) for forbidden API invocations (in 
2.31s), 1 error(s).

BUILD FAILED
/home/jenkins/workspace/Lucene-Solr-7.x-Linux/build.xml:826: The following 
error occurred while executing this line:
/home/jenkins/workspace/Lucene-Solr-7.x-Linux/build.xml:117: The following 
error occurred while executing this line:
/home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build.xml:376: The following 
error occurred while executing this line:
/home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/common-build.xml:534: Check 
for forbidden API calls failed, see log.

Total time: 91 minutes 47 seconds
Build step 'Invoke Ant' marked build as failure
Archiving artifacts
[WARNINGS] Skipping publisher since build result is FAILURE
Recording test results
Email was triggered for: Failure - Any
Sending email for trigger: Failure - Any
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@lucene.apache.org
For additional commands, e-mail: dev-h...@lucene.apache.org

Reply via email to