Build: https://jenkins.thetaphi.de/job/Lucene-Solr-6.x-Linux/3761/
Java: 32bit/jdk-9-ea+173 -server -XX:+UseParallelGC

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_replica2","base_url":"http://127.0.0.1:35813","node_name":"127.0.0.1:35813_","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":{           "state":"down",           
"base_url":"http://127.0.0.1:39603";,           
"core":"c8n_1x3_lf_shard1_replica1",           "node_name":"127.0.0.1:39603_"}, 
        "core_node2":{           "core":"c8n_1x3_lf_shard1_replica3",           
"base_url":"http://127.0.0.1:39261";,           "node_name":"127.0.0.1:39261_",  
         "state":"down"},         "core_node3":{           
"core":"c8n_1x3_lf_shard1_replica2",           
"base_url":"http://127.0.0.1:35813";,           "node_name":"127.0.0.1:35813_",  
         "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_replica2","base_url":"http://127.0.0.1:35813","node_name":"127.0.0.1:35813_","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":{
          "state":"down",
          "base_url":"http://127.0.0.1:39603";,
          "core":"c8n_1x3_lf_shard1_replica1",
          "node_name":"127.0.0.1:39603_"},
        "core_node2":{
          "core":"c8n_1x3_lf_shard1_replica3",
          "base_url":"http://127.0.0.1:39261";,
          "node_name":"127.0.0.1:39261_",
          "state":"down"},
        "core_node3":{
          "core":"c8n_1x3_lf_shard1_replica2",
          "base_url":"http://127.0.0.1:35813";,
          "node_name":"127.0.0.1:35813_",
          "state":"active",
          "leader":"true"}}}},
  "router":{"name":"compositeId"},
  "maxShardsPerNode":"1",
  "autoAddReplicas":"false"}
        at 
__randomizedtesting.SeedInfo.seed([7AC8803E70337691:F29CBFE4DECF1B69]: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 
java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
        at 
java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
        at 
java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
        at java.base/java.lang.reflect.Method.invoke(Method.java:564)
        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:368)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:817)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:468)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:916)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:802)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:852)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:863)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
        at 
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
        at 
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
        at 
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
        at 
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
        at 
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
        at 
org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
        at java.base/java.lang.Thread.run(Thread.java:844)


FAILED:  
org.apache.solr.schema.TestUseDocValuesAsStored.testMultipleSearchResults

Error Message:
mismatch: 'myid1'!='myid' @ response/docs/[0]/id

Stack Trace:
java.lang.RuntimeException: mismatch: 'myid1'!='myid' @ response/docs/[0]/id
        at 
__randomizedtesting.SeedInfo.seed([7AC8803E70337691:48E287A088CD5248]:0)
        at org.apache.solr.SolrTestCaseJ4.assertJQ(SolrTestCaseJ4.java:983)
        at org.apache.solr.SolrTestCaseJ4.assertJQ(SolrTestCaseJ4.java:930)
        at 
org.apache.solr.schema.TestUseDocValuesAsStored.testMultipleSearchResults(TestUseDocValuesAsStored.java:243)
        at 
java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
        at 
java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
        at 
java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
        at java.base/java.lang.reflect.Method.invoke(Method.java:564)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1713)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:907)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:943)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:957)
        at 
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
        at 
org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
        at 
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
        at 
org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
        at 
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
        at 
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:817)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:468)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:916)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:802)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:852)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:863)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
        at 
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
        at 
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
        at 
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
        at 
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
        at 
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
        at 
org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
        at java.base/java.lang.Thread.run(Thread.java:844)




Build Log:
[...truncated 11183 lines...]
   [junit4] Suite: org.apache.solr.cloud.LeaderFailoverAfterPartitionTest
   [junit4]   2> Creating dataDir: 
/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.LeaderFailoverAfterPartitionTest_7AC8803E70337691-001/init-core-data-001
   [junit4]   2> 0    INFO  
(SUITE-LeaderFailoverAfterPartitionTest-seed#[7AC8803E70337691]-worker) [    ] 
o.a.s.SolrTestCaseJ4 Using PointFields
   [junit4]   2> 42   INFO  
(SUITE-LeaderFailoverAfterPartitionTest-seed#[7AC8803E70337691]-worker) [    ] 
o.e.j.u.log Logging initialized @1557ms
   [junit4]   2> 46   INFO  
(SUITE-LeaderFailoverAfterPartitionTest-seed#[7AC8803E70337691]-worker) [    ] 
o.a.s.SolrTestCaseJ4 Randomized ssl (false) and clientAuth (false) via: 
@org.apache.solr.SolrTestCaseJ4$SuppressSSL(bugUrl="https://issues.apache.org/jira/browse/SOLR-5776";)
   [junit4]   2> 51   INFO  
(SUITE-LeaderFailoverAfterPartitionTest-seed#[7AC8803E70337691]-worker) [    ] 
o.a.s.BaseDistributedSearchTestCase Setting hostContext system property: /
   [junit4]   2> 65   INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[7AC8803E70337691]) [    ] 
o.a.s.c.ZkTestServer STARTING ZK TEST SERVER
   [junit4]   2> 66   INFO  (Thread-0) [    ] o.a.s.c.ZkTestServer client 
port:0.0.0.0/0.0.0.0:0
   [junit4]   2> 67   INFO  (Thread-0) [    ] o.a.s.c.ZkTestServer Starting 
server
   [junit4]   2> 166  INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[7AC8803E70337691]) [    ] 
o.a.s.c.ZkTestServer start zk server on port:41341
   [junit4]   2> 243  WARN  (NIOServerCxn.Factory:0.0.0.0/0.0.0.0:0) [    ] 
o.a.z.s.NIOServerCnxn Exception causing close of session 0x0 due to 
java.io.IOException: ZooKeeperServer not running
   [junit4]   2> 279  ERROR (Thread-0) [    ] o.a.z.s.ZooKeeperServer 
ZKShutdownHandler is not registered, so ZooKeeper server won't take any action 
on ERROR or SHUTDOWN server state changes
   [junit4]   2> 2229 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 0x15cb01988a20000, likely client has closed socket
   [junit4]   2>        at 
org.apache.zookeeper.server.NIOServerCnxn.doIO(NIOServerCnxn.java:239)
   [junit4]   2>        at 
org.apache.zookeeper.server.NIOServerCnxnFactory.run(NIOServerCnxnFactory.java:203)
   [junit4]   2>        at java.base/java.lang.Thread.run(Thread.java:844)
   [junit4]   2> 2264 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[7AC8803E70337691]) [    ] 
o.a.s.c.AbstractZkTestCase put 
/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/core/src/test-files/solr/collection1/conf/solrconfig-tlog.xml
 to /configs/conf1/solrconfig.xml
   [junit4]   2> 2276 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[7AC8803E70337691]) [    ] 
o.a.s.c.AbstractZkTestCase put 
/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/core/src/test-files/solr/collection1/conf/schema.xml
 to /configs/conf1/schema.xml
   [junit4]   2> 2279 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[7AC8803E70337691]) [    ] 
o.a.s.c.AbstractZkTestCase put 
/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/core/src/test-files/solr/collection1/conf/solrconfig.snippet.randomindexconfig.xml
 to /configs/conf1/solrconfig.snippet.randomindexconfig.xml
   [junit4]   2> 2282 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[7AC8803E70337691]) [    ] 
o.a.s.c.AbstractZkTestCase put 
/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/core/src/test-files/solr/collection1/conf/stopwords.txt
 to /configs/conf1/stopwords.txt
   [junit4]   2> 2285 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[7AC8803E70337691]) [    ] 
o.a.s.c.AbstractZkTestCase put 
/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/core/src/test-files/solr/collection1/conf/protwords.txt
 to /configs/conf1/protwords.txt
   [junit4]   2> 2287 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[7AC8803E70337691]) [    ] 
o.a.s.c.AbstractZkTestCase put 
/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/core/src/test-files/solr/collection1/conf/currency.xml
 to /configs/conf1/currency.xml
   [junit4]   2> 2290 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[7AC8803E70337691]) [    ] 
o.a.s.c.AbstractZkTestCase put 
/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/core/src/test-files/solr/collection1/conf/enumsConfig.xml
 to /configs/conf1/enumsConfig.xml
   [junit4]   2> 2292 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[7AC8803E70337691]) [    ] 
o.a.s.c.AbstractZkTestCase put 
/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/core/src/test-files/solr/collection1/conf/open-exchange-rates.json
 to /configs/conf1/open-exchange-rates.json
   [junit4]   2> 2295 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[7AC8803E70337691]) [    ] 
o.a.s.c.AbstractZkTestCase put 
/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/core/src/test-files/solr/collection1/conf/mapping-ISOLatin1Accent.txt
 to /configs/conf1/mapping-ISOLatin1Accent.txt
   [junit4]   2> 2297 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[7AC8803E70337691]) [    ] 
o.a.s.c.AbstractZkTestCase put 
/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/core/src/test-files/solr/collection1/conf/old_synonyms.txt
 to /configs/conf1/old_synonyms.txt
   [junit4]   2> 2300 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[7AC8803E70337691]) [    ] 
o.a.s.c.AbstractZkTestCase put 
/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/core/src/test-files/solr/collection1/conf/synonyms.txt
 to /configs/conf1/synonyms.txt
   [junit4]   2> 2428 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[7AC8803E70337691]) [    ] 
o.a.s.SolrTestCaseJ4 Writing core.properties file to 
/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.LeaderFailoverAfterPartitionTest_7AC8803E70337691-001/control-001/cores/collection1
   [junit4]   2> 2519 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[7AC8803E70337691]) [    ] 
o.e.j.s.Server jetty-9.3.14.v20161028
   [junit4]   2> 2537 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[7AC8803E70337691]) [    ] 
o.e.j.s.h.ContextHandler Started 
o.e.j.s.ServletContextHandler@35e37{/,null,AVAILABLE}
   [junit4]   2> 2542 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[7AC8803E70337691]) [    ] 
o.e.j.s.AbstractConnector Started 
ServerConnector@820a23{HTTP/1.1,[http/1.1]}{127.0.0.1:42531}
   [junit4]   2> 2542 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[7AC8803E70337691]) [    ] 
o.e.j.s.Server Started @4061ms
   [junit4]   2> 2542 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[7AC8803E70337691]) [    ] 
o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/, 
solr.data.dir=/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.LeaderFailoverAfterPartitionTest_7AC8803E70337691-001/tempDir-001/control/data,
 hostPort=39603, 
coreRootDirectory=/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.LeaderFailoverAfterPartitionTest_7AC8803E70337691-001/control-001/cores}
   [junit4]   2> 2560 ERROR 
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[7AC8803E70337691]) [    ] 
o.a.s.s.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be 
missing or incomplete.
   [junit4]   2> 2562 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[7AC8803E70337691]) [    ] 
o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 
6.7.0
   [junit4]   2> 2567 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[7AC8803E70337691]) [    ] 
o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 2567 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[7AC8803E70337691]) [    ] 
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 2577 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[7AC8803E70337691]) [    ] 
o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 
2017-06-16T08:51:24.838292Z
   [junit4]   2> 2613 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[7AC8803E70337691]) [    ] 
o.a.s.c.SolrResourceLoader solr home defaulted to 'solr/' (could not find 
system property or JNDI)
   [junit4]   2> 2626 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[7AC8803E70337691]) [    ] 
