Build: https://jenkins.thetaphi.de/job/Lucene-Solr-6.4-Linux/166/
Java: 64bit/jdk1.8.0_121 -XX:+UseCompressedOops -XX:+UseSerialGC

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

Error Message:
Expected 2 of 3 replicas to be active but only found 1; 
[core_node3:{"core":"c8n_1x3_lf_shard1_replica3","base_url":"http://127.0.0.1:44068","node_name":"127.0.0.1:44068_","state":"active","leader":"true"}];
 clusterState: 
DocCollection(c8n_1x3_lf//collections/c8n_1x3_lf/state.json/17)={   
"replicationFactor":"3",   "shards":{"shard1":{       
"range":"80000000-7fffffff",       "state":"active",       "replicas":{         
"core_node1":{           "core":"c8n_1x3_lf_shard1_replica2",           
"base_url":"http://127.0.0.1:36373";,           "node_name":"127.0.0.1:36373_",  
         "state":"down"},         "core_node2":{           "state":"down",      
     "base_url":"http://127.0.0.1:38232";,           
"core":"c8n_1x3_lf_shard1_replica1",           "node_name":"127.0.0.1:38232_"}, 
        "core_node3":{           "core":"c8n_1x3_lf_shard1_replica3",           
"base_url":"http://127.0.0.1:44068";,           "node_name":"127.0.0.1:44068_",  
         "state":"active",           "leader":"true"}}}},   
"router":{"name":"compositeId"},   "maxShardsPerNode":"1",   
"autoAddReplicas":"false"}

Stack Trace:
java.lang.AssertionError: Expected 2 of 3 replicas to be active but only found 
1; 
[core_node3:{"core":"c8n_1x3_lf_shard1_replica3","base_url":"http://127.0.0.1:44068","node_name":"127.0.0.1:44068_","state":"active","leader":"true"}];
 clusterState: DocCollection(c8n_1x3_lf//collections/c8n_1x3_lf/state.json/17)={
  "replicationFactor":"3",
  "shards":{"shard1":{
      "range":"80000000-7fffffff",
      "state":"active",
      "replicas":{
        "core_node1":{
          "core":"c8n_1x3_lf_shard1_replica2",
          "base_url":"http://127.0.0.1:36373";,
          "node_name":"127.0.0.1:36373_",
          "state":"down"},
        "core_node2":{
          "state":"down",
          "base_url":"http://127.0.0.1:38232";,
          "core":"c8n_1x3_lf_shard1_replica1",
          "node_name":"127.0.0.1:38232_"},
        "core_node3":{
          "core":"c8n_1x3_lf_shard1_replica3",
          "base_url":"http://127.0.0.1:44068";,
          "node_name":"127.0.0.1:44068_",
          "state":"active",
          "leader":"true"}}}},
  "router":{"name":"compositeId"},
  "maxShardsPerNode":"1",
  "autoAddReplicas":"false"}
        at 
__randomizedtesting.SeedInfo.seed([B7A4D9D9CA77C0CF:3FF0E603648BAD37]:0)
        at org.junit.Assert.fail(Assert.java:93)
        at org.junit.Assert.assertTrue(Assert.java:43)
        at 
org.apache.solr.cloud.LeaderFailoverAfterPartitionTest.testRf3WithLeaderFailover(LeaderFailoverAfterPartitionTest.java:168)
        at 
org.apache.solr.cloud.LeaderFailoverAfterPartitionTest.test(LeaderFailoverAfterPartitionTest.java:55)
        at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
        at 
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
        at 
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
        at java.lang.reflect.Method.invoke(Method.java:498)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1713)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:907)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:943)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:957)
        at 
org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsFixedStatement.callStatement(BaseDistributedSearchTestCase.java:992)
        at 
org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsStatement.evaluate(BaseDistributedSearchTestCase.java:967)
        at 
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
        at 
org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
        at 
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
        at 
org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
        at 
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
        at 
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:367)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:811)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:462)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:916)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:802)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:852)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:863)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
        at 
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
        at 
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
        at 
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
        at 
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
        at 
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
        at 
org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:367)
        at java.lang.Thread.run(Thread.java:745)


FAILED:  org.apache.solr.cloud.TestRandomRequestDistribution.test

Error Message:
Shard a1x2_shard1_replica1 received all 10 requests

Stack Trace:
java.lang.AssertionError: Shard a1x2_shard1_replica1 received all 10 requests
        at 
__randomizedtesting.SeedInfo.seed([B7A4D9D9CA77C0CF:3FF0E603648BAD37]:0)
        at org.junit.Assert.fail(Assert.java:93)
        at org.junit.Assert.assertTrue(Assert.java:43)
        at 
org.apache.solr.cloud.TestRandomRequestDistribution.testRequestTracking(TestRandomRequestDistribution.java:121)
        at 
org.apache.solr.cloud.TestRandomRequestDistribution.test(TestRandomRequestDistribution.java:65)
        at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
        at 
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
        at 
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
        at java.lang.reflect.Method.invoke(Method.java:498)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1713)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:907)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:943)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:957)
        at 
org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsFixedStatement.callStatement(BaseDistributedSearchTestCase.java:992)
        at 
org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsStatement.evaluate(BaseDistributedSearchTestCase.java:967)
        at 
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
        at 
org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
        at 
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
        at 
org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
        at 
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
        at 
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:367)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:811)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:462)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:916)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:802)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:852)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:863)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
        at 
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
        at 
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
        at 
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
        at 
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
        at 
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
        at 
org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:367)
        at java.lang.Thread.run(Thread.java:745)




Build Log:
[...truncated 11215 lines...]
   [junit4] Suite: org.apache.solr.cloud.TestRandomRequestDistribution
   [junit4]   2> Creating dataDir: 
/home/jenkins/workspace/Lucene-Solr-6.4-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.TestRandomRequestDistribution_B7A4D9D9CA77C0CF-001/init-core-data-001
   [junit4]   2> 323218 INFO  
