You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@lucene.apache.org by Policeman Jenkins Server <je...@thetaphi.de> on 2016/02/05 08:44:59 UTC

[JENKINS] Lucene-Solr-trunk-Solaris (64bit/jdk1.8.0) - Build # 381 - Still Failing!

Build: http://jenkins.thetaphi.de/job/Lucene-Solr-trunk-Solaris/381/
Java: 64bit/jdk1.8.0 -XX:-UseCompressedOops -XX:+UseSerialGC

4 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:{"core":"c8n_1x3_lf_shard1_replica1","base_url":"http://127.0.0.1:61032","node_name":"127.0.0.1:61032_","state":"active","leader":"true"}]; clusterState: DocCollection(c8n_1x3_lf)={   "replicationFactor":"3",   "shards":{"shard1":{       "range":"80000000-7fffffff",       "state":"active",       "replicas":{         "core_node1":{           "state":"down",           "base_url":"http://127.0.0.1:49481",           "core":"c8n_1x3_lf_shard1_replica2",           "node_name":"127.0.0.1:49481_"},         "core_node2":{           "core":"c8n_1x3_lf_shard1_replica1",           "base_url":"http://127.0.0.1:61032",           "node_name":"127.0.0.1:61032_",           "state":"active",           "leader":"true"},         "core_node3":{           "core":"c8n_1x3_lf_shard1_replica3",           "base_url":"http://127.0.0.1:35605",           "node_name":"127.0.0.1:35605_",           "state":"down"}}}},   "router":{"name":"compositeId"},   "maxShardsPerNode":"1",   "autoAddReplicas":"false"}

Stack Trace:
java.lang.AssertionError: Expected 2 of 3 replicas to be active but only found 1; [core_node2:{"core":"c8n_1x3_lf_shard1_replica1","base_url":"http://127.0.0.1:61032","node_name":"127.0.0.1:61032_","state":"active","leader":"true"}]; clusterState: DocCollection(c8n_1x3_lf)={
  "replicationFactor":"3",
  "shards":{"shard1":{
      "range":"80000000-7fffffff",
      "state":"active",
      "replicas":{
        "core_node1":{
          "state":"down",
          "base_url":"http://127.0.0.1:49481",
          "core":"c8n_1x3_lf_shard1_replica2",
          "node_name":"127.0.0.1:49481_"},
        "core_node2":{
          "core":"c8n_1x3_lf_shard1_replica1",
          "base_url":"http://127.0.0.1:61032",
          "node_name":"127.0.0.1:61032_",
          "state":"active",
          "leader":"true"},
        "core_node3":{
          "core":"c8n_1x3_lf_shard1_replica3",
          "base_url":"http://127.0.0.1:35605",
          "node_name":"127.0.0.1:35605_",
          "state":"down"}}}},
  "router":{"name":"compositeId"},
  "maxShardsPerNode":"1",
  "autoAddReplicas":"false"}
	at __randomizedtesting.SeedInfo.seed([77FFFE300CEE5E76:FFABC1EAA212338E]: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:170)
	at org.apache.solr.cloud.LeaderFailoverAfterPartitionTest.test(LeaderFailoverAfterPartitionTest.java:55)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:498)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java: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:964)
	at org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsStatement.evaluate(BaseDistributedSearchTestCase.java:939)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:367)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java: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:45)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:367)
	at java.lang.Thread.run(Thread.java:745)


FAILED:  org.apache.solr.index.hdfs.CheckHdfsIndexTest.testBogusTermVectors

Error Message:
java.util.concurrent.TimeoutException: Could not connect to ZooKeeper 127.0.0.1:36279 within 45000 ms

Stack Trace:
org.apache.solr.common.SolrException: java.util.concurrent.TimeoutException: Could not connect to ZooKeeper 127.0.0.1:36279 within 45000 ms
	at __randomizedtesting.SeedInfo.seed([77FFFE300CEE5E76:71FB585063D16926]:0)
	at org.apache.solr.common.cloud.SolrZkClient.<init>(SolrZkClient.java:181)
	at org.apache.solr.common.cloud.SolrZkClient.<init>(SolrZkClient.java:115)
	at org.apache.solr.common.cloud.SolrZkClient.<init>(SolrZkClient.java:105)
	at org.apache.solr.cloud.AbstractZkTestCase.buildZooKeeper(AbstractZkTestCase.java:88)
	at org.apache.solr.cloud.AbstractZkTestCase.buildZooKeeper(AbstractZkTestCase.java:82)
	at org.apache.solr.cloud.AbstractDistribZkTestBase.distribSetUp(AbstractDistribZkTestBase.java:75)
	at org.apache.solr.cloud.AbstractFullDistribZkTestBase.distribSetUp(AbstractFullDistribZkTestBase.java:217)
	at org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsStatement.evaluate(BaseDistributedSearchTestCase.java:934)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:367)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java: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:45)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:367)
	at java.lang.Thread.run(Thread.java:745)
Caused by: java.util.concurrent.TimeoutException: Could not connect to ZooKeeper 127.0.0.1:36279 within 45000 ms
	at org.apache.solr.common.cloud.ConnectionManager.waitForConnected(ConnectionManager.java:208)
	at org.apache.solr.common.cloud.SolrZkClient.<init>(SolrZkClient.java:173)
	... 38 more


FAILED:  junit.framework.TestSuite.org.apache.solr.index.hdfs.CheckHdfsIndexTest

Error Message:
5 threads leaked from SUITE scope at org.apache.solr.index.hdfs.CheckHdfsIndexTest:     1) Thread[id=5733, name=NIOServerCxn.Factory:0.0.0.0/0.0.0.0:0, state=RUNNABLE, group=TGRP-CheckHdfsIndexTest]         at sun.nio.ch.DevPollArrayWrapper.poll0(Native Method)         at sun.nio.ch.DevPollArrayWrapper.poll(DevPollArrayWrapper.java:223)         at sun.nio.ch.DevPollSelectorImpl.doSelect(DevPollSelectorImpl.java:98)         at sun.nio.ch.SelectorImpl.lockAndDoSelect(SelectorImpl.java:86)         at sun.nio.ch.SelectorImpl.select(SelectorImpl.java:97)         at org.apache.zookeeper.server.NIOServerCnxnFactory.run(NIOServerCnxnFactory.java:178)         at java.lang.Thread.run(Thread.java:745)    2) Thread[id=5734, name=SessionTracker, state=TIMED_WAITING, group=TGRP-CheckHdfsIndexTest]         at java.lang.Object.wait(Native Method)         at org.apache.zookeeper.server.SessionTrackerImpl.run(SessionTrackerImpl.java:146)    3) Thread[id=5735, name=SyncThread:0, state=WAITING, group=TGRP-CheckHdfsIndexTest]         at sun.misc.Unsafe.park(Native Method)         at java.util.concurrent.locks.LockSupport.park(LockSupport.java:175)         at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:2039)         at java.util.concurrent.LinkedBlockingQueue.take(LinkedBlockingQueue.java:442)         at org.apache.zookeeper.server.SyncRequestProcessor.run(SyncRequestProcessor.java:127)    4) Thread[id=5732, name=Thread-2344, state=WAITING, group=TGRP-CheckHdfsIndexTest]         at java.lang.Object.wait(Native Method)         at java.lang.Thread.join(Thread.java:1245)         at java.lang.Thread.join(Thread.java:1319)         at org.apache.zookeeper.server.NIOServerCnxnFactory.join(NIOServerCnxnFactory.java:302)         at org.apache.solr.cloud.ZkTestServer$ZKServerMain.runFromConfig(ZkTestServer.java:310)         at org.apache.solr.cloud.ZkTestServer$2.run(ZkTestServer.java:491)    5) Thread[id=5736, name=ProcessThread(sid:0 cport:-1):, state=WAITING, group=TGRP-CheckHdfsIndexTest]         at sun.misc.Unsafe.park(Native Method)         at java.util.concurrent.locks.LockSupport.park(LockSupport.java:175)         at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:2039)         at java.util.concurrent.LinkedBlockingQueue.take(LinkedBlockingQueue.java:442)         at org.apache.zookeeper.server.PrepRequestProcessor.run(PrepRequestProcessor.java:120)

Stack Trace:
com.carrotsearch.randomizedtesting.ThreadLeakError: 5 threads leaked from SUITE scope at org.apache.solr.index.hdfs.CheckHdfsIndexTest: 
   1) Thread[id=5733, name=NIOServerCxn.Factory:0.0.0.0/0.0.0.0:0, state=RUNNABLE, group=TGRP-CheckHdfsIndexTest]
        at sun.nio.ch.DevPollArrayWrapper.poll0(Native Method)
        at sun.nio.ch.DevPollArrayWrapper.poll(DevPollArrayWrapper.java:223)
        at sun.nio.ch.DevPollSelectorImpl.doSelect(DevPollSelectorImpl.java:98)
        at sun.nio.ch.SelectorImpl.lockAndDoSelect(SelectorImpl.java:86)
        at sun.nio.ch.SelectorImpl.select(SelectorImpl.java:97)
        at org.apache.zookeeper.server.NIOServerCnxnFactory.run(NIOServerCnxnFactory.java:178)
        at java.lang.Thread.run(Thread.java:745)
   2) Thread[id=5734, name=SessionTracker, state=TIMED_WAITING, group=TGRP-CheckHdfsIndexTest]
        at java.lang.Object.wait(Native Method)
        at org.apache.zookeeper.server.SessionTrackerImpl.run(SessionTrackerImpl.java:146)
   3) Thread[id=5735, name=SyncThread:0, state=WAITING, group=TGRP-CheckHdfsIndexTest]
        at sun.misc.Unsafe.park(Native Method)
        at java.util.concurrent.locks.LockSupport.park(LockSupport.java:175)
        at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:2039)
        at java.util.concurrent.LinkedBlockingQueue.take(LinkedBlockingQueue.java:442)
        at org.apache.zookeeper.server.SyncRequestProcessor.run(SyncRequestProcessor.java:127)
   4) Thread[id=5732, name=Thread-2344, state=WAITING, group=TGRP-CheckHdfsIndexTest]
        at java.lang.Object.wait(Native Method)
        at java.lang.Thread.join(Thread.java:1245)
        at java.lang.Thread.join(Thread.java:1319)
        at org.apache.zookeeper.server.NIOServerCnxnFactory.join(NIOServerCnxnFactory.java:302)
        at org.apache.solr.cloud.ZkTestServer$ZKServerMain.runFromConfig(ZkTestServer.java:310)
        at org.apache.solr.cloud.ZkTestServer$2.run(ZkTestServer.java:491)
   5) Thread[id=5736, name=ProcessThread(sid:0 cport:-1):, state=WAITING, group=TGRP-CheckHdfsIndexTest]
        at sun.misc.Unsafe.park(Native Method)
        at java.util.concurrent.locks.LockSupport.park(LockSupport.java:175)
        at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:2039)
        at java.util.concurrent.LinkedBlockingQueue.take(LinkedBlockingQueue.java:442)
        at org.apache.zookeeper.server.PrepRequestProcessor.run(PrepRequestProcessor.java:120)
	at __randomizedtesting.SeedInfo.seed([77FFFE300CEE5E76]:0)