o.a.s.s.SolrDispatchFilter Loading solr.xml from SolrHome (not found in 
ZooKeeper)
   [junit4]   2> 2627 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[7AC8803E70337691]) [    ] 
o.a.s.c.SolrXmlConfig Loading container configuration from 
/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.LeaderFailoverAfterPartitionTest_7AC8803E70337691-001/control-001/solr.xml
   [junit4]   2> 2997 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[7AC8803E70337691]) [    ] 
o.a.s.u.UpdateShardHandler Creating UpdateShardHandler HTTP client with params: 
socketTimeout=340000&connTimeout=45000&retry=true
   [junit4]   2> 3030 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[7AC8803E70337691]) [    ] 
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:41341/solr
   [junit4]   2> 3133 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[7AC8803E70337691]) [    ] 
o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 3135 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[7AC8803E70337691]) [    ] 
o.a.s.c.OverseerElectionContext I am going to be the leader 127.0.0.1:39603_
   [junit4]   2> 3137 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[7AC8803E70337691]) [    ] 
o.a.s.c.Overseer Overseer (id=98146915608297476-127.0.0.1:39603_-n_0000000000) 
starting
   [junit4]   2> 3215 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[7AC8803E70337691]) [    ] 
o.a.s.c.ZkController Register node as live in 
ZooKeeper:/live_nodes/127.0.0.1:39603_
   [junit4]   2> 3218 INFO  
(OverseerStateUpdate-98146915608297476-127.0.0.1:39603_-n_0000000000) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 3877 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[7AC8803E70337691]) [    ] 
o.a.s.c.CorePropertiesLocator Found 1 core definitions underneath 
/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.LeaderFailoverAfterPartitionTest_7AC8803E70337691-001/control-001/cores
   [junit4]   2> 3878 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[7AC8803E70337691]) [    ] 
o.a.s.c.CorePropertiesLocator Cores are: [collection1]
   [junit4]   2> 3891 INFO  (coreLoadExecutor-8-thread-1) [    ] 
o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 4 
transient cores
   [junit4]   2> 3916 INFO  
(OverseerStateUpdate-98146915608297476-127.0.0.1:39603_-n_0000000000) [    ] 
o.a.s.c.o.ReplicaMutator Assigning new node to shard shard=shard1
   [junit4]   2> 5072 WARN  (coreLoadExecutor-8-thread-1) [    ] o.a.s.c.Config 
Beginning with Solr 5.5, <mergePolicy> is deprecated, use <mergePolicyFactory> 
instead.
   [junit4]   2> 5074 INFO  (coreLoadExecutor-8-thread-1) [    ] 
o.a.s.c.SolrConfig Using Lucene MatchVersion: 6.7.0
   [junit4]   2> 5239 INFO  (coreLoadExecutor-8-thread-1) [    ] 
o.a.s.s.IndexSchema [collection1] Schema name=test
   [junit4]   2> 5538 WARN  (coreLoadExecutor-8-thread-1) [    ] 
o.a.s.c.SolrResourceLoader Solr loaded a deprecated plugin/analysis class 
[solr.WordDelimiterFilterFactory]. Please consult documentation how to replace 
it accordingly.
   [junit4]   2> 5608 WARN  (coreLoadExecutor-8-thread-1) [    ] 
o.a.s.c.SolrResourceLoader Solr loaded a deprecated plugin/analysis class 
[solr.GeoHashField]. Please consult documentation how to replace it accordingly.
   [junit4]   2> 5611 WARN  (coreLoadExecutor-8-thread-1) [    ] 
o.a.s.c.SolrResourceLoader Solr loaded a deprecated plugin/analysis class 
[solr.LatLonType]. Please consult documentation how to replace it accordingly.
   [junit4]   2> 5680 INFO  (coreLoadExecutor-8-thread-1) [    ] 
o.a.s.s.IndexSchema Loaded schema test/1.0 with uniqueid field id
   [junit4]   2> 5772 INFO  (coreLoadExecutor-8-thread-1) [    ] 
o.a.s.c.CoreContainer Creating SolrCore 'collection1' using configuration from 
collection control_collection, trusted=true
   [junit4]   2> 5797 INFO  (coreLoadExecutor-8-thread-1) [    ] 
o.a.s.c.SolrCore solr.RecoveryStrategy.Builder
   [junit4]   2> 5802 INFO  (coreLoadExecutor-8-thread-1) [    ] 
o.a.s.c.SolrCore [[collection1] ] Opening new SolrCore at 
[/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.LeaderFailoverAfterPartitionTest_7AC8803E70337691-001/control-001/cores/collection1],
 
dataDir=[/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.LeaderFailoverAfterPartitionTest_7AC8803E70337691-001/control-001/cores/collection1/data/]
   [junit4]   2> 5807 INFO  (coreLoadExecutor-8-thread-1) [    ] 
o.a.s.c.JmxMonitoredMap JMX monitoring is enabled. Adding Solr mbeans to JMX 
Server: com.sun.jmx.mbeanserver.JmxMBeanServer@1ea1548
   [junit4]   2> 5845 INFO  (coreLoadExecutor-8-thread-1) [    ] 
o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class 
org.apache.lucene.index.LogDocMergePolicy: [LogDocMergePolicy: 
minMergeSize=1000, mergeFactor=42, maxMergeSize=9223372036854775807, 
maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=false, 
maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, 
noCFSRatio=0.0]
   [junit4]   2> 6053 WARN  (coreLoadExecutor-8-thread-1) [    ] 
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> 6522 INFO  (coreLoadExecutor-8-thread-1) [    ] 
o.a.s.u.UpdateHandler Using UpdateLog implementation: 
org.apache.solr.update.UpdateLog
   [junit4]   2> 6522 INFO  (coreLoadExecutor-8-thread-1) [    ] 
o.a.s.u.UpdateLog Initializing UpdateLog: dataDir= defaultSyncLevel=FLUSH 
numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 6529 INFO  (coreLoadExecutor-8-thread-1) [    ] 
o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 6529 INFO  (coreLoadExecutor-8-thread-1) [    ] 
o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 6532 INFO  (coreLoadExecutor-8-thread-1) [    ] 
o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class 
org.apache.lucene.index.AlcoholicMergePolicy: [AlcoholicMergePolicy: 
minMergeSize=0, mergeFactor=10, maxMergeSize=332634698, 
maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true, 
maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, 
noCFSRatio=0.1]
   [junit4]   2> 6543 INFO  (coreLoadExecutor-8-thread-1) [    ] 
o.a.s.s.SolrIndexSearcher Opening [Searcher@2d0fa9[collection1] main]
   [junit4]   2> 6554 INFO  (coreLoadExecutor-8-thread-1) [    ] 
o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: 
/configs/conf1
   [junit4]   2> 6563 INFO  (coreLoadExecutor-8-thread-1) [    ] 
o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using 
ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 6573 INFO  (coreLoadExecutor-8-thread-1) [    ] 
o.a.s.h.ReplicationHandler Commits will be reserved for  10000
   [junit4]   2> 6621 INFO  (searcherExecutor-9-thread-1) [    ] 
o.a.s.c.SolrCore [collection1] Registered new searcher 
Searcher@2d0fa9[collection1] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 6628 INFO  (coreLoadExecutor-8-thread-1) [    ] 
o.a.s.u.UpdateLog Could not find max version in index or recent updates, using 
new clock 1570350656544309248
   [junit4]   2> 6693 INFO  (coreZkRegister-1-thread-1) [    ] 
o.a.s.c.ShardLeaderElectionContext Enough replicas found to continue.
   [junit4]   2> 6693 INFO  (coreZkRegister-1-thread-1) [    ] 
o.a.s.c.ShardLeaderElectionContext I may be the new leader - try and sync
   [junit4]   2> 6693 INFO  (coreZkRegister-1-thread-1) [    ] 
o.a.s.c.SyncStrategy Sync replicas to http://127.0.0.1:39603/collection1/
   [junit4]   2> 6694 INFO  (coreZkRegister-1-thread-1) [    ] 
o.a.s.c.SyncStrategy Sync Success - now sync replicas to me
   [junit4]   2> 6694 INFO  (coreZkRegister-1-thread-1) [    ] 
o.a.s.c.SyncStrategy http://127.0.0.1:39603/collection1/ has no replicas
   [junit4]   2> 6694 INFO  (coreZkRegister-1-thread-1) [    ] 
o.a.s.c.ShardLeaderElectionContext Found all replicas participating in 
election, clear LIR
   [junit4]   2> 6722 INFO  (coreZkRegister-1-thread-1) [    ] 
o.a.s.c.ShardLeaderElectionContext I am the new leader: 
http://127.0.0.1:39603/collection1/ shard1
   [junit4]   2> 6833 INFO  (coreZkRegister-1-thread-1) [    ] 
o.a.s.c.ZkController I am the leader, no recovery necessary
   [junit4]   2> 7018 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[7AC8803E70337691]) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 7022 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[7AC8803E70337691]) [    ] 
o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:41341/solr ready
   [junit4]   2> 7023 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[7AC8803E70337691]) [    ] 
o.a.s.c.ChaosMonkey monkey: init - expire sessions:false cause connection 
loss:false
   [junit4]   2> 7023 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[7AC8803E70337691]) [    ] 
o.a.s.c.AbstractFullDistribZkTestBase Creating collection1 with stateFormat=2
   [junit4]   2> 7030 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 0x15cb01988a20006, likely client has closed socket
   [junit4]   2>        at 
org.apache.zookeeper.server.NIOServerCnxn.doIO(NIOServerCnxn.java:239)
   [junit4]   2>        at 
org.apache.zookeeper.server.NIOServerCnxnFactory.run(NIOServerCnxnFactory.java:203)
   [junit4]   2>        at java.base/java.lang.Thread.run(Thread.java:844)
   [junit4]   2> 7109 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[7AC8803E70337691]) [    ] 
o.a.s.SolrTestCaseJ4 Writing core.properties file to 
/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.LeaderFailoverAfterPartitionTest_7AC8803E70337691-001/shard-1-001/cores/collection1
   [junit4]   2> 7109 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[7AC8803E70337691]) [    ] 
o.a.s.c.AbstractFullDistribZkTestBase create jetty 1 in directory 
/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.LeaderFailoverAfterPartitionTest_7AC8803E70337691-001/shard-1-001
   [junit4]   2> 7110 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[7AC8803E70337691]) [    ] 
o.e.j.s.Server jetty-9.3.14.v20161028
   [junit4]   2> 7115 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[7AC8803E70337691]) [    ] 
o.e.j.s.h.ContextHandler Started 
o.e.j.s.ServletContextHandler@588440{/,null,AVAILABLE}
   [junit4]   2> 7115 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[7AC8803E70337691]) [    ] 
o.e.j.s.AbstractConnector Started 
ServerConnector@988749{HTTP/1.1,[http/1.1]}{127.0.0.1:46071}
   [junit4]   2> 7116 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[7AC8803E70337691]) [    ] 
o.e.j.s.Server Started @8634ms
   [junit4]   2> 7116 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[7AC8803E70337691]) [    ] 
o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/, 
solrconfig=solrconfig.xml, 
solr.data.dir=/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.LeaderFailoverAfterPartitionTest_7AC8803E70337691-001/tempDir-001/jetty1,
 hostPort=39261, 
coreRootDirectory=/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.LeaderFailoverAfterPartitionTest_7AC8803E70337691-001/shard-1-001/cores}
   [junit4]   2> 7116 ERROR 
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[7AC8803E70337691]) [    ] 
o.a.s.s.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be 
missing or incomplete.
   [junit4]   2> 7119 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[7AC8803E70337691]) [    ] 
