Build: https://jenkins.thetaphi.de/job/Lucene-Solr-BadApples-master-Linux/61/
Java: 64bit/jdk1.8.0_172 -XX:+UseCompressedOops -XX:+UseG1GC

2 tests failed.
FAILED:  org.apache.solr.cloud.SSLMigrationTest.test

Error Message:
Replica didn't have the proper urlScheme in the ClusterState

Stack Trace:
java.lang.AssertionError: Replica didn't have the proper urlScheme in the 
ClusterState
        at 
__randomizedtesting.SeedInfo.seed([DDF25DF5EE3A72E7:55A6622F40C61F1F]:0)
        at org.junit.Assert.fail(Assert.java:93)
        at org.junit.Assert.assertTrue(Assert.java:43)
        at 
org.apache.solr.cloud.SSLMigrationTest.assertReplicaInformation(SSLMigrationTest.java:104)
        at 
org.apache.solr.cloud.SSLMigrationTest.testMigrateSSL(SSLMigrationTest.java:97)
        at org.apache.solr.cloud.SSLMigrationTest.test(SSLMigrationTest.java:61)
        at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
        at 
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
        at 
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
        at java.lang.reflect.Method.invoke(Method.java:498)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1737)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:934)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:970)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:984)
        at 
org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsFixedStatement.callStatement(BaseDistributedSearchTestCase.java:1008)
        at 
org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsStatement.evaluate(BaseDistributedSearchTestCase.java:983)
        at 
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
        at 
org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
        at 
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
        at 
org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
        at 
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
        at 
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:817)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:468)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:943)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:829)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:879)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:890)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
        at 
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
        at 
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
        at 
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
        at 
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
        at 
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
        at 
org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
        at java.lang.Thread.run(Thread.java:748)


FAILED:  
org.apache.solr.cloud.api.collections.ShardSplitTest.testSplitWithChaosMonkey

Error Message:
We think that split was successful but sub-shard states were not updated even 
after 2 minutes.

Stack Trace:
java.lang.AssertionError: We think that split was successful but sub-shard 
states were not updated even after 2 minutes.
        at 
__randomizedtesting.SeedInfo.seed([DDF25DF5EE3A72E7:56D58E24AF3CD963]:0)
        at org.junit.Assert.fail(Assert.java:93)
        at 
org.apache.solr.cloud.api.collections.ShardSplitTest.testSplitWithChaosMonkey(ShardSplitTest.java:555)
        at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
        at 
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
        at 
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
        at java.lang.reflect.Method.invoke(Method.java:498)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1737)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:934)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:970)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:984)
        at 
org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsFixedStatement.callStatement(BaseDistributedSearchTestCase.java:1008)
        at 
org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsStatement.evaluate(BaseDistributedSearchTestCase.java:983)
        at 
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
        at 
org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
        at 
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
        at 
org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
        at 
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
        at 
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:817)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:468)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:943)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:829)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:879)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:890)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
        at 
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
        at 
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
        at 
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
        at 
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
        at 
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
        at 
org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
        at java.lang.Thread.run(Thread.java:748)




Build Log:
[...truncated 13077 lines...]
   [junit4] Suite: org.apache.solr.cloud.api.collections.ShardSplitTest
   [junit4]   2> 543369 INFO  