(SUITE-TestRandomRequestDistribution-seed#[B7A4D9D9CA77C0CF]-worker) [    ] 
o.a.s.SolrTestCaseJ4 Randomized ssl (false) and clientAuth (false) via: 
@org.apache.solr.SolrTestCaseJ4$SuppressSSL(bugUrl=None)
   [junit4]   2> 323218 INFO  
(SUITE-TestRandomRequestDistribution-seed#[B7A4D9D9CA77C0CF]-worker) [    ] 
o.a.s.BaseDistributedSearchTestCase Setting hostContext system property: /_/
   [junit4]   2> 323219 INFO  
(TEST-TestRandomRequestDistribution.test-seed#[B7A4D9D9CA77C0CF]) [    ] 
o.a.s.c.ZkTestServer STARTING ZK TEST SERVER
   [junit4]   2> 323219 INFO  (Thread-862) [    ] o.a.s.c.ZkTestServer client 
port:0.0.0.0/0.0.0.0:0
   [junit4]   2> 323219 INFO  (Thread-862) [    ] o.a.s.c.ZkTestServer Starting 
server
   [junit4]   2> 323319 INFO  
(TEST-TestRandomRequestDistribution.test-seed#[B7A4D9D9CA77C0CF]) [    ] 
o.a.s.c.ZkTestServer start zk server on port:44616
   [junit4]   2> 323326 INFO  
(TEST-TestRandomRequestDistribution.test-seed#[B7A4D9D9CA77C0CF]) [    ] 
o.a.s.c.AbstractZkTestCase put 
/home/jenkins/workspace/Lucene-Solr-6.4-Linux/solr/core/src/test-files/solr/collection1/conf/solrconfig-tlog.xml
 to /configs/conf1/solrconfig.xml
   [junit4]   2> 323327 INFO  
(TEST-TestRandomRequestDistribution.test-seed#[B7A4D9D9CA77C0CF]) [    ] 
o.a.s.c.AbstractZkTestCase put 
/home/jenkins/workspace/Lucene-Solr-6.4-Linux/solr/core/src/test-files/solr/collection1/conf/schema.xml
 to /configs/conf1/schema.xml
   [junit4]   2> 323328 INFO  
(TEST-TestRandomRequestDistribution.test-seed#[B7A4D9D9CA77C0CF]) [    ] 
o.a.s.c.AbstractZkTestCase put 
/home/jenkins/workspace/Lucene-Solr-6.4-Linux/solr/core/src/test-files/solr/collection1/conf/solrconfig.snippet.randomindexconfig.xml
 to /configs/conf1/solrconfig.snippet.randomindexconfig.xml
   [junit4]   2> 323328 INFO  
(TEST-TestRandomRequestDistribution.test-seed#[B7A4D9D9CA77C0CF]) [    ] 
o.a.s.c.AbstractZkTestCase put 
/home/jenkins/workspace/Lucene-Solr-6.4-Linux/solr/core/src/test-files/solr/collection1/conf/stopwords.txt
 to /configs/conf1/stopwords.txt
   [junit4]   2> 323329 INFO  
(TEST-TestRandomRequestDistribution.test-seed#[B7A4D9D9CA77C0CF]) [    ] 
o.a.s.c.AbstractZkTestCase put 
/home/jenkins/workspace/Lucene-Solr-6.4-Linux/solr/core/src/test-files/solr/collection1/conf/protwords.txt
 to /configs/conf1/protwords.txt
   [junit4]   2> 323329 INFO  
(TEST-TestRandomRequestDistribution.test-seed#[B7A4D9D9CA77C0CF]) [    ] 
o.a.s.c.AbstractZkTestCase put 
/home/jenkins/workspace/Lucene-Solr-6.4-Linux/solr/core/src/test-files/solr/collection1/conf/currency.xml
 to /configs/conf1/currency.xml
   [junit4]   2> 323330 INFO  
(TEST-TestRandomRequestDistribution.test-seed#[B7A4D9D9CA77C0CF]) [    ] 
o.a.s.c.AbstractZkTestCase put 
/home/jenkins/workspace/Lucene-Solr-6.4-Linux/solr/core/src/test-files/solr/collection1/conf/enumsConfig.xml
 to /configs/conf1/enumsConfig.xml
   [junit4]   2> 323331 INFO  
(TEST-TestRandomRequestDistribution.test-seed#[B7A4D9D9CA77C0CF]) [    ] 
o.a.s.c.AbstractZkTestCase put 
/home/jenkins/workspace/Lucene-Solr-6.4-Linux/solr/core/src/test-files/solr/collection1/conf/open-exchange-rates.json
 to /configs/conf1/open-exchange-rates.json
   [junit4]   2> 323332 INFO  
(TEST-TestRandomRequestDistribution.test-seed#[B7A4D9D9CA77C0CF]) [    ] 
o.a.s.c.AbstractZkTestCase put 
/home/jenkins/workspace/Lucene-Solr-6.4-Linux/solr/core/src/test-files/solr/collection1/conf/mapping-ISOLatin1Accent.txt
 to /configs/conf1/mapping-ISOLatin1Accent.txt
   [junit4]   2> 323333 INFO  
(TEST-TestRandomRequestDistribution.test-seed#[B7A4D9D9CA77C0CF]) [    ] 
o.a.s.c.AbstractZkTestCase put 
/home/jenkins/workspace/Lucene-Solr-6.4-Linux/solr/core/src/test-files/solr/collection1/conf/old_synonyms.txt
 to /configs/conf1/old_synonyms.txt
   [junit4]   2> 323333 INFO  
(TEST-TestRandomRequestDistribution.test-seed#[B7A4D9D9CA77C0CF]) [    ] 
o.a.s.c.AbstractZkTestCase put 
/home/jenkins/workspace/Lucene-Solr-6.4-Linux/solr/core/src/test-files/solr/collection1/conf/synonyms.txt
 to /configs/conf1/synonyms.txt
   [junit4]   2> 323397 INFO  
(TEST-TestRandomRequestDistribution.test-seed#[B7A4D9D9CA77C0CF]) [    ] 
o.a.s.SolrTestCaseJ4 Writing core.properties file to 
/home/jenkins/workspace/Lucene-Solr-6.4-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.TestRandomRequestDistribution_B7A4D9D9CA77C0CF-001/control-001/cores/collection1
   [junit4]   2> 323399 INFO  
(TEST-TestRandomRequestDistribution.test-seed#[B7A4D9D9CA77C0CF]) [    ] 
o.e.j.s.Server jetty-9.3.14.v20161028
   [junit4]   2> 323400 INFO  
(TEST-TestRandomRequestDistribution.test-seed#[B7A4D9D9CA77C0CF]) [    ] 
o.e.j.s.h.ContextHandler Started 
o.e.j.s.ServletContextHandler@52d6a7e2{/_,null,AVAILABLE}
   [junit4]   2> 323401 INFO  
(TEST-TestRandomRequestDistribution.test-seed#[B7A4D9D9CA77C0CF]) [    ] 
o.e.j.s.AbstractConnector Started 
ServerConnector@69e2c873{HTTP/1.1,[http/1.1]}{127.0.0.1:36090}
   [junit4]   2> 323401 INFO  
(TEST-TestRandomRequestDistribution.test-seed#[B7A4D9D9CA77C0CF]) [    ] 
o.e.j.s.Server Started @325270ms
   [junit4]   2> 323401 INFO  
(TEST-TestRandomRequestDistribution.test-seed#[B7A4D9D9CA77C0CF]) [    ] 
o.a.s.c.s.e.JettySolrRunner Jetty properties: 
{solr.data.dir=/home/jenkins/workspace/Lucene-Solr-6.4-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.TestRandomRequestDistribution_B7A4D9D9CA77C0CF-001/tempDir-001/control/data,
 hostContext=/_, hostPort=36090, 
coreRootDirectory=/home/jenkins/workspace/Lucene-Solr-6.4-Linux/solr/build/solr-core/test/J1/../../../../../../../../../home/jenkins/workspace/Lucene-Solr-6.4-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.TestRandomRequestDistribution_B7A4D9D9CA77C0CF-001/control-001/cores}
   [junit4]   2> 323401 ERROR 
(TEST-TestRandomRequestDistribution.test-seed#[B7A4D9D9CA77C0CF]) [    ] 
o.a.s.s.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be 
missing or incomplete.
   [junit4]   2> 323401 INFO  
(TEST-TestRandomRequestDistribution.test-seed#[B7A4D9D9CA77C0CF]) [    ] 
o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 
6.4.3
   [junit4]   2> 323401 INFO  
(TEST-TestRandomRequestDistribution.test-seed#[B7A4D9D9CA77C0CF]) [    ] 
o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 323401 INFO  
(TEST-TestRandomRequestDistribution.test-seed#[B7A4D9D9CA77C0CF]) [    ] 
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 323402 INFO  
(TEST-TestRandomRequestDistribution.test-seed#[B7A4D9D9CA77C0CF]) [    ] 
o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 
2017-03-10T06:17:26.090Z
   [junit4]   2> 323404 INFO  
(TEST-TestRandomRequestDistribution.test-seed#[B7A4D9D9CA77C0CF]) [    ] 
o.a.s.s.SolrDispatchFilter Loading solr.xml from SolrHome (not found in 
ZooKeeper)
   [junit4]   2> 323404 INFO  
(TEST-TestRandomRequestDistribution.test-seed#[B7A4D9D9CA77C0CF]) [    ] 
o.a.s.c.SolrXmlConfig Loading container configuration from 
/home/jenkins/workspace/Lucene-Solr-6.4-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.TestRandomRequestDistribution_B7A4D9D9CA77C0CF-001/control-001/solr.xml
   [junit4]   2> 323409 INFO  
(TEST-TestRandomRequestDistribution.test-seed#[B7A4D9D9CA77C0CF]) [    ] 
o.a.s.u.UpdateShardHandler Creating UpdateShardHandler HTTP client with params: 
socketTimeout=340000&connTimeout=45000&retry=true
   [junit4]   2> 323410 INFO  
(TEST-TestRandomRequestDistribution.test-seed#[B7A4D9D9CA77C0CF]) [    ] 
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:44616/solr
   [junit4]   2> 323412 WARN  (NIOServerCxn.Factory:0.0.0.0/0.0.0.0:0) [    ] 
o.a.z.s.NIOServerCnxn caught end of stream exception
   [junit4]   2> EndOfStreamException: Unable to read additional data from 
client sessionid 0x15ab6dd60940003, likely client has closed socket
   [junit4]   2>        at 
org.apache.zookeeper.server.NIOServerCnxn.doIO(NIOServerCnxn.java:228)
   [junit4]   2>        at 
org.apache.zookeeper.server.NIOServerCnxnFactory.run(NIOServerCnxnFactory.java:208)
   [junit4]   2>        at java.lang.Thread.run(Thread.java:745)
   [junit4]   2> 323421 INFO  
(TEST-TestRandomRequestDistribution.test-seed#[B7A4D9D9CA77C0CF]) 
[n:127.0.0.1:36090__    ] o.a.s.c.OverseerElectionContext I am going to be the 
leader 127.0.0.1:36090__
   [junit4]   2> 323421 INFO  
(TEST-TestRandomRequestDistribution.test-seed#[B7A4D9D9CA77C0CF]) 
[n:127.0.0.1:36090__    ] o.a.s.c.Overseer Overseer 
(id=97591403866226692-127.0.0.1:36090__-n_0000000000) starting
   [junit4]   2> 323424 INFO  
(TEST-TestRandomRequestDistribution.test-seed#[B7A4D9D9CA77C0CF]) 
[n:127.0.0.1:36090__    ] o.a.s.c.ZkController Register node as live in 
ZooKeeper:/live_nodes/127.0.0.1:36090__
   [junit4]   2> 323425 INFO  
(OverseerStateUpdate-97591403866226692-127.0.0.1:36090__-n_0000000000) 
[n:127.0.0.1:36090__    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (0) -> (1)
   [junit4]   2> 323451 INFO  
(TEST-TestRandomRequestDistribution.test-seed#[B7A4D9D9CA77C0CF]) 
[n:127.0.0.1:36090__    ] o.a.s.c.CorePropertiesLocator Found 1 core 
definitions underneath 
/home/jenkins/workspace/Lucene-Solr-6.4-Linux/solr/build/solr-core/test/J1/../../../../../../../../../home/jenkins/workspace/Lucene-Solr-6.4-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.TestRandomRequestDistribution_B7A4D9D9CA77C0CF-001/control-001/cores
   [junit4]   2> 323451 INFO  
(TEST-TestRandomRequestDistribution.test-seed#[B7A4D9D9CA77C0CF]) 
[n:127.0.0.1:36090__    ] o.a.s.c.CorePropertiesLocator Cores are: [collection1]
   [junit4]   2> 323453 INFO  
(OverseerStateUpdate-97591403866226692-127.0.0.1:36090__-n_0000000000) 
[n:127.0.0.1:36090__    ] o.a.s.c.o.ReplicaMutator Assigning new node to shard 
shard=shard1
   [junit4]   2> 324475 INFO  
(coreLoadExecutor-1503-thread-1-processing-n:127.0.0.1:36090__) 
[n:127.0.0.1:36090__ c:control_collection   x:collection1] o.a.s.c.SolrConfig 
Using Lucene MatchVersion: 6.4.3
   [junit4]   2> 324485 INFO  
(coreLoadExecutor-1503-thread-1-processing-n:127.0.0.1:36090__) 
[n:127.0.0.1:36090__ c:control_collection   x:collection1] o.a.s.s.IndexSchema 
[collection1] Schema name=test
   [junit4]   2> 324553 WARN  
(coreLoadExecutor-1503-thread-1-processing-n:127.0.0.1:36090__) 
[n:127.0.0.1:36090__ c:control_collection   x:collection1] o.a.s.s.IndexSchema 
[collection1] default search field in schema is text. WARNING: Deprecated, 
please use 'df' on request instead.
   [junit4]   2> 324557 INFO  
(coreLoadExecutor-1503-thread-1-processing-n:127.0.0.1:36090__) 
[n:127.0.0.1:36090__ c:control_collection   x:collection1] o.a.s.s.IndexSchema 
Loaded schema test/1.0 with uniqueid field id
   [junit4]   2> 324565 INFO  
(coreLoadExecutor-1503-thread-1-processing-n:127.0.0.1:36090__) 
[n:127.0.0.1:36090__ c:control_collection   x:collection1] 
o.a.s.c.CoreContainer Creating SolrCore 'collection1' using configuration from 
collection control_collection
   [junit4]   2> 324565 INFO  
(coreLoadExecutor-1503-thread-1-processing-n:127.0.0.1:36090__) 
[n:127.0.0.1:36090__ c:control_collection   x:collection1] o.a.s.c.SolrCore 
[[collection1] ] Opening new SolrCore at 
[/home/jenkins/workspace/Lucene-Solr-6.4-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.TestRandomRequestDistribution_B7A4D9D9CA77C0CF-001/control-001/cores/collection1],
 
dataDir=[/home/jenkins/workspace/Lucene-Solr-6.4-Linux/solr/build/solr-core/test/J1/../../../../../../../../../home/jenkins/workspace/Lucene-Solr-6.4-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.TestRandomRequestDistribution_B7A4D9D9CA77C0CF-001/control-001/cores/collection1/data/]
   [junit4]   2> 324566 INFO  
(coreLoadExecutor-1503-thread-1-processing-n:127.0.0.1:36090__) 
[n:127.0.0.1:36090__ c:control_collection   x:collection1] 
o.a.s.c.JmxMonitoredMap JMX monitoring is enabled. Adding Solr mbeans to JMX 
Server: com.sun.jmx.mbeanserver.JmxMBeanServer@6159de70
   [junit4]   2> 324566 INFO  
(coreLoadExecutor-1503-thread-1-processing-n:127.0.0.1:36090__) 
[n:127.0.0.1:36090__ c:control_collection   x:collection1] 
o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class 
org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: 
maxMergeAtOnce=45, maxMergeAtOnceExplicit=33, maxMergedSegmentMB=88.24609375, 
floorSegmentMB=2.0283203125, forceMergeDeletesPctAllowed=5.21821036721449, 
segmentsPerTier=26.0, maxCFSSegmentSizeMB=0.7333984375, 
noCFSRatio=0.49572368777742426
   [junit4]   2> 324571 WARN  
(coreLoadExecutor-1503-thread-1-processing-n:127.0.0.1:36090__) 
[n:127.0.0.1:36090__ c:control_collection   x:collection1] 
o.a.s.c.RequestHandlers INVALID paramSet a in requestHandler {type = 
requestHandler,name = /dump,class = DumpRequestHandler,attributes = 
{initParams=a, name=/dump, class=DumpRequestHandler},args = 
{defaults={a=A,b=B}}}
   [junit4]   2> 324580 INFO  
(coreLoadExecutor-1503-thread-1-processing-n:127.0.0.1:36090__) 
[n:127.0.0.1:36090__ c:control_collection   x:collection1] 
o.a.s.u.UpdateHandler Using UpdateLog implementation: 
org.apache.solr.update.UpdateLog
   [junit4]   2> 324580 INFO  
(coreLoadExecutor-1503-thread-1-processing-n:127.0.0.1:36090__) 
[n:127.0.0.1:36090__ c:control_collection   x:collection1] o.a.s.u.UpdateLog 
Initializing UpdateLog: dataDir= defaultSyncLevel=FLUSH numRecordsToKeep=100 
maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 324581 INFO  
(coreLoadExecutor-1503-thread-1-processing-n:127.0.0.1:36090__) 
[n:127.0.0.1:36090__ c:control_collection   x:collection1] 
o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 324581 INFO  
(coreLoadExecutor-1503-thread-1-processing-n:127.0.0.1:36090__) 
[n:127.0.0.1:36090__ c:control_collection   x:collection1] 
o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 324582 INFO  
(coreLoadExecutor-1503-thread-1-processing-n:127.0.0.1:36090__) 
[n:127.0.0.1:36090__ c:control_collection   x:collection1] 
o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class 
org.apache.lucene.index.LogByteSizeMergePolicy: [LogByteSizeMergePolicy: 
minMergeSize=1677721, mergeFactor=46, maxMergeSize=2147483648, 
maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=false, 
maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, 
noCFSRatio=1.0]
   [junit4]   2> 324582 INFO  
(coreLoadExecutor-1503-thread-1-processing-n:127.0.0.1:36090__) 
[n:127.0.0.1:36090__ c:control_collection   x:collection1] 
o.a.s.s.SolrIndexSearcher Opening [Searcher@92c5d52[collection1] main]
   [junit4]   2> 324582 INFO  
(coreLoadExecutor-1503-thread-1-processing-n:127.0.0.1:36090__) 
[n:127.0.0.1:36090__ c:control_collection   x:collection1] 
o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: 
/configs/conf1
   [junit4]   2> 324583 INFO  
(coreLoadExecutor-1503-thread-1-processing-n:127.0.0.1:36090__) 
[n:127.0.0.1:36090__ c:control_collection   x:collection1] 
o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using 
ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 324583 INFO  
(coreLoadExecutor-1503-thread-1-processing-n:127.0.0.1:36090__) 
[n:127.0.0.1:36090__ c:control_collection   x:collection1] 
o.a.s.h.ReplicationHandler Commits will be reserved for  10000
   [junit4]   2> 324584 INFO  
(searcherExecutor-1504-thread-1-processing-n:127.0.0.1:36090__ x:collection1 
c:control_collection) [n:127.0.0.1:36090__ c:control_collection   
x:collection1] o.a.s.c.SolrCore [collection1] Registered new searcher 
Searcher@92c5d52[collection1] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 324585 INFO  
(coreLoadExecutor-1503-thread-1-processing-n:127.0.0.1:36090__) 
[n:127.0.0.1:36090__ c:control_collection   x:collection1] o.a.s.u.UpdateLog 
Could not find max version in index or recent updates, using new clock 
1561462463290933248
   [junit4]   2> 324589 INFO  
(coreZkRegister-1496-thread-1-processing-n:127.0.0.1:36090__ x:collection1 
c:control_collection) [n:127.0.0.1:36090__ c:control_collection s:shard1 
r:core_node1 x:collection1] o.a.s.c.ShardLeaderElectionContext Enough replicas 
found to continue.
   [junit4]   2> 324589 INFO  
(coreZkRegister-1496-thread-1-processing-n:127.0.0.1:36090__ x:collection1 
c:control_collection) [n:127.0.0.1:36090__ c:control_collection s:shard1 
r:core_node1 x:collection1] o.a.s.c.ShardLeaderElectionContext I may be the new 
leader - try and sync
   [junit4]   2> 324589 INFO  
(coreZkRegister-1496-thread-1-processing-n:127.0.0.1:36090__ x:collection1 
c:control_collection) [n:127.0.0.1:36090__ c:control_collection s:shard1 
r:core_node1 x:collection1] o.a.s.c.SyncStrategy Sync replicas to 
http://127.0.0.1:36090/_/collection1/
   [junit4]   2> 324590 INFO  
(coreZkRegister-1496-thread-1-processing-n:127.0.0.1:36090__ x:collection1 
c:control_collection) [n:127.0.0.1:36090__ c:control_collection s:shard1 
r:core_node1 x:collection1] o.a.s.c.SyncStrategy Sync Success - now sync 
replicas to me
   [junit4]   2> 324590 INFO  
(coreZkRegister-1496-thread-1-processing-n:127.0.0.1:36090__ x:collection1 
c:control_collection) [n:127.0.0.1:36090__ c:control_collection s:shard1 
r:core_node1 x:collection1] o.a.s.c.SyncStrategy 
http://127.0.0.1:36090/_/collection1/ has no replicas
   [junit4]   2> 324593 INFO  
(coreZkRegister-1496-thread-1-processing-n:127.0.0.1:36090__ x:collection1 
c:control_collection) [n:127.0.0.1:36090__ c:control_collection s:shard1 
r:core_node1 x:collection1] o.a.s.c.ShardLeaderElectionContext I am the new 
leader: http://127.0.0.1:36090/_/collection1/ shard1
   [junit4]   2> 324744 INFO  
(coreZkRegister-1496-thread-1-processing-n:127.0.0.1:36090__ x:collection1 
c:control_collection) [n:127.0.0.1:36090__ c:control_collection s:shard1 
r:core_node1 x:collection1] o.a.s.c.ZkController I am the leader, no recovery 
necessary
   [junit4]   2> 325083 INFO  
(TEST-TestRandomRequestDistribution.test-seed#[B7A4D9D9CA77C0CF]) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 325084 INFO  
(TEST-TestRandomRequestDistribution.test-seed#[B7A4D9D9CA77C0CF]) [    ] 
o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:44616/solr ready
   [junit4]   2> 325084 INFO  
(TEST-TestRandomRequestDistribution.test-seed#[B7A4D9D9CA77C0CF]) [    ] 
o.a.s.c.ChaosMonkey monkey: init - expire sessions:false cause connection 
loss:false
   [junit4]   2> 325084 INFO  
(TEST-TestRandomRequestDistribution.test-seed#[B7A4D9D9CA77C0CF]) [    ] 
o.a.s.c.AbstractFullDistribZkTestBase Creating collection1 with stateFormat=2
   [junit4]   2> 325150 INFO  
(TEST-TestRandomRequestDistribution.test-seed#[B7A4D9D9CA77C0CF]) [    ] 
o.a.s.SolrTestCaseJ4 Writing core.properties file to 
/home/jenkins/workspace/Lucene-Solr-6.4-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.TestRandomRequestDistribution_B7A4D9D9CA77C0CF-001/shard-1-001/cores/collection1
   [junit4]   2> 325150 INFO  
(TEST-TestRandomRequestDistribution.test-seed#[B7A4D9D9CA77C0CF]) [    ] 
o.a.s.c.AbstractFullDistribZkTestBase create jetty 1 in directory 
/home/jenkins/workspace/Lucene-Solr-6.4-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.TestRandomRequestDistribution_B7A4D9D9CA77C0CF-001/shard-1-001
   [junit4]   2> 325151 INFO  
(TEST-TestRandomRequestDistribution.test-seed#[B7A4D9D9CA77C0CF]) [    ] 
o.e.j.s.Server jetty-9.3.14.v20161028
   [junit4]   2> 325151 INFO  
(TEST-TestRandomRequestDistribution.test-seed#[B7A4D9D9CA77C0CF]) [    ] 
o.e.j.s.h.ContextHandler Started 
o.e.j.s.ServletContextHandler@11e42cdf{/_,null,AVAILABLE}
   [junit4]   2> 325152 INFO  
(TEST-TestRandomRequestDistribution.test-seed#[B7A4D9D9CA77C0CF]) [    ] 
o.e.j.s.AbstractConnector Started 
ServerConnector@3cfaf813{HTTP/1.1,[http/1.1]}{127.0.0.1:36189}
   [junit4]   2> 325152 INFO  
(TEST-TestRandomRequestDistribution.test-seed#[B7A4D9D9CA77C0CF]) [    ] 
o.e.j.s.Server Started @327021ms
   [junit4]   2> 325152 INFO  
(TEST-TestRandomRequestDistribution.test-seed#[B7A4D9D9CA77C0CF]) [    ] 
o.a.s.c.s.e.JettySolrRunner Jetty properties: 
{solr.data.dir=/home/jenkins/workspace/Lucene-Solr-6.4-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.TestRandomRequestDistribution_B7A4D9D9CA77C0CF-001/tempDir-001/jetty1,
 solrconfig=solrconfig.xml, hostContext=/_, hostPort=36189, 
coreRootDirectory=/home/jenkins/workspace/Lucene-Solr-6.4-Linux/solr/build/solr-core/test/J1/../../../../../../../../../home/jenkins/workspace/Lucene-Solr-6.4-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.TestRandomRequestDistribution_B7A4D9D9CA77C0CF-001/shard-1-001/cores}
   [junit4]   2> 325152 ERROR 
(TEST-TestRandomRequestDistribution.test-seed#[B7A4D9D9CA77C0CF]) [    ] 
o.a.s.s.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be 
missing or incomplete.
   [junit4]   2> 325152 INFO  
(TEST-TestRandomRequestDistribution.test-seed#[B7A4D9D9CA77C0CF]) [    ] 
o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 
6.4.3
   [junit4]   2> 325153 INFO  
(TEST-TestRandomRequestDistribution.test-seed#[B7A4D9D9CA77C0CF]) [    ] 
o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 325153 INFO  
(TEST-TestRandomRequestDistribution.test-seed#[B7A4D9D9CA77C0CF]) [    ] 
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 325153 INFO  
(TEST-TestRandomRequestDistribution.test-seed#[B7A4D9D9CA77C0CF]) [    ] 
o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 
2017-03-10T06:17:27.841Z
   [junit4]   2> 325154 INFO  
(TEST-TestRandomRequestDistribution.test-seed#[B7A4D9D9CA77C0CF]) [    ] 
o.a.s.s.SolrDispatchFilter Loading solr.xml from SolrHome (not found in 
ZooKeeper)
   [junit4]   2> 325154 INFO  
(TEST-TestRandomRequestDistribution.test-seed#[B7A4D9D9CA77C0CF]) [    ] 
o.a.s.c.SolrXmlConfig Loading container configuration from 
/home/jenkins/workspace/Lucene-Solr-6.4-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.TestRandomRequestDistribution_B7A4D9D9CA77C0CF-001/shard-1-001/solr.xml
   [junit4]   2> 325160 INFO  
(TEST-TestRandomRequestDistribution.test-seed#[B7A4D9D9CA77C0CF]) [    ] 
o.a.s.u.UpdateShardHandler Creating UpdateShardHandler HTTP client with params: 
socketTimeout=340000&connTimeout=45000&retry=true
   [junit4]   2> 325161 INFO  
(TEST-TestRandomRequestDistribution.test-seed#[B7A4D9D9CA77C0CF]) [    ] 
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:44616/solr
   [junit4]   2> 325166 INFO  
(TEST-TestRandomRequestDistribution.test-seed#[B7A4D9D9CA77C0CF]) 
[n:127.0.0.1:36189__    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (0) -> (1)
   [junit4]   2> 325169 INFO  
(TEST-TestRandomRequestDistribution.test-seed#[B7A4D9D9CA77C0CF]) 
[n:127.0.0.1:36189__    ] o.a.s.c.ZkController Register node as live in 
ZooKeeper:/live_nodes/127.0.0.1:36189__
   [junit4]   2> 325170 INFO  (zkCallback-544-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 325170 INFO  
(zkCallback-540-thread-1-processing-n:127.0.0.1:36090__) [n:127.0.0.1:36090__   
 ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 325170 INFO  
(zkCallback-550-thread-1-processing-n:127.0.0.1:36189__) [n:127.0.0.1:36189__   
 ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 325273 WARN  
(OverseerStateUpdate-97591403866226692-127.0.0.1:36090__-n_0000000000) 
[n:127.0.0.1:36090__    ] o.a.s.c.Overseer Bad version writing to ZK using 
compare-and-set, will force refresh cluster state: KeeperErrorCode = BadVersion 
for /collections/collection1/state.json
   [junit4]   2> 325313 INFO  
(TEST-TestRandomRequestDistribution.test-seed#[B7A4D9D9CA77C0CF]) 
[n:127.0.0.1:36189__    ] o.a.s.c.CorePropertiesLocator Found 1 core 
definitions underneath 
/home/jenkins/workspace/Lucene-Solr-6.4-Linux/solr/build/solr-core/test/J1/../../../../../../../../../home/jenkins/workspace/Lucene-Solr-6.4-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.TestRandomRequestDistribution_B7A4D9D9CA77C0CF-001/shard-1-001/cores
   [junit4]   2> 325313 INFO  
(TEST-TestRandomRequestDistribution.test-seed#[B7A4D9D9CA77C0CF]) 
[n:127.0.0.1:36189__    ] o.a.s.c.CorePropertiesLocator Cores are: [collection1]
   [junit4]   2> 325315 INFO  
(OverseerStateUpdate-97591403866226692-127.0.0.1:36090__-n_0000000000) 
[n:127.0.0.1:36090__    ] o.a.s.c.o.ReplicaMutator Assigning new node to shard 
shard=shard2
   [junit4]   2> 325416 INFO  
(zkCallback-550-thread-1-processing-n:127.0.0.1:36189__) [n:127.0.0.1:36189__   
 ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent 
state:SyncConnected type:NodeDataChanged 
path:/collections/collection1/state.json] for collection [collection1] has 
occurred - updating... (live nodes size: [2])
   [junit4]   2> 326323 INFO  
(coreLoadExecutor-1514-thread-1-processing-n:127.0.0.1:36189__) 
[n:127.0.0.1:36189__ c:collection1   x:collection1] o.a.s.c.SolrConfig Using 
Lucene MatchVersion: 6.4.3
   [junit4]   2> 326353 INFO  
(coreLoadExecutor-1514-thread-1-processing-n:127.0.0.1:36189__) 
[n:127.0.0.1:36189__ c:collection1   x:collection1] o.a.s.s.IndexSchema 
[collection1] Schema name=test
   [junit4]   2> 326431 WARN  
(coreLoadExecutor-1514-thread-1-processing-n:127.0.0.1:36189__) 
[n:127.0.0.1:36189__ c:collection1   x:collection1] o.a.s.s.IndexSchema 
[collection1] default search field in schema is text. WARNING: Deprecated, 
please use 'df' on request instead.
   [junit4]   2> 326433 INFO  
(coreLoadExecutor-1514-thread-1-processing-n:127.0.0.1:36189__) 
[n:127.0.0.1:36189__ c:collection1   x:collection1] o.a.s.s.IndexSchema Loaded 
schema test/1.0 with uniqueid field id
   [junit4]   2> 326441 INFO  
(coreLoadExecutor-1514-thread-1-processing-n:127.0.0.1:36189__) 
[n:127.0.0.1:36189__ c:collection1   x:collection1] o.a.s.c.CoreContainer 
Creating SolrCore 'collection1' using configuration from collection collection1
   [junit4]   2> 326441 INFO  
(coreLoadExecutor-1514-thread-1-processing-n:127.0.0.1:36189__) 
[n:127.0.0.1:36189__ c:collection1   x:collection1] o.a.s.c.SolrCore 
[[collection1] ] Opening new SolrCore at 
[/home/jenkins/workspace/Lucene-Solr-6.4-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.TestRandomRequestDistribution_B7A4D9D9CA77C0CF-001/shard-1-001/cores/collection1],
 
dataDir=[/home/jenkins/workspace/Lucene-Solr-6.4-Linux/solr/build/solr-core/test/J1/../../../../../../../../../home/jenkins/workspace/Lucene-Solr-6.4-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.TestRandomRequestDistribution_B7A4D9D9CA77C0CF-001/shard-1-001/cores/collection1/data/]
   [junit4]   2> 326441 INFO  
(coreLoadExecutor-1514-thread-1-processing-n:127.0.0.1:36189__) 
[n:127.0.0.1:36189__ c:collection1   x:collection1] o.a.s.c.JmxMonitoredMap JMX 
monitoring is enabled. Adding Solr mbeans to JMX Server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@6159de70
   [junit4]   2> 326442 INFO  
(coreLoadExecutor-1514-thread-1-processing-n:127.0.0.1:36189__) 
[n:127.0.0.1:36189__ c:collection1   x:collection1] o.a.s.u.RandomMergePolicy 
RandomMergePolicy wrapping class org.apache.lucene.index.TieredMergePolicy: 
[TieredMergePolicy: maxMergeAtOnce=45, maxMergeAtOnceExplicit=33, 
maxMergedSegmentMB=88.24609375, floorSegmentMB=2.0283203125, 
forceMergeDeletesPctAllowed=5.21821036721449, segmentsPerTier=26.0, 
maxCFSSegmentSizeMB=0.7333984375, noCFSRatio=0.49572368777742426
   [junit4]   2> 326449 WARN  
(coreLoadExecutor-1514-thread-1-processing-n:127.0.0.1:36189__) 
[n:127.0.0.1:36189__ c:collection1   x:collection1] o.a.s.c.RequestHandlers 
INVALID paramSet a in requestHandler {type = requestHandler,name = /dump,class 
= DumpRequestHandler,attributes = {initParams=a, name=/dump, 
class=DumpRequestHandler},args = {defaults={a=A,b=B}}}
   [junit4]   2> 326462 INFO  
(coreLoadExecutor-1514-thread-1-processing-n:127.0.0.1:36189__) 
[n:127.0.0.1:36189__ c:collection1   x:collection1] o.a.s.u.UpdateHandler Using 
UpdateLog implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 326463 INFO  
(coreLoadExecutor-1514-thread-1-processing-n:127.0.0.1:36189__) 
[n:127.0.0.1:36189__ c:collection1   x:collection1] o.a.s.u.UpdateLog 
Initializing UpdateLog: dataDir= defaultSyncLevel=FLUSH numRecordsToKeep=100 
maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 326465 INFO  
(coreLoadExecutor-1514-thread-1-processing-n:127.0.0.1:36189__) 
[n:127.0.0.1:36189__ c:collection1   x:collection1] o.a.s.u.CommitTracker Hard 
AutoCommit: disabled
   [junit4]   2> 326465 INFO  
(coreLoadExecutor-1514-thread-1-processing-n:127.0.0.1:36189__) 
[n:127.0.0.1:36189__ c:collection1   x:collection1] o.a.s.u.CommitTracker Soft 
AutoCommit: disabled
   [junit4]   2> 326465 INFO  
(coreLoadExecutor-1514-thread-1-processing-n:127.0.0.1:36189__) 
[n:127.0.0.1:36189__ c:collection1   x:collection1] o.a.s.u.RandomMergePolicy 
RandomMergePolicy wrapping class 
org.apache.lucene.index.LogByteSizeMergePolicy: [LogByteSizeMergePolicy: 
minMergeSize=1677721, mergeFactor=46, maxMergeSize=2147483648, 
maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=false, 
maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, 
noCFSRatio=1.0]
   [junit4]   2> 326466 INFO  
(coreLoadExecutor-1514-thread-1-processing-n:127.0.0.1:36189__) 
[n:127.0.0.1:36189__ c:collection1   x:collection1] o.a.s.s.SolrIndexSearcher 
Opening [Searcher@65ee1f3d[collection1] main]
   [junit4]   2> 326466 INFO  
(coreLoadExecutor-1514-thread-1-processing-n:127.0.0.1:36189__) 
[n:127.0.0.1:36189__ c:collection1   x:collection1] 
o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: 
/configs/conf1
   [junit4]   2> 326467 INFO  
(coreLoadExecutor-1514-thread-1-processing-n:127.0.0.1:36189__) 
[n:127.0.0.1:36189__ c:collection1   x:collection1] 
o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using 
ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 326467 INFO  
(coreLoadExecutor-1514-thread-1-processing-n:127.0.0.1:36189__) 
[n:127.0.0.1:36189__ c:collection1   x:collection1] o.a.s.h.ReplicationHandler 
Commits will be reserved for  10000
   [junit4]   2> 326468 INFO  
(searcherExecutor-1515-thread-1-processing-n:127.0.0.1:36189__ x:collection1 
c:collection1) [n:127.0.0.1:36189__ c:collection1   x:collection1] 
o.a.s.c.SolrCore [collection1] Registered new searcher 
Searcher@65ee1f3d[collection1] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 326468 INFO  
(coreLoadExecutor-1514-thread-1-processing-n:127.0.0.1:36189__) 
[n:127.0.0.1:36189__ c:collection1   x:collection1] o.a.s.u.UpdateLog Could not 
find max version in index or recent updates, using new clock 1561462465265401856
   [junit4]   2> 326472 INFO  
(coreZkRegister-1509-thread-1-processing-n:127.0.0.1:36189__ x:collection1 
c:collection1) [n:127.0.0.1:36189__ c:collection1 s:shard2 r:core_node1 
x:collection1] o.a.s.c.ShardLeaderElectionContext Enough replicas found to 
continue.
   [junit4]   2> 326473 INFO  
(coreZkRegister-1509-thread-1-processing-n:127.0.0.1:36189__ x:collection1 
c:collection1) [n:127.0.0.1:36189__ c:collection1 s:shard2 r:core_node1 
x:collection1] o.a.s.c.ShardLeaderElectionContext I may be the new leader - try 
and sync
   [junit4]   2> 326473 INFO  
(coreZkRegister-1509-thread-1-processing-n:127.0.0.1:36189__ x:collection1 
c:collection1) [n:127.0.0.1:36189__ c:collection1 s:shard2 r:core_node1 
x:collection1] o.a.s.c.SyncStrategy Sync replicas to 
http://127.0.0.1:36189/_/collection1/
   [junit4]   2> 326473 INFO  
(coreZkRegister-1509-thread-1-processing-n:127.0.0.1:36189__ x:collection1 
c:collection1) [n:127.0.0.1:36189__ c:collection1 s:shard2 r:core_node1 
x:collection1] o.a.s.c.SyncStrategy Sync Success - now sync replicas to me
   [junit4]   2> 326473 INFO  
(coreZkRegister-1509-thread-1-processing-n:127.0.0.1:36189__ x:collection1 
c:collection1) [n:127.0.0.1:36189__ c:collection1 s:shard2 r:core_node1 
x:collection1] o.a.s.c.SyncStrategy http://127.0.0.1:36189/_/collection1/ has 
no replicas
   [junit4]   2> 326474 INFO  
(coreZkRegister-1509-thread-1-processing-n:127.0.0.1:36189__ x:collection1 
c:collection1) [n:127.0.0.1:36189__ c:collection1 s:shard2 r:core_node1 
x:collection1] o.a.s.c.ShardLeaderElectionContext I am the new leader: 
http://127.0.0.1:36189/_/collection1/ shard2
   [junit4]   2> 326576 INFO  
(zkCallback-550-thread-1-processing-n:127.0.0.1:36189__) [n:127.0.0.1:36189__   
 ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent 
state:SyncConnected type:NodeDataChanged 
path:/collections/collection1/state.json] for collection [collection1] has 
occurred - updating... (live nodes size: [2])
   [junit4]   2> 326625 INFO  
(coreZkRegister-1509-thread-1-processing-n:127.0.0.1:36189__ x:collection1 
c:collection1) [n:127.0.0.1:36189__ c:collection1 s:shard2 r:core_node1 
x:collection1] o.a.s.c.ZkController I am the leader, no recovery necessary
   [junit4]   2> 326727 INFO  
(zkCallback-550-thread-1-processing-n:127.0.0.1:36189__) [n:127.0.0.1:36189__   
 ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent 
state:SyncConnected type:NodeDataChanged 
path:/collections/collection1/state.json] for collection [collection1] has 
occurred - updating... (live nodes size: [2])
   [junit4]   2> 327015 INFO  
(TEST-TestRandomRequestDistribution.test-seed#[B7A4D9D9CA77C0CF]) [    ] 
o.a.s.SolrTestCaseJ4 Writing core.properties file to 
/home/jenkins/workspace/Lucene-Solr-6.4-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.TestRandomRequestDistribution_B7A4D9D9CA77C0CF-001/shard-2-001/cores/collection1
   [junit4]   2> 327016 INFO  
(TEST-TestRandomRequestDistribution.test-seed#[B7A4D9D9CA77C0CF]) [    ] 
o.a.s.c.AbstractFullDistribZkTestBase create jetty 2 in directory 
/home/jenkins/workspace/Lucene-Solr-6.4-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.TestRandomRequestDistribution_B7A4D9D9CA77C0CF-001/shard-2-001
   [junit4]   2> 327017 INFO  
(TEST-TestRandomRequestDistribution.test-seed#[B7A4D9D9CA77C0CF]) [    ] 
o.e.j.s.Server jetty-9.3.14.v20161028
   [junit4]   2> 327018 INFO  
(TEST-TestRandomRequestDistribution.test-seed#[B7A4D9D9CA77C0CF]) [    ] 
o.e.j.s.h.ContextHandler Started 
o.e.j.s.ServletContextHandler@16505267{/_,null,AVAILABLE}
   [junit4]   2> 327018 INFO  
(TEST-TestRandomRequestDistribution.test-seed#[B7A4D9D9CA77C0CF]) [    ] 
o.e.j.s.AbstractConnector Started 
ServerConnector@33bef08e{HTTP/1.1,[http/1.1]}{127.0.0.1:44117}
   [junit4]   2> 327018 INFO  
(TEST-TestRandomRequestDistribution.test-seed#[B7A4D9D9CA77C0CF]) [    ] 
o.e.j.s.Server Started @328887ms
   [junit4]   2> 327018 INFO  
(TEST-TestRandomRequestDistribution.test-seed#[B7A4D9D9CA77C0CF]) [    ] 
o.a.s.c.s.e.JettySolrRunner Jetty properties: 
{solr.data.dir=/home/jenkins/workspace/Lucene-Solr-6.4-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.TestRandomRequestDistribution_B7A4D9D9CA77C0CF-001/tempDir-001/jetty2,
 solrconfig=solrconfig.xml, hostContext=/_, hostPort=44117, 
coreRootDirectory=/home/jenkins/workspace/Lucene-Solr-6.4-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.TestRandomRequestDistribution_B7A4D9D9CA77C0CF-001/shard-2-001/cores}
   [junit4]   2> 327019 ERROR 
(TEST-TestRandomRequestDistribution.test-seed#[B7A4D9D9CA77C0CF]) [    ] 
o.a.s.s.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be 
missing or incomplete.
   [junit4]   2> 327019 INFO  
(TEST-TestRandomRequestDistribution.test-seed#[B7A4D9D9CA77C0CF]) [    ] 
o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 
6.4.3
   [junit4]   2> 327019 INFO  
(TEST-TestRandomRequestDistribution.test-seed#[B7A4D9D9CA77C0CF]) [    ] 
o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 327019 INFO  
(TEST-TestRandomRequestDistribution.test-seed#[B7A4D9D9CA77C0CF]) [    ] 
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 327019 INFO  
(TEST-TestRandomRequestDistribution.test-seed#[B7A4D9D9CA77C0CF]) [    ] 
o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 
2017-03-10T06:17:29.707Z
   [junit4]   2> 327022 INFO  
(TEST-TestRandomRequestDistribution.test-seed#[B7A4D9D9CA77C0CF]) [    ] 
o.a.s.s.SolrDispatchFilter Loading solr.xml from SolrHome (not found in 
ZooKeeper)
   [junit4]   2> 327022 INFO  
(TEST-TestRandomRequestDistribution.test-seed#[B7A4D9D9CA77C0CF]) [    ] 
o.a.s.c.SolrXmlConfig Loading container configuration from 
/home/jenkins/workspace/Lucene-Solr-6.4-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.TestRandomRequestDistribution_B7A4D9D9CA77C0CF-001/shard-2-001/solr.xml
   [junit4]   2> 327029 INFO  
(TEST-TestRandomRequestDistribution.test-seed#[B7A4D9D9CA77C0CF]) [    ] 
o.a.s.u.UpdateShardHandler Creating UpdateShardHandler HTTP client with params: 
socketTimeout=340000&connTimeout=45000&retry=true
   [junit4]   2> 327030 INFO  
(TEST-TestRandomRequestDistribution.test-seed#[B7A4D9D9CA77C0CF]) [    ] 
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:44616/solr
   [junit4]   2> 327035 INFO  
(TEST-TestRandomRequestDistribution.test-seed#[B7A4D9D9CA77C0CF]) 
[n:127.0.0.1:44117__    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (0) -> (2)
   [junit4]   2> 327037 INFO  
(TEST-TestRandomRequestDistribution.test-seed#[B7A4D9D9CA77C0CF]) 
[n:127.0.0.1:44117__    ] o.a.s.c.ZkController Register node as live in 
ZooKeeper:/live_nodes/127.0.0.1:44117__
   [junit4]   2> 327038 INFO  (zkCallback-544-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 327038 INFO  
(zkCallback-556-thread-1-processing-n:127.0.0.1:44117__) [n:127.0.0.1:44117__   
 ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 327038 INFO  
(zkCallback-550-thread-1-processing-n:127.0.0.1:36189__) [n:127.0.0.1:36189__   
 ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 327038 INFO  
(zkCallback-540-thread-2-processing-n:127.0.0.1:36090__) [n:127.0.0.1:36090__   
 ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 327126 INFO  
(TEST-TestRandomRequestDistribution.test-seed#[B7A4D9D9CA77C0CF]) 
[n:127.0.0.1:44117__    ] o.a.s.c.CorePropertiesLocator Found 1 core 
definitions underneath 
/home/jenkins/workspace/Lucene-Solr-6.4-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.TestRandomRequestDistribution_B7A4D9D9CA77C0CF-001/shard-2-001/cores
   [junit4]   2> 327126 INFO  
(TEST-TestRandomRequestDistribution.test-seed#[B7A4D9D9CA77C0CF]) 
[n:127.0.0.1:44117__    ] o.a.s.c.CorePropertiesLocator Cores are: [collection1]
   [junit4]   2> 327127 INFO  
(OverseerStateUpdate-97591403866226692-127.0.0.1:36090__-n_0000000000) 
[n:127.0.0.1:36090__    ] o.a.s.c.o.ReplicaMutator Assigning new node to shard 
shard=shard1
   [junit4]   2> 327229 INFO  
(zkCallback-550-thread-1-processing-n:127.0.0.1:36189__) [n:127.0.0.1:36189__   
 ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent 
state:SyncConnected type:NodeDataChanged 
path:/collections/collection1/state.json] for collection [collection1] has 
occurred - updating... (live nodes size: [3])
   [junit4]   2> 327229 INFO  
(zkCallback-556-thread-1-processing-n:127.0.0.1:44117__) [n:127.0.0.1:44117__   
 ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent 
state:SyncConnected type:NodeDataChanged 
path:/collections/collection1/state.json] for collection [collection1] has 
occurred - updating... (live nodes size: [3])
   [junit4]   2> 328135 INFO  
(coreLoadExecutor-1525-thread-1-processing-n:127.0.0.1:44117__) 
[n:127.0.0.1:44117__ c:collection1   x:collection1] o.a.s.c.SolrConfig Using 
Lucene MatchVersion: 6.4.3
   [junit4]   2> 328147 INFO  
(coreLoadExecutor-1525-thread-1-processing-n:127.0.0.1:44117__) 
[n:127.0.0.1:44117__ c:collection1   x:collection1] o.a.s.s.IndexSchema 
[collection1] Schema name=test
   [junit4]   2> 328227 WARN  
(coreLoadExecutor-1525-thread-1-processing-n:127.0.0.1:44117__) 
[n:127.0.0.1:44117__ c:collection1   x:collection1] o.a.s.s.IndexSchema 
[collection1] default search field in schema is text. WARNING: Deprecated, 
please use 'df' on request instead.
   [junit4]   2> 328229 INFO  
(coreLoadExecutor-1525-thread-1-processing-n:127.0.0.1:44117__) 
[n:127.0.0.1:44117__ c:collection1   x:collection1] o.a.s.s.IndexSchema Loaded 
schema test/1.0 with uniqueid field id
   [junit4]   2> 328236 INFO  
(coreLoadExecutor-1525-thread-1-processing-n:127.0.0.1:44117__) 
[n:127.0.0.1:44117__ c:collection1   x:collection1] o.a.s.c.CoreContainer 
Creating SolrCore 'collection1' using configuration from collection collection1
   [junit4]   2> 328236 INFO  
(coreLoadExecutor-1525-thread-1-processing-n:127.0.0.1:44117__) 
[n:127.0.0.1:44117__ c:collection1   x:collection1] o.a.s.c.SolrCore 
[[collection1] ] Opening new SolrCore at 
[/home/jenkins/workspace/Lucene-Solr-6.4-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.TestRandomRequestDistribution_B7A4D9D9CA77C0CF-001/shard-2-001/cores/collection1],
 
dataDir=[/home/jenkins/workspace/Lucene-Solr-6.4-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.TestRandomRequestDistribution_B7A4D9D9CA77C0CF-001/shard-2-001/cores/collection1/data/]
   [junit4]   2> 328236 INFO  
(coreLoadExecutor-1525-thread-1-processing-n:127.0.0.1:44117__) 
[n:127.0.0.1:44117__ c:collection1   x:collection1] o.a.s.c.JmxMonitoredMap JMX 
monitoring is enabled. Adding Solr mbeans to JMX Server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@6159de70
   [junit4]   2> 328237 INFO  
(coreLoadExecutor-1525-thread-1-processing-n:127.0.0.1:44117__) 
[n:127.0.0.1:44117__ c:collection1   x:collection1] o.a.s.u.RandomMergePolicy 
RandomMergePolicy wrapping class org.apache.lucene.index.TieredMergePolicy: 
[TieredMergePolicy: maxMergeAtOnce=45, maxMergeAtOnceExplicit=33, 
maxMergedSegmentMB=88.24609375, floorSegmentMB=2.0283203125, 
forceMergeDeletesPctAllowed=5.21821036721449, segmentsPerTier=26.0, 
maxCFSSegmentSizeMB=0.7333984375, noCFSRatio=0.49572368777742426
   [junit4]   2> 328243 WARN  
(coreLoadExecutor-1525-thread-1-processing-n:127.0.0.1:44117__) 
[n:127.0.0.1:44117__ c:collection1   x:collection1] o.a.s.c.RequestHandlers 
INVALID paramSet a in requestHandler {type = requestHandler,name = /dump,class 
= DumpRequestHandler,attributes = {initParams=a, name=/dump, 
class=DumpRequestHandler},args = {defaults={a=A,b=B}}}
   [junit4]   2> 328255 INFO  
(coreLoadExecutor-1525-thread-1-processing-n:127.0.0.1:44117__) 
[n:127.0.0.1:44117__ c:collection1   x:collection1] o.a.s.u.UpdateHandler Using 
UpdateLog implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 328255 INFO  
(coreLoadExecutor-1525-thread-1-processing-n:127.0.0.1:44117__) 
[n:127.0.0.1:44117__ c:collection1   x:collection1] o.a.s.u.UpdateLog 
Initializing UpdateLog: dataDir= defaultSyncLevel=FLUSH numRecordsToKeep=100 
maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 328278 INFO  
(coreLoadExecutor-1525-thread-1-processing-n:127.0.0.1:44117__) 
[n:127.0.0.1:44117__ c:collection1   x:collection1] o.a.s.u.CommitTracker Hard 
AutoCommit: disabled
   [junit4]   2> 328278 INFO  
(coreLoadExecutor-1525-thread-1-processing-n:127.0.0.1:44117__) 
[n:127.0.0.1:44117__ c:collection1   x:collection1] o.a.s.u.CommitTracker Soft 
AutoCommit: disabled
   [junit4]   2> 328279 INFO  
(coreLoadExecutor-1525-thread-1-processing-n:127.0.0.1:44117__) 
[n:127.0.0.1:44117__ c:collection1   x:collection1] o.a.s.u.RandomMergePolicy 
RandomMergePolicy wrapping class 
org.apache.lucene.index.LogByteSizeMergePolicy: [LogByteSizeMergePolicy: 
minMergeSize=1677721, mergeFactor=46, maxMergeSize=2147483648, 
maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=false, 
maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, 
noCFSRatio=1.0]
   [junit4]   2> 328279 INFO  
(coreLoadExecutor-1525-thread-1-processing-n:127.0.0.1:44117__) 
[n:127.0.0.1:44117__ c:collection1   x:collection1] o.a.s.s.SolrIndexSearcher 
Opening [Searcher@7e67b90[collection1] main]
   [junit4]   2> 328280 INFO  
(coreLoadExecutor-1525-thread-1-processing-n:127.0.0.1:44117__) 
[n:127.0.0.1:44117__ c:collection1   x:collection1] 
o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: 
/configs/conf1
   [junit4]   2> 328280 INFO  
(coreLoadExecutor-1525-thread-1-processing-n:127.0.0.1:44117__) 
[n:127.0.0.1:44117__ c:collection1   x:collection1] 
o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using 
ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 328280 INFO  
(coreLoadExecutor-1525-thread-1-processing-n:127.0.0.1:44117__) 
[n:127.0.0.1:44117__ c:collection1   x:collection1] o.a.s.h.ReplicationHandler 
Commits will be reserved for  10000
   [junit4]   2> 328281 INFO  
(searcherExecutor-1526-thread-1-processing-n:127.0.0.1:44117__ x:collection1 
c:collection1) [n:127.0.0.1:44117__ c:collection1   x:collection1] 
o.a.s.c.SolrCore [collection1] Registered new searcher 
Searcher@7e67b90[collection1] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 328282 INFO  
(coreLoadExecutor-1525-thread-1-processing-n:127.0.0.1:44117__) 
[n:127.0.0.1:44117__ c:collection1   x:collection1] o.a.s.u.UpdateLog Could not 
find max version in index or recent updates, using new clock 1561462467167518720
   [junit4]   2> 328286 INFO  
(coreZkRegister-1520-thread-1-processing-n:127.0.0.1:44117__ x:collection1 
c:collection1) [n:127.0.0.1:44117__ c:collection1 s:shard1 r:core_node2 
x:collection1] o.a.s.c.ShardLeaderElectionContext Enough replicas found to 
continue.
   [junit4]   2> 328286 INFO  
(coreZkRegister-1520-thread-1-processing-n:127.0.0.1:44117__ x:collection1 
c:collection1) [n:127.0.0.1:44117__ c:collection1 s:shard1 r:core_node2 
x:collection1] o.a.s.c.ShardLeaderElectionContext I may be the new leader - try 
and sync
   [junit4]   2> 328286 INFO  
(coreZkRegister-1520-thread-1-processing-n:127.0.0.1:44117__ x:collection1 
c:collection1) [n:127.0.0.1:44117__ c:collection1 s:shard1 r:core_node2 
x:collection1] o.a.s.c.SyncStrategy Sync replicas to 
http://127.0.0.1:44117/_/collection1/
   [junit4]   2> 328286 INFO  
(coreZkRegister-1520-thread-1-processing-n:127.0.0.1:44117__ x:collection1 
c:collection1) [n:127.0.0.1:44117__ c:collection1 s:shard1 r:core_node2 
x:collection1] o.a.s.c.SyncStrategy Sync Success - now sync replicas to me
   [junit4]   2> 328286 INFO  
(coreZkRegister-1520-thread-1-processing-n:127.0.0.1:44117__ x:collection1 
c:collection1) [n:127.0.0.1:44117__ c:collection1 s:shard1 r:core_node2 
x:collection1] o.a.s.c.SyncStrategy http://127.0.0.1:44117/_/collection1/ has 
no replicas
   [junit4]   2> 328287 INFO  
(coreZkRegister-1520-thread-1-processing-n:127.0.0.1:44117__ x:collection1 
c:collection1) [n:127.0.0.1:44117__ c:collection1 s:shard1 r:core_node2 
x:collection1] o.a.s.c.ShardLeaderElectionContext I am the new leader: 
http://127.0.0.1:44117/_/collection1/ shard1
   [junit4]   2> 328390 INFO  
(zkCallback-556-thread-1-processing-n:127.0.0.1:44117__) [n:127.0.0.1:44117__   
 ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent 
state:SyncConnected type:NodeDataChanged 
path:/collections/collection1/state.json] for collection [collection1] has 
occurred - updating... (live nodes size: [3])
   [junit4]   2> 328390 INFO  
(zkCallback-550-thread-1-processing-n:127.0.0.1:36189__) [n:127.0.0.1:36189__   
 ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent 
state:SyncConnected type:NodeDataChanged 
path:/collections/collection1/state.json] for collection [collection1] has 
occurred - updating... (live nodes size: [3])
   [junit4]   2> 328439 INFO  
(coreZkRegister-1520-thread-1-processing-n:127.0.0.1:44117__ x:collection1 
c:collection1) [n:127.0.0.1:44117__ c:collection1 s:shard1 r:core_node2 
x:collection1] o.a.s.c.ZkController I am the leader, no recovery necessary
   [junit4]   2> 328541 INFO  
(zkCallback-550-thread-1-processing-n:127.0.0.1:36189__) [n:127.0.0.1:36189__   
 ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent 
state:SyncConnected type:NodeDataChanged 
path:/collections/collection1/state.json] for collection [collection1] has 
occurred - updating... (live nodes size: [3])
   [junit4]   2> 328541 INFO  
(zkCallback-556-thread-1-processing-n:127.0.0.1:44117__) [n:127.0.0.1:44117__   
 ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent 
state:SyncConnected type:NodeDataChanged 
path:/collections/collection1/state.json] for collection [collection1] has 
occurred - updating... (live nodes size: [3])
   [junit4]   2> 328822 INFO  
(TEST-TestRandomRequestDistribution.test-seed#[B7A4D9D9CA77C0CF]) [    ] 
o.a.s.SolrTestCaseJ4 Writing core.properties file to 
/home/jenkins/workspace/Lucene-Solr-6.4-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.TestRandomRequestDistribution_B7A4D9D9CA77C0CF-001/shard-3-001/cores/collection1
   [junit4]   2> 328822 INFO  
(TEST-TestRandomRequestDistribution.test-seed#[B7A4D9D9CA77C0CF]) [    ] 
o.a.s.c.AbstractFullDistribZkTestBase create jetty 3 in directory 
/home/jenkins/workspace/Lucene-Solr-6.4-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.TestRandomRequestDistribution_B7A4D9D9CA77C0CF-001/shard-3-001
   [junit4]   2> 328823 INFO  
(TEST-TestRandomRequestDistribution.test-seed#[B7A4D9D9CA77C0CF]) [    ] 
o.e.j.s.Server jetty-9.3.14.v20161028
   [junit4]   2> 328824 INFO  
(TEST-TestRandomRequestDistribution.test-seed#[B7A4D9D9CA77C0CF]) [    ] 
o.e.j.s.h.ContextHandler Started 
o.e.j.s.ServletContextHandler@5d970fc8{/_,null,AVAILABLE}
   [junit4]   2> 328824 INFO  
(TEST-TestRandomRequestDistribution.test-seed#[B7A4D9D9CA77C0CF]) [    ] 
o.e.j.s.AbstractConnector Started 
ServerConnector@69ca325d{HTTP/1.1,[http/1.1]}{127.0.0.1:37574}
   [junit4]   2> 328825 INFO  
(TEST-TestRandomRequestDistribution.test-seed#[B7A4D9D9CA77C0CF]) [    ] 
o.e.j.s.Server Started @330694ms
   [junit4]   2> 328825 INFO  
(TEST-TestRandomRequestDistribution.test-seed#[B7A4D9D9CA77C0CF]) [    ] 
o.a.s.c.s.e.JettySolrRunner Jetty properties: 
{solr.data.dir=/home/jenkins/workspace/Lucene-Solr-6.4-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.TestRandomRequestDistribution_B7A4D9D9CA77C0CF-001/tempDir-001/jetty3,
 solrconfig=solrconfig.xml, hostContext=/_, hostPort=37574, 
coreRootDirectory=/home/jenkins/workspace/Lucene-Solr-6.4-Linux/solr/build/solr-core/test/J1/../../../../../../../../../home/jenkins/workspace/Lucene-Solr-6.4-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.TestRandomRequestDistribution_B7A4D9D9CA77C0CF-001/shard-3-001/cores}
   [junit4]   2> 328825 ERROR 
(TEST-TestRandomRequestDistribution.test-seed#[B7A4D9D9CA77C0CF]) [    ] 
o.a.s.s.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be 
missing or incomplete.
   [junit4]   2> 328826 INFO  
(TEST-TestRandomRequestDistribution.test-seed#[B7A4D9D9CA77C0CF]) [    ] 
o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 
6.4.3
   [junit4]   2> 328826 INFO  
(TEST-TestRandomRequestDistribution.test-seed#[B7A4D9D9CA77C0CF]) [    ] 
o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 328826 INFO  
(TEST-TestRandomRequestDistribution.test-seed#[B7A4D9D9CA77C0CF]) [    ] 
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 328826 INFO  
(TEST-TestRandomRequestDistribution.test-seed#[B7A4D9D9CA77C0CF]) [    ] 
o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 
2017-03-10T06:17:31.514Z
   [junit4]   2> 328829 INFO  
(TEST-TestRandomRequestDistribution.test-seed#[B7A4D9D9CA77C0CF]) [    ] 
o.a.s.s.SolrDispatchFilter Loading solr.xml from SolrHome (not found in 
ZooKeeper)
   [junit4]   2> 328829 INFO  
(TEST-TestRandomRequestDistribution.test-seed#[B7A4D9D9CA77C0CF]) [    ] 
o.a.s.c.SolrXmlConfig Loading container configuration from 
/home/jenkins/workspace/Lucene-Solr-6.4-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.TestRandomRequestDistribution_B7A4D9D9CA77C0CF-001/shard-3-001/solr.xml
   [junit4]   2> 328833 INFO  
(TEST-TestRandomRequestDistribution.test-seed#[B7A4D9D9CA77C0CF]) [    ] 
o.a.s.u.UpdateShardHandler Creating UpdateShardHandler HTTP client with params: 
socketTimeout=340000&connTimeout=45000&retry=true
   [junit4]   2> 328834 INFO  
(TEST-TestRandomRequestDistribution.test-seed#[B7A4D9D9CA77C0CF]) [    ] 
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:44616/solr
   [junit4]   2> 328839 INFO  
(TEST-TestRandomRequestDistribution.test-seed#[B7A4D9D9CA77C0CF]) 
[n:127.0.0.1:37574__    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (0) -> (3)
   [junit4]   2> 328842 INFO  
(TEST-TestRandomRequestDistribution.test-seed#[B7A4D9D9CA77C0CF]) 
[n:127.0.0.1:37574__    ] o.a.s.c.ZkController Register node as live in 
ZooKeeper:/live_nodes/127.0.0.1:37574__
   [junit4]   2> 328842 INFO  
(zkCallback-540-thread-1-processing-n:127.0.0.1:36090__) [n:127.0.0.1:36090__   
 ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 328842 INFO  (zkCallback-544-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 328842 INFO  
(zkCallback-550-thread-1-processing-n:127.0.0.1:36189__) [n:127.0.0.1:36189__   
 ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 328842 INFO  
(zkCallback-556-thread-1-processing-n:127.0.0.1:44117__) [n:127.0.0.1:44117__   
 ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 328843 INFO  
(zkCallback-562-thread-1-processing-n:127.0.0.1:37574__) [n:127.0.0.1:37574__   
 ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 328903 INFO  
(TEST-TestRandomRequestDistribution.test-seed#[B7A4D9D9CA77C0CF]) 
[n:127.0.0.1:37574__    ] o.a.s.c.CorePropertiesLocator Found 1 core 
definitions underneath 
/home/jenkins/workspace/Lucene-Solr-6.4-Linux/solr/build/solr-core/test/J1/../../../../../../../../../home/jenkins/workspace/Lucene-Solr-6.4-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.TestRandomRequestDistribution_B7A4D9D9CA77C0CF-001/shard-3-001/cores
   [junit4]   2> 328903 INFO  
(TEST-TestRandomRequestDistribution.test-seed#[B7A4D9D9CA77C0CF]) 
[n:127.0.0.1:37574__    ] o.a.s.c.CorePropertiesLocator Cores are: [collection1]
   [junit4]   2> 328907 INFO  
(OverseerStateUpdate-97591403866226692-127.0.0.1:36090__-n_0000000000) 
[n:127.0.0.1:36090__    ] o.a.s.c.o.ReplicaMutator Assigning new node to shard 
shard=shard2
   [junit4]   2> 329009 INFO  
(zkCallback-550-thread-1-processing-n:127.0.0.1:36189__) [n:127.0.0.1:36189__   
 ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent 
state:SyncConnected type:NodeDataChanged 
path:/collections/collection1/state.json] for collection [collection1] has 
occurred - updating... (live nodes size: [4])
   [junit4]   2> 329009 INFO  
(zkCallback-556-thread-1-processing-n:127.0.0.1:44117__) [n:127.0.0.1:44117__   
 ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent 
state:SyncConnected type:NodeDataChanged 
path:/collections/collection1/state.json] for collection [collection1] has 
occurred - updating... (live nodes size: [4])
   [junit4]   2> 329009 INFO  
(zkCallback-562-thread-2-processing-n:127.0.0.1:37574__) [n:127.0.0.1:37574__   
 ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent 
state:SyncConnected type:NodeDataChanged 
path:/collections/collection1/state.json] for collection [collection1] has 
occurred - updating... (live nodes size: [4])
   [junit4]   2> 329913 INFO  
(coreLoadExecutor-1536-thread-1-processing-n:127.0.0.1:37574__) 
[n:127.0.0.1:37574__ c:collection1   x:collection1] o.a.s.c.SolrConfig Using 
Lucene MatchVersion: 6.4.3
   [junit4]   2> 329924 INFO  
(coreLoadExecutor-1536-thread-1-processing-n:127.0.0.1:37574__) 
[n:127.0.0.1:37574__ c:collection1   x:collection1] o.a.s.s.IndexSchema 
[collection1] Schema name=test
   [junit4]   2> 330006 WARN  
(coreLoadExecutor-1536-thread-1-processing-n:127.0.0.1:37574__) 
[n:127.0.0.1:37574__ c:collection1   x:collection1] o.a.s.s.IndexSchema 
[collection1] default search field in schema is text. WARNING: Deprecated, 
please use 'df' on request instead.
   [junit4]   2> 330008 INFO  
(coreLoadExecutor-1536-thread-1-processing-n:127.0.0.1:37574__) 
[n:127.0.0.1:37574__ c:collection1   x:collection1] o.a.s.s.IndexSchema Loaded 
schema test/1.0 with uniqueid field id
   [junit4]   2> 330014 INFO  
(coreLoadExecutor-1536-thread-1-processing-n:127.0.0.1:37574__) 
[n:127.0.0.1:37574__ c:collection1   x:collection1] o.a.s.c.CoreContainer 
Creating SolrCore 'collection1' using configuration from collection collection1
   [junit4]   2> 330014 INFO  
(coreLoadExecutor-1536-thread-1-processing-n:127.0.0.1:37574__) 
[n:127.0.0.1:37574__ c:collection1   x:collection1] o.a.s.c.SolrCore 
[[collection1] ] Opening new SolrCore at 
[/home/jenkins/workspace/Lucene-Solr-6.4-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.TestRandomRequestDistribution_B7A4D9D9CA77C0CF-001/shard-3-001/cores/collection1],
 
dataDir=[/home/jenkins/workspace/Lucene-Solr-6.4-Linux/solr/build/solr-core/test/J1/../../../../../../../../../home/jenkins/workspace/Lucene-Solr-6.4-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.TestRandomRequestDistribution_B7A4D9D9CA77C0CF-001/shard-3-001/cores/collection1/data/]
   [junit4]   2> 330014 INFO  
(coreLoadExecutor-1536-thread-1-processing-n:127.0.0.1:37574__) 
[n:127.0.0.1:37574__ c:collection1   x:collection1] o.a.s.c.JmxMonitoredMap JMX 
monitoring is enabled. Adding Solr mbeans to JMX Server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@6159de70
   [junit4]   2> 330015 INFO  
(coreLoadExecutor-1536-thread-1-processing-n:127.0.0.1:37574__) 
[n:127.0.0.1:37574__ c:collection1   x:collection1] o.a.s.u.RandomMergePolicy 
RandomMergePolicy wrapping class org.apache.lucene.index.TieredMergePolicy: 
[TieredMergePolicy: maxMergeAtOnce=45, maxMergeAtOnceExplicit=33, 
maxMergedSegmentMB=88.24609375, floorSegmentMB=2.0283203125, 
forceMergeDeletesPctAllowed=5.21821036721449, segmentsPerTier=26.0, 
maxCFSSegmentSizeMB=0.7333984375, noCFSRatio=0.49572368777742426
   [junit4]   2> 330020 WARN  
(coreLoadExecutor-1536-thread-1-processing-n:127.0.0.1:37574__) 
[n:127.0.0.1:37574__ c:collection1   x:collection1] o.a.s.c.RequestHandlers 
INVALID paramSet a in requestHandler {type = requestHandler,name = /dump,class 
= DumpRequestHandler,attributes = {initParams=a, name=/dump, 
class=DumpRequestHandler},args = {defaults={a=A,b=B}}}
   [junit4]   2> 330030 INFO  
(coreLoadExecutor-1536-thread-1-processing-n:127.0.0.1:37574__) 
[n:127.0.0.1:37574__ c:collection1   x:collection1] o.a.s.u.UpdateHandler Using 
UpdateLog implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 330031 INFO  
(coreLoadExecutor-1536-thread-1-processing-n:127.0.0.1:37574__) 
[n:127.0.0.1:37574__ c:collection1   x:collection1] o.a.s.u.UpdateLog 
Initializing UpdateLog: dataDir= defaultSyncLevel=FLUSH numRecordsToKeep=100 
maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 330031 INFO  
(coreLoadExecutor-1536-thread-1-processing-n:127.0.0.1:37574__) 
[n:127.0.0.1:37574__ c:collection1   x:collection1] o.a.s.u.CommitTracker Hard 
AutoCommit: disabled
   [junit4]   2> 330031 INFO  
(coreLoadExecutor-1536-thread-1-processing-n:127.0.0.1:37574__) 
[n:127.0.0.1:37574__ c:collection1   x:collection1] o.a.s.u.CommitTracker Soft 
AutoCommit: disabled
   [junit4]   2> 330032 INFO  
(coreLoadExecutor-1536-thread-1-processing-n:127.0.0.1:37574__) 
[n:127.0.0.1:37574__ c:collection1   x:collection1] o.a.s.u.RandomMergePolicy 
RandomMergePolicy wrapping class 
org.apache.lucene.index.LogByteSizeMergePolicy: [LogByteSizeMergePolicy: 
minMergeSize=1677721, mergeFactor=46, maxMergeSize=2147483648, 
maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=false, 
maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, 
noCFSRatio=1.0]
   [junit4]   2> 330032 INFO  
(coreLoadExecutor-1536-thread-1-processing-n:127.0.0.1:37574__) 
[n:127.0.0.1:37574__ c:collection1   x:collection1] o.a.s.s.SolrIndexSearcher 
Opening [Searcher@60b26d49[collection1] main]
   [junit4]   2> 330033 INFO  
(coreLoadExecutor-1536-thread-1-processing-n:127.0.0.1:37574__) 
[n:127.0.0.1:37574__ c:collection1   x:collection1] 
o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: 
/configs/conf1
   [junit4]   2> 330033 INFO  
(coreLoadExecutor-1536-thread-1-processing-n:127.0.0.1:37574__) 
[n:127.0.0.1:37574__ c:collection1   x:collection1] 
o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using 
ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 330033 INFO  
(coreLoadExecutor-1536-thread-1-processing-n:127.0.0.1:37574__) 
[n:127.0.0.1:37574__ c:collection1   x:collection1] o.a.s.h.ReplicationHandler 
Commits will be reserved for  10000
   [junit4]   2> 330035 INFO  
(searcherExecutor-1537-thread-1-processing-n:127.0.0.1:37574__ x:collection1 
c:collection1) [n:127.0.0.1:37574__ c:collection1   x:collection1] 
o.a.s.c.SolrCore [collection1] Registered new searcher 
Searcher@60b26d49[collection1] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 330035 INFO  
(coreLoadExecutor-1536-thread-1-processing-n:127.0.0.1:37574__) 
[n:127.0.0.1:37574__ c:collection1   x:collection1] o.a.s.u.UpdateLog Could not 
find max version in index or recent updates, using new clock 1561462469005672448
   [junit4]   2> 330038 INFO  
(coreZkRegister-1531-thread-1-processing-n:127.0.0.1:37574__ x:collection1 
c:collection1) [n:127.0.0.1:37574__ c:collection1 s:shard2 r:core_node3 
x:collection1] o.a.s.c.ZkController Core needs to recover:collection1
   [junit4]   2> 330038 INFO  
(updateExecutor-559-thread-1-processing-n:127.0.0.1:37574__ x:collection1 
s:shard2 c:collection1 r:core_node3) [n:127.0.0.1:37574__ c:collection1 
s:shard2 r:core_node3 x:collection1] o.a.s.u.DefaultSolrCoreState Running 
recovery
   [junit4]   2> 330038 INFO  
(recoveryExecutor-560-thread-1-processing-n:127.0.0.1:37574__ x:collection1 
s:shard2 c:collection1 r:core_node3) [n:127.0.0.1:37574__ c:collection1 
s:shard2 r:core_node3 x:collection1] o.a.s.c.RecoveryStrategy Starting recovery 
process. recoveringAfterStartup=true
   [junit4]   2> 330039 INFO  
(recoveryExecutor-560-thread-1-processing-n:127.0.0.1:37574__ x:collection1 
s:shard2 c:collection1 r:core_node3) [n:127.0.0.1:37574__ c:collection1 
s:shard2 r:core_node3 x:collection1] o.a.s.c.RecoveryStrategy ###### 
startupVersions=[[]]
   [junit4]   2> 330039 INFO  
(recoveryExecutor-560-thread-1-processing-n:127.0.0.1:37574__ x:collection1 
s:shard2 c:collection1 r:core_node3) [n:127.0.0.1:37574__ c:collection1 
s:shard2 r:core_node3 x:collection1] o.a.s.c.RecoveryStrategy Begin buffering 
updates. core=[collection1]
   [junit4]   2> 330039 INFO  
(recoveryExecutor-560-thread-1-processing-n:127.0.0.1:37574__ x:collection1 
s:shard2 c:collection1 r:core_node3) [n:127.0.0.1:37574__ c:collection1 
s:shard2 r:core_node3 x:collection1] o.a.s.u.UpdateLog Starting to buffer 
updates. FSUpdateLog{state=ACTIVE, tlog=null}
   [junit4]   2> 330039 INFO  
(recoveryExecutor-560-thread-1-processing-n:127.0.0.1:37574__ x:collection1 
s:shard2 c:collection1 r:core_node3) [n:127.0.0.1:37574__ c:collection1 
s:shard2 r:core_node3 x:collection1] o.a.s.c.RecoveryStrategy Publishing state 
of core [collection1] as recovering, leader is 
[http://127.0.0.1:36189/_/collection1/] and I am 
[http://127.0.0.1:37574/_/collection1/]
   [junit4]   2> 330041 INFO  
(recoveryExecutor-560-thread-1-processing-n:127.0.0.1:37574__ x:collection1 
s:shard2 c:collection1 r:core_node3) [n:127.0.0.1:37574__ c:collection1 
s:shard2 r:core_node3 x:collection1] o.a.s.c.RecoveryStrategy Sending prep 
recovery command to [http://127.0.0.1:36189/_]; [WaitForState: 
action=PREPRECOVERY&core=collection1&nodeName=127.0.0.1:37574__&coreNodeName=core_node3&state=recovering&checkLive=true&onlyIfLeader=true&onlyIfLeaderActive=true]
   [junit4]   2> 330043 INFO  (qtp346126455-3292) [n:127.0.0.1:36189__    ] 
o.a.s.h.a.PrepRecoveryOp Going to wait for coreNodeName: core_node3, state: 
recovering, checkLive: true, onlyIfLeader: true, onlyIfLeaderActive: true
   [junit4]   2> 330043 INFO  (qtp346126455-3292) [n:127.0.0.1:36189__    ] 
o.a.s.h.a.PrepRecoveryOp Will wait a max of 183 seconds to see collection1 
(shard2 of collection1) have state: recovering
   [junit4]   2> 330043 INFO  (qtp346126455-3292) [n:127.0.0.1:36189__    ] 
o.a.s.h.a.PrepRecoveryOp In WaitForState(recovering): collection=collection1, 
shard=shard2, thisCore=collection1, leaderDoesNotNeedRecovery=false, isLeader? 
true, live=true, checkLive=true, currentState=down, localState=active, 
nodeName=127.0.0.1:37574__, coreNodeName=core_node3, 
onlyIfActiveCheckResult=false, nodeProps: 
core_node3:{"core":"collection1","base_url":"http://127.0.0.1:37574/_","node_name":"127.0.0.1:37574__","state":"down"}
   [junit4]   2> 330143 INFO  
(zkCallback-550-thread-1-processing-n:127.0.0.1:36189__) [n:127.0.0.1:36189__   
 ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent 
state:SyncConnected type:NodeDataChanged 
path:/collections/collection1/state.json] for collection [collection1] has 
occurred - updating... (live nodes size: [4])
   [junit4]   2> 330143 INFO  
(zkCallback-556-thread-1-processing-n:127.0.0.1:44117__) [n:127.0.0.1:44117__   
 ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent 
state:SyncConnected type:NodeDataChanged 
path:/collections/collection1/state.json] for collection [collection1] has 
occurred - updating... (live nodes size: [4])
   [junit4]   2> 330143 INFO  
(zkCallback-562-thread-2-processing-n:127.0.0.1:37574__) [n:127.0.0.1:37574__   
 ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent 
state:SyncConnected type:NodeDataChanged 
path:/collections/collection1/state.json] for collection [collection1] has 
occurred - updating... (live nodes size: [4])
   [junit4]   2> 330536 INFO  
(TEST-TestRandomRequestDistribution.test-seed#[B7A4D9D9CA77C0CF]) [    ] 
o.a.s.SolrTestCaseJ4 ###Starting test
   [junit4]   2> 330537 INFO  
(TEST-TestRandomRequestDistribution.test-seed#[B7A4D9D9CA77C0CF]) [    ] 
o.a.s.c.AbstractFullDistribZkTestBase Wait for recoveries to finish - wait 30 
for each attempt
   [junit4]   2> 330537 INFO  
(TEST-TestRandomRequestDistribution.test-seed#[B7A4D9D9CA77C0CF]) [    ] 
o.a.s.c.AbstractDistribZkTestBase Wait for recoveries to finish - collection: 
collection1 failOnTimeout:true timeout (sec):30
   [junit4]   2> 331043 INFO  (qtp346126455-3292) [n:127.0.0.1:36189__    ] 
o.a.s.h.a.PrepRecoveryOp In WaitForState(recovering): collection=collection1, 
shard=shard2, thisCore=collection1, leaderDoesNotNeedRecovery=false, isLeader? 
true, live=true, checkLive=true, currentState=recovering, localState=active, 
nodeName=127.0.0.1:37574__, coreNodeName=core_node3, 
onlyIfActiveCheckResult=false, nodeProps: 
core_node3:{"core":"collection1","base_url":"http://127.0.0.1:37574/_","node_name":"127.0.0.1:37574__","state":"recovering"}
   [junit4]   2> 331043 INFO  (qtp346126455-3292) [n:127.0.0.1:36189__    ] 
o.a.s.h.a.PrepRecoveryOp Waited coreNodeName: core_node3, state: recovering, 
checkLive: true, onlyIfLeader: true for: 1 seconds.
   [junit4]   2> 331044 INFO  (qtp346126455-3292) [n:127.0.0.1:36189__    ] 
o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores 
params={nodeName=127.0.0.1:37574__&onlyIfLeaderActive=true&core=collection1&coreNodeName=core_node3&action=PREPRECOVERY&checkLive=true&state=recovering&onlyIfLeader=true&wt=javabin&version=2}
 status=0 QTime=1000
   [junit4]   2> 338044 INFO  
(recoveryExecutor-560-thread-1-processing-n:127.0.0.1:37574__ x:collection1 
s:shard2 c:collection1 r:core_node3) [n:127.0.0.1:37574__ c:collection1 
s:shard2 r:core_node3 x:collection1] o.a.s.c.RecoveryStrategy Attempting to 
PeerSync from [http://127.0.0.1:36189/_/collection1/] - 
recoveringAfterStartup=[true]
   [junit4]   2> 338045 INFO  
(recoveryExecutor-560-thread-1-processing-n:127.0.0.1:37574__ x:collection1 
s:shard2 c:collection1 r:core_node3) [n:127.0.0.1:37574__ c:collection1 
s:shard2 r:core_node3 x:collection1] o.a.s.u.PeerSync PeerSync: 
core=collection1 url=http://127.0.0.1:37574/_ START 
replicas=[http://127.0.0.1:36189/_/collection1/] nUpdates=100
   [junit4]   2> 338047 INFO  (qtp346126455-3292) [n:127.0.0.1:36189__ 
c:collection1 s:shard2 r:core_node1 x:collection1] o.a.s.u.IndexFingerprint 
IndexFingerprint millis:0.0 result:{maxVersionSpecified=9223372036854775807, 
maxVersionEncountered=0, maxInHash=0, versionsHash=0, numVersions=0, numDocs=0, 
maxDoc=0}
   [junit4]   2> 338047 INFO  (qtp346126455-3292) [n:127.0.0.1:36189__ 
c:collection1 s:shard2 r:core_node1 x:collection1] o.a.s.c.S.Request 
[collection1]  webapp=/_ path=/get 
params={distrib=false&qt=/get&getFingerprint=9223372036854775807&wt=javabin&version=2}
 status=0 QTime=0
   [junit4]   2> 338048 INFO  
(recoveryExecutor-560-thread-1-processing-n:127.0.0.1:37574__ x:collection1 
s:shard2 c:collection1 r:core_node3) [n:127.0.0.1:37574__ c:collection1 
s:shard2 r:core_node3 x:collection1] o.a.s.u.IndexFingerprint IndexFingerprint 
millis:0.0 result:{maxVersionSpecified=9223372036854775807, 
maxVersionEncountered=0, maxInHash=0, versionsHash=0, numVersions=0, numDocs=0, 
maxDoc=0}
   [junit4]   2> 338048 INFO  
(recoveryExecutor-560-thread-1-processing-n:127.0.0.1:37574__ x:collection1 
s:shard2 c:collection1 r:core_node3) [n:127.0.0.1:37574__ c:collection1 
s:shard2 r:core_node3 x:collection1] o.a.s.u.PeerSync We are already in sync. 
No need to do a PeerSync 
   [junit4]   2> 338048 INFO  
(recoveryExecutor-560-thread-1-processing-n:127.0.0.1:37574__ x:collection1 
s:shard2 c:collection1 r:core_node3) [n:127.0.0.1:37574__ c:collection1 
s:shard2 r:core_node3 x:collection1] o.a.s.u.DirectUpdateHandler2 start 
commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 338048 INFO  
(recoveryExecutor-560-thread-1-processing-n:127.0.0.1:37574__ x:collection1 
s:shard2 c:collection1 r:core_node3) [n:127.0.0.1:37574__ c:collection1 
s:shard2 r:core_node3 x:collection1] o.a.s.u.DirectUpdateHandler2 No 
uncommitted changes. Skipping IW.commit.
   [junit4]   2> 338048 INFO  
(recoveryExecutor-560-thread-1-processing-n:127.0.0.1:37574__ x:collection1 
s:shard2 c:collection1 r:core_node3) [n:127.0.0.1:37574__ c:collection1 
s:shard2 r:core_node3 x:collection1] o.a.s.u.DirectUpdateHandler2 
end_commit_flush
   [junit4]   2> 338048 INFO  
(recoveryExecutor-560-thread-1-processing-n:127.0.0.1:37574__ x:collection1 
s:shard2 c:collection1 r:core_node3) [n:127.0.0.1:37574__ c:collection1 
s:shard2 r:core_node3 x:collection1] o.a.s.c.RecoveryStrategy PeerSync stage of 
recovery was successful.
   [junit4]   2> 338048 INFO  
(recoveryExecutor-560-thread-1-processing-n:127.0.0.1:37574__ x:collection1 
s:shard2 c:collection1 r:core_node3) [n:127.0.0.1:37574__ c:collection1 
s:shard2 r:core_node3 x:collection1] o.a.s.c.RecoveryStrategy Replaying updates 
buffered during PeerSync.
   [junit4]   2> 338048 INFO  
(recoveryExecutor-560-thread-1-processing-n:127.0.0.1:37574__ x:collection1 
s:shard2 c:collection1 r:core_node3) [n:127.0.0.1:37574__ c:collection1 
s:shard2 r:core_node3 x:collection1] o.a.s.c.RecoveryStrategy No replay needed.
   [junit4]   2> 338048 INFO  
(recoveryExecutor-560-thread-1-processing-n:127.0.0.1:37574__ x:collection1 
s:shard2 c:collection1 r:core_node3) [n:127.0.0.1:37574__ c:collection1 
s:shard2 r:core_node3 x:collection1] o.a.s.c.RecoveryStrategy Registering as 
Active after recovery.
   [junit4]   2> 338050 INFO  
(zkCallback-562-thread-2-processing-n:127.0.0.1:37574__) [n:127.0.0.1:37574__   
 ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent 
state:SyncConnected type:NodeDataChanged 
path:/collections/collection1/state.json] for collection [collection1] has 
occurred - updating... (live nodes size: [4])
   [junit4]   2> 338050 INFO  
(zkCallback-550-thread-1-processing-n:127.0.0.1:36189__) [n:127.0.0.1:36189__   
 ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent 
state:SyncConnected type:NodeDataChanged 
path:/collections/collection1/state.json] for collection [collection1] has 
occurred - updating... (live nodes size: [4])
   [junit4]   2> 338050 INFO  
(zkCallback-556-thread-1-processing-n:127.0.0.1:44117__) [n:127.0.0.1:44117__   
 ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent 
state:SyncConnected type:NodeDataChanged 
path:/collections/collection1/state.json] for collection [collection1] has 
occurred - updating... (live nodes size: [4])
   [junit4]   2> 338541 INFO  
(TEST-TestRandomRequestDistribution.test-seed#[B7A4D9D9CA77C0CF]) [    ] 
o.a.s.c.AbstractDistribZkTestBase Recoveries finished - collection: collection1
   [junit4]   2> 338542 INFO  (qtp1274801177-3254) [n:127.0.0.1:36090__ 
c:control_collection s:shard1 r:core_node1 x:collection1] 
o.a.s.u.DirectUpdateHandler2 start 
commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 338542 INFO  (qtp1274801177-3254) [n:127.0.0.1:36090__ 
c:control_collection s:shard1 r:core_node1 x:collection1] 
o.a.s.u.DirectUpdateHandler2 No uncommitted changes. Skipping IW.commit.
   [junit4]   2> 338543 INFO  (qtp1274801177-3254) [n:127.0.0.1:36090__ 
c:control_collection s:shard1 r:core_node1 x:collection1] 
o.a.s.u.DirectUpdateHandler2 end_commit_flush
   [junit4]   2> 338543 INFO  (qtp1274801177-3254) [n:127.0.0.1:36090__ 
c:control_collection s:shard1 r:core_node1 x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/_ path=/update 
params={waitSearcher=true&commit=true&softCommit=false&wt=javabin&version=2}{commit=}
 0 0
   [junit4]   2> 338546 INFO  (qtp346126455-3292) [n:127.0.0.1:36189__ 
c:collection1 s:shard2 r:core_node1 x:collection1] o.a.s.u.DirectUpdateHandler2 
start 
commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 338546 INFO  (qtp346126455-3292) [n:127.0.0.1:36189__ 
c:collection1 s:shard2 r:core_node1 x:collection1] o.a.s.u.DirectUpdateHandler2 
No uncommitted changes. Skipping IW.commit.
   [junit4]   2> 338546 INFO  (qtp346126455-3292) [n:127.0.0.1:36189__ 
c:collection1 s:shard2 r:core_node1 x:collection1] o.a.s.u.DirectUpdateHandler2 
end_commit_flush
   [junit4]   2> 338547 INFO  (qtp346126455-3292) [n:127.0.0.1:36189__ 
c:collection1 s:shard2 r:core_node1 x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/_ path=/update 
params={update.distrib=FROMLEADER&waitSearcher=true&openSearcher=true&commit=true&softCommit=false&distrib.from=http://127.0.0.1:36189/_/collection1/&commit_end_point=true&wt=javabin&version=2&expungeDeletes=false}{commit=}
 0 0
   [junit4]   2> 338547 INFO  (qtp1658804681-3349) [n:127.0.0.1:37574__ 
c:collection1 s:shard2 r:core_node3 x:collection1] o.a.s.u.DirectUpdateHandler2 
start 
commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 338547 INFO  (qtp1088046554-3322) [n:127.0.0.1:44117__ 
c:collection1 s:shard1 r:core_node2 x:collection1] o.a.s.u.DirectUpdateHandler2 
start 
commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 338547 INFO  (qtp1658804681-3349) [n:127.0.0.1:37574__ 
c:collection1 s:shard2 r:core_node3 x:collection1] o.a.s.u.DirectUpdateHandler2 
No uncommitted changes. Skipping IW.commit.
   [junit4]   2> 338547 INFO  (qtp1088046554-3322) [n:127.0.0.1:44117__ 
c:collection1 s:shard1 r:core_node2 x:collection1] o.a.s.u.DirectUpdateHandler2 
No uncommitted changes. Skipping IW.commit.
   [junit4]   2> 338548 INFO  (qtp1088046554-3322) [n:127.0.0.1:44117__ 
c:collection1 s:shard1 r:core_node2 x:collection1] o.a.s.u.DirectUpdateHandler2 
end_commit_flush
   [junit4]   2> 338548 INFO  (qtp1658804681-3349) [n:127.0.0.1:37574__ 
c:collection1 s:shard2 r:core_node3 x:collection1] o.a.s.u.DirectUpdateHandler2 
end_commit_flush
   [junit4]   2> 338548 INFO  (qtp1088046554-3322) [n:127.0.0.1:44117__ 
c:collection1 s:shard1 r:core_node2 x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/_ path=/update 
params={update.distrib=FROMLEADER&waitSearcher=true&openSearcher=true&commit=true&softCommit=false&distrib.from=http://127.0.0.1:36189/_/collection1/&commit_end_point=true&wt=javabin&version=2&expungeDeletes=false}{commit=}
 0 0
   [junit4]   2> 338548 INFO  (qtp1658804681-3349) [n:127.0.0.1:37574__ 
c:collection1 s:shard2 r:core_node3 x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/_ path=/update 
params={update.distrib=FROMLEADER&waitSearcher=true&openSearcher=true&commit=true&softCommit=false&distrib.from=http://127.0.0.1:36189/_/collection1/&commit_end_point=true&wt=javabin&version=2&expungeDeletes=false}{commit=}
 0 1
   [junit4]   2> 338548 INFO  (qtp346126455-3294) [n:127.0.0.1:36189__ 
c:collection1 s:shard2 r:core_node1 x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/_ path=/update 
params={_stateVer_=collection1:10&waitSearcher=true&commit=true&softCommit=false&wt=javabin&version=2}{commit=}
 0 4
   [junit4]   2> 338549 INFO  (qtp346126455-3290) [n:127.0.0.1:36189__ 
c:collection1 s:shard2 r:core_node1 x:collection1] o.a.s.c.S.Request 
[collection1]  webapp=/_ path=/select 
params={q=*:*&distrib=false&tests=checkShardConsistency&rows=0&wt=javabin&version=2}
 hits=0 status=0 QTime=0
   [junit4]   2> 338550 INFO  (qtp1658804681-3351) [n:127.0.0.1:37574__ 
c:collection1 s:shard2 r:core_node3 x:collection1] o.a.s.c.S.Request 
[collection1]  webapp=/_ path=/select 
params={q=*:*&distrib=false&tests=checkShardConsistency&rows=0&wt=javabin&version=2}
 hits=0 status=0 QTime=0
   [junit4]   2> 338552 INFO  (qtp1088046554-3321) [n:127.0.0.1:44117__ 
c:collection1 s:shard1 r:core_node2 x:collection1] o.a.s.c.S.Request 
[collection1]  webapp=/_ path=/select 
params={q=*:*&distrib=false&tests=checkShardConsistency&rows=0&wt=javabin&version=2}
 hits=0 status=0 QTime=0
   [junit4]   2> 340553 INFO  (qtp1274801177-3255) [n:127.0.0.1:36090__    ] 
o.a.s.h.a.CollectionsHandler Invoked Collection Action :create with params 
replicationFactor=2&name=a1x2&action=CREATE&numShards=1&createNodeSet=127.0.0.1:36189__,127.0.0.1:44117__&wt=javabin&version=2
 and sendToOCPQueue=true
   [junit4]   2> 340556 INFO  
(OverseerThreadFactory-1501-thread-1-processing-n:127.0.0.1:36090__) 
[n:127.0.0.1:36090__    ] o.a.s.c.CreateCollectionCmd Create collection a1x2
   [junit4]   2> 340556 INFO  
(OverseerThreadFactory-1501-thread-1-processing-n:127.0.0.1:36090__) 
[n:127.0.0.1:36090__    ] o

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

_lf_shard1_replica1 s:shard1 c:c8n_1x3_lf r:core_node2) [n:127.0.0.1:38232_ 
c:c8n_1x3_lf s:shard1 r:core_node2 x:c8n_1x3_lf_shard1_replica1] 
o.a.s.c.RecoveryStrategy RecoveryStrategy has been closed
   [junit4]   2> 384393 INFO  
(recoveryExecutor-337-thread-1-processing-n:127.0.0.1:38232_ 
x:c8n_1x3_lf_shard1_replica1 s:shard1 c:c8n_1x3_lf r:core_node2) 
[n:127.0.0.1:38232_ c:c8n_1x3_lf s:shard1 r:core_node2 
x:c8n_1x3_lf_shard1_replica1] o.a.s.c.RecoveryStrategy Finished recovery 
process, successful=[false]
   [junit4]   2> 384393 INFO  
(recoveryExecutor-337-thread-1-processing-n:127.0.0.1:38232_ 
x:c8n_1x3_lf_shard1_replica1 s:shard1 c:c8n_1x3_lf r:core_node2) 
[n:127.0.0.1:38232_ c:c8n_1x3_lf s:shard1 r:core_node2 
x:c8n_1x3_lf_shard1_replica1] o.a.s.c.SolrCore [c8n_1x3_lf_shard1_replica1]  
CLOSING SolrCore org.apache.solr.core.SolrCore@1dd655cd
   [junit4]   2> 384393 WARN  
(recoveryExecutor-337-thread-1-processing-n:127.0.0.1:38232_ 
x:c8n_1x3_lf_shard1_replica1 s:shard1 c:c8n_1x3_lf r:core_node2) 
[n:127.0.0.1:38232_ c:c8n_1x3_lf s:shard1 r:core_node2 
x:c8n_1x3_lf_shard1_replica1] o.a.s.c.RecoveryStrategy Stopping recovery for 
core=[c8n_1x3_lf_shard1_replica1] coreNodeName=[core_node2]
   [junit4]   2> 384410 INFO  
(recoveryExecutor-337-thread-1-processing-n:127.0.0.1:38232_ 
x:c8n_1x3_lf_shard1_replica1 s:shard1 c:c8n_1x3_lf r:core_node2) 
[n:127.0.0.1:38232_ c:c8n_1x3_lf s:shard1 r:core_node2 
x:c8n_1x3_lf_shard1_replica1] o.a.s.m.SolrMetricManager Closing metric 
reporters for: solr.core.c8n_1x3_lf.shard1.replica1
   [junit4]   2> 384411 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[B7A4D9D9CA77C0CF]) [    ] 
o.a.s.c.Overseer Overseer (id=97591398512525327-127.0.0.1:38232_-n_0000000003) 
closing
   [junit4]   2> 384411 INFO  
(OverseerStateUpdate-97591398512525327-127.0.0.1:38232_-n_0000000003) 
[n:127.0.0.1:38232_    ] o.a.s.c.Overseer Overseer Loop exiting : 
127.0.0.1:38232_
   [junit4]   2> 384412 WARN  
(zkCallback-339-thread-6-processing-n:127.0.0.1:38232_) [n:127.0.0.1:38232_    
] o.a.s.c.c.ZkStateReader ZooKeeper watch triggered, but Solr cannot talk to 
ZK: [KeeperErrorCode = Session expired for /live_nodes]
   [junit4]   2> 384412 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[B7A4D9D9CA77C0CF]) [    ] 
o.a.s.m.SolrMetricManager Closing metric reporters for: solr.node
   [junit4]   2> 384414 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[B7A4D9D9CA77C0CF]) [    ] 
o.e.j.s.AbstractConnector Stopped 
ServerConnector@248aa6fc{HTTP/1.1,[http/1.1]}{127.0.0.1:0}
   [junit4]   2> 384414 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[B7A4D9D9CA77C0CF]) [    ] 
o.e.j.s.h.ContextHandler Stopped 
o.e.j.s.ServletContextHandler@75774623{/,null,UNAVAILABLE}
   [junit4]   2> 384415 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[B7A4D9D9CA77C0CF]) [    ] 
o.a.s.c.ZkTestServer connecting to 127.0.0.1:37693 37693
   [junit4]   2> 384427 INFO  (Thread-452) [    ] o.a.s.c.ZkTestServer 
connecting to 127.0.0.1:37693 37693
   [junit4]   2> 384428 WARN  (Thread-452) [    ] o.a.s.c.ZkTestServer Watch 
limit violations: 
   [junit4]   2> Maximum concurrent create/delete watches above limit:
   [junit4]   2> 
   [junit4]   2>        5       /solr/aliases.json
   [junit4]   2>        5       /solr/clusterprops.json
   [junit4]   2>        4       /solr/security.json
   [junit4]   2>        4       /solr/configs/conf1
   [junit4]   2> 
   [junit4]   2> Maximum concurrent data watches above limit:
   [junit4]   2> 
   [junit4]   2>        5       /solr/clusterstate.json
   [junit4]   2>        3       /solr/collections/c8n_1x3_lf/state.json
   [junit4]   2>        3       /solr/collections/collection1/state.json
   [junit4]   2>        2       
/solr/overseer_elect/election/97591398512525316-127.0.0.1:44068_-n_0000000000
   [junit4]   2> 
   [junit4]   2> Maximum concurrent children watches above limit:
   [junit4]   2> 
   [junit4]   2>        141     /solr/overseer/collection-queue-work
   [junit4]   2>        39      /solr/overseer/queue
   [junit4]   2>        21      /solr/overseer/queue-work
   [junit4]   2>        5       /solr/live_nodes
   [junit4]   2>        5       /solr/collections
   [junit4]   2> 
   [junit4]   2> 384428 WARN  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[B7A4D9D9CA77C0CF]) [    ] 
o.a.s.c.SocketProxy Closing 15 connections to: http://127.0.0.1:44068/, target: 
http://127.0.0.1:42251/
   [junit4]   2> 384428 WARN  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[B7A4D9D9CA77C0CF]) [    ] 
o.a.s.c.SocketProxy Closing 0 connections to: http://127.0.0.1:36373/, target: 
http://127.0.0.1:38690/
   [junit4]   2> 384428 WARN  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[B7A4D9D9CA77C0CF]) [    ] 
o.a.s.c.SocketProxy Closing 1 connections to: http://127.0.0.1:38232/, target: 
http://127.0.0.1:35781/
   [junit4]   2> 384428 WARN  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[B7A4D9D9CA77C0CF]) [    ] 
o.a.s.c.SocketProxy Closing 3 connections to: http://127.0.0.1:33035/, target: 
http://127.0.0.1:35780/
   [junit4]   2> NOTE: reproduce with: ant test  
-Dtestcase=LeaderFailoverAfterPartitionTest -Dtests.method=test 
-Dtests.seed=B7A4D9D9CA77C0CF -Dtests.multiplier=3 -Dtests.slow=true 
-Dtests.locale=zh-SG -Dtests.timezone=Asia/Pyongyang -Dtests.asserts=true 
-Dtests.file.encoding=ISO-8859-1
   [junit4] FAILURE  143s J2 | LeaderFailoverAfterPartitionTest.test <<<
   [junit4]    > Throwable #1: java.lang.AssertionError: Expected 2 of 3 
replicas to be active but only found 1; 
[core_node3:{"core":"c8n_1x3_lf_shard1_replica3","base_url":"http://127.0.0.1:44068","node_name":"127.0.0.1:44068_","state":"active","leader":"true"}];
 clusterState: DocCollection(c8n_1x3_lf//collections/c8n_1x3_lf/state.json/17)={
   [junit4]    >   "replicationFactor":"3",
   [junit4]    >   "shards":{"shard1":{
   [junit4]    >       "range":"80000000-7fffffff",
   [junit4]    >       "state":"active",
   [junit4]    >       "replicas":{
   [junit4]    >         "core_node1":{
   [junit4]    >           "core":"c8n_1x3_lf_shard1_replica2",
   [junit4]    >           "base_url":"http://127.0.0.1:36373";,
   [junit4]    >           "node_name":"127.0.0.1:36373_",
   [junit4]    >           "state":"down"},
   [junit4]    >         "core_node2":{
   [junit4]    >           "state":"down",
   [junit4]    >           "base_url":"http://127.0.0.1:38232";,
   [junit4]    >           "core":"c8n_1x3_lf_shard1_replica1",
   [junit4]    >           "node_name":"127.0.0.1:38232_"},
   [junit4]    >         "core_node3":{
   [junit4]    >           "core":"c8n_1x3_lf_shard1_replica3",
   [junit4]    >           "base_url":"http://127.0.0.1:44068";,
   [junit4]    >           "node_name":"127.0.0.1:44068_",
   [junit4]    >           "state":"active",
   [junit4]    >           "leader":"true"}}}},
   [junit4]    >   "router":{"name":"compositeId"},
   [junit4]    >   "maxShardsPerNode":"1",
   [junit4]    >   "autoAddReplicas":"false"}
   [junit4]    >        at 
__randomizedtesting.SeedInfo.seed([B7A4D9D9CA77C0CF:3FF0E603648BAD37]:0)
   [junit4]    >        at 
org.apache.solr.cloud.LeaderFailoverAfterPartitionTest.testRf3WithLeaderFailover(LeaderFailoverAfterPartitionTest.java:168)
   [junit4]    >        at 
org.apache.solr.cloud.LeaderFailoverAfterPartitionTest.test(LeaderFailoverAfterPartitionTest.java:55)
   [junit4]    >        at 
org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsFixedStatement.callStatement(BaseDistributedSearchTestCase.java:992)
   [junit4]    >        at 
org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsStatement.evaluate(BaseDistributedSearchTestCase.java:967)
   [junit4]    >        at java.lang.Thread.run(Thread.java:745)
   [junit4]   2> 384430 INFO  
(SUITE-LeaderFailoverAfterPartitionTest-seed#[B7A4D9D9CA77C0CF]-worker) [    ] 
o.a.s.SolrTestCaseJ4 ###deleteCore
   [junit4]   2> NOTE: leaving temporary files on disk at: 
/home/jenkins/workspace/Lucene-Solr-6.4-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.LeaderFailoverAfterPartitionTest_B7A4D9D9CA77C0CF-001
   [junit4]   2> Mar 10, 2017 6:18:27 AM 
com.carrotsearch.randomizedtesting.ThreadLeakControl checkThreadLeaks
   [junit4]   2> WARNING: Will linger awaiting termination of 2 leaked 
thread(s).
   [junit4]   2> NOTE: test params are: 
codec=DummyCompressingStoredFields(storedFieldsFormat=CompressingStoredFieldsFormat(compressionMode=DUMMY,
 chunkSize=12889, maxDocsPerChunk=689, blockSize=317), 
termVectorsFormat=CompressingTermVectorsFormat(compressionMode=DUMMY, 
chunkSize=12889, blockSize=317)), 
sim=RandomSimilarity(queryNorm=false,coord=yes): {}, locale=zh-SG, 
timezone=Asia/Pyongyang
   [junit4]   2> NOTE: Linux 4.4.0-53-generic amd64/Oracle Corporation 
1.8.0_121 (64-bit)/cpus=12,threads=1,free=168872328,total=508952576
   [junit4]   2> NOTE: All tests run in this JVM: [TestSolrQueryResponse, 
TestClusterStateMutator, CoreAdminHandlerTest, RequestLoggingTest, 
HdfsChaosMonkeySafeLeaderTest, TestIndexingPerformance, 
TestDistribDocBasedVersion, TestSolrJ, TestXIncludeConfig, 
TestSolrQueryParserResource, TestExtendedDismaxParser, 
CurrencyFieldXmlFileTest, LukeRequestHandlerTest, SolrJmxReporterTest, 
TestStressReorder, TestManagedSynonymFilterFactory, 
HdfsUnloadDistributedZkTest, BufferStoreTest, 
TlogReplayBufferedWhileIndexingTest, SuggesterTest, SuggesterWFSTTest, 
FieldAnalysisRequestHandlerTest, HdfsBasicDistributedZk2Test, 
FullSolrCloudDistribCmdsTest, TestRebalanceLeaders, BadIndexSchemaTest, 
TestReversedWildcardFilterFactory, DocValuesMultiTest, TestCustomSort, 
TestPerFieldSimilarityClassic, TestRecovery, TestAnalyzedSuggestions, 
TestUnifiedSolrHighlighter, SortSpecParsingTest, SaslZkACLProviderTest, 
ClassificationUpdateProcessorFactoryTest, TestCollapseQParserPlugin, 
CheckHdfsIndexTest, SOLR749Test, TestOverriddenPrefixQueryForCustomFieldType, 
TestFieldCacheVsDocValues, BlockJoinFacetDistribTest, TestOrdValues, 
TestNumericTerms32, TestHdfsBackupRestoreCore, DirectUpdateHandlerOptimizeTest, 
TestConfig, EnumFieldTest, AutoCommitTest, LeaderFailoverAfterPartitionTest]
   [junit4] Completed [152/680 (2!)] on J2 in 143.80s, 1 test, 1 failure <<< 
FAILURES!

[...truncated 64189 lines...]

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@lucene.apache.org
For additional commands, e-mail: dev-h...@lucene.apache.org

Reply via email to