o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 
6.7.0
   [junit4]   2> 7119 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[7AC8803E70337691]) [    ] 
o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 7121 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[7AC8803E70337691]) [    ] 
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 7121 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[7AC8803E70337691]) [    ] 
o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 
2017-06-16T08:51:29.391502Z
   [junit4]   2> 7132 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[7AC8803E70337691]) [    ] 
o.a.s.s.SolrDispatchFilter Loading solr.xml from SolrHome (not found in 
ZooKeeper)
   [junit4]   2> 7133 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[7AC8803E70337691]) [    ] 
o.a.s.c.SolrXmlConfig Loading container configuration from 
/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.LeaderFailoverAfterPartitionTest_7AC8803E70337691-001/shard-1-001/solr.xml
   [junit4]   2> 7143 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[7AC8803E70337691]) [    ] 
o.a.s.u.UpdateShardHandler Creating UpdateShardHandler HTTP client with params: 
socketTimeout=340000&connTimeout=45000&retry=true
   [junit4]   2> 7146 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[7AC8803E70337691]) [    ] 
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:41341/solr
   [junit4]   2> 7177 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[7AC8803E70337691]) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 7180 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[7AC8803E70337691]) [    ] 
o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 7182 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[7AC8803E70337691]) [    ] 
o.a.s.c.ZkController Register node as live in 
ZooKeeper:/live_nodes/127.0.0.1:39261_
   [junit4]   2> 7185 INFO  (zkCallback-7-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 7190 INFO  (zkCallback-11-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 7195 INFO  (zkCallback-17-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 7336 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[7AC8803E70337691]) [    ] 
o.a.s.c.CorePropertiesLocator Found 1 core definitions underneath 
/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.LeaderFailoverAfterPartitionTest_7AC8803E70337691-001/shard-1-001/cores
   [junit4]   2> 7337 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[7AC8803E70337691]) [    ] 
o.a.s.c.CorePropertiesLocator Cores are: [collection1]
   [junit4]   2> 7370 INFO  (coreLoadExecutor-19-thread-1) [    ] 
o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 4 
transient cores
   [junit4]   2> 7372 INFO  
(OverseerStateUpdate-98146915608297476-127.0.0.1:39603_-n_0000000000) [    ] 
o.a.s.c.o.ReplicaMutator Assigning new node to shard shard=shard2
   [junit4]   2> 7479 INFO  (zkCallback-17-thread-1) [    ] 
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> 8411 WARN  (coreLoadExecutor-19-thread-1) [    ] 
o.a.s.c.Config Beginning with Solr 5.5, <mergePolicy> is deprecated, use 
<mergePolicyFactory> instead.
   [junit4]   2> 8412 INFO  (coreLoadExecutor-19-thread-1) [    ] 
o.a.s.c.SolrConfig Using Lucene MatchVersion: 6.7.0
   [junit4]   2> 8476 INFO  (coreLoadExecutor-19-thread-1) [    ] 
o.a.s.s.IndexSchema [collection1] Schema name=test
   [junit4]   2> 8627 INFO  (coreLoadExecutor-19-thread-1) [    ] 
o.a.s.s.IndexSchema Loaded schema test/1.0 with uniqueid field id
   [junit4]   2> 8675 INFO  (coreLoadExecutor-19-thread-1) [    ] 
o.a.s.c.CoreContainer Creating SolrCore 'collection1' using configuration from 
collection collection1, trusted=true
   [junit4]   2> 8676 INFO  (coreLoadExecutor-19-thread-1) [    ] 
o.a.s.c.SolrCore solr.RecoveryStrategy.Builder
   [junit4]   2> 8676 INFO  (coreLoadExecutor-19-thread-1) [    ] 
o.a.s.c.SolrCore [[collection1] ] Opening new SolrCore at 
[/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.LeaderFailoverAfterPartitionTest_7AC8803E70337691-001/shard-1-001/cores/collection1],
 
dataDir=[/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.LeaderFailoverAfterPartitionTest_7AC8803E70337691-001/shard-1-001/cores/collection1/data/]
   [junit4]   2> 8677 INFO  (coreLoadExecutor-19-thread-1) [    ] 
o.a.s.c.JmxMonitoredMap JMX monitoring is enabled. Adding Solr mbeans to JMX 
Server: com.sun.jmx.mbeanserver.JmxMBeanServer@1ea1548
   [junit4]   2> 8679 INFO  (coreLoadExecutor-19-thread-1) [    ] 
o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class 
org.apache.lucene.index.LogDocMergePolicy: [LogDocMergePolicy: 
minMergeSize=1000, mergeFactor=42, maxMergeSize=9223372036854775807, 
maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=false, 
maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, 
noCFSRatio=0.0]
   [junit4]   2> 8699 WARN  (coreLoadExecutor-19-thread-1) [    ] 
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> 8874 INFO  (coreLoadExecutor-19-thread-1) [    ] 
o.a.s.u.UpdateHandler Using UpdateLog implementation: 
org.apache.solr.update.UpdateLog
   [junit4]   2> 8874 INFO  (coreLoadExecutor-19-thread-1) [    ] 
o.a.s.u.UpdateLog Initializing UpdateLog: dataDir= defaultSyncLevel=FLUSH 
numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 8876 INFO  (coreLoadExecutor-19-thread-1) [    ] 
o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 8877 INFO  (coreLoadExecutor-19-thread-1) [    ] 
o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 8878 INFO  (coreLoadExecutor-19-thread-1) [    ] 
o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class 
org.apache.lucene.index.AlcoholicMergePolicy: [AlcoholicMergePolicy: 
minMergeSize=0, mergeFactor=10, maxMergeSize=332634698, 
maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true, 
maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, 
noCFSRatio=0.1]
   [junit4]   2> 8879 INFO  (coreLoadExecutor-19-thread-1) [    ] 
o.a.s.s.SolrIndexSearcher Opening [Searcher@1d8f989[collection1] main]
   [junit4]   2> 8883 INFO  (coreLoadExecutor-19-thread-1) [    ] 
o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: 
/configs/conf1
   [junit4]   2> 8884 INFO  (coreLoadExecutor-19-thread-1) [    ] 
o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using 
ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 8884 INFO  (coreLoadExecutor-19-thread-1) [    ] 
o.a.s.h.ReplicationHandler Commits will be reserved for  10000
   [junit4]   2> 8885 INFO  (coreLoadExecutor-19-thread-1) [    ] 
o.a.s.u.UpdateLog Could not find max version in index or recent updates, using 
new clock 1570350658910945280
   [junit4]   2> 8911 INFO  (searcherExecutor-20-thread-1) [    ] 
o.a.s.c.SolrCore [collection1] Registered new searcher 
Searcher@1d8f989[collection1] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 8921 INFO  (coreZkRegister-14-thread-1) [    ] 
o.a.s.c.ShardLeaderElectionContext Enough replicas found to continue.
   [junit4]   2> 8923 INFO  (coreZkRegister-14-thread-1) [    ] 
o.a.s.c.ShardLeaderElectionContext I may be the new leader - try and sync
   [junit4]   2> 8923 INFO  (coreZkRegister-14-thread-1) [    ] 
o.a.s.c.SyncStrategy Sync replicas to http://127.0.0.1:39261/collection1/
   [junit4]   2> 8923 INFO  (coreZkRegister-14-thread-1) [    ] 
o.a.s.c.SyncStrategy Sync Success - now sync replicas to me
   [junit4]   2> 8923 INFO  (coreZkRegister-14-thread-1) [    ] 
o.a.s.c.SyncStrategy http://127.0.0.1:39261/collection1/ has no replicas
   [junit4]   2> 8928 INFO  (coreZkRegister-14-thread-1) [    ] 
o.a.s.c.ShardLeaderElectionContext Found all replicas participating in 
election, clear LIR
   [junit4]   2> 8939 INFO  (coreZkRegister-14-thread-1) [    ] 
o.a.s.c.ShardLeaderElectionContext I am the new leader: 
http://127.0.0.1:39261/collection1/ shard2
   [junit4]   2> 9042 INFO  (zkCallback-17-thread-1) [    ] 
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> 9092 INFO  (coreZkRegister-14-thread-1) [    ] 
o.a.s.c.ZkController I am the leader, no recovery necessary
   [junit4]   2> 9203 INFO  (zkCallback-17-thread-1) [    ] 
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> 9476 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[7AC8803E70337691]) [    ] 
o.a.s.SolrTestCaseJ4 Writing core.properties file to 
/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.LeaderFailoverAfterPartitionTest_7AC8803E70337691-001/shard-2-001/cores/collection1
   [junit4]   2> 9479 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[7AC8803E70337691]) [    ] 
o.a.s.c.AbstractFullDistribZkTestBase create jetty 2 in directory 
/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.LeaderFailoverAfterPartitionTest_7AC8803E70337691-001/shard-2-001
   [junit4]   2> 9479 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[7AC8803E70337691]) [    ] 
o.e.j.s.Server jetty-9.3.14.v20161028
   [junit4]   2> 9481 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[7AC8803E70337691]) [    ] 
o.e.j.s.h.ContextHandler Started 
o.e.j.s.ServletContextHandler@406e4e{/,null,AVAILABLE}
   [junit4]   2> 9482 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[7AC8803E70337691]) [    ] 
o.e.j.s.AbstractConnector Started 
ServerConnector@116dd3a{HTTP/1.1,[http/1.1]}{127.0.0.1:42923}
   [junit4]   2> 9482 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[7AC8803E70337691]) [    ] 
o.e.j.s.Server Started @11000ms
   [junit4]   2> 9482 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[7AC8803E70337691]) [    ] 
o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/, 
solrconfig=solrconfig.xml, 
solr.data.dir=/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.LeaderFailoverAfterPartitionTest_7AC8803E70337691-001/tempDir-001/jetty2,
 hostPort=35813, 
coreRootDirectory=/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.LeaderFailoverAfterPartitionTest_7AC8803E70337691-001/shard-2-001/cores}
   [junit4]   2> 9483 ERROR 
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[7AC8803E70337691]) [    ] 
o.a.s.s.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be 
missing or incomplete.
   [junit4]   2> 9483 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[7AC8803E70337691]) [    ] 
o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 
6.7.0
   [junit4]   2> 9483 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[7AC8803E70337691]) [    ] 
o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 9483 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[7AC8803E70337691]) [    ] 
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 9483 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[7AC8803E70337691]) [    ] 
o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 
2017-06-16T08:51:31.753854Z
   [junit4]   2> 9508 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[7AC8803E70337691]) [    ] 
o.a.s.s.SolrDispatchFilter Loading solr.xml from SolrHome (not found in 
ZooKeeper)
   [junit4]   2> 9508 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[7AC8803E70337691]) [    ] 
o.a.s.c.SolrXmlConfig Loading container configuration from 
/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.LeaderFailoverAfterPartitionTest_7AC8803E70337691-001/shard-2-001/solr.xml
   [junit4]   2> 9519 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[7AC8803E70337691]) [    ] 
o.a.s.u.UpdateShardHandler Creating UpdateShardHandler HTTP client with params: 
socketTimeout=340000&connTimeout=45000&retry=true
   [junit4]   2> 9520 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[7AC8803E70337691]) [    ] 
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:41341/solr
   [junit4]   2> 9547 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[7AC8803E70337691]) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (2)
   [junit4]   2> 9549 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[7AC8803E70337691]) [    ] 
