Build: https://builds.apache.org/job/Lucene-Solr-Tests-7.0/76/

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

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

Stack Trace:
java.lang.AssertionError: expected:<1> but was:<2>
        at 
__randomizedtesting.SeedInfo.seed([41E05768EED17DC:FD5396D9B2985A56]:0)
        at org.junit.Assert.fail(Assert.java:93)
        at org.junit.Assert.failNotEquals(Assert.java:647)
        at org.junit.Assert.assertEquals(Assert.java:128)
        at org.junit.Assert.assertEquals(Assert.java:472)
        at org.junit.Assert.assertEquals(Assert.java:456)
        at 
org.apache.solr.cloud.ShardSplitTest.testSplitAfterFailedSplit(ShardSplitTest.java:279)
        at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
        at 
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
        at 
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
        at java.lang.reflect.Method.invoke(Method.java:498)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1713)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:907)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:943)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:957)
        at 
org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsFixedStatement.callStatement(BaseDistributedSearchTestCase.java:985)
        at 
org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsStatement.evaluate(BaseDistributedSearchTestCase.java:960)
        at 
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
        at 
org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
        at 
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
        at 
org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
        at 
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
        at 
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:817)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:468)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:916)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:802)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:852)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:863)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
        at 
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
        at 
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
        at 
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
        at 
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
        at 
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
        at 
org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
        at java.lang.Thread.run(Thread.java:748)


FAILED:  org.apache.solr.core.snapshots.TestSolrCloudSnapshots.testSnapshots

Error Message:
Could not load collection from ZK: SolrCloudSnapshots

Stack Trace:
org.apache.solr.common.SolrException: Could not load collection from ZK: 
SolrCloudSnapshots
        at 
__randomizedtesting.SeedInfo.seed([41E05768EED17DC:325281E9FBB41593]:0)
        at 
org.apache.solr.common.cloud.ZkStateReader.getCollectionLive(ZkStateReader.java:1112)
        at 
org.apache.solr.common.cloud.ZkStateReader$LazyCollectionRef.get(ZkStateReader.java:646)
        at 
org.apache.solr.client.solrj.impl.CloudSolrClient.getDocCollection(CloudSolrClient.java:1227)
        at 
org.apache.solr.client.solrj.impl.CloudSolrClient.requestWithRetryOnStaleState(CloudSolrClient.java:871)
        at 
org.apache.solr.client.solrj.impl.CloudSolrClient.request(CloudSolrClient.java:793)
        at 
org.apache.solr.client.solrj.SolrRequest.process(SolrRequest.java:178)
        at org.apache.solr.client.solrj.SolrClient.commit(SolrClient.java:484)
        at org.apache.solr.client.solrj.SolrClient.commit(SolrClient.java:448)
        at 
org.apache.solr.core.snapshots.TestSolrCloudSnapshots.testSnapshots(TestSolrCloudSnapshots.java:158)
        at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
        at 
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
        at 
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
        at java.lang.reflect.Method.invoke(Method.java:498)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1713)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:907)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:943)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:957)
        at 
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
        at 
org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
        at 
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
        at 
org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
        at 
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
        at 
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:817)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:468)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:916)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:802)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:852)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:863)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
        at 
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
        at 
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
        at 
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
        at 
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
        at 
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
        at 
org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
        at java.lang.Thread.run(Thread.java:748)
Caused by: org.apache.zookeeper.KeeperException$SessionExpiredException: 
KeeperErrorCode = Session expired for /collections/SolrCloudSnapshots/state.json
        at org.apache.zookeeper.KeeperException.create(KeeperException.java:127)
        at org.apache.zookeeper.KeeperException.create(KeeperException.java:51)
        at org.apache.zookeeper.ZooKeeper.getData(ZooKeeper.java:1212)
        at 
org.apache.solr.common.cloud.SolrZkClient$7.execute(SolrZkClient.java:357)
        at 
org.apache.solr.common.cloud.SolrZkClient$7.execute(SolrZkClient.java:354)
        at 
org.apache.solr.common.cloud.ZkCmdExecutor.retryOperation(ZkCmdExecutor.java:60)
        at 
org.apache.solr.common.cloud.SolrZkClient.getData(SolrZkClient.java:354)
        at 
org.apache.solr.common.cloud.ZkStateReader.fetchCollectionState(ZkStateReader.java:1124)
        at 
org.apache.solr.common.cloud.ZkStateReader.getCollectionLive(ZkStateReader.java:1110)
        ... 47 more




Build Log:
[...truncated 11445 lines...]
   [junit4] Suite: org.apache.solr.cloud.ShardSplitTest
   [junit4]   2> Creating dataDir: 
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-7.0/solr/build/solr-core/test/J2/temp/solr.cloud.ShardSplitTest_41E05768EED17DC-001/init-core-data-001
   [junit4]   2> 1178807 WARN  
