Build: http://jenkins.thetaphi.de/job/Lucene-Solr-5.x-Solaris/250/
Java: multiarch/jdk1.7.0 -d64 -XX:+UseCompressedOops -XX:+UseSerialGC

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

Error Message:
Expected 2 of 3 replicas to be active but only found 1; 
[core_node2:{"node_name":"127.0.0.1:57673_ksox%2Fcl","core":"c8n_1x3_lf_shard1_replica3","state":"active","base_url":"http://127.0.0.1:57673/ksox/cl","leader":"true"}];
 clusterState: DocCollection(c8n_1x3_lf)={   "maxShardsPerNode":"1",   
"replicationFactor":"3",   "shards":{"shard1":{       
"range":"80000000-7fffffff",       "state":"active",       "replicas":{         
"core_node1":{           "node_name":"127.0.0.1:35892_ksox%2Fcl",           
"core":"c8n_1x3_lf_shard1_replica2",           "state":"down",           
"base_url":"http://127.0.0.1:35892/ksox/cl"},         "core_node2":{           
"node_name":"127.0.0.1:57673_ksox%2Fcl",           
"core":"c8n_1x3_lf_shard1_replica3",           "state":"active",           
"base_url":"http://127.0.0.1:57673/ksox/cl";,           "leader":"true"},        
 "core_node3":{           "state":"down",           
"base_url":"http://127.0.0.1:53194/ksox/cl";,           
"core":"c8n_1x3_lf_shard1_replica1",           
"node_name":"127.0.0.1:53194_ksox%2Fcl"}}}},   "router":{"name":"compositeId"}, 
  "autoAddReplicas":"false"}

Stack Trace:
java.lang.AssertionError: Expected 2 of 3 replicas to be active but only found 
1; 
[core_node2:{"node_name":"127.0.0.1:57673_ksox%2Fcl","core":"c8n_1x3_lf_shard1_replica3","state":"active","base_url":"http://127.0.0.1:57673/ksox/cl","leader":"true"}];
 clusterState: DocCollection(c8n_1x3_lf)={
  "maxShardsPerNode":"1",
  "replicationFactor":"3",
  "shards":{"shard1":{
      "range":"80000000-7fffffff",
      "state":"active",
      "replicas":{
        "core_node1":{
          "node_name":"127.0.0.1:35892_ksox%2Fcl",
          "core":"c8n_1x3_lf_shard1_replica2",
          "state":"down",
          "base_url":"http://127.0.0.1:35892/ksox/cl"},
        "core_node2":{
          "node_name":"127.0.0.1:57673_ksox%2Fcl",
          "core":"c8n_1x3_lf_shard1_replica3",
          "state":"active",
          "base_url":"http://127.0.0.1:57673/ksox/cl";,
          "leader":"true"},
        "core_node3":{
          "state":"down",
          "base_url":"http://127.0.0.1:53194/ksox/cl";,
          "core":"c8n_1x3_lf_shard1_replica1",
          "node_name":"127.0.0.1:53194_ksox%2Fcl"}}}},
  "router":{"name":"compositeId"},
  "autoAddReplicas":"false"}
        at 
__randomizedtesting.SeedInfo.seed([F705440E23529F77:7F517BD48DAEF28F]: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:171)
        at 
org.apache.solr.cloud.LeaderFailoverAfterPartitionTest.test(LeaderFailoverAfterPartitionTest.java:56)
        at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
        at 
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
        at 
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
        at java.lang.reflect.Method.invoke(Method.java:606)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1764)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:871)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:907)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:921)
        at 
org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsFixedStatement.callStatement(BaseDistributedSearchTestCase.java:965)
        at 
org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsStatement.evaluate(BaseDistributedSearchTestCase.java:940)
        at 
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
        at 
org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:50)
        at 
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:46)
        at 
org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:49)
        at 
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:65)
        at 
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:48)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:367)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:809)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:460)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:880)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:781)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:816)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:827)
        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:46)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:42)
        at 
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
        at 
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:54)
        at 
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:48)
        at 
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:65)
        at 
org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:55)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:367)
        at java.lang.Thread.run(Thread.java:745)




Build Log:
[...truncated 10276 lines...]
   [junit4] Suite: org.apache.solr.cloud.LeaderFailoverAfterPartitionTest
   [junit4]   2> Creating dataDir: 
/export/home/jenkins/workspace/Lucene-Solr-5.x-Solaris/solr/build/solr-core/test/J0/temp/solr.cloud.LeaderFailoverAfterPartitionTest_F705440E23529F77-001/init-core-data-001
   [junit4]   2> 896282 INFO  
(SUITE-LeaderFailoverAfterPartitionTest-seed#[F705440E23529F77]-worker) [    ] 
o.a.s.BaseDistributedSearchTestCase Setting hostContext system property: 
/ksox/cl
   [junit4]   2> 896293 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[F705440E23529F77]) [    ] 
o.a.s.c.ZkTestServer STARTING ZK TEST SERVER
   [junit4]   2> 896293 INFO  (Thread-4259) [    ] o.a.s.c.ZkTestServer client 
port:0.0.0.0/0.0.0.0:0
   [junit4]   2> 896293 INFO  (Thread-4259) [    ] o.a.s.c.ZkTestServer 
Starting server
   [junit4]   2> 896393 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[F705440E23529F77]) [    ] 
o.a.s.c.ZkTestServer start zk server on port:63683
   [junit4]   2> 896393 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[F705440E23529F77]) [    ] 
o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
   [junit4]   2> 896394 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[F705440E23529F77]) [    ] 
o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 896408 INFO  (zkCallback-909-thread-1) [    ] 
o.a.s.c.c.ConnectionManager Watcher 
org.apache.solr.common.cloud.ConnectionManager@60572a44 
name:ZooKeeperConnection Watcher:127.0.0.1:63683 got event WatchedEvent 
state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 896408 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[F705440E23529F77]) [    ] 
o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 896408 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[F705440E23529F77]) [    ] 
o.a.s.c.c.SolrZkClient Using default ZkACLProvider
   [junit4]   2> 896408 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[F705440E23529F77]) [    ] 
o.a.s.c.c.SolrZkClient makePath: /solr
   [junit4]   2> 896416 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[F705440E23529F77]) [    ] 
o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
   [junit4]   2> 896418 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[F705440E23529F77]) [    ] 
o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 896423 INFO  (zkCallback-910-thread-1) [    ] 
o.a.s.c.c.ConnectionManager Watcher 
org.apache.solr.common.cloud.ConnectionManager@fcfccd8 name:ZooKeeperConnection 
Watcher:127.0.0.1:63683/solr got event WatchedEvent state:SyncConnected 
type:None path:null path:null type:None
   [junit4]   2> 896423 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[F705440E23529F77]) [    ] 
o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 896424 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[F705440E23529F77]) [    ] 
o.a.s.c.c.SolrZkClient Using default ZkACLProvider
   [junit4]   2> 896424 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[F705440E23529F77]) [    ] 
o.a.s.c.c.SolrZkClient makePath: /collections/collection1
   [junit4]   2> 896440 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[F705440E23529F77]) [    ] 
o.a.s.c.c.SolrZkClient makePath: /collections/collection1/shards
   [junit4]   2> 896444 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[F705440E23529F77]) [    ] 
o.a.s.c.c.SolrZkClient makePath: /collections/control_collection
   [junit4]   2> 896446 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[F705440E23529F77]) [    ] 
o.a.s.c.c.SolrZkClient makePath: /collections/control_collection/shards
   [junit4]   2> 896448 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[F705440E23529F77]) [    ] 
o.a.s.c.AbstractZkTestCase put 
/export/home/jenkins/workspace/Lucene-Solr-5.x-Solaris/solr/core/src/test-files/solr/collection1/conf/solrconfig-tlog.xml
 to /configs/conf1/solrconfig.xml
   [junit4]   2> 896448 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[F705440E23529F77]) [    ] 
o.a.s.c.c.SolrZkClient makePath: /configs/conf1/solrconfig.xml
   [junit4]   2> 896454 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[F705440E23529F77]) [    ] 
o.a.s.c.AbstractZkTestCase put 
/export/home/jenkins/workspace/Lucene-Solr-5.x-Solaris/solr/core/src/test-files/solr/collection1/conf/schema.xml
 to /configs/conf1/schema.xml
   [junit4]   2> 896454 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[F705440E23529F77]) [    ] 
o.a.s.c.c.SolrZkClient makePath: /configs/conf1/schema.xml
   [junit4]   2> 896459 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[F705440E23529F77]) [    ] 
o.a.s.c.AbstractZkTestCase put 
/export/home/jenkins/workspace/Lucene-Solr-5.x-Solaris/solr/core/src/test-files/solr/collection1/conf/solrconfig.snippet.randomindexconfig.xml
 to /configs/conf1/solrconfig.snippet.randomindexconfig.xml
   [junit4]   2> 896459 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[F705440E23529F77]) [    ] 
o.a.s.c.c.SolrZkClient makePath: 
/configs/conf1/solrconfig.snippet.randomindexconfig.xml
   [junit4]   2> 896463 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[F705440E23529F77]) [    ] 
o.a.s.c.AbstractZkTestCase put 
/export/home/jenkins/workspace/Lucene-Solr-5.x-Solaris/solr/core/src/test-files/solr/collection1/conf/stopwords.txt
 to /configs/conf1/stopwords.txt
   [junit4]   2> 896464 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[F705440E23529F77]) [    ] 
o.a.s.c.c.SolrZkClient makePath: /configs/conf1/stopwords.txt
   [junit4]   2> 896472 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[F705440E23529F77]) [    ] 
o.a.s.c.AbstractZkTestCase put 
/export/home/jenkins/workspace/Lucene-Solr-5.x-Solaris/solr/core/src/test-files/solr/collection1/conf/protwords.txt
 to /configs/conf1/protwords.txt
   [junit4]   2> 896473 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[F705440E23529F77]) [    ] 
o.a.s.c.c.SolrZkClient makePath: /configs/conf1/protwords.txt
   [junit4]   2> 896478 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[F705440E23529F77]) [    ] 
o.a.s.c.AbstractZkTestCase put 
/export/home/jenkins/workspace/Lucene-Solr-5.x-Solaris/solr/core/src/test-files/solr/collection1/conf/currency.xml
 to /configs/conf1/currency.xml
   [junit4]   2> 896478 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[F705440E23529F77]) [    ] 
o.a.s.c.c.SolrZkClient makePath: /configs/conf1/currency.xml
   [junit4]   2> 896481 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[F705440E23529F77]) [    ] 
o.a.s.c.AbstractZkTestCase put 
/export/home/jenkins/workspace/Lucene-Solr-5.x-Solaris/solr/core/src/test-files/solr/collection1/conf/enumsConfig.xml
 to /configs/conf1/enumsConfig.xml
   [junit4]   2> 896482 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[F705440E23529F77]) [    ] 
o.a.s.c.c.SolrZkClient makePath: /configs/conf1/enumsConfig.xml
   [junit4]   2> 896489 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[F705440E23529F77]) [    ] 
o.a.s.c.AbstractZkTestCase put 
/export/home/jenkins/workspace/Lucene-Solr-5.x-Solaris/solr/core/src/test-files/solr/collection1/conf/open-exchange-rates.json
 to /configs/conf1/open-exchange-rates.json
   [junit4]   2> 896489 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[F705440E23529F77]) [    ] 
o.a.s.c.c.SolrZkClient makePath: /configs/conf1/open-exchange-rates.json
   [junit4]   2> 896494 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[F705440E23529F77]) [    ] 
o.a.s.c.AbstractZkTestCase put 
/export/home/jenkins/workspace/Lucene-Solr-5.x-Solaris/solr/core/src/test-files/solr/collection1/conf/mapping-ISOLatin1Accent.txt
 to /configs/conf1/mapping-ISOLatin1Accent.txt
   [junit4]   2> 896494 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[F705440E23529F77]) [    ] 
o.a.s.c.c.SolrZkClient makePath: /configs/conf1/mapping-ISOLatin1Accent.txt
   [junit4]   2> 896498 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[F705440E23529F77]) [    ] 
o.a.s.c.AbstractZkTestCase put 
/export/home/jenkins/workspace/Lucene-Solr-5.x-Solaris/solr/core/src/test-files/solr/collection1/conf/old_synonyms.txt
 to /configs/conf1/old_synonyms.txt
   [junit4]   2> 896499 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[F705440E23529F77]) [    ] 
o.a.s.c.c.SolrZkClient makePath: /configs/conf1/old_synonyms.txt
   [junit4]   2> 896503 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[F705440E23529F77]) [    ] 
o.a.s.c.AbstractZkTestCase put 
/export/home/jenkins/workspace/Lucene-Solr-5.x-Solaris/solr/core/src/test-files/solr/collection1/conf/synonyms.txt
 to /configs/conf1/synonyms.txt
   [junit4]   2> 896503 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[F705440E23529F77]) [    ] 
o.a.s.c.c.SolrZkClient makePath: /configs/conf1/synonyms.txt
   [junit4]   2> 896748 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[F705440E23529F77]) [    ] 
o.a.s.SolrTestCaseJ4 Writing core.properties file to 
/export/home/jenkins/workspace/Lucene-Solr-5.x-Solaris/solr/build/solr-core/test/J0/temp/solr.cloud.LeaderFailoverAfterPartitionTest_F705440E23529F77-001/control-001/cores/collection1
   [junit4]   2> 896756 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[F705440E23529F77]) [    ] 
o.e.j.s.Server jetty-9.2.13.v20150730
   [junit4]   2> 896759 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[F705440E23529F77]) [    ] 
o.e.j.s.h.ContextHandler Started 
o.e.j.s.ServletContextHandler@360201bb{/ksox/cl,null,AVAILABLE}
   [junit4]   2> 896761 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[F705440E23529F77]) [    ] 
o.e.j.s.ServerConnector Started 
ServerConnector@3dbfb7b0{HTTP/1.1}{127.0.0.1:36739}
   [junit4]   2> 896761 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[F705440E23529F77]) [    ] 
o.e.j.s.Server Started @905151ms
   [junit4]   2> 896761 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[F705440E23529F77]) [    ] 
o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/ksox/cl, 
coreRootDirectory=/export/home/jenkins/workspace/Lucene-Solr-5.x-Solaris/solr/build/solr-core/test/J0/temp/solr.cloud.LeaderFailoverAfterPartitionTest_F705440E23529F77-001/control-001/cores,
 