o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 9554 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[7AC8803E70337691]) [    ] 
o.a.s.c.ZkController Register node as live in 
ZooKeeper:/live_nodes/127.0.0.1:35813_
   [junit4]   2> 9563 INFO  (zkCallback-17-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 9563 INFO  (zkCallback-11-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 9563 INFO  (zkCallback-7-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 9564 INFO  (zkCallback-23-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 9724 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[7AC8803E70337691]) [    ] 
o.a.s.c.CorePropertiesLocator Found 1 core definitions underneath 
/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.LeaderFailoverAfterPartitionTest_7AC8803E70337691-001/shard-2-001/cores
   [junit4]   2> 9724 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[7AC8803E70337691]) [    ] 
o.a.s.c.CorePropertiesLocator Cores are: [collection1]
   [junit4]   2> 9728 INFO  (coreLoadExecutor-30-thread-1) [    ] 
o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 4 
transient cores
   [junit4]   2> 9730 INFO  
(OverseerStateUpdate-98146915608297476-127.0.0.1:39603_-n_0000000000) [    ] 
o.a.s.c.o.ReplicaMutator Assigning new node to shard shard=shard1
   [junit4]   2> 9833 INFO  (zkCallback-17-thread-1) [    ] 
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> 9833 INFO  (zkCallback-23-thread-1) [    ] 
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> 10759 WARN  (coreLoadExecutor-30-thread-1) [    ] 
o.a.s.c.Config Beginning with Solr 5.5, <mergePolicy> is deprecated, use 
<mergePolicyFactory> instead.
   [junit4]   2> 10760 INFO  (coreLoadExecutor-30-thread-1) [    ] 
o.a.s.c.SolrConfig Using Lucene MatchVersion: 6.7.0
   [junit4]   2> 10804 INFO  (coreLoadExecutor-30-thread-1) [    ] 
o.a.s.s.IndexSchema [collection1] Schema name=test
   [junit4]   2> 10941 INFO  (coreLoadExecutor-30-thread-1) [    ] 
o.a.s.s.IndexSchema Loaded schema test/1.0 with uniqueid field id
   [junit4]   2> 10991 INFO  (coreLoadExecutor-30-thread-1) [    ] 
o.a.s.c.CoreContainer Creating SolrCore 'collection1' using configuration from 
collection collection1, trusted=true
   [junit4]   2> 10991 INFO  (coreLoadExecutor-30-thread-1) [    ] 
o.a.s.c.SolrCore solr.RecoveryStrategy.Builder
   [junit4]   2> 10991 INFO  (coreLoadExecutor-30-thread-1) [    ] 
o.a.s.c.SolrCore [[collection1] ] Opening new SolrCore at 
[/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.LeaderFailoverAfterPartitionTest_7AC8803E70337691-001/shard-2-001/cores/collection1],
 
dataDir=[/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.LeaderFailoverAfterPartitionTest_7AC8803E70337691-001/shard-2-001/cores/collection1/data/]
   [junit4]   2> 10991 INFO  (coreLoadExecutor-30-thread-1) [    ] 
o.a.s.c.JmxMonitoredMap JMX monitoring is enabled. Adding Solr mbeans to JMX 
Server: com.sun.jmx.mbeanserver.JmxMBeanServer@1ea1548
   [junit4]   2> 10993 INFO  (coreLoadExecutor-30-thread-1) [    ] 
o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class 
org.apache.lucene.index.LogDocMergePolicy: [LogDocMergePolicy: 
minMergeSize=1000, mergeFactor=42, maxMergeSize=9223372036854775807, 
maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=false, 
maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, 
noCFSRatio=0.0]
   [junit4]   2> 11013 WARN  (coreLoadExecutor-30-thread-1) [    ] 
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> 11119 INFO  (coreLoadExecutor-30-thread-1) [    ] 
o.a.s.u.UpdateHandler Using UpdateLog implementation: 
org.apache.solr.update.UpdateLog
   [junit4]   2> 11119 INFO  (coreLoadExecutor-30-thread-1) [    ] 
o.a.s.u.UpdateLog Initializing UpdateLog: dataDir= defaultSyncLevel=FLUSH 
numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 11120 INFO  (coreLoadExecutor-30-thread-1) [    ] 
o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 11120 INFO  (coreLoadExecutor-30-thread-1) [    ] 
o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 11127 INFO  (coreLoadExecutor-30-thread-1) [    ] 
o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class 
org.apache.lucene.index.AlcoholicMergePolicy: [AlcoholicMergePolicy: 
minMergeSize=0, mergeFactor=10, maxMergeSize=332634698, 
maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true, 
maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, 
noCFSRatio=0.1]
   [junit4]   2> 11128 INFO  (coreLoadExecutor-30-thread-1) [    ] 
o.a.s.s.SolrIndexSearcher Opening [Searcher@9397bb[collection1] main]
   [junit4]   2> 11130 INFO  (coreLoadExecutor-30-thread-1) [    ] 
o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: 
/configs/conf1
   [junit4]   2> 11130 INFO  (coreLoadExecutor-30-thread-1) [    ] 
o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using 
ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 11130 INFO  (coreLoadExecutor-30-thread-1) [    ] 
o.a.s.h.ReplicationHandler Commits will be reserved for  10000
   [junit4]   2> 11132 INFO  (coreLoadExecutor-30-thread-1) [    ] 
o.a.s.u.UpdateLog Could not find max version in index or recent updates, using 
new clock 1570350661267095552
   [junit4]   2> 11143 INFO  (searcherExecutor-31-thread-1) [    ] 
o.a.s.c.SolrCore [collection1] Registered new searcher 
Searcher@9397bb[collection1] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 11164 INFO  (coreZkRegister-25-thread-1) [    ] 
o.a.s.c.ShardLeaderElectionContext Enough replicas found to continue.
   [junit4]   2> 11165 INFO  (coreZkRegister-25-thread-1) [    ] 
o.a.s.c.ShardLeaderElectionContext I may be the new leader - try and sync
   [junit4]   2> 11165 INFO  (coreZkRegister-25-thread-1) [    ] 
o.a.s.c.SyncStrategy Sync replicas to http://127.0.0.1:35813/collection1/
   [junit4]   2> 11165 INFO  (coreZkRegister-25-thread-1) [    ] 
o.a.s.c.SyncStrategy Sync Success - now sync replicas to me
   [junit4]   2> 11166 INFO  (coreZkRegister-25-thread-1) [    ] 
o.a.s.c.SyncStrategy http://127.0.0.1:35813/collection1/ has no replicas
   [junit4]   2> 11166 INFO  (coreZkRegister-25-thread-1) [    ] 
o.a.s.c.ShardLeaderElectionContext Found all replicas participating in 
election, clear LIR
   [junit4]   2> 11168 INFO  (coreZkRegister-25-thread-1) [    ] 
o.a.s.c.ShardLeaderElectionContext I am the new leader: 
http://127.0.0.1:35813/collection1/ shard1
   [junit4]   2> 11275 INFO  (zkCallback-17-thread-1) [    ] 
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> 11275 INFO  (zkCallback-23-thread-1) [    ] 
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> 11319 INFO  (coreZkRegister-25-thread-1) [    ] 
o.a.s.c.ZkController I am the leader, no recovery necessary
   [junit4]   2> 11323 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[7AC8803E70337691]) [    ] 
o.a.s.SolrTestCaseJ4 Writing core.properties file to 
/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.LeaderFailoverAfterPartitionTest_7AC8803E70337691-001/shard-3-001/cores/collection1
   [junit4]   2> 11323 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[7AC8803E70337691]) [    ] 
o.a.s.c.AbstractFullDistribZkTestBase create jetty 3 in directory 
/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.LeaderFailoverAfterPartitionTest_7AC8803E70337691-001/shard-3-001
   [junit4]   2> 11324 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[7AC8803E70337691]) [    ] 
o.e.j.s.Server jetty-9.3.14.v20161028
   [junit4]   2> 11343 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[7AC8803E70337691]) [    ] 
o.e.j.s.h.ContextHandler Started 
o.e.j.s.ServletContextHandler@e5eb27{/,null,AVAILABLE}
   [junit4]   2> 11343 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[7AC8803E70337691]) [    ] 
o.e.j.s.AbstractConnector Started 
ServerConnector@1d6bdda{HTTP/1.1,[http/1.1]}{127.0.0.1:44755}
   [junit4]   2> 11343 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[7AC8803E70337691]) [    ] 
o.e.j.s.Server Started @12862ms
   [junit4]   2> 11344 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[7AC8803E70337691]) [    ] 
o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/, 
solrconfig=solrconfig.xml, 
solr.data.dir=/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.LeaderFailoverAfterPartitionTest_7AC8803E70337691-001/tempDir-001/jetty3,
 hostPort=46879, 
coreRootDirectory=/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.LeaderFailoverAfterPartitionTest_7AC8803E70337691-001/shard-3-001/cores}
   [junit4]   2> 11344 ERROR 
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[7AC8803E70337691]) [    ] 
o.a.s.s.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be 
missing or incomplete.
   [junit4]   2> 11344 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[7AC8803E70337691]) [    ] 
o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 
6.7.0
   [junit4]   2> 11344 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[7AC8803E70337691]) [    ] 
o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 11344 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[7AC8803E70337691]) [    ] 
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 11345 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[7AC8803E70337691]) [    ] 
o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 
2017-06-16T08:51:33.614997Z
   [junit4]   2> 11351 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 0x15cb01988a2000d, likely client has closed socket
   [junit4]   2>        at 
org.apache.zookeeper.server.NIOServerCnxn.doIO(NIOServerCnxn.java:239)
   [junit4]   2>        at 
org.apache.zookeeper.server.NIOServerCnxnFactory.run(NIOServerCnxnFactory.java:203)
   [junit4]   2>        at java.base/java.lang.Thread.run(Thread.java:844)
   [junit4]   2> 11351 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[7AC8803E70337691]) [    ] 
o.a.s.s.SolrDispatchFilter Loading solr.xml from SolrHome (not found in 
ZooKeeper)
   [junit4]   2> 11351 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[7AC8803E70337691]) [    ] 
o.a.s.c.SolrXmlConfig Loading container configuration from 
/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.LeaderFailoverAfterPartitionTest_7AC8803E70337691-001/shard-3-001/solr.xml
   [junit4]   2> 11358 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[7AC8803E70337691]) [    ] 
o.a.s.u.UpdateShardHandler Creating UpdateShardHandler HTTP client with params: 
socketTimeout=340000&connTimeout=45000&retry=true
   [junit4]   2> 11363 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[7AC8803E70337691]) [    ] 
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:41341/solr
   [junit4]   2> 11375 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[7AC8803E70337691]) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (3)
   [junit4]   2> 11376 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[7AC8803E70337691]) [    ] 