(SUITE-ShardSplitTest-seed#[DDF25DF5EE3A72E7]-worker) [    ] 
o.a.s.SolrTestCaseJ4 SecureRandom sanity checks: 
test.solr.allowed.securerandom=null & java.security.egd=file:/dev/./urandom
   [junit4]   2> Creating dataDir: 
/home/jenkins/workspace/Lucene-Solr-BadApples-master-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.api.collections.ShardSplitTest_DDF25DF5EE3A72E7-001/init-core-data-001
   [junit4]   2> 543370 WARN  
(SUITE-ShardSplitTest-seed#[DDF25DF5EE3A72E7]-worker) [    ] 
o.a.s.SolrTestCaseJ4 startTrackingSearchers: numOpens=2 numCloses=2
   [junit4]   2> 543370 INFO  
(SUITE-ShardSplitTest-seed#[DDF25DF5EE3A72E7]-worker) [    ] 
o.a.s.SolrTestCaseJ4 Using TrieFields (NUMERIC_POINTS_SYSPROP=false) 
w/NUMERIC_DOCVALUES_SYSPROP=true
   [junit4]   2> 543372 INFO  
(SUITE-ShardSplitTest-seed#[DDF25DF5EE3A72E7]-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> 543372 INFO  
(SUITE-ShardSplitTest-seed#[DDF25DF5EE3A72E7]-worker) [    ] 
o.a.s.BaseDistributedSearchTestCase Setting hostContext system property: /q/
   [junit4]   2> 543373 INFO  
(TEST-ShardSplitTest.testSplitAfterFailedSplit2-seed#[DDF25DF5EE3A72E7]) [    ] 
o.a.s.c.ZkTestServer STARTING ZK TEST SERVER
   [junit4]   2> 543373 INFO  (Thread-1841) [    ] o.a.s.c.ZkTestServer client 
port:0.0.0.0/0.0.0.0:0
   [junit4]   2> 543373 INFO  (Thread-1841) [    ] o.a.s.c.ZkTestServer 
Starting server
   [junit4]   2> 543375 ERROR (Thread-1841) [    ] 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> 543473 INFO  
(TEST-ShardSplitTest.testSplitAfterFailedSplit2-seed#[DDF25DF5EE3A72E7]) [    ] 
o.a.s.c.ZkTestServer start zk server on port:33209
   [junit4]   2> 543475 INFO  (zkConnectionManagerCallback-5539-thread-1) [    
] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 543478 INFO  (zkConnectionManagerCallback-5541-thread-1) [    
] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 543480 INFO  
(TEST-ShardSplitTest.testSplitAfterFailedSplit2-seed#[DDF25DF5EE3A72E7]) [    ] 
o.a.s.c.AbstractZkTestCase put 
/home/jenkins/workspace/Lucene-Solr-BadApples-master-Linux/solr/core/src/test-files/solr/collection1/conf/solrconfig-tlog.xml
 to /configs/conf1/solrconfig.xml
   [junit4]   2> 543481 INFO  
(TEST-ShardSplitTest.testSplitAfterFailedSplit2-seed#[DDF25DF5EE3A72E7]) [    ] 
o.a.s.c.AbstractZkTestCase put 
/home/jenkins/workspace/Lucene-Solr-BadApples-master-Linux/solr/core/src/test-files/solr/collection1/conf/schema15.xml
 to /configs/conf1/schema.xml
   [junit4]   2> 543481 INFO  
(TEST-ShardSplitTest.testSplitAfterFailedSplit2-seed#[DDF25DF5EE3A72E7]) [    ] 
o.a.s.c.AbstractZkTestCase put 
/home/jenkins/workspace/Lucene-Solr-BadApples-master-Linux/solr/core/src/test-files/solr/collection1/conf/solrconfig.snippet.randomindexconfig.xml
 to /configs/conf1/solrconfig.snippet.randomindexconfig.xml
   [junit4]   2> 543482 INFO  
(TEST-ShardSplitTest.testSplitAfterFailedSplit2-seed#[DDF25DF5EE3A72E7]) [    ] 
o.a.s.c.AbstractZkTestCase put 
/home/jenkins/workspace/Lucene-Solr-BadApples-master-Linux/solr/core/src/test-files/solr/collection1/conf/stopwords.txt
 to /configs/conf1/stopwords.txt
   [junit4]   2> 543483 INFO  
(TEST-ShardSplitTest.testSplitAfterFailedSplit2-seed#[DDF25DF5EE3A72E7]) [    ] 
o.a.s.c.AbstractZkTestCase put 
/home/jenkins/workspace/Lucene-Solr-BadApples-master-Linux/solr/core/src/test-files/solr/collection1/conf/protwords.txt
 to /configs/conf1/protwords.txt
   [junit4]   2> 543483 INFO  
(TEST-ShardSplitTest.testSplitAfterFailedSplit2-seed#[DDF25DF5EE3A72E7]) [    ] 
o.a.s.c.AbstractZkTestCase put 
/home/jenkins/workspace/Lucene-Solr-BadApples-master-Linux/solr/core/src/test-files/solr/collection1/conf/currency.xml
 to /configs/conf1/currency.xml
   [junit4]   2> 543484 INFO  
(TEST-ShardSplitTest.testSplitAfterFailedSplit2-seed#[DDF25DF5EE3A72E7]) [    ] 
o.a.s.c.AbstractZkTestCase put 
/home/jenkins/workspace/Lucene-Solr-BadApples-master-Linux/solr/core/src/test-files/solr/collection1/conf/enumsConfig.xml
 to /configs/conf1/enumsConfig.xml
   [junit4]   2> 543484 INFO  
(TEST-ShardSplitTest.testSplitAfterFailedSplit2-seed#[DDF25DF5EE3A72E7]) [    ] 
o.a.s.c.AbstractZkTestCase put 
/home/jenkins/workspace/Lucene-Solr-BadApples-master-Linux/solr/core/src/test-files/solr/collection1/conf/open-exchange-rates.json
 to /configs/conf1/open-exchange-rates.json
   [junit4]   2> 543485 INFO  
(TEST-ShardSplitTest.testSplitAfterFailedSplit2-seed#[DDF25DF5EE3A72E7]) [    ] 
o.a.s.c.AbstractZkTestCase put 
/home/jenkins/workspace/Lucene-Solr-BadApples-master-Linux/solr/core/src/test-files/solr/collection1/conf/mapping-ISOLatin1Accent.txt
 to /configs/conf1/mapping-ISOLatin1Accent.txt
   [junit4]   2> 543485 INFO  
(TEST-ShardSplitTest.testSplitAfterFailedSplit2-seed#[DDF25DF5EE3A72E7]) [    ] 
o.a.s.c.AbstractZkTestCase put 
/home/jenkins/workspace/Lucene-Solr-BadApples-master-Linux/solr/core/src/test-files/solr/collection1/conf/old_synonyms.txt
 to /configs/conf1/old_synonyms.txt
   [junit4]   2> 543486 INFO  
(TEST-ShardSplitTest.testSplitAfterFailedSplit2-seed#[DDF25DF5EE3A72E7]) [    ] 
o.a.s.c.AbstractZkTestCase put 
/home/jenkins/workspace/Lucene-Solr-BadApples-master-Linux/solr/core/src/test-files/solr/collection1/conf/synonyms.txt
 to /configs/conf1/synonyms.txt
   [junit4]   2> 543487 INFO  
(TEST-ShardSplitTest.testSplitAfterFailedSplit2-seed#[DDF25DF5EE3A72E7]) [    ] 
o.a.s.c.AbstractFullDistribZkTestBase Will use NRT replicas unless explicitly 
asked otherwise
   [junit4]   2> 543578 INFO  
(TEST-ShardSplitTest.testSplitAfterFailedSplit2-seed#[DDF25DF5EE3A72E7]) [    ] 
o.e.j.s.Server jetty-9.4.11.v20180605; built: 2018-06-05T18:24:03.829Z; git: 
d5fc0523cfa96bfebfbda19606cad384d772f04c; jvm 1.8.0_172-b11
   [junit4]   2> 543579 INFO  
(TEST-ShardSplitTest.testSplitAfterFailedSplit2-seed#[DDF25DF5EE3A72E7]) [    ] 
o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 543579 INFO  
(TEST-ShardSplitTest.testSplitAfterFailedSplit2-seed#[DDF25DF5EE3A72E7]) [    ] 
o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 543579 INFO  
(TEST-ShardSplitTest.testSplitAfterFailedSplit2-seed#[DDF25DF5EE3A72E7]) [    ] 
o.e.j.s.session node0 Scavenging every 600000ms
   [junit4]   2> 543580 INFO  
(TEST-ShardSplitTest.testSplitAfterFailedSplit2-seed#[DDF25DF5EE3A72E7]) [    ] 
o.e.j.s.h.ContextHandler Started 
o.e.j.s.ServletContextHandler@63c5cdaa{/q,null,AVAILABLE}
   [junit4]   2> 543581 INFO  
(TEST-ShardSplitTest.testSplitAfterFailedSplit2-seed#[DDF25DF5EE3A72E7]) [    ] 
o.e.j.s.AbstractConnector Started 
ServerConnector@52b652a5{HTTP/1.1,[http/1.1]}{127.0.0.1:40303}
   [junit4]   2> 543581 INFO  
(TEST-ShardSplitTest.testSplitAfterFailedSplit2-seed#[DDF25DF5EE3A72E7]) [    ] 
o.e.j.s.Server Started @543610ms
   [junit4]   2> 543581 INFO  
(TEST-ShardSplitTest.testSplitAfterFailedSplit2-seed#[DDF25DF5EE3A72E7]) [    ] 
o.a.s.c.s.e.JettySolrRunner Jetty properties: 
{solr.data.dir=/home/jenkins/workspace/Lucene-Solr-BadApples-master-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.api.collections.ShardSplitTest_DDF25DF5EE3A72E7-001/tempDir-001/control/data,
 replicaType=NRT, hostContext=/q, hostPort=40303, 
coreRootDirectory=/home/jenkins/workspace/Lucene-Solr-BadApples-master-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.api.collections.ShardSplitTest_DDF25DF5EE3A72E7-001/control-001/cores}
   [junit4]   2> 543581 ERROR 
(TEST-ShardSplitTest.testSplitAfterFailedSplit2-seed#[DDF25DF5EE3A72E7]) [    ] 
o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be 
missing or incomplete.
   [junit4]   2> 543581 INFO  
(TEST-ShardSplitTest.testSplitAfterFailedSplit2-seed#[DDF25DF5EE3A72E7]) [    ] 
o.a.s.s.SolrDispatchFilter Using logger factory 
org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 543581 INFO  
(TEST-ShardSplitTest.testSplitAfterFailedSplit2-seed#[DDF25DF5EE3A72E7]) [    ] 
o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr™ version 
8.0.0
   [junit4]   2> 543581 INFO  
(TEST-ShardSplitTest.testSplitAfterFailedSplit2-seed#[DDF25DF5EE3A72E7]) [    ] 
o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 543581 INFO  
(TEST-ShardSplitTest.testSplitAfterFailedSplit2-seed#[DDF25DF5EE3A72E7]) [    ] 
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 543582 INFO  
(TEST-ShardSplitTest.testSplitAfterFailedSplit2-seed#[DDF25DF5EE3A72E7]) [    ] 
o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 
2018-07-08T03:20:00.726Z
   [junit4]   2> 543586 INFO  (zkConnectionManagerCallback-5543-thread-1) [    
] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 543587 INFO  
(TEST-ShardSplitTest.testSplitAfterFailedSplit2-seed#[DDF25DF5EE3A72E7]) [    ] 
o.a.s.s.SolrDispatchFilter Loading solr.xml from SolrHome (not found in 
ZooKeeper)
   [junit4]   2> 543587 INFO  
(TEST-ShardSplitTest.testSplitAfterFailedSplit2-seed#[DDF25DF5EE3A72E7]) [    ] 
o.a.s.c.SolrXmlConfig Loading container configuration from 
/home/jenkins/workspace/Lucene-Solr-BadApples-master-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.api.collections.ShardSplitTest_DDF25DF5EE3A72E7-001/control-001/solr.xml
   [junit4]   2> 543591 INFO  
(TEST-ShardSplitTest.testSplitAfterFailedSplit2-seed#[DDF25DF5EE3A72E7]) [    ] 
o.a.s.c.SolrXmlConfig Configuration parameter autoReplicaFailoverWorkLoopDelay 
is ignored
   [junit4]   2> 543591 INFO  
(TEST-ShardSplitTest.testSplitAfterFailedSplit2-seed#[DDF25DF5EE3A72E7]) [    ] 
o.a.s.c.SolrXmlConfig Configuration parameter 
autoReplicaFailoverBadNodeExpiration is ignored
   [junit4]   2> 543591 INFO  
(TEST-ShardSplitTest.testSplitAfterFailedSplit2-seed#[DDF25DF5EE3A72E7]) [    ] 
o.a.s.c.SolrXmlConfig MBean server found: 
com.sun.jmx.mbeanserver.JmxMBeanServer@7aaa64f5, but no JMX reporters were 
configured - adding default JMX reporter.
   [junit4]   2> 543737 INFO  
(TEST-ShardSplitTest.testSplitAfterFailedSplit2-seed#[DDF25DF5EE3A72E7]) [    ] 
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:33209/solr
   [junit4]   2> 543737 INFO  (zkConnectionManagerCallback-5547-thread-1) [    
] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 543746 INFO  (zkConnectionManagerCallback-5549-thread-1) [    
] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 543785 INFO  
(TEST-ShardSplitTest.testSplitAfterFailedSplit2-seed#[DDF25DF5EE3A72E7]) 
[n:127.0.0.1:40303_q    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 543785 INFO  
(TEST-ShardSplitTest.testSplitAfterFailedSplit2-seed#[DDF25DF5EE3A72E7]) 
[n:127.0.0.1:40303_q    ] o.a.s.c.OverseerElectionContext I am going to be the 
leader 127.0.0.1:40303_q
   [junit4]   2> 543785 INFO  
(TEST-ShardSplitTest.testSplitAfterFailedSplit2-seed#[DDF25DF5EE3A72E7]) 
[n:127.0.0.1:40303_q    ] o.a.s.c.Overseer Overseer 
(id=72089652765327364-127.0.0.1:40303_q-n_0000000000) starting
   [junit4]   2> 543807 INFO  (zkConnectionManagerCallback-5556-thread-1) [    
] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 543808 INFO  
(TEST-ShardSplitTest.testSplitAfterFailedSplit2-seed#[DDF25DF5EE3A72E7]) 
[n:127.0.0.1:40303_q    ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 
127.0.0.1:33209/solr ready
   [junit4]   2> 543809 INFO  
(TEST-ShardSplitTest.testSplitAfterFailedSplit2-seed#[DDF25DF5EE3A72E7]) 
[n:127.0.0.1:40303_q    ] o.a.s.c.ZkController Register node as live in 
ZooKeeper:/live_nodes/127.0.0.1:40303_q
   [junit4]   2> 543827 INFO  
(OverseerStateUpdate-72089652765327364-127.0.0.1:40303_q-n_0000000000) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 543833 INFO  
(TEST-ShardSplitTest.testSplitAfterFailedSplit2-seed#[DDF25DF5EE3A72E7]) 
[n:127.0.0.1:40303_q    ] o.a.s.h.a.MetricsHistoryHandler No .system 
collection, keeping metrics history in memory.
   [junit4]   2> 543839 INFO  (zkCallback-5555-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 543850 INFO  
(TEST-ShardSplitTest.testSplitAfterFailedSplit2-seed#[DDF25DF5EE3A72E7]) 
[n:127.0.0.1:40303_q    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr.node' (registry 'solr.node') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@7aaa64f5
   [junit4]   2> 543858 INFO  
(TEST-ShardSplitTest.testSplitAfterFailedSplit2-seed#[DDF25DF5EE3A72E7]) 
[n:127.0.0.1:40303_q    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr.jvm' (registry 'solr.jvm') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@7aaa64f5
   [junit4]   2> 543858 INFO  
(TEST-ShardSplitTest.testSplitAfterFailedSplit2-seed#[DDF25DF5EE3A72E7]) 
[n:127.0.0.1:40303_q    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr.jetty' (registry 'solr.jetty') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@7aaa64f5
   [junit4]   2> 543859 INFO  
(TEST-ShardSplitTest.testSplitAfterFailedSplit2-seed#[DDF25DF5EE3A72E7]) 
[n:127.0.0.1:40303_q    ] o.a.s.c.CorePropertiesLocator Found 0 core 
definitions underneath 
/home/jenkins/workspace/Lucene-Solr-BadApples-master-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.api.collections.ShardSplitTest_DDF25DF5EE3A72E7-001/control-001/cores
   [junit4]   2> 543883 INFO  (zkConnectionManagerCallback-5562-thread-1) [    
] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 543883 INFO  
(TEST-ShardSplitTest.testSplitAfterFailedSplit2-seed#[DDF25DF5EE3A72E7]) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 543884 INFO  
(TEST-ShardSplitTest.testSplitAfterFailedSplit2-seed#[DDF25DF5EE3A72E7]) [    ] 
o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:33209/solr ready
   [junit4]   2> 543887 INFO  (qtp202775470-14948) [n:127.0.0.1:40303_q    ] 
o.a.s.h.a.CollectionsHandler Invoked Collection Action :create with params 
collection.configName=conf1&name=control_collection&nrtReplicas=1&action=CREATE&numShards=1&createNodeSet=127.0.0.1:40303_q&wt=javabin&version=2
 and sendToOCPQueue=true
   [junit4]   2> 543899 INFO  (OverseerThreadFactory-3961-thread-1) [    ] 
o.a.s.c.a.c.CreateCollectionCmd Create collection control_collection
   [junit4]   2> 544015 INFO  (qtp202775470-14943) [n:127.0.0.1:40303_q    
x:control_collection_shard1_replica_n1] 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> 544015 INFO  (qtp202775470-14943) [n:127.0.0.1:40303_q    
x:control_collection_shard1_replica_n1] o.a.s.c.TransientSolrCoreCacheDefault 
Allocating transient cache for 4 transient cores
   [junit4]   2> 545107 INFO  (qtp202775470-14943) [n:127.0.0.1:40303_q 
c:control_collection s:shard1  x:control_collection_shard1_replica_n1] 
o.a.s.c.SolrConfig Using Lucene MatchVersion: 8.0.0
   [junit4]   2> 545117 INFO  (qtp202775470-14943) [n:127.0.0.1:40303_q 
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> 545202 INFO  (qtp202775470-14943) [n:127.0.0.1:40303_q 
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> 545224 INFO  (qtp202775470-14943) [n:127.0.0.1:40303_q 
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> 545225 INFO  (qtp202775470-14943) [n:127.0.0.1:40303_q 
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@7aaa64f5
   [junit4]   2> 545225 INFO  (qtp202775470-14943) [n:127.0.0.1:40303_q 
c:control_collection s:shard1  x:control_collection_shard1_replica_n1] 
o.a.s.c.SolrCore solr.RecoveryStrategy.Builder
   [junit4]   2> 545225 INFO  (qtp202775470-14943) [n:127.0.0.1:40303_q 
c:control_collection s:shard1  x:control_collection_shard1_replica_n1] 
o.a.s.c.SolrCore [[control_collection_shard1_replica_n1] ] Opening new SolrCore 
at 
[/home/jenkins/workspace/Lucene-Solr-BadApples-master-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.api.collections.ShardSplitTest_DDF25DF5EE3A72E7-001/control-001/cores/control_collection_shard1_replica_n1],
 
dataDir=[/home/jenkins/workspace/Lucene-Solr-BadApples-master-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.api.collections.ShardSplitTest_DDF25DF5EE3A72E7-001/control-001/cores/control_collection_shard1_replica_n1/data/]
   [junit4]   2> 545228 INFO  (qtp202775470-14943) [n:127.0.0.1:40303_q 
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=24, maxMergeAtOnceExplicit=41, maxMergedSegmentMB=7.5888671875, 
floorSegmentMB=2.0126953125, forceMergeDeletesPctAllowed=3.8867268703682933, 
segmentsPerTier=12.0, maxCFSSegmentSizeMB=8.796093022207999E12, 
noCFSRatio=0.8114185755089929, reclaimDeletesWeight=0.5960220380070886
   [junit4]   2> 545254 WARN  (qtp202775470-14943) [n:127.0.0.1:40303_q 
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> 545308 INFO  (qtp202775470-14943) [n:127.0.0.1:40303_q 
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> 545308 INFO  (qtp202775470-14943) [n:127.0.0.1:40303_q 
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> 545309 INFO  (qtp202775470-14943) [n:127.0.0.1:40303_q 
c:control_collection s:shard1  x:control_collection_shard1_replica_n1] 
o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 545309 INFO  (qtp202775470-14943) [n:127.0.0.1:40303_q 
c:control_collection s:shard1  x:control_collection_shard1_replica_n1] 
o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 545310 INFO  (qtp202775470-14943) [n:127.0.0.1:40303_q 
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=32, maxMergeAtOnceExplicit=49, maxMergedSegmentMB=97.337890625, 
floorSegmentMB=0.6826171875, forceMergeDeletesPctAllowed=9.157863093896493, 
segmentsPerTier=32.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=1.0, 
reclaimDeletesWeight=2.5027596295095016
   [junit4]   2> 545316 INFO  (qtp202775470-14943) [n:127.0.0.1:40303_q 
c:control_collection s:shard1  x:control_collection_shard1_replica_n1] 
o.a.s.s.SolrIndexSearcher Opening 
[Searcher@2831c8f8[control_collection_shard1_replica_n1] main]
   [junit4]   2> 545319 INFO  (qtp202775470-14943) [n:127.0.0.1:40303_q 
c:control_collection s:shard1  x:control_collection_shard1_replica_n1] 
o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: 
/configs/conf1
   [junit4]   2> 545323 INFO  (qtp202775470-14943) [n:127.0.0.1:40303_q 
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> 545323 INFO  (qtp202775470-14943) [n:127.0.0.1:40303_q 
c:control_collection s:shard1  x:control_collection_shard1_replica_n1] 
o.a.s.h.ReplicationHandler Commits will be reserved for 10000ms.
   [junit4]   2> 545324 INFO  (qtp202775470-14943) [n:127.0.0.1:40303_q 
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 1605390830107885568
   [junit4]   2> 545329 INFO  
(searcherExecutor-3966-thread-1-processing-n:127.0.0.1:40303_q 
x:control_collection_shard1_replica_n1 c:control_collection s:shard1) 
[n:127.0.0.1:40303_q 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@2831c8f8[control_collection_shard1_replica_n1] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 545373 INFO  (qtp202775470-14943) [n:127.0.0.1:40303_q 
c:control_collection s:shard1  x:control_collection_shard1_replica_n1] 
o.a.s.c.ZkShardTerms Successful update of terms at 
/collections/control_collection/terms/shard1 to Terms{values={core_node2=0}, 
version=0}
   [junit4]   2> 545379 INFO  (qtp202775470-14943) [n:127.0.0.1:40303_q 
c:control_collection s:shard1  x:control_collection_shard1_replica_n1] 
o.a.s.c.ShardLeaderElectionContext Enough replicas found to continue.
   [junit4]   2> 545379 INFO  (qtp202775470-14943) [n:127.0.0.1:40303_q 
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> 545379 INFO  (qtp202775470-14943) [n:127.0.0.1:40303_q 
c:control_collection s:shard1  x:control_collection_shard1_replica_n1] 
o.a.s.c.SyncStrategy Sync replicas to 
http://127.0.0.1:40303/q/control_collection_shard1_replica_n1/
   [junit4]   2> 545379 INFO  (qtp202775470-14943) [n:127.0.0.1:40303_q 
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> 545379 INFO  (qtp202775470-14943) [n:127.0.0.1:40303_q 
c:control_collection s:shard1  x:control_collection_shard1_replica_n1] 
o.a.s.c.SyncStrategy 
http://127.0.0.1:40303/q/control_collection_shard1_replica_n1/ has no replicas
   [junit4]   2> 545380 INFO  (qtp202775470-14943) [n:127.0.0.1:40303_q 
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> 545382 INFO  (qtp202775470-14943) [n:127.0.0.1:40303_q 
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:40303/q/control_collection_shard1_replica_n1/ shard1
   [junit4]   2> 545543 INFO  (qtp202775470-14943) [n:127.0.0.1:40303_q 
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> 545558 INFO  (qtp202775470-14943) [n:127.0.0.1:40303_q 
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=1543
   [junit4]   2> 545579 INFO  (qtp202775470-14948) [n:127.0.0.1:40303_q    ] 
o.a.s.h.a.CollectionsHandler Wait for new collection to be active for at most 
30 seconds. Check all shard replicas
   [junit4]   2> 545650 INFO  (zkCallback-5548-thread-2) [    ] 
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> 545900 INFO  
(OverseerCollectionConfigSetProcessor-72089652765327364-127.0.0.1:40303_q-n_0000000000)
 [    ] 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> 546582 INFO  (qtp202775470-14948) [n:127.0.0.1:40303_q    ] 
o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections 
params={collection.configName=conf1&name=control_collection&nrtReplicas=1&action=CREATE&numShards=1&createNodeSet=127.0.0.1:40303_q&wt=javabin&version=2}
 status=0 QTime=2695
   [junit4]   2> 546588 WARN  (NIOServerCxn.Factory:0.0.0.0/0.0.0.0:0) [    ] 
o.a.z.s.NIOServerCnxn Unable to read additional data from client sessionid 
0x1001d28410f0006, likely client has closed socket
   [junit4]   2> 546612 INFO  (zkConnectionManagerCallback-5567-thread-1) [    
] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 546623 INFO  
(TEST-ShardSplitTest.testSplitAfterFailedSplit2-seed#[DDF25DF5EE3A72E7]) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 546624 INFO  
(TEST-ShardSplitTest.testSplitAfterFailedSplit2-seed#[DDF25DF5EE3A72E7]) [    ] 
o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:33209/solr ready
   [junit4]   2> 546624 INFO  
(TEST-ShardSplitTest.testSplitAfterFailedSplit2-seed#[DDF25DF5EE3A72E7]) [    ] 
o.a.s.c.ChaosMonkey monkey: init - expire sessions:false cause connection 
loss:false
   [junit4]   2> 546625 INFO  (qtp202775470-14944) [n:127.0.0.1:40303_q    ] 
o.a.s.h.a.CollectionsHandler Invoked Collection Action :create with params 
collection.configName=conf1&name=collection1&nrtReplicas=1&action=CREATE&numShards=2&createNodeSet=&stateFormat=1&wt=javabin&version=2
 and sendToOCPQueue=true
   [junit4]   2> 546647 INFO  (OverseerThreadFactory-3961-thread-2) [    ] 
o.a.s.c.a.c.CreateCollectionCmd Create collection collection1
   [junit4]   2> 546653 WARN  (OverseerThreadFactory-3961-thread-2) [    ] 
o.a.s.c.a.c.CreateCollectionCmd It is unusual to create a collection 
(collection1) without cores.
   [junit4]   2> 546867 INFO  (qtp202775470-14944) [n:127.0.0.1:40303_q    ] 
o.a.s.h.a.CollectionsHandler Wait for new collection to be active for at most 
30 seconds. Check all shard replicas
   [junit4]   2> 546867 INFO  (qtp202775470-14944) [n:127.0.0.1:40303_q    ] 
o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections 
params={collection.configName=conf1&name=collection1&nrtReplicas=1&action=CREATE&numShards=2&createNodeSet=&stateFormat=1&wt=javabin&version=2}
 status=0 QTime=242
   [junit4]   2> 546967 INFO  
(TEST-ShardSplitTest.testSplitAfterFailedSplit2-seed#[DDF25DF5EE3A72E7]) [    ] 
o.a.s.c.AbstractFullDistribZkTestBase create jetty 1 in directory 
/home/jenkins/workspace/Lucene-Solr-BadApples-master-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.api.collections.ShardSplitTest_DDF25DF5EE3A72E7-001/shard-1-001
 of type NRT
   [junit4]   2> 546968 INFO  
(TEST-ShardSplitTest.testSplitAfterFailedSplit2-seed#[DDF25DF5EE3A72E7]) [    ] 
o.e.j.s.Server jetty-9.4.11.v20180605; built: 2018-06-05T18:24:03.829Z; git: 
d5fc0523cfa96bfebfbda19606cad384d772f04c; jvm 1.8.0_172-b11
   [junit4]   2> 547037 INFO  
(TEST-ShardSplitTest.testSplitAfterFailedSplit2-seed#[DDF25DF5EE3A72E7]) [    ] 
o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 547037 INFO  
(TEST-ShardSplitTest.testSplitAfterFailedSplit2-seed#[DDF25DF5EE3A72E7]) [    ] 
o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 547037 INFO  
(TEST-ShardSplitTest.testSplitAfterFailedSplit2-seed#[DDF25DF5EE3A72E7]) [    ] 
o.e.j.s.session node0 Scavenging every 600000ms
   [junit4]   2> 547037 INFO  
(TEST-ShardSplitTest.testSplitAfterFailedSplit2-seed#[DDF25DF5EE3A72E7]) [    ] 
o.e.j.s.h.ContextHandler Started 
o.e.j.s.ServletContextHandler@28977363{/q,null,AVAILABLE}
   [junit4]   2> 547038 INFO  
(TEST-ShardSplitTest.testSplitAfterFailedSplit2-seed#[DDF25DF5EE3A72E7]) [    ] 
o.e.j.s.AbstractConnector Started 
ServerConnector@24a333f{HTTP/1.1,[http/1.1]}{127.0.0.1:41641}
   [junit4]   2> 547038 INFO  
(TEST-ShardSplitTest.testSplitAfterFailedSplit2-seed#[DDF25DF5EE3A72E7]) [    ] 
o.e.j.s.Server Started @547067ms
   [junit4]   2> 547038 INFO  
(TEST-ShardSplitTest.testSplitAfterFailedSplit2-seed#[DDF25DF5EE3A72E7]) [    ] 
o.a.s.c.s.e.JettySolrRunner Jetty properties: 
{solr.data.dir=/home/jenkins/workspace/Lucene-Solr-BadApples-master-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.api.collections.ShardSplitTest_DDF25DF5EE3A72E7-001/tempDir-001/jetty1,
 replicaType=NRT, solrconfig=solrconfig.xml, hostContext=/q, hostPort=41641, 
coreRootDirectory=/home/jenkins/workspace/Lucene-Solr-BadApples-master-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.api.collections.ShardSplitTest_DDF25DF5EE3A72E7-001/shard-1-001/cores}
   [junit4]   2> 547038 ERROR 
(TEST-ShardSplitTest.testSplitAfterFailedSplit2-seed#[DDF25DF5EE3A72E7]) [    ] 
o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be 
missing or incomplete.
   [junit4]   2> 547038 INFO  
(TEST-ShardSplitTest.testSplitAfterFailedSplit2-seed#[DDF25DF5EE3A72E7]) [    ] 
o.a.s.s.SolrDispatchFilter Using logger factory 
org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 547038 INFO  
(TEST-ShardSplitTest.testSplitAfterFailedSplit2-seed#[DDF25DF5EE3A72E7]) [    ] 
o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr™ version 
8.0.0
   [junit4]   2> 547038 INFO  
(TEST-ShardSplitTest.testSplitAfterFailedSplit2-seed#[DDF25DF5EE3A72E7]) [    ] 
o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 547038 INFO  
(TEST-ShardSplitTest.testSplitAfterFailedSplit2-seed#[DDF25DF5EE3A72E7]) [    ] 
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 547038 INFO  
(TEST-ShardSplitTest.testSplitAfterFailedSplit2-seed#[DDF25DF5EE3A72E7]) [    ] 
o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 
2018-07-08T03:20:04.182Z
   [junit4]   2> 547090 INFO  (zkConnectionManagerCallback-5569-thread-1) [    
] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 547094 INFO  
(TEST-ShardSplitTest.testSplitAfterFailedSplit2-seed#[DDF25DF5EE3A72E7]) [    ] 
o.a.s.s.SolrDispatchFilter Loading solr.xml from SolrHome (not found in 
ZooKeeper)
   [junit4]   2> 547094 INFO  
(TEST-ShardSplitTest.testSplitAfterFailedSplit2-seed#[DDF25DF5EE3A72E7]) [    ] 
o.a.s.c.SolrXmlConfig Loading container configuration from 
/home/jenkins/workspace/Lucene-Solr-BadApples-master-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.api.collections.ShardSplitTest_DDF25DF5EE3A72E7-001/shard-1-001/solr.xml
   [junit4]   2> 547097 INFO  
(TEST-ShardSplitTest.testSplitAfterFailedSplit2-seed#[DDF25DF5EE3A72E7]) [    ] 
o.a.s.c.SolrXmlConfig Configuration parameter autoReplicaFailoverWorkLoopDelay 
is ignored
   [junit4]   2> 547097 INFO  
(TEST-ShardSplitTest.testSplitAfterFailedSplit2-seed#[DDF25DF5EE3A72E7]) [    ] 
o.a.s.c.SolrXmlConfig Configuration parameter 
autoReplicaFailoverBadNodeExpiration is ignored
   [junit4]   2> 547098 INFO  
(TEST-ShardSplitTest.testSplitAfterFailedSplit2-seed#[DDF25DF5EE3A72E7]) [    ] 
o.a.s.c.SolrXmlConfig MBean server found: 
com.sun.jmx.mbeanserver.JmxMBeanServer@7aaa64f5, but no JMX reporters were 
configured - adding default JMX reporter.
   [junit4]   2> 547288 INFO  
(TEST-ShardSplitTest.testSplitAfterFailedSplit2-seed#[DDF25DF5EE3A72E7]) [    ] 
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:33209/solr
   [junit4]   2> 547298 INFO  (zkConnectionManagerCallback-5573-thread-1) [    
] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 547318 INFO  (zkConnectionManagerCallback-5575-thread-1) [    
] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 547322 INFO  
(TEST-ShardSplitTest.testSplitAfterFailedSplit2-seed#[DDF25DF5EE3A72E7]) 
[n:127.0.0.1:41641_q    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (0) -> (1)
   [junit4]   2> 547323 INFO  
(TEST-ShardSplitTest.testSplitAfterFailedSplit2-seed#[DDF25DF5EE3A72E7]) 
[n:127.0.0.1:41641_q    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 547325 INFO  
(TEST-ShardSplitTest.testSplitAfterFailedSplit2-seed#[DDF25DF5EE3A72E7]) 
[n:127.0.0.1:41641_q    ] o.a.s.c.TransientSolrCoreCacheDefault Allocating 
transient cache for 4 transient cores
   [junit4]   2> 547325 INFO  
(TEST-ShardSplitTest.testSplitAfterFailedSplit2-seed#[DDF25DF5EE3A72E7]) 
[n:127.0.0.1:41641_q    ] o.a.s.c.ZkController Register node as live in 
ZooKeeper:/live_nodes/127.0.0.1:41641_q
   [junit4]   2> 547326 INFO  (zkCallback-5555-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 547343 INFO  (zkCallback-5566-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 547346 INFO  (zkCallback-5548-thread-2) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 547360 INFO  (zkCallback-5574-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 547372 INFO  (zkConnectionManagerCallback-5582-thread-1) [    
] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 547399 INFO  
(TEST-ShardSplitTest.testSplitAfterFailedSplit2-seed#[DDF25DF5EE3A72E7]) 
[n:127.0.0.1:41641_q    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (0) -> (2)
   [junit4]   2> 547400 INFO  
(TEST-ShardSplitTest.testSplitAfterFailedSplit2-seed#[DDF25DF5EE3A72E7]) 
[n:127.0.0.1:41641_q    ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 
127.0.0.1:33209/solr ready
   [junit4]   2> 547403 INFO  
(TEST-ShardSplitTest.testSplitAfterFailedSplit2-seed#[DDF25DF5EE3A72E7]) 
[n:127.0.0.1:41641_q    ] o.a.s.h.a.MetricsHistoryHandler No .system 
collection, keeping metrics history in memory.
   [junit4]   2> 547425 INFO  
(TEST-ShardSplitTest.testSplitAfterFailedSplit2-seed#[DDF25DF5EE3A72E7]) 
[n:127.0.0.1:41641_q    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr.node' (registry 'solr.node') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@7aaa64f5
   [junit4]   2> 547434 INFO  
(TEST-ShardSplitTest.testSplitAfterFailedSplit2-seed#[DDF25DF5EE3A72E7]) 
[n:127.0.0.1:41641_q    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr.jvm' (registry 'solr.jvm') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@7aaa64f5
   [junit4]   2> 547434 INFO  
(TEST-ShardSplitTest.testSplitAfterFailedSplit2-seed#[DDF25DF5EE3A72E7]) 
[n:127.0.0.1:41641_q    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr.jetty' (registry 'solr.jetty') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@7aaa64f5
   [junit4]   2> 547436 INFO  
(TEST-ShardSplitTest.testSplitAfterFailedSplit2-seed#[DDF25DF5EE3A72E7]) 
[n:127.0.0.1:41641_q    ] o.a.s.c.CorePropertiesLocator Found 0 core 
definitions underneath 
/home/jenkins/workspace/Lucene-Solr-BadApples-master-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.api.collections.ShardSplitTest_DDF25DF5EE3A72E7-001/shard-1-001/cores
   [junit4]   2> 547482 INFO  (qtp202775470-14946) [n:127.0.0.1:40303_q    ] 
o.a.s.h.a.CollectionsHandler Invoked Collection Action :addreplica with params 
node=127.0.0.1:41641_q&action=ADDREPLICA&collection=collection1&shard=shard2&type=NRT&wt=javabin&version=2
 and sendToOCPQueue=true
   [junit4]   2> 547526 INFO  
(OverseerCollectionConfigSetProcessor-72089652765327364-127.0.0.1:40303_q-n_0000000000)
 [    ] 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> 547531 INFO  (OverseerThreadFactory-3961-thread-3) [ 
c:collection1 s:shard2  ] o.a.s.c.a.c.AddReplicaCmd Node Identified 
127.0.0.1:41641_q for creating new replica
   [junit4]   2> 547539 INFO  (qtp2024622440-15005) [n:127.0.0.1:41641_q    
x:collection1_shard2_replica_n41] o.a.s.h.a.CoreAdminOperation core create 
command 
qt=/admin/cores&collection.configName=conf1&name=collection1_shard2_replica_n41&action=CREATE&collection=collection1&shard=shard2&wt=javabin&version=2&replicaType=NRT
   [junit4]   2> 548559 INFO  (qtp2024622440-15005) [n:127.0.0.1:41641_q 
c:collection1 s:shard2  x:collection1_shard2_replica_n41] o.a.s.c.SolrConfig 
Using Lucene MatchVersion: 8.0.0
   [junit4]   2> 548569 INFO  (qtp2024622440-15005) [n:127.0.0.1:41641_q 
c:collection1 s:shard2  x:collection1_shard2_replica_n41] o.a.s.s.IndexSchema 
[collection1_shard2_replica_n41] Schema name=test
   [junit4]   2> 548658 INFO  (qtp2024622440-15005) [n:127.0.0.1:41641_q 
c:collection1 s:shard2  x:collection1_shard2_replica_n41] o.a.s.s.IndexSchema 
Loaded schema test/1.6 with uniqueid field id
   [junit4]   2> 548667 INFO  (qtp2024622440-15005) [n:127.0.0.1:41641_q 
c:collection1 s:shard2  x:collection1_shard2_replica_n41] o.a.s.c.CoreContainer 
Creating SolrCore 'collection1_shard2_replica_n41' using configuration from 
collection collection1, trusted=true
   [junit4]   2> 548667 INFO  (qtp2024622440-15005) [n:127.0.0.1:41641_q 
c:collection1 s:shard2  x:collection1_shard2_replica_n41] 
o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr.core.collection1.shard2.replica_n41' (registry 
'solr.core.collection1.shard2.replica_n41') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@7aaa64f5
   [junit4]   2> 548667 INFO  (qtp2024622440-15005) [n:127.0.0.1:41641_q 
c:collection1 s:shard2  x:collection1_shard2_replica_n41] o.a.s.c.SolrCore 
solr.RecoveryStrategy.Builder
   [junit4]   2> 548667 INFO  (qtp2024622440-15005) [n:127.0.0.1:41641_q 
c:collection1 s:shard2  x:collection1_shard2_replica_n41] o.a.s.c.SolrCore 
[[collection1_shard2_replica_n41] ] Opening new SolrCore at 
[/home/jenkins/workspace/Lucene-Solr-BadApples-master-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.api.collections.ShardSplitTest_DDF25DF5EE3A72E7-001/shard-1-001/cores/collection1_shard2_replica_n41],
 
dataDir=[/home/jenkins/workspace/Lucene-Solr-BadApples-master-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.api.collections.ShardSplitTest_DDF25DF5EE3A72E7-001/shard-1-001/cores/collection1_shard2_replica_n41/data/]
   [junit4]   2> 548670 INFO  (qtp2024622440-15005) [n:127.0.0.1:41641_q 
c:collection1 s:shard2  x:collection1_shard2_replica_n41] 
o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class 
org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: 
maxMergeAtOnce=24, maxMergeAtOnceExplicit=41, maxMergedSegmentMB=7.5888671875, 
floorSegmentMB=2.0126953125, forceMergeDeletesPctAllowed=3.8867268703682933, 
segmentsPerTier=12.0, maxCFSSegmentSizeMB=8.796093022207999E12, 
noCFSRatio=0.8114185755089929, reclaimDeletesWeight=0.5960220380070886
   [junit4]   2> 548686 WARN  (qtp2024622440-15005) [n:127.0.0.1:41641_q 
c:collection1 s:shard2  x:collection1_shard2_replica_n41] 
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> 548722 INFO  (qtp2024622440-15005) [n:127.0.0.1:41641_q 
c:collection1 s:shard2  x:collection1_shard2_replica_n41] o.a.s.u.UpdateHandler 
Using UpdateLog implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 548722 INFO  (qtp2024622440-15005) [n:127.0.0.1:41641_q 
c:collection1 s:shard2  x:collection1_shard2_replica_n41] o.a.s.u.UpdateLog 
Initializing UpdateLog: dataDir= defaultSyncLevel=FLUSH numRecordsToKeep=100 
maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 548723 INFO  (qtp2024622440-15005) [n:127.0.0.1:41641_q 
c:collection1 s:shard2  x:collection1_shard2_replica_n41] o.a.s.u.CommitTracker 
Hard AutoCommit: disabled
   [junit4]   2> 548723 INFO  (qtp2024622440-15005) [n:127.0.0.1:41641_q 
c:collection1 s:shard2  x:collection1_shard2_replica_n41] o.a.s.u.CommitTracker 
Soft AutoCommit: disabled
   [junit4]   2> 548724 INFO  (qtp2024622440-15005) [n:127.0.0.1:41641_q 
c:collection1 s:shard2  x:collection1_shard2_replica_n41] 
o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class 
org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: 
maxMergeAtOnce=32, maxMergeAtOnceExplicit=49, maxMergedSegmentMB=97.337890625, 
floorSegmentMB=0.6826171875, forceMergeDeletesPctAllowed=9.157863093896493, 
segmentsPerTier=32.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=1.0, 
reclaimDeletesWeight=2.5027596295095016
   [junit4]   2> 548724 INFO  (qtp2024622440-15005) [n:127.0.0.1:41641_q 
c:collection1 s:shard2  x:collection1_shard2_replica_n41] 
o.a.s.s.SolrIndexSearcher Opening 
[Searcher@3cfb0dde[collection1_shard2_replica_n41] main]
   [junit4]   2> 548725 INFO  (qtp2024622440-15005) [n:127.0.0.1:41641_q 
c:collection1 s:shard2  x:collection1_shard2_replica_n41] 
o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: 
/configs/conf1
   [junit4]   2> 548725 INFO  (qtp2024622440-15005) [n:127.0.0.1:41641_q 
c:collection1 s:shard2  x:collection1_shard2_replica_n41] 
o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using 
ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 548726 INFO  (qtp2024622440-15005) [n:127.0.0.1:41641_q 
c:collection1 s:shard2  x:collection1_shard2_replica_n41] 
o.a.s.h.ReplicationHandler Commits will be reserved for 10000ms.
   [junit4]   2> 548726 INFO  
(searcherExecutor-3980-thread-1-processing-n:127.0.0.1:41641_q 
x:collection1_shard2_replica_n41 c:collection1 s:shard2) [n:127.0.0.1:41641_q 
c:collection1 s:shard2  x:collection1_shard2_replica_n41] o.a.s.c.SolrCore 
[collection1_shard2_replica_n41] Registered new searcher 
Searcher@3cfb0dde[collection1_shard2_replica_n41] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 548727 INFO  (qtp2024622440-15005) [n:127.0.0.1:41641_q 
c:collection1 s:shard2  x:collection1_shard2_replica_n41] o.a.s.u.UpdateLog 
Could not find max version in index or recent updates, using new clock 
1605390833676189696
   [junit4]   2> 548730 INFO  (qtp2024622440-15005) [n:127.0.0.1:41641_q 
c:collection1 s:shard2  x:collection1_shard2_replica_n41] o.a.s.c.ZkShardTerms 
Successful update of terms at /collections/collection1/terms/shard2 to 
Terms{values={core_node42=0}, version=0}
   [junit4]   2> 548731 INFO  (qtp2024622440-15005) [n:127.0.0.1:41641_q 
c:collection1 s:shard2  x:collection1_shard2_replica_n41] 
o.a.s.c.ShardLeaderElectionContext Enough replicas found to continue.
   [junit4]   2> 548731 INFO  (qtp2024622440-15005) [n:127.0.0.1:41641_q 
c:collection1 s:shard2  x:collection1_shard2_replica_n41] 
o.a.s.c.ShardLeaderElectionContext I may be the new leader - try and sync
   [junit4]   2> 548731 INFO  (qtp2024622440-15005) [n:127.0.0.1:41641_q 
c:collection1 s:shard2  x:collection1_shard2_replica_n41] o.a.s.c.SyncStrategy 
Sync replicas to http://127.0.0.1:41641/q/collection1_shard2_replica_n41/
   [junit4]   2> 548731 INFO  (qtp2024622440-15005) [n:127.0.0.1:41641_q 
c:collection1 s:shard2  x:collection1_shard2_replica_n41] o.a.s.c.SyncStrategy 
Sync Success - now sync replicas to me
   [junit4]   2> 548731 INFO  (qtp2024622440-15005) [n:127.0.0.1:41641_q 
c:collection1 s:shard2  x:collection1_shard2_replica_n41] o.a.s.c.SyncStrategy 
http://127.0.0.1:41641/q/collection1_shard2_replica_n41/ has no replicas
   [junit4]   2> 548731 INFO  (qtp2024622440-15005) [n:127.0.0.1:41641_q 
c:collection1 s:shard2  x:collection1_shard2_replica_n41] 
o.a.s.c.ShardLeaderElectionContext Found all replicas participating in 
election, clear LIR
   [junit4]   2> 548732 INFO  (qtp2024622440-15005) [n:127.0.0.1:41641_q 
c:collection1 s:shard2  x:collection1_shard2_replica_n41] 
o.a.s.c.ShardLeaderElectionContext I am the new leader: 
http://127.0.0.1:41641/q/collection1_shard2_replica_n41/ shard2
   [junit4]   2> 548883 INFO  (qtp2024622440-15005) [n:127.0.0.1:41641_q 
c:collection1 s:shard2  x:collection1_shard2_replica_n41] o.a.s.c.ZkController 
I am the leader, no recovery necessary
   [junit4]   2> 548885 INFO  (qtp2024622440-15005) [n:127.0.0.1:41641_q 
c:collection1 s:shard2  x:collection1_shard2_replica_n41] o.a.s.s.HttpSolrCall 
[admin] webapp=null path=/admin/cores 
params={qt=/admin/cores&collection.configName=conf1&name=collection1_shard2_replica_n41&action=CREATE&collection=collection1&shard=shard2&wt=javabin&version=2&replicaType=NRT}
 status=0 QTime=1345
   [junit4]   2> 548886 INFO  (qtp202775470-14946) [n:127.0.0.1:40303_q 
c:collection1   ] o.a.s.s.HttpSolrCall [admin] webapp=null 
path=/admin/collections 
params={node=127.0.0.1:41641_q&action=ADDREPLICA&collection=collection1&shard=shard2&type=NRT&wt=javabin&version=2}
 status=0 QTime=1403
   [junit4]   2> 548972 INFO  
(TEST-ShardSplitTest.testSplitAfterFailedSplit2-seed#[DDF25DF5EE3A72E7]) [    ] 
o.a.s.c.AbstractFullDistribZkTestBase create jetty 2 in directory 
/home/jenkins/workspace/Lucene-Solr-BadApples-master-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.api.collections.ShardSplitTest_DDF25DF5EE3A72E7-001/shard-2-001
 of type NRT
   [junit4]   2> 548973 INFO  
(TEST-ShardSplitTest.testSplitAfterFailedSplit2-seed#[DDF25DF5EE3A72E7]) [    ] 
o.e.j.s.Server jetty-9.4.11.v20180605; built: 2018-06-05T18:24:03.829Z; git: 
d5fc0523cfa96bfebfbda19606cad384d772f04c; jvm 1.8.0_172-b11
   [junit4]   2> 548973 INFO  
(TEST-ShardSplitTest.testSplitAfterFailedSplit2-seed#[DDF25DF5EE3A72E7]) [    ] 
o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 548973 INFO  
(TEST-ShardSplitTest.testSplitAfterFailedSplit2-seed#[DDF25DF5EE3A72E7]) [    ] 
o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 548973 INFO  
(TEST-ShardSplitTest.testSplitAfterFailedSplit2-seed#[DDF25DF5EE3A72E7]) [    ] 
o.e.j.s.session node0 Scavenging every 600000ms
   [junit4]   2> 548974 INFO  
(TEST-ShardSplitTest.testSplitAfterFailedSplit2-seed#[DDF25DF5EE3A72E7]) [    ] 
o.e.j.s.h.ContextHandler Started 
o.e.j.s.ServletContextHandler@73d3d12c{/q,null,AVAILABLE}
   [junit4]   2> 548974 INFO  
(TEST-ShardSplitTest.testSplitAfterFailedSplit2-seed#[DDF25DF5EE3A72E7]) [    ] 
o.e.j.s.AbstractConnector Started 
ServerConnector@53bdf7f3{HTTP/1.1,[http/1.1]}{127.0.0.1:33439}
   [junit4]   2> 548974 INFO  
(TEST-ShardSplitTest.testSplitAfterFailedSplit2-seed#[DDF25DF5EE3A72E7]) [    ] 
o.e.j.s.Server Started @549003ms
   [junit4]   2> 548974 INFO  
(TEST-ShardSplitTest.testSplitAfterFailedSplit2-seed#[DDF25DF5EE3A72E7]) [    ] 
o.a.s.c.s.e.JettySolrRunner Jetty properties: 
{solr.data.dir=/home/jenkins/workspace/Lucene-Solr-BadApples-master-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.api.collections.ShardSplitTest_DDF25DF5EE3A72E7-001/tempDir-001/jetty2,
 solrconfig=solrconfig.xml, hostContext=/q, hostPort=33439, 
coreRootDirectory=/home/jenkins/workspace/Lucene-Solr-BadApples-master-Linux/solr/build/solr-core/test/J0/../../../../../../../../../home/jenkins/workspace/Lucene-Solr-BadApples-master-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.api.collections.ShardSplitTest_DDF25DF5EE3A72E7-001/shard-2-001/cores}
   [junit4]   2> 548974 ERROR 
(TEST-ShardSplitTest.testSplitAfterFailedSplit2-seed#[DDF25DF5EE3A72E7]) [    ] 
o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be 
missing or incomplete.
   [junit4]   2> 548975 INFO  
(TEST-ShardSplitTest.testSplitAfterFailedSplit2-seed#[DDF25DF5EE3A72E7]) [    ] 
o.a.s.s.SolrDispatchFilter Using logger factory 
org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 548975 INFO  
(TEST-ShardSplitTest.testSplitAfterFailedSplit2-seed#[DDF25DF5EE3A72E7]) [    ] 
o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr™ version 
8.0.0
   [junit4]   2> 548975 INFO  
(TEST-ShardSplitTest.testSplitAfterFailedSplit2-seed#[DDF25DF5EE3A72E7]) [    ] 
o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 548975 INFO  
(TEST-ShardSplitTest.testSplitAfterFailedSplit2-seed#[DDF25DF5EE3A72E7]) [    ] 
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 548975 INFO  
(TEST-ShardSplitTest.testSplitAfterFailedSplit2-seed#[DDF25DF5EE3A72E7]) [    ] 
o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 
2018-07-08T03:20:06.119Z
   [junit4]   2> 548976 INFO  (zkConnectionManagerCallback-5585-thread-1) [    
] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 548976 INFO  
(TEST-ShardSplitTest.testSplitAfterFailedSplit2-seed#[DDF25DF5EE3A72E7]) [    ] 
o.a.s.s.SolrDispatchFilter Loading solr.xml from SolrHome (not found in 
ZooKeeper)
   [junit4]   2> 548976 INFO  
(TEST-ShardSplitTest.testSplitAfterFailedSplit2-seed#[DDF25DF5EE3A72E7]) [    ] 
o.a.s.c.SolrXmlConfig Loading container configuration from 
/home/jenkins/workspace/Lucene-Solr-BadApples-master-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.api.collections.ShardSplitTest_DDF25DF5EE3A72E7-001/shard-2-001/solr.xml
   [junit4]   2> 548979 INFO  
(TEST-ShardSplitTest.testSplitAfterFailedSplit2-seed#[DDF25DF5EE3A72E7]) [    ] 
o.a.s.c.SolrXmlConfig Configuration parameter autoReplicaFailoverWorkLoopDelay 
is ignored
   [junit4]   2> 548979 INFO  
(TEST-ShardSplitTest.testSplitAfterFailedSplit2-seed#[DDF25DF5EE3A72E7]) [    ] 
o.a.s.c.SolrXmlConfig Configuration parameter 
autoReplicaFailoverBadNodeExpiration is ignored
   [junit4]   2> 548980 INFO  
(TEST-ShardSplitTest.testSplitAfterFailedSplit2-seed#[DDF25DF5EE3A72E7]) [    ] 
o.a.s.c.SolrXmlConfig MBean server found: 
com.sun.jmx.mbeanserver.JmxMBeanServer@7aaa64f5, but no JMX reporters were 
configured - adding default JMX reporter.
   [junit4]   2> 549109 INFO  
(TEST-ShardSplitTest.testSplitAfterFailedSplit2-seed#[DDF25DF5EE3A72E7]) [    ] 
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:33209/solr
   [junit4]   2> 549109 INFO  (zkConnectionManagerCallback-5589-thread-1) [    
] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 549111 INFO  (zkConnectionManagerCallback-5591-thread-1) [    
] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 549113 INFO  
(TEST-ShardSplitTest.testSplitAfterFailedSplit2-seed#[DDF25DF5EE3A72E7]) 
[n:127.0.0.1:33439_q    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (0) -> (2)
   [junit4]   2> 549114 INFO  
(TEST-ShardSplitTest.testSplitAfterFailedSplit2-seed#[DDF25DF5EE3A72E7]) 
[n:127.0.0.1:33439_q    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 549115 INFO  
(TEST-ShardSplitTest.testSplitAfterFailedSplit2-seed#[DDF25DF5EE3A72E7]) 
[n:127.0.0.1:33439_q    ] o.a.s.c.TransientSolrCoreCacheDefault Allocating 
transient cache for 4 transient cores
   [junit4]   2> 549115 INFO  
(TEST-ShardSplitTest.testSplitAfterFailedSplit2-seed#[DDF25DF5EE3A72E7]) 
[n:127.0.0.1:33439_q    ] o.a.s.c.ZkController Register node as live in 
ZooKeeper:/live_nodes/127.0.0.1:33439_q
   [junit4]   2> 549116 INFO  (zkCallback-5566-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 549116 INFO  (zkCallback-5581-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 549116 INFO  (zkCallback-5574-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 549116 INFO  (zkCallback-5555-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 549116 INFO  (zkCallback-5548-thread-2) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 549122 INFO  (zkCallback-5590-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 549131 INFO  (zkConnectionManagerCallback-5598-thread-1) [    
] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 549131 INFO  
(TEST-ShardSplitTest.testSplitAfterFailedSplit2-seed#[DDF25DF5EE3A72E7]) 
[n:127.0.0.1:33439_q    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (0) -> (3)
   [junit4]   2> 549132 INFO  
(TEST-ShardSplitTest.testSplitAfterFailedSplit2-seed#[DDF25DF5EE3A72E7]) 
[n:127.0.0.1:33439_q    ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 
127.0.0.1:33209/solr ready
   [junit4]   2> 549137 INFO  
(TEST-ShardSplitTest.testSplitAfterFailedSplit2-seed#[DDF25DF5EE3A72E7]) 
[n:127.0.0.1:33439_q    ] o.a.s.h.a.MetricsHistoryHandler No .system 
collection, keeping metrics history in memory.
   [junit4]   2> 549148 INFO  
(TEST-ShardSplitTest.testSplitAfterFailedSplit2-seed#[DDF25DF5EE3A72E7]) 
[n:127.0.0.1:33439_q    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr.node' (registry 'solr.node') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@7aaa64f5
   [junit4]   2> 549154 INFO  
(TEST-ShardSplitTest.testSplitAfterFailedSplit2-seed#[DDF25DF5EE3A72E7]) 
[n:127.0.0.1:33439_q    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr.jvm' (registry 'solr.jvm') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@7aaa64f5
   [junit4]   2> 549154 INFO  
(TEST-ShardSplitTest.testSplitAfterFailedSplit2-seed#[DDF25DF5EE3A72E7]) 
[n:127.0.0.1:33439_q    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr.jetty' (registry 'solr.jetty') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@7aaa64f5
   [junit4]   2> 549156 INFO  
(TEST-ShardSplitTest.testSplitAfterFailedSplit2-seed#[DDF25DF5EE3A72E7]) 
[n:127.0.0.1:33439_q    ] o.a.s.c.CorePropertiesLocator Found 0 core 
definitions underneath 
/home/jenkins/workspace/Lucene-Solr-BadApples-master-Linux/solr/build/solr-core/test/J0/../../../../../../../../../home/jenkins/workspace/Lucene-Solr-BadApples-master-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.api.collections.ShardSplitTest_DDF25DF5EE3A72E7-001/shard-2-001/cores
   [junit4]   2> 549186 INFO  (qtp799760793-15043) [n:127.0.0.1:33439_q    ] 
o.a.s.h.a.CollectionsHandler Invoked Collection Action :addreplica with params 
node=127.0.0.1:33439_q&action=ADDREPLICA&collection=collection1&shard=shard1&type=NRT&wt=javabin&version=2
 and sendToOCPQueue=true
   [junit4]   2> 549191 INFO  
(OverseerCollectionConfigSetProcessor-72089652765327364-127.0.0.1:40303_q-n_0000000000)
 [    ] 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> 549200 INFO  (OverseerThreadFactory-3961-thread-4) [ 
c:collection1 s:shard1  ] o.a.s.c.a.c.AddReplicaCmd Node Identified 
127.0.0.1:33439_q for creating new replica
   [junit4]   2> 549212 INFO  (qtp799760793-15038) [n:127.0.0.1:33439_q    
x:collection1_shard1_replica_n43] o.a.s.h.a.CoreAdminOperation core create 
command 
qt=/admin/cores&collection.configName=conf1&name=collection1_shard1_replica_n43&action=CREATE&collection=collection1&shard=shard1&wt=javabin&version=2&replicaType=NRT
   [junit4]   2> 550378 INFO  (qtp799760793-15038) [n:127.0.0.1:33439_q 
c:collection1 s:shard1  x:collection1_shard1_replica_n43] o.a.s.c.SolrConfig 
Using Lucene MatchVersion: 8.0.0
   [junit4]   2> 550416 INFO  (qtp799760793-15038) [n:127.0.0.1:33439_q 
c:collection1 s:shard1  x:collection1_shard1_replica_n43] o.a.s.s.IndexSchema 
[collection1_shard1_replica_n43] Schema name=test
   [junit4]   2> 550465 INFO  (qtp799760793-15038) [n:127.0.0.1:33439_q 
c:collection1 s:shard1  x:collection1_shard1_replica_n43] o.a.s.s.IndexSchema 
Loaded schema test/1.6 with uniqueid field id
   [junit4]   2> 550472 INFO  (qtp799760793-15038) [n:127.0.0.1:33439_q 
c:collection1 s:shard1  x:collection1_shard1_replica_n43] o.a.s.c.CoreContainer 
Creating SolrCore 'collection1_shard1_replica_n43' using configuration from 
collection collection1, trusted=true
   [junit4]   2> 550472 INFO  (qtp799760793-15038) [n:127.0.0.1:33439_q 
c:collection1 s:shard1  x:collection1_shard1_replica_n43] 
o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr.core.collection1.shard1.replica_n43' (registry 
'solr.core.collection1.shard1.replica_n43') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@7aaa64f5
   [junit4]   2> 550473 INFO  (qtp799760793-15038) [n:127.0.0.1:33439_q 
c:collection1 s:shard1  x:collection1_shard1_replica_n43] o.a.s.c.SolrCore 
solr.RecoveryStrategy.Builder
   [junit4]   2> 550473 INFO  (qtp799760793-15038) [n:127.0.0.1:33439_q 
c:collection1 s:shard1  x:collection1_shard1_replica_n43] o.a.s.c.SolrCore 
[[collection1_shard1_replica_n43] ] Opening new SolrCore at 
[/home/jenkins/workspace/Lucene-Solr-BadApples-master-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.api.collections.ShardSplitTest_DDF25DF5EE3A72E7-001/shard-2-001/cores/collection1_shard1_replica_n43],
 
dataDir=[/home/jenkins/workspace/Lucene-Solr-BadApples-master-Linux/solr/build/solr-core/test/J0/../../../../../../../../../home/jenkins/workspace/Lucene-Solr-BadApples-master-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.api.collections.ShardSplitTest_DDF25DF5EE3A72E7-001/shard-2-001/cores/collection1_shard1_replica_n43/data/]
   [junit4]   2> 550475 INFO  (qtp799760793-15038) [n:127.0.0.1:33439_q 
c:collection1 s:shard1  x:collection1_shard1_replica_n43] 
o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class 
org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: 
maxMergeAtOnce=24, maxMergeAtOnceExplicit=41, maxMergedSegmentMB=7.5888671875, 
floorSegmentMB=2.0126953125, forceMergeDeletesPctAllowed=3.8867268703682933, 
segmentsPerTier=12.0, maxCFSSegmentSizeMB=8.796093022207999E12, 
noCFSRatio=0.8114185755089929, reclaimDeletesWeight=0.5960220380070886
   [junit4]   2> 550492 WARN  (qtp799760793-15038) [n:127.0.0.1:33439_q 
c:collection1 s:shard1  x:collection1_shard1_replica_n43] 
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> 550517 INFO  (qtp799760793-15038) [n:127.0.0.1:33439_q 
c:collection1 s:shard1  x:collection1_shard1_replica_n43] o.a.s.u.UpdateHandler 
Using UpdateLog implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 550517 INFO  (qtp799760793-15038) [n:127.0.0.1:33439_q 
c:collection1 s:shard1  x:collection1_shard1_replica_n43] o.a.s.u.UpdateLog 
Initializing UpdateLog: dataDir= defaultSyncLevel=FLUSH numRecordsToKeep=100 
maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 550517 INFO  (qtp799760793-15038) [n:127.0.0.1:33439_q 
c:collection1 s:shard1  x:collection1_shard1_replica_n43] o.a.s.u.CommitTracker 
Hard AutoCommit: disabled
   [junit4]   2> 550517 INFO  (qtp799760793-15038) [n:127.0.0.1:33439_q 
c:collection1 s:shard1  x:collection1_shard1_replica_n43] o.a.s.u.CommitTracker 
Soft AutoCommit: disabled
   [junit4]   2> 550518 INFO  (qtp799760793-15038) [n:127.0.0.1:33439_q 
c:collection1 s:shard1  x:collection1_shard1_replica_n43] 
o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class 
org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: 
maxMergeAtOnce=32, maxMergeAtOnceExplicit=49, maxMergedSegmentMB=97.337890625, 
floorSegmentMB=0.6826171875, forceMergeDeletesPctAllowed=9.157863093896493, 
segmentsPerTier=32.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=1.0, 
reclaimDeletesWeight=2.5027596295095016
   [junit4]   2> 550518 INFO  (qtp799760793-15038) [n:127.0.0.1:33439_q 
c:collection1 s:shard1  x:collection1_shard1_replica_n43] 
o.a.s.s.SolrIndexSearcher Opening 
[Searcher@180c24bc[collection1_shard1_replica_n43] main]
   [junit4]   2> 550519 INFO  (qtp799760793-15038) [n:127.0.0.1:33439_q 
c:collection1 s:shard1  x:collection1_shard1_replica_n43] 
o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: 
/configs/conf1
   [junit4]   2> 550520 INFO  (qtp799760793-15038) [n:127.0.0.1:33439_q 
c:collection1 s:shard1  x:collection1_shard1_replica_n43] 
o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using 
ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 550520 INFO  (qtp799760793-15038) [n:127.0.0.1:33439_q 
c:collection1 s:shard1  x:collection1_shard1_replica_n43] 
o.a.s.h.ReplicationHandler Commits will be reserved for 10000ms.
   [junit4]   2> 550521 INFO  
(searcherExecutor-3994-thread-1-processing-n:127.0.0.1:33439_q 
x:collection1_shard1_replica_n43 c:collection1 s:shard1) [n:127.0.0.1:33439_q 
c:collection1 s:shard1  x:collection1_shard1_replica_n43] o.a.s.c.SolrCore 
[collection1_shard1_replica_n43] Registered new searcher 
Searcher@180c24bc[collection1_shard1_replica_n43] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 550521 INFO  (qtp799760793-15038) [n:127.0.0.1:33439_q 
c:collection1 s:shard1  x:collection1_shard1_replica_n43] o.a.s.u.UpdateLog 
Could not find max version in index or recent updates, using new clock 
1605390835557335040
   [junit4]   2> 550523 INFO  (qtp799760793-15038) [n:127.0.0.1:33439_q 
c:collection1 s:shard1  x:collection1_shard1_replica_n43] o.a.s.c.ZkShardTerms 
Successful update of terms at /collections/collection1/terms/shard1 to 
Terms{values={core_node44=0}, version=0}
   [junit4]   2> 550524 INFO  (qtp799760793-15038) [n:127.0.0.1:33439_q 
c:collection1 s:shard1  x:collection1_shard1_replica_n43] 
o.a.s.c.ShardLeaderElectionContext Enough replicas found to continue.
   [junit4]   2> 550525 INFO  (qtp799760793-15038) [n:127.0.0.1:33439_q 
c:collection1 s:shard1  x:collection1_shard1_replica_n43] 
o.a.s.c.ShardLeaderElectionContext I may be the new leader - try and sync
   [junit4]   2> 550525 INFO  (qtp799760793-15038) [n:127.0.0.1:33439_q 
c:collection1 s:shard1  x:collection1_shard1_replica_n43] o.a.s.c.SyncStrategy 
Sync replicas to http://127.0.0.1:33439/q/collection1_shard1_replica_n43/
   [junit4]   2> 550525 INFO  (qtp799760793-15038) [n:127.0.0.1:33439_q 
c:collection1 s:shard1  x:collection1_shard1_replica_n43] o.a.s.c.SyncStrategy 
Sync Success - now sync replicas to me
   [junit4]   2> 550525 INFO  (qtp799760793-15038) [n:127.0.0.1:33439_q 
c:collection1 s:shard1  x:collection1_shard1_replica_n43] o.a.s.c.SyncStrategy 
http://127.0.0.1:33439/q/collection1_shard1_replica_n43/ has no replicas
   [junit4]   2> 550525 INFO  (qtp799760793-15038) [n:127.0.0.1:33439_q 
c:collection1 s:shard1  x:collection1_shard1_replica_n43] 
o.a.s.c.ShardLeaderElectionContext Found all replicas participating in 
election, clear LIR
   [junit4]   2> 550526 INFO  (qtp799760793-15038) [n:127.0.0.1:33439_q 
c:collection1 s:shard1  x:collection1_shard1_replica_n43] 
o.a.s.c.ShardLeaderElectionContext I am the new leader: 
http://127.0.0.1:33439/q/collection1_shard1_replica_n43/ shard1
   [junit4]   2> 550677 INFO  (qtp799760793-15038) [n:127.0.0.1:33439_q 
c:collection1 s:shard1  x:collection1_shard1_replica_n43] o.a.s.c.ZkController 
I am the leader, no recovery necessary
   [junit4]   2> 550679 INFO  (qtp799760793-15038) [n:127.0.0.1:33439_q 
c:collection1 s:shard1  x:collection1_shard1_replica_n43] o.a.s.s.HttpSolrCall 
[admin] webapp=null path=/admin/cores 
params={qt=/admin/cores&collection.configName=conf1&name=collection1_shard1_replica_n43&action=CREATE&collection=collection1&shard=shard1&wt=javabin&version=2&replicaType=NRT}
 status=0 QTime=1466
   [junit4]   2> 550680 INFO  (qtp799760793-15043) [n:127.0.0.1:33439_q 
c:collection1   ] o.a.s.s.HttpSolrCall [admin] webapp=null 
path=/admin/collections 
params={node=127.0.0.1:33439_q&action=ADDREPLICA&collection=collection1&shard=shard1&type=NRT&wt=javabin&version=2}
 status=0 QTime=1494
   [junit4]   2> 550751 INFO  
(TEST-ShardSplitTest.testSplitAfterFailedSplit2-seed#[DDF25DF5EE3A72E7]) [    ] 
o.a.s.c.AbstractFullDistribZkTestBase create jetty 3 in directory 
/home/jenkins/workspace/Lucene-Solr-BadApples-master-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.api.collections.ShardSplitTest_DDF25DF5EE3A72E7-001/shard-3-001
 of type NRT
   [junit4]   2> 550751 INFO  
(TEST-ShardSplitTest.testSplitAfterFailedSplit2-seed#[DDF25DF5EE3A72E7]) [    ] 
o.e.j.s.Server jetty-9.4.11.v20180605; built: 2018-06-05T18:24:03.829Z; git: 
d5fc0523cfa96bfebfbda19606cad384d772f04c; jvm 1.8.0_172-b11
   [junit4]   2> 550752 INFO  
(TEST-ShardSplitTest.testSplitAfterFailedSplit2-seed#[DDF25DF5EE3A72E7]) [    ] 
o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 550752 INFO  
(TEST-ShardSplitTest.testSplitAfterFailedSplit2-seed#[DDF25DF5EE3A72E7]) [    ] 
o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 550752 INFO  
(TEST-ShardSplitTest.testSplitAfterFailedSplit2-seed#[DDF25DF5EE3A72E7]) [    ] 
o.e.j.s.session node0 Scavenging every 660000ms
   [junit4]   2> 550752 INFO  
(TEST-ShardSplitTest.testSplitAfterFailedSplit2-seed#[DDF25DF5EE3A72E7]) [    ] 
o.e.j.s.h.ContextHandler Started 
o.e.j.s.ServletContextHandler@4c157550{/q,null,AVAILABLE}
   [junit4]   2> 550752 INFO  
(TEST-ShardSplitTest.testSplitAfterFailedSplit2-seed#[DDF25DF5EE3A72E7]) [    ] 
o.e.j.s.AbstractConnector Started 
ServerConnector@78539532{HTTP/1.1,[http/1.1]}{127.0.0.1:44021}
   [junit4]   2> 550752 INFO  
(TEST-ShardSplitTest.testSplitAfterFailedSplit2-seed#[DDF25DF5EE3A72E7]) [    ] 
o.e.j.s.Server Started @550781ms
   [junit4]   2> 550752 INFO  
(TEST-ShardSplitTest.testSplitAfterFailedSplit2-seed#[DDF25DF5EE3A72E7]) [    ] 
o.a.s.c.s.e.JettySolrRunner Jetty properties: 
{solr.data.dir=/home/jenkins/workspace/Lucene-Solr-BadApples-master-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.api.collections.ShardSplitTest_DDF25DF5EE3A72E7-001/tempDir-001/jetty3,
 replicaType=NRT, solrconfig=solrconfig.xml, hostContext=/q, hostPort=44021, 
coreRootDirectory=/home/jenkins/workspace/Lucene-Solr-BadApples-master-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.api.collections.ShardSplitTest_DDF25DF5EE3A72E7-001/shard-3-001/cores}
   [junit4]   2> 550752 ERROR 
(TEST-ShardSplitTest.testSplitAfterFailedSplit2-seed#[DDF25DF5EE3A72E7]) [    ] 
o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be 
missing or incomplete.
   [junit4]   2> 550753 INFO  
(TEST-ShardSplitTest.testSplitAfterFailedSplit2-seed#[DDF25DF5EE3A72E7]) [    ] 
o.a.s.s.SolrDispatchFilter Using logger factory 
org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 550753 INFO  
(TEST-ShardSplitTest.testSplitAfterFailedSplit2-seed#[DDF25DF5EE3A72E7]) [    ] 
o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr™ version 
8.0.0
   [junit4]   2> 550753 INFO  
(TEST-ShardSplitTest.testSplitAfterFailedSplit2-seed#[DDF25DF5EE3A72E7]) [    ] 
o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 550753 INFO  
(TEST-ShardSplitTest.testSplitAfterFailedSplit2-seed#[DDF25DF5EE3A72E7]) [    ] 
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 550753 INFO  
(TEST-ShardSplitTest.testSplitAfterFailedSplit2-seed#[DDF25DF5EE3A72E7]) [    ] 
o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 
2018-07-08T03:20:07.897Z
   [junit4]   2> 550754 INFO  (zkConnectionManagerCallback-5601-thread-1) [    
] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 550754 INFO  
(TEST-ShardSplitTest.testSplitAfterFailedSplit2-seed#[DDF25DF5EE3A72E7]) [    ] 
o.a.s.s.SolrDispatchFilter Loading solr.xml from SolrHome (not found in 
ZooKeeper)
   [junit4]   2> 550754 INFO  
(TEST-ShardSplitTest.testSplitAfterFailedSplit2-seed#[DDF25DF5EE3A72E7]) [    ] 
o.a.s.c.SolrXmlConfig Loading container configuration from 
/home/jenkins/workspace/Lucene-Solr-BadApples-master-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.api.collections.ShardSplitTest_DDF25DF5EE3A72E7-001/shard-3-001/solr.xml
   [junit4]   2> 550757 INFO  
(TEST-ShardSplitTest.testSplitAfterFailedSplit2-seed#[DDF25DF5EE3A72E7]) [    ] 
o.a.s.c.SolrXmlConfig Configuration parameter autoReplicaFailoverWorkLoopDelay 
is ignored
   [junit4]   2> 550757 INFO  
(TEST-ShardSplitTest.testSplitAfterFailedSplit2-seed#[DDF25DF5EE3A72E7]) [    ] 
o.a.s.c.SolrXmlConfig Configuration parameter 
autoReplicaFailoverBadNodeExpiration is ignored
   [junit4]   2> 550758 INFO  
(TEST-ShardSplitTest.testSplitAfterFailedSplit2-seed#[DDF25DF5EE3A72E7]) [    ] 
o.a.s.c.SolrXmlConfig MBean server found: 
com.sun.jmx.mbeanserver.JmxMBeanServer@7aaa64f5, but no JMX reporters were 
configured - adding default JMX reporter.
   [junit4]   2> 550874 INFO  
(TEST-ShardSplitTest.testSplitAfterFailedSplit2-seed#[DDF25DF5EE3A72E7]) [    ] 
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:33209/solr
   [junit4]   2> 550875 INFO  (zkConnectionManagerCallback-5605-thread-1) [    
] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 550876 INFO  (zkConnectionManagerCallback-5607-thread-1) [    
] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 550879 INFO  
(TEST-ShardSplitTest.testSplitAfterFailedSplit2-seed#[DDF25DF5EE3A72E7]) 
[n:127.0.0.1:44021_q    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (0) -> (3)
   [junit4]   2> 550880 INFO  
(TEST-ShardSplitTest.testSplitAfterFailedSplit2-seed#[DDF25DF5EE3A72E7]) 
[n:127.0.0.1:44021_q    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 550881 INFO  
(TEST-ShardSplitTest.testSplitAfterFailedSplit2-seed#[DDF25DF5EE3A72E7]) 
[n:127.0.0.1:44021_q    ] o.a.s.c.TransientSolrCoreCacheDefault Allocating 
transient cache for 4 transient cores
   [junit4]   2> 550881 INFO  
(TEST-ShardSplitTest.testSplitAfterFailedSplit2-seed#[DDF25DF5EE3A72E7]) 
[n:127.0.0.1:44021_q    ] o.a.s.c.ZkController Register node as live in 
ZooKeeper:/live_nodes/127.0.0.1:44021_q
   [junit4]   2> 550881 INFO  (zkCallback-5566-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 550881 INFO  (zkCallback-5590-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 550881 INFO  (zkCallback-5548-thread-2) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 550881 INFO  (zkCallback-5574-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 550881 INFO  (zkCallback-5597-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 550881 INFO  (zkCallback-5555-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 550882 INFO  (zkCallback-5606-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 550886 INFO  (zkCallback-5581-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 550893 INFO  (zkConnectionManagerCallback-5614-thread-1) [    
] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 550894 INFO  
(TEST-ShardSplitTest.testSplitAfterFailedSplit2-seed#[DDF25DF5EE3A72E7]) 
[n:127.0.0.1:44021_q    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (0) -> (4)
   [junit4]   2> 550895 INFO  
(TEST-ShardSplitTest.testSplitAfterFailedSplit2-seed#[DDF25DF5EE3A72E7]) 
[n:127.0.0.1:44021_q    ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 
127.0.0.1:33209/solr ready
   [junit4]   2> 550895 INFO  
(TEST-ShardSplitTest.testSplitAfterFailedSplit2-seed#[DDF25DF5EE3A72E7]) 
[n:127.0.0.1:44021_q    ] o.a.s.h.a.MetricsHistoryHandler No .system 
collection, keeping metrics history in memory.
   [junit4]   2> 550906 INFO  
(TEST-ShardSplitTest.testSplitAfterFailedSplit2-seed#[DDF25DF5EE3A72E7]) 
[n:127.0.0.1:44021_q    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr.node' (registry 'solr.node') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@7aaa64f5
   [junit4]   2> 550911 INFO  
(TEST-ShardSplitTest.testSplitAfterFailedSplit2-seed#[DDF25DF5EE3A72E7]) 
[n:127.0.0.1:44021_q    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr.jvm' (registry 'solr.jvm') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@7aaa64f5
   [junit4]   2> 550911 INFO  
(TEST-ShardSplitTest.testSplitAfterFailedSplit2-seed#[DDF25DF5EE3A72E7]) 
[n:127.0.0.1:44021_q    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr.jetty' (registry 'solr.jetty') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@7aaa64f5
   [junit4]   2> 550912 INFO  
(TEST-ShardSplitTest.testSplitAfterFailedSplit2-seed#[DDF25DF5EE3A72E7]) 
[n:127.0.0.1:44021_q    ] o.a.s.c.CorePropertiesLocator Found 0 core 
definitions underneath 
/home/jenkins/workspace/Lucene-Solr-BadApples-master-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.api.collections.ShardSplitTest_DDF25DF5EE3A72E7-001/shard-3-001/cores
   [junit4]   2> 550973 INFO  (qtp799760793-15037) [n:127.0.0.1:33439_q    ] 
o.a.s.h.a.CollectionsHandler Invoked Collection Action :addreplica with params 
node=127.0.0.1:44021_q&action=ADDREPLICA&collection=collection1&shard=shard2&type=NRT&wt=javabin&version=2
 and sendToOCPQueue=true
   [junit4]   2> 550978 INFO  
(OverseerCollectionConfigSetProcessor-72089652765327364-127.0.0.1:40303_q-n_0000000000)
 [    ] 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> 550978 INFO  (OverseerThreadFactory-3961-thread-5) [ 
c:collection1 s:shard2  ] o.a.s.c.a.c.AddReplicaCmd Node Identified 
127.0.0.1:44021_q for creating new replica
   [junit4]   2> 550980 INFO  (qtp1077692829-15082) [n:127.0.0.1:44021_q    
x:collection1_shard2_replica_n45] o.a.s.h.a.CoreAdminOperation core create 
command 
qt=/admin/cores&collection.configName=conf1&name=collection1_shard2_replica_n45&action=CREATE&collection=collection1&shard=shard2&wt=javabin&version=2&replicaType=NRT
   [junit4]   2> 552093 INFO  (qtp1077692829-15082) [n:127.0.0.1:44021_q 
c:collection1 s:shard2  x:collection1_shard2_replica_n45] o.a.s.c.SolrConfig 
Using Lucene MatchVersion: 8.0.0
   [junit4]   2> 552100 INFO  (qtp1077692829-15082) [n:127.0.0.1:44021_q 
c:collection1 s:shard2  x:collection1_shard2_replica_n45] o.a.s.s.IndexSchema 
[collection1_shard2_replica_n45] Schema name=test
   [junit4]   2> 552152 INFO  (qtp1077692829-15082) [n:127.0.0.1:44021_q 
c:collection1 s:shard2  x:collection1_shard2_replica_n45] o.a.s.s.IndexSchema 
Loaded schema test/1.6 with uniqueid field id
   [junit4]   2> 552159 INFO  (qtp1077692829-15082) [n:127.0.0.1:44021_q 
c:collection1 s:shard2  x:collection1_shard2_replica_n45] o.a.s.c.CoreContainer 
Creating SolrCore 'collection1_shard2_replica_n45' using configuration from 
collection collection1, trusted=true
   [junit4]   2> 552160 INFO  (qtp1077692829-15082) [n:127.0.0.1:44021_q 
c:collection1 s:shard2  x:collection1_shard2_replica_n45] 
o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr.core.collection1.shard2.replica_n45' (registry 
'solr.core.collection1.shard2.replica_n45') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@7aaa64f5
   [junit4]   2> 552160 INFO  (qtp1077692829-15082) [n:127.0.0.1:44021_q 
c:collection1 s:shard2  x:collection1_shard2_replica_n45] o.a.s.c.SolrCore 
solr.RecoveryStrategy.Builder
   [junit4]   2> 552160 INFO  (qtp1077692829-15082) [n:127.0.0.1:44021_q 
c:collection1 s:shard2  x:collection1_shard2_replica_n45] o.a.s.c.SolrCore 
[[collection1_shard2_replica_n45] ] Opening new SolrCore at 
[/home/jenkins/workspace/Lucene-Solr-BadApples-master-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.api.collections.ShardSplitTest_DDF25DF5EE3A72E7-001/shard-3-001/cores/collection1_shard2_replica_n45],
 
dataDir=[/home/jenkins/workspace/Lucene-Solr-BadApples-master-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.api.collections.ShardSplitTest_DDF25DF5EE3A72E7-001/shard-3-001/cores/collection1_shard2_replica_n45/data/]
   [junit4]   2> 552162 INFO  (qtp1077692829-15082) [n:127.0.0.1:44021_q 
c:collection1 s:shard2  x:collection1_shard2_replica_n45] 
o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class 
org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: 
maxMergeAtOnce=24, maxMergeAtOnceExplicit=41, maxMergedSegmentMB=7.5888671875, 
floorSegmentMB=2.0126953125, forceMergeDeletesPctAllowed=3.8867268703682933, 
segmentsPerTier=12.0, maxCFSSegmentSizeMB=8.796093022207999E12, 
noCFSRatio=0.8114185755089929, reclaimDeletesWeight=0.5960220380070886
   [junit4]   2> 552179 WARN  (qtp1077692829-15082) [n:127.0.0.1:44021_q 
c:collection1 s:shard2  x:collection1_shard2_replica_n45] 
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> 552204 INFO  (qtp1077692829-15082) [n:127.0.0.1:44021_q 
c:collection1 s:shard2  x:collection1_shard2_replica_n45] o.a.s.u.UpdateHandler 
Using UpdateLog implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 552204 INFO  (qtp1077692829-15082) [n:127.0.0.1:44021_q 
c:collection1 s:shard2  x:collection1_shard2_replica_n45] o.a.s.u.UpdateLog 
Initializing UpdateLog: dataDir= defaultSyncLevel=FLUSH numRecordsToKeep=100 
maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 552204 INFO  (qtp1077692829-15082) [n:127.0.0.1:44021_q 
c:collection1 s:shard2  x:collection1_shard2_replica_n45] o.a.s.u.CommitTracker 
Hard AutoCommit: disabled
   [junit4]   2> 552204 INFO  (qtp1077692829-15082) [n:127.0.0.1:44021_q 
c:collection1 s:shard2  x:collection1_shard2_replica_n45] o.a.s.u.CommitTracker 
Soft AutoCommit: disabled
   [junit4]   2> 552205 INFO  (qtp1077692829-15082) [n:127.0.0.1:44021_q 
c:collection1 s:shard2  x:collection1_shard2_replica_n45] 
o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class 
org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: 
maxMergeAtOnce=32, maxMergeAtOnceExplicit=49, maxMergedSegmentMB=97.337890625, 
floorSegmentMB=0.6826171875, forceMergeDeletesPctAllowed=9.157863093896493, 
segmentsPerTier=32.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=1.0, 
reclaimDeletesWeight=2.5027596295095016
   [junit4]   2> 552205 INFO  (qtp1077692829-15082) [n:127.0.0.1:44021_q 
c:collection1 s:shard2  x:collection1_shard2_replica_n45] 
o.a.s.s.SolrIndexSearcher Opening 
[Searcher@471d7096[collection1_shard2_replica_n45] main]
   [junit4]   2> 552206 INFO  (qtp1077692829-15082) [n:127.0.0.1:44021_q 
c:collection1 s:shard2  x:collection1_shard2_replica_n45] 
o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: 
/configs/conf1
   [junit4]   2> 552206 INFO  (qtp1077692829-15082) [n:127.0.0.1:44021_q 
c:collection1 s:shard2  x:collection1_shard2_replica_n45] 
o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using 
ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 552207 INFO  (qtp1077692829-15082) [n:127.0.0.1:44021_q 
c:collection1 s:shard2  x:collection1_shard2_replica_n45] 
o.a.s.h.ReplicationHandler Commits will be reserved for 10000ms.
   [junit4]   2> 552207 INFO  (qtp1077692829-15082) [n:127.0.0.1:44021_q 
c:collection1 s:shard2  x:collection1_shard2_replica_n45] o.a.s.u.UpdateLog 
Could not find max version in index or recent updates, using new clock 
1605390837325234176
   [junit4]   2> 552208 INFO  
(searcherExecutor-4008-thread-1-processing-n:127.0.0.1:44021_q 
x:collection1_shard2_replica_n45 c:collection1 s:shard2) [n:127.0.0.1:44021_q 
c:collection1 s:shard2  x:collection1_shard2_replica_n45] o.a.s.c.SolrCore 
[collection1_shard2_replica_n45] Registered new searcher 
Searcher@471d7096[collection1_shard2_replica_n45] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 552209 INFO  (qtp1077692829-15082) [n:127.0.0.1:44021_q 
c:collection1 s:shard2  x:collection1_shard2_replica_n45] o.a.s.c.ZkShardTerms 
Successful update of terms at /collections/collection1/terms/shard2 to 
Terms{values={core_node42=0, core_node46=0}, version=1}
   [junit4]   2> 552210 INFO  (qtp1077692829-15082) [n:127.0.0.1:44021_q 
c:collection1 s:shard2  x:collection1_shard2_replica_n45] o.a.s.c.ZkController 
Core needs to recover:collection1_shard2_replica_n45
   [junit4]   2> 552210 INFO  
(updateExecutor-5602-thread-1-processing-n:127.0.0.1:44021_q 
x:collection1_shard2_replica_n45 c:collection1 s:shard2) [n:127.0.0.1:44021_q 
c:collection1 s:shard2 r:core_node46 x:collection1_shard2_replica_n45] 
o.a.s.u.DefaultSolrCoreState Running recovery
   [junit4]   2> 552210 INFO  
(recoveryExecutor-5603-thread-1-processing-n:127.0.0.1:44021_q 
x:collection1_shard2_replica_n45 c:collection1 s:shard2 r:core_node46) 
[n:127.0.0.1:44021_q c:collection1 s:shard2 r:core_node46 
x:collection1_shard2_replica_n45] o.a.s.c.RecoveryStrategy Starting recovery 
process. recoveringAfterS

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

nit4]   2> 
   [junit4]   2>        20      /solr/aliases.json
   [junit4]   2>        9       /solr/security.json
   [junit4]   2>        9       /solr/configs/conf1
   [junit4]   2>        9       /solr/collections/collection1/terms/shard1
   [junit4]   2>        9       /solr/collections/collection1/terms/shard2
   [junit4]   2>        2       
/solr/collections/control_collection/terms/shard1
   [junit4]   2> 
   [junit4]   2> Maximum concurrent data watches above limit:
   [junit4]   2> 
   [junit4]   2>        20      /solr/clusterprops.json
   [junit4]   2>        20      /solr/clusterstate.json
   [junit4]   2>        14      /solr/collections/collection1/state.json
   [junit4]   2>        5       
/solr/overseer_elect/election/72089747919667204-127.0.0.1:38919_-n_0000000000
   [junit4]   2>        5       /solr/autoscaling.json
   [junit4]   2> 
   [junit4]   2> Maximum concurrent children watches above limit:
   [junit4]   2> 
   [junit4]   2>        20      /solr/live_nodes
   [junit4]   2>        20      /solr/collections
   [junit4]   2>        5       /solr/overseer/queue
   [junit4]   2>        5       /solr/autoscaling/events/.scheduled_maintenance
   [junit4]   2>        5       /solr/autoscaling/events/.auto_add_replicas
   [junit4]   2>        5       /solr/overseer/collection-queue-work
   [junit4]   2>        5       /solr/overseer/queue-work
   [junit4]   2> 
   [junit4]   2> NOTE: reproduce with: ant test  -Dtestcase=SSLMigrationTest 
-Dtests.method=test -Dtests.seed=DDF25DF5EE3A72E7 -Dtests.multiplier=3 
-Dtests.slow=true -Dtests.badapples=true -Dtests.locale=is-IS 
-Dtests.timezone=America/Cancun -Dtests.asserts=true -Dtests.file.encoding=UTF-8
   [junit4] FAILURE 21.4s J0 | SSLMigrationTest.test <<<
   [junit4]    > Throwable #1: java.lang.AssertionError: Replica didn't have 
the proper urlScheme in the ClusterState
   [junit4]    >        at 
__randomizedtesting.SeedInfo.seed([DDF25DF5EE3A72E7:55A6622F40C61F1F]:0)
   [junit4]    >        at 
org.apache.solr.cloud.SSLMigrationTest.assertReplicaInformation(SSLMigrationTest.java:104)
   [junit4]    >        at 
org.apache.solr.cloud.SSLMigrationTest.testMigrateSSL(SSLMigrationTest.java:97)
   [junit4]    >        at 
org.apache.solr.cloud.SSLMigrationTest.test(SSLMigrationTest.java:61)
   [junit4]    >        at 
org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsFixedStatement.callStatement(BaseDistributedSearchTestCase.java:1008)
   [junit4]    >        at 
org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsStatement.evaluate(BaseDistributedSearchTestCase.java:983)
   [junit4]    >        at java.lang.Thread.run(Thread.java:748)
   [junit4]   2> NOTE: leaving temporary files on disk at: 
/home/jenkins/workspace/Lucene-Solr-BadApples-master-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.SSLMigrationTest_DDF25DF5EE3A72E7-001
   [junit4]   2> Jul 08, 2018 3:44:33 AM 
com.carrotsearch.randomizedtesting.ThreadLeakControl checkThreadLeaks
   [junit4]   2> WARNING: Will linger awaiting termination of 1 leaked 
thread(s).
   [junit4]   2> NOTE: test params are: codec=Asserting(Lucene70): {}, 
docValues:{}, maxPointsInLeafNode=57, maxMBSortInHeap=6.764747506249586, 
sim=Asserting(org.apache.lucene.search.similarities.AssertingSimilarity@15e95958),
 locale=is-IS, timezone=America/Cancun
   [junit4]   2> NOTE: Linux 4.15.0-24-generic amd64/Oracle Corporation 
1.8.0_172 (64-bit)/cpus=8,threads=1,free=155155320,total=536870912
   [junit4]   2> NOTE: All tests run in this JVM: [TestConfigSetsAPI, 
CoreMergeIndexesAdminHandlerTest, PathHierarchyTokenizerFactoryTest, 
TestHttpShardHandlerFactory, CreateCollectionCleanupTest, 
StatelessScriptUpdateProcessorFactoryTest, TestSort, PreAnalyzedFieldTest, 
TermsComponentTest, TestReplicationHandler, TestSolrConfigHandlerCloud, 
SmileWriterTest, ConnectionReuseTest, TestLuceneMatchVersion, 
PeerSyncWithBufferUpdatesTest, BasicDistributedZk2Test, SimplePostToolTest, 
HttpPartitionTest, SolrCLIZkUtilsTest, TestCoreContainer, TestLFUCache, 
TestSimpleTextCodec, FieldMutatingUpdateProcessorTest, TestStreamBody, 
TestLegacyFieldCache, DistributedExpandComponentTest, TestFiltering, 
SolrIndexConfigTest, TestDistribStateManager, TestTestInjection, 
CoreAdminHandlerTest, TestCryptoKeys, TestRestoreCore, 
ConcurrentCreateRoutedAliasTest, HdfsLockFactoryTest, 
DistributedFacetPivotWhiteBoxTest, JvmMetricsTest, TestRebalanceLeaders, 
TestJsonFacetRefinement, LeaderElectionContextKeyTest, TestCrossCoreJoin, 
ConcurrentDeleteAndCreateCollectionTest, DistributedFacetPivotLongTailTest, 
TestBulkSchemaAPI, HdfsTlogReplayBufferedWhileIndexingTest, ScriptEngineTest, 
TestStressLiveNodes, CloneFieldUpdateProcessorFactoryTest, 
HighlighterMaxOffsetTest, TestQueryUtils, TestCollationField, 
TestStressRecovery, FileBasedSpellCheckerTest, ShardSplitTest, 
TestSkipOverseerOperations, StressHdfsTest, TestOrdValues, ZkFailoverTest, 
TestSolrFieldCacheBean, AddSchemaFieldsUpdateProcessorFactoryTest, 
TestSchemalessBufferedUpdates, HdfsRestartWhileUpdatingTest, 
HttpSolrCallGetCoreTest, TestDistributedMissingSort, TestManagedSchema, 
ChaosMonkeySafeLeaderWithPullReplicasTest, MultiTermTest, 
MetricsHistoryHandlerTest, CollectionPropsTest, 
TestHighFrequencyDictionaryFactory, TestBM25SimilarityFactory, CoreSorterTest, 
TestDocSet, TestOmitPositions, ParsingFieldUpdateProcessorsTest, 
NodeAddedTriggerIntegrationTest, TestMergePolicyConfig, ExplicitHLLTest, 
TestXIncludeConfig, SolrRequestParserTest, SampleTest, 
TestPullReplicaErrorHandling, TestLeaderInitiatedRecoveryThread, 
TestSuggestSpellingConverter, TestPushWriter, TestZkAclsWithHadoopAuth, 
QueryParsingTest, TestGraphMLResponseWriter, QueryResultKeyTest, 
BlockJoinFacetSimpleTest, TestCloudRecovery, SignificantTermsQParserPluginTest, 
TestCloudDeleteByQuery, TestLargeCluster, TestSubQueryTransformer, 
LegacyCloudClusterPropTest, TestNestedDocsSort, TestCustomStream, 
CursorPagingTest, TestHdfsUpdateLog, TestPartialUpdateDeduplication, 
TestNumericRangeQuery64, SpellCheckCollatorWithCollapseTest, JavabinLoaderTest, 
NodeLostTriggerTest, CloudExitableDirectoryReaderTest, TestConfigsApi, 
ClassificationUpdateProcessorFactoryTest, TestSchemaResource, Tagger2Test, 
TestQuerySenderNoQuery, TestBulkSchemaConcurrent, BlockDirectoryTest, 
XsltUpdateRequestHandlerTest, RulesTest, 
BigEndianAscendingWordDeserializerTest, DateRangeFieldTest, 
V2ApiIntegrationTest, TestDynamicFieldResource, SolrGangliaReporterTest, 
TestIndexingPerformance, ExecutePlanActionTest, PeerSyncWithLeaderTest, 
TestHashPartitioner, DistributedVersionInfoTest, TestRetrieveFieldsOptimizer, 
FieldAnalysisRequestHandlerTest, TestRangeQuery, LukeRequestHandlerTest, 
TriggerSetPropertiesIntegrationTest, URLClassifyProcessorTest, 
TestDelegationWithHadoopAuth, HdfsBasicDistributedZkTest, 
BasicAuthStandaloneTest, DistributedQueryComponentOptimizationTest, 
OverseerTest, RecoveryAfterSoftCommitTest, RemoteQueryErrorTest, 
ReplaceNodeNoTargetTest, ReplaceNodeTest, RestartWhileUpdatingTest, 
RollingRestartTest, SSLMigrationTest]
   [junit4] Completed [479/822 (2!)] on J0 in 21.91s, 1 test, 1 failure <<< 
FAILURES!

[...truncated 21471 lines...]
check-licenses:
     [echo] License check under: 
/home/jenkins/workspace/Lucene-Solr-BadApples-master-Linux/solr
 [licenses] MISSING sha1 checksum file for: 
/home/jenkins/workspace/Lucene-Solr-BadApples-master-Linux/solr/contrib/uima/lib/AlchemyAPIAnnotator-2.3.1.jar
 [licenses] EXPECTED sha1 checksum file : 
/home/jenkins/workspace/Lucene-Solr-BadApples-master-Linux/solr/licenses/AlchemyAPIAnnotator-2.3.1.jar.sha1

 [licenses] MISSING sha1 checksum file for: 
/home/jenkins/workspace/Lucene-Solr-BadApples-master-Linux/solr/contrib/uima/lib/OpenCalaisAnnotator-2.3.1.jar
 [licenses] EXPECTED sha1 checksum file : 
/home/jenkins/workspace/Lucene-Solr-BadApples-master-Linux/solr/licenses/OpenCalaisAnnotator-2.3.1.jar.sha1
 [licenses] MISSING sha1 checksum file for: 
/home/jenkins/workspace/Lucene-Solr-BadApples-master-Linux/solr/contrib/uima/lib/Tagger-2.3.1.jar
 [licenses] EXPECTED sha1 checksum file : 
/home/jenkins/workspace/Lucene-Solr-BadApples-master-Linux/solr/licenses/Tagger-2.3.1.jar.sha1

 [licenses] MISSING sha1 checksum file for: 
/home/jenkins/workspace/Lucene-Solr-BadApples-master-Linux/solr/contrib/uima/lib/WhitespaceTokenizer-2.3.1.jar
 [licenses] EXPECTED sha1 checksum file : 
/home/jenkins/workspace/Lucene-Solr-BadApples-master-Linux/solr/licenses/WhitespaceTokenizer-2.3.1.jar.sha1
 [licenses] MISSING sha1 checksum file for: 
/home/jenkins/workspace/Lucene-Solr-BadApples-master-Linux/solr/contrib/uima/lib/commons-digester-2.1.jar
 [licenses] EXPECTED sha1 checksum file : 
/home/jenkins/workspace/Lucene-Solr-BadApples-master-Linux/solr/licenses/commons-digester-2.1.jar.sha1

[...truncated 3 lines...]
BUILD FAILED
/home/jenkins/workspace/Lucene-Solr-BadApples-master-Linux/build.xml:642: The 
following error occurred while executing this line:
/home/jenkins/workspace/Lucene-Solr-BadApples-master-Linux/build.xml:117: The 
following error occurred while executing this line:
/home/jenkins/workspace/Lucene-Solr-BadApples-master-Linux/solr/build.xml:364: 
The following error occurred while executing this line:
/home/jenkins/workspace/Lucene-Solr-BadApples-master-Linux/lucene/tools/custom-tasks.xml:62:
 License check failed. Check the logs.
If you recently modified ivy-versions.properties or any module's ivy.xml,
make sure you run "ant clean-jars jar-checksums" before running precommit.

Total time: 87 minutes 44 seconds
Build step 'Invoke Ant' marked build as failure
Archiving artifacts
Setting 
ANT_1_8_2_HOME=/var/lib/jenkins/tools/hudson.tasks.Ant_AntInstallation/ANT_1.8.2
[WARNINGS] Skipping publisher since build result is FAILURE
Recording test results
Setting 
ANT_1_8_2_HOME=/var/lib/jenkins/tools/hudson.tasks.Ant_AntInstallation/ANT_1.8.2
Email was triggered for: Failure - Any
Sending email for trigger: Failure - Any
Setting 
ANT_1_8_2_HOME=/var/lib/jenkins/tools/hudson.tasks.Ant_AntInstallation/ANT_1.8.2
Setting 
ANT_1_8_2_HOME=/var/lib/jenkins/tools/hudson.tasks.Ant_AntInstallation/ANT_1.8.2
Setting 
ANT_1_8_2_HOME=/var/lib/jenkins/tools/hudson.tasks.Ant_AntInstallation/ANT_1.8.2
Setting 
ANT_1_8_2_HOME=/var/lib/jenkins/tools/hudson.tasks.Ant_AntInstallation/ANT_1.8.2
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to