solr.data.dir=/export/home/jenkins/workspace/Lucene-Solr-5.x-Solaris/solr/build/solr-core/test/J0/temp/solr.cloud.LeaderFailoverAfterPartitionTest_F705440E23529F77-001/tempDir-001/control/data,
 hostPort=57673}
   [junit4]   2> 896762 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[F705440E23529F77]) [    ] 
o.a.s.s.SolrDispatchFilter SolrDispatchFilter.init(): 
sun.misc.Launcher$AppClassLoader@373ee92
   [junit4]   2> 896762 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[F705440E23529F77]) [    ] 
o.a.s.c.SolrResourceLoader new SolrResourceLoader for directory: 
'/export/home/jenkins/workspace/Lucene-Solr-5.x-Solaris/solr/build/solr-core/test/J0/temp/solr.cloud.LeaderFailoverAfterPartitionTest_F705440E23529F77-001/control-001'
   [junit4]   2> 896762 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[F705440E23529F77]) [    ] 
o.a.s.c.SolrResourceLoader JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 896762 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[F705440E23529F77]) [    ] 
o.a.s.c.SolrResourceLoader solr home defaulted to 'solr/' (could not find 
system property or JNDI)
   [junit4]   2> 896763 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[F705440E23529F77]) [    ] 
o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
   [junit4]   2> 896764 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[F705440E23529F77]) [    ] 
o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 896767 INFO  (zkCallback-911-thread-1) [    ] 
o.a.s.c.c.ConnectionManager Watcher 
org.apache.solr.common.cloud.ConnectionManager@2ffbd967 
name:ZooKeeperConnection Watcher:127.0.0.1:63683/solr got event WatchedEvent 
state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 896767 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[F705440E23529F77]) [    ] 
o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 896768 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[F705440E23529F77]) [    ] 
o.a.s.c.c.SolrZkClient Using default ZkACLProvider
   [junit4]   2> 896769 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[F705440E23529F77]) [    ] 
o.a.s.s.SolrDispatchFilter Loading solr.xml from SolrHome (not found in 
ZooKeeper)
   [junit4]   2> 896769 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[F705440E23529F77]) [    ] 
o.a.s.c.SolrXmlConfig Loading container configuration from 
/export/home/jenkins/workspace/Lucene-Solr-5.x-Solaris/solr/build/solr-core/test/J0/temp/solr.cloud.LeaderFailoverAfterPartitionTest_F705440E23529F77-001/control-001/solr.xml
   [junit4]   2> 896784 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[F705440E23529F77]) [    ] 
o.a.s.c.CorePropertiesLocator Config-defined core root directory: 
/export/home/jenkins/workspace/Lucene-Solr-5.x-Solaris/solr/build/solr-core/test/J0/temp/solr.cloud.LeaderFailoverAfterPartitionTest_F705440E23529F77-001/control-001/cores
   [junit4]   2> 896784 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[F705440E23529F77]) [    ] 
o.a.s.c.CoreContainer New CoreContainer 1784922596
   [junit4]   2> 896784 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[F705440E23529F77]) [    ] 
o.a.s.c.CoreContainer Loading cores into CoreContainer 
[instanceDir=/export/home/jenkins/workspace/Lucene-Solr-5.x-Solaris/solr/build/solr-core/test/J0/temp/solr.cloud.LeaderFailoverAfterPartitionTest_F705440E23529F77-001/control-001]
   [junit4]   2> 896784 WARN  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[F705440E23529F77]) [    ] 
o.a.s.c.CoreContainer Couldn't add files from 
/export/home/jenkins/workspace/Lucene-Solr-5.x-Solaris/solr/build/solr-core/test/J0/temp/solr.cloud.LeaderFailoverAfterPartitionTest_F705440E23529F77-001/control-001/lib
 to classpath: 
/export/home/jenkins/workspace/Lucene-Solr-5.x-Solaris/solr/build/solr-core/test/J0/temp/solr.cloud.LeaderFailoverAfterPartitionTest_F705440E23529F77-001/control-001/lib
   [junit4]   2> 896785 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[F705440E23529F77]) [    ] 
o.a.s.h.c.HttpShardHandlerFactory created with socketTimeout : 90000,urlScheme 
: ,connTimeout : 15000,maxConnectionsPerHost : 20,maxConnections : 
10000,corePoolSize : 0,maximumPoolSize : 2147483647,maxThreadIdleTime : 
5,sizeOfQueue : -1,fairnessPolicy : false,useRetries : false,
   [junit4]   2> 896788 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[F705440E23529F77]) [    ] 
o.a.s.u.UpdateShardHandler Creating UpdateShardHandler HTTP client with params: 
socketTimeout=340000&connTimeout=45000&retry=true
   [junit4]   2> 896790 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[F705440E23529F77]) [    ] 
o.a.s.l.LogWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory
   [junit4]   2> 896790 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[F705440E23529F77]) [    ] 
o.a.s.l.LogWatcher Registering Log Listener [Log4j 
(org.slf4j.impl.Log4jLoggerFactory)]
   [junit4]   2> 896790 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[F705440E23529F77]) [    ] 
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:63683/solr
   [junit4]   2> 896790 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[F705440E23529F77]) [    ] 
o.a.s.c.ZkController zkHost includes chroot
   [junit4]   2> 896790 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[F705440E23529F77]) [    ] 
o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
   [junit4]   2> 896791 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[F705440E23529F77]) [    ] 
o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 896793 INFO  (zkCallback-913-thread-1) [    ] 
o.a.s.c.c.ConnectionManager Watcher 
org.apache.solr.common.cloud.ConnectionManager@18418b70 
name:ZooKeeperConnection Watcher:127.0.0.1:63683 got event WatchedEvent 
state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 896794 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[F705440E23529F77]) [    ] 
o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 896794 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[F705440E23529F77]) [    ] 
o.a.s.c.c.SolrZkClient Using default ZkACLProvider
   [junit4]   2> 896796 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[F705440E23529F77]) 
[n:127.0.0.1:57673_ksox%2Fcl    ] o.a.s.c.c.ConnectionManager Waiting for 
client to connect to ZooKeeper
   [junit4]   2> 896802 INFO  
(zkCallback-914-thread-1-processing-n:127.0.0.1:57673_ksox%2Fcl) 
[n:127.0.0.1:57673_ksox%2Fcl    ] o.a.s.c.c.ConnectionManager Watcher 
org.apache.solr.common.cloud.ConnectionManager@7b7e0bdb 
name:ZooKeeperConnection Watcher:127.0.0.1:63683/solr got event WatchedEvent 
state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 896802 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[F705440E23529F77]) 
[n:127.0.0.1:57673_ksox%2Fcl    ] o.a.s.c.c.ConnectionManager Client is 
connected to ZooKeeper
   [junit4]   2> 896807 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[F705440E23529F77]) 
[n:127.0.0.1:57673_ksox%2Fcl    ] o.a.s.c.c.SolrZkClient makePath: 
/overseer/queue
   [junit4]   2> 896813 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[F705440E23529F77]) 
[n:127.0.0.1:57673_ksox%2Fcl    ] o.a.s.c.c.SolrZkClient makePath: 
/overseer/collection-queue-work
   [junit4]   2> 896828 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[F705440E23529F77]) 
[n:127.0.0.1:57673_ksox%2Fcl    ] o.a.s.c.c.SolrZkClient makePath: 
/overseer/collection-map-running
   [junit4]   2> 896832 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[F705440E23529F77]) 
[n:127.0.0.1:57673_ksox%2Fcl    ] o.a.s.c.c.SolrZkClient makePath: 
/overseer/collection-map-completed
   [junit4]   2> 896840 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[F705440E23529F77]) 
[n:127.0.0.1:57673_ksox%2Fcl    ] o.a.s.c.c.SolrZkClient makePath: 
/overseer/collection-map-failure
   [junit4]   2> 896846 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[F705440E23529F77]) 
[n:127.0.0.1:57673_ksox%2Fcl    ] o.a.s.c.c.SolrZkClient makePath: /live_nodes
   [junit4]   2> 896850 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[F705440E23529F77]) 
[n:127.0.0.1:57673_ksox%2Fcl    ] o.a.s.c.c.SolrZkClient makePath: /aliases.json
   [junit4]   2> 896853 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[F705440E23529F77]) 
[n:127.0.0.1:57673_ksox%2Fcl    ] o.a.s.c.c.SolrZkClient makePath: 
/clusterstate.json
   [junit4]   2> 896856 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[F705440E23529F77]) 
[n:127.0.0.1:57673_ksox%2Fcl    ] o.a.s.c.c.SolrZkClient makePath: 
/security.json
   [junit4]   2> 896860 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[F705440E23529F77]) 
[n:127.0.0.1:57673_ksox%2Fcl    ] o.a.s.c.ZkController Register node as live in 
ZooKeeper:/live_nodes/127.0.0.1:57673_ksox%2Fcl
   [junit4]   2> 896862 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[F705440E23529F77]) 
[n:127.0.0.1:57673_ksox%2Fcl    ] o.a.s.c.c.SolrZkClient makePath: 
/live_nodes/127.0.0.1:57673_ksox%2Fcl
   [junit4]   2> 896866 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[F705440E23529F77]) 
[n:127.0.0.1:57673_ksox%2Fcl    ] o.a.s.c.c.SolrZkClient makePath: 
/overseer_elect
   [junit4]   2> 896869 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[F705440E23529F77]) 
[n:127.0.0.1:57673_ksox%2Fcl    ] o.a.s.c.c.SolrZkClient makePath: 
/overseer_elect/election
   [junit4]   2> 896879 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[F705440E23529F77]) 
[n:127.0.0.1:57673_ksox%2Fcl    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 896882 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[F705440E23529F77]) 
[n:127.0.0.1:57673_ksox%2Fcl    ] o.a.s.c.LeaderElector Joined leadership 
election with path: 
/overseer_elect/election/95020059474132996-127.0.0.1:57673_ksox%2Fcl-n_0000000000
   [junit4]   2> 896882 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[F705440E23529F77]) 
[n:127.0.0.1:57673_ksox%2Fcl    ] o.a.s.c.OverseerElectionContext I am going to 
be the leader 127.0.0.1:57673_ksox%2Fcl
   [junit4]   2> 896882 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[F705440E23529F77]) 
[n:127.0.0.1:57673_ksox%2Fcl    ] o.a.s.c.c.SolrZkClient makePath: 
/overseer_elect/leader
   [junit4]   2> 896886 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[F705440E23529F77]) 
[n:127.0.0.1:57673_ksox%2Fcl    ] o.a.s.c.Overseer Overseer 
(id=95020059474132996-127.0.0.1:57673_ksox%2Fcl-n_0000000000) starting
   [junit4]   2> 896900 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[F705440E23529F77]) 
[n:127.0.0.1:57673_ksox%2Fcl    ] o.a.s.c.c.SolrZkClient makePath: 
/overseer/queue-work
   [junit4]   2> 896935 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[F705440E23529F77]) 
[n:127.0.0.1:57673_ksox%2Fcl    ] o.a.s.c.OverseerAutoReplicaFailoverThread 
Starting OverseerAutoReplicaFailoverThread 
autoReplicaFailoverWorkLoopDelay=10000 
autoReplicaFailoverWaitAfterExpiration=30000 
autoReplicaFailoverBadNodeExpiration=60000
   [junit4]   2> 896935 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[F705440E23529F77]) 
[n:127.0.0.1:57673_ksox%2Fcl    ] o.a.s.c.c.ZkStateReader Updating cluster 
state from ZooKeeper... 
   [junit4]   2> 896936 INFO  
(OverseerStateUpdate-95020059474132996-127.0.0.1:57673_ksox%2Fcl-n_0000000000) 
[n:127.0.0.1:57673_ksox%2Fcl    ] o.a.s.c.Overseer Starting to work on the main 
queue
   [junit4]   2> 896937 INFO  
(OverseerCollectionConfigSetProcessor-95020059474132996-127.0.0.1:57673_ksox%2Fcl-n_0000000000)
 [n:127.0.0.1:57673_ksox%2Fcl    ] o.a.s.c.OverseerTaskProcessor Process 
current queue of overseer operations
   [junit4]   2> 896960 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[F705440E23529F77]) 
[n:127.0.0.1:57673_ksox%2Fcl    ] o.a.s.c.CoreContainer Security conf doesn't 
exist. Skipping setup for authorization module.
   [junit4]   2> 896960 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[F705440E23529F77]) 
[n:127.0.0.1:57673_ksox%2Fcl    ] o.a.s.c.CoreContainer No authentication 
plugin used.
   [junit4]   2> 896962 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[F705440E23529F77]) 
[n:127.0.0.1:57673_ksox%2Fcl    ] o.a.s.c.CorePropertiesLocator Looking for 
core definitions underneath 
/export/home/jenkins/workspace/Lucene-Solr-5.x-Solaris/solr/build/solr-core/test/J0/temp/solr.cloud.LeaderFailoverAfterPartitionTest_F705440E23529F77-001/control-001/cores
   [junit4]   2> 896962 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[F705440E23529F77]) 
[n:127.0.0.1:57673_ksox%2Fcl    ] o.a.s.c.CoreDescriptor Created 
CoreDescriptor: {transient=false, collection=control_collection, 
name=collection1, loadOnStartup=true, config=solrconfig.xml, coreNodeName=, 
shard=, dataDir=data/, configSetProperties=configsetprops.json, 
schema=schema.xml}
   [junit4]   2> 896963 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[F705440E23529F77]) 
[n:127.0.0.1:57673_ksox%2Fcl    ] o.a.s.c.CorePropertiesLocator Found core 
collection1 in 
/export/home/jenkins/workspace/Lucene-Solr-5.x-Solaris/solr/build/solr-core/test/J0/temp/solr.cloud.LeaderFailoverAfterPartitionTest_F705440E23529F77-001/control-001/cores/collection1
   [junit4]   2> 896963 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[F705440E23529F77]) 
[n:127.0.0.1:57673_ksox%2Fcl    ] o.a.s.c.CorePropertiesLocator Found 1 core 
definitions
   [junit4]   2> 896964 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[F705440E23529F77]) 
[n:127.0.0.1:57673_ksox%2Fcl    ] o.a.s.s.SolrDispatchFilter 
user.dir=/export/home/jenkins/workspace/Lucene-Solr-5.x-Solaris/solr/build/solr-core/test/J0
   [junit4]   2> 896964 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[F705440E23529F77]) 
[n:127.0.0.1:57673_ksox%2Fcl    ] o.a.s.s.SolrDispatchFilter 
SolrDispatchFilter.init() done
   [junit4]   2> 896965 INFO  