o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 11378 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[7AC8803E70337691]) [    ] 
o.a.s.c.ZkController Register node as live in 
ZooKeeper:/live_nodes/127.0.0.1:46879_
   [junit4]   2> 11379 INFO  (zkCallback-7-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 11379 INFO  (zkCallback-17-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 11379 INFO  (zkCallback-29-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 11383 INFO  (zkCallback-11-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 11383 INFO  (zkCallback-23-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 11428 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[7AC8803E70337691]) [    ] 
o.a.s.c.CorePropertiesLocator Found 1 core definitions underneath 
/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.LeaderFailoverAfterPartitionTest_7AC8803E70337691-001/shard-3-001/cores
   [junit4]   2> 11429 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[7AC8803E70337691]) [    ] 
o.a.s.c.CorePropertiesLocator Cores are: [collection1]
   [junit4]   2> 11436 INFO  (coreLoadExecutor-41-thread-1) [    ] 
o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 4 
transient cores
   [junit4]   2> 11440 INFO  
(OverseerStateUpdate-98146915608297476-127.0.0.1:39603_-n_0000000000) [    ] 
o.a.s.c.o.ReplicaMutator Assigning new node to shard shard=shard2
   [junit4]   2> 11550 INFO  (zkCallback-23-thread-1) [    ] 
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> 11550 INFO  (zkCallback-29-thread-1) [    ] 
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> 11550 INFO  (zkCallback-17-thread-1) [    ] 
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> 12466 WARN  (coreLoadExecutor-41-thread-1) [    ] 
o.a.s.c.Config Beginning with Solr 5.5, <mergePolicy> is deprecated, use 
<mergePolicyFactory> instead.
   [junit4]   2> 12469 INFO  (coreLoadExecutor-41-thread-1) [    ] 
o.a.s.c.SolrConfig Using Lucene MatchVersion: 6.7.0
   [junit4]   2> 12507 INFO  (coreLoadExecutor-41-thread-1) [    ] 
o.a.s.s.IndexSchema [collection1] Schema name=test
   [junit4]   2> 12624 INFO  (coreLoadExecutor-41-thread-1) [    ] 
o.a.s.s.IndexSchema Loaded schema test/1.0 with uniqueid field id
   [junit4]   2> 12664 INFO  (coreLoadExecutor-41-thread-1) [    ] 
o.a.s.c.CoreContainer Creating SolrCore 'collection1' using configuration from 
collection collection1, trusted=true
   [junit4]   2> 12665 INFO  (coreLoadExecutor-41-thread-1) [    ] 
o.a.s.c.SolrCore solr.RecoveryStrategy.Builder
   [junit4]   2> 12665 INFO  (coreLoadExecutor-41-thread-1) [    ] 
o.a.s.c.SolrCore [[collection1] ] Opening new SolrCore at 
[/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.LeaderFailoverAfterPartitionTest_7AC8803E70337691-001/shard-3-001/cores/collection1],
 
dataDir=[/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.LeaderFailoverAfterPartitionTest_7AC8803E70337691-001/shard-3-001/cores/collection1/data/]
   [junit4]   2> 12665 INFO  (coreLoadExecutor-41-thread-1) [    ] 
o.a.s.c.JmxMonitoredMap JMX monitoring is enabled. Adding Solr mbeans to JMX 
Server: com.sun.jmx.mbeanserver.JmxMBeanServer@1ea1548
   [junit4]   2> 12684 INFO  (coreLoadExecutor-41-thread-1) [    ] 
o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class 
org.apache.lucene.index.LogDocMergePolicy: [LogDocMergePolicy: 
minMergeSize=1000, mergeFactor=42, maxMergeSize=9223372036854775807, 
maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=false, 
maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, 
noCFSRatio=0.0]
   [junit4]   2> 12696 WARN  (coreLoadExecutor-41-thread-1) [    ] 
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> 12770 INFO  (coreLoadExecutor-41-thread-1) [    ] 
o.a.s.u.UpdateHandler Using UpdateLog implementation: 
org.apache.solr.update.UpdateLog
   [junit4]   2> 12770 INFO  (coreLoadExecutor-41-thread-1) [    ] 
o.a.s.u.UpdateLog Initializing UpdateLog: dataDir= defaultSyncLevel=FLUSH 
numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 12771 INFO  (coreLoadExecutor-41-thread-1) [    ] 
o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 12771 INFO  (coreLoadExecutor-41-thread-1) [    ] 
o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 12772 INFO  (coreLoadExecutor-41-thread-1) [    ] 
o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class 
org.apache.lucene.index.AlcoholicMergePolicy: [AlcoholicMergePolicy: 
minMergeSize=0, mergeFactor=10, maxMergeSize=332634698, 
maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true, 
maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, 
noCFSRatio=0.1]
   [junit4]   2> 12773 INFO  (coreLoadExecutor-41-thread-1) [    ] 
o.a.s.s.SolrIndexSearcher Opening [Searcher@1405ab[collection1] main]
   [junit4]   2> 12804 INFO  (coreLoadExecutor-41-thread-1) [    ] 
o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: 
/configs/conf1
   [junit4]   2> 12806 INFO  (coreLoadExecutor-41-thread-1) [    ] 
o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using 
ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 12806 INFO  (coreLoadExecutor-41-thread-1) [    ] 
o.a.s.h.ReplicationHandler Commits will be reserved for  10000
   [junit4]   2> 12812 INFO  (searcherExecutor-42-thread-1) [    ] 
o.a.s.c.SolrCore [collection1] Registered new searcher 
Searcher@1405ab[collection1] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 12812 INFO  (coreLoadExecutor-41-thread-1) [    ] 
o.a.s.u.UpdateLog Could not find max version in index or recent updates, using 
new clock 1570350663028703232
   [junit4]   2> 12852 INFO  (coreZkRegister-36-thread-1) [    ] 
o.a.s.c.ZkController Core needs to recover:collection1
   [junit4]   2> 12868 INFO  (updateExecutor-26-thread-1) [    ] 
o.a.s.u.DefaultSolrCoreState Running recovery
   [junit4]   2> 12870 INFO  (recoveryExecutor-27-thread-1) [    ] 
o.a.s.c.RecoveryStrategy Starting recovery process. recoveringAfterStartup=true
   [junit4]   2> 12871 INFO  (recoveryExecutor-27-thread-1) [    ] 
o.a.s.c.RecoveryStrategy ###### startupVersions=[[]]
   [junit4]   2> 12871 INFO  (recoveryExecutor-27-thread-1) [    ] 
o.a.s.c.RecoveryStrategy Begin buffering updates. core=[collection1]
   [junit4]   2> 12871 INFO  (recoveryExecutor-27-thread-1) [    ] 
o.a.s.u.UpdateLog Starting to buffer updates. FSUpdateLog{state=ACTIVE, 
tlog=null}
   [junit4]   2> 12871 INFO  (recoveryExecutor-27-thread-1) [    ] 
o.a.s.c.RecoveryStrategy Publishing state of core [collection1] as recovering, 
leader is [http://127.0.0.1:39261/collection1/] and I am 
[http://127.0.0.1:46879/collection1/]
   [junit4]   2> 12891 INFO  (recoveryExecutor-27-thread-1) [    ] 
o.a.s.c.RecoveryStrategy Sending prep recovery command to 
[http://127.0.0.1:39261]; [WaitForState: 
action=PREPRECOVERY&core=collection1&nodeName=127.0.0.1:46879_&coreNodeName=core_node3&state=recovering&checkLive=true&onlyIfLeader=true&onlyIfLeaderActive=true]
   [junit4]   2> 12939 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[7AC8803E70337691]) [    ] 
o.a.s.SolrTestCaseJ4 ###Starting test
   [junit4]   2> 12939 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[7AC8803E70337691]) [    ] 
o.a.s.c.AbstractFullDistribZkTestBase Wait for recoveries to finish - wait 
30000 for each attempt
   [junit4]   2> 12939 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[7AC8803E70337691]) [    ] 
o.a.s.c.AbstractDistribZkTestBase Wait for recoveries to finish - collection: 
collection1 failOnTimeout:true timeout (sec):30000
   [junit4]   2> 12962 INFO  (SocketProxy-Acceptor-39261) [    ] 
o.a.s.c.SocketProxy accepted 
Socket[addr=/127.0.0.1,port=37122,localport=39261], receiveBufferSize:531000
   [junit4]   2> 12966 INFO  (SocketProxy-Acceptor-39261) [    ] 
o.a.s.c.SocketProxy proxy connection 
Socket[addr=/127.0.0.1,port=46071,localport=41178], receiveBufferSize=530904
   [junit4]   2> 12985 INFO  (zkCallback-23-thread-1) [    ] 
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> 12985 INFO  (zkCallback-29-thread-1) [    ] 
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> 12985 INFO  (zkCallback-17-thread-1) [    ] 
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> 13040 INFO  (qtp16320959-71) [    ] o.a.s.h.a.PrepRecoveryOp 
Going to wait for coreNodeName: core_node3, state: recovering, checkLive: true, 
onlyIfLeader: true, onlyIfLeaderActive: true
   [junit4]   2> 13041 INFO  (qtp16320959-71) [    ] o.a.s.h.a.PrepRecoveryOp 
Will wait a max of 183 seconds to see collection1 (shard2 of collection1) have 
state: recovering
   [junit4]   2> 13041 INFO  (qtp16320959-71) [    ] 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:46879_, coreNodeName=core_node3, 
onlyIfActiveCheckResult=false, nodeProps: 
core_node3:{"core":"collection1","base_url":"http://127.0.0.1:46879","node_name":"127.0.0.1:46879_","state":"recovering"}
   [junit4]   2> 13042 INFO  (qtp16320959-71) [    ] o.a.s.h.a.PrepRecoveryOp 
Waited coreNodeName: core_node3, state: recovering, checkLive: true, 
onlyIfLeader: true for: 0 seconds.
   [junit4]   2> 13042 INFO  (qtp16320959-71) [    ] o.a.s.s.HttpSolrCall 
[admin] webapp=null path=/admin/cores 
params={nodeName=127.0.0.1:46879_&onlyIfLeaderActive=true&core=collection1&coreNodeName=core_node3&action=PREPRECOVERY&checkLive=true&state=recovering&onlyIfLeader=true&wt=javabin&version=2}
 status=0 QTime=4
   [junit4]   2> 13563 INFO  (recoveryExecutor-27-thread-1) [    ] 
o.a.s.c.RecoveryStrategy Attempting to PeerSync from 
[http://127.0.0.1:39261/collection1/] - recoveringAfterStartup=[true]
   [junit4]   2> 13565 INFO  (recoveryExecutor-27-thread-1) [    ] 
o.a.s.u.PeerSync PeerSync: core=collection1 url=http://127.0.0.1:46879 START 
replicas=[http://127.0.0.1:39261/collection1/] nUpdates=100
   [junit4]   2> 13569 INFO  (SocketProxy-Acceptor-39261) [    ] 
o.a.s.c.SocketProxy accepted 
Socket[addr=/127.0.0.1,port=37128,localport=39261], receiveBufferSize:531000
   [junit4]   2> 13569 INFO  (SocketProxy-Acceptor-39261) [    ] 
o.a.s.c.SocketProxy proxy connection 
Socket[addr=/127.0.0.1,port=46071,localport=41184], receiveBufferSize=530904
   [junit4]   2> 13575 INFO  (qtp16320959-71) [    ] o.a.s.u.IndexFingerprint 
IndexFingerprint millis:1.0 result:{maxVersionSpecified=9223372036854775807, 
maxVersionEncountered=0, maxInHash=0, versionsHash=0, numVersions=0, numDocs=0, 
maxDoc=0}
   [junit4]   2> 13575 INFO  (qtp16320959-71) [    ] o.a.s.c.S.Request 
[collection1]  webapp= path=/get 
params={distrib=false&qt=/get&getFingerprint=9223372036854775807&wt=javabin&version=2}
 status=0 QTime=4
   [junit4]   2> 13577 INFO  (recoveryExecutor-27-thread-1) [    ] 
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> 13578 INFO  (recoveryExecutor-27-thread-1) [    ] 
o.a.s.u.PeerSync We are already in sync. No need to do a PeerSync 
   [junit4]   2> 13579 INFO  (recoveryExecutor-27-thread-1) [    ] 
o.a.s.u.DirectUpdateHandler2 start 
commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 13579 INFO  (recoveryExecutor-27-thread-1) [    ] 
o.a.s.u.DirectUpdateHandler2 No uncommitted changes. Skipping IW.commit.
   [junit4]   2> 13579 INFO  (recoveryExecutor-27-thread-1) [    ] 
o.a.s.u.DirectUpdateHandler2 end_commit_flush
   [junit4]   2> 13579 INFO  (recoveryExecutor-27-thread-1) [    ] 
o.a.s.c.RecoveryStrategy PeerSync stage of recovery was successful.
   [junit4]   2> 13579 INFO  (recoveryExecutor-27-thread-1) [    ] 
o.a.s.c.RecoveryStrategy Replaying updates buffered during PeerSync.
   [junit4]   2> 13579 INFO  (recoveryExecutor-27-thread-1) [    ] 
o.a.s.c.RecoveryStrategy No replay needed.
   [junit4]   2> 13579 INFO  (recoveryExecutor-27-thread-1) [    ] 
o.a.s.c.RecoveryStrategy Registering as Active after recovery.
   [junit4]   2> 13683 INFO  (zkCallback-23-thread-1) [    ] 
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> 13683 INFO  (zkCallback-17-thread-1) [    ] 
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> 13683 INFO  (zkCallback-29-thread-1) [    ] 
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> 13940 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[7AC8803E70337691]) [    ] 
o.a.s.c.AbstractDistribZkTestBase Recoveries finished - collection: collection1
   [junit4]   2> 13942 INFO  (SocketProxy-Acceptor-39603) [    ] 
o.a.s.c.SocketProxy accepted 
Socket[addr=/127.0.0.1,port=35218,localport=39603], receiveBufferSize:531000
   [junit4]   2> 13942 INFO  (SocketProxy-Acceptor-39603) [    ] 
o.a.s.c.SocketProxy proxy connection 
Socket[addr=/127.0.0.1,port=42531,localport=50144], receiveBufferSize=530904
   [junit4]   2> 13956 INFO  (qtp13837454-34) [    ] 
o.a.s.u.DirectUpdateHandler2 start 
commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 13956 INFO  (qtp13837454-34) [    ] 
o.a.s.u.DirectUpdateHandler2 No uncommitted changes. Skipping IW.commit.
   [junit4]   2> 13957 INFO  (qtp13837454-34) [    ] 
o.a.s.u.DirectUpdateHandler2 end_commit_flush
   [junit4]   2> 13958 INFO  (qtp13837454-34) [    ] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp= path=/update 
params={waitSearcher=true&commit=true&softCommit=false&wt=javabin&version=2}{commit=}
 0 10
   [junit4]   2> 13965 INFO  (SocketProxy-Acceptor-39261) [    ] 
o.a.s.c.SocketProxy accepted 
Socket[addr=/127.0.0.1,port=37140,localport=39261], receiveBufferSize:531000
   [junit4]   2> 13975 INFO  (SocketProxy-Acceptor-39261) [    ] 
o.a.s.c.SocketProxy proxy connection 
Socket[addr=/127.0.0.1,port=46071,localport=41196], receiveBufferSize=530904
   [junit4]   2> 13987 INFO  (SocketProxy-Acceptor-35813) [    ] 
o.a.s.c.SocketProxy accepted 
Socket[addr=/127.0.0.1,port=38638,localport=35813], receiveBufferSize:531000
   [junit4]   2> 13987 INFO  (SocketProxy-Acceptor-35813) [    ] 
o.a.s.c.SocketProxy proxy connection 
Socket[addr=/127.0.0.1,port=42923,localport=59106], receiveBufferSize=530904
   [junit4]   2> 14004 INFO  (SocketProxy-Acceptor-39261) [    ] 
o.a.s.c.SocketProxy accepted 
Socket[addr=/127.0.0.1,port=37148,localport=39261], receiveBufferSize:531000
   [junit4]   2> 14004 INFO  (SocketProxy-Acceptor-46879) [    ] 
o.a.s.c.SocketProxy accepted 
Socket[addr=/127.0.0.1,port=50724,localport=46879], receiveBufferSize:531000
   [junit4]   2> 14023 INFO  (SocketProxy-Acceptor-39261) [    ] 
o.a.s.c.SocketProxy proxy connection 
Socket[addr=/127.0.0.1,port=46071,localport=41208], receiveBufferSize=530904
   [junit4]   2> 14026 INFO  (SocketProxy-Acceptor-46879) [    ] 
o.a.s.c.SocketProxy proxy connection 
Socket[addr=/127.0.0.1,port=44755,localport=42794], receiveBufferSize=530904
   [junit4]   2> 14027 INFO  (qtp16320959-69) [    ] 
o.a.s.u.DirectUpdateHandler2 start 
commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 14027 INFO  (qtp16320959-69) [    ] 
o.a.s.u.DirectUpdateHandler2 No uncommitted changes. Skipping IW.commit.
   [junit4]   2> 14030 INFO  (qtp30182233-101) [    ] 
o.a.s.u.DirectUpdateHandler2 start 
commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 14032 INFO  (qtp30182233-101) [    ] 
o.a.s.u.DirectUpdateHandler2 No uncommitted changes. Skipping IW.commit.
   [junit4]   2> 14032 INFO  (qtp16320959-69) [    ] 
o.a.s.u.DirectUpdateHandler2 end_commit_flush
   [junit4]   2> 14033 INFO  (qtp26255695-130) [    ] 
o.a.s.u.DirectUpdateHandler2 start 
commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 14039 INFO  (qtp30182233-101) [    ] 
o.a.s.u.DirectUpdateHandler2 end_commit_flush
   [junit4]   2> 14034 INFO  (qtp16320959-69) [    ] 
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:39261/collection1/&commit_end_point=true&wt=javabin&version=2&expungeDeletes=false}{commit=}
 0 8
   [junit4]   2> 14039 INFO  (qtp30182233-101) [    ] 
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:39261/collection1/&commit_end_point=true&wt=javabin&version=2&expungeDeletes=false}{commit=}
 0 9
   [junit4]   2> 14039 INFO  (qtp26255695-130) [    ] 
o.a.s.u.DirectUpdateHandler2 No uncommitted changes. Skipping IW.commit.
   [junit4]   2> 14045 INFO  (qtp26255695-130) [    ] 
o.a.s.u.DirectUpdateHandler2 end_commit_flush
   [junit4]   2> 14045 INFO  (qtp26255695-130) [    ] 
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:39261/collection1/&commit_end_point=true&wt=javabin&version=2&expungeDeletes=false}{commit=}
 0 12
   [junit4]   2> 14047 INFO  (qtp16320959-68) [    ] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp= path=/update 