FAILED:  junit.framework.TestSuite.org.apache.solr.index.hdfs.CheckHdfsIndexTest

Error Message:
There are still zombie threads that couldn't be terminated:    1) Thread[id=5733, name=NIOServerCxn.Factory:0.0.0.0/0.0.0.0:0, state=RUNNABLE, group=TGRP-CheckHdfsIndexTest]         at sun.nio.ch.DevPollArrayWrapper.interrupt(Native Method)         at sun.nio.ch.DevPollArrayWrapper.interrupt(DevPollArrayWrapper.java:300)         at sun.nio.ch.DevPollSelectorImpl.wakeup(DevPollSelectorImpl.java:207)         at java.nio.channels.spi.AbstractSelector$1.interrupt(AbstractSelector.java:213)         at java.nio.channels.spi.AbstractSelector.begin(AbstractSelector.java:219)         at sun.nio.ch.DevPollSelectorImpl.doSelect(DevPollSelectorImpl.java:97)         at sun.nio.ch.SelectorImpl.lockAndDoSelect(SelectorImpl.java:86)         at sun.nio.ch.SelectorImpl.select(SelectorImpl.java:97)         at org.apache.zookeeper.server.NIOServerCnxnFactory.run(NIOServerCnxnFactory.java:178)         at java.lang.Thread.run(Thread.java:745)

Stack Trace:
com.carrotsearch.randomizedtesting.ThreadLeakError: There are still zombie threads that couldn't be terminated:
   1) Thread[id=5733, name=NIOServerCxn.Factory:0.0.0.0/0.0.0.0:0, state=RUNNABLE, group=TGRP-CheckHdfsIndexTest]
        at sun.nio.ch.DevPollArrayWrapper.interrupt(Native Method)
        at sun.nio.ch.DevPollArrayWrapper.interrupt(DevPollArrayWrapper.java:300)
        at sun.nio.ch.DevPollSelectorImpl.wakeup(DevPollSelectorImpl.java:207)
        at java.nio.channels.spi.AbstractSelector$1.interrupt(AbstractSelector.java:213)
        at java.nio.channels.spi.AbstractSelector.begin(AbstractSelector.java:219)
        at sun.nio.ch.DevPollSelectorImpl.doSelect(DevPollSelectorImpl.java:97)
        at sun.nio.ch.SelectorImpl.lockAndDoSelect(SelectorImpl.java:86)
        at sun.nio.ch.SelectorImpl.select(SelectorImpl.java:97)
        at org.apache.zookeeper.server.NIOServerCnxnFactory.run(NIOServerCnxnFactory.java:178)
        at java.lang.Thread.run(Thread.java:745)
	at __randomizedtesting.SeedInfo.seed([77FFFE300CEE5E76]:0)