(coreLoadExecutor-2533-thread-1-processing-n:127.0.0.1:57673_ksox%2Fcl) 
[n:127.0.0.1:57673_ksox%2Fcl c:control_collection   x:collection1] 
o.a.s.c.ZkController publishing state=down
   [junit4]   2> 896965 INFO  
(coreLoadExecutor-2533-thread-1-processing-n:127.0.0.1:57673_ksox%2Fcl) 
[n:127.0.0.1:57673_ksox%2Fcl c:control_collection   x:collection1] 
o.a.s.c.ZkController numShards not found on descriptor - reading it from system 
property
   [junit4]   2> 896969 INFO  
(OverseerStateUpdate-95020059474132996-127.0.0.1:57673_ksox%2Fcl-n_0000000000) 
[n:127.0.0.1:57673_ksox%2Fcl    ] o.a.s.c.Overseer processMessage: queueSize: 
1, message = {
   [junit4]   2>   "numShards":"1",
   [junit4]   2>   "node_name":"127.0.0.1:57673_ksox%2Fcl",
   [junit4]   2>   "roles":null,
   [junit4]   2>   "core":"collection1",
   [junit4]   2>   "collection":"control_collection",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "base_url":"http://127.0.0.1:57673/ksox/cl";,
   [junit4]   2>   "operation":"state",
   [junit4]   2>   "shard":null} current state version: 0
   [junit4]   2> 896969 INFO  
(coreLoadExecutor-2533-thread-1-processing-n:127.0.0.1:57673_ksox%2Fcl) 
[n:127.0.0.1:57673_ksox%2Fcl c:control_collection   x:collection1] 
o.a.s.c.ZkController look for our core node name
   [junit4]   2> 896970 INFO  
(OverseerStateUpdate-95020059474132996-127.0.0.1:57673_ksox%2Fcl-n_0000000000) 
[n:127.0.0.1:57673_ksox%2Fcl    ] o.a.s.c.o.ReplicaMutator Update state 
numShards=1 message={
   [junit4]   2>   "numShards":"1",
   [junit4]   2>   "node_name":"127.0.0.1:57673_ksox%2Fcl",
   [junit4]   2>   "roles":null,
   [junit4]   2>   "core":"collection1",
   [junit4]   2>   "collection":"control_collection",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "base_url":"http://127.0.0.1:57673/ksox/cl";,
   [junit4]   2>   "operation":"state",
   [junit4]   2>   "shard":null}
   [junit4]   2> 896972 INFO  
(OverseerStateUpdate-95020059474132996-127.0.0.1:57673_ksox%2Fcl-n_0000000000) 
[n:127.0.0.1:57673_ksox%2Fcl    ] o.a.s.c.o.ClusterStateMutator building a new 
cName: control_collection
   [junit4]   2> 896973 INFO  
(OverseerStateUpdate-95020059474132996-127.0.0.1:57673_ksox%2Fcl-n_0000000000) 
[n:127.0.0.1:57673_ksox%2Fcl    ] o.a.s.c.o.ReplicaMutator Assigning new node 
to shard shard=shard1
   [junit4]   2> 896983 INFO  
(zkCallback-914-thread-1-processing-n:127.0.0.1:57673_ksox%2Fcl) 
[n:127.0.0.1:57673_ksox%2Fcl    ] o.a.s.c.c.ZkStateReader A cluster state 
change: WatchedEvent state:SyncConnected type:NodeDataChanged 
path:/clusterstate.json, has occurred - updating... (live nodes size: 1)
   [junit4]   2> 897976 INFO  
(coreLoadExecutor-2533-thread-1-processing-n:127.0.0.1:57673_ksox%2Fcl) 
[n:127.0.0.1:57673_ksox%2Fcl c:control_collection   x:collection1] 
o.a.s.c.ZkController waiting to find shard id in clusterstate for collection1
   [junit4]   2> 897976 INFO  
(coreLoadExecutor-2533-thread-1-processing-n:127.0.0.1:57673_ksox%2Fcl) 
[n:127.0.0.1:57673_ksox%2Fcl c:control_collection   x:collection1] 
o.a.s.c.ZkController Check for collection zkNode:control_collection
   [junit4]   2> 897977 INFO  
(coreLoadExecutor-2533-thread-1-processing-n:127.0.0.1:57673_ksox%2Fcl) 
[n:127.0.0.1:57673_ksox%2Fcl c:control_collection   x:collection1] 
o.a.s.c.ZkController Collection zkNode exists
   [junit4]   2> 897977 INFO  
(coreLoadExecutor-2533-thread-1-processing-n:127.0.0.1:57673_ksox%2Fcl) 
[n:127.0.0.1:57673_ksox%2Fcl c:control_collection   x:collection1] 
o.a.s.c.c.ZkStateReader Load collection config 
from:/collections/control_collection
   [junit4]   2> 897978 INFO  
(coreLoadExecutor-2533-thread-1-processing-n:127.0.0.1:57673_ksox%2Fcl) 
[n:127.0.0.1:57673_ksox%2Fcl c:control_collection   x:collection1] 
o.a.s.c.c.ZkStateReader path=/collections/control_collection configName=conf1 
specified config exists in ZooKeeper
   [junit4]   2> 897978 INFO  
(coreLoadExecutor-2533-thread-1-processing-n:127.0.0.1:57673_ksox%2Fcl) 
[n:127.0.0.1:57673_ksox%2Fcl c:control_collection   x:collection1] 
o.a.s.c.SolrResourceLoader new SolrResourceLoader for directory: 
'/export/home/jenkins/workspace/Lucene-Solr-5.x-Solaris/solr/build/solr-core/test/J0/temp/solr.cloud.LeaderFailoverAfterPartitionTest_F705440E23529F77-001/control-001/cores/collection1'
   [junit4]   2> 897978 INFO  
(coreLoadExecutor-2533-thread-1-processing-n:127.0.0.1:57673_ksox%2Fcl) 
[n:127.0.0.1:57673_ksox%2Fcl c:control_collection   x:collection1] 
o.a.s.c.SolrResourceLoader JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 897978 INFO  
(coreLoadExecutor-2533-thread-1-processing-n:127.0.0.1:57673_ksox%2Fcl) 
[n:127.0.0.1:57673_ksox%2Fcl c:control_collection   x:collection1] 
o.a.s.c.SolrResourceLoader solr home defaulted to 'solr/' (could not find 
system property or JNDI)
   [junit4]   2> 897981 INFO  
(coreLoadExecutor-2533-thread-1-processing-n:127.0.0.1:57673_ksox%2Fcl) 
[n:127.0.0.1:57673_ksox%2Fcl c:control_collection   x:collection1] 
o.a.s.c.Config loaded config solrconfig.xml with version 0 
   [junit4]   2> 897989 INFO  
(coreLoadExecutor-2533-thread-1-processing-n:127.0.0.1:57673_ksox%2Fcl) 
[n:127.0.0.1:57673_ksox%2Fcl c:control_collection   x:collection1] 
o.a.s.c.SolrConfig current version of requestparams : -1
   [junit4]   2> 898050 INFO  
(coreLoadExecutor-2533-thread-1-processing-n:127.0.0.1:57673_ksox%2Fcl) 
[n:127.0.0.1:57673_ksox%2Fcl c:control_collection   x:collection1] 
o.a.s.c.SolrConfig Using Lucene MatchVersion: 5.5.0
   [junit4]   2> 898089 INFO  
(coreLoadExecutor-2533-thread-1-processing-n:127.0.0.1:57673_ksox%2Fcl) 
[n:127.0.0.1:57673_ksox%2Fcl c:control_collection   x:collection1] 
o.a.s.c.SolrConfig Loaded SolrConfig: solrconfig.xml
   [junit4]   2> 898099 INFO  
(coreLoadExecutor-2533-thread-1-processing-n:127.0.0.1:57673_ksox%2Fcl) 
[n:127.0.0.1:57673_ksox%2Fcl c:control_collection   x:collection1] 
o.a.s.s.IndexSchema [collection1] Schema name=test
   [junit4]   2> 898381 INFO  
(coreLoadExecutor-2533-thread-1-processing-n:127.0.0.1:57673_ksox%2Fcl) 
[n:127.0.0.1:57673_ksox%2Fcl c:control_collection   x:collection1] 
o.a.s.s.OpenExchangeRatesOrgProvider Initialized with 
rates=open-exchange-rates.json, refreshInterval=1440.
   [junit4]   2> 898391 INFO  
(coreLoadExecutor-2533-thread-1-processing-n:127.0.0.1:57673_ksox%2Fcl) 
[n:127.0.0.1:57673_ksox%2Fcl c:control_collection   x:collection1] 
o.a.s.s.IndexSchema default search field in schema is text
   [junit4]   2> 898393 INFO  
(coreLoadExecutor-2533-thread-1-processing-n:127.0.0.1:57673_ksox%2Fcl) 
[n:127.0.0.1:57673_ksox%2Fcl c:control_collection   x:collection1] 
o.a.s.s.IndexSchema unique key field: id
   [junit4]   2> 898418 INFO  
(coreLoadExecutor-2533-thread-1-processing-n:127.0.0.1:57673_ksox%2Fcl) 
[n:127.0.0.1:57673_ksox%2Fcl c:control_collection   x:collection1] 
o.a.s.s.FileExchangeRateProvider Reloading exchange rates from file currency.xml
   [junit4]   2> 898423 INFO  
(coreLoadExecutor-2533-thread-1-processing-n:127.0.0.1:57673_ksox%2Fcl) 
[n:127.0.0.1:57673_ksox%2Fcl c:control_collection   x:collection1] 
o.a.s.s.FileExchangeRateProvider Reloading exchange rates from file currency.xml
   [junit4]   2> 898427 INFO  
(coreLoadExecutor-2533-thread-1-processing-n:127.0.0.1:57673_ksox%2Fcl) 
[n:127.0.0.1:57673_ksox%2Fcl c:control_collection   x:collection1] 
o.a.s.s.OpenExchangeRatesOrgProvider Reloading exchange rates from 
open-exchange-rates.json
   [junit4]   2> 898428 WARN  
(coreLoadExecutor-2533-thread-1-processing-n:127.0.0.1:57673_ksox%2Fcl) 
[n:127.0.0.1:57673_ksox%2Fcl c:control_collection   x:collection1] 
o.a.s.s.OpenExchangeRatesOrgProvider Unknown key IMPORTANT NOTE
   [junit4]   2> 898428 WARN  
(coreLoadExecutor-2533-thread-1-processing-n:127.0.0.1:57673_ksox%2Fcl) 
[n:127.0.0.1:57673_ksox%2Fcl c:control_collection   x:collection1] 
o.a.s.s.OpenExchangeRatesOrgProvider Expected key, got STRING
   [junit4]   2> 898428 INFO  
(coreLoadExecutor-2533-thread-1-processing-n:127.0.0.1:57673_ksox%2Fcl) 
[n:127.0.0.1:57673_ksox%2Fcl c:control_collection   x:collection1] 
o.a.s.s.OpenExchangeRatesOrgProvider Reloading exchange rates from 
open-exchange-rates.json
   [junit4]   2> 898429 WARN  
(coreLoadExecutor-2533-thread-1-processing-n:127.0.0.1:57673_ksox%2Fcl) 
[n:127.0.0.1:57673_ksox%2Fcl c:control_collection   x:collection1] 
o.a.s.s.OpenExchangeRatesOrgProvider Unknown key IMPORTANT NOTE
   [junit4]   2> 898430 WARN  
(coreLoadExecutor-2533-thread-1-processing-n:127.0.0.1:57673_ksox%2Fcl) 
[n:127.0.0.1:57673_ksox%2Fcl c:control_collection   x:collection1] 
o.a.s.s.OpenExchangeRatesOrgProvider Expected key, got STRING
   [junit4]   2> 898432 INFO  
(coreLoadExecutor-2533-thread-1-processing-n:127.0.0.1:57673_ksox%2Fcl) 
[n:127.0.0.1:57673_ksox%2Fcl c:control_collection   x:collection1] 
o.a.s.c.ConfigSetProperties Did not find ConfigSet properties, assuming default 
properties: Can't find resource 'configsetprops.json' in classpath or 
'/configs/conf1', 
cwd=/export/home/jenkins/workspace/Lucene-Solr-5.x-Solaris/solr/build/solr-core/test/J0
   [junit4]   2> 898432 INFO  
(coreLoadExecutor-2533-thread-1-processing-n:127.0.0.1:57673_ksox%2Fcl) 
[n:127.0.0.1:57673_ksox%2Fcl c:control_collection   x:collection1] 
o.a.s.c.CoreContainer Creating SolrCore 'collection1' using configuration from 
collection control_collection
   [junit4]   2> 898432 INFO  
(coreLoadExecutor-2533-thread-1-processing-n:127.0.0.1:57673_ksox%2Fcl) 
[n:127.0.0.1:57673_ksox%2Fcl c:control_collection s:shard1 r:core_node1 
x:collection1] o.a.s.c.SolrCore org.apache.solr.core.MockDirectoryFactory
   [junit4]   2> 898433 INFO  
(coreLoadExecutor-2533-thread-1-processing-n:127.0.0.1:57673_ksox%2Fcl) 
[n:127.0.0.1:57673_ksox%2Fcl c:control_collection s:shard1 r:core_node1 
x:collection1] o.a.s.c.SolrCore [[collection1] ] Opening new SolrCore at 
[/export/home/jenkins/workspace/Lucene-Solr-5.x-Solaris/solr/build/solr-core/test/J0/temp/solr.cloud.LeaderFailoverAfterPartitionTest_F705440E23529F77-001/control-001/cores/collection1],
 
dataDir=[/export/home/jenkins/workspace/Lucene-Solr-5.x-Solaris/solr/build/solr-core/test/J0/temp/solr.cloud.LeaderFailoverAfterPartitionTest_F705440E23529F77-001/control-001/cores/collection1/data/]
   [junit4]   2> 898433 INFO  
(coreLoadExecutor-2533-thread-1-processing-n:127.0.0.1:57673_ksox%2Fcl) 
[n:127.0.0.1:57673_ksox%2Fcl c:control_collection s:shard1 r:core_node1 
x:collection1] o.a.s.c.JmxMonitoredMap JMX monitoring is enabled. Adding Solr 
mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@7e2f328f
   [junit4]   2> 898434 INFO  