params={_stateVer_=collection1:8&waitSearcher=true&commit=true&softCommit=false&wt=javabin&version=2}{commit=}
 0 66
   [junit4]   2> 14051 INFO  (SocketProxy-Acceptor-39261) [    ] 
o.a.s.c.SocketProxy accepted 
Socket[addr=/127.0.0.1,port=37160,localport=39261], receiveBufferSize:531000
   [junit4]   2> 14052 INFO  (SocketProxy-Acceptor-39261) [    ] 
o.a.s.c.SocketProxy proxy connection 
Socket[addr=/127.0.0.1,port=46071,localport=41216], receiveBufferSize=530904
   [junit4]   2> 14078 INFO  (qtp16320959-66) [    ] 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=20
   [junit4]   2> 14081 INFO  (SocketProxy-Acceptor-46879) [    ] 
o.a.s.c.SocketProxy accepted 
Socket[addr=/127.0.0.1,port=50740,localport=46879], receiveBufferSize:531000
   [junit4]   2> 14081 INFO  (SocketProxy-Acceptor-46879) [    ] 
o.a.s.c.SocketProxy proxy connection 
Socket[addr=/127.0.0.1,port=44755,localport=42804], receiveBufferSize=530904
   [junit4]   2> 14084 INFO  (qtp26255695-132) [    ] 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> 14086 INFO  (SocketProxy-Acceptor-35813) [    ] 
o.a.s.c.SocketProxy accepted 
Socket[addr=/127.0.0.1,port=38662,localport=35813], receiveBufferSize:531000
   [junit4]   2> 14087 INFO  (SocketProxy-Acceptor-35813) [    ] 
o.a.s.c.SocketProxy proxy connection 
Socket[addr=/127.0.0.1,port=42923,localport=59130], receiveBufferSize=530904
   [junit4]   2> 14093 INFO  (qtp30182233-97) [    ] 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> 16096 INFO  (SocketProxy-Acceptor-39261) [    ] 
o.a.s.c.SocketProxy accepted 
Socket[addr=/127.0.0.1,port=37262,localport=39261], receiveBufferSize:531000
   [junit4]   2> 16097 INFO  (SocketProxy-Acceptor-39261) [    ] 
o.a.s.c.SocketProxy proxy connection 
Socket[addr=/127.0.0.1,port=46071,localport=41318], receiveBufferSize=530904
   [junit4]   2> 16099 INFO  (qtp16320959-68) [    ] 
o.a.s.h.a.CollectionsHandler Invoked Collection Action :create with params 
replicationFactor=3&maxShardsPerNode=1&name=c8n_1x3_lf&action=CREATE&numShards=1&wt=javabin&version=2
 and sendToOCPQueue=true
   [junit4]   2> 16110 INFO  (OverseerThreadFactory-6-thread-1) [    ] 
o.a.s.c.CreateCollectionCmd Create collection c8n_1x3_lf
   [junit4]   2> 16111 INFO  (OverseerThreadFactory-6-thread-1) [    ] 
o.a.s.c.CreateCollectionCmd Only one config set found in zk - using it:conf1
   [junit4]   2> 16222 INFO  (SocketProxy-Acceptor-39261) [    ] 
o.a.s.c.SocketProxy accepted 
Socket[addr=/127.0.0.1,port=37268,localport=39261], receiveBufferSize:531000
   [junit4]   2> 16222 INFO  (SocketProxy-Acceptor-39603) [    ] 
o.a.s.c.SocketProxy accepted 
Socket[addr=/127.0.0.1,port=35348,localport=39603], receiveBufferSize:531000
   [junit4]   2> 16222 INFO  (SocketProxy-Acceptor-35813) [    ] 
o.a.s.c.SocketProxy accepted 
Socket[addr=/127.0.0.1,port=38764,localport=35813], receiveBufferSize:531000
   [junit4]   2> 16225 INFO  (SocketProxy-Acceptor-39261) [    ] 
o.a.s.c.SocketProxy proxy connection 
Socket[addr=/127.0.0.1,port=46071,localport=41326], receiveBufferSize=530904
   [junit4]   2> 16225 INFO  (SocketProxy-Acceptor-35813) [    ] 
o.a.s.c.SocketProxy proxy connection 
Socket[addr=/127.0.0.1,port=42923,localport=59236], receiveBufferSize=530904
   [junit4]   2> 16226 INFO  (SocketProxy-Acceptor-39603) [    ] 
o.a.s.c.SocketProxy proxy connection 
Socket[addr=/127.0.0.1,port=42531,localport=50280], receiveBufferSize=530904
   [junit4]   2> 16229 INFO  (qtp13837454-32) [    ] 