Build Log:
[...truncated 10277 lines...]
   [junit4] Suite: org.apache.solr.cloud.LeaderFailoverAfterPartitionTest
   [junit4]   2> Creating dataDir: /export/home/jenkins/workspace/Lucene-Solr-trunk-Solaris/solr/build/solr-core/test/J0/temp/solr.cloud.LeaderFailoverAfterPartitionTest_77FFFE300CEE5E76-001/init-core-data-001
   [junit4]   2> 170151 INFO  (SUITE-LeaderFailoverAfterPartitionTest-seed#[77FFFE300CEE5E76]-worker) [    ] o.a.s.BaseDistributedSearchTestCase Setting hostContext system property: /
   [junit4]   2> 170155 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[77FFFE300CEE5E76]) [    ] o.a.s.c.ZkTestServer STARTING ZK TEST SERVER
   [junit4]   2> 170155 INFO  (Thread-463) [    ] o.a.s.c.ZkTestServer client port:0.0.0.0/0.0.0.0:0
   [junit4]   2> 170155 INFO  (Thread-463) [    ] o.a.s.c.ZkTestServer Starting server
   [junit4]   2> 170255 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[77FFFE300CEE5E76]) [    ] o.a.s.c.ZkTestServer start zk server on port:56856
   [junit4]   2> 170255 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[77FFFE300CEE5E76]) [    ] o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
   [junit4]   2> 170256 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[77FFFE300CEE5E76]) [    ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 170260 INFO  (zkCallback-204-thread-1) [    ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@6982223c name:ZooKeeperConnection Watcher:127.0.0.1:56856 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 170260 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[77FFFE300CEE5E76]) [    ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 170260 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[77FFFE300CEE5E76]) [    ] o.a.s.c.c.SolrZkClient Using default ZkACLProvider
   [junit4]   2> 170260 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[77FFFE300CEE5E76]) [    ] o.a.s.c.c.SolrZkClient makePath: /solr
   [junit4]   2> 170264 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[77FFFE300CEE5E76]) [    ] o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
   [junit4]   2> 170265 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[77FFFE300CEE5E76]) [    ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 170267 INFO  (zkCallback-205-thread-1) [    ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@a5f78ef name:ZooKeeperConnection Watcher:127.0.0.1:56856/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 170268 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[77FFFE300CEE5E76]) [    ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 170268 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[77FFFE300CEE5E76]) [    ] o.a.s.c.c.SolrZkClient Using default ZkACLProvider
   [junit4]   2> 170268 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[77FFFE300CEE5E76]) [    ] o.a.s.c.c.SolrZkClient makePath: /collections/collection1
   [junit4]   2> 170271 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[77FFFE300CEE5E76]) [    ] o.a.s.c.c.SolrZkClient makePath: /collections/collection1/shards
   [junit4]   2> 170273 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[77FFFE300CEE5E76]) [    ] o.a.s.c.c.SolrZkClient makePath: /collections/control_collection
   [junit4]   2> 170277 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[77FFFE300CEE5E76]) [    ] o.a.s.c.c.SolrZkClient makePath: /collections/control_collection/shards
   [junit4]   2> 170280 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[77FFFE300CEE5E76]) [    ] o.a.s.c.AbstractZkTestCase put /export/home/jenkins/workspace/Lucene-Solr-trunk-Solaris/solr/core/src/test-files/solr/collection1/conf/solrconfig-tlog.xml to /configs/conf1/solrconfig.xml
   [junit4]   2> 170281 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[77FFFE300CEE5E76]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/conf1/solrconfig.xml
   [junit4]   2> 170285 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[77FFFE300CEE5E76]) [    ] o.a.s.c.AbstractZkTestCase put /export/home/jenkins/workspace/Lucene-Solr-trunk-Solaris/solr/core/src/test-files/solr/collection1/conf/schema.xml to /configs/conf1/schema.xml
   [junit4]   2> 170286 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[77FFFE300CEE5E76]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/conf1/schema.xml
   [junit4]   2> 170289 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[77FFFE300CEE5E76]) [    ] o.a.s.c.AbstractZkTestCase put /export/home/jenkins/workspace/Lucene-Solr-trunk-Solaris/solr/core/src/test-files/solr/collection1/conf/solrconfig.snippet.randomindexconfig.xml to /configs/conf1/solrconfig.snippet.randomindexconfig.xml
   [junit4]   2> 170290 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[77FFFE300CEE5E76]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/conf1/solrconfig.snippet.randomindexconfig.xml
   [junit4]   2> 170292 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[77FFFE300CEE5E76]) [    ] o.a.s.c.AbstractZkTestCase put /export/home/jenkins/workspace/Lucene-Solr-trunk-Solaris/solr/core/src/test-files/solr/collection1/conf/stopwords.txt to /configs/conf1/stopwords.txt
   [junit4]   2> 170292 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[77FFFE300CEE5E76]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/conf1/stopwords.txt
   [junit4]   2> 170295 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[77FFFE300CEE5E76]) [    ] o.a.s.c.AbstractZkTestCase put /export/home/jenkins/workspace/Lucene-Solr-trunk-Solaris/solr/core/src/test-files/solr/collection1/conf/protwords.txt to /configs/conf1/protwords.txt
   [junit4]   2> 170295 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[77FFFE300CEE5E76]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/conf1/protwords.txt
   [junit4]   2> 170297 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[77FFFE300CEE5E76]) [    ] o.a.s.c.AbstractZkTestCase put /export/home/jenkins/workspace/Lucene-Solr-trunk-Solaris/solr/core/src/test-files/solr/collection1/conf/currency.xml to /configs/conf1/currency.xml
   [junit4]   2> 170297 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[77FFFE300CEE5E76]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/conf1/currency.xml
   [junit4]   2> 170300 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[77FFFE300CEE5E76]) [    ] o.a.s.c.AbstractZkTestCase put /export/home/jenkins/workspace/Lucene-Solr-trunk-Solaris/solr/core/src/test-files/solr/collection1/conf/enumsConfig.xml to /configs/conf1/enumsConfig.xml
   [junit4]   2> 170300 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[77FFFE300CEE5E76]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/conf1/enumsConfig.xml
   [junit4]   2> 170303 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[77FFFE300CEE5E76]) [    ] o.a.s.c.AbstractZkTestCase put /export/home/jenkins/workspace/Lucene-Solr-trunk-Solaris/solr/core/src/test-files/solr/collection1/conf/open-exchange-rates.json to /configs/conf1/open-exchange-rates.json
   [junit4]   2> 170303 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[77FFFE300CEE5E76]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/conf1/open-exchange-rates.json
   [junit4]   2> 170305 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[77FFFE300CEE5E76]) [    ] o.a.s.c.AbstractZkTestCase put /export/home/jenkins/workspace/Lucene-Solr-trunk-Solaris/solr/core/src/test-files/solr/collection1/conf/mapping-ISOLatin1Accent.txt to /configs/conf1/mapping-ISOLatin1Accent.txt
   [junit4]   2> 170306 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[77FFFE300CEE5E76]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/conf1/mapping-ISOLatin1Accent.txt
   [junit4]   2> 170309 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[77FFFE300CEE5E76]) [    ] o.a.s.c.AbstractZkTestCase put /export/home/jenkins/workspace/Lucene-Solr-trunk-Solaris/solr/core/src/test-files/solr/collection1/conf/old_synonyms.txt to /configs/conf1/old_synonyms.txt
   [junit4]   2> 170309 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[77FFFE300CEE5E76]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/conf1/old_synonyms.txt
   [junit4]   2> 170312 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[77FFFE300CEE5E76]) [    ] o.a.s.c.AbstractZkTestCase put /export/home/jenkins/workspace/Lucene-Solr-trunk-Solaris/solr/core/src/test-files/solr/collection1/conf/synonyms.txt to /configs/conf1/synonyms.txt
   [junit4]   2> 170312 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[77FFFE300CEE5E76]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/conf1/synonyms.txt
   [junit4]   2> 170556 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[77FFFE300CEE5E76]) [    ] o.a.s.SolrTestCaseJ4 Writing core.properties file to /export/home/jenkins/workspace/Lucene-Solr-trunk-Solaris/solr/build/solr-core/test/J0/temp/solr.cloud.LeaderFailoverAfterPartitionTest_77FFFE300CEE5E76-001/control-001/cores/collection1
   [junit4]   2> 170571 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[77FFFE300CEE5E76]) [    ] o.e.j.s.Server jetty-9.2.13.v20150730
   [junit4]   2> 170590 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[77FFFE300CEE5E76]) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@95158e7{/,null,AVAILABLE}
   [junit4]   2> 170593 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[77FFFE300CEE5E76]) [    ] o.e.j.s.ServerConnector Started ServerConnector@6d1a4355{HTTP/1.1}{127.0.0.1:61243}
   [junit4]   2> 170593 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[77FFFE300CEE5E76]) [    ] o.e.j.s.Server Started @173356ms
   [junit4]   2> 170593 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[77FFFE300CEE5E76]) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {solr.data.dir=/export/home/jenkins/workspace/Lucene-Solr-trunk-Solaris/solr/build/solr-core/test/J0/temp/solr.cloud.LeaderFailoverAfterPartitionTest_77FFFE300CEE5E76-001/tempDir-001/control/data, hostContext=/, hostPort=60565, coreRootDirectory=/export/home/jenkins/workspace/Lucene-Solr-trunk-Solaris/solr/build/solr-core/test/J0/temp/solr.cloud.LeaderFailoverAfterPartitionTest_77FFFE300CEE5E76-001/control-001/cores}
   [junit4]   2> 170594 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[77FFFE300CEE5E76]) [    ] o.a.s.s.SolrDispatchFilter SolrDispatchFilter.init(): sun.misc.Launcher$AppClassLoader@6d06d69c
   [junit4]   2> 170594 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[77FFFE300CEE5E76]) [    ] o.a.s.c.SolrResourceLoader new SolrResourceLoader for directory: '/export/home/jenkins/workspace/Lucene-Solr-trunk-Solaris/solr/build/solr-core/test/J0/temp/solr.cloud.LeaderFailoverAfterPartitionTest_77FFFE300CEE5E76-001/control-001'
   [junit4]   2> 170594 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[77FFFE300CEE5E76]) [    ] o.a.s.c.SolrResourceLoader JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 170594 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[77FFFE300CEE5E76]) [    ] o.a.s.c.SolrResourceLoader solr home defaulted to 'solr/' (could not find system property or JNDI)
   [junit4]   2> 170594 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[77FFFE300CEE5E76]) [    ] o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
   [junit4]   2> 170595 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[77FFFE300CEE5E76]) [    ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 170599 INFO  (zkCallback-206-thread-1) [    ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@673a7750 name:ZooKeeperConnection Watcher:127.0.0.1:56856/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 170599 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[77FFFE300CEE5E76]) [    ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 170599 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[77FFFE300CEE5E76]) [    ] o.a.s.c.c.SolrZkClient Using default ZkACLProvider
   [junit4]   2> 170600 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[77FFFE300CEE5E76]) [    ] o.a.s.s.SolrDispatchFilter Loading solr.xml from SolrHome (not found in ZooKeeper)
   [junit4]   2> 170600 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[77FFFE300CEE5E76]) [    ] o.a.s.c.SolrXmlConfig Loading container configuration from /export/home/jenkins/workspace/Lucene-Solr-trunk-Solaris/solr/build/solr-core/test/J0/temp/solr.cloud.LeaderFailoverAfterPartitionTest_77FFFE300CEE5E76-001/control-001/solr.xml
   [junit4]   2> 170608 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[77FFFE300CEE5E76]) [    ] o.a.s.c.CorePropertiesLocator Config-defined core root directory: /export/home/jenkins/workspace/Lucene-Solr-trunk-Solaris/solr/build/solr-core/test/J0/temp/solr.cloud.LeaderFailoverAfterPartitionTest_77FFFE300CEE5E76-001/control-001/cores
   [junit4]   2> 170608 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[77FFFE300CEE5E76]) [    ] o.a.s.c.CoreContainer New CoreContainer 1822268929
   [junit4]   2> 170608 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[77FFFE300CEE5E76]) [    ] o.a.s.c.CoreContainer Loading cores into CoreContainer [instanceDir=/export/home/jenkins/workspace/Lucene-Solr-trunk-Solaris/solr/build/solr-core/test/J0/temp/solr.cloud.LeaderFailoverAfterPartitionTest_77FFFE300CEE5E76-001/control-001]
   [junit4]   2> 170608 WARN  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[77FFFE300CEE5E76]) [    ] o.a.s.c.CoreContainer Couldn't add files from /export/home/jenkins/workspace/Lucene-Solr-trunk-Solaris/solr/build/solr-core/test/J0/temp/solr.cloud.LeaderFailoverAfterPartitionTest_77FFFE300CEE5E76-001/control-001/lib to classpath: /export/home/jenkins/workspace/Lucene-Solr-trunk-Solaris/solr/build/solr-core/test/J0/temp/solr.cloud.LeaderFailoverAfterPartitionTest_77FFFE300CEE5E76-001/control-001/lib
   [junit4]   2> 170609 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[77FFFE300CEE5E76]) [    ] 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> 170611 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[77FFFE300CEE5E76]) [    ] o.a.s.u.UpdateShardHandler Creating UpdateShardHandler HTTP client with params: socketTimeout=340000&connTimeout=45000&retry=true
   [junit4]   2> 170612 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[77FFFE300CEE5E76]) [    ] o.a.s.l.LogWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory
   [junit4]   2> 170612 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[77FFFE300CEE5E76]) [    ] o.a.s.l.LogWatcher Registering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)]
   [junit4]   2> 170612 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[77FFFE300CEE5E76]) [    ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:56856/solr
   [junit4]   2> 170612 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[77FFFE300CEE5E76]) [    ] o.a.s.c.ZkController zkHost includes chroot
   [junit4]   2> 170612 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[77FFFE300CEE5E76]) [    ] o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
   [junit4]   2> 170613 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[77FFFE300CEE5E76]) [    ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 170615 INFO  (zkCallback-209-thread-1) [    ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@37be1d38 name:ZooKeeperConnection Watcher:127.0.0.1:56856 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 170615 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[77FFFE300CEE5E76]) [    ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 170615 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[77FFFE300CEE5E76]) [    ] o.a.s.c.c.SolrZkClient Using default ZkACLProvider
   [junit4]   2> 170626 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[77FFFE300CEE5E76]) [n:127.0.0.1:60565_    ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 170629 INFO  (zkCallback-210-thread-1-processing-n:127.0.0.1:60565_) [n:127.0.0.1:60565_    ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@7e3db3fa name:ZooKeeperConnection Watcher:127.0.0.1:56856/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 170629 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[77FFFE300CEE5E76]) [n:127.0.0.1:60565_    ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 170631 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[77FFFE300CEE5E76]) [n:127.0.0.1:60565_    ] o.a.s.c.c.SolrZkClient makePath: /overseer/queue
   [junit4]   2> 170642 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[77FFFE300CEE5E76]) [n:127.0.0.1:60565_    ] o.a.s.c.c.SolrZkClient makePath: /overseer/collection-queue-work
   [junit4]   2> 170647 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[77FFFE300CEE5E76]) [n:127.0.0.1:60565_    ] o.a.s.c.c.SolrZkClient makePath: /overseer/collection-map-running
   [junit4]   2> 170650 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[77FFFE300CEE5E76]) [n:127.0.0.1:60565_    ] o.a.s.c.c.SolrZkClient makePath: /overseer/collection-map-completed
   [junit4]   2> 170653 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[77FFFE300CEE5E76]) [n:127.0.0.1:60565_    ] o.a.s.c.c.SolrZkClient makePath: /overseer/collection-map-failure
   [junit4]   2> 170663 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[77FFFE300CEE5E76]) [n:127.0.0.1:60565_    ] o.a.s.c.c.SolrZkClient makePath: /live_nodes
   [junit4]   2> 170665 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[77FFFE300CEE5E76]) [n:127.0.0.1:60565_    ] o.a.s.c.c.SolrZkClient makePath: /aliases.json
   [junit4]   2> 170667 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[77FFFE300CEE5E76]) [n:127.0.0.1:60565_    ] o.a.s.c.c.SolrZkClient makePath: /clusterstate.json
   [junit4]   2> 170669 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[77FFFE300CEE5E76]) [n:127.0.0.1:60565_    ] o.a.s.c.c.SolrZkClient makePath: /security.json
   [junit4]   2> 170670 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[77FFFE300CEE5E76]) [n:127.0.0.1:60565_    ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:60565_
   [junit4]   2> 170671 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[77FFFE300CEE5E76]) [n:127.0.0.1:60565_    ] o.a.s.c.c.SolrZkClient makePath: /live_nodes/127.0.0.1:60565_
   [junit4]   2> 170681 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[77FFFE300CEE5E76]) [n:127.0.0.1:60565_    ] o.a.s.c.c.SolrZkClient makePath: /overseer_elect
   [junit4]   2> 170684 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[77FFFE300CEE5E76]) [n:127.0.0.1:60565_    ] o.a.s.c.c.SolrZkClient makePath: /overseer_elect/election
   [junit4]   2> 170686 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[77FFFE300CEE5E76]) [n:127.0.0.1:60565_    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 170686 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[77FFFE300CEE5E76]) [n:127.0.0.1:60565_    ] o.a.s.c.LeaderElector Joined leadership election with path: /overseer_elect/election/95332387374563332-127.0.0.1:60565_-n_0000000000
   [junit4]   2> 170687 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[77FFFE300CEE5E76]) [n:127.0.0.1:60565_    ] o.a.s.c.OverseerElectionContext I am going to be the leader 127.0.0.1:60565_
   [junit4]   2> 170687 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[77FFFE300CEE5E76]) [n:127.0.0.1:60565_    ] o.a.s.c.c.SolrZkClient makePath: /overseer_elect/leader
   [junit4]   2> 170689 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[77FFFE300CEE5E76]) [n:127.0.0.1:60565_    ] o.a.s.c.Overseer Overseer (id=95332387374563332-127.0.0.1:60565_-n_0000000000) starting
   [junit4]   2> 170698 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[77FFFE300CEE5E76]) [n:127.0.0.1:60565_    ] o.a.s.c.c.SolrZkClient makePath: /overseer/queue-work
   [junit4]   2> 170713 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[77FFFE300CEE5E76]) [n:127.0.0.1:60565_    ] o.a.s.c.OverseerAutoReplicaFailoverThread Starting OverseerAutoReplicaFailoverThread autoReplicaFailoverWorkLoopDelay=10000 autoReplicaFailoverWaitAfterExpiration=30000 autoReplicaFailoverBadNodeExpiration=60000
   [junit4]   2> 170713 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[77FFFE300CEE5E76]) [n:127.0.0.1:60565_    ] o.a.s.c.c.ZkStateReader Updating cluster state from ZooKeeper... 
   [junit4]   2> 170713 INFO  (OverseerStateUpdate-95332387374563332-127.0.0.1:60565_-n_0000000000) [n:127.0.0.1:60565_    ] o.a.s.c.Overseer Starting to work on the main queue
   [junit4]   2> 170714 INFO  (OverseerCollectionConfigSetProcessor-95332387374563332-127.0.0.1:60565_-n_0000000000) [n:127.0.0.1:60565_    ] o.a.s.c.OverseerTaskProcessor Process current queue of overseer operations
   [junit4]   2> 170751 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[77FFFE300CEE5E76]) [n:127.0.0.1:60565_    ] o.a.s.c.CoreContainer Security conf doesn't exist. Skipping setup for authorization module.
   [junit4]   2> 170751 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[77FFFE300CEE5E76]) [n:127.0.0.1:60565_    ] o.a.s.c.CoreContainer No authentication plugin used.
   [junit4]   2> 170752 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[77FFFE300CEE5E76]) [n:127.0.0.1:60565_    ] o.a.s.c.CorePropertiesLocator Looking for core definitions underneath /export/home/jenkins/workspace/Lucene-Solr-trunk-Solaris/solr/build/solr-core/test/J0/temp/solr.cloud.LeaderFailoverAfterPartitionTest_77FFFE300CEE5E76-001/control-001/cores
   [junit4]   2> 170761 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[77FFFE300CEE5E76]) [n:127.0.0.1:60565_    ] o.a.s.c.CoreDescriptor Created CoreDescriptor: {name=collection1, config=solrconfig.xml, transient=false, schema=schema.xml, loadOnStartup=true, configSetProperties=configsetprops.json, collection=control_collection, coreNodeName=, dataDir=data/, shard=}
   [junit4]   2> 170761 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[77FFFE300CEE5E76]) [n:127.0.0.1:60565_    ] o.a.s.c.CorePropertiesLocator Found core collection1 in /export/home/jenkins/workspace/Lucene-Solr-trunk-Solaris/solr/build/solr-core/test/J0/temp/solr.cloud.LeaderFailoverAfterPartitionTest_77FFFE300CEE5E76-001/control-001/cores/collection1
   [junit4]   2> 170761 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[77FFFE300CEE5E76]) [n:127.0.0.1:60565_    ] o.a.s.c.CorePropertiesLocator Found 1 core definitions
   [junit4]   2> 170762 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[77FFFE300CEE5E76]) [n:127.0.0.1:60565_    ] o.a.s.s.SolrDispatchFilter user.dir=/export/home/jenkins/workspace/Lucene-Solr-trunk-Solaris/solr/build/solr-core/test/J0
   [junit4]   2> 170762 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[77FFFE300CEE5E76]) [n:127.0.0.1:60565_    ] o.a.s.s.SolrDispatchFilter SolrDispatchFilter.init() done
   [junit4]   2> 170763 INFO  (coreLoadExecutor-552-thread-1-processing-n:127.0.0.1:60565_) [n:127.0.0.1:60565_ c:control_collection   x:collection1] o.a.s.c.ZkController publishing state=down
   [junit4]   2> 170763 INFO  (coreLoadExecutor-552-thread-1-processing-n:127.0.0.1:60565_) [n:127.0.0.1:60565_ c:control_collection   x:collection1] o.a.s.c.ZkController numShards not found on descriptor - reading it from system property
   [junit4]   2> 170766 INFO  (OverseerStateUpdate-95332387374563332-127.0.0.1:60565_-n_0000000000) [n:127.0.0.1:60565_    ] o.a.s.c.Overseer processMessage: queueSize: 1, message = {
   [junit4]   2>   "core":"collection1",
   [junit4]   2>   "roles":null,
   [junit4]   2>   "base_url":"http://127.0.0.1:60565",
   [junit4]   2>   "node_name":"127.0.0.1:60565_",
   [junit4]   2>   "numShards":"1",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "shard":null,
   [junit4]   2>   "collection":"control_collection",
   [junit4]   2>   "operation":"state"} current state version: 0
   [junit4]   2> 170766 INFO  (OverseerStateUpdate-95332387374563332-127.0.0.1:60565_-n_0000000000) [n:127.0.0.1:60565_    ] o.a.s.c.o.ReplicaMutator Update state numShards=1 message={
   [junit4]   2>   "core":"collection1",
   [junit4]   2>   "roles":null,
   [junit4]   2>   "base_url":"http://127.0.0.1:60565",
   [junit4]   2>   "node_name":"127.0.0.1:60565_",
   [junit4]   2>   "numShards":"1",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "shard":null,
   [junit4]   2>   "collection":"control_collection",
   [junit4]   2>   "operation":"state"}
   [junit4]   2> 170766 INFO  (coreLoadExecutor-552-thread-1-processing-n:127.0.0.1:60565_) [n:127.0.0.1:60565_ c:control_collection   x:collection1] o.a.s.c.ZkController look for our core node name
   [junit4]   2> 170766 INFO  (OverseerStateUpdate-95332387374563332-127.0.0.1:60565_-n_0000000000) [n:127.0.0.1:60565_    ] o.a.s.c.o.ClusterStateMutator building a new cName: control_collection
   [junit4]   2> 170768 INFO  (OverseerStateUpdate-95332387374563332-127.0.0.1:60565_-n_0000000000) [n:127.0.0.1:60565_    ] o.a.s.c.o.ReplicaMutator Assigning new node to shard shard=shard1
   [junit4]   2> 170777 INFO  (zkCallback-210-thread-1-processing-n:127.0.0.1:60565_) [n:127.0.0.1:60565_    ] 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> 171768 INFO  (coreLoadExecutor-552-thread-1-processing-n:127.0.0.1:60565_) [n:127.0.0.1:60565_ c:control_collection   x:collection1] o.a.s.c.ZkController waiting to find shard id in clusterstate for collection1
   [junit4]   2> 171769 INFO  (coreLoadExecutor-552-thread-1-processing-n:127.0.0.1:60565_) [n:127.0.0.1:60565_ c:control_collection   x:collection1] o.a.s.c.ZkController Check for collection zkNode:control_collection
   [junit4]   2> 171769 INFO  (coreLoadExecutor-552-thread-1-processing-n:127.0.0.1:60565_) [n:127.0.0.1:60565_ c:control_collection   x:collection1] o.a.s.c.ZkController Collection zkNode exists
   [junit4]   2> 171769 INFO  (coreLoadExecutor-552-thread-1-processing-n:127.0.0.1:60565_) [n:127.0.0.1:60565_ c:control_collection   x:collection1] o.a.s.c.c.ZkStateReader Load collection config from: [/collections/control_collection]
   [junit4]   2> 171770 INFO  (coreLoadExecutor-552-thread-1-processing-n:127.0.0.1:60565_) [n:127.0.0.1:60565_ c:control_collection   x:collection1] o.a.s.c.c.ZkStateReader path=[/collections/control_collection] [configName]=[conf1] specified config exists in ZooKeeper
   [junit4]   2> 171770 INFO  (coreLoadExecutor-552-thread-1-processing-n:127.0.0.1:60565_) [n:127.0.0.1:60565_ c:control_collection   x:collection1] o.a.s.c.SolrResourceLoader new SolrResourceLoader for directory: '/export/home/jenkins/workspace/Lucene-Solr-trunk-Solaris/solr/build/solr-core/test/J0/temp/solr.cloud.LeaderFailoverAfterPartitionTest_77FFFE300CEE5E76-001/control-001/cores/collection1'
   [junit4]   2> 171770 INFO  (coreLoadExecutor-552-thread-1-processing-n:127.0.0.1:60565_) [n:127.0.0.1:60565_ c:control_collection   x:collection1] o.a.s.c.SolrResourceLoader JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 171770 INFO  (coreLoadExecutor-552-thread-1-processing-n:127.0.0.1:60565_) [n:127.0.0.1:60565_ c:control_collection   x:collection1] o.a.s.c.SolrResourceLoader solr home defaulted to 'solr/' (could not find system property or JNDI)
   [junit4]   2> 171773 INFO  (coreLoadExecutor-552-thread-1-processing-n:127.0.0.1:60565_) [n:127.0.0.1:60565_ c:control_collection   x:collection1] o.a.s.c.Config loaded config solrconfig.xml with version 0 
   [junit4]   2> 171779 INFO  (coreLoadExecutor-552-thread-1-processing-n:127.0.0.1:60565_) [n:127.0.0.1:60565_ c:control_collection   x:collection1] o.a.s.c.SolrConfig current version of requestparams : -1
   [junit4]   2> 171782 INFO  (coreLoadExecutor-552-thread-1-processing-n:127.0.0.1:60565_) [n:127.0.0.1:60565_ c:control_collection   x:collection1] o.a.s.c.SolrConfig Using Lucene MatchVersion: 6.0.0
   [junit4]   2> 171790 INFO  (coreLoadExecutor-552-thread-1-processing-n:127.0.0.1:60565_) [n:127.0.0.1:60565_ c:control_collection   x:collection1] o.a.s.c.SolrConfig Loaded SolrConfig: solrconfig.xml
   [junit4]   2> 171810 INFO  (coreLoadExecutor-552-thread-1-processing-n:127.0.0.1:60565_) [n:127.0.0.1:60565_ c:control_collection   x:collection1] o.a.s.s.IndexSchema [collection1] Schema name=test
   [junit4]   2> 171905 INFO  (coreLoadExecutor-552-thread-1-processing-n:127.0.0.1:60565_) [n:127.0.0.1:60565_ c:control_collection   x:collection1] o.a.s.s.OpenExchangeRatesOrgProvider Initialized with rates=open-exchange-rates.json, refreshInterval=1440.
   [junit4]   2> 171912 INFO  (coreLoadExecutor-552-thread-1-processing-n:127.0.0.1:60565_) [n:127.0.0.1:60565_ c:control_collection   x:collection1] o.a.s.s.IndexSchema default search field in schema is text
   [junit4]   2> 171914 INFO  (coreLoadExecutor-552-thread-1-processing-n:127.0.0.1:60565_) [n:127.0.0.1:60565_ c:control_collection   x:collection1] o.a.s.s.IndexSchema unique key field: id
   [junit4]   2> 171939 INFO  (coreLoadExecutor-552-thread-1-processing-n:127.0.0.1:60565_) [n:127.0.0.1:60565_ c:control_collection   x:collection1] o.a.s.s.FileExchangeRateProvider Reloading exchange rates from file currency.xml
   [junit4]   2> 171942 INFO  (coreLoadExecutor-552-thread-1-processing-n:127.0.0.1:60565_) [n:127.0.0.1:60565_ c:control_collection   x:collection1] o.a.s.s.FileExchangeRateProvider Reloading exchange rates from file currency.xml
   [junit4]   2> 171945 INFO  (coreLoadExecutor-552-thread-1-processing-n:127.0.0.1:60565_) [n:127.0.0.1:60565_ c:control_collection   x:collection1] o.a.s.s.OpenExchangeRatesOrgProvider Reloading exchange rates from open-exchange-rates.json
   [junit4]   2> 171947 INFO  (coreLoadExecutor-552-thread-1-processing-n:127.0.0.1:60565_) [n:127.0.0.1:60565_ c:control_collection   x:collection1] o.a.s.s.OpenExchangeRatesOrgProvider Reloading exchange rates from open-exchange-rates.json
   [junit4]   2> 171949 INFO  (coreLoadExecutor-552-thread-1-processing-n:127.0.0.1:60565_) [n:127.0.0.1:60565_ 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-trunk-Solaris/solr/build/solr-core/test/J0
   [junit4]   2> 171949 INFO  (coreLoadExecutor-552-thread-1-processing-n:127.0.0.1:60565_) [n:127.0.0.1:60565_ c:control_collection   x:collection1] o.a.s.c.CoreContainer Creating SolrCore 'collection1' using configuration from collection control_collection
   [junit4]   2> 171949 INFO  (coreLoadExecutor-552-thread-1-processing-n:127.0.0.1:60565_) [n:127.0.0.1:60565_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.SolrCore org.apache.solr.core.MockDirectoryFactory
   [junit4]   2> 171950 INFO  (coreLoadExecutor-552-thread-1-processing-n:127.0.0.1:60565_) [n:127.0.0.1:60565_ 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-trunk-Solaris/solr/build/solr-core/test/J0/temp/solr.cloud.LeaderFailoverAfterPartitionTest_77FFFE300CEE5E76-001/control-001/cores/collection1], dataDir=[/export/home/jenkins/workspace/Lucene-Solr-trunk-Solaris/solr/build/solr-core/test/J0/temp/solr.cloud.LeaderFailoverAfterPartitionTest_77FFFE300CEE5E76-001/control-001/cores/collection1/data/]
   [junit4]   2> 171950 INFO  (coreLoadExecutor-552-thread-1-processing-n:127.0.0.1:60565_) [n:127.0.0.1:60565_ 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@1d82a922
   [junit4]   2> 171950 INFO  (coreLoadExecutor-552-thread-1-processing-n:127.0.0.1:60565_) [n:127.0.0.1:60565_ 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-trunk-Solaris/solr/build/solr-core/test/J0/temp/solr.cloud.LeaderFailoverAfterPartitionTest_77FFFE300CEE5E76-001/control-001/cores/collection1/data
   [junit4]   2> 171950 INFO  (coreLoadExecutor-552-thread-1-processing-n:127.0.0.1:60565_) [n:127.0.0.1:60565_ 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-trunk-Solaris/solr/build/solr-core/test/J0/temp/solr.cloud.LeaderFailoverAfterPartitionTest_77FFFE300CEE5E76-001/control-001/cores/collection1/data/index/
   [junit4]   2> 171950 WARN  (coreLoadExecutor-552-thread-1-processing-n:127.0.0.1:60565_) [n:127.0.0.1:60565_ 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-trunk-Solaris/solr/build/solr-core/test/J0/temp/solr.cloud.LeaderFailoverAfterPartitionTest_77FFFE300CEE5E76-001/control-001/cores/collection1/data/index' doesn't exist. Creating new index...
   [junit4]   2> 171950 INFO  (coreLoadExecutor-552-thread-1-processing-n:127.0.0.1:60565_) [n:127.0.0.1:60565_ 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-trunk-Solaris/solr/build/solr-core/test/J0/temp/solr.cloud.LeaderFailoverAfterPartitionTest_77FFFE300CEE5E76-001/control-001/cores/collection1/data/index
   [junit4]   2> 171951 INFO  (coreLoadExecutor-552-thread-1-processing-n:127.0.0.1:60565_) [n:127.0.0.1:60565_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.AlcoholicMergePolicy: [AlcoholicMergePolicy: minMergeSize=0, mergeFactor=10, maxMergeSize=815849521, maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true, maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.1]
   [junit4]   2> 171951 INFO  (coreLoadExecutor-552-thread-1-processing-n:127.0.0.1:60565_) [n:127.0.0.1:60565_ 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@d60b698 lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@3c48c36f),segFN=segments_1,generation=1}
   [junit4]   2> 171951 INFO  (coreLoadExecutor-552-thread-1-processing-n:127.0.0.1:60565_) [n:127.0.0.1:60565_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.SolrDeletionPolicy newest commit generation = 1
   [junit4]   2> 171952 INFO  (OldIndexDirectoryCleanupThreadForCore-collection1) [n:127.0.0.1:60565_ 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-trunk-Solaris/solr/build/solr-core/test/J0/temp/solr.cloud.LeaderFailoverAfterPartitionTest_77FFFE300CEE5E76-001/control-001/cores/collection1/data/
   [junit4]   2> 171953 WARN  (OldIndexDirectoryCleanupThreadForCore-collection1) [n:127.0.0.1:60565_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.DirectoryFactory /export/home/jenkins/workspace/Lucene-Solr-trunk-Solaris/solr/build/solr-core/test/J0/temp/solr.cloud.LeaderFailoverAfterPartitionTest_77FFFE300CEE5E76-001/control-001/cores/collection1/data/ does not point to a valid data directory; skipping clean-up of old index directories.
   [junit4]   2> 171958 INFO  (coreLoadExecutor-552-thread-1-processing-n:127.0.0.1:60565_) [n:127.0.0.1:60565_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.u.p.UpdateRequestProcessorChain creating updateRequestProcessorChain "nodistrib"
   [junit4]   2> 171958 INFO  (coreLoadExecutor-552-thread-1-processing-n:127.0.0.1:60565_) [n:127.0.0.1:60565_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.u.p.UpdateRequestProcessorChain creating updateRequestProcessorChain "dedupe"
   [junit4]   2> 171958 INFO  (coreLoadExecutor-552-thread-1-processing-n:127.0.0.1:60565_) [n:127.0.0.1:60565_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.u.p.UpdateRequestProcessorChain inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe"
   [junit4]   2> 171958 INFO  (coreLoadExecutor-552-thread-1-processing-n:127.0.0.1:60565_) [n:127.0.0.1:60565_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.u.p.UpdateRequestProcessorChain creating updateRequestProcessorChain "stored_sig"
   [junit4]   2> 171959 INFO  (coreLoadExecutor-552-thread-1-processing-n:127.0.0.1:60565_) [n:127.0.0.1:60565_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.u.p.UpdateRequestProcessorChain inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "stored_sig"
   [junit4]   2> 171959 INFO  (coreLoadExecutor-552-thread-1-processing-n:127.0.0.1:60565_) [n:127.0.0.1:60565_ 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> 171959 INFO  (coreLoadExecutor-552-thread-1-processing-n:127.0.0.1:60565_) [n:127.0.0.1:60565_ 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> 171959 INFO  (coreLoadExecutor-552-thread-1-processing-n:127.0.0.1:60565_) [n:127.0.0.1:60565_ 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> 171959 INFO  (coreLoadExecutor-552-thread-1-processing-n:127.0.0.1:60565_) [n:127.0.0.1:60565_ 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> 171959 WARN  (coreLoadExecutor-552-thread-1-processing-n:127.0.0.1:60565_) [n:127.0.0.1:60565_ 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> 171961 INFO  (coreLoadExecutor-552-thread-1-processing-n:127.0.0.1:60565_) [n:127.0.0.1:60565_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 171962 INFO  (coreLoadExecutor-552-thread-1-processing-n:127.0.0.1:60565_) [n:127.0.0.1:60565_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 171963 INFO  (coreLoadExecutor-552-thread-1-processing-n:127.0.0.1:60565_) [n:127.0.0.1:60565_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 171964 INFO  (coreLoadExecutor-552-thread-1-processing-n:127.0.0.1:60565_) [n:127.0.0.1:60565_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 171967 INFO  (coreLoadExecutor-552-thread-1-processing-n:127.0.0.1:60565_) [n:127.0.0.1:60565_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.RequestHandlers Registered paths: /admin/mbeans,standard,/dump,/update/csv,/sql,/update/json/docs,/admin/luke,/export,/admin/segments,/get,/admin/system,/replication,/admin/properties,/config,/stream,/schema,/admin/plugins,/admin/logging,/update/json,/admin/threads,/admin/ping,/update,/admin/file
   [junit4]   2> 171968 INFO  (coreLoadExecutor-552-thread-1-processing-n:127.0.0.1:60565_) [n:127.0.0.1:60565_ 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> 171968 INFO  (coreLoadExecutor-552-thread-1-processing-n:127.0.0.1:60565_) [n:127.0.0.1:60565_ 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> 171968 INFO  (coreLoadExecutor-552-thread-1-processing-n:127.0.0.1:60565_) [n:127.0.0.1:60565_ 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> 171969 INFO  (coreLoadExecutor-552-thread-1-processing-n:127.0.0.1:60565_) [n:127.0.0.1:60565_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 171969 INFO  (coreLoadExecutor-552-thread-1-processing-n:127.0.0.1:60565_) [n:127.0.0.1:60565_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 171969 INFO  (coreLoadExecutor-552-thread-1-processing-n:127.0.0.1:60565_) [n:127.0.0.1:60565_ 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=19, maxMergeAtOnceExplicit=11, maxMergedSegmentMB=58.6318359375, floorSegmentMB=1.0263671875, forceMergeDeletesPctAllowed=1.9423743688571604, segmentsPerTier=38.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.8265467956521644
   [junit4]   2> 171970 INFO  (coreLoadExecutor-552-thread-1-processing-n:127.0.0.1:60565_) [n:127.0.0.1:60565_ 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@d60b698 lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@3c48c36f),segFN=segments_1,generation=1}
   [junit4]   2> 171970 INFO  (coreLoadExecutor-552-thread-1-processing-n:127.0.0.1:60565_) [n:127.0.0.1:60565_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.SolrDeletionPolicy newest commit generation = 1
   [junit4]   2> 171970 INFO  (coreLoadExecutor-552-thread-1-processing-n:127.0.0.1:60565_) [n:127.0.0.1:60565_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.s.SolrIndexSearcher Opening [Searcher@65c0f2db[collection1] main]
   [junit4]   2> 171970 INFO  (coreLoadExecutor-552-thread-1-processing-n:127.0.0.1:60565_) [n:127.0.0.1:60565_ 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> 171971 INFO  (coreLoadExecutor-552-thread-1-processing-n:127.0.0.1:60565_) [n:127.0.0.1:60565_ 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> 171971 INFO  (coreLoadExecutor-552-thread-1-processing-n:127.0.0.1:60565_) [n:127.0.0.1:60565_ 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> 171971 INFO  (coreLoadExecutor-552-thread-1-processing-n:127.0.0.1:60565_) [n:127.0.0.1:60565_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: /configs/conf1
   [junit4]   2> 171971 INFO  (coreLoadExecutor-552-thread-1-processing-n:127.0.0.1:60565_) [n:127.0.0.1:60565_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.r.RestManager Initializing RestManager with initArgs: {}
   [junit4]   2> 171972 INFO  (coreLoadExecutor-552-thread-1-processing-n:127.0.0.1:60565_) [n:127.0.0.1:60565_ 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> 171972 INFO  (coreLoadExecutor-552-thread-1-processing-n:127.0.0.1:60565_) [n:127.0.0.1:60565_ 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> 171972 INFO  (coreLoadExecutor-552-thread-1-processing-n:127.0.0.1:60565_) [n:127.0.0.1:60565_ 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> 171972 INFO  (coreLoadExecutor-552-thread-1-processing-n:127.0.0.1:60565_) [n:127.0.0.1:60565_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.r.RestManager Initializing 0 registered ManagedResources
   [junit4]   2> 171972 INFO  (coreLoadExecutor-552-thread-1-processing-n:127.0.0.1:60565_) [n:127.0.0.1:60565_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.h.ReplicationHandler Commits will be reserved for  10000
   [junit4]   2> 171973 INFO  (coreLoadExecutor-552-thread-1-processing-n:127.0.0.1:60565_) [n:127.0.0.1:60565_ 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> 171973 INFO  (coreLoadExecutor-552-thread-1-processing-n:127.0.0.1:60565_) [n:127.0.0.1:60565_ 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> 171973 INFO  (coreLoadExecutor-552-thread-1-processing-n:127.0.0.1:60565_) [n:127.0.0.1:60565_ 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> 171973 INFO  (coreLoadExecutor-552-thread-1-processing-n:127.0.0.1:60565_) [n:127.0.0.1:60565_ 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 1525318199895130112
   [junit4]   2> 171975 INFO  (coreLoadExecutor-552-thread-1-processing-n:127.0.0.1:60565_) [n:127.0.0.1:60565_ 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 1525318199895130112
   [junit4]   2> 171975 INFO  (coreLoadExecutor-552-thread-1-processing-n:127.0.0.1:60565_) [n:127.0.0.1:60565_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.ZkController watch zkdir /configs/conf1
   [junit4]   2> 171976 INFO  (coreLoadExecutor-552-thread-1-processing-n:127.0.0.1:60565_) [n:127.0.0.1:60565_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.CoreContainer registering core: collection1
   [junit4]   2> 171976 INFO  (coreZkRegister-546-thread-1-processing-n:127.0.0.1:60565_ x:collection1 s:shard1 c:control_collection r:core_node1) [n:127.0.0.1:60565_ 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:60565 collection:control_collection shard:shard1
   [junit4]   2> 171977 INFO  (coreZkRegister-546-thread-1-processing-n:127.0.0.1:60565_ x:collection1 s:shard1 c:control_collection r:core_node1) [n:127.0.0.1:60565_ 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> 171982 INFO  (coreZkRegister-546-thread-1-processing-n:127.0.0.1:60565_ x:collection1 s:shard1 c:control_collection r:core_node1) [n:127.0.0.1:60565_ 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/95332387374563332-core_node1-n_0000000000
   [junit4]   2> 171983 INFO  (searcherExecutor-553-thread-1-processing-n:127.0.0.1:60565_ x:collection1 s:shard1 c:control_collection r:core_node1) [n:127.0.0.1:60565_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.SolrCore [collection1] Registered new searcher Searcher@65c0f2db[collection1] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 171983 INFO  (coreZkRegister-546-thread-1-processing-n:127.0.0.1:60565_ x:collection1 s:shard1 c:control_collection r:core_node1) [n:127.0.0.1:60565_ 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> 171986 INFO  (coreZkRegister-546-thread-1-processing-n:127.0.0.1:60565_ x:collection1 s:shard1 c:control_collection r:core_node1) [n:127.0.0.1:60565_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.ShardLeaderElectionContext Enough replicas found to continue.
   [junit4]   2> 171986 INFO  (coreZkRegister-546-thread-1-processing-n:127.0.0.1:60565_ x:collection1 s:shard1 c:control_collection r:core_node1) [n:127.0.0.1:60565_ 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> 171986 INFO  (coreZkRegister-546-thread-1-processing-n:127.0.0.1:60565_ x:collection1 s:shard1 c:control_collection r:core_node1) [n:127.0.0.1:60565_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.SyncStrategy Sync replicas to http://127.0.0.1:60565/collection1/
   [junit4]   2> 171986 INFO  (coreZkRegister-546-thread-1-processing-n:127.0.0.1:60565_ x:collection1 s:shard1 c:control_collection r:core_node1) [n:127.0.0.1:60565_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.SyncStrategy Sync Success - now sync replicas to me
   [junit4]   2> 171986 INFO  (coreZkRegister-546-thread-1-processing-n:127.0.0.1:60565_ x:collection1 s:shard1 c:control_collection r:core_node1) [n:127.0.0.1:60565_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.SyncStrategy http://127.0.0.1:60565/collection1/ has no replicas
   [junit4]   2> 171986 INFO  (OverseerStateUpdate-95332387374563332-127.0.0.1:60565_-n_0000000000) [n:127.0.0.1:60565_    ] 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> 171988 INFO  (coreZkRegister-546-thread-1-processing-n:127.0.0.1:60565_ x:collection1 s:shard1 c:control_collection r:core_node1) [n:127.0.0.1:60565_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.c.SolrZkClient makePath: /collections/control_collection/leaders/shard1
   [junit4]   2> 171992 INFO  (coreZkRegister-546-thread-1-processing-n:127.0.0.1:60565_ x:collection1 s:shard1 c:control_collection r:core_node1) [n:127.0.0.1:60565_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.ShardLeaderElectionContextBase Creating leader registration node
   [junit4]   2> 171995 INFO  (coreZkRegister-546-thread-1-processing-n:127.0.0.1:60565_ x:collection1 s:shard1 c:control_collection r:core_node1) [n:127.0.0.1:60565_ 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:60565/collection1/ shard1
   [junit4]   2> 171996 INFO  (OverseerStateUpdate-95332387374563332-127.0.0.1:60565_-n_0000000000) [n:127.0.0.1:60565_    ] 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:60565",
   [junit4]   2>   "core":"collection1",
   [junit4]   2>   "state":"active"} current state version: 1
   [junit4]   2> 172101 INFO  (zkCallback-210-thread-1-processing-n:127.0.0.1:60565_) [n:127.0.0.1:60565_    ] 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> 172105 INFO  (coreZkRegister-546-thread-1-processing-n:127.0.0.1:60565_ x:collection1 s:shard1 c:control_collection r:core_node1) [n:127.0.0.1:60565_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.ZkController We are http://127.0.0.1:60565/collection1/ and leader is http://127.0.0.1:60565/collection1/
   [junit4]   2> 172105 INFO  (coreZkRegister-546-thread-1-processing-n:127.0.0.1:60565_ x:collection1 s:shard1 c:control_collection r:core_node1) [n:127.0.0.1:60565_ 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:60565
   [junit4]   2> 172105 INFO  (coreZkRegister-546-thread-1-processing-n:127.0.0.1:60565_ x:collection1 s:shard1 c:control_collection r:core_node1) [n:127.0.0.1:60565_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.ZkController I am the leader, no recovery necessary
   [junit4]   2> 172105 INFO  (coreZkRegister-546-thread-1-processing-n:127.0.0.1:60565_ x:collection1 s:shard1 c:control_collection r:core_node1) [n:127.0.0.1:60565_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.ZkController publishing state=active
   [junit4]   2> 172105 INFO  (coreZkRegister-546-thread-1-processing-n:127.0.0.1:60565_ x:collection1 s:shard1 c:control_collection r:core_node1) [n:127.0.0.1:60565_ 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> 172109 INFO  (OverseerStateUpdate-95332387374563332-127.0.0.1:60565_-n_0000000000) [n:127.0.0.1:60565_    ] o.a.s.c.Overseer processMessage: queueSize: 1, message = {
   [junit4]   2>   "core":"collection1",
   [junit4]   2>   "core_node_name":"core_node1",
   [junit4]   2>   "roles":null,
   [junit4]   2>   "base_url":"http://127.0.0.1:60565",
   [junit4]   2>   "node_name":"127.0.0.1:60565_",
   [junit4]   2>   "numShards":"1",
   [junit4]   2>   "state":"active",
   [junit4]   2>   "shard":"shard1",
   [junit4]   2>   "collection":"control_collection",
   [junit4]   2>   "operation":"state"} current state version: 2
   [junit4]   2> 172110 INFO  (OverseerStateUpdate-95332387374563332-127.0.0.1:60565_-n_0000000000) [n:127.0.0.1:60565_    ] o.a.s.c.o.ReplicaMutator Update state numShards=1 message={
   [junit4]   2>   "core":"collection1",
   [junit4]   2>   "core_node_name":"core_node1",
   [junit4]   2>   "roles":null,
   [junit4]   2>   "base_url":"http://127.0.0.1:60565",
   [junit4]   2>   "node_name":"127.0.0.1:60565_",
   [junit4]   2>   "numShards":"1",
   [junit4]   2>   "state":"active",
   [junit4]   2>   "shard":"shard1",
   [junit4]   2>   "collection":"control_collection",
   [junit4]   2>   "operation":"state"}
   [junit4]   2> 172213 INFO  (zkCallback-210-thread-1-processing-n:127.0.0.1:60565_) [n:127.0.0.1:60565_    ] 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> 172270 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[77FFFE300CEE5E76]) [    ] o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
   [junit4]   2> 172271 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[77FFFE300CEE5E76]) [    ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 172274 INFO  (zkCallback-212-thread-1) [    ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@24303f9 name:ZooKeeperConnection Watcher:127.0.0.1:56856/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 172274 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[77FFFE300CEE5E76]) [    ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 172274 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[77FFFE300CEE5E76]) [    ] o.a.s.c.c.SolrZkClient Using default ZkACLProvider
   [junit4]   2> 172274 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[77FFFE300CEE5E76]) [    ] o.a.s.c.c.ZkStateReader Updating cluster state from ZooKeeper... 
   [junit4]   2> 172277 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[77FFFE300CEE5E76]) [    ] o.a.s.c.ChaosMonkey monkey: init - expire sessions:false cause connection loss:false
   [junit4]   2> 172441 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[77FFFE300CEE5E76]) [    ] o.a.s.SolrTestCaseJ4 Writing core.properties file to /export/home/jenkins/workspace/Lucene-Solr-trunk-Solaris/solr/build/solr-core/test/J0/temp/solr.cloud.LeaderFailoverAfterPartitionTest_77FFFE300CEE5E76-001/shard-1-001/cores/collection1
   [junit4]   2> 172442 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[77FFFE300CEE5E76]) [    ] o.a.s.c.AbstractFullDistribZkTestBase create jetty 1 in directory /export/home/jenkins/workspace/Lucene-Solr-trunk-Solaris/solr/build/solr-core/test/J0/temp/solr.cloud.LeaderFailoverAfterPartitionTest_77FFFE300CEE5E76-001/shard-1-001
   [junit4]   2> 172445 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[77FFFE300CEE5E76]) [    ] o.e.j.s.Server jetty-9.2.13.v20150730
   [junit4]   2> 172449 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[77FFFE300CEE5E76]) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@141e2b47{/,null,AVAILABLE}
   [junit4]   2> 172450 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[77FFFE300CEE5E76]) [    ] o.e.j.s.ServerConnector Started ServerConnector@1ee1b400{HTTP/1.1}{127.0.0.1:38373}
   [junit4]   2> 172450 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[77FFFE300CEE5E76]) [    ] o.e.j.s.Server Started @175213ms
   [junit4]   2> 172450 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[77FFFE300CEE5E76]) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {solr.data.dir=/export/home/jenkins/workspace/Lucene-Solr-trunk-Solaris/solr/build/solr-core/test/J0/temp/solr.cloud.LeaderFailoverAfterPartitionTest_77FFFE300CEE5E76-001/tempDir-001/jetty1, solrconfig=solrconfig.xml, hostContext=/, hostPort=49481, coreRootDirectory=/export/home/jenkins/workspace/Lucene-Solr-trunk-Solaris/solr/build/solr-core/test/J0/temp/solr.cloud.LeaderFailoverAfterPartitionTest_77FFFE300CEE5E76-001/shard-1-001/cores}
   [junit4]   2> 172450 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[77FFFE300CEE5E76]) [    ] o.a.s.s.SolrDispatchFilter SolrDispatchFilter.init(): sun.misc.Launcher$AppClassLoader@6d06d69c
   [junit4]   2> 172450 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[77FFFE300CEE5E76]) [    ] o.a.s.c.SolrResourceLoader new SolrResourceLoader for directory: '/export/home/jenkins/workspace/Lucene-Solr-trunk-Solaris/solr/build/solr-core/test/J0/temp/solr.cloud.LeaderFailoverAfterPartitionTest_77FFFE300CEE5E76-001/shard-1-001'
   [junit4]   2> 172450 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[77FFFE300CEE5E76]) [    ] o.a.s.c.SolrResourceLoader JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 172450 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[77FFFE300CEE5E76]) [    ] o.a.s.c.SolrResourceLoader solr home defaulted to 'solr/' (could not find system property or JNDI)
   [junit4]   2> 172451 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[77FFFE300CEE5E76]) [    ] o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
   [junit4]   2> 172451 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[77FFFE300CEE5E76]) [    ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 172475 INFO  (zkCallback-213-thread-1) [    ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@77c79780 name:ZooKeeperConnection Watcher:127.0.0.1:56856/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 172475 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[77FFFE300CEE5E76]) [    ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 172476 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[77FFFE300CEE5E76]) [    ] o.a.s.c.c.SolrZkClient Using default ZkACLProvider
   [junit4]   2> 172478 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[77FFFE300CEE5E76]) [    ] o.a.s.s.SolrDispatchFilter Loading solr.xml from SolrHome (not found in ZooKeeper)
   [junit4]   2> 172478 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[77FFFE300CEE5E76]) [    ] o.a.s.c.SolrXmlConfig Loading container configuration from /export/home/jenkins/workspace/Lucene-Solr-trunk-Solaris/solr/build/solr-core/test/J0/temp/solr.cloud.LeaderFailoverAfterPartitionTest_77FFFE300CEE5E76-001/shard-1-001/solr.xml
   [junit4]   2> 172485 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[77FFFE300CEE5E76]) [    ] o.a.s.c.CorePropertiesLocator Config-defined core root directory: /export/home/jenkins/workspace/Lucene-Solr-trunk-Solaris/solr/build/solr-core/test/J0/temp/solr.cloud.LeaderFailoverAfterPartitionTest_77FFFE300CEE5E76-001/shard-1-001/cores
   [junit4]   2> 172485 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[77FFFE300CEE5E76]) [    ] o.a.s.c.CoreContainer New CoreContainer 445591255
   [junit4]   2> 172485 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[77FFFE300CEE5E76]) [    ] o.a.s.c.CoreContainer Loading cores into CoreContainer [instanceDir=/export/home/jenkins/workspace/Lucene-Solr-trunk-Solaris/solr/build/solr-core/test/J0/temp/solr.cloud.LeaderFailoverAfterPartitionTest_77FFFE300CEE5E76-001/shard-1-001]
   [junit4]   2> 172486 WARN  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[77FFFE300CEE5E76]) [    ] o.a.s.c.CoreContainer Couldn't add files from /export/home/jenkins/workspace/Lucene-Solr-trunk-Solaris/solr/build/solr-core/test/J0/temp/solr.cloud.LeaderFailoverAfterPartitionTest_77FFFE300CEE5E76-001/shard-1-001/lib to classpath: /export/home/jenkins/workspace/Lucene-Solr-trunk-Solaris/solr/build/solr-core/test/J0/temp/solr.cloud.LeaderFailoverAfterPartitionTest_77FFFE300CEE5E76-001/shard-1-001/lib
   [junit4]   2> 172486 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[77FFFE300CEE5E76]) [    ] 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> 172487 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[77FFFE300CEE5E76]) [    ] o.a.s.u.UpdateShardHandler Creating UpdateShardHandler HTTP client with params: socketTimeout=340000&connTimeout=45000&retry=true
   [junit4]   2> 172502 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[77FFFE300CEE5E76]) [    ] o.a.s.l.LogWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory
   [junit4]   2> 172502 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[77FFFE300CEE5E76]) [    ] o.a.s.l.LogWatcher Registering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)]
   [junit4]   2> 172502 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[77FFFE300CEE5E76]) [    ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:56856/solr
   [junit4]   2> 172502 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[77FFFE300CEE5E76]) [    ] o.a.s.c.ZkController zkHost includes chroot
   [junit4]   2> 172502 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[77FFFE300CEE5E76]) [    ] o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
   [junit4]   2> 172502 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[77FFFE300CEE5E76]) [    ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 172506 INFO  (zkCallback-216-thread-1) [    ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@5ac8ab1 name:ZooKeeperConnection Watcher:127.0.0.1:56856 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 172507 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[77FFFE300CEE5E76]) [    ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 172507 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[77FFFE300CEE5E76]) [    ] o.a.s.c.c.SolrZkClient Using default ZkACLProvider
   [junit4]   2> 172526 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[77FFFE300CEE5E76]) [n:127.0.0.1:49481_    ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 172554 INFO  (zkCallback-217-thread-1-processing-n:127.0.0.1:49481_) [n:127.0.0.1:49481_    ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@443e748a name:ZooKeeperConnection Watcher:127.0.0.1:56856/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 172554 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[77FFFE300CEE5E76]) [n:127.0.0.1:49481_    ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 172577 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[77FFFE300CEE5E76]) [n:127.0.0.1:49481_    ] o.a.s.c.c.ZkStateReader Updating cluster state from ZooKeeper... 
   [junit4]   2> 173588 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[77FFFE300CEE5E76]) [n:127.0.0.1:49481_    ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:49481_
   [junit4]   2> 173589 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[77FFFE300CEE5E76]) [n:127.0.0.1:49481_    ] o.a.s.c.c.SolrZkClient makePath: /live_nodes/127.0.0.1:49481_
   [junit4]   2> 173593 INFO  (zkCallback-212-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> 173598 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[77FFFE300CEE5E76]) [n:127.0.0.1:49481_    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 173599 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[77FFFE300CEE5E76]) [n:127.0.0.1:49481_    ] o.a.s.c.LeaderElector Joined leadership election with path: /overseer_elect/election/95332387374563336-127.0.0.1:49481_-n_0000000001
   [junit4]   2> 173599 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[77FFFE300CEE5E76]) [n:127.0.0.1:49481_    ] o.a.s.c.LeaderElector Watching path /overseer_elect/election/95332387374563332-127.0.0.1:60565_-n_0000000000 to know if I could be the leader
   [junit4]   2> 173601 INFO  (zkCallback-210-thread-1-processing-n:127.0.0.1:60565_) [n:127.0.0.1:60565_    ] 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> 173604 INFO  (zkCallback-217-thread-1-processing-n:127.0.0.1:49481_) [n:127.0.0.1:49481_    ] 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> 173639 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[77FFFE300CEE5E76]) [n:127.0.0.1:49481_    ] o.a.s.c.CoreContainer Security conf doesn't exist. Skipping setup for authorization module.
   [junit4]   2> 173639 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[77FFFE300CEE5E76]) [n:127.0.0.1:49481_    ] o.a.s.c.CoreContainer No authentication plugin used.
   [junit4]   2> 173639 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[77FFFE300CEE5E76]) [n:127.0.0.1:49481_    ] o.a.s.c.CorePropertiesLocator Looking for core definitions underneath /export/home/jenkins/workspace/Lucene-Solr-trunk-Solaris/solr/build/solr-core/test/J0/temp/solr.cloud.LeaderFailoverAfterPartitionTest_77FFFE300CEE5E76-001/shard-1-001/cores
   [junit4]   2> 173641 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[77FFFE300CEE5E76]) [n:127.0.0.1:49481_    ] o.a.s.c.CoreDescriptor Created CoreDescriptor: {name=collection1, config=solrconfig.xml, transient=false, schema=schema.xml, loadOnStartup=true, configSetProperties=configsetprops.json, collection=collection1, coreNodeName=, dataDir=data/, shard=}
   [junit4]   2> 173641 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[77FFFE300CEE5E76]) [n:127.0.0.1:49481_    ] o.a.s.c.CorePropertiesLocator Found core collection1 in /export/home/jenkins/workspace/Lucene-Solr-trunk-Solaris/solr/build/solr-core/test/J0/temp/solr.cloud.LeaderFailoverAfterPartitionTest_77FFFE300CEE5E76-001/shard-1-001/cores/collection1
   [junit4]   2> 173641 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[77FFFE300CEE5E76]) [n:127.0.0.1:49481_    ] o.a.s.c.CorePropertiesLocator Found 1 core definitions
   [junit4]   2> 173643 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[77FFFE300CEE5E76]) [n:127.0.0.1:49481_    ] o.a.s.s.SolrDispatchFilter user.dir=/export/home/jenkins/workspace/Lucene-Solr-trunk-Solaris/solr/build/solr-core/test/J0
   [junit4]   2> 173643 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[77FFFE300CEE5E76]) [n:127.0.0.1:49481_    ] o.a.s.s.SolrDispatchFilter SolrDispatchFilter.init() done
   [junit4]   2> 173643 INFO  (coreLoadExecutor-563-thread-1-processing-n:127.0.0.1:49481_) [n:127.0.0.1:49481_ c:collection1   x:collection1] o.a.s.c.ZkController publishing state=down
   [junit4]   2> 173643 INFO  (coreLoadExecutor-563-thread-1-processing-n:127.0.0.1:49481_) [n:127.0.0.1:49481_ c:collection1   x:collection1] o.a.s.c.ZkController numShards not found on descriptor - reading it from system property
   [junit4]   2> 173645 INFO  (coreLoadExecutor-563-thread-1-processing-n:127.0.0.1:49481_) [n:127.0.0.1:49481_ c:collection1   x:collection1] o.a.s.c.ZkController look for our core node name
   [junit4]   2> 173645 INFO  (OverseerStateUpdate-95332387374563332-127.0.0.1:60565_-n_0000000000) [n:127.0.0.1:60565_    ] o.a.s.c.Overseer processMessage: queueSize: 1, message = {
   [junit4]   2>   "core":"collection1",
   [junit4]   2>   "roles":null,
   [junit4]   2>   "

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

[junit4]   2> 613765 ERROR (ProcessThread(sid:0 cport:-1):) [n:127.0.0.1:45591_aa_uc c:collection1 s:shard1 r:core_node1 x:collection1] o.a.z.s.PrepRequestProcessor Unexpected interruption
   [junit4]   2> java.lang.InterruptedException
   [junit4]   2> 	at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.reportInterruptAfterWait(AbstractQueuedSynchronizer.java:2014)
   [junit4]   2> 	at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:2048)
   [junit4]   2> 	at java.util.concurrent.LinkedBlockingQueue.take(LinkedBlockingQueue.java:442)
   [junit4]   2> 	at org.apache.zookeeper.server.PrepRequestProcessor.run(PrepRequestProcessor.java:120)
   [junit4]   2> Feb 05, 2016 7:27:16 AM com.carrotsearch.randomizedtesting.ThreadLeakControl tryToInterruptAll
   [junit4]   2> SEVERE: There are still zombie threads that couldn't be terminated:
   [junit4]   2>    1) Thread[id=5733, name=NIOServerCxn.Factory:0.0.0.0/0.0.0.0:0, state=RUNNABLE, group=TGRP-CheckHdfsIndexTest]
   [junit4]   2>         at sun.nio.ch.DevPollArrayWrapper.interrupt(Native Method)
   [junit4]   2>         at sun.nio.ch.DevPollArrayWrapper.interrupt(DevPollArrayWrapper.java:300)
   [junit4]   2>         at sun.nio.ch.DevPollSelectorImpl.wakeup(DevPollSelectorImpl.java:207)
   [junit4]   2>         at java.nio.channels.spi.AbstractSelector$1.interrupt(AbstractSelector.java:213)
   [junit4]   2>         at java.nio.channels.spi.AbstractSelector.begin(AbstractSelector.java:219)
   [junit4]   2>         at sun.nio.ch.DevPollSelectorImpl.doSelect(DevPollSelectorImpl.java:97)
   [junit4]   2>         at sun.nio.ch.SelectorImpl.lockAndDoSelect(SelectorImpl.java:86)
   [junit4]   2>         at sun.nio.ch.SelectorImpl.select(SelectorImpl.java:97)
   [junit4]   2>         at org.apache.zookeeper.server.NIOServerCnxnFactory.run(NIOServerCnxnFactory.java:178)
   [junit4]   2>         at java.lang.Thread.run(Thread.java:745)
   [junit4]   2> NOTE: test params are: codec=Lucene60, sim=ClassicSimilarity, locale=und, timezone=Etc/GMT-5
   [junit4]   2> NOTE: SunOS 5.11 amd64/Oracle Corporation 1.8.0_72 (64-bit)/cpus=3,threads=6,free=138385712,total=301735936
   [junit4]   2> NOTE: All tests run in this JVM: [TestFieldSortValues, TestRTimerTree, BlockCacheTest, DistributedFacetPivotLargeTest, AutoCommitTest, DateRangeFieldTest, TestNoOpRegenerator, ZkStateReaderTest, TestDynamicFieldCollectionResource, TestBinaryResponseWriter, CoreAdminCreateDiscoverTest, TestCloudManagedSchemaConcurrent, SpellCheckComponentTest, RuleEngineTest, TestRequestStatusCollectionAPI, SuggesterTSTTest, TestManagedSchemaFieldTypeResource, TestBM25SimilarityFactory, SmileWriterTest, TestBulkSchemaAPI, OutputWriterTest, SpellPossibilityIteratorTest, ZkNodePropsTest, TestSolrDeletionPolicy2, TestWriterPerf, SearchHandlerTest, DistributedFacetPivotSmallAdvancedTest, CachingDirectoryFactoryTest, TestReversedWildcardFilterFactory, DirectUpdateHandlerOptimizeTest, TestSystemIdResolver, SuggesterTest, TestFieldTypeCollectionResource, IndexSchemaRuntimeFieldTest, DistributedIntervalFacetingTest, ExplicitHLLTest, BufferStoreTest, TestSha256AuthenticationProvider, RAMDirectoryFactoryTest, TestPKIAuthenticationPlugin, TestJettySolrRunner, TestSearcherReuse, TestQueryTypes, JavabinLoaderTest, TestRestoreCore, FullSolrCloudDistribCmdsTest, TermVectorComponentTest, HighlighterConfigTest, LukeRequestHandlerTest, TestNonDefinedSimilarityFactory, TestSmileRequest, TestBlobHandler, TestClassicSimilarityFactory, TestUseDocValuesAsStored2, HdfsRestartWhileUpdatingTest, TestMacros, BinaryUpdateRequestHandlerTest, SolrPluginUtilsTest, RecoveryAfterSoftCommitTest, RequestHandlersTest, TestTrieFacet, TestHashQParserPlugin, TestDownShardTolerantSearch, DistanceFunctionTest, CheckHdfsIndexTest]
   [junit4]   2> NOTE: reproduce with: ant test  -Dtestcase=CheckHdfsIndexTest -Dtests.seed=77FFFE300CEE5E76 -Dtests.slow=true -Dtests.locale=und -Dtests.timezone=Etc/GMT-5 -Dtests.asserts=true -Dtests.file.encoding=UTF-8
   [junit4] ERROR   0.00s J1 | CheckHdfsIndexTest (suite) <<<
   [junit4]    > Throwable #1: com.carrotsearch.randomizedtesting.ThreadLeakError: 5 threads leaked from SUITE scope at org.apache.solr.index.hdfs.CheckHdfsIndexTest: 
   [junit4]    >    1) Thread[id=5733, name=NIOServerCxn.Factory:0.0.0.0/0.0.0.0:0, state=RUNNABLE, group=TGRP-CheckHdfsIndexTest]
   [junit4]    >         at sun.nio.ch.DevPollArrayWrapper.poll0(Native Method)
   [junit4]    >         at sun.nio.ch.DevPollArrayWrapper.poll(DevPollArrayWrapper.java:223)
   [junit4]    >         at sun.nio.ch.DevPollSelectorImpl.doSelect(DevPollSelectorImpl.java:98)
   [junit4]    >         at sun.nio.ch.SelectorImpl.lockAndDoSelect(SelectorImpl.java:86)
   [junit4]    >         at sun.nio.ch.SelectorImpl.select(SelectorImpl.java:97)
   [junit4]    >         at org.apache.zookeeper.server.NIOServerCnxnFactory.run(NIOServerCnxnFactory.java:178)
   [junit4]    >         at java.lang.Thread.run(Thread.java:745)
   [junit4]    >    2) Thread[id=5734, name=SessionTracker, state=TIMED_WAITING, group=TGRP-CheckHdfsIndexTest]
   [junit4]    >         at java.lang.Object.wait(Native Method)
   [junit4]    >         at org.apache.zookeeper.server.SessionTrackerImpl.run(SessionTrackerImpl.java:146)
   [junit4]    >    3) Thread[id=5735, name=SyncThread:0, state=WAITING, group=TGRP-CheckHdfsIndexTest]
   [junit4]    >         at sun.misc.Unsafe.park(Native Method)
   [junit4]    >         at java.util.concurrent.locks.LockSupport.park(LockSupport.java:175)
   [junit4]    >         at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:2039)
   [junit4]    >         at java.util.concurrent.LinkedBlockingQueue.take(LinkedBlockingQueue.java:442)
   [junit4]    >         at org.apache.zookeeper.server.SyncRequestProcessor.run(SyncRequestProcessor.java:127)
   [junit4]    >    4) Thread[id=5732, name=Thread-2344, state=WAITING, group=TGRP-CheckHdfsIndexTest]
   [junit4]    >         at java.lang.Object.wait(Native Method)
   [junit4]    >         at java.lang.Thread.join(Thread.java:1245)
   [junit4]    >         at java.lang.Thread.join(Thread.java:1319)
   [junit4]    >         at org.apache.zookeeper.server.NIOServerCnxnFactory.join(NIOServerCnxnFactory.java:302)
   [junit4]    >         at org.apache.solr.cloud.ZkTestServer$ZKServerMain.runFromConfig(ZkTestServer.java:310)
   [junit4]    >         at org.apache.solr.cloud.ZkTestServer$2.run(ZkTestServer.java:491)
   [junit4]    >    5) Thread[id=5736, name=ProcessThread(sid:0 cport:-1):, state=WAITING, group=TGRP-CheckHdfsIndexTest]
   [junit4]    >         at sun.misc.Unsafe.park(Native Method)
   [junit4]    >         at java.util.concurrent.locks.LockSupport.park(LockSupport.java:175)
   [junit4]    >         at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:2039)
   [junit4]    >         at java.util.concurrent.LinkedBlockingQueue.take(LinkedBlockingQueue.java:442)
   [junit4]    >         at org.apache.zookeeper.server.PrepRequestProcessor.run(PrepRequestProcessor.java:120)
   [junit4]    > 	at __randomizedtesting.SeedInfo.seed([77FFFE300CEE5E76]:0)Throwable #2: com.carrotsearch.randomizedtesting.ThreadLeakError: There are still zombie threads that couldn't be terminated:
   [junit4]    >    1) Thread[id=5733, name=NIOServerCxn.Factory:0.0.0.0/0.0.0.0:0, state=RUNNABLE, group=TGRP-CheckHdfsIndexTest]
   [junit4]    >         at sun.nio.ch.DevPollArrayWrapper.interrupt(Native Method)
   [junit4]    >         at sun.nio.ch.DevPollArrayWrapper.interrupt(DevPollArrayWrapper.java:300)
   [junit4]    >         at sun.nio.ch.DevPollSelectorImpl.wakeup(DevPollSelectorImpl.java:207)
   [junit4]    >         at java.nio.channels.spi.AbstractSelector$1.interrupt(AbstractSelector.java:213)
   [junit4]    >         at java.nio.channels.spi.AbstractSelector.begin(AbstractSelector.java:219)
   [junit4]    >         at sun.nio.ch.DevPollSelectorImpl.doSelect(DevPollSelectorImpl.java:97)
   [junit4]    >         at sun.nio.ch.SelectorImpl.lockAndDoSelect(SelectorImpl.java:86)
   [junit4]    >         at sun.nio.ch.SelectorImpl.select(SelectorImpl.java:97)
   [junit4]    >         at org.apache.zookeeper.server.NIOServerCnxnFactory.run(NIOServerCnxnFactory.java:178)
   [junit4]    >         at java.lang.Thread.run(Thread.java:745)
   [junit4]    > 	at __randomizedtesting.SeedInfo.seed([77FFFE300CEE5E76]:0)
   [junit4] Completed [130/577 (2!)] on J1 in 123.69s, 6 tests, 3 errors, 1 skipped <<< FAILURES!

[...truncated 1448 lines...]
BUILD FAILED
/export/home/jenkins/workspace/Lucene-Solr-trunk-Solaris/build.xml:740: The following error occurred while executing this line:
/export/home/jenkins/workspace/Lucene-Solr-trunk-Solaris/build.xml:684: The following error occurred while executing this line:
/export/home/jenkins/workspace/Lucene-Solr-trunk-Solaris/build.xml:59: The following error occurred while executing this line:
/export/home/jenkins/workspace/Lucene-Solr-trunk-Solaris/solr/build.xml:233: The following error occurred while executing this line:
/export/home/jenkins/workspace/Lucene-Solr-trunk-Solaris/solr/common-build.xml:524: The following error occurred while executing this line:
/export/home/jenkins/workspace/Lucene-Solr-trunk-Solaris/lucene/common-build.xml:1457: The following error occurred while executing this line:
/export/home/jenkins/workspace/Lucene-Solr-trunk-Solaris/lucene/common-build.xml:1014: There were test failures: 577 suites (8 ignored), 2318 tests, 2 suite-level errors, 1 error, 1 failure, 1506 ignored (64 assumptions) [seed: 77FFFE300CEE5E76]

Total time: 45 minutes 44 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