(coreLoadExecutor-2533-thread-1-processing-n:127.0.0.1:57673_ksox%2Fcl) 
[n:127.0.0.1:57673_ksox%2Fcl c:control_collection s:shard1 r:core_node1 
x:collection1] o.a.s.c.CachingDirectoryFactory return new directory for 
/export/home/jenkins/workspace/Lucene-Solr-5.x-Solaris/solr/build/solr-core/test/J0/temp/solr.cloud.LeaderFailoverAfterPartitionTest_F705440E23529F77-001/control-001/cores/collection1/data
   [junit4]   2> 898434 INFO  
(coreLoadExecutor-2533-thread-1-processing-n:127.0.0.1:57673_ksox%2Fcl) 
[n:127.0.0.1:57673_ksox%2Fcl c:control_collection s:shard1 r:core_node1 
x:collection1] o.a.s.c.SolrCore New index directory detected: old=null 
new=/export/home/jenkins/workspace/Lucene-Solr-5.x-Solaris/solr/build/solr-core/test/J0/temp/solr.cloud.LeaderFailoverAfterPartitionTest_F705440E23529F77-001/control-001/cores/collection1/data/index/
   [junit4]   2> 898434 WARN  
(coreLoadExecutor-2533-thread-1-processing-n:127.0.0.1:57673_ksox%2Fcl) 
[n:127.0.0.1:57673_ksox%2Fcl c:control_collection s:shard1 r:core_node1 
x:collection1] o.a.s.c.SolrCore [collection1] Solr index directory 
'/export/home/jenkins/workspace/Lucene-Solr-5.x-Solaris/solr/build/solr-core/test/J0/temp/solr.cloud.LeaderFailoverAfterPartitionTest_F705440E23529F77-001/control-001/cores/collection1/data/index'
 doesn't exist. Creating new index...
   [junit4]   2> 898434 INFO  
(coreLoadExecutor-2533-thread-1-processing-n:127.0.0.1:57673_ksox%2Fcl) 
[n:127.0.0.1:57673_ksox%2Fcl c:control_collection s:shard1 r:core_node1 
x:collection1] o.a.s.c.CachingDirectoryFactory return new directory for 
/export/home/jenkins/workspace/Lucene-Solr-5.x-Solaris/solr/build/solr-core/test/J0/temp/solr.cloud.LeaderFailoverAfterPartitionTest_F705440E23529F77-001/control-001/cores/collection1/data/index
   [junit4]   2> 898435 INFO  
(coreLoadExecutor-2533-thread-1-processing-n:127.0.0.1:57673_ksox%2Fcl) 
[n:127.0.0.1:57673_ksox%2Fcl c:control_collection s:shard1 r:core_node1 
x:collection1] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class 
org.apache.lucene.index.LogByteSizeMergePolicy: [LogByteSizeMergePolicy: 
minMergeSize=1677721, mergeFactor=30, maxMergeSize=2147483648, 
maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=false, 
maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, 
noCFSRatio=1.0]
   [junit4]   2> 898436 INFO  
(coreLoadExecutor-2533-thread-1-processing-n:127.0.0.1:57673_ksox%2Fcl) 
[n:127.0.0.1:57673_ksox%2Fcl c:control_collection s:shard1 r:core_node1 
x:collection1] o.a.s.c.SolrDeletionPolicy SolrDeletionPolicy.onCommit: commits: 
num=1
   [junit4]   2>        commit{dir=MockDirectoryWrapper(RAMDirectory@5f27a154 
lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@22d0c29a),segFN=segments_1,generation=1}
   [junit4]   2> 898436 INFO  
(coreLoadExecutor-2533-thread-1-processing-n:127.0.0.1:57673_ksox%2Fcl) 
[n:127.0.0.1:57673_ksox%2Fcl c:control_collection s:shard1 r:core_node1 
x:collection1] o.a.s.c.SolrDeletionPolicy newest commit generation = 1
   [junit4]   2> 898436 INFO  
(OldIndexDirectoryCleanupThreadForCore-collection1) 
[n:127.0.0.1:57673_ksox%2Fcl c:control_collection s:shard1 r:core_node1 
x:collection1] o.a.s.c.SolrCore Looking for old index directories to cleanup 
for core collection1 in 
/export/home/jenkins/workspace/Lucene-Solr-5.x-Solaris/solr/build/solr-core/test/J0/temp/solr.cloud.LeaderFailoverAfterPartitionTest_F705440E23529F77-001/control-001/cores/collection1/data/
   [junit4]   2> 898436 WARN  
(OldIndexDirectoryCleanupThreadForCore-collection1) 
[n:127.0.0.1:57673_ksox%2Fcl c:control_collection s:shard1 r:core_node1 
x:collection1] o.a.s.c.DirectoryFactory 
/export/home/jenkins/workspace/Lucene-Solr-5.x-Solaris/solr/build/solr-core/test/J0/temp/solr.cloud.LeaderFailoverAfterPartitionTest_F705440E23529F77-001/control-001/cores/collection1/data/
 does not point to a valid data directory; skipping clean-up of old index 
directories.
   [junit4]   2> 898441 INFO  
(coreLoadExecutor-2533-thread-1-processing-n:127.0.0.1:57673_ksox%2Fcl) 
[n:127.0.0.1:57673_ksox%2Fcl c:control_collection s:shard1 r:core_node1 
x:collection1] o.a.s.u.p.UpdateRequestProcessorChain creating 
updateRequestProcessorChain "nodistrib"
   [junit4]   2> 898441 INFO  
(coreLoadExecutor-2533-thread-1-processing-n:127.0.0.1:57673_ksox%2Fcl) 
[n:127.0.0.1:57673_ksox%2Fcl c:control_collection s:shard1 r:core_node1 
x:collection1] o.a.s.u.p.UpdateRequestProcessorChain creating 
updateRequestProcessorChain "dedupe"
   [junit4]   2> 898442 INFO  
(coreLoadExecutor-2533-thread-1-processing-n:127.0.0.1:57673_ksox%2Fcl) 
[n:127.0.0.1:57673_ksox%2Fcl c:control_collection s:shard1 r:core_node1 
x:collection1] o.a.s.u.p.UpdateRequestProcessorChain inserting 
DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe"
   [junit4]   2> 898442 INFO  
(coreLoadExecutor-2533-thread-1-processing-n:127.0.0.1:57673_ksox%2Fcl) 
[n:127.0.0.1:57673_ksox%2Fcl c:control_collection s:shard1 r:core_node1 
x:collection1] o.a.s.u.p.UpdateRequestProcessorChain creating 
updateRequestProcessorChain "stored_sig"
   [junit4]   2> 898442 INFO  
(coreLoadExecutor-2533-thread-1-processing-n:127.0.0.1:57673_ksox%2Fcl) 
[n:127.0.0.1:57673_ksox%2Fcl c:control_collection s:shard1 r:core_node1 
x:collection1] o.a.s.u.p.UpdateRequestProcessorChain inserting 
DistributedUpdateProcessorFactory into updateRequestProcessorChain "stored_sig"
   [junit4]   2> 898442 INFO  
(coreLoadExecutor-2533-thread-1-processing-n:127.0.0.1:57673_ksox%2Fcl) 
[n:127.0.0.1:57673_ksox%2Fcl c:control_collection s:shard1 r:core_node1 
x:collection1] o.a.s.u.p.UpdateRequestProcessorChain creating 
updateRequestProcessorChain "distrib-dup-test-chain-explicit"
   [junit4]   2> 898442 INFO  
(coreLoadExecutor-2533-thread-1-processing-n:127.0.0.1:57673_ksox%2Fcl) 
[n:127.0.0.1:57673_ksox%2Fcl c:control_collection s:shard1 r:core_node1 
x:collection1] o.a.s.u.p.UpdateRequestProcessorChain creating 
updateRequestProcessorChain "distrib-dup-test-chain-implicit"
   [junit4]   2> 898442 INFO  
(coreLoadExecutor-2533-thread-1-processing-n:127.0.0.1:57673_ksox%2Fcl) 
[n:127.0.0.1:57673_ksox%2Fcl c:control_collection s:shard1 r:core_node1 
x:collection1] o.a.s.u.p.UpdateRequestProcessorChain inserting 
DistributedUpdateProcessorFactory into updateRequestProcessorChain 
"distrib-dup-test-chain-implicit"
   [junit4]   2> 898442 INFO  
(coreLoadExecutor-2533-thread-1-processing-n:127.0.0.1:57673_ksox%2Fcl) 
[n:127.0.0.1:57673_ksox%2Fcl c:control_collection s:shard1 r:core_node1 
x:collection1] o.a.s.c.SolrCore no updateRequestProcessorChain defined as 
default, creating implicit default
   [junit4]   2> 898443 WARN  
(coreLoadExecutor-2533-thread-1-processing-n:127.0.0.1:57673_ksox%2Fcl) 
[n:127.0.0.1:57673_ksox%2Fcl c:control_collection s:shard1 r:core_node1 
x:collection1] o.a.s.c.RequestHandlers INVALID paramSet a in requestHandler 
{type = requestHandler,name = /dump,class = DumpRequestHandler,args = 
{defaults={a=A,b=B}}}
   [junit4]   2> 898448 INFO  
(coreLoadExecutor-2533-thread-1-processing-n:127.0.0.1:57673_ksox%2Fcl) 
[n:127.0.0.1:57673_ksox%2Fcl c:control_collection s:shard1 r:core_node1 
x:collection1] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 898450 INFO  
(coreLoadExecutor-2533-thread-1-processing-n:127.0.0.1:57673_ksox%2Fcl) 
[n:127.0.0.1:57673_ksox%2Fcl c:control_collection s:shard1 r:core_node1 
x:collection1] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 898451 INFO  
(coreLoadExecutor-2533-thread-1-processing-n:127.0.0.1:57673_ksox%2Fcl) 
[n:127.0.0.1:57673_ksox%2Fcl c:control_collection s:shard1 r:core_node1 
x:collection1] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 898452 INFO  
(coreLoadExecutor-2533-thread-1-processing-n:127.0.0.1:57673_ksox%2Fcl) 
[n:127.0.0.1:57673_ksox%2Fcl c:control_collection s:shard1 r:core_node1 
x:collection1] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 898457 INFO  
(coreLoadExecutor-2533-thread-1-processing-n:127.0.0.1:57673_ksox%2Fcl) 
[n:127.0.0.1:57673_ksox%2Fcl c:control_collection s:shard1 r:core_node1 
x:collection1] o.a.s.c.RequestHandlers Registered paths: 
/admin/file,/admin/plugins,standard,/schema,/admin/system,/update/json/docs,/admin/ping,/update/csv,/dump,/update/json,/update,/admin/properties,/replication,/admin/logging,/config,/admin/threads,/get,/admin/luke,/admin/mbeans,/admin/segments
   [junit4]   2> 898458 INFO  
(coreLoadExecutor-2533-thread-1-processing-n:127.0.0.1:57673_ksox%2Fcl) 
[n:127.0.0.1:57673_ksox%2Fcl c:control_collection s:shard1 r:core_node1 
x:collection1] o.a.s.c.SolrCore Using default statsCache cache: 
org.apache.solr.search.stats.LocalStatsCache
   [junit4]   2> 898459 INFO  
(coreLoadExecutor-2533-thread-1-processing-n:127.0.0.1:57673_ksox%2Fcl) 
[n:127.0.0.1:57673_ksox%2Fcl c:control_collection s:shard1 r:core_node1 
x:collection1] o.a.s.u.UpdateHandler Using UpdateLog implementation: 
org.apache.solr.update.UpdateLog
   [junit4]   2> 898459 INFO  
(coreLoadExecutor-2533-thread-1-processing-n:127.0.0.1:57673_ksox%2Fcl) 
[n:127.0.0.1:57673_ksox%2Fcl c:control_collection s:shard1 r:core_node1 
x:collection1] o.a.s.u.UpdateLog Initializing UpdateLog: dataDir= 
defaultSyncLevel=FLUSH numRecordsToKeep=100 maxNumLogsToKeep=10 
numVersionBuckets=65536
   [junit4]   2> 898468 INFO  
(coreLoadExecutor-2533-thread-1-processing-n:127.0.0.1:57673_ksox%2Fcl) 
[n:127.0.0.1:57673_ksox%2Fcl c:control_collection s:shard1 r:core_node1 
x:collection1] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 898468 INFO  
(coreLoadExecutor-2533-thread-1-processing-n:127.0.0.1:57673_ksox%2Fcl) 
[n:127.0.0.1:57673_ksox%2Fcl c:control_collection s:shard1 r:core_node1 
x:collection1] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 898469 INFO  
(coreLoadExecutor-2533-thread-1-processing-n:127.0.0.1:57673_ksox%2Fcl) 
[n:127.0.0.1:57673_ksox%2Fcl c:control_collection s:shard1 r:core_node1 
x:collection1] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class 
org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: 
maxMergeAtOnce=48, maxMergeAtOnceExplicit=28, maxMergedSegmentMB=9.015625, 
floorSegmentMB=1.23828125, forceMergeDeletesPctAllowed=25.564468366118053, 
segmentsPerTier=35.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.0
   [junit4]   2> 898469 INFO  
(coreLoadExecutor-2533-thread-1-processing-n:127.0.0.1:57673_ksox%2Fcl) 
[n:127.0.0.1:57673_ksox%2Fcl c:control_collection s:shard1 r:core_node1 
x:collection1] o.a.s.c.SolrDeletionPolicy SolrDeletionPolicy.onInit: commits: 
num=1
   [junit4]   2>        commit{dir=MockDirectoryWrapper(RAMDirectory@5f27a154 
lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@22d0c29a),segFN=segments_1,generation=1}
   [junit4]   2> 898469 INFO  
(coreLoadExecutor-2533-thread-1-processing-n:127.0.0.1:57673_ksox%2Fcl) 
[n:127.0.0.1:57673_ksox%2Fcl c:control_collection s:shard1 r:core_node1 
x:collection1] o.a.s.c.SolrDeletionPolicy newest commit generation = 1
   [junit4]   2> 898470 INFO  
(coreLoadExecutor-2533-thread-1-processing-n:127.0.0.1:57673_ksox%2Fcl) 
[n:127.0.0.1:57673_ksox%2Fcl c:control_collection s:shard1 r:core_node1 
x:collection1] o.a.s.s.SolrIndexSearcher Opening Searcher@7b345a13[collection1] 
main
   [junit4]   2> 898470 INFO  