o.a.s.h.a.CoreAdminOperation core create command 
qt=/admin/cores&collection.configName=conf1&newCollection=true&name=c8n_1x3_lf_shard1_replica1&action=CREATE&numShards=1&collection=c8n_1x3_lf&shard=shard1&wt=javabin&version=2
   [junit4]   2> 16229 INFO  (qtp16320959-66) [    ] 
o.a.s.h.a.CoreAdminOperation core create command 
qt=/admin/cores&collection.configName=conf1&newCollection=true&name=c8n_1x3_lf_shard1_replica3&action=CREATE&numShards=1&collection=c8n_1x3_lf&shard=shard1&wt=javabin&version=2
   [junit4]   2> 16231 INFO  (qtp30182233-98) [    ] 
o.a.s.h.a.CoreAdminOperation core create command 
qt=/admin/cores&collection.configName=conf1&newCollection=true&name=c8n_1x3_lf_shard1_replica2&action=CREATE&numShards=1&collection=c8n_1x3_lf&shard=shard1&wt=javabin&version=2
   [junit4]   2> 16343 INFO  (zkCallback-17-thread-1) [    ] 
o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent 
state:SyncConnected type:NodeDataChanged 
path:/collections/c8n_1x3_lf/state.json] for collection [c8n_1x3_lf] has 
occurred - updating... (live nodes size: [4])
   [junit4]   2> 16343 INFO  (zkCallback-7-thread-1) [    ] 
o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent 
state:SyncConnected type:NodeDataChanged 
path:/collections/c8n_1x3_lf/state.json] for collection [c8n_1x3_lf] has 
occurred - updating... (live nodes size: [4])
   [junit4]   2> 16343 INFO  (zkCallback-23-thread-1) [    ] 
o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent 
state:SyncConnected type:NodeDataChanged 
path:/collections/c8n_1x3_lf/state.json] for collection [c8n_1x3_lf] has 
occurred - updating... (live nodes size: [4])
   [junit4]   2> 17246 WARN  (qtp16320959-66) [    ] o.a.s.c.Config Beginning 
with Solr 5.5, <mergePolicy> is deprecated, use <mergePolicyFactory> instead.
   [junit4]   2> 17247 INFO  (qtp16320959-66) [    ] o.a.s.c.SolrConfig Using 
Lucene MatchVersion: 6.7.0
   [junit4]   2> 17247 WARN  (qtp13837454-32) [    ] o.a.s.c.Config Beginning 
with Solr 5.5, <mergePolicy> is deprecated, use <mergePolicyFactory> instead.
   [junit4]   2> 17248 INFO  (qtp13837454-32) [    ] o.a.s.c.SolrConfig Using 
Lucene MatchVersion: 6.7.0
   [junit4]   2> 17250 WARN  (qtp30182233-98) [    ] o.a.s.c.Config Beginning 
with Solr 5.5, <mergePolicy> is deprecated, use <mergePolicyFactory> instead.
   [junit4]   2> 17250 INFO  (qtp30182233-98) [    ] o.a.s.c.SolrConfig Using 
Lucene MatchVersion: 6.7.0
   [junit4]   2> 17259 INFO  (qtp16320959-66) [    ] o.a.s.s.IndexSchema 
[c8n_1x3_lf_shard1_replica3] Schema name=test
   [junit4]   2> 17273 INFO  (qtp13837454-32) [    ] o.a.s.s.IndexSchema 
[c8n_1x3_lf_shard1_replica1] Schema name=test
   [junit4]   2> 17274 INFO  (qtp30182233-98) [    ] o.a.s.s.IndexSchema 
[c8n_1x3_lf_shard1_replica2] Schema name=test
   [junit4]   2> 17439 INFO  (qtp16320959-66) [    ] o.a.s.s.IndexSchema Loaded 
schema test/1.0 with uniqueid field id
   [junit4]   2> 17450 INFO  (qtp16320959-66) [    ] o.a.s.c.CoreContainer 
Creating SolrCore 'c8n_1x3_lf_shard1_replica3' using configuration from 
collection c8n_1x3_lf, trusted=true
   [junit4]   2> 17450 INFO  (qtp16320959-66) [    ] o.a.s.c.SolrCore 
solr.RecoveryStrategy.Builder
   [junit4]   2> 17450 INFO  (qtp16320959-66) [    ] o.a.s.c.SolrCore 
[[c8n_1x3_lf_shard1_replica3] ] Opening new SolrCore at 
[/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.LeaderFailoverAfterPartitionTest_7AC8803E70337691-001/shard-1-001/cores/c8n_1x3_lf_shard1_replica3],
 
dataDir=[/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.LeaderFailoverAfterPartitionTest_7AC8803E70337691-001/shard-1-001/cores/c8n_1x3_lf_shard1_replica3/data/]
   [junit4]   2> 17451 INFO  (qtp16320959-66) [    ] o.a.s.c.JmxMonitoredMap 
JMX monitoring is enabled. Adding Solr mbeans to JMX Server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@1ea1548
   [junit4]   2> 17452 INFO  (qtp16320959-66) [    ] o.a.s.u.RandomMergePolicy 
RandomMergePolicy wrapping class org.apache.lucene.index.LogDocMergePolicy: 
[LogDocMergePolicy: minMergeSize=1000, mergeFactor=42, 
maxMergeSize=9223372036854775807, 
maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=false, 
maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, 
noCFSRatio=0.0]
   [junit4]   2> 17456 INFO  (qtp30182233-98) [    ] o.a.s.s.IndexSchema Loaded 
schema test/1.0 with uniqueid field id
   [junit4]   2> 17460 INFO  (qtp13837454-32) [    ] o.a.s.s.IndexSchema Loaded 
schema test/1.0 with uniqueid field id
   [junit4]   2> 17461 WARN  (qtp16320959-66) [    ] 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> 17470 INFO  (qtp30182233-98) [    ] o.a.s.c.CoreContainer 
Creating SolrCore 'c8n_1x3_lf_shard1_replica2' using configuration from 
collection c8n_1x3_lf, trusted=true
   [junit4]   2> 17470 INFO  (qtp30182233-98) [    ] o.a.s.c.SolrCore 
solr.RecoveryStrategy.Builder
   [junit4]   2> 17470 INFO  (qtp30182233-98) [    ] o.a.s.c.SolrCore 
[[c8n_1x3_lf_shard1_replica2] ] Opening new SolrCore at 
[/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.LeaderFailoverAfterPartitionTest_7AC8803E70337691-001/shard-2-001/cores/c8n_1x3_lf_shard1_replica2],
 
dataDir=[/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.LeaderFailoverAfterPartitionTest_7AC8803E70337691-001/shard-2-001/cores/c8n_1x3_lf_shard1_replica2/data/]
   [junit4]   2> 17471 INFO  (qtp30182233-98) [    ] o.a.s.c.JmxMonitoredMap 
JMX monitoring is enabled. Adding Solr mbeans to JMX Server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@1ea1548
   [junit4]   2> 17472 INFO  (qtp13837454-32) [    ] o.a.s.c.CoreContainer 
Creating SolrCore 'c8n_1x3_lf_shard1_replica1' using configuration from 
collection c8n_1x3_lf, trusted=true
   [junit4]   2> 17472 INFO  (qtp13837454-32) [    ] o.a.s.c.SolrCore 
solr.RecoveryStrategy.Builder
   [junit4]   2> 17472 INFO  (qtp13837454-32) [    ] o.a.s.c.SolrCore 
[[c8n_1x3_lf_shard1_replica1] ] Opening new SolrCore at 
[/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.LeaderFailoverAfterPartitionTest_7AC8803E70337691-001/control-001/cores/c8n_1x3_lf_shard1_replica1],
 
dataDir=[/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.LeaderFailoverAfterPartitionTest_7AC8803E70337691-001/control-001/cores/c8n_1x3_lf_shard1_replica1/data/]
   [junit4]   2> 17473 INFO  (qtp13837454-32) [    ] o.a.s.c.JmxMonitoredMap 
JMX monitoring is enabled. Adding Solr mbeans to JMX Server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@1ea1548
   [junit4]   2> 17473 INFO  (qtp30182233-98) [    ] o.a.s.u.RandomMergePolicy 
RandomMergePolicy wrapping class org.apache.lucene.index.LogDocMergePolicy: 
[LogDocMergePolicy: minMergeSize=1000, mergeFactor=42, 
maxMergeSize=9223372036854775807, 
maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=false, 
maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, 
noCFSRatio=0.0]
   [junit4]   2> 17475 INFO  (qtp13837454-32) [    ] o.a.s.u.RandomMergePolicy 
RandomMergePolicy wrapping class org.apache.lucene.index.LogDocMergePolicy: 
[LogDocMergePolicy: minMergeSize=1000, mergeFactor=42, 
maxMergeSize=9223372036854775807, 
maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=false, 
maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, 
noCFSRatio=0.0]
   [junit4]   2> 17480 WARN  (qtp13837454-32) [    ] 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> 17485 WARN  (qtp30182233-98) [    ] 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> 17506 INFO  (qtp16320959-66) [    ] o.a.s.u.UpdateHandler 
Using UpdateLog implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 17506 INFO  (qtp16320959-66) [    ] o.a.s.u.UpdateLog 
Initializing UpdateLog: dataDir= defaultSyncLevel=FLUSH numRecordsToKeep=100 
maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 17507 INFO  (qtp16320959-66) [    ] o.a.s.u.CommitTracker Hard 
AutoCommit: disabled
   [junit4]   2> 17507 INFO  (qtp16320959-66) [    ] o.a.s.u.CommitTracker Soft 
AutoCommit: disabled
   [junit4]   2> 17508 INFO  (qtp16320959-66) [    ] o.a.s.u.Ra

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

      "id":"myid3",
   [junit4]   2>         "test_is_dvo":[301,
   [junit4]   2>           302,
   [junit4]   2>           303,
   [junit4]   2>           304]},
   [junit4]   2>       {
   [junit4]   2>         "id":"myid4",
   [junit4]   2>         "test_s_dvo":"hello",
   [junit4]   2>         "test_is_dvo":[401,
   [junit4]   2>           402]},
   [junit4]   2>       {
   [junit4]   2>         "id":"myid5"},
   [junit4]   2>       {
   [junit4]   2>         "id":"myid6",
   [junit4]   2>         "test_s_dvo":"hello"}]
   [junit4]   2>   }}
   [junit4]   2> 
   [junit4]   2>  request = q=id:myid*&fl=*&wt=xml
   [junit4]   2> 1640542 INFO  