(SUITE-ShardSplitTest-seed#[41E05768EED17DC]-worker) [    ] 
o.a.s.SolrTestCaseJ4 startTrackingSearchers: numOpens=2 numCloses=2
   [junit4]   2> 1178824 INFO  
(SUITE-ShardSplitTest-seed#[41E05768EED17DC]-worker) [    ] 
o.a.s.SolrTestCaseJ4 Using TrieFields (NUMERIC_POINTS_SYSPROP=false) 
w/NUMERIC_DOCVALUES_SYSPROP=true
   [junit4]   2> 1178825 INFO  
(SUITE-ShardSplitTest-seed#[41E05768EED17DC]-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> 1178825 INFO  
(SUITE-ShardSplitTest-seed#[41E05768EED17DC]-worker) [    ] 
o.a.s.BaseDistributedSearchTestCase Setting hostContext system property: /
   [junit4]   2> 1178861 INFO  
(TEST-ShardSplitTest.testSplitAfterFailedSplit-seed#[41E05768EED17DC]) [    ] 
o.a.s.c.ZkTestServer STARTING ZK TEST SERVER
   [junit4]   2> 1178876 INFO  (Thread-790) [    ] o.a.s.c.ZkTestServer client 
port:0.0.0.0/0.0.0.0:0
   [junit4]   2> 1178876 INFO  (Thread-790) [    ] o.a.s.c.ZkTestServer 
Starting server
   [junit4]   2> 1178970 ERROR (Thread-790) [    ] 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> 1179012 INFO  
(TEST-ShardSplitTest.testSplitAfterFailedSplit-seed#[41E05768EED17DC]) [    ] 
o.a.s.c.ZkTestServer start zk server on port:40096
   [junit4]   2> 1179194 INFO  
(TEST-ShardSplitTest.testSplitAfterFailedSplit-seed#[41E05768EED17DC]) [    ] 
o.a.s.c.AbstractZkTestCase put 
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-7.0/solr/core/src/test-files/solr/collection1/conf/solrconfig-tlog.xml
 to /configs/conf1/solrconfig.xml
   [junit4]   2> 1179195 INFO  
(TEST-ShardSplitTest.testSplitAfterFailedSplit-seed#[41E05768EED17DC]) [    ] 
o.a.s.c.AbstractZkTestCase put 
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-7.0/solr/core/src/test-files/solr/collection1/conf/schema15.xml
 to /configs/conf1/schema.xml
   [junit4]   2> 1179196 INFO  
(TEST-ShardSplitTest.testSplitAfterFailedSplit-seed#[41E05768EED17DC]) [    ] 
o.a.s.c.AbstractZkTestCase put 
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-7.0/solr/core/src/test-files/solr/collection1/conf/solrconfig.snippet.randomindexconfig.xml
 to /configs/conf1/solrconfig.snippet.randomindexconfig.xml
   [junit4]   2> 1179197 INFO  
(TEST-ShardSplitTest.testSplitAfterFailedSplit-seed#[41E05768EED17DC]) [    ] 
o.a.s.c.AbstractZkTestCase put 
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-7.0/solr/core/src/test-files/solr/collection1/conf/stopwords.txt
 to /configs/conf1/stopwords.txt
   [junit4]   2> 1179197 INFO  
(TEST-ShardSplitTest.testSplitAfterFailedSplit-seed#[41E05768EED17DC]) [    ] 
o.a.s.c.AbstractZkTestCase put 
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-7.0/solr/core/src/test-files/solr/collection1/conf/protwords.txt
 to /configs/conf1/protwords.txt
   [junit4]   2> 1179215 INFO  
(TEST-ShardSplitTest.testSplitAfterFailedSplit-seed#[41E05768EED17DC]) [    ] 
o.a.s.c.AbstractZkTestCase put 
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-7.0/solr/core/src/test-files/solr/collection1/conf/currency.xml
 to /configs/conf1/currency.xml
   [junit4]   2> 1179216 INFO  
(TEST-ShardSplitTest.testSplitAfterFailedSplit-seed#[41E05768EED17DC]) [    ] 
o.a.s.c.AbstractZkTestCase put 
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-7.0/solr/core/src/test-files/solr/collection1/conf/enumsConfig.xml
 to /configs/conf1/enumsConfig.xml
   [junit4]   2> 1179216 INFO  
(TEST-ShardSplitTest.testSplitAfterFailedSplit-seed#[41E05768EED17DC]) [    ] 
o.a.s.c.AbstractZkTestCase put 
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-7.0/solr/core/src/test-files/solr/collection1/conf/open-exchange-rates.json
 to /configs/conf1/open-exchange-rates.json
   [junit4]   2> 1179217 INFO  
(TEST-ShardSplitTest.testSplitAfterFailedSplit-seed#[41E05768EED17DC]) [    ] 
o.a.s.c.AbstractZkTestCase put 
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-7.0/solr/core/src/test-files/solr/collection1/conf/mapping-ISOLatin1Accent.txt
 to /configs/conf1/mapping-ISOLatin1Accent.txt
   [junit4]   2> 1179234 INFO  
(TEST-ShardSplitTest.testSplitAfterFailedSplit-seed#[41E05768EED17DC]) [    ] 
o.a.s.c.AbstractZkTestCase put 
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-7.0/solr/core/src/test-files/solr/collection1/conf/old_synonyms.txt
 to /configs/conf1/old_synonyms.txt
   [junit4]   2> 1179235 INFO  
(TEST-ShardSplitTest.testSplitAfterFailedSplit-seed#[41E05768EED17DC]) [    ] 
o.a.s.c.AbstractZkTestCase put 
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-7.0/solr/core/src/test-files/solr/collection1/conf/synonyms.txt
 to /configs/conf1/synonyms.txt
   [junit4]   2> 1179236 WARN  (NIOServerCxn.Factory:0.0.0.0/0.0.0.0:0) [    ] 
o.a.z.s.NIOServerCnxn caught end of stream exception
   [junit4]   2> EndOfStreamException: Unable to read additional data from 
client sessionid 0x15d7beb79cc0001, likely client has closed socket
   [junit4]   2>        at 
org.apache.zookeeper.server.NIOServerCnxn.doIO(NIOServerCnxn.java:239)
   [junit4]   2>        at 
org.apache.zookeeper.server.NIOServerCnxnFactory.run(NIOServerCnxnFactory.java:203)
   [junit4]   2>        at java.lang.Thread.run(Thread.java:748)
   [junit4]   2> 1179236 INFO  
(TEST-ShardSplitTest.testSplitAfterFailedSplit-seed#[41E05768EED17DC]) [    ] 
o.a.s.c.AbstractFullDistribZkTestBase Will use NRT replicas unless explicitly 
asked otherwise
   [junit4]   2> 1179787 INFO  
(TEST-ShardSplitTest.testSplitAfterFailedSplit-seed#[41E05768EED17DC]) [    ] 
o.e.j.s.Server jetty-9.3.14.v20161028
   [junit4]   2> 1179884 INFO  
(TEST-ShardSplitTest.testSplitAfterFailedSplit-seed#[41E05768EED17DC]) [    ] 
o.e.j.s.h.ContextHandler Started 
o.e.j.s.ServletContextHandler@4d2def69{/,null,AVAILABLE}
   [junit4]   2> 1179885 INFO  
(TEST-ShardSplitTest.testSplitAfterFailedSplit-seed#[41E05768EED17DC]) [    ] 
o.e.j.s.AbstractConnector Started 
ServerConnector@7aafacc3{HTTP/1.1,[http/1.1]}{127.0.0.1:37039}
   [junit4]   2> 1179885 INFO  
(TEST-ShardSplitTest.testSplitAfterFailedSplit-seed#[41E05768EED17DC]) [    ] 
o.e.j.s.Server Started @1190398ms
   [junit4]   2> 1179885 INFO  
(TEST-ShardSplitTest.testSplitAfterFailedSplit-seed#[41E05768EED17DC]) [    ] 
o.a.s.c.s.e.JettySolrRunner Jetty properties: 
{solr.data.dir=/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-7.0/solr/build/solr-core/test/J2/temp/solr.cloud.ShardSplitTest_41E05768EED17DC-001/tempDir-001/control/data,
 hostContext=/, hostPort=37039, 
coreRootDirectory=/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-7.0/solr/build/solr-core/test/J2/temp/solr.cloud.ShardSplitTest_41E05768EED17DC-001/control-001/cores}
   [junit4]   2> 1179885 ERROR 
(TEST-ShardSplitTest.testSplitAfterFailedSplit-seed#[41E05768EED17DC]) [    ] 
o.a.s.s.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be 
missing or incomplete.
   [junit4]   2> 1179886 INFO  
(TEST-ShardSplitTest.testSplitAfterFailedSplit-seed#[41E05768EED17DC]) [    ] 
o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr™ version 
7.0.0
   [junit4]   2> 1179886 INFO  
(TEST-ShardSplitTest.testSplitAfterFailedSplit-seed#[41E05768EED17DC]) [    ] 
o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 1179886 INFO  
(TEST-ShardSplitTest.testSplitAfterFailedSplit-seed#[41E05768EED17DC]) [    ] 
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null, Default config 
dir: null
   [junit4]   2> 1179886 INFO  
(TEST-ShardSplitTest.testSplitAfterFailedSplit-seed#[41E05768EED17DC]) [    ] 
o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 
2017-07-25T22:43:37.001Z
   [junit4]   2> 1180047 INFO  
(TEST-ShardSplitTest.testSplitAfterFailedSplit-seed#[41E05768EED17DC]) [    ] 
o.a.s.s.SolrDispatchFilter Loading solr.xml from SolrHome (not found in 
ZooKeeper)
   [junit4]   2> 1180047 INFO  
(TEST-ShardSplitTest.testSplitAfterFailedSplit-seed#[41E05768EED17DC]) [    ] 
o.a.s.c.SolrXmlConfig Loading container configuration from 
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-7.0/solr/build/solr-core/test/J2/temp/solr.cloud.ShardSplitTest_41E05768EED17DC-001/control-001/solr.xml
   [junit4]   2> 1180077 INFO  
(TEST-ShardSplitTest.testSplitAfterFailedSplit-seed#[41E05768EED17DC]) [    ] 
o.a.s.c.SolrXmlConfig MBean server found: 
com.sun.jmx.mbeanserver.JmxMBeanServer@493a9fb9, but no JMX reporters were 
configured - adding default JMX reporter.
   [junit4]   2> 1180093 INFO  
(TEST-ShardSplitTest.testSplitAfterFailedSplit-seed#[41E05768EED17DC]) [    ] 
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:40096/solr
   [junit4]   2> 1181153 INFO  
(TEST-ShardSplitTest.testSplitAfterFailedSplit-seed#[41E05768EED17DC]) 
[n:127.0.0.1:37039_    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 1181153 INFO  
(TEST-ShardSplitTest.testSplitAfterFailedSplit-seed#[41E05768EED17DC]) 
[n:127.0.0.1:37039_    ] o.a.s.c.OverseerElectionContext I am going to be the 
leader 127.0.0.1:37039_
   [junit4]   2> 1181154 INFO  
(TEST-ShardSplitTest.testSplitAfterFailedSplit-seed#[41E05768EED17DC]) 
[n:127.0.0.1:37039_    ] o.a.s.c.Overseer Overseer 
(id=98371018162962436-127.0.0.1:37039_-n_0000000000) starting
   [junit4]   2> 1181210 INFO  
(TEST-ShardSplitTest.testSplitAfterFailedSplit-seed#[41E05768EED17DC]) 
[n:127.0.0.1:37039_    ] o.a.s.c.ZkController Register node as live in 
ZooKeeper:/live_nodes/127.0.0.1:37039_
   [junit4]   2> 1181218 INFO  
(zkCallback-520-thread-1-processing-n:127.0.0.1:37039_) [n:127.0.0.1:37039_    
] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 1181678 INFO  
(TEST-ShardSplitTest.testSplitAfterFailedSplit-seed#[41E05768EED17DC]) 
[n:127.0.0.1:37039_    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr.node' (registry 'solr.node') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@493a9fb9
   [junit4]   2> 1181697 INFO  
(TEST-ShardSplitTest.testSplitAfterFailedSplit-seed#[41E05768EED17DC]) 
[n:127.0.0.1:37039_    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr.jvm' (registry 'solr.jvm') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@493a9fb9
   [junit4]   2> 1181698 INFO  
(TEST-ShardSplitTest.testSplitAfterFailedSplit-seed#[41E05768EED17DC]) 
[n:127.0.0.1:37039_    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr.jetty' (registry 'solr.jetty') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@493a9fb9
   [junit4]   2> 1181699 INFO  
(TEST-ShardSplitTest.testSplitAfterFailedSplit-seed#[41E05768EED17DC]) 
[n:127.0.0.1:37039_    ] o.a.s.c.CorePropertiesLocator Found 0 core definitions 
underneath 
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-7.0/solr/build/solr-core/test/J2/temp/solr.cloud.ShardSplitTest_41E05768EED17DC-001/control-001/cores
   [junit4]   2> 1181929 INFO  
(TEST-ShardSplitTest.testSplitAfterFailedSplit-seed#[41E05768EED17DC]) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 1181930 INFO  
(TEST-ShardSplitTest.testSplitAfterFailedSplit-seed#[41E05768EED17DC]) [    ] 
o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:40096/solr ready
   [junit4]   2> 1182003 INFO  (qtp485565672-3267) [n:127.0.0.1:37039_    ] 
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:37039_&wt=javabin&version=2
 and sendToOCPQueue=true
   [junit4]   2> 1182059 INFO  
(OverseerThreadFactory-961-thread-1-processing-n:127.0.0.1:37039_) 
[n:127.0.0.1:37039_    ] o.a.s.c.CreateCollectionCmd Create collection 
control_collection
   [junit4]   2> 1182369 INFO  (qtp485565672-3265) [n:127.0.0.1:37039_    ] 
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> 1182370 INFO  (qtp485565672-3265) [n:127.0.0.1:37039_    ] 
o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 4 
transient cores
   [junit4]   2> 1182743 INFO  
(zkCallback-520-thread-1-processing-n:127.0.0.1:37039_) [n:127.0.0.1:37039_    
] 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> 1183889 INFO  (qtp485565672-3265) [n:127.0.0.1:37039_ 
c:control_collection s:shard1  x:control_collection_shard1_replica_n1] 
o.a.s.c.SolrConfig Using Lucene MatchVersion: 7.0.0
   [junit4]   2> 1183965 INFO  (qtp485565672-3265) [n:127.0.0.1:37039_ 
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> 1184711 INFO  (qtp485565672-3265) [n:127.0.0.1:37039_ 
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> 1184815 INFO  (qtp485565672-3265) [n:127.0.0.1:37039_ 
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> 1184815 INFO  (qtp485565672-3265) [n:127.0.0.1:37039_ 
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@493a9fb9
   [junit4]   2> 1184828 INFO  (qtp485565672-3265) [n:127.0.0.1:37039_ 
c:control_collection s:shard1  x:control_collection_shard1_replica_n1] 
o.a.s.c.SolrCore solr.RecoveryStrategy.Builder
   [junit4]   2> 1184828 INFO  (qtp485565672-3265) [n:127.0.0.1:37039_ 
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/jenkins-slave/workspace/Lucene-Solr-Tests-7.0/solr/build/solr-core/test/J2/temp/solr.cloud.ShardSplitTest_41E05768EED17DC-001/control-001/cores/control_collection_shard1_replica_n1],
 
dataDir=[/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-7.0/solr/build/solr-core/test/J2/temp/solr.cloud.ShardSplitTest_41E05768EED17DC-001/control-001/cores/control_collection_shard1_replica_n1/data/]
   [junit4]   2> 1184831 INFO  (qtp485565672-3265) [n:127.0.0.1:37039_ 
c:control_collection s:shard1  x:control_collection_shard1_replica_n1] 
o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class 
org.apache.lucene.index.LogByteSizeMergePolicy: [LogByteSizeMergePolicy: 
minMergeSize=1677721, mergeFactor=18, maxMergeSize=2147483648, 
maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=false, 
maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, 
noCFSRatio=1.0]
   [junit4]   2> 1185081 WARN  (qtp485565672-3265) [n:127.0.0.1:37039_ 
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> 1185276 INFO  (qtp485565672-3265) [n:127.0.0.1:37039_ 
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> 1185276 INFO  (qtp485565672-3265) [n:127.0.0.1:37039_ 
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> 1185277 INFO  (qtp485565672-3265) [n:127.0.0.1:37039_ 
c:control_collection s:shard1  x:control_collection_shard1_replica_n1] 
o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 1185277 INFO  (qtp485565672-3265) [n:127.0.0.1:37039_ 
c:control_collection s:shard1  x:control_collection_shard1_replica_n1] 
o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 1185278 INFO  (qtp485565672-3265) [n:127.0.0.1:37039_ 
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=37, maxMergeAtOnceExplicit=31, maxMergedSegmentMB=87.5302734375, 
floorSegmentMB=0.5234375, forceMergeDeletesPctAllowed=22.65724826743846, 
segmentsPerTier=25.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.0
   [junit4]   2> 1185297 INFO  (qtp485565672-3265) [n:127.0.0.1:37039_ 
c:control_collection s:shard1  x:control_collection_shard1_replica_n1] 
o.a.s.s.SolrIndexSearcher Opening 
[Searcher@17ca10c8[control_collection_shard1_replica_n1] main]
   [junit4]   2> 1185348 INFO  (qtp485565672-3265) [n:127.0.0.1:37039_ 
c:control_collection s:shard1  x:control_collection_shard1_replica_n1] 
o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: 
/configs/conf1
   [junit4]   2> 1185365 INFO  (qtp485565672-3265) [n:127.0.0.1:37039_ 
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> 1185365 INFO  (qtp485565672-3265) [n:127.0.0.1:37039_ 
c:control_collection s:shard1  x:control_collection_shard1_replica_n1] 
o.a.s.h.ReplicationHandler Commits will be reserved for  10000
   [junit4]   2> 1185365 INFO  (qtp485565672-3265) [n:127.0.0.1:37039_ 
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 1573936297389588480
   [junit4]   2> 1185528 INFO  
(searcherExecutor-964-thread-1-processing-n:127.0.0.1:37039_ 
x:control_collection_shard1_replica_n1 s:shard1 c:control_collection) 
[n:127.0.0.1:37039_ 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@17ca10c8[control_collection_shard1_replica_n1] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 1185542 INFO  (qtp485565672-3265) [n:127.0.0.1:37039_ 
c:control_collection s:shard1  x:control_collection_shard1_replica_n1] 
o.a.s.c.ShardLeaderElectionContext Enough replicas found to continue.
   [junit4]   2> 1185542 INFO  (qtp485565672-3265) [n:127.0.0.1:37039_ 
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> 1185542 INFO  (qtp485565672-3265) [n:127.0.0.1:37039_ 
c:control_collection s:shard1  x:control_collection_shard1_replica_n1] 
o.a.s.c.SyncStrategy Sync replicas to 
http://127.0.0.1:37039/control_collection_shard1_replica_n1/
   [junit4]   2> 1185542 INFO  (qtp485565672-3265) [n:127.0.0.1:37039_ 
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> 1185542 INFO  (qtp485565672-3265) [n:127.0.0.1:37039_ 
c:control_collection s:shard1  x:control_collection_shard1_replica_n1] 
o.a.s.c.SyncStrategy 
http://127.0.0.1:37039/control_collection_shard1_replica_n1/ has no replicas
   [junit4]   2> 1185542 INFO  (qtp485565672-3265) [n:127.0.0.1:37039_ 
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> 1185622 INFO  (qtp485565672-3265) [n:127.0.0.1:37039_ 
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:37039/control_collection_shard1_replica_n1/ shard1
   [junit4]   2> 1185638 INFO  
(zkCallback-520-thread-1-processing-n:127.0.0.1:37039_) [n:127.0.0.1:37039_    
] 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> 1185747 INFO  
(zkCallback-520-thread-1-processing-n:127.0.0.1:37039_) [n:127.0.0.1:37039_    
] 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> 1185783 INFO  (qtp485565672-3265) [n:127.0.0.1:37039_ 
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> 1185785 INFO  (qtp485565672-3265) [n:127.0.0.1:37039_ 
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=3433
   [junit4]   2> 1186004 INFO  (qtp485565672-3267) [n:127.0.0.1:37039_    ] 
o.a.s.h.a.CollectionsHandler Wait for new collection to be active for at most 
30 seconds. Check all shard replicas
   [junit4]   2> 1186178 INFO  
(zkCallback-520-thread-1-processing-n:127.0.0.1:37039_) [n:127.0.0.1:37039_    
] 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> 1186296 INFO  
(OverseerCollectionConfigSetProcessor-98371018162962436-127.0.0.1:37039_-n_0000000000)
 [n:127.0.0.1:37039_    ] 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> 1187004 INFO  (qtp485565672-3267) [n:127.0.0.1:37039_    ] 
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:37039_&wt=javabin&version=2}
 status=0 QTime=5000
   [junit4]   2> 1187129 INFO  
(TEST-ShardSplitTest.testSplitAfterFailedSplit-seed#[41E05768EED17DC]) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 1187130 INFO  
(TEST-ShardSplitTest.testSplitAfterFailedSplit-seed#[41E05768EED17DC]) [    ] 
o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:40096/solr ready
   [junit4]   2> 1187130 INFO  
(TEST-ShardSplitTest.testSplitAfterFailedSplit-seed#[41E05768EED17DC]) [    ] 
o.a.s.c.ChaosMonkey monkey: init - expire sessions:false cause connection 
loss:false
   [junit4]   2> 1187133 INFO  (qtp485565672-3268) [n:127.0.0.1:37039_    ] 
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> 1187154 INFO  
(OverseerThreadFactory-961-thread-2-processing-n:127.0.0.1:37039_) 
[n:127.0.0.1:37039_    ] o.a.s.c.CreateCollectionCmd Create collection 
collection1
   [junit4]   2> 1187154 WARN  
(OverseerThreadFactory-961-thread-2-processing-n:127.0.0.1:37039_) 
[n:127.0.0.1:37039_    ] o.a.s.c.CreateCollectionCmd It is unusual to create a 
collection (collection1) without cores.
   [junit4]   2> 1187630 INFO  (qtp485565672-3268) [n:127.0.0.1:37039_    ] 
o.a.s.h.a.CollectionsHandler Wait for new collection to be active for at most 
30 seconds. Check all shard replicas
   [junit4]   2> 1187630 INFO  (qtp485565672-3268) [n:127.0.0.1:37039_    ] 
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=496
   [junit4]   2> 1187996 INFO  
(TEST-ShardSplitTest.testSplitAfterFailedSplit-seed#[41E05768EED17DC]) [    ] 
o.a.s.c.AbstractFullDistribZkTestBase create jetty 1 in directory 
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-7.0/solr/build/solr-core/test/J2/temp/solr.cloud.ShardSplitTest_41E05768EED17DC-001/shard-1-001
 of type NRT
   [junit4]   2> 1187996 INFO  
(TEST-ShardSplitTest.testSplitAfterFailedSplit-seed#[41E05768EED17DC]) [    ] 
o.e.j.s.Server jetty-9.3.14.v20161028
   [junit4]   2> 1188080 INFO  
(TEST-ShardSplitTest.testSplitAfterFailedSplit-seed#[41E05768EED17DC]) [    ] 
o.e.j.s.h.ContextHandler Started 
o.e.j.s.ServletContextHandler@38aacc38{/,null,AVAILABLE}
   [junit4]   2> 1188081 INFO  
(TEST-ShardSplitTest.testSplitAfterFailedSplit-seed#[41E05768EED17DC]) [    ] 
o.e.j.s.AbstractConnector Started 
ServerConnector@52f2a0a4{HTTP/1.1,[http/1.1]}{127.0.0.1:33985}
   [junit4]   2> 1188081 INFO  
(TEST-ShardSplitTest.testSplitAfterFailedSplit-seed#[41E05768EED17DC]) [    ] 
o.e.j.s.Server Started @1198594ms
   [junit4]   2> 1188082 INFO  
(TEST-ShardSplitTest.testSplitAfterFailedSplit-seed#[41E05768EED17DC]) [    ] 
o.a.s.c.s.e.JettySolrRunner Jetty properties: 
{solr.data.dir=/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-7.0/solr/build/solr-core/test/J2/temp/solr.cloud.ShardSplitTest_41E05768EED17DC-001/tempDir-001/jetty1,
 solrconfig=solrconfig.xml, hostContext=/, hostPort=33985, 
coreRootDirectory=/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-7.0/solr/build/solr-core/test/J2/../../../../../../../../../../home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-7.0/solr/build/solr-core/test/J2/temp/solr.cloud.ShardSplitTest_41E05768EED17DC-001/shard-1-001/cores}
   [junit4]   2> 1188082 ERROR 
(TEST-ShardSplitTest.testSplitAfterFailedSplit-seed#[41E05768EED17DC]) [    ] 
o.a.s.s.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be 
missing or incomplete.
   [junit4]   2> 1188083 INFO  
(TEST-ShardSplitTest.testSplitAfterFailedSplit-seed#[41E05768EED17DC]) [    ] 
o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr™ version 
7.0.0
   [junit4]   2> 1188083 INFO  
(TEST-ShardSplitTest.testSplitAfterFailedSplit-seed#[41E05768EED17DC]) [    ] 
o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 1188083 INFO  
(TEST-ShardSplitTest.testSplitAfterFailedSplit-seed#[41E05768EED17DC]) [    ] 
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null, Default config 
dir: null
   [junit4]   2> 1188083 INFO  
(TEST-ShardSplitTest.testSplitAfterFailedSplit-seed#[41E05768EED17DC]) [    ] 
o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 
2017-07-25T22:43:45.198Z
   [junit4]   2> 1188118 INFO  
(TEST-ShardSplitTest.testSplitAfterFailedSplit-seed#[41E05768EED17DC]) [    ] 
o.a.s.s.SolrDispatchFilter Loading solr.xml from SolrHome (not found in 
ZooKeeper)
   [junit4]   2> 1188118 INFO  
(TEST-ShardSplitTest.testSplitAfterFailedSplit-seed#[41E05768EED17DC]) [    ] 
o.a.s.c.SolrXmlConfig Loading container configuration from 
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-7.0/solr/build/solr-core/test/J2/temp/solr.cloud.ShardSplitTest_41E05768EED17DC-001/shard-1-001/solr.xml
   [junit4]   2> 1188155 INFO  
(TEST-ShardSplitTest.testSplitAfterFailedSplit-seed#[41E05768EED17DC]) [    ] 
o.a.s.c.SolrXmlConfig MBean server found: 
com.sun.jmx.mbeanserver.JmxMBeanServer@493a9fb9, but no JMX reporters were 
configured - adding default JMX reporter.
   [junit4]   2> 1188191 INFO  
(TEST-ShardSplitTest.testSplitAfterFailedSplit-seed#[41E05768EED17DC]) [    ] 
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:40096/solr
   [junit4]   2> 1188376 INFO  
(TEST-ShardSplitTest.testSplitAfterFailedSplit-seed#[41E05768EED17DC]) 
[n:127.0.0.1:33985_    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (0) -> (1)
   [junit4]   2> 1188414 INFO  
(TEST-ShardSplitTest.testSplitAfterFailedSplit-seed#[41E05768EED17DC]) 
[n:127.0.0.1:33985_    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 1188415 INFO  
(TEST-ShardSplitTest.testSplitAfterFailedSplit-seed#[41E05768EED17DC]) 
[n:127.0.0.1:33985_    ] o.a.s.c.ZkController Register node as live in 
ZooKeeper:/live_nodes/127.0.0.1:33985_
   [junit4]   2> 1188467 INFO  (zkCallback-527-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 1188468 INFO  
(zkCallback-532-thread-1-processing-n:127.0.0.1:33985_) [n:127.0.0.1:33985_    
] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 1188468 INFO  
(zkCallback-520-thread-2-processing-n:127.0.0.1:37039_) [n:127.0.0.1:37039_    
] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 1189000 INFO  
(TEST-ShardSplitTest.testSplitAfterFailedSplit-seed#[41E05768EED17DC]) 
[n:127.0.0.1:33985_    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr.node' (registry 'solr.node') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@493a9fb9
   [junit4]   2> 1189017 INFO  
(TEST-ShardSplitTest.testSplitAfterFailedSplit-seed#[41E05768EED17DC]) 
[n:127.0.0.1:33985_    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr.jvm' (registry 'solr.jvm') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@493a9fb9
   [junit4]   2> 1189017 INFO  
(TEST-ShardSplitTest.testSplitAfterFailedSplit-seed#[41E05768EED17DC]) 
[n:127.0.0.1:33985_    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr.jetty' (registry 'solr.jetty') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@493a9fb9
   [junit4]   2> 1189018 INFO  
(TEST-ShardSplitTest.testSplitAfterFailedSplit-seed#[41E05768EED17DC]) 
[n:127.0.0.1:33985_    ] o.a.s.c.CorePropertiesLocator Found 0 core definitions 
underneath 
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-7.0/solr/build/solr-core/test/J2/../../../../../../../../../../home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-7.0/solr/build/solr-core/test/J2/temp/solr.cloud.ShardSplitTest_41E05768EED17DC-001/shard-1-001/cores
   [junit4]   2> 1189178 INFO  (qtp1764595751-3308) [n:127.0.0.1:33985_    ] 
o.a.s.h.a.CollectionsHandler Invoked Collection Action :addreplica with params 
node=127.0.0.1:33985_&action=ADDREPLICA&collection=collection1&shard=shard2&type=NRT&wt=javabin&version=2
 and sendToOCPQueue=true
   [junit4]   2> 1189218 INFO  
(OverseerCollectionConfigSetProcessor-98371018162962436-127.0.0.1:37039_-n_0000000000)
 [n:127.0.0.1:37039_    ] 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> 1189328 INFO  
(OverseerThreadFactory-961-thread-3-processing-n:127.0.0.1:37039_) 
[n:127.0.0.1:37039_    ] o.a.s.c.AddReplicaCmd Node Identified 127.0.0.1:33985_ 
for creating new replica
   [junit4]   2> 1189366 INFO  (qtp1764595751-3306) [n:127.0.0.1:33985_    ] 
o.a.s.h.a.CoreAdminOperation core create command 
qt=/admin/cores&collection.configName=conf1&name=collection1_shard2_replica_n0&action=CREATE&collection=collection1&shard=shard2&wt=javabin&version=2&replicaType=NRT
   [junit4]   2> 1189366 INFO  (qtp1764595751-3306) [n:127.0.0.1:33985_    ] 
o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 4 
transient cores
   [junit4]   2> 1189544 INFO  
(zkCallback-532-thread-1-processing-n:127.0.0.1:33985_) [n:127.0.0.1:33985_    
] 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> 1190533 INFO  (qtp1764595751-3306) [n:127.0.0.1:33985_ 
c:collection1 s:shard2  x:collection1_shard2_replica_n0] o.a.s.c.SolrConfig 
Using Lucene MatchVersion: 7.0.0
   [junit4]   2> 1190583 INFO  (qtp1764595751-3306) [n:127.0.0.1:33985_ 
c:collection1 s:shard2  x:collection1_shard2_replica_n0] o.a.s.s.IndexSchema 
[collection1_shard2_replica_n0] Schema name=test
   [junit4]   2> 1191177 INFO  (qtp1764595751-3306) [n:127.0.0.1:33985_ 
c:collection1 s:shard2  x:collection1_shard2_replica_n0] o.a.s.s.IndexSchema 
Loaded schema test/1.6 with uniqueid field id
   [junit4]   2> 1191334 INFO  (qtp1764595751-3306) [n:127.0.0.1:33985_ 
c:collection1 s:shard2  x:collection1_shard2_replica_n0] o.a.s.c.CoreContainer 
Creating SolrCore 'collection1_shard2_replica_n0' using configuration from 
collection collection1, trusted=true
   [junit4]   2> 1191335 INFO  (qtp1764595751-3306) [n:127.0.0.1:33985_ 
c:collection1 s:shard2  x:collection1_shard2_replica_n0] 
o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr.core.collection1.shard2.replica_n0' (registry 
'solr.core.collection1.shard2.replica_n0') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@493a9fb9
   [junit4]   2> 1191335 INFO  (qtp1764595751-3306) [n:127.0.0.1:33985_ 
c:collection1 s:shard2  x:collection1_shard2_replica_n0] o.a.s.c.SolrCore 
solr.RecoveryStrategy.Builder
   [junit4]   2> 1191335 INFO  (qtp1764595751-3306) [n:127.0.0.1:33985_ 
c:collection1 s:shard2  x:collection1_shard2_replica_n0] o.a.s.c.SolrCore 
[[collection1_shard2_replica_n0] ] Opening new SolrCore at 
[/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-7.0/solr/build/solr-core/test/J2/temp/solr.cloud.ShardSplitTest_41E05768EED17DC-001/shard-1-001/cores/collection1_shard2_replica_n0],
 
dataDir=[/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-7.0/solr/build/solr-core/test/J2/../../../../../../../../../../home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-7.0/solr/build/solr-core/test/J2/temp/solr.cloud.ShardSplitTest_41E05768EED17DC-001/shard-1-001/cores/collection1_shard2_replica_n0/data/]
   [junit4]   2> 1191389 INFO  (qtp1764595751-3306) [n:127.0.0.1:33985_ 
c:collection1 s:shard2  x:collection1_shard2_replica_n0] 
o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class 
org.apache.lucene.index.LogByteSizeMergePolicy: [LogByteSizeMergePolicy: 
minMergeSize=1677721, mergeFactor=18, maxMergeSize=2147483648, 
maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=false, 
maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, 
noCFSRatio=1.0]
   [junit4]   2> 1191428 WARN  (qtp1764595751-3306) [n:127.0.0.1:33985_ 
c:collection1 s:shard2  x:collection1_shard2_replica_n0] 
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> 1191771 INFO  (qtp1764595751-3306) [n:127.0.0.1:33985_ 
c:collection1 s:shard2  x:collection1_shard2_replica_n0] o.a.s.u.UpdateHandler 
Using UpdateLog implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 1191771 INFO  (qtp1764595751-3306) [n:127.0.0.1:33985_ 
c:collection1 s:shard2  x:collection1_shard2_replica_n0] o.a.s.u.UpdateLog 
Initializing UpdateLog: dataDir= defaultSyncLevel=FLUSH numRecordsToKeep=100 
maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 1191772 INFO  (qtp1764595751-3306) [n:127.0.0.1:33985_ 
c:collection1 s:shard2  x:collection1_shard2_replica_n0] o.a.s.u.CommitTracker 
Hard AutoCommit: disabled
   [junit4]   2> 1191772 INFO  (qtp1764595751-3306) [n:127.0.0.1:33985_ 
c:collection1 s:shard2  x:collection1_shard2_replica_n0] o.a.s.u.CommitTracker 
Soft AutoCommit: disabled
   [junit4]   2> 1191773 INFO  (qtp1764595751-3306) [n:127.0.0.1:33985_ 
c:collection1 s:shard2  x:collection1_shard2_replica_n0] 
o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class 
org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: 
maxMergeAtOnce=37, maxMergeAtOnceExplicit=31, maxMergedSegmentMB=87.5302734375, 
floorSegmentMB=0.5234375, forceMergeDeletesPctAllowed=22.65724826743846, 
segmentsPerTier=25.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.0
   [junit4]   2> 1191829 INFO  (qtp1764595751-3306) [n:127.0.0.1:33985_ 
c:collection1 s:shard2  x:collection1_shard2_replica_n0] 
o.a.s.s.SolrIndexSearcher Opening 
[Searcher@1a65b17b[collection1_shard2_replica_n0] main]
   [junit4]   2> 1191830 INFO  (qtp1764595751-3306) [n:127.0.0.1:33985_ 
c:collection1 s:shard2  x:collection1_shard2_replica_n0] 
o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: 
/configs/conf1
   [junit4]   2> 1191830 INFO  (qtp1764595751-3306) [n:127.0.0.1:33985_ 
c:collection1 s:shard2  x:collection1_shard2_replica_n0] 
o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using 
ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 1191831 INFO  (qtp1764595751-3306) [n:127.0.0.1:33985_ 
c:collection1 s:shard2  x:collection1_shard2_replica_n0] 
o.a.s.h.ReplicationHandler Commits will be reserved for  10000
   [junit4]   2> 1191831 INFO  (qtp1764595751-3306) [n:127.0.0.1:33985_ 
c:collection1 s:shard2  x:collection1_shard2_replica_n0] o.a.s.u.UpdateLog 
Could not find max version in index or recent updates, using new clock 
1573936304169680896
   [junit4]   2> 1191866 INFO  
(searcherExecutor-975-thread-1-processing-n:127.0.0.1:33985_ 
x:collection1_shard2_replica_n0 s:shard2 c:collection1) [n:127.0.0.1:33985_ 
c:collection1 s:shard2  x:collection1_shard2_replica_n0] o.a.s.c.SolrCore 
[collection1_shard2_replica_n0] Registered new searcher 
Searcher@1a65b17b[collection1_shard2_replica_n0] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 1191901 INFO  (qtp1764595751-3306) [n:127.0.0.1:33985_ 
c:collection1 s:shard2  x:collection1_shard2_replica_n0] 
o.a.s.c.ShardLeaderElectionContext Enough replicas found to continue.
   [junit4]   2> 1191902 INFO  (qtp1764595751-3306) [n:127.0.0.1:33985_ 
c:collection1 s:shard2  x:collection1_shard2_replica_n0] 
o.a.s.c.ShardLeaderElectionContext I may be the new leader - try and sync
   [junit4]   2> 1191902 INFO  (qtp1764595751-3306) [n:127.0.0.1:33985_ 
c:collection1 s:shard2  x:collection1_shard2_replica_n0] o.a.s.c.SyncStrategy 
Sync replicas to http://127.0.0.1:33985/collection1_shard2_replica_n0/
   [junit4]   2> 1191902 INFO  (qtp1764595751-3306) [n:127.0.0.1:33985_ 
c:collection1 s:shard2  x:collection1_shard2_replica_n0] o.a.s.c.SyncStrategy 
Sync Success - now sync replicas to me
   [junit4]   2> 1191902 INFO  (qtp1764595751-3306) [n:127.0.0.1:33985_ 
c:collection1 s:shard2  x:collection1_shard2_replica_n0] o.a.s.c.SyncStrategy 
http://127.0.0.1:33985/collection1_shard2_replica_n0/ has no replicas
   [junit4]   2> 1191902 INFO  (qtp1764595751-3306) [n:127.0.0.1:33985_ 
c:collection1 s:shard2  x:collection1_shard2_replica_n0] 
o.a.s.c.ShardLeaderElectionContext Found all replicas participating in 
election, clear LIR
   [junit4]   2> 1191905 INFO  
(zkCallback-532-thread-1-processing-n:127.0.0.1:33985_) [n:127.0.0.1:33985_    
] 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> 1191922 INFO  (qtp1764595751-3306) [n:127.0.0.1:33985_ 
c:collection1 s:shard2  x:collection1_shard2_replica_n0] 
o.a.s.c.ShardLeaderElectionContext I am the new leader: 
http://127.0.0.1:33985/collection1_shard2_replica_n0/ shard2
   [junit4]   2> 1192072 INFO  
(zkCallback-532-thread-1-processing-n:127.0.0.1:33985_) [n:127.0.0.1:33985_    
] 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> 1192104 INFO  (qtp1764595751-3306) [n:127.0.0.1:33985_ 
c:collection1 s:shard2  x:collection1_shard2_replica_n0] o.a.s.c.ZkController I 
am the leader, no recovery necessary
   [junit4]   2> 1192106 INFO  (qtp1764595751-3306) [n:127.0.0.1:33985_ 
c:collection1 s:shard2  x:collection1_shard2_replica_n0] o.a.s.s.HttpSolrCall 
[admin] webapp=null path=/admin/cores 
params={qt=/admin/cores&collection.configName=conf1&name=collection1_shard2_replica_n0&action=CREATE&collection=collection1&shard=shard2&wt=javabin&version=2&replicaType=NRT}
 status=0 QTime=2740
   [junit4]   2> 1192111 INFO  (qtp1764595751-3308) [n:127.0.0.1:33985_    ] 
o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections 
params={node=127.0.0.1:33985_&action=ADDREPLICA&collection=collection1&shard=shard2&type=NRT&wt=javabin&version=2}
 status=0 QTime=2932
   [junit4]   2> 1192263 INFO  
(zkCallback-532-thread-1-processing-n:127.0.0.1:33985_) [n:127.0.0.1:33985_    
] 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> 1193127 INFO  
(TEST-ShardSplitTest.testSplitAfterFailedSplit-seed#[41E05768EED17DC]) [    ] 
o.a.s.c.AbstractFullDistribZkTestBase create jetty 2 in directory 
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-7.0/solr/build/solr-core/test/J2/temp/solr.cloud.ShardSplitTest_41E05768EED17DC-001/shard-2-001
 of type NRT
   [junit4]   2> 1193128 INFO  
(TEST-ShardSplitTest.testSplitAfterFailedSplit-seed#[41E05768EED17DC]) [    ] 
o.e.j.s.Server jetty-9.3.14.v20161028
   [junit4]   2> 1193231 INFO  
(TEST-ShardSplitTest.testSplitAfterFailedSplit-seed#[41E05768EED17DC]) [    ] 
o.e.j.s.h.ContextHandler Started 
o.e.j.s.ServletContextHandler@4e19722c{/,null,AVAILABLE}
   [junit4]   2> 1193231 INFO  
(TEST-ShardSplitTest.testSplitAfterFailedSplit-seed#[41E05768EED17DC]) [    ] 
o.e.j.s.AbstractConnector Started 
ServerConnector@f9cb1bb{HTTP/1.1,[http/1.1]}{127.0.0.1:44450}
   [junit4]   2> 1193231 INFO  
(TEST-ShardSplitTest.testSplitAfterFailedSplit-seed#[41E05768EED17DC]) [    ] 
o.e.j.s.Server Started @1203744ms
   [junit4]   2> 1193231 INFO  
(TEST-ShardSplitTest.testSplitAfterFailedSplit-seed#[41E05768EED17DC]) [    ] 
o.a.s.c.s.e.JettySolrRunner Jetty properties: 
{solr.data.dir=/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-7.0/solr/build/solr-core/test/J2/temp/solr.cloud.ShardSplitTest_41E05768EED17DC-001/tempDir-001/jetty2,
 replicaType=NRT, solrconfig=solrconfig.xml, hostContext=/, hostPort=44450, 
coreRootDirectory=/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-7.0/solr/build/solr-core/test/J2/../../../../../../../../../../home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-7.0/solr/build/solr-core/test/J2/temp/solr.cloud.ShardSplitTest_41E05768EED17DC-001/shard-2-001/cores}
   [junit4]   2> 1193232 ERROR 
(TEST-ShardSplitTest.testSplitAfterFailedSplit-seed#[41E05768EED17DC]) [    ] 
o.a.s.s.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be 
missing or incomplete.
   [junit4]   2> 1193344 INFO  
(TEST-ShardSplitTest.testSplitAfterFailedSplit-seed#[41E05768EED17DC]) [    ] 
o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr™ version 
7.0.0
   [junit4]   2> 1193345 INFO  
(TEST-ShardSplitTest.testSplitAfterFailedSplit-seed#[41E05768EED17DC]) [    ] 
o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 1193345 INFO  
(TEST-ShardSplitTest.testSplitAfterFailedSplit-seed#[41E05768EED17DC]) [    ] 
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null, Default config 
dir: null
   [junit4]   2> 1193345 INFO  
(TEST-ShardSplitTest.testSplitAfterFailedSplit-seed#[41E05768EED17DC]) [    ] 
o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 
2017-07-25T22:43:50.460Z
   [junit4]   2> 1193418 INFO  
(OverseerCollectionConfigSetProcessor-98371018162962436-127.0.0.1:37039_-n_0000000000)
 [n:127.0.0.1:37039_    ] 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> 1193454 INFO  
(TEST-ShardSplitTest.testSplitAfterFailedSplit-seed#[41E05768EED17DC]) [    ] 
o.a.s.s.SolrDispatchFilter Loading solr.xml from SolrHome (not found in 
ZooKeeper)
   [junit4]   2> 1193454 INFO  
(TEST-ShardSplitTest.testSplitAfterFailedSplit-seed#[41E05768EED17DC]) [    ] 
o.a.s.c.SolrXmlConfig Loading container configuration from 
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-7.0/solr/build/solr-core/test/J2/temp/solr.cloud.ShardSplitTest_41E05768EED17DC-001/shard-2-001/solr.xml
   [junit4]   2> 1193487 INFO  
(TEST-ShardSplitTest.testSplitAfterFailedSplit-seed#[41E05768EED17DC]) [    ] 
o.a.s.c.SolrXmlConfig MBean server found: 
com.sun.jmx.mbeanserver.JmxMBeanServer@493a9fb9, but no JMX reporters were 
configured - adding default JMX reporter.
   [junit4]   2> 1193510 INFO  
(TEST-ShardSplitTest.testSplitAfterFailedSplit-seed#[41E05768EED17DC]) [    ] 
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:40096/solr
   [junit4]   2> 1193592 INFO  
(TEST-ShardSplitTest.testSplitAfterFailedSplit-seed#[41E05768EED17DC]) 
[n:127.0.0.1:44450_    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (0) -> (2)
   [junit4]   2> 1193618 INFO  
(TEST-ShardSplitTest.testSplitAfterFailedSplit-seed#[41E05768EED17DC]) 
[n:127.0.0.1:44450_    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 1193635 INFO  
(TEST-ShardSplitTest.testSplitAfterFailedSplit-seed#[41E05768EED17DC]) 
[n:127.0.0.1:44450_    ] o.a.s.c.ZkController Register node as live in 
ZooKeeper:/live_nodes/127.0.0.1:44450_
   [junit4]   2> 1193748 INFO  
(zkCallback-532-thread-1-processing-n:127.0.0.1:33985_) [n:127.0.0.1:33985_    
] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 1193800 INFO  
(zkCallback-520-thread-1-processing-n:127.0.0.1:37039_) [n:127.0.0.1:37039_    
] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 1193764 INFO  
(zkCallback-538-thread-1-processing-n:127.0.0.1:44450_) [n:127.0.0.1:44450_    
] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 1193763 INFO  (zkCallback-527-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 1194690 INFO  
(TEST-ShardSplitTest.testSplitAfterFailedSplit-seed#[41E05768EED17DC]) 
[n:127.0.0.1:44450_    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr.node' (registry 'solr.node') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@493a9fb9
   [junit4]   2> 1194731 INFO  
(TEST-ShardSplitTest.testSplitAfterFailedSplit-seed#[41E05768EED17DC]) 
[n:127.0.0.1:44450_    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr.jvm' (registry 'solr.jvm') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@493a9fb9
   [junit4]   2> 1194731 INFO  
(TEST-ShardSplitTest.testSplitAfterFailedSplit-seed#[41E05768EED17DC]) 
[n:127.0.0.1:44450_    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr.jetty' (registry 'solr.jetty') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@493a9fb9
   [junit4]   2> 1194744 INFO  
(TEST-ShardSplitTest.testSplitAfterFailedSplit-seed#[41E05768EED17DC]) 
[n:127.0.0.1:44450_    ] o.a.s.c.CorePropertiesLocator Found 0 core definitions 
underneath 
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-7.0/solr/build/solr-core/test/J2/../../../../../../../../../../home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-7.0/solr/build/solr-core/test/J2/temp/solr.cloud.ShardSplitTest_41E05768EED17DC-001/shard-2-001/cores
   [junit4]   2> 1194902 INFO  (qtp1764595751-3309) [n:127.0.0.1:33985_    ] 
o.a.s.h.a.CollectionsHandler Invoked Collection Action :addreplica with params 
node=127.0.0.1:44450_&action=ADDREPLICA&collection=collection1&shard=shard1&type=NRT&wt=javabin&version=2
 and sendToOCPQueue=true
   [junit4]   2> 1194946 INFO  
(OverseerThreadFactory-961-thread-4-processing-n:127.0.0.1:37039_) 
[n:127.0.0.1:37039_    ] o.a.s.c.AddReplicaCmd Node Identified 127.0.0.1:44450_ 
for creating new replica
   [junit4]   2> 1195029 INFO  (qtp155701865-3338) [n:127.0.0.1:44450_    ] 
o.a.s.h.a.CoreAdminOperation core create command 
qt=/admin/cores&collection.configName=conf1&name=collection1_shard1_replica_n0&action=CREATE&collection=collection1&shard=shard1&wt=javabin&version=2&replicaType=NRT
   [junit4]   2> 1195029 INFO  (qtp155701865-3338) [n:127.0.0.1:44450_    ] 
o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 4 
transient cores
   [junit4]   2> 1195039 INFO  
(zkCallback-532-thread-1-processing-n:127.0.0.1:33985_) [n:127.0.0.1:33985_    
] 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> 1195039 INFO  
(zkCallback-538-thread-1-processing-n:127.0.0.1:44450_) [n:127.0.0.1:44450_    
] 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> 1196128 INFO  (qtp155701865-3338) [n:127.0.0.1:44450_ 
c:collection1 s:shard1  x:collection1_shard1_replica_n0] o.a.s.c.SolrConfig 
Using Lucene MatchVersion: 7.0.0
   [junit4]   2> 1196209 INFO  (qtp155701865-3338) [n:127.0.0.1:44450_ 
c:collection1 s:shard1  x:collection1_shard1_replica_n0] o.a.s.s.IndexSchema 
[collection1_shard1_replica_n0] Schema name=test
   [junit4]   2> 1196714 INFO  (qtp155701865-3338) [n:127.0.0.1:44450_ 
c:collection1 s:shard1  x:collection1_shard1_replica_n0] o.a.s.s.IndexSchema 
Loaded schema test/1.6 with uniqueid field id
   [junit4]   2> 1196758 INFO  (qtp155701865-3338) [n:127.0.0.1:44450_ 
c:collection1 s:shard1  x:collection1_shard1_replica_n0] o.a.s.c.CoreContainer 
Creating SolrCore 'collection1_shard1_replica_n0' using configuration from 
collection collection1, trusted=true
   [junit4]   2> 1196759 INFO  (qtp155701865-3338) [n:127.0.0.1:44450_ 
c:collection1 s:shard1  x:collection1_shard1_replica_n0] 
o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr.core.collection1.shard1.replica_n0' (registry 
'solr.core.collection1.shard1.replica_n0') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@493a9fb9
   [junit4]   2> 1196759 INFO  (qtp155701865-3338) [n:127.0.0.1:44450_ 
c:collection1 s:shard1  x:collection1_shard1_replica_n0] o.a.s.c.SolrCore 
solr.RecoveryStrategy.Builder
   [junit4]   2> 1196759 INFO  (qtp155701865-3338) [n:127.0.0.1:44450_ 
c:collection1 s:shard1  x:collection1_shard1_replica_n0] o.a.s.c.SolrCore 
[[collection1_shard1_replica_n0] ] Opening new SolrCore at 
[/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-7.0/solr/build/solr-core/test/J2/temp/solr.cloud.ShardSplitTest_41E05768EED17DC-001/shard-2-001/cores/collection1_shard1_replica_n0],
 
dataDir=[/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-7.0/solr/build/solr-core/test/J2/../../../../../../../../../../home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-7.0/solr/build/solr-core/test/J2/temp/solr.cloud.ShardSplitTest_41E05768EED17DC-001/shard-2-001/cores/collection1_shard1_replica_n0/data/]
   [junit4]   2> 1196774 INFO  (qtp155701865-3338) [n:127.0.0.1:44450_ 
c:collection1 s:shard1  x:collection1_shard1_replica_n0] 
o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class 
org.apache.lucene.index.LogByteSizeMergePolicy: [LogByteSizeMergePolicy: 
minMergeSize=1677721, mergeFactor=18, maxMergeSize=2147483648, 
maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=false, 
maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, 
noCFSRatio=1.0]
   [junit4]   2> 1196937 WARN  (qtp155701865-3338) [n:127.0.0.1:44450_ 
c:collection1 s:shard1  x:collection1_shard1_replica_n0] 
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> 1197193 INFO  (qtp155701865-3338) [n:127.0.0.1:44450_ 
c:collection1 s:shard1  x:collection1_shard1_replica_n0] o.a.s.u.UpdateHandler 
Using UpdateLog implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 1197193 INFO  (qtp155701865-3338) [n:127.0.0.1:44450_ 
c:collection1 s:shard1  x:collection1_shard1_replica_n0] o.a.s.u.UpdateLog 
Initializing UpdateLog: dataDir= defaultSyncLevel=FLUSH numRecordsToKeep=100 
maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 1197194 INFO  (qtp155701865-3338) [n:127.0.0.1:44450_ 
c:collection1 s:shard1  x:collection1_shard1_replica_n0] o.a.s.u.CommitTracker 
Hard AutoCommit: disabled
   [junit4]   2> 1197194 INFO  (qtp155701865-3338) [n:127.0.0.1:44450_ 
c:collection1 s:shard1  x:collection1_shard1_replica_n0] o.a.s.u.CommitTracker 
Soft AutoCommit: disabled
   [junit4]   2> 1197195 INFO  (qtp155701865-3338) [n:127.0.0.1:44450_ 
c:collection1 s:shard1  x:collection1_shard1_replica_n0] 
o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class 
org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: 
maxMergeAtOnce=37, maxMergeAtOnceExplicit=31, maxMergedSegmentMB=87.5302734375, 
floorSegmentMB=0.5234375, forceMergeDeletesPctAllowed=22.65724826743846, 
segmentsPerTier=25.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.0
   [junit4]   2> 1197208 INFO  (qtp155701865-3338) [n:127.0.0.1:44450_ 
c:collection1 s:shard1  x:collection1_shard1_replica_n0] 
o.a.s.s.SolrIndexSearcher Opening 
[Searcher@205c094f[collection1_shard1_replica_n0] main]
   [junit4]   2> 1197209 INFO  (qtp155701865-3338) [n:127.0.0.1:44450_ 
c:collection1 s:shard1  x:collection1_shard1_replica_n0] 
o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: 
/configs/conf1
   [junit4]   2> 1197209 INFO  (qtp155701865-3338) [n:127.0.0.1:44450_ 
c:collection1 s:shard1  x:collection1_shard1_replica_n0] 
o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using 
ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 1197210 INFO  (qtp155701865-3338) [n:127.0.0.1:44450_ 
c:collection1 s:shard1  x:collection1_shard1_replica_n0] 
o.a.s.h.ReplicationHandler Commits will be reserved for  10000
   [junit4]   2> 1197210 INFO  (qtp155701865-3338) [n:127.0.0.1:44450_ 
c:collection1 s:shard1  x:collection1_shard1_replica_n0] o.a.s.u.UpdateLog 
Could not find max version in index or recent updates, using new clock 
1573936309809971200
   [junit4]   2> 1197243 INFO  
(searcherExecutor-986-thread-1-processing-n:127.0.0.1:44450_ 
x:collection1_shard1_replica_n0 s:shard1 c:collection1) [n:127.0.0.1:44450_ 
c:collection1 s:shard1  x:collection1_shard1_replica_n0] o.a.s.c.SolrCore 
[collection1_shard1_replica_n0] Registered new searcher 
Searcher@205c094f[collection1_shard1_replica_n0] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 1197264 INFO  
(zkCallback-532-thread-1-processing-n:127.0.0.1:33985_) [n:127.0.0.1:33985_    
] 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> 1197285 INFO  
(zkCallback-538-thread-1-processing-n:127.0.0.1:44450_) [n:127.0.0.1:44450_    
] 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> 1197286 INFO  (qtp155701865-3338) [n:127.0.0.1:44450_ 
c:collection1 s:shard1  x:collection1_shard1_replica_n0] 
o.a.s.c.ShardLeaderElectionContext Enough replicas found to continue.
   [junit4]   2> 1197286 INFO  (qtp155701865-3338) [n:127.0.0.1:44450_ 
c:collection1 s:shard1  x:collection1_shard1_replica_n0] 
o.a.s.c.ShardLeaderElectionContext I may be the new leader - try and sync
   [junit4]   2> 1197286 INFO  (qtp155701865-3338) [n:127.0.0.1:44450_ 
c:collection1 s:shard1  x:collection1_shard1_replica_n0] o.a.s.c.SyncStrategy 
Sync replicas to http://127.0.0.1:44450/collection1_shard1_replica_n0/
   [junit4]   2> 1197286 INFO  (qtp155701865-3338) [n:127.0.0.1:44450_ 
c:collection1 s:shard1  x:collection1_shard1_replica_n0] o.a.s.c.SyncStrategy 
Sync Success - now sync replicas to me
   [junit4]   2> 1197286 INFO  (qtp155701865-3338) [n:127.0.0.1:44450_ 
c:collection1 s:shard1  x:collection1_shard1_replica_n0] o.a.s.c.SyncStrategy 
http://127.0.0.1:44450/collection1_shard1_replica_n0/ has no replicas
   [junit4]   2> 1197286 INFO  (qtp155701865-3338) [n:127.0.0.1:44450_ 
c:collection1 s:shard1  x:collection1_shard1_replica_n0] 
o.a.s.c.ShardLeaderElectionContext Found all replicas participating in 
election, clear LIR
   [junit4]   2> 1197288 INFO  (qtp155701865-3338) [n:127.0.0.1:44450_ 
c:collection1 s:shard1  x:collection1_shard1_replica_n0] 
o.a.s.c.ShardLeaderElectionContext I am the new leader: 
http://127.0.0.1:44450/collection1_shard1_replica_n0/ shard1
   [junit4]   2> 1197458 INFO  
(zkCallback-532-thread-1-processing-n:127.0.0.1:33985_) [n:127.0.0.1:33985_    
] 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> 1197458 INFO  
(zkCallback-538-thread-1-processing-n:127.0.0.1:44450_) [n:127.0.0.1:44450_    
] 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> 1197490 INFO  (qtp155701865-3338) [n:127.0.0.1:44450_ 
c:collection1 s:shard1  x:collection1_shard1_replica_n0] o.a.s.c.ZkController I 
am the leader, no recovery necessary
   [junit4]   2> 1197492 INFO  (qtp155701865-3338) [n:127.0.0.1:44450_ 
c:collection1 s:shard1  x:collection1_shard1_replica_n0] o.a.s.s.HttpSolrCall 
[admin] webapp=null path=/admin/cores 
params={qt=/admin/cores&collection.configName=conf1&name=collection1_shard1_replica_n0&action=CREATE&collection=collection1&shard=shard1&wt=javabin&version=2&replicaType=NRT}
 status=0 QTime=2462
   [junit4]   2> 1197507 INFO  (qtp1764595751-3309) [n:127.0.0.1:33985_    ] 
o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections 
params={node=127.0.0.1:44450_&action=ADDREPLICA&collection=collection1&shard=shard1&type=NRT&wt=javabin&version=2}
 status=0 QTime=2605
   [junit4]   2> 1197611 INFO  
(zkCallback-538-thread-1-processing-n:127.0.0.1:44450_) [n:127.0.0.1:44450_    
] 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> 1197611 INFO  
(zkCallback-532-thread-1-processing-n:127.0.0.1:33985_) [n:127.0.0.1:33985_    
] 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> 1197987 INFO  
(TEST-ShardSplitTest.testSplitAfterFailedSplit-seed#[41E05768EED17DC]) [    ] 
o.a.s.c.AbstractFullDistribZkTestBase create jetty 3 in directory 
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-7.0/solr/build/solr-core/test/J2/temp/solr.cloud.ShardSplitTest_41E05768EED17DC-001/shard-3-001
 of type NRT
   [junit4]   2> 1197988 INFO  
(TEST-ShardSplitTest.testSplitAfterFailedSplit-seed#[41E05768EED17DC]) [    ] 
o.e.j.s.Server jetty-9.3.14.v20161028
   [junit4]   2> 1198066 INFO  
(TEST-ShardSplitTest.testSplitAfterFailedSplit-seed#[41E05768EED17DC]) [    ] 
o.e.j.s.h.ContextHandler Started 
o.e.j.s.ServletContextHandler@6be6e65a{/,null,AVAILABLE}
   [junit4]   2> 1198067 INFO  
(TEST-ShardSplitTest.testSplitAfterFailedSplit-seed#[41E05768EED17DC]) [    ] 
o.e.j.s.AbstractConnector Started 
ServerConnector@17aad72b{HTTP/1.1,[http/1.1]}{127.0.0.1:34748}
   [junit4]   2> 1198067 INFO  
(TEST-ShardSplitTest.testSplitAfterFailedSplit-seed#[41E05768EED17DC]) [    ] 
o.e.j.s.Server Started @1208579ms
   [junit4]   2> 1198067 INFO  
(TEST-ShardSplitTest.testSplitAfterFailedSplit-seed#[41E05768EED17DC]) [    ] 
o.a.s.c.s.e.JettySolrRunner Jetty properties: 
{solr.data.dir=/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-7.0/solr/build/solr-core/test/J2/temp/solr.cloud.ShardSplitTest_41E05768EED17DC-001/tempDir-001/jetty3,
 solrconfig=solrconfig.xml, hostContext=/, hostPort=34748, 
coreRootDirectory=/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-7.0/solr/build/solr-core/test/J2/../../../../../../../../../../home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-7.0/solr/build/solr-core/test/J2/temp/solr.cloud.ShardSplitTest_41E05768EED17DC-001/shard-3-001/cores}
   [junit4]   2> 1198067 ERROR 
(TEST-ShardSplitTest.testSplitAfterFailedSplit-seed#[41E05768EED17DC]) [    ] 
o.a.s.s.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be 
missing or incomplete.
   [junit4]   2> 1198099 INFO  
(TEST-ShardSplitTest.testSplitAfterFailedSplit-seed#[41E05768EED17DC]) [    ] 
o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr™ version 
7.0.0
   [junit4]   2> 1198099 INFO  
(TEST-ShardSplitTest.testSplitAfterFailedSplit-seed#[41E05768EED17DC]) [    ] 
o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 1198099 INFO  
(TEST-ShardSplitTest.testSplitAfterFailedSplit-seed#[41E05768EED17DC]) [    ] 
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null, Default config 
dir: null
   [junit4]   2> 1198099 INFO  
(TEST-ShardSplitTest.testSplitAfterFailedSplit-seed#[41E05768EED17DC]) [    ] 
o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 
2017-07-25T22:43:55.214Z
   [junit4]   2> 1198124 INFO  
(TEST-ShardSplitTest.testSplitAfterFailedSplit-seed#[41E05768EED17DC]) [    ] 
o.a.s.s.SolrDispatchFilter Loading solr.xml from SolrHome (not found in 
ZooKeeper)
   [junit4]   2> 1198124 INFO  
(TEST-ShardSplitTest.testSplitAfterFailedSplit-seed#[41E05768EED17DC]) [    ] 
o.a.s.c.SolrXmlConfig Loading container configuration from 
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-7.0/solr/build/solr-core/test/J2/temp/solr.cloud.ShardSplitTest_41E05768EED17DC-001/shard-3-001/solr.xml
   [junit4]   2> 1198218 INFO  
(TEST-ShardSplitTest.testSplitAfterFailedSplit-seed#[41E05768EED17DC]) [    ] 
o.a.s.c.SolrXmlConfig MBean server found: 
com.sun.jmx.mbeanserver.JmxMBeanServer@493a9fb9, but no JMX reporters were 
configured - adding default JMX reporter.
   [junit4]   2> 1198234 INFO  
(TEST-ShardSplitTest.testSplitAfterFailedSplit-seed#[41E05768EED17DC]) [    ] 
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:40096/solr
   [junit4]   2> 1198350 INFO  
(TEST-ShardSplitTest.testSplitAfterFailedSplit-seed#[41E05768EED17DC]) 
[n:127.0.0.1:34748_    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (0) -> (3)
   [junit4]   2> 1198368 INFO  
(TEST-ShardSplitTest.testSplitAfterFailedSplit-seed#[41E05768EED17DC]) 
[n:127.0.0.1:34748_    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 1198384 INFO  
(TEST-ShardSplitTest.testSplitAfterFailedSplit-seed#[41E05768EED17DC]) 
[n:127.0.0.1:34748_    ] o.a.s.c.ZkController Register node as live in 
ZooKeeper:/live_nodes/127.0.0.1:34748_
   [junit4]   2> 1198385 INFO  
(zkCallback-538-thread-1-processing-n:127.0.0.1:44450_) [n:127.0.0.1:44450_    
] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 1198407 INFO  
(zkCallback-520-thread-1-processing-n:127.0.0.1:37039_) [n:127.0.0.1:37039_    
] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 1198407 INFO  
(zkCallback-532-thread-1-processing-n:127.0.0.1:33985_) [n:127.0.0.1:33985_    
] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 1198407 INFO  (zkCallback-527-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 1198454 INFO  
(zkCallback-544-thread-1-processing-n:127.0.0.1:34748_) [n:127.0.0.1:34748_    
] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 1198766 INFO  
(TEST-ShardSplitTest.testSplitAfterFailedSplit-seed#[41E05768EED17DC]) 
[n:127.0.0.1:34748_    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr.node' (registry 'solr.node') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@493a9fb9
   [junit4]   2> 1198782 INFO  
(TEST-ShardSplitTest.testSplitAfterFailedSplit-seed#[41E05768EED17DC]) 
[n:127.0.0.1:34748_    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr.jvm' (registry 'solr.jvm') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@493a9fb9
   [junit4]   2> 1198782 INFO  
(TEST-ShardSplitTest.testSplitAfterFailedSplit-seed#[41E05768EED17DC]) 
[n:127.0.0.1:34748_    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr.jetty' (registry 'solr.jetty') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@493a9fb9
   [junit4]   2> 1198783 INFO  
(TEST-ShardSplitTest.testSplitAfterFailedSplit-seed#[41E05768EED17DC]) 
[n:127.0.0.1:34748_    ] o.a.s.c.CorePropertiesLocator Found 0 core definitions 
underneath 
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-7.0/solr/build/solr-core/test/J2/../../../../../../../../../../home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-7.0/solr/build/solr-core/test/J2/temp/solr.cloud.ShardSplitTest_41E05768EED17DC-001/shard-3-001/cores
   [junit4]   2> 1198973 INFO  (qtp851871269-3368) [n:127.0.0.1:34748_    ] 
o.a.s.h.a.CollectionsHandler Invoked Collection Action :addreplica with params 
node=127.0.0.1:34748_&action=ADDREPLICA&collection=collection1&shard=shard2&type=NRT&wt=javabin&version=2
 and sendToOCPQueue=true
   [junit4]   2> 1199054 INFO  
(OverseerCollectionConfigSetProcessor-98371018162962436-127.0.0.1:37039_-n_0000000000)
 [n:127.0.0.1:37039_    ] 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> 1199055 INFO  
(OverseerThreadFactory-961-thread-5-processing-n:127.0.0.1:37039_) 
[n:127.0.0.1:37039_    ] o.a.s.c.AddReplicaCmd Node Identified 127.0.0.1:34748_ 
for creating new replica
   [junit4]   2> 1199088 INFO  (qtp851871269-3370) [n:127.0.0.1:34748_    ] 
o.a.s.h.a.CoreAdminOperation core create command 
qt=/admin/cores&collection.configName=conf1&name=collection1_shard2_replica_n1&action=CREATE&collection=collection1&shard=shard2&wt=javabin&version=2&replicaType=NRT
   [junit4]   2> 1199089 INFO  (qtp851871269-3370) [n:127.0.0.1:34748_    ] 
o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 4 
transient cores
   [junit4]   2> 1199197 INFO  
(zkCallback-532-thread-1-processing-n:127.0.0.1:33985_) [n:127.0.0.1:33985_    
] 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> 1199197 INFO  
(zkCallback-538-thread-1-processing-n:127.0.0.1:44450_) [n:127.0.0.1:44450_    
] 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> 1199197 INFO  
(zkCallback-544-thread-1-processing-n:127.0.0.1:34748_) [n:127.0.0.1:34748_    
] 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> 1200172 INFO  (qtp851871269-3370) [n:127.0.0.1:34748_ 
c:collection1 s:shard2  x:collection1_shard2_replica_n1] o.a.s.c.SolrConfig 
Using Lucene MatchVersion: 7.0.0
   [junit4]   2> 1200285 INFO  (qtp851871269-3370) [n:127.0.0.1:34748_ 
c:collection1 s:shard2  x:collection1_shard2_replica_n1] o.a.s.s.IndexSchema 
[collection1_shard2_replica_n1] Schema name=test
   [junit4]   2> 1200970 INFO  (qtp851871269-3370) [n:127.0.0.1:34748_ 
c:collection1 s:shard2  x:collection1_shard2_replica_n1] o.a.s.s.IndexSchema 
Loaded schema test/1.6 with uniqueid field id
   [junit4]   2> 1201024 INFO  (qtp851871269-3370) [n:127.0.0.1:34748_ 
c:collection1 s:shard2  x:collection1_shard2_replica_n1] o.a.s.c.CoreContainer 
Creating SolrCore 'collection1_shard2_replica_n1' using configuration from 
collection collection1, trusted=true
   [junit4]   2> 1201024 INFO  (qtp851871269-3370) [n:127.0.0.1:34748_ 
c:collection1 s:shard2  x:collection1_shard2_replica_n1] 
o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr.core.collection1.shard2.replica_n1' (registry 
'solr.core.collection1.shard2.replica_n1') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@493a9fb9
   [junit4]   2> 1201024 INFO  (qtp851871269-3370) [n:127.0.0.1:34748_ 
c:collection1 s:shard2  x:collection1_shard2_replica_n1] o.a.s.c.SolrCore 
solr.RecoveryStrategy.Builder
   [junit4]   2> 1201024 INFO  (qtp851871269-3370) [n:127.0.0.1:34748_ 
c:collection1 s:shard2  x:collection1_shard2_replica_n1] o.a.s.c.SolrCore 
[[collection1_shard2_replica_n1] ] Opening new SolrCore at 
[/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-7.0/solr/build/solr-core/test/J2/temp/solr.cloud.ShardSplitTest_41E05768EED17DC-001/shard-3-001/cores/collection1_shard2_replica_n1],
 
dataDir=[/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-7.0/solr/build/solr-core/test/J2/../../../../../../../../../../home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-7.0/solr/build/solr-core/test/J2/temp/solr.cloud.ShardSplitTest_41E05768EED17DC-001/shard-3-001/cores/collection1_shard2_replica_n1/data/]
   [junit4]   2> 1201039 INFO  (qtp851871269-3370) [n:127.0.0.1:34748_ 
c:collection1 s:shard2  x:collection1_shard2_replica_n1] 
o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class 
org.apache.lucene.index.LogByteSizeMergePolicy: [LogByteSizeMergePolicy: 
minMergeSize=1677721, mergeFactor=18, maxMergeSize=2147483648, 
maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=false, 
maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, 
noCFSRatio=1.0]
   [junit4]   2> 1201150 WARN  (qtp851871269-3370) [n:127.0.0.1:34748_ 
c:collection1 s:shard2  x:collection1_shard2_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> 1201399 INFO  (qtp851871269-3370) [n:127.0.0.1:34748_ 
c:collection1 s:shard2  x:collection1_shard2_replica_n1] o.a.s.u.UpdateHandler 
Using UpdateLog implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 1201399 INFO  (qtp851871269-3370) [n:127.0.0.1:34748_ 
c:collection1 s:shard2  x:collection1_shard2_replica_n1] o.a.s.u.UpdateLog 
Initializing UpdateLog: dataDir= defaultSyncLevel=FLUSH numRecordsToKeep=100 
maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 1201413 INFO  (qtp851871269-3370) [n:127.0.0.1:34748_ 
c:collection1 s:shard2  x:collection1_shard2_replica_n1] o.a.s.u.CommitTracker 
Hard AutoCommit: disabled
   [junit4]   2> 1201413 INFO  (qtp851871269-3370) [n:127.0.0.1:34748_ 
c:collection1 s:shard2  x:collection1_shard2_replica_n1] o.a.s.u.CommitTracker 
Soft AutoCommit: disabled
   [junit4]   2> 1201414 INFO  (qtp851871269-3370) [n:127.0.0.1:34748_ 
c:collection1 s:shard2  x:collection1_shard2_replica_n1] 
o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class 
org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: 
maxMergeAtOnce=37, maxMergeAtOnceExplicit=31, maxMergedSegmentMB=87.5302734375, 
floorSegmentMB=0.5234375, forceMergeDeletesPctAllowed=22.65724826743846, 
segmentsPerTier=25.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.0
   [junit4]   2> 1201414 INFO  (qtp851871269-3370) [n:127.0.0.1:34748_ 
c:collection1 s:shard2  x:collection1_shard2_replica_n1] 
o.a.s.s.SolrIndexSearcher Opening 
[Searcher@326d2f33[collection1_shard2_replica_n1] main]
   [junit4]   2> 1201415 INFO  (qtp851871269-3370) [n:127.0.0.1:34748_ 
c:collection1 s:shard2  x:collection1_shard2_replica_n1] 
o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: 
/configs/conf1
   [junit4]   2> 1201416 INFO  (qtp851871269-3370) [n:127.0.0.1:34748_ 
c:collection1 s:shard2  x:collection1_shard2_replica_n1] 
o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using 
ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 1201428 INFO  (qtp851871269-3370) [n:127.0.0.1:34748_ 
c:collection1 s:shard2  x:collection1_shard2_replica_n1] 
o.a.s.h.ReplicationHandler Commits will be reserved for  10000
   [junit4]   2> 1201498 INFO  
(searcherExecutor-997-thread-1-processing-n:127.0.0.1:34748_ 
x:collection1_shard2_replica_n1 s:shard2 c:collection1) [n:127.0.0.1:34748_ 
c:collection1 s:shard2  x:collection1_shard2_replica_n1] o.a.s.c.SolrCore 
[collection1_shard2_replica_n1] Registered new searcher 
Searcher@326d2f33[collection1_shard2_replica_n1] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 1201498 INFO  (qtp851871269-3370) [n:127.0.0.1:34748_ 
c:collection1 s:shard2  x:collection1_shard2_replica_n1] o.a.s.u.UpdateLog 
Could not find max version in index or recent updates, using new clock 
1573936314306265088
   [junit4]   2> 1201501 INFO  (qtp851871269-3370) [n:127.0.0.1:34748_ 
c:collection1 s:shard2  x:collection1_shard2_replica_n1] o.a.s.c.ZkController 
Core needs to recover:collection1_shard2_replica_n1
   [junit4]   2> 1201547 INFO  (qtp851871269-3370) [n:127.0.0.1:34748_ 
c:collection1 s:shard2  x:collection1_shard2_replica_n1] o.a.s.s.HttpSolrCall 
[admin] webapp=null path=/admin/cores 
params={qt=/admin/cores&collection.configName=conf1&name=collection1_shard2_replica_n1&action=CREATE&collection=collection1&shard=shard2&wt=javabin&version=2&replicaType=NRT}
 status=0 QTime=2458
   [junit4]   2> 1201549 INFO  (qtp851871269-3368) [n:127.0.0.1:34748_    ] 
o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections 
params={node=127.0.0.1:34748_&action=ADDREPLICA&collection=collection1&shard=shard2&type=NRT&wt=javabin&version=2}
 status=0 QTime=2576
   [junit4]   2> 1201550 INFO  
(OverseerCollectionConfigSetProcessor-98371018162962436-127.0.0.1:37039_-n_0000000000)
 [n:127.0.0.1:37039_    ] o.a.s.c.OverseerTaskQueue Response ZK path: 
/overseer/collection-queue-work/qnr-0000000008 doesn't exist.  Requestor may 
have disconnected from ZooKeeper
   [junit4]   2> 1201598 INFO  
(updateExecutor-541-thread-1-processing-n:127.0.0.1:34748_ 
x:collection1_shard2_replica_n1 s:shard2 c:collection1) [n:127.0.0.1:34748_ 
c:collection1 s:shard2 r:core_node3 x:collection1_shard2_replica_n1] 
o.a.s.u.DefaultSolrCoreState Running recovery
   [junit4]   2> 1201611 INFO  
(recoveryExecutor-542-thread-1-processing-n:127.0.0.1:34748_ 
x:collection1_shard2_replica_n1 s:shard2 c:collection1 r:core_node3) 
[n:127.0.0.1:34748_ c:collection1 s:shard2 r:core_node3 
x:collection1_shard2_replica_n1] o.a.s.c.RecoveryStrategy Starting recovery 
process. recoveringAfterStartup=true
   [junit4]   2> 1201612 INFO  
(recoveryExecutor-542-thread-1-processing-n:127.0.0.1:34748_ 
x:collection1_shard2_replica_n1 s:shard2 c:collection1 r:core_node3) 
[n:127.0.0.1:34748_ c:collection1 s:shard2 r:core_node3 
x:collection1_shard2_replica_n1] o.a.s.c.RecoveryStrategy ###### 
startupVersions=[[]]
   [junit4]   2> 1201612 INFO  
(recoveryExecutor-542-thread-1-processing-n:127.0.0.1:34748_ 
x:collection1_shard2_replica_n1 s:shard2 c:collection1 r:core_node3) 
[n:127.0.0.1:34748_ c:collection1 s:shard2 r:core_node3 
x:collection1_shard2_replica_n1] o.a.s.c.RecoveryStrategy Begin buffering 
updates. core=[collection1_shard2_replica_n1]
   [junit4]   2> 1201612 INFO  
(recoveryExecutor-542-thread-1-processing-n:127.0.0.1:34748_ 
x:collection1_shard2_replica_n1 s:shard2 c:collection1 r:core_node3) 
[n:127.0.0.1:34748_ c:collection1 s:shard2 r:core_node3 
x:collection1_shard2_replica_n1] o.a.s.u.UpdateLog Starting to buffer updates. 
FSUpdateLog{state=ACTIVE, tlog=null}
   [junit4]   2> 1201612 INFO  
(recoveryExecutor-542-thread-1-processing-n:127.0.0.1:34748_ 
x:collection1_shard2_replica_n1 s:shard2 c:collection1 r:core_node3) 
[n:127.0.0.1:34748_ c:collection1 s:shard2 r:core_node3 
x:collection1_shard2_replica_n1] o.a.s.c.RecoveryStrategy Publishing state of 
core [collection1_shard2_replica_n1] as recovering, leader is 
[http://127.0.0.1:33985/collection1_shard2_replica_n0/] and I am 
[http://127.0.0.1:34748/collection1_shard2_replica_n1/]
   [junit4]   2> 1201614 INFO  
(zkCallback-532-thread-1-processing-n:127.0.0.1:33985_) [n:127.0.0.1:33985_    
] 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> 1201614 INFO  
(zkCallback-538-thread-1-processing-n:127.0.0.1:44450_) [n:127.0.0.1:44450_    
] 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> 1201614 INFO  
(zkCallback-544-thread-1-processing-n:127.0.0.1:34748_) [n:127.0.0.1:34748_    
] 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> 1201624 INFO  
(recoveryExecutor-542-thread-1-processing-n:127.0.0.1:34748_ 
x:collection1_shard2_replica_n1 s:shard2 c:collection1 r:core_node3) 
[n:127.0.0.1:34748_ c:collection1 s:shard2 r:core_node3 
x:collection1_shard2_replica_n1] o.a.s.c.RecoveryStrategy Sending prep recovery 
command to [http://127.0.0.1:33985]; [WaitForState: 
action=PREPRECOVERY&core=collection1_shard2_replica_n0&nodeName=127.0.0.1:34748_&coreNodeName=core_node3&state=recovering&checkLive=true&onlyIfLeader=true&onlyIfLeaderActive=true]
   [junit4]   2> 1201636 INFO  (qtp1764595751-3311) [n:127.0.0.1:33985_    ] 
o.a.s.h.a.PrepRecoveryOp Going to wait for coreNodeName: core_node3, state: 
recovering, checkLive: true, onlyIfLeader: true, onlyIfLeaderActive: true, 
maxTime: 183 s
   [junit4]   2> 1201636 INFO  (qtp1764595751-3311) [n:127.0.0.1:33985_    ] 
o.a.s.h.a.PrepRecoveryOp In WaitForState(recovering): collection=collection1, 
shard=shard2, thisCore=collection1_shard2_replica_n0, 
leaderDoesNotNeedRecovery=false, isLeader? true, live=true, checkLive=true, 
currentState=recovering, localState=active, nodeName=127.0.0.1:34748_, 
coreNodeName=core_node3, only

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

nge: [WatchedEvent state:SyncConnected type:NodeDataChanged 
path:/collections/SolrCloudSnapshots/state.json] for collection 
[SolrCloudSnapshots] has occurred - updating... (live nodes size: [3])
   [junit4]   2> 1868759 INFO  
(zkCallback-889-thread-5-processing-n:127.0.0.1:33035_solr) 
[n:127.0.0.1:33035_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: 
[WatchedEvent state:SyncConnected type:NodeDataChanged 
path:/collections/SolrCloudSnapshots/state.json] for collection 
[SolrCloudSnapshots] has occurred - updating... (live nodes size: [3])
   [junit4]   2> 1868762 INFO  
(zkCallback-904-thread-4-processing-n:127.0.0.1:34514_solr) 
[n:127.0.0.1:34514_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: 
[WatchedEvent state:SyncConnected type:NodeDataChanged 
path:/collections/SolrCloudSnapshots/state.json] for collection 
[SolrCloudSnapshots] has occurred - updating... (live nodes size: [3])
   [junit4]   2> 1868762 INFO  
(zkCallback-904-thread-3-processing-n:127.0.0.1:34514_solr) 
[n:127.0.0.1:34514_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: 
[WatchedEvent state:SyncConnected type:NodeDataChanged 
path:/collections/SolrCloudSnapshots/state.json] for collection 
[SolrCloudSnapshots] has occurred - updating... (live nodes size: [3])
   [junit4]   2> 1868778 INFO  (coreCloseExecutor-2257-thread-1) 
[n:127.0.0.1:33035_solr c:SolrCloudSnapshots s:shard1 r:core_node1 
x:SolrCloudSnapshots_shard1_replica_n1] o.a.s.m.SolrMetricManager Closing 
metric reporters for registry=solr.core.SolrCloudSnapshots.shard1.replica_n1, 
tag=1999763532
   [junit4]   2> 1868781 INFO  (coreCloseExecutor-2257-thread-1) 
[n:127.0.0.1:33035_solr c:SolrCloudSnapshots s:shard1 r:core_node1 
x:SolrCloudSnapshots_shard1_replica_n1] o.a.s.m.SolrMetricManager Closing 
metric reporters for registry=solr.collection.SolrCloudSnapshots.shard1.leader, 
tag=1999763532
   [junit4]   2> 1868799 INFO  (coreCloseExecutor-2258-thread-1) 
[n:127.0.0.1:42460_solr c:SolrCloudSnapshots s:shard2 r:core_node4 
x:SolrCloudSnapshots_shard2_replica_n2] o.a.s.m.SolrMetricManager Closing 
metric reporters for registry=solr.core.SolrCloudSnapshots.shard2.replica_n2, 
tag=784225617
   [junit4]   2> 1868801 INFO  (coreCloseExecutor-2258-thread-1) 
[n:127.0.0.1:42460_solr c:SolrCloudSnapshots s:shard2 r:core_node4 
x:SolrCloudSnapshots_shard2_replica_n2] o.a.s.m.SolrMetricManager Closing 
metric reporters for registry=solr.collection.SolrCloudSnapshots.shard2.leader, 
tag=784225617
   [junit4]   2> 1868829 INFO  
(zkCallback-889-thread-5-processing-n:127.0.0.1:33035_solr) 
[n:127.0.0.1:33035_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (3) -> (2)
   [junit4]   2> 1868830 INFO  (jetty-closer-880-thread-2) [    ] 
o.a.s.c.Overseer Overseer 
(id=98371060872249350-127.0.0.1:33035_solr-n_0000000000) closing
   [junit4]   2> 1868831 INFO  
(OverseerStateUpdate-98371060872249350-127.0.0.1:33035_solr-n_0000000000) 
[n:127.0.0.1:33035_solr    ] o.a.s.c.Overseer Overseer Loop exiting : 
127.0.0.1:33035_solr
   [junit4]   2> 1868847 INFO  (coreCloseExecutor-2259-thread-1) 
[n:127.0.0.1:34514_solr c:SolrCloudSnapshots s:shard2 r:core_node3 
x:SolrCloudSnapshots_shard2_replica_n1] o.a.s.m.SolrMetricManager Closing 
metric reporters for registry=solr.core.SolrCloudSnapshots.shard2.replica_n1, 
tag=1038418902
   [junit4]   2> 1868850 INFO  (coreCloseExecutor-2259-thread-1) 
[n:127.0.0.1:34514_solr c:SolrCloudSnapshots s:shard2 r:core_node3 
x:SolrCloudSnapshots_shard2_replica_n1] o.a.s.m.SolrMetricManager Closing 
metric reporters for registry=solr.collection.SolrCloudSnapshots.shard2.leader, 
tag=1038418902
   [junit4]   2> 1868850 WARN  (NIOServerCxn.Factory:0.0.0.0/0.0.0.0:0) [    ] 
o.a.z.s.NIOServerCnxn caught end of stream exception
   [junit4]   2> EndOfStreamException: Unable to read additional data from 
client sessionid 0x15d7bf56b780006, likely client has closed socket
   [junit4]   2>        at 
org.apache.zookeeper.server.NIOServerCnxn.doIO(NIOServerCnxn.java:239)
   [junit4]   2>        at 
org.apache.zookeeper.server.NIOServerCnxnFactory.run(NIOServerCnxnFactory.java:203)
   [junit4]   2>        at java.lang.Thread.run(Thread.java:748)
   [junit4]   2> 1868850 INFO  
(zkCallback-904-thread-4-processing-n:127.0.0.1:34514_solr) 
[n:127.0.0.1:34514_solr    ] o.a.s.c.OverseerElectionContext I am going to be 
the leader 127.0.0.1:34514_solr
   [junit4]   2> 1868850 INFO  
(zkCallback-904-thread-3-processing-n:127.0.0.1:34514_solr) 
[n:127.0.0.1:34514_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (3) -> (1)
   [junit4]   2> 1868883 WARN  (NIOServerCxn.Factory:0.0.0.0/0.0.0.0:0) [    ] 
o.a.z.s.NIOServerCnxn caught end of stream exception
   [junit4]   2> EndOfStreamException: Unable to read additional data from 
client sessionid 0x15d7bf56b78000c, likely client has closed socket
   [junit4]   2>        at 
org.apache.zookeeper.server.NIOServerCnxn.doIO(NIOServerCnxn.java:239)
   [junit4]   2>        at 
org.apache.zookeeper.server.NIOServerCnxnFactory.run(NIOServerCnxnFactory.java:203)
   [junit4]   2>        at java.lang.Thread.run(Thread.java:748)
   [junit4]   2> 1870331 WARN  
(zkCallback-902-thread-6-processing-n:127.0.0.1:42460_solr) 
[n:127.0.0.1:42460_solr    ] o.a.s.c.c.ZkStateReader ZooKeeper watch triggered, 
but Solr cannot talk to ZK: [KeeperErrorCode = Session expired for /live_nodes]
   [junit4]   2> 1870331 INFO  (jetty-closer-880-thread-1) [    ] 
o.e.j.s.h.ContextHandler Stopped 
o.e.j.s.ServletContextHandler@29989ea7{/solr,null,UNAVAILABLE}
   [junit4]   2> 1870347 WARN  
(zkCallback-889-thread-5-processing-n:127.0.0.1:33035_solr) 
[n:127.0.0.1:33035_solr    ] o.a.s.c.c.ZkStateReader ZooKeeper watch triggered, 
but Solr cannot talk to ZK: [KeeperErrorCode = Session expired for /live_nodes]
   [junit4]   2> 1870348 INFO  (jetty-closer-880-thread-2) [    ] 
o.e.j.s.h.ContextHandler Stopped 
o.e.j.s.ServletContextHandler@4e6056b3{/solr,null,UNAVAILABLE}
   [junit4]   2> 1870392 WARN  
(zkCallback-904-thread-4-processing-n:127.0.0.1:34514_solr) 
[n:127.0.0.1:34514_solr    ] o.a.s.c.c.ZkStateReader ZooKeeper watch triggered, 
but Solr cannot talk to ZK: [KeeperErrorCode = Session expired for /live_nodes]
   [junit4]   2> 1870392 INFO  (jetty-closer-880-thread-4) [    ] 
o.e.j.s.h.ContextHandler Stopped 
o.e.j.s.ServletContextHandler@2c17d040{/solr,null,UNAVAILABLE}
   [junit4]   2> 1870408 ERROR 
(SUITE-TestSolrCloudSnapshots-seed#[41E05768EED17DC]-worker) [    ] 
o.a.z.s.ZooKeeperServer ZKShutdownHandler is not registered, so ZooKeeper 
server won't take any action on ERROR or SHUTDOWN server state changes
   [junit4]   2> 1870409 INFO  
(SUITE-TestSolrCloudSnapshots-seed#[41E05768EED17DC]-worker) [    ] 
o.a.s.c.ZkTestServer connecting to 127.0.0.1:41875 41875
   [junit4]   2> 1870550 INFO  (Thread-1595) [    ] o.a.s.c.ZkTestServer 
connecting to 127.0.0.1:41875 41875
   [junit4]   2> 1870567 WARN  (Thread-1595) [    ] o.a.s.c.ZkTestServer Watch 
limit violations: 
   [junit4]   2> Maximum concurrent create/delete watches above limit:
   [junit4]   2> 
   [junit4]   2>        6       /solr/aliases.json
   [junit4]   2>        6       /solr/clusterprops.json
   [junit4]   2>        4       /solr/security.json
   [junit4]   2>        4       /solr/configs/conf1
   [junit4]   2> 
   [junit4]   2> Maximum concurrent data watches above limit:
   [junit4]   2> 
   [junit4]   2>        45      /solr/collections/SolrCloudSnapshots/state.json
   [junit4]   2>        6       /solr/clusterstate.json
   [junit4]   2>        2       
/solr/overseer_elect/election/98371060872249355-127.0.0.1:42460_solr-n_0000000001
   [junit4]   2> 
   [junit4]   2> Maximum concurrent children watches above limit:
   [junit4]   2> 
   [junit4]   2>        6       /solr/collections
   [junit4]   2>        5       /solr/live_nodes
   [junit4]   2> 
   [junit4]   2> NOTE: leaving temporary files on disk at: 
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-7.0/solr/build/solr-core/test/J2/temp/solr.core.snapshots.TestSolrCloudSnapshots_41E05768EED17DC-001
   [junit4]   2> Jul 25, 2017 10:55:07 PM 
com.carrotsearch.randomizedtesting.ThreadLeakControl checkThreadLeaks
   [junit4]   2> WARNING: Will linger awaiting termination of 1 leaked 
thread(s).
   [junit4]   2> NOTE: test params are: codec=Asserting(Lucene70): 
{_version_=FST50, name=BlockTreeOrds(blocksize=128), 
id=BlockTreeOrds(blocksize=128)}, docValues:{}, maxPointsInLeafNode=1336, 
maxMBSortInHeap=6.042893114606944, sim=RandomSimilarity(queryNorm=true): {}, 
locale=en-NZ, timezone=Atlantic/Cape_Verde
   [junit4]   2> NOTE: Linux 4.4.0-83-generic amd64/Oracle Corporation 
1.8.0_131 (64-bit)/cpus=4,threads=1,free=324333472,total=531103744
   [junit4]   2> NOTE: All tests run in this JVM: [TestImplicitCoreProperties, 
TestPivotHelperCode, TestPayloadCheckQParserPlugin, 
DistributedFacetPivotLargeTest, DistribCursorPagingTest, TestSchemaManager, 
SolrCoreCheckLockOnStartupTest, TestLFUCache, TestUtils, TestFastWriter, 
TestSimpleQParserPlugin, LeaderElectionTest, TestSurroundQueryParser, 
TestFreeTextSuggestions, TestConfigSetsAPIZkFailure, 
UniqFieldsUpdateProcessorFactoryTest, SolrTestCaseJ4Test, TestNumericTerms32, 
MetricUtilsTest, TestCollationFieldDocValues, SolrXmlInZkTest, 
RollingRestartTest, MultiTermTest, BasicDistributedZk2Test, 
TestAnalyzedSuggestions, TestStressInPlaceUpdates, 
HdfsTlogReplayBufferedWhileIndexingTest, TestDistribIDF, 
ChaosMonkeyNothingIsSafeWithPullReplicasTest, PKIAuthenticationIntegrationTest, 
TestSuggestSpellingConverter, TestDistributedStatsComponentCardinality, 
ClusterStateTest, TestHdfsBackupRestoreCore, TestStressUserVersions, 
SolrMetricManagerTest, TestDynamicFieldCollectionResource, 
TestLMJelinekMercerSimilarityFactory, CleanupOldIndexTest, 
DataDrivenBlockJoinTest, ShardSplitTest, HdfsLockFactoryTest, 
PrimitiveFieldTypeTest, TestInPlaceUpdatesDistrib, AutoCommitTest, 
SpatialHeatmapFacetsTest, TestFoldingMultitermQuery, URLClassifyProcessorTest, 
TestSubQueryTransformer, SuggesterTest, CdcrReplicationHandlerTest, 
TestSolrCloudSnapshots]
   [junit4] Completed [235/727 (2!)] on J2 in 40.43s, 1 test, 1 error <<< 
FAILURES!

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

Reply via email to