(coreLoadExecutor-2533-thread-1-processing-n:127.0.0.1:57673_ksox%2Fcl) 
[n:127.0.0.1:57673_ksox%2Fcl c:control_collection s:shard1 r:core_node1 
x:collection1] o.a.s.c.c.ZkStateReader Load collection config 
from:/collections/control_collection
   [junit4]   2> 898471 INFO  
(coreLoadExecutor-2533-thread-1-processing-n:127.0.0.1:57673_ksox%2Fcl) 
[n:127.0.0.1:57673_ksox%2Fcl c:control_collection s:shard1 r:core_node1 
x:collection1] o.a.s.c.c.ZkStateReader path=/collections/control_collection 
configName=conf1 specified config exists in ZooKeeper
   [junit4]   2> 898471 INFO  
(coreLoadExecutor-2533-thread-1-processing-n:127.0.0.1:57673_ksox%2Fcl) 
[n:127.0.0.1:57673_ksox%2Fcl c:control_collection s:shard1 r:core_node1 
x:collection1] o.a.s.r.ManagedResourceStorage Setting up ZooKeeper-based 
storage for the RestManager with znodeBase: /configs/conf1
   [junit4]   2> 898472 INFO  
(coreLoadExecutor-2533-thread-1-processing-n:127.0.0.1:57673_ksox%2Fcl) 
[n:127.0.0.1:57673_ksox%2Fcl c:control_collection s:shard1 r:core_node1 
x:collection1] o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO 
with znodeBase: /configs/conf1
   [junit4]   2> 898472 INFO  
(coreLoadExecutor-2533-thread-1-processing-n:127.0.0.1:57673_ksox%2Fcl) 
[n:127.0.0.1:57673_ksox%2Fcl c:control_collection s:shard1 r:core_node1 
x:collection1] o.a.s.r.RestManager Initializing RestManager with initArgs: {}
   [junit4]   2> 898472 INFO  
(coreLoadExecutor-2533-thread-1-processing-n:127.0.0.1:57673_ksox%2Fcl) 
[n:127.0.0.1:57673_ksox%2Fcl c:control_collection s:shard1 r:core_node1 
x:collection1] o.a.s.r.ManagedResourceStorage Reading _rest_managed.json using 
ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 898472 INFO  
(coreLoadExecutor-2533-thread-1-processing-n:127.0.0.1:57673_ksox%2Fcl) 
[n:127.0.0.1:57673_ksox%2Fcl c:control_collection s:shard1 r:core_node1 
x:collection1] o.a.s.r.ManagedResourceStorage No data found for znode 
/configs/conf1/_rest_managed.json
   [junit4]   2> 898473 INFO  
(coreLoadExecutor-2533-thread-1-processing-n:127.0.0.1:57673_ksox%2Fcl) 
[n:127.0.0.1:57673_ksox%2Fcl c:control_collection s:shard1 r:core_node1 
x:collection1] o.a.s.r.ManagedResourceStorage Loaded null at path 
_rest_managed.json using ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 898473 INFO  
(coreLoadExecutor-2533-thread-1-processing-n:127.0.0.1:57673_ksox%2Fcl) 
[n:127.0.0.1:57673_ksox%2Fcl c:control_collection s:shard1 r:core_node1 
x:collection1] o.a.s.r.RestManager Initializing 0 registered ManagedResources
   [junit4]   2> 898473 INFO  
(coreLoadExecutor-2533-thread-1-processing-n:127.0.0.1:57673_ksox%2Fcl) 
[n:127.0.0.1:57673_ksox%2Fcl c:control_collection s:shard1 r:core_node1 
x:collection1] o.a.s.h.ReplicationHandler Commits will be reserved for  10000
   [junit4]   2> 898473 INFO  
(searcherExecutor-2534-thread-1-processing-n:127.0.0.1:57673_ksox%2Fcl 
x:collection1 r:core_node1 c:control_collection s:shard1) 
[n:127.0.0.1:57673_ksox%2Fcl c:control_collection s:shard1 r:core_node1 
x:collection1] o.a.s.c.SolrCore [collection1] Registered new searcher 
Searcher@7b345a13[collection1] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 898473 INFO  
(coreLoadExecutor-2533-thread-1-processing-n:127.0.0.1:57673_ksox%2Fcl) 
[n:127.0.0.1:57673_ksox%2Fcl c:control_collection s:shard1 r:core_node1 
x:collection1] o.a.s.u.UpdateLog Looking up max value of version field to seed 
version buckets
   [junit4]   2> 898473 INFO  
(coreLoadExecutor-2533-thread-1-processing-n:127.0.0.1:57673_ksox%2Fcl) 
[n:127.0.0.1:57673_ksox%2Fcl c:control_collection s:shard1 r:core_node1 
x:collection1] o.a.s.u.VersionInfo Refreshing highest value of _version_ for 
65536 version buckets from index
   [junit4]   2> 898473 INFO  
(coreLoadExecutor-2533-thread-1-processing-n:127.0.0.1:57673_ksox%2Fcl) 
[n:127.0.0.1:57673_ksox%2Fcl c:control_collection s:shard1 r:core_node1 
x:collection1] o.a.s.u.VersionInfo No terms found for _version_, cannot seed 
version bucket highest value from index
   [junit4]   2> 898473 INFO  
(coreLoadExecutor-2533-thread-1-processing-n:127.0.0.1:57673_ksox%2Fcl) 
[n:127.0.0.1:57673_ksox%2Fcl c:control_collection s:shard1 r:core_node1 
x:collection1] o.a.s.u.UpdateLog Could not find max version in index or recent 
updates, using new clock 1520320953865732096
   [junit4]   2> 898475 INFO  
(coreLoadExecutor-2533-thread-1-processing-n:127.0.0.1:57673_ksox%2Fcl) 
[n:127.0.0.1:57673_ksox%2Fcl c:control_collection s:shard1 r:core_node1 
x:collection1] o.a.s.u.UpdateLog Took 1.0ms to seed version buckets with 
highest version 1520320953865732096
   [junit4]   2> 898475 INFO  
(coreLoadExecutor-2533-thread-1-processing-n:127.0.0.1:57673_ksox%2Fcl) 
[n:127.0.0.1:57673_ksox%2Fcl c:control_collection s:shard1 r:core_node1 
x:collection1] o.a.s.c.ZkController watch zkdir /configs/conf1
   [junit4]   2> 898475 INFO  
(coreLoadExecutor-2533-thread-1-processing-n:127.0.0.1:57673_ksox%2Fcl) 
[n:127.0.0.1:57673_ksox%2Fcl c:control_collection s:shard1 r:core_node1 
x:collection1] o.a.s.c.CoreContainer registering core: collection1
   [junit4]   2> 898475 INFO  
(coreZkRegister-2527-thread-1-processing-n:127.0.0.1:57673_ksox%2Fcl 
x:collection1 r:core_node1 c:control_collection s:shard1) 
[n:127.0.0.1:57673_ksox%2Fcl c:control_collection s:shard1 r:core_node1 
x:collection1] o.a.s.c.ZkController Register replica - core:collection1 
address:http://127.0.0.1:57673/ksox/cl collection:control_collection 
shard:shard1
   [junit4]   2> 898480 INFO  
(coreZkRegister-2527-thread-1-processing-n:127.0.0.1:57673_ksox%2Fcl 
x:collection1 r:core_node1 c:control_collection s:shard1) 
[n:127.0.0.1:57673_ksox%2Fcl c:control_collection s:shard1 r:core_node1 
x:collection1] o.a.s.c.c.SolrZkClient makePath: 
/collections/control_collection/leader_elect/shard1/election
   [junit4]   2> 898488 INFO  
(coreZkRegister-2527-thread-1-processing-n:127.0.0.1:57673_ksox%2Fcl 
x:collection1 r:core_node1 c:control_collection s:shard1) 
[n:127.0.0.1:57673_ksox%2Fcl c:control_collection s:shard1 r:core_node1 
x:collection1] o.a.s.c.LeaderElector Joined leadership election with path: 
/collections/control_collection/leader_elect/shard1/election/95020059474132996-core_node1-n_0000000000
   [junit4]   2> 898488 INFO  
(coreZkRegister-2527-thread-1-processing-n:127.0.0.1:57673_ksox%2Fcl 
x:collection1 r:core_node1 c:control_collection s:shard1) 
[n:127.0.0.1:57673_ksox%2Fcl c:control_collection s:shard1 r:core_node1 
x:collection1] o.a.s.c.ShardLeaderElectionContext Running the leader process 
for shard=shard1 and weAreReplacement=false and leaderVoteWait=10000
   [junit4]   2> 898499 INFO  
(coreZkRegister-2527-thread-1-processing-n:127.0.0.1:57673_ksox%2Fcl 
x:collection1 r:core_node1 c:control_collection s:shard1) 
[n:127.0.0.1:57673_ksox%2Fcl c:control_collection s:shard1 r:core_node1 
x:collection1] o.a.s.c.ShardLeaderElectionContext Enough replicas found to 
continue.
   [junit4]   2> 898499 INFO  
(coreZkRegister-2527-thread-1-processing-n:127.0.0.1:57673_ksox%2Fcl 
x:collection1 r:core_node1 c:control_collection s:shard1) 
[n:127.0.0.1:57673_ksox%2Fcl c:control_collection s:shard1 r:core_node1 
x:collection1] o.a.s.c.ShardLeaderElectionContext I may be the new leader - try 
and sync
   [junit4]   2> 898499 INFO  
(coreZkRegister-2527-thread-1-processing-n:127.0.0.1:57673_ksox%2Fcl 
x:collection1 r:core_node1 c:control_collection s:shard1) 
[n:127.0.0.1:57673_ksox%2Fcl c:control_collection s:shard1 r:core_node1 
x:collection1] o.a.s.c.SyncStrategy Sync replicas to 
http://127.0.0.1:57673/ksox/cl/collection1/
   [junit4]   2> 898499 INFO  
(coreZkRegister-2527-thread-1-processing-n:127.0.0.1:57673_ksox%2Fcl 
x:collection1 r:core_node1 c:control_collection s:shard1) 
[n:127.0.0.1:57673_ksox%2Fcl c:control_collection s:shard1 r:core_node1 
x:collection1] o.a.s.c.SyncStrategy Sync Success - now sync replicas to me
   [junit4]   2> 898500 INFO  
(coreZkRegister-2527-thread-1-processing-n:127.0.0.1:57673_ksox%2Fcl 
x:collection1 r:core_node1 c:control_collection s:shard1) 
[n:127.0.0.1:57673_ksox%2Fcl c:control_collection s:shard1 r:core_node1 
x:collection1] o.a.s.c.SyncStrategy http://127.0.0.1:57673/ksox/cl/collection1/ 
has no replicas
   [junit4]   2> 898502 INFO  
(OverseerStateUpdate-95020059474132996-127.0.0.1:57673_ksox%2Fcl-n_0000000000) 
[n:127.0.0.1:57673_ksox%2Fcl    ] o.a.s.c.Overseer processMessage: queueSize: 
1, message = {
   [junit4]   2>   "operation":"leader",
   [junit4]   2>   "shard":"shard1",
   [junit4]   2>   "collection":"control_collection"} current state version: 1
   [junit4]   2> 898504 INFO  
(coreZkRegister-2527-thread-1-processing-n:127.0.0.1:57673_ksox%2Fcl 
x:collection1 r:core_node1 c:control_collection s:shard1) 
[n:127.0.0.1:57673_ksox%2Fcl c:control_collection s:shard1 r:core_node1 
x:collection1] o.a.s.c.c.SolrZkClient makePath: 
/collections/control_collection/leaders/shard1
   [junit4]   2> 898506 INFO  
(zkCallback-914-thread-1-processing-n:127.0.0.1:57673_ksox%2Fcl) 
[n:127.0.0.1:57673_ksox%2Fcl    ] o.a.s.c.c.ZkStateReader A cluster state 
change: WatchedEvent state:SyncConnected type:NodeDataChanged 
path:/clusterstate.json, has occurred - updating... (live nodes size: 1)
   [junit4]   2> 898510 INFO  
(coreZkRegister-2527-thread-1-processing-n:127.0.0.1:57673_ksox%2Fcl 
x:collection1 r:core_node1 c:control_collection s:shard1) 
[n:127.0.0.1:57673_ksox%2Fcl c:control_collection s:shard1 r:core_node1 
x:collection1] o.a.s.c.ShardLeaderElectionContextBase Creating leader 
registration node
   [junit4]   2> 898516 INFO  
(coreZkRegister-2527-thread-1-processing-n:127.0.0.1:57673_ksox%2Fcl 
x:collection1 r:core_node1 c:control_collection s:shard1) 
[n:127.0.0.1:57673_ksox%2Fcl c:control_collection s:shard1 r:core_node1 
x:collection1] o.a.s.c.ShardLeaderElectionContext I am the new leader: 
http://127.0.0.1:57673/ksox/cl/collection1/ shard1
   [junit4]   2> 898520 INFO  
(OverseerStateUpdate-95020059474132996-127.0.0.1:57673_ksox%2Fcl-n_0000000000) 
[n:127.0.0.1:57673_ksox%2Fcl    ] o.a.s.c.Overseer processMessage: queueSize: 
1, message = {
   [junit4]   2>   "operation":"leader",
   [junit4]   2>   "shard":"shard1",
   [junit4]   2>   "collection":"control_collection",
   [junit4]   2>   "base_url":"http://127.0.0.1:57673/ksox/cl";,
   [junit4]   2>   "core":"collection1",
   [junit4]   2>   "state":"active"} current state version: 2
   [junit4]   2> 898643 INFO  
(zkCallback-914-thread-1-processing-n:127.0.0.1:57673_ksox%2Fcl) 
[n:127.0.0.1:57673_ksox%2Fcl    ] o.a.s.c.c.ZkStateReader A cluster state 
change: WatchedEvent state:SyncConnected type:NodeDataChanged 
path:/clusterstate.json, has occurred - updating... (live nodes size: 1)
   [junit4]   2> 898670 INFO  
(coreZkRegister-2527-thread-1-processing-n:127.0.0.1:57673_ksox%2Fcl 
x:collection1 r:core_node1 c:control_collection s:shard1) 
[n:127.0.0.1:57673_ksox%2Fcl c:control_collection s:shard1 r:core_node1 
x:collection1] o.a.s.c.ZkController We are 
http://127.0.0.1:57673/ksox/cl/collection1/ and leader is 
http://127.0.0.1:57673/ksox/cl/collection1/
   [junit4]   2> 898672 INFO  