(TEST-TestUseDocValuesAsStored.testMultipleSearchResults-seed#[7AC8803E70337691])
 [    ] o.a.s.u.DirectUpdateHandler2 [collection1] REMOVING ALL DOCUMENTS FROM 
INDEX
   [junit4]   2> 1640542 INFO  
(TEST-TestUseDocValuesAsStored.testMultipleSearchResults-seed#[7AC8803E70337691])
 [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null 
path=null 
params={_version_=-9223372036854775807&update.distrib=FROMLEADER&versions=true&wt=json&indent=true}{deleteByQuery=*:*}
 0 0
   [junit4]   2> 1640542 INFO  
(TEST-TestUseDocValuesAsStored.testMultipleSearchResults-seed#[7AC8803E70337691])
 [    ] o.a.s.SolrTestCaseJ4 ###deleteCore
   [junit4]   2> 1640542 INFO  
(TEST-TestUseDocValuesAsStored.testMultipleSearchResults-seed#[7AC8803E70337691])
 [    ] o.a.s.c.CoreContainer Shutting down CoreContainer instance=2730347
   [junit4]   2> 1640542 INFO  
(TEST-TestUseDocValuesAsStored.testMultipleSearchResults-seed#[7AC8803E70337691])
 [    ] o.a.s.m.SolrMetricManager Closing metric reporters for: solr.node
   [junit4]   2> 1640544 INFO  
(TEST-TestUseDocValuesAsStored.testMultipleSearchResults-seed#[7AC8803E70337691])
 [    ] o.a.s.m.SolrMetricManager Closing metric reporters for: solr.jvm
   [junit4]   2> 1640545 INFO  
(TEST-TestUseDocValuesAsStored.testMultipleSearchResults-seed#[7AC8803E70337691])
 [    ] o.a.s.m.SolrMetricManager Closing metric reporters for: solr.jetty
   [junit4]   2> 1640545 INFO  
(TEST-TestUseDocValuesAsStored.testMultipleSearchResults-seed#[7AC8803E70337691])
 [    ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 
2147483647 transient cores
   [junit4]   2> 1640547 INFO  (coreCloseExecutor-7373-thread-1) [    ] 
o.a.s.c.SolrCore [collection1]  CLOSING SolrCore 
org.apache.solr.core.SolrCore@a9140e
   [junit4]   2> 1640557 INFO  (coreCloseExecutor-7373-thread-1) [    ] 
o.a.s.m.SolrMetricManager Closing metric reporters for: solr.core.collection1
   [junit4]   2> 1640561 INFO  
(TEST-TestUseDocValuesAsStored.testMultipleSearchResults-seed#[7AC8803E70337691])
 [    ] o.a.s.SolrTestCaseJ4 ###Ending testMultipleSearchResults
   [junit4]   2> NOTE: reproduce with: ant test  
-Dtestcase=TestUseDocValuesAsStored -Dtests.method=testMultipleSearchResults 
-Dtests.seed=7AC8803E70337691 -Dtests.multiplier=3 -Dtests.slow=true 
-Dtests.locale=ig-NG -Dtests.timezone=America/Puerto_Rico -Dtests.asserts=true 
-Dtests.file.encoding=ISO-8859-1
   [junit4] ERROR   0.22s J1 | 
TestUseDocValuesAsStored.testMultipleSearchResults <<<
   [junit4]    > Throwable #1: java.lang.RuntimeException: mismatch: 
'myid1'!='myid' @ response/docs/[0]/id
   [junit4]    >        at 
__randomizedtesting.SeedInfo.seed([7AC8803E70337691:48E287A088CD5248]:0)
   [junit4]    >        at 
org.apache.solr.SolrTestCaseJ4.assertJQ(SolrTestCaseJ4.java:983)
   [junit4]    >        at 
org.apache.solr.SolrTestCaseJ4.assertJQ(SolrTestCaseJ4.java:930)
   [junit4]    >        at 
org.apache.solr.schema.TestUseDocValuesAsStored.testMultipleSearchResults(TestUseDocValuesAsStored.java:243)
   [junit4]    >        at 
java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
   [junit4]    >        at 
java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
   [junit4]    >        at 
java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
   [junit4]    >        at 
java.base/java.lang.reflect.Method.invoke(Method.java:564)
   [junit4]    >        at java.base/java.lang.Thread.run(Thread.java:844)
   [junit4]   2> 1640564 INFO  
(SUITE-TestUseDocValuesAsStored-seed#[7AC8803E70337691]-worker) [    ] 
o.a.s.SolrTestCaseJ4 ###deleteCore
   [junit4]   2> NOTE: leaving temporary files on disk at: 
/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J1/temp/solr.schema.TestUseDocValuesAsStored_7AC8803E70337691-001
   [junit4]   2> NOTE: test params are: codec=Asserting(Lucene62): {}, 
docValues:{}, maxPointsInLeafNode=1131, maxMBSortInHeap=5.943874502594153, 
sim=RandomSimilarity(queryNorm=false,coord=no): {}, locale=ig-NG, 
timezone=America/Puerto_Rico
   [junit4]   2> NOTE: Linux 4.10.0-21-generic i386/Oracle Corporation 9-ea 
(32-bit)/cpus=8,threads=1,free=93132520,total=401604608
   [junit4]   2> NOTE: All tests run in this JVM: 
[LeaderFailoverAfterPartitionTest, SpellingQueryConverterTest, BlockCacheTest, 
TestLeaderElectionZkExpiry, DistribCursorPagingTest, HLLSerializationTest, 
ShardRoutingTest, TestBM25SimilarityFactory, 
DistributedQueryComponentOptimizationTest, TestSegmentSorting, 
TestLMDirichletSimilarityFactory, TestCursorMarkWithoutUniqueKey, 
RuleEngineTest, TestUpdate, WrapperMergePolicyFactoryTest, 
CollectionsAPISolrJTest, CoreSorterTest, ConnectionReuseTest, 
TemplateUpdateProcessorTest, LoggingHandlerTest, BadCopyFieldTest, 
BJQParserTest, CoreAdminRequestStatusTest, TestManagedSchema, TestFiltering, 
TestClassicSimilarityFactory, TestStressCloudBlindAtomicUpdates, 
DateMathParserTest, TestSolrCLIRunExample, TestSuggestSpellingConverter, 
SolrIndexConfigTest, ConvertedLegacyTest, RAMDirectoryFactoryTest, 
JvmMetricsTest, CollectionStateFormat2Test, 
OutOfBoxZkACLAndCredentialsProvidersTest, TestCSVResponseWriter, 
TestMiniSolrCloudClusterSSL, HdfsDirectoryTest, TestSystemCollAutoCreate, 
TestDistributedStatsComponentCardinality, DocValuesTest, 
LeaderInitiatedRecoveryOnShardRestartTest, CleanupOldIndexTest, 
CollectionsAPIDistributedZkTest, BasicFunctionalityTest, 
HighlighterMaxOffsetTest, SuggesterFSTTest, HighlighterTest, SmileWriterTest, 
MetricUtilsTest, ShardRoutingCustomTest, TestDistributedGrouping, 
ZkSolrClientTest, OpenCloseCoreStressTest, TestSweetSpotSimilarityFactory, 
HdfsWriteToMultipleCollectionsTest, IndexSchemaRuntimeFieldTest, 
TestChildDocTransformer, TestReqParamsAPI, InfixSuggestersTest, 
IndexSchemaTest, TestInitQParser, TestFieldCollectionResource, 
TestFieldCacheWithThreads, TestQuerySenderListener, 
TestRandomRequestDistribution, DocumentBuilderTest, TestClusterProperties, 
TestRestManager, SaslZkACLProviderTest, SegmentsInfoRequestHandlerTest, 
ZkCLITest, TestRequestForwarding, AnalysisErrorHandlingTest, TestCoreContainer, 
TestWordDelimiterFilterFactory, ZkControllerTest, TestBulkSchemaConcurrent, 
HdfsRecoveryZkTest, SolrIndexSplitterTest, TestConfigSets, 
ChaosMonkeySafeLeaderTest, UUIDUpdateProcessorFallbackTest, TestQueryUtils, 
SolrMetricReporterTest, CdcrBootstrapTest, BlockJoinFacetSimpleTest, 
TestLRUCache, TermVectorComponentTest, SolrGraphiteReporterTest, BitVectorTest, 
TestFieldCacheSort, TestDynamicLoading, 
TestSolrQueryParserDefaultOperatorResource, AssignTest, TestMultiWordSynonyms, 
URLClassifyProcessorTest, EchoParamsTest, TestFilteredDocIdSet, 
RestartWhileUpdatingTest, MoreLikeThisHandlerTest, TestFastOutputStream, 
TestCustomDocTransformer, TestXmlQParserPlugin, TestFieldCache, TestRTGBase, 
TestFuzzyAnalyzedSuggestions, TestRecoveryHdfs, SpellCheckComponentTest, 
MultiTermTest, TestStressUserVersions, IndexBasedSpellCheckerTest, 
DistributedTermsComponentTest, TestSimpleQParserPlugin, 
OverseerModifyCollectionTest, DistributedQueueTest, 
TestTolerantUpdateProcessorCloud, DistributedFacetPivotSmallTest, BasicZkTest, 
RecoveryZkTest, FullSolrCloudDistribCmdsTest, TestZkChroot, AutoCommitTest, 
TestHashPartitioner, DistributedSpellCheckComponentTest, TestRealTimeGet, 
TestReload, SimpleFacetsTest, StatsComponentTest, QueryElevationComponentTest, 
SoftAutoCommitTest, TestMergePolicyConfig, SampleTest, TestDocSet, 
TestSearchPerf, TestElisionMultitermQuery, TestSolrCoreProperties, 
DirectSolrConnectionTest, TestLuceneMatchVersion, SpellPossibilityIteratorTest, 
TestCharFilters, TestXIncludeConfig, TestPerFieldSimilarity, 
TestIBSimilarityFactory, TestJmxMonitoredMap, ResourceLoaderTest, 
OpenExchangeRatesOrgProviderTest, TestFastLRUCache, 
ChaosMonkeyNothingIsSafeTest, TestPathTrie, TestEmbeddedSolrServerConstructors, 
TestJettySolrRunner, ActionThrottleTest, ConnectionManagerTest, 
DeleteReplicaTest, DocValuesNotIndexedTest, ForceLeaderTest, TestCloudRecovery, 
TestCollectionAPI, TestHdfsCloudBackupRestore, 
TestLeaderElectionWithEmptyReplica, TestSizeLimitedDistributedMap, 
TestSolrCloudWithDelegationTokens, TestSolrCloudWithSecureImpersonation, 
TestStressLiveNodes, TlogReplayBufferedWhileIndexingTest, 
TriLevelCompositeIdRoutingTest, ConfigureRecoveryStrategyTest, 
HdfsDirectoryFactoryTest, TestConfigOverlay, TestConfigSetImmutable, 
TestCorePropertiesReload, TestCustomStream, TestConfigReload, 
TestSQLHandlerNonCloud, TestSolrConfigHandlerConcurrent, V2ApiIntegrationTest, 
CoreAdminCreateDiscoverTest, CoreMergeIndexesAdminHandlerTest, 
MetricsHandlerTest, SecurityConfHandlerTest, TestCollectionAPIs, 
TestConfigsApi, DistributedDebugComponentTest, DistributedFacetExistsSmallTest, 
DistributedFacetPivotWhiteBoxTest, DistributedSuggestComponentTest, 
SuggestComponentContextFilterQueryTest, TestExpandComponent, 
TestHttpShardHandlerFactory, TestPivotHelperCode, 
TestTrackingShardHandlerFactory, TestUnifiedSolrHighlighter, 
CheckHdfsIndexTest, SolrMetricManagerTest, SolrMetricsIntegrationTest, 
SolrJmxReporterTest, SolrSlf4jReporterTest, JSONWriterTest, 
TestBinaryResponseWriter, TestPushWriter, TestSolrQueryResponse, 
TestSubQueryTransformer, TestSubQueryTransformerDistrib, 
TestCloudManagedSchema, TestSchemaManager, TestUseDocValuesAsStored]
   [junit4] Completed [660/715 (2!)] on J1 in 50.71s, 6 tests, 1 error <<< 
FAILURES!

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

Reply via email to