(coreZkRegister-2527-thread-1-processing-n:127.0.0.1:57673_ksox%2Fcl 
x:collection1 r:core_node1 c:control_collection s:shard1) 
[n:127.0.0.1:57673_ksox%2Fcl c:control_collection s:shard1 r:core_node1 
x:collection1] o.a.s.c.ZkController No LogReplay needed for core=collection1 
baseURL=http://127.0.0.1:57673/ksox/cl
   [junit4]   2> 898672 INFO  
(coreZkRegister-2527-thread-1-processing-n:127.0.0.1:57673_ksox%2Fcl 
x:collection1 r:core_node1 c:control_collection s:shard1) 
[n:127.0.0.1:57673_ksox%2Fcl c:control_collection s:shard1 r:core_node1 
x:collection1] o.a.s.c.ZkController I am the leader, no recovery necessary
   [junit4]   2> 898672 INFO  
(coreZkRegister-2527-thread-1-processing-n:127.0.0.1:57673_ksox%2Fcl 
x:collection1 r:core_node1 c:control_collection s:shard1) 
[n:127.0.0.1:57673_ksox%2Fcl c:control_collection s:shard1 r:core_node1 
x:collection1] o.a.s.c.ZkController publishing state=active
   [junit4]   2> 898672 INFO  
(coreZkRegister-2527-thread-1-processing-n:127.0.0.1:57673_ksox%2Fcl 
x:collection1 r:core_node1 c:control_collection s:shard1) 
[n:127.0.0.1:57673_ksox%2Fcl c:control_collection s:shard1 r:core_node1 
x:collection1] o.a.s.c.ZkController numShards not found on descriptor - reading 
it from system property
   [junit4]   2> 898676 INFO  
(OverseerStateUpdate-95020059474132996-127.0.0.1:57673_ksox%2Fcl-n_0000000000) 
[n:127.0.0.1:57673_ksox%2Fcl    ] o.a.s.c.Overseer processMessage: queueSize: 
1, message = {
   [junit4]   2>   "numShards":"1",
   [junit4]   2>   "node_name":"127.0.0.1:57673_ksox%2Fcl",
   [junit4]   2>   "roles":null,
   [junit4]   2>   "core":"collection1",
   [junit4]   2>   "collection":"control_collection",
   [junit4]   2>   "core_node_name":"core_node1",
   [junit4]   2>   "state":"active",
   [junit4]   2>   "base_url":"http://127.0.0.1:57673/ksox/cl";,
   [junit4]   2>   "operation":"state",
   [junit4]   2>   "shard":"shard1"} current state version: 3
   [junit4]   2> 898676 INFO  
(OverseerStateUpdate-95020059474132996-127.0.0.1:57673_ksox%2Fcl-n_0000000000) 
[n:127.0.0.1:57673_ksox%2Fcl    ] o.a.s.c.o.ReplicaMutator Update state 
numShards=1 message={
   [junit4]   2>   "numShards":"1",
   [junit4]   2>   "node_name":"127.0.0.1:57673_ksox%2Fcl",
   [junit4]   2>   "roles":null,
   [junit4]   2>   "core":"collection1",
   [junit4]   2>   "collection":"control_collection",
   [junit4]   2>   "core_node_name":"core_node1",
   [junit4]   2>   "state":"active",
   [junit4]   2>   "base_url":"http://127.0.0.1:57673/ksox/cl";,
   [junit4]   2>   "operation":"state",
   [junit4]   2>   "shard":"shard1"}
   [junit4]   2> 898783 INFO  
(zkCallback-914-thread-1-processing-n:127.0.0.1:57673_ksox%2Fcl) 
[n:127.0.0.1:57673_ksox%2Fcl    ] o.a.s.c.c.ZkStateReader A cluster state 
change: WatchedEvent state:SyncConnected type:NodeDataChanged 
path:/clusterstate.json, has occurred - updating... (live nodes size: 1)
   [junit4]   2> 898976 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[F705440E23529F77]) [    ] 
o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
   [junit4]   2> 898978 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[F705440E23529F77]) [    ] 
o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 898985 INFO  (zkCallback-916-thread-1) [    ] 
o.a.s.c.c.ConnectionManager Watcher 
org.apache.solr.common.cloud.ConnectionManager@33b723e6 
name:ZooKeeperConnection Watcher:127.0.0.1:63683/solr got event WatchedEvent 
state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 898985 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[F705440E23529F77]) [    ] 
o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 898986 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[F705440E23529F77]) [    ] 
o.a.s.c.c.SolrZkClient Using default ZkACLProvider
   [junit4]   2> 898986 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[F705440E23529F77]) [    ] 
o.a.s.c.c.ZkStateReader Updating cluster state from ZooKeeper... 
   [junit4]   2> 898991 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[F705440E23529F77]) [    ] 
o.a.s.c.ChaosMonkey monkey: init - expire sessions:false cause connection 
loss:false
   [junit4]   2> 899218 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[F705440E23529F77]) [    ] 
o.a.s.SolrTestCaseJ4 Writing core.properties file to 
/export/home/jenkins/workspace/Lucene-Solr-5.x-Solaris/solr/build/solr-core/test/J0/temp/solr.cloud.LeaderFailoverAfterPartitionTest_F705440E23529F77-001/shard-1-001/cores/collection1
   [junit4]   2> 899219 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[F705440E23529F77]) [    ] 
o.a.s.c.AbstractFullDistribZkTestBase create jetty 1 in directory 
/export/home/jenkins/workspace/Lucene-Solr-5.x-Solaris/solr/build/solr-core/test/J0/temp/solr.cloud.LeaderFailoverAfterPartitionTest_F705440E23529F77-001/shard-1-001
   [junit4]   2> 899220 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[F705440E23529F77]) [    ] 
o.e.j.s.Server jetty-9.2.13.v20150730
   [junit4]   2> 899224 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[F705440E23529F77]) [    ] 
o.e.j.s.h.ContextHandler Started 
o.e.j.s.ServletContextHandler@41c93267{/ksox/cl,null,AVAILABLE}
   [junit4]   2> 899225 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[F705440E23529F77]) [    ] 
o.e.j.s.ServerConnector Started ServerConnector@c29ef{HTTP/1.1}{127.0.0.1:36917}
   [junit4]   2> 899225 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[F705440E23529F77]) [    ] 
o.e.j.s.Server Started @907615ms
   [junit4]   2> 899225 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[F705440E23529F77]) [    ] 
o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostPort=35892, 
solr.data.dir=/export/home/jenkins/workspace/Lucene-Solr-5.x-Solaris/solr/build/solr-core/test/J0/temp/solr.cloud.LeaderFailoverAfterPartitionTest_F705440E23529F77-001/tempDir-001/jetty1,
 solrconfig=solrconfig.xml, hostContext=/ksox/cl, 
coreRootDirectory=/export/home/jenkins/workspace/Lucene-Solr-5.x-Solaris/solr/build/solr-core/test/J0/temp/solr.cloud.LeaderFailoverAfterPartitionTest_F705440E23529F77-001/shard-1-001/cores}
   [junit4]   2> 899226 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[F705440E23529F77]) [    ] 
o.a.s.s.SolrDispatchFilter SolrDispatchFilter.init(): 
sun.misc.Launcher$AppClassLoader@373ee92
   [junit4]   2> 899226 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[F705440E23529F77]) [    ] 
o.a.s.c.SolrResourceLoader new SolrResourceLoader for directory: 
'/export/home/jenkins/workspace/Lucene-Solr-5.x-Solaris/solr/build/solr-core/test/J0/temp/solr.cloud.LeaderFailoverAfterPartitionTest_F705440E23529F77-001/shard-1-001'
   [junit4]   2> 899226 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[F705440E23529F77]) [    ] 
o.a.s.c.SolrResourceLoader JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 899226 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[F705440E23529F77]) [    ] 
o.a.s.c.SolrResourceLoader solr home defaulted to 'solr/' (could not find 
system property or JNDI)
   [junit4]   2> 899227 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[F705440E23529F77]) [    ] 
o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
   [junit4]   2> 899229 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[F705440E23529F77]) [    ] 
o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 899233 INFO  (zkCallback-917-thread-1) [    ] 
o.a.s.c.c.ConnectionManager Watcher 
org.apache.solr.common.cloud.ConnectionManager@6cf4e496 
name:ZooKeeperConnection Watcher:127.0.0.1:63683/solr got event WatchedEvent 
state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 899233 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[F705440E23529F77]) [    ] 
o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 899234 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[F705440E23529F77]) [    ] 
o.a.s.c.c.SolrZkClient Using default ZkACLProvider
   [junit4]   2> 899238 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[F705440E23529F77]) [    ] 
o.a.s.s.SolrDispatchFilter Loading solr.xml from SolrHome (not found in 
ZooKeeper)
   [junit4]   2> 899238 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[F705440E23529F77]) [    ] 
o.a.s.c.SolrXmlConfig Loading container configuration from 
/export/home/jenkins/workspace/Lucene-Solr-5.x-Solaris/solr/build/solr-core/test/J0/temp/solr.cloud.LeaderFailoverAfterPartitionTest_F705440E23529F77-001/shard-1-001/solr.xml
   [junit4]   2> 899269 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[F705440E23529F77]) [    ] 
o.a.s.c.CorePropertiesLocator Config-defined core root directory: 
/export/home/jenkins/workspace/Lucene-Solr-5.x-Solaris/solr/build/solr-core/test/J0/temp/solr.cloud.LeaderFailoverAfterPartitionTest_F705440E23529F77-001/shard-1-001/cores
   [junit4]   2> 899270 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[F705440E23529F77]) [    ] 
o.a.s.c.CoreContainer New CoreContainer 807605316
   [junit4]   2> 899270 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[F705440E23529F77]) [    ] 
o.a.s.c.CoreContainer Loading cores into CoreContainer 
[instanceDir=/export/home/jenkins/workspace/Lucene-Solr-5.x-Solaris/solr/build/solr-core/test/J0/temp/solr.cloud.LeaderFailoverAfterPartitionTest_F705440E23529F77-001/shard-1-001]
   [junit4]   2> 899270 WARN  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[F705440E23529F77]) [    ] 
o.a.s.c.CoreContainer Couldn't add files from 
/export/home/jenkins/workspace/Lucene-Solr-5.x-Solaris/solr/build/solr-core/test/J0/temp/solr.cloud.LeaderFailoverAfterPartitionTest_F705440E23529F77-001/shard-1-001/lib
 to classpath: 
/export/home/jenkins/workspace/Lucene-Solr-5.x-Solaris/solr/build/solr-core/test/J0/temp/solr.cloud.LeaderFailoverAfterPartitionTest_F705440E23529F77-001/shard-1-001/lib
   [junit4]   2> 899271 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[F705440E23529F77]) [    ] 
o.a.s.h.c.HttpShardHandlerFactory created with socketTimeout : 90000,urlScheme 
: ,connTimeout : 15000,maxConnectionsPerHost : 20,maxConnections : 
10000,corePoolSize : 0,maximumPoolSize : 2147483647,maxThreadIdleTime : 
5,sizeOfQueue : -1,fairnessPolicy : false,useRetries : false,
   [junit4]   2> 899274 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[F705440E23529F77]) [    ] 
o.a.s.u.UpdateShardHandler Creating UpdateShardHandler HTTP client with params: 
socketTimeout=340000&connTimeout=45000&retry=true
   [junit4]   2> 899274 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[F705440E23529F77]) [    ] 
o.a.s.l.LogWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory
   [junit4]   2> 899274 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[F705440E23529F77]) [    ] 
o.a.s.l.LogWatcher Registering Log Listener [Log4j 
(org.slf4j.impl.Log4jLoggerFactory)]
   [junit4]   2> 899274 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[F705440E23529F77]) [    ] 
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:63683/solr
   [junit4]   2> 899275 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[F705440E23529F77]) [    ] 
o.a.s.c.ZkController zkHost includes chroot
   [junit4]   2> 899275 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[F705440E23529F77]) [    ] 
o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
   [junit4]   2> 899275 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[F705440E23529F77]) [    ] 
o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 899278 INFO  (zkCallback-919-thread-1) [    ] 
o.a.s.c.c.ConnectionManager Watcher 
org.apache.solr.common.cloud.ConnectionManager@308c470 name:ZooKeeperConnection 
Watcher:127.0.0.1:63683 got event WatchedEvent state:SyncConnected type:None 
path:null path:null type:None
   [junit4]   2> 899278 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[F705440E23529F77]) [    ] 
o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 899278 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[F705440E23529F77]) [    ] 
o.a.s.c.c.SolrZkClient Using default ZkACLProvider
   [junit4]   2> 899281 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[F705440E23529F77]) 
[n:127.0.0.1:35892_ksox%2Fcl    ] o.a.s.c.c.ConnectionManager Waiting for 
client to connect to ZooKeeper
   [junit4]   2> 899286 INFO  
(zkCallback-920-thread-1-processing-n:127.0.0.1:35892_ksox%2Fcl) 
[n:127.0.0.1:35892_ksox%2Fcl    ] o.a.s.c.c.ConnectionManager Watcher 
org.apache.solr.common.cloud.ConnectionManager@5d0c4bc name:ZooKeeperConnection 
Watcher:127.0.0.1:63683/solr got event WatchedEvent state:SyncConnected 
type:None path:null path:null type:None
   [junit4]   2> 899286 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[F705440E23529F77]) 
[n:127.0.0.1:35892_ksox%2Fcl    ] o.a.s.c.c.ConnectionManager Client is 
connected to ZooKeeper
   [junit4]   2> 899299 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[F705440E23529F77]) 
[n:127.0.0.1:35892_ksox%2Fcl    ] o.a.s.c.c.ZkStateReader Updating cluster 
state from ZooKeeper... 
   [junit4]   2> 900319 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[F705440E23529F77]) 
[n:127.0.0.1:35892_ksox%2Fcl    ] o.a.s.c.ZkController Register node as live in 
ZooKeeper:/live_nodes/127.0.0.1:35892_ksox%2Fcl
   [junit4]   2> 900320 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[F705440E23529F77]) 
[n:127.0.0.1:35892_ksox%2Fcl    ] o.a.s.c.c.SolrZkClient makePath: 
/live_nodes/127.0.0.1:35892_ksox%2Fcl
   [junit4]   2> 900322 INFO  (zkCallback-916-thread-1) [    ] 
o.a.s.c.c.ZkStateReader A live node change: WatchedEvent state:SyncConnected 
type:NodeChildrenChanged path:/live_nodes, has occurred - updating... (live 
nodes size: 1)
   [junit4]   2> 900322 INFO  
(zkCallback-914-thread-1-processing-n:127.0.0.1:57673_ksox%2Fcl) 
[n:127.0.0.1:57673_ksox%2Fcl    ] o.a.s.c.c.ZkStateReader A live node change: 
WatchedEvent state:SyncConnected type:NodeChildrenChanged path:/live_nodes, has 
occurred - updating... (live nodes size: 1)
   [junit4]   2> 900322 INFO  
(zkCallback-920-thread-1-processing-n:127.0.0.1:35892_ksox%2Fcl) 
[n:127.0.0.1:35892_ksox%2Fcl    ] o.a.s.c.c.ZkStateReader A live node change: 
WatchedEvent state:SyncConnected type:NodeChildrenChanged path:/live_nodes, has 
occurred - updating... (live nodes size: 1)
   [junit4]   2> 900327 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[F705440E23529F77]) 
[n:127.0.0.1:35892_ksox%2Fcl    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 900328 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[F705440E23529F77]) 
[n:127.0.0.1:35892_ksox%2Fcl    ] o.a.s.c.LeaderElector Joined leadership 
election with path: 
/overseer_elect/election/95020059474133000-127.0.0.1:35892_ksox%2Fcl-n_0000000001
   [junit4]   2> 900329 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[F705440E23529F77]) 
[n:127.0.0.1:35892_ksox%2Fcl    ] o.a.s.c.LeaderElector Watching path 
/overseer_elect/election/95020059474132996-127.0.0.1:57673_ksox%2Fcl-n_0000000000
 to know if I could be the leader
   [junit4]   2> 900335 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[F705440E23529F77]) 
[n:127.0.0.1:35892_ksox%2Fcl    ] o.a.s.c.CoreContainer Security conf doesn't 
exist. Skipping setup for authorization module.
   [junit4]   2> 900335 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[F705440E23529F77]) 
[n:127.0.0.1:35892_ksox%2Fcl    ] o.a.s.c.CoreContainer No authentication 
plugin used.
   [junit4]   2> 900336 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[F705440E23529F77]) 
[n:127.0.0.1:35892_ksox%2Fcl    ] o.a.s.c.CorePropertiesLocator Looking for 
core definitions underneath 
/export/home/jenkins/workspace/Lucene-Solr-5.x-Solaris/solr/build/solr-core/test/J0/temp/solr.cloud.LeaderFailoverAfterPartitionTest_F705440E23529F77-001/shard-1-001/cores
   [junit4]   2> 900337 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[F705440E23529F77]) 
[n:127.0.0.1:35892_ksox%2Fcl    ] o.a.s.c.CoreDescriptor Created 
CoreDescriptor: {collection=collection1, loadOnStartup=true, 
configSetProperties=configsetprops.json, coreNodeName=, transient=false, 
name=collection1, dataDir=data/, shard=, config=solrconfig.xml, 
schema=schema.xml}
   [junit4]   2> 900337 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[F705440E23529F77]) 
[n:127.0.0.1:35892_ksox%2Fcl    ] o.a.s.c.CorePropertiesLocator Found core 
collection1 in 
/export/home/jenkins/workspace/Lucene-Solr-5.x-Solaris/solr/build/solr-core/test/J0/temp/solr.cloud.LeaderFailoverAfterPartitionTest_F705440E23529F77-001/shard-1-001/cores/collection1
   [junit4]   2> 900337 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[F705440E23529F77]) 
[n:127.0.0.1:35892_ksox%2Fcl    ] o.a.s.c.CorePropertiesLocator Found 1 core 
definitions
   [junit4]   2> 900339 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[F705440E23529F77]) 
[n:127.0.0.1:35892_ksox%2Fcl    ] o.a.s.s.SolrDispatchFilter 
user.dir=/export/home/jenkins/workspace/Lucene-Solr-5.x-Solaris/solr/build/solr-core/test/J0
   [junit4]   2> 900339 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[F705440E23529F77]) 
[n:127.0.0.1:35892_ksox%2Fcl    ] o.a.s.s.SolrDispatchFilter 
SolrDispatchFilter.init() done
   [junit4]   2> 900339 INFO  
(coreLoadExecutor-2544-thread-1-processing-n:127.0.0.1:35892_ksox%2Fcl) 
[n:127.0.0.1:35892_ksox%2Fcl c:collection1   x:collection1] 
o.a.s.c.ZkController publishing state=down
   [junit4]   2> 900339 INFO  
(coreLoadExecutor-2544-thread-1-processing-n:127.0.0.1:35892_ksox%2Fcl) 
[n:127.0.0.1:35892_ksox%2Fcl c:collection1   x:collection1] 
o.a.s.c.ZkController numShards not found on descriptor - reading it from system 
property
   [junit4]   2> 900342 INFO  
(coreLoadExecutor-2544-thread-1-processing-n:127.0.0.1:35892_ksox%2Fcl) 
[n:127.0.0.1:35892_ksox%2Fcl c:collection1   x:collection1] 
o.a.s.c.ZkController look for our core node name
   [junit4]   2> 900342 INFO  
(OverseerStateUpdate-95020059474132996-127.0.0.1:57673_ksox%2Fcl-n_0000000000) 
[n:127.0.0.1:57673_ksox%2Fcl    ] o.a.s.c.Overseer processMessage: queueSize: 
1, message = {
   [junit4]   2>   "numShards":"2",
   [junit4]   2>   "node_name":"127.0.0.1:35892_ksox%2Fcl",
   [junit4]   2>   "roles":null,
   [junit4]   2>   "core":"collection1",
   [junit4]   2>   "collection":"collection1",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "base_url":"http://127.0.0.1:35892/ksox/cl";,
   [junit4]   2>   "operation":"state",
   [junit4]   2>   "shard":null} current state version: 4
   [junit4]   2> 900343 INFO  
(OverseerStateUpdate-95020059474132996-127.0.0.1:57673_ksox%2Fcl-n_0000000000) 
[n:127.0.0.1:57673_ksox%2Fcl    ] o.a.s.c.o.ReplicaMutator Update state 
numShards=2 message={
   [junit4]   2>   "numShards":"2",
   [junit4]   2>   "node_name":"127.0.0.1:35892_ksox%2Fcl",
   [junit4]   2>   "roles":null,
   [junit4]   2>   "core":"collection1",
   [junit4]   2>   "collection":"collection1",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "base_url":"http://127.0.0.1:35892/ksox/cl";,
   [junit4]   2>   "operation":"state",
   [junit4]   2>   "shard":null}
   [junit4]   2> 900343 INFO  
(OverseerStateUpdate-95020059474132996-127.0.0.1:57673_ksox%2Fcl-n_0000000000) 
[n:127.0.0.1:57673_ksox%2Fcl    ] o.a.s.c.o.ClusterStateMutator building a new 
cName: collection1
   [junit4]   2> 900343 INFO  
(OverseerStateUpdate-95020059474132996-127.0.0.1:57673_ksox%2Fcl-n_0000000000) 
[n:127.0.0.1:57673_ksox%2Fcl    ] o.a.s.c.o.ReplicaMutator Assigning new node 
to shard shard=shard1
   [junit4]   2> 900345 INFO  
(zkCallback-914-thread-1-processing-n:127.0.0.1:57673_ksox%2Fcl) 
[n:127.0.0.1:57673_ksox%2Fcl    ] o.a.s.c.c.ZkStateReader A cluster state 
change: WatchedEvent state:SyncConnected type:NodeDataChanged 
path:/clusterstate.json, has occurred - updating... (live nodes size: 2)
   [junit4]   2> 900345 INFO  (zkCallback-916-thread-1) [    ] 
o.a.s.c.c.ZkStateReader A cluster state change: WatchedEvent 
state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred 
- updating... (live nodes size: 2)
   [junit4]   2> 900346 INFO  
(zkCallback-920-thread-1-processing-n:127.0.0.1:35892_ksox%2Fcl) 
[n:127.0.0.1:35892_ksox%2Fcl    ] o.a.s.c.c.ZkStateReader A cluster state 
change: WatchedEvent state:SyncConnected type:NodeDataChanged 
path:/clusterstate.json, has occurred - updating... (live nodes size: 2)
   [junit4]   2> 901351 INFO  
(coreLoadExecutor-2544-thread-1-processing-n:127.0.0.1:35892_ksox%2Fcl) 
[n:127.0.0.1:35892_ksox%2Fcl c:collection1   x:collection1] 
o.a.s.c.ZkController waiting to find shard id in clusterstate for collection1
   [junit4]   2> 901351 INFO  
(coreLoadExecutor-2544-thread-1-processing-n:127.0.0.1:35892_ksox%2Fcl) 
[n:127.0.0.1:35892_ksox%2Fcl c:collection1   x:collection1] 
o.a.s.c.ZkController Check for collection zkNode:collection1
   [junit4]   2> 901352 INFO  
(coreLoadExecutor-2544-thread-1-processing-n:127.0.0.1:35892_ksox%2Fcl) 
[n:127.0.0.1:35892_ksox%2Fcl c:collection1   x:collection1] 
o.a.s.c.ZkController Collection zkNode exists
   [junit4]   2> 901353 INFO  
(coreLoadExecutor-2544-thread-1-processing-n:127.0.0.1:35892_ksox%2Fcl) 
[n:127.0.0.1:35892_ksox%2Fcl c:collection1   x:collection1] 
o.a.s.c.c.ZkStateReader Load collection config from:/collections/collection1
   [junit4]   2> 901354 INFO  
(coreLoadExecutor-2544-thread-1-processing-n:127.0.0.1:35892_ksox%2Fcl) 
[n:127.0.0.1:35892_ksox%2Fcl c:collection1   x:collection1] 
o.a.s.c.c.ZkStateReader path=/collections/collection1 configName=conf1 
specified config exists in ZooKeeper
   [junit4]   2> 901354 INFO  
(coreLoadExecutor-2544-thread-1-processing-n:127.0.0.1:35892_ksox%2Fcl) 
[n:127.0.0.1:35892_ksox%2Fcl c:collection1   x:collection1] 
o.a.s.c.SolrResourceLoader new SolrResourceLoader for directory: 
'/export/home/jenkins/workspace/Lucene-Solr-5.x-Solaris/solr/build/solr-core/test/J0/temp/solr.cloud.LeaderFailoverAfterPartitionTest_F705440E23529F77-001/shard-1-001/cores/collection1'
   [junit4]   2> 901354 INFO  
(coreLoadExecutor-2544-thread-1-processing-n:127.0.0.1:35892_ksox%2Fcl) 
[n:127.0.0.1:35892_ksox%2Fcl c:collection1   x:collection1] 
o.a.s.c.SolrResourceLoader JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 901354 INFO  
(coreLoadExecutor-2544-thread-1-processing-n:127.0.0.1:35892_ksox%2Fcl) 
[n:127.0.0.1:35892_ksox%2Fcl c:collection1   x:collection1] 
o.a.s.c.SolrResourceLoader solr home defaulted to 'solr/' (could not find 
system property or JNDI)
   [junit4]   2> 901357 INFO  
(coreLoadExecutor-2544-thread-1-processing-n:127.0.0.1:35892_ksox%2Fcl) 
[n:127.0.0.1:35892_ksox%2Fcl c:collection1   x:collection1] o.a.s.c.Config 
loaded config solrconfig.xml with version 0 
   [junit4]   2> 901369 INFO  
(coreLoadExecutor-2544-thread-1-processing-n:127.0.0.1:35892_ksox%2Fcl) 
[n:127.0.0.1:35892_ksox%2Fcl c:collection1   x:collection1] o.a.s.c.SolrConfig 
current version of requestparams : -1
   [junit4]   2> 901391 INFO  
(coreLoadExecutor-2544-thread-1-processing-n:127.0.0.1:35892_ksox%2Fcl) 
[n:127.0.0.1:35892_ksox%2Fcl c:collection1   x:collection1] o.a.s.c.SolrConfig 
Using Lucene MatchVersion: 5.5.0
   [junit4]   2> 901426 INFO  
(coreLoadExecutor-2544-thread-1-processing-n:127.0.0.1:35892_ksox%2Fcl) 
[n:127.0.0.1:35892_ksox%2Fcl c:collection1   x:collection1] o.a.s.c.SolrConfig 
Loaded SolrConfig: solrconfig.xml
   [junit4]   2> 901436 INFO  
(coreLoadExecutor-2544-thread-1-processing-n:127.0.0.1:35892_ksox%2Fcl) 
[n:127.0.0.1:35892_ksox%2Fcl c:collection1   x:collection1] o.a.s.s.IndexSchema 
[collection1] Schema name=test
   [junit4]   2> 901815 INFO  
(coreLoadExecutor-2544-thread-1-processing-n:127.0.0.1:35892_ksox%2Fcl) 
[n:127.0.0.1:35892_ksox%2Fcl c:collection1   x:collection1] 
o.a.s.s.OpenExchangeRatesOrgProvider Initialized with 
rates=open-exchange-rates.json, refreshInterval=1440.
   [junit4]   2> 901843 INFO  
(coreLoadExecutor-2544-thread-1-processing-n:127.0.0.1:35892_ksox%2Fcl) 
[n:127.0.0.1:35892_ksox%2Fcl c:collection1   x:collection1] o.a.s.s.IndexSchema 
default search field in schema is text
   [junit4]   2> 901846 INFO  
(coreLoadExecutor-2544-thread-1-processing-n:127.0.0.1:35892_ksox%2Fcl) 
[n:127.0.0.1:35892_ksox%2Fcl c:collection1   x:collection1] o.a.s.s.IndexSchema 
unique key field: id
   [junit4]   2> 901897 INFO  
(coreLoadExecutor-2544-thread-1-processing-n:127.0.0.1:35892_ksox%2Fcl) 
[n:127.0.0.1:35892_ksox%2Fcl c:collection1   x:collection1] 
o.a.s.s.FileExchangeRateProvider Reloading exchange rates from file currency.xml
   [junit4]   2> 901907 INFO  
(coreLoadExecutor-2544-thread-1-processing-n:127.0.0.1:35892_ksox%2Fcl) 
[n:127.0.0.1:35892_ksox%2Fcl c:collection1   x:collection1] 
o.a.s.s.FileExchangeRateProvider Reloading exchange rates from file currency.xml
   [junit4]   2> 901911 INFO  
(coreLoadExecutor-2544-thread-1-processing-n:127.0.0.1:35892_ksox%2Fcl) 
[n:127.0.0.1:35892_ksox%2Fcl c:collection1   x:collection1] 
o.a.s.s.OpenExchangeRatesOrgProvider Reloading exchange rates from 
open-exchange-rates.json
   [junit4]   2> 901913 WARN  
(coreLoadExecutor-2544-thread-1-processing-n:127.0.0.1:35892_ksox%2Fcl) 
[n:127.0.0.1:35892_ksox%2Fcl c:collection1   x:collection1] 
o.a.s.s.OpenExchangeRatesOrgProvider Unknown key IMPORTANT NOTE
   [junit4]   2> 901913 WARN  
(coreLoadExecutor-2544-thread-1-processing-n:127.0.0.1:35892_ksox%2Fcl) 
[n:127.0.0.1:35892_ksox%2Fcl c:collection1   x:collection1] 
o.a.s.s.OpenExchangeRatesOrgProvider Expected key, got STRING
   [junit4]   2> 901913 INFO  
(coreLoadExecutor-2544-thread-1-processing-n:127.0.0.1:35892_ksox%2Fcl) 
[n:127.0.0.1:35892_ksox%2Fcl c:collection1   x:collection1] 
o.a.s.s.OpenExchangeRatesOrgProvider Reloading exchange rates from 
open-exchange-rates.json
   [junit4]   2> 901915 WARN  
(coreLoadExecutor-2544-thread-1-processing-n:127.0.0.1:35892_ksox%2Fcl) 
[n:127.0.0.1:35892_ksox%2Fcl c:collection1   x:collection1] 
o.a.s.s.OpenExchangeRatesOrgProvider Unknown key IMPORTANT NOTE
   [junit4]   2> 901915 WARN  
(coreLoadExecutor-2544-thread-1-processing-n:127.0.0.1:35892_ksox%2Fc

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

4]   2> Maximum concurrent children watches above limit:
   [junit4]   2> 
   [junit4]   2>        5       /solr/collections
   [junit4]   2>        5       /solr/live_nodes
   [junit4]   2>        3       /solr/overseer/collection-queue-work
   [junit4]   2>        2       /solr/overseer/queue
   [junit4]   2> 
   [junit4]   2> 1022624 WARN  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[F705440E23529F77]) 
[n:127.0.0.1:33895_ksox%2Fcl c:collection1 s:shard1 r:core_node3 x:collection1] 
o.a.s.c.SocketProxy Closing 0 connections to: http://127.0.0.1:53194/ksox/cl, 
target: http://127.0.0.1:60180/ksox/cl
   [junit4]   2> 1022624 WARN  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[F705440E23529F77]) 
[n:127.0.0.1:33895_ksox%2Fcl c:collection1 s:shard1 r:core_node3 x:collection1] 
o.a.s.c.SocketProxy Closing 7 connections to: http://127.0.0.1:57673/ksox/cl, 
target: http://127.0.0.1:36739/ksox/cl
   [junit4]   2> 1022624 WARN  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[F705440E23529F77]) 
[n:127.0.0.1:33895_ksox%2Fcl c:collection1 s:shard1 r:core_node3 x:collection1] 
o.a.s.c.SocketProxy Closing 2 connections to: http://127.0.0.1:33895/ksox/cl, 
target: http://127.0.0.1:46393/ksox/cl
   [junit4]   2> 1022624 WARN  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[F705440E23529F77]) 
[n:127.0.0.1:33895_ksox%2Fcl c:collection1 s:shard1 r:core_node3 x:collection1] 
o.a.s.c.SocketProxy Closing 0 connections to: http://127.0.0.1:35892/ksox/cl, 
target: http://127.0.0.1:36917/ksox/cl
   [junit4]   2> NOTE: reproduce with: ant test  
-Dtestcase=LeaderFailoverAfterPartitionTest -Dtests.method=test 
-Dtests.seed=F705440E23529F77 -Dtests.slow=true -Dtests.locale=es_PY 
-Dtests.timezone=Europe/Vienna -Dtests.asserts=true 
-Dtests.file.encoding=US-ASCII
   [junit4] FAILURE  126s J0 | LeaderFailoverAfterPartitionTest.test <<<
   [junit4]    > Throwable #1: java.lang.AssertionError: Expected 2 of 3 
replicas to be active but only found 1; 
[core_node2:{"node_name":"127.0.0.1:57673_ksox%2Fcl","core":"c8n_1x3_lf_shard1_replica3","state":"active","base_url":"http://127.0.0.1:57673/ksox/cl","leader":"true"}];
 clusterState: DocCollection(c8n_1x3_lf)={
   [junit4]    >   "maxShardsPerNode":"1",
   [junit4]    >   "replicationFactor":"3",
   [junit4]    >   "shards":{"shard1":{
   [junit4]    >       "range":"80000000-7fffffff",
   [junit4]    >       "state":"active",
   [junit4]    >       "replicas":{
   [junit4]    >         "core_node1":{
   [junit4]    >           "node_name":"127.0.0.1:35892_ksox%2Fcl",
   [junit4]    >           "core":"c8n_1x3_lf_shard1_replica2",
   [junit4]    >           "state":"down",
   [junit4]    >           "base_url":"http://127.0.0.1:35892/ksox/cl"},
   [junit4]    >         "core_node2":{
   [junit4]    >           "node_name":"127.0.0.1:57673_ksox%2Fcl",
   [junit4]    >           "core":"c8n_1x3_lf_shard1_replica3",
   [junit4]    >           "state":"active",
   [junit4]    >           "base_url":"http://127.0.0.1:57673/ksox/cl";,
   [junit4]    >           "leader":"true"},
   [junit4]    >         "core_node3":{
   [junit4]    >           "state":"down",
   [junit4]    >           "base_url":"http://127.0.0.1:53194/ksox/cl";,
   [junit4]    >           "core":"c8n_1x3_lf_shard1_replica1",
   [junit4]    >           "node_name":"127.0.0.1:53194_ksox%2Fcl"}}}},
   [junit4]    >   "router":{"name":"compositeId"},
   [junit4]    >   "autoAddReplicas":"false"}
   [junit4]    >        at 
__randomizedtesting.SeedInfo.seed([F705440E23529F77:7F517BD48DAEF28F]:0)
   [junit4]    >        at 
org.apache.solr.cloud.LeaderFailoverAfterPartitionTest.testRf3WithLeaderFailover(LeaderFailoverAfterPartitionTest.java:171)
   [junit4]    >        at 
org.apache.solr.cloud.LeaderFailoverAfterPartitionTest.test(LeaderFailoverAfterPartitionTest.java:56)
   [junit4]    >        at 
org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsFixedStatement.callStatement(BaseDistributedSearchTestCase.java:965)
   [junit4]    >        at 
org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsStatement.evaluate(BaseDistributedSearchTestCase.java:940)
   [junit4]    >        at java.lang.Thread.run(Thread.java:745)
   [junit4]   2> 1022628 INFO  
(SUITE-LeaderFailoverAfterPartitionTest-seed#[F705440E23529F77]-worker) 
[n:127.0.0.1:33895_ksox%2Fcl c:collection1 s:shard1 r:core_node3 x:collection1] 
o.a.s.SolrTestCaseJ4 ###deleteCore
   [junit4]   2> NOTE: leaving temporary files on disk at: 
/export/home/jenkins/workspace/Lucene-Solr-5.x-Solaris/solr/build/solr-core/test/J0/temp/solr.cloud.LeaderFailoverAfterPartitionTest_F705440E23529F77-001
   [junit4]   2> Dec 12, 2015 3:32:50 AM 
com.carrotsearch.randomizedtesting.ThreadLeakControl checkThreadLeaks
   [junit4]   2> WARNING: Will linger awaiting termination of 2 leaked 
thread(s).
   [junit4]   2> 1023001 WARN  
(OverseerStateUpdate-95020059474133003-127.0.0.1:53194_ksox%2Fcl-n_0000000002) 
[n:127.0.0.1:53194_ksox%2Fcl    ] o.a.s.c.Overseer Solr cannot talk to ZK, 
exiting Overseer main queue loop
   [junit4]   2> org.apache.zookeeper.KeeperException$SessionExpiredException: 
KeeperErrorCode = Session expired for /overseer/queue/qn-0000000046
   [junit4]   2>        at 
org.apache.zookeeper.KeeperException.create(KeeperException.java:127)
   [junit4]   2>        at 
org.apache.zookeeper.KeeperException.create(KeeperException.java:51)
   [junit4]   2>        at 
org.apache.zookeeper.ZooKeeper.getData(ZooKeeper.java:1155)
   [junit4]   2>        at 
org.apache.solr.common.cloud.SolrZkClient$7.execute(SolrZkClient.java:345)
   [junit4]   2>        at 
org.apache.solr.common.cloud.SolrZkClient$7.execute(SolrZkClient.java:342)
   [junit4]   2>        at 
org.apache.solr.common.cloud.ZkCmdExecutor.retryOperation(ZkCmdExecutor.java:61)
   [junit4]   2>        at 
org.apache.solr.common.cloud.SolrZkClient.getData(SolrZkClient.java:342)
   [junit4]   2>        at 
org.apache.solr.cloud.DistributedQueue.removeFirst(DistributedQueue.java:386)
   [junit4]   2>        at 
org.apache.solr.cloud.DistributedQueue.poll(DistributedQueue.java:189)
   [junit4]   2>        at 
org.apache.solr.cloud.Overseer$ClusterStateUpdater.run(Overseer.java:230)
   [junit4]   2>        at java.lang.Thread.run(Thread.java:745)
   [junit4]   2> 1023001 INFO  
(OverseerStateUpdate-95020059474133003-127.0.0.1:53194_ksox%2Fcl-n_0000000002) 
[n:127.0.0.1:53194_ksox%2Fcl    ] o.a.s.c.Overseer Overseer Loop exiting : 
127.0.0.1:53194_ksox%2Fcl
   [junit4]   2> NOTE: test params are: codec=Lucene54, 
sim=RandomSimilarityProvider(queryNorm=true,coord=yes): {}, locale=es_PY, 
timezone=Europe/Vienna
   [junit4]   2> NOTE: SunOS 5.11 amd64/Oracle Corporation 1.7.0_91 
(64-bit)/cpus=3,threads=1,free=112630080,total=408207360
   [junit4]   2> NOTE: All tests run in this JVM: [SimpleFacetsTest, 
HdfsBasicDistributedZk2Test, DirectSolrSpellCheckerTest, TestReqParamsAPI, 
TestNamedUpdateProcessors, DisMaxRequestHandlerTest, TestXIncludeConfig, 
TestComplexPhraseQParserPlugin, CircularListTest, TestDocumentBuilder, 
ClusterStateUpdateTest, TestSearcherReuse, TestHighlightDedupGrouping, 
TimeZoneUtilsTest, TestHashPartitioner, HdfsUnloadDistributedZkTest, 
DocValuesMultiTest, HLLUtilTest, HdfsCollectionsAPIDistributedZkTest, 
XsltUpdateRequestHandlerTest, TestStandardQParsers, CheckHdfsIndexTest, 
RequiredFieldsTest, SolrCoreTest, TestRequestForwarding, 
TestConfigSetsAPIZkFailure, TestLMDirichletSimilarityFactory, TestSort, 
TestFunctionQuery, StressHdfsTest, BadCopyFieldTest, TestFieldSortValues, 
RestartWhileUpdatingTest, PrimitiveFieldTypeTest, TestDistribIDF, 
TestPhraseSuggestions, ResponseHeaderTest, ShardRoutingTest, TestLazyCores, 
AlternateDirectoryTest, QueryElevationComponentTest, BasicAuthIntegrationTest, 
MultiThreadedOCPTest, DocumentBuilderTest, TestCursorMarkWithoutUniqueKey, 
TestDocSet, DocumentAnalysisRequestHandlerTest, BlockDirectoryTest, 
TestAuthenticationFramework, TestConfigOverlay, ReturnFieldsTest, 
TestSolrQueryParserResource, ConfigSetsAPITest, 
TestNonDefinedSimilarityFactory, DistributedFacetPivotWhiteBoxTest, 
TestPseudoReturnFields, SchemaVersionSpecificBehaviorTest, TestBulkSchemaAPI, 
AnalyticsQueryTest, DistributedFacetPivotLargeTest, RequestLoggingTest, 
ZkControllerTest, SmileWriterTest, DOMUtilTest, 
TestRuleBasedAuthorizationPlugin, CursorPagingTest, 
DocExpirationUpdateProcessorFactoryTest, TestFastLRUCache, SpatialFilterTest, 
TestStressLucene, TestJmxMonitoredMap, TestArbitraryIndexDir, 
TestRandomDVFaceting, TestSerializedLuceneMatchVersion, 
TestDistribDocBasedVersion, TestAnalyzedSuggestions, RuleEngineTest, 
HdfsChaosMonkeyNothingIsSafeTest, TestLeaderInitiatedRecoveryThread, 
PrimUtilsTest, DistributedQueryElevationComponentTest, 
TestManagedResourceStorage, LeaderFailoverAfterPartitionTest]
   [junit4] Completed [181/555 (1!)] on J0 in 126.89s, 1 test, 1 failure <<< 
FAILURES!

[...truncated 1175 lines...]
BUILD FAILED
/export/home/jenkins/workspace/Lucene-Solr-5.x-Solaris/build.xml:794: The 
following error occurred while executing this line:
/export/home/jenkins/workspace/Lucene-Solr-5.x-Solaris/build.xml:738: The 
following error occurred while executing this line:
/export/home/jenkins/workspace/Lucene-Solr-5.x-Solaris/build.xml:59: The 
following error occurred while executing this line:
/export/home/jenkins/workspace/Lucene-Solr-5.x-Solaris/solr/build.xml:233: The 
following error occurred while executing this line:
/export/home/jenkins/workspace/Lucene-Solr-5.x-Solaris/solr/common-build.xml:526:
 The following error occurred while executing this line:
/export/home/jenkins/workspace/Lucene-Solr-5.x-Solaris/lucene/common-build.xml:1456:
 The following error occurred while executing this line:
/export/home/jenkins/workspace/Lucene-Solr-5.x-Solaris/lucene/common-build.xml:1010:
 There were test failures: 555 suites (7 ignored), 2192 tests, 1 failure, 53 
ignored (38 assumptions) [seed: F705440E23529F77]

Total time: 82 minutes 47 seconds
Build step 'Invoke Ant' marked build as failure
Archiving artifacts
[WARNINGS] Skipping publisher since build result is FAILURE
Recording test results
Email was triggered for: Failure - Any
Sending email for trigger: Failure - Any


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to