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 2014/03/27 07:13:42 UTC

[JENKINS] Lucene-Solr-4.x-Linux (32bit/jdk1.7.0_51) - Build # 9811 - Still Failing!

Build: http://jenkins.thetaphi.de/job/Lucene-Solr-4.x-Linux/9811/
Java: 32bit/jdk1.7.0_51 -server -XX:+UseParallelGC

1 tests failed.
FAILED:  org.apache.solr.cloud.OverseerTest.testOverseerFailure

Error Message:
Could not register as the leader because creating the ephemeral registration node in ZooKeeper failed

Stack Trace:
org.apache.solr.common.SolrException: Could not register as the leader because creating the ephemeral registration node in ZooKeeper failed
	at __randomizedtesting.SeedInfo.seed([A184CE0C5A3DA435:A58C41FF48984B14]:0)
	at org.apache.solr.cloud.ShardLeaderElectionContextBase.runLeaderProcess(ElectionContext.java:135)
	at org.apache.solr.cloud.LeaderElector.runIamLeaderProcess(LeaderElector.java:164)
	at org.apache.solr.cloud.LeaderElector.checkIfIamLeader(LeaderElector.java:108)
	at org.apache.solr.cloud.LeaderElector.checkIfIamLeader(LeaderElector.java:156)
	at org.apache.solr.cloud.LeaderElector.joinElection(LeaderElector.java:289)
	at org.apache.solr.cloud.OverseerTest$MockZKController.publishState(OverseerTest.java:156)
	at org.apache.solr.cloud.OverseerTest.testOverseerFailure(OverseerTest.java:667)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1617)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:826)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:862)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:876)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:53)
	at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:50)
	at org.apache.lucene.util.TestRuleFieldCacheSanity$1.evaluate(TestRuleFieldCacheSanity.java:51)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:46)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesInvariantRule$1.evaluate(SystemPropertiesInvariantRule.java:55)
	at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:49)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:70)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:48)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:359)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:783)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:443)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:835)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$3.evaluate(RandomizedRunner.java:737)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$4.evaluate(RandomizedRunner.java:771)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:782)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:53)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:46)
	at org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:42)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesInvariantRule$1.evaluate(SystemPropertiesInvariantRule.java:55)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:39)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:39)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:43)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:48)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:70)
	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:55)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:359)
	at java.lang.Thread.run(Thread.java:744)
Caused by: org.apache.solr.common.SolrException: org.apache.zookeeper.KeeperException$NodeExistsException: KeeperErrorCode = NodeExists for /collections/collection1/leaders/shard1
	at org.apache.solr.common.util.RetryUtil.retryOnThrowable(RetryUtil.java:40)
	at org.apache.solr.cloud.ShardLeaderElectionContextBase.runLeaderProcess(ElectionContext.java:122)
	... 45 more
Caused by: org.apache.zookeeper.KeeperException$NodeExistsException: KeeperErrorCode = NodeExists for /collections/collection1/leaders/shard1
	at org.apache.zookeeper.KeeperException.create(KeeperException.java:119)
	at org.apache.zookeeper.KeeperException.create(KeeperException.java:51)
	at org.apache.zookeeper.ZooKeeper.create(ZooKeeper.java:783)
	at org.apache.solr.common.cloud.SolrZkClient$10.execute(SolrZkClient.java:431)
	at org.apache.solr.common.cloud.ZkCmdExecutor.retryOperation(ZkCmdExecutor.java:73)
	at org.apache.solr.common.cloud.SolrZkClient.makePath(SolrZkClient.java:428)
	at org.apache.solr.common.cloud.SolrZkClient.makePath(SolrZkClient.java:385)
	at org.apache.solr.common.cloud.SolrZkClient.makePath(SolrZkClient.java:372)
	at org.apache.solr.cloud.ShardLeaderElectionContextBase$1.execute(ElectionContext.java:127)
	at org.apache.solr.common.util.RetryUtil.retryOnThrowable(RetryUtil.java:34)
	... 46 more




Build Log:
[...truncated 10479 lines...]
   [junit4] Suite: org.apache.solr.cloud.OverseerTest
   [junit4]   2> 405871 T3042 oas.SolrTestCaseJ4.buildSSLConfig Randomized ssl (false) and clientAuth (true)
   [junit4]   2> 405872 T3042 oas.SolrTestCaseJ4.initCore ####initCore
   [junit4]   2> Creating dataDir: /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J0/./solrtest-OverseerTest-1395899936313
   [junit4]   2> 405872 T3042 oas.SolrTestCaseJ4.initCore ####initCore end
   [junit4]   2> 405877 T3042 oas.SolrTestCaseJ4.setUp ###Starting testDoubleAssignment
   [junit4]   2> 405877 T3042 oasc.ZkTestServer.run STARTING ZK TEST SERVER
   [junit4]   2> 405878 T3043 oasc.ZkTestServer$ZKServerMain.runFromConfig Starting server
   [junit4]   2> 405978 T3042 oasc.ZkTestServer.run start zk server on port:39220
   [junit4]   2> 405979 T3042 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 405983 T3049 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@1b05562 name:ZooKeeperConnection Watcher:127.0.0.1:39220/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 405983 T3042 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 405984 T3042 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 405985 T3051 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@4b8094 name:ZooKeeperConnection Watcher:127.0.0.1:39220 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 405985 T3042 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 405987 T3042 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 405988 T3053 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@117813f name:ZooKeeperConnection Watcher:127.0.0.1:39220 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 405988 T3042 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 405988 T3042 oascc.SolrZkClient.makePath makePath: /solr
   [junit4]   2> 405991 T3042 oascc.SolrZkClient.makePath makePath: /live_nodes
   [junit4]   2> 405993 T3042 oascc.SolrZkClient.makePath makePath: /clusterstate.json
   [junit4]   2> 405994 T3042 oascc.SolrZkClient.makePath makePath: /aliases.json
   [junit4]   2> 405995 T3042 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
   [junit4]   2> 405997 T3042 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 405998 T3055 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@8adbba name:ZooKeeperConnection Watcher:127.0.0.1:39220/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 405998 T3042 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 405999 T3042 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
   [junit4]   2> 406000 T3042 oascc.SolrZkClient.makePath makePath: /live_nodes/node1
   [junit4]   2> 406004 T3049 oascc.ZkStateReader$3.process Updating live nodes... (1)
   [junit4]   2> 406004 T3055 oascc.ZkStateReader$3.process Updating live nodes... (1)
   [junit4]   2> 406004 T3042 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 406005 T3057 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@1460a2 name:ZooKeeperConnection Watcher:127.0.0.1:39220/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 406005 T3042 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 406006 T3042 oascc.SolrZkClient.makePath makePath: /overseer_elect
   [junit4]   2> 406008 T3042 oascc.SolrZkClient.makePath makePath: /overseer_elect/election
   [junit4]   2> 406010 T3042 oasc.OverseerElectionContext.runLeaderProcess I am going to be the leader 127.0.0.1:39220_solr
   [junit4]   2> 406011 T3042 oascc.SolrZkClient.makePath makePath: /overseer_elect/leader
   [junit4]   2> 406012 T3042 oasc.Overseer.start Overseer (id=91481698226667524-127.0.0.1:39220_solr-n_0000000000) starting
   [junit4]   2> 406013 T3042 oascc.SolrZkClient.makePath makePath: /overseer/queue
   [junit4]   2> 406015 T3042 oascc.SolrZkClient.makePath makePath: /overseer/queue-work
   [junit4]   2> 406017 T3042 oascc.SolrZkClient.makePath makePath: /overseer/collection-map-failure
   [junit4]   2> 406019 T3042 oascc.SolrZkClient.makePath makePath: /overseer/collection-map-running
   [junit4]   2> 406023 T3042 oascc.SolrZkClient.makePath makePath: /overseer/collection-map-completed
   [junit4]   2> 406026 T3042 oascc.SolrZkClient.makePath makePath: /overseer/collection-queue-work
   [junit4]   2> 406030 T3059 oasc.OverseerCollectionProcessor.run Process current queue of collection creations
   [junit4]   2> 406031 T3059 oasc.OverseerCollectionProcessor.prioritizeOverseerNodes prioritizing overseer nodes
   [junit4]   2> 406031 T3058 oasc.Overseer$ClusterStateUpdater.run Starting to work on the main queue
   [junit4]   2> 406032 T3058 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
   [junit4]   2> 406033 T3058 oasc.Overseer$ClusterStateUpdater.updateState Update state numShards=1 message={
   [junit4]   2> 	  "operation":"state",
   [junit4]   2> 	  "state":"recovering",
   [junit4]   2> 	  "node_name":"node1",
   [junit4]   2> 	  "core":"core1",
   [junit4]   2> 	  "core_node_name":"core_node1",
   [junit4]   2> 	  "collection":"collection1",
   [junit4]   2> 	  "numShards":"1",
   [junit4]   2> 	  "base_url":"http://node1/solr/"}
   [junit4]   2> 406033 T3058 oasc.Overseer$ClusterStateUpdater.createCollection Create collection collection1 with shards [shard1]
   [junit4]   2> 406033 T3058 oasc.Overseer$ClusterStateUpdater.updateState Assigning new node to shard shard=shard1
   [junit4]   2> 406035 T3057 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 406036 T3055 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 1)
   [junit4]   2> 406036 T3049 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 1)
   [junit4]   2> 406532 T3042 oascc.SolrZkClient.makePath makePath: /collections/collection1/leader_elect/shard1/election
   [junit4]   2> 406543 T3042 oascc.SolrZkClient.makePath makePath: /collections/collection1/leaders/shard1
   [junit4]   2> 406547 T3057 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 406548 T3042 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
   [junit4]   2> 406549 T3058 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
   [junit4]   2> 406551 T3049 oascc.ZkStateReader$3.process Updating live nodes... (0)
   [junit4]   2> 406551 T3055 oascc.ZkStateReader$3.process Updating live nodes... (0)
   [junit4]   2> 406553 T3057 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 406555 T3042 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 406556 T3061 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@113a06f name:ZooKeeperConnection Watcher:127.0.0.1:39220/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 406556 T3042 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 406557 T3042 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
   [junit4]   2> 406559 T3042 oascc.SolrZkClient.makePath makePath: /live_nodes/node1
   [junit4]   2> 406561 T3049 oascc.ZkStateReader$3.process Updating live nodes... (1)
   [junit4]   2> 406562 T3061 oascc.ZkStateReader$3.process Updating live nodes... (1)
   [junit4]   2> 406564 T3057 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 406564 T3042 oascc.SolrZkClient.makePath makePath: /collections/collection1/leader_elect/shard1/election
   [junit4]   2> 406566 T3058 oasc.Overseer$ClusterStateUpdater.updateState Update state numShards=1 message={
   [junit4]   2> 	  "operation":"state",
   [junit4]   2> 	  "state":"recovering",
   [junit4]   2> 	  "node_name":"node1",
   [junit4]   2> 	  "core":"core1",
   [junit4]   2> 	  "core_node_name":"core_node1",
   [junit4]   2> 	  "collection":"collection1",
   [junit4]   2> 	  "numShards":"1",
   [junit4]   2> 	  "base_url":"http://node1/solr/"}
   [junit4]   2> 406566 T3058 oasc.Overseer$ClusterStateUpdater.updateState shard=shard1 is already registered
   [junit4]   2> 406570 T3057 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 406571 T3042 oascc.SolrZkClient.makePath makePath: /collections/collection1/leaders/shard1
   [junit4]   2> 406576 T3057 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 406581 T3057 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 406683 T3061 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 1)
   [junit4]   2> 406684 T3049 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 1)
   [junit4]   2> 406685 T3042 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
   [junit4]   2> 406687 T3049 oascc.ZkStateReader$3.process Updating live nodes... (0)
   [junit4]   2> 406687 T3061 oascc.ZkStateReader$3.process Updating live nodes... (0)
   [junit4]   2> 406689 T3042 oasc.ZkTestServer.send4LetterWord connecting to 127.0.0.1:39220 39220
   [junit4]   2> 406958 T3042 oas.SolrTestCaseJ4.tearDown ###Ending testDoubleAssignment
   [junit4]   1> client port:0.0.0.0/0.0.0.0:0
   [junit4]   2> 406966 T3042 oas.SolrTestCaseJ4.setUp ###Starting testShardAssignment
   [junit4]   2> 406966 T3042 oasc.ZkTestServer.run STARTING ZK TEST SERVER
   [junit4]   2> 406967 T3062 oasc.ZkTestServer$ZKServerMain.runFromConfig Starting server
   [junit4]   2> 407067 T3042 oasc.ZkTestServer.run start zk server on port:40864
   [junit4]   2> 407068 T3042 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 407071 T3068 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@c51830 name:ZooKeeperConnection Watcher:127.0.0.1:40864 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 407071 T3042 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 407089 T3042 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 407090 T3070 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@1da5dbe name:ZooKeeperConnection Watcher:127.0.0.1:40864 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 407090 T3042 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 407090 T3042 oascc.SolrZkClient.makePath makePath: /solr
   [junit4]   2> 407093 T3042 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 407094 T3072 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@1d33e58 name:ZooKeeperConnection Watcher:127.0.0.1:40864/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 407094 T3042 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 407095 T3042 oascc.SolrZkClient.makePath makePath: /live_nodes
   [junit4]   2> 407097 T3042 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 407098 T3074 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@19ac684 name:ZooKeeperConnection Watcher:127.0.0.1:40864/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 407098 T3042 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 407099 T3042 oascc.SolrZkClient.makePath makePath: /overseer_elect
   [junit4]   2> 407101 T3042 oascc.SolrZkClient.makePath makePath: /overseer_elect/election
   [junit4]   2> 407104 T3042 oasc.OverseerElectionContext.runLeaderProcess I am going to be the leader 127.0.0.1:40864_solr
   [junit4]   2> 407104 T3042 oascc.SolrZkClient.makePath makePath: /overseer_elect/leader
   [junit4]   2> 407106 T3042 oasc.Overseer.start Overseer (id=91481698298232835-127.0.0.1:40864_solr-n_0000000000) starting
   [junit4]   2> 407108 T3042 oascc.SolrZkClient.makePath makePath: /overseer/queue
   [junit4]   2> 407111 T3042 oascc.SolrZkClient.makePath makePath: /overseer/queue-work
   [junit4]   2> 407113 T3042 oascc.SolrZkClient.makePath makePath: /overseer/collection-map-failure
   [junit4]   2> 407116 T3042 oascc.SolrZkClient.makePath makePath: /overseer/collection-map-running
   [junit4]   2> 407119 T3042 oascc.SolrZkClient.makePath makePath: /overseer/collection-map-completed
   [junit4]   2> 407123 T3042 oascc.SolrZkClient.makePath makePath: /overseer/collection-queue-work
   [junit4]   2> 407127 T3076 oasc.OverseerCollectionProcessor.run Process current queue of collection creations
   [junit4]   2> 407128 T3042 oascc.SolrZkClient.makePath makePath: /clusterstate.json
   [junit4]   2> 407128 T3076 oasc.OverseerCollectionProcessor.prioritizeOverseerNodes prioritizing overseer nodes
   [junit4]   2> 407128 T3075 oasc.Overseer$ClusterStateUpdater.run Starting to work on the main queue
   [junit4]   2> 407130 T3042 oascc.SolrZkClient.makePath makePath: /aliases.json
   [junit4]   2> 407131 T3042 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
   [junit4]   2> 407133 T3042 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 407134 T3078 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@1312a4b name:ZooKeeperConnection Watcher:127.0.0.1:40864/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 407135 T3042 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 407135 T3042 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
   [junit4]   2> 407137 T3042 oascc.SolrZkClient.makePath makePath: /live_nodes/127.0.0.1
   [junit4]   2> 407139 T3072 oascc.ZkStateReader$3.process Updating live nodes... (1)
   [junit4]   2> 407140 T3078 oascc.ZkStateReader$3.process Updating live nodes... (1)
   [junit4]   2> 407141 T3074 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 407142 T3075 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
   [junit4]   2> 407143 T3075 oasc.Overseer$ClusterStateUpdater.updateState Update state numShards=3 message={
   [junit4]   2> 	  "operation":"state",
   [junit4]   2> 	  "state":"active",
   [junit4]   2> 	  "node_name":"127.0.0.1",
   [junit4]   2> 	  "core":"core1",
   [junit4]   2> 	  "core_node_name":"node1",
   [junit4]   2> 	  "collection":"collection1",
   [junit4]   2> 	  "numShards":"3",
   [junit4]   2> 	  "base_url":"http://127.0.0.1/solr/"}
   [junit4]   2> 407143 T3075 oasc.Overseer$ClusterStateUpdater.createCollection Create collection collection1 with shards [shard1, shard2, shard3]
   [junit4]   2> 407143 T3075 oasc.Overseer$ClusterStateUpdater.updateState Assigning new node to shard shard=shard1
   [junit4]   2> 407145 T3074 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 407145 T3072 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 1)
   [junit4]   2> 407145 T3078 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 1)
   [junit4]   2> 407641 T3042 oascc.SolrZkClient.makePath makePath: /collections/collection1/leader_elect/shard1/election
   [junit4]   2> 407648 T3042 oascc.SolrZkClient.makePath makePath: /collections/collection1/leaders/shard1
   [junit4]   2> 407655 T3074 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 407656 T3074 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 407656 T3075 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
   [junit4]   2> 407659 T3075 oasc.Overseer$ClusterStateUpdater.updateState Update state numShards=3 message={
   [junit4]   2> 	  "operation":"state",
   [junit4]   2> 	  "state":"active",
   [junit4]   2> 	  "node_name":"127.0.0.1",
   [junit4]   2> 	  "core":"core2",
   [junit4]   2> 	  "core_node_name":"node2",
   [junit4]   2> 	  "collection":"collection1",
   [junit4]   2> 	  "numShards":"3",
   [junit4]   2> 	  "base_url":"http://127.0.0.1/solr/"}
   [junit4]   2> 407659 T3075 oasc.Overseer$ClusterStateUpdater.updateState Collection already exists with numShards=3
   [junit4]   2> 407660 T3075 oasc.Overseer$ClusterStateUpdater.updateState Assigning new node to shard shard=shard3
   [junit4]   2> 407662 T3074 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 407764 T3078 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 1)
   [junit4]   2> 407764 T3072 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 1)
   [junit4]   2> 408156 T3042 oascc.SolrZkClient.makePath makePath: /collections/collection1/leader_elect/shard3/election
   [junit4]   2> 408173 T3042 oascc.SolrZkClient.makePath makePath: /collections/collection1/leaders/shard3
   [junit4]   2> 408209 T3074 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 408209 T3074 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 408209 T3074 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 408212 T3074 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 408212 T3075 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
   [junit4]   2> 408216 T3075 oasc.Overseer$ClusterStateUpdater.updateState Update state numShards=3 message={
   [junit4]   2> 	  "operation":"state",
   [junit4]   2> 	  "state":"active",
   [junit4]   2> 	  "node_name":"127.0.0.1",
   [junit4]   2> 	  "core":"core3",
   [junit4]   2> 	  "core_node_name":"node3",
   [junit4]   2> 	  "collection":"collection1",
   [junit4]   2> 	  "numShards":"3",
   [junit4]   2> 	  "base_url":"http://127.0.0.1/solr/"}
   [junit4]   2> 408216 T3075 oasc.Overseer$ClusterStateUpdater.updateState Collection already exists with numShards=3
   [junit4]   2> 408216 T3075 oasc.Overseer$ClusterStateUpdater.updateState Assigning new node to shard shard=shard2
   [junit4]   2> 408217 T3074 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 408320 T3078 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 1)
   [junit4]   2> 408320 T3072 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 1)
   [junit4]   2> 408712 T3042 oascc.SolrZkClient.makePath makePath: /collections/collection1/leader_elect/shard2/election
   [junit4]   2> 408717 T3042 oascc.SolrZkClient.makePath makePath: /collections/collection1/leaders/shard2
   [junit4]   2> 408721 T3074 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 408721 T3074 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 408721 T3074 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 408722 T3074 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 408722 T3075 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
   [junit4]   2> 408725 T3075 oasc.Overseer$ClusterStateUpdater.updateState Update state numShards=3 message={
   [junit4]   2> 	  "operation":"state",
   [junit4]   2> 	  "state":"active",
   [junit4]   2> 	  "node_name":"127.0.0.1",
   [junit4]   2> 	  "core":"core4",
   [junit4]   2> 	  "core_node_name":"node4",
   [junit4]   2> 	  "collection":"collection1",
   [junit4]   2> 	  "numShards":"3",
   [junit4]   2> 	  "base_url":"http://127.0.0.1/solr/"}
   [junit4]   2> 408725 T3075 oasc.Overseer$ClusterStateUpdater.updateState Collection already exists with numShards=3
   [junit4]   2> 408725 T3075 oasc.Overseer$ClusterStateUpdater.updateState Assigning new node to shard shard=shard1
   [junit4]   2> 408726 T3074 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 408828 T3078 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 1)
   [junit4]   2> 408828 T3072 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 1)
   [junit4]   2> 409222 T3042 oascc.SolrZkClient.makePath makePath: /collections/collection1/leader_elect/shard1/election
   [junit4]   2> 409229 T3074 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 409229 T3074 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 409229 T3074 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 409230 T3075 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
   [junit4]   2> 409231 T3075 oasc.Overseer$ClusterStateUpdater.updateState Update state numShards=3 message={
   [junit4]   2> 	  "operation":"state",
   [junit4]   2> 	  "state":"active",
   [junit4]   2> 	  "node_name":"127.0.0.1",
   [junit4]   2> 	  "core":"core5",
   [junit4]   2> 	  "core_node_name":"node5",
   [junit4]   2> 	  "collection":"collection1",
   [junit4]   2> 	  "numShards":"3",
   [junit4]   2> 	  "base_url":"http://127.0.0.1/solr/"}
   [junit4]   2> 409231 T3075 oasc.Overseer$ClusterStateUpdater.updateState Collection already exists with numShards=3
   [junit4]   2> 409231 T3075 oasc.Overseer$ClusterStateUpdater.updateState Assigning new node to shard shard=shard3
   [junit4]   2> 409233 T3074 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 409334 T3072 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 1)
   [junit4]   2> 409334 T3078 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 1)
   [junit4]   2> 409729 T3042 oascc.SolrZkClient.makePath makePath: /collections/collection1/leader_elect/shard3/election
   [junit4]   2> 409734 T3074 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 409735 T3074 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 409735 T3074 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 409736 T3075 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
   [junit4]   2> 409736 T3075 oasc.Overseer$ClusterStateUpdater.updateState Update state numShards=3 message={
   [junit4]   2> 	  "operation":"state",
   [junit4]   2> 	  "state":"active",
   [junit4]   2> 	  "node_name":"127.0.0.1",
   [junit4]   2> 	  "core":"core6",
   [junit4]   2> 	  "core_node_name":"node6",
   [junit4]   2> 	  "collection":"collection1",
   [junit4]   2> 	  "numShards":"3",
   [junit4]   2> 	  "base_url":"http://127.0.0.1/solr/"}
   [junit4]   2> 409736 T3075 oasc.Overseer$ClusterStateUpdater.updateState Collection already exists with numShards=3
   [junit4]   2> 409737 T3075 oasc.Overseer$ClusterStateUpdater.updateState Assigning new node to shard shard=shard2
   [junit4]   2> 409738 T3074 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 409911 T3078 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 1)
   [junit4]   2> 409911 T3072 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 1)
   [junit4]   2> 410235 T3042 oascc.SolrZkClient.makePath makePath: /collections/collection1/leader_elect/shard2/election
   [junit4]   2> 410241 T3078 oascc.ZkStateReader$3.process Updating live nodes... (0)
   [junit4]   2> 410243 T3042 oasc.ZkTestServer.send4LetterWord connecting to 127.0.0.1:40864 40864
   [junit4]   2> 410360 T3042 oas.SolrTestCaseJ4.tearDown ###Ending testShardAssignment
   [junit4]   1> client port:0.0.0.0/0.0.0.0:0
   [junit4]   2> 410367 T3042 oas.SolrTestCaseJ4.setUp ###Starting testStateChange
   [junit4]   2> 410367 T3042 oasc.ZkTestServer.run STARTING ZK TEST SERVER
   [junit4]   2> 410368 T3079 oasc.ZkTestServer$ZKServerMain.runFromConfig Starting server
   [junit4]   2> 410468 T3042 oasc.ZkTestServer.run start zk server on port:48649
   [junit4]   2> 410469 T3042 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 410543 T3085 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@534d21 name:ZooKeeperConnection Watcher:127.0.0.1:48649/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 410543 T3042 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 410544 T3042 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 410546 T3087 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@1f664c8 name:ZooKeeperConnection Watcher:127.0.0.1:48649 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 410546 T3042 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 410564 T3042 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 410565 T3089 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@186a214 name:ZooKeeperConnection Watcher:127.0.0.1:48649 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 410565 T3042 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 410566 T3042 oascc.SolrZkClient.makePath makePath: /solr
   [junit4]   2> 410568 T3042 oascc.SolrZkClient.makePath makePath: /live_nodes
   [junit4]   2> 410569 T3042 oascc.SolrZkClient.makePath makePath: /clusterstate.json
   [junit4]   2> 410571 T3042 oascc.SolrZkClient.makePath makePath: /aliases.json
   [junit4]   2> 410572 T3042 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
   [junit4]   2> 410574 T3042 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 410575 T3091 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@1751967 name:ZooKeeperConnection Watcher:127.0.0.1:48649/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 410575 T3042 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 410575 T3042 oascc.SolrZkClient.makePath makePath: /overseer_elect
   [junit4]   2> 410577 T3042 oascc.SolrZkClient.makePath makePath: /overseer_elect/election
   [junit4]   2> 410580 T3042 oasc.OverseerElectionContext.runLeaderProcess I am going to be the leader 127.0.0.1:48649_solr
   [junit4]   2> 410580 T3042 oascc.SolrZkClient.makePath makePath: /overseer_elect/leader
   [junit4]   2> 410581 T3042 oasc.Overseer.start Overseer (id=91481698521317379-127.0.0.1:48649_solr-n_0000000000) starting
   [junit4]   2> 410582 T3042 oascc.SolrZkClient.makePath makePath: /overseer/queue
   [junit4]   2> 410584 T3042 oascc.SolrZkClient.makePath makePath: /overseer/queue-work
   [junit4]   2> 410587 T3042 oascc.SolrZkClient.makePath makePath: /overseer/collection-map-failure
   [junit4]   2> 410594 T3042 oascc.SolrZkClient.makePath makePath: /overseer/collection-map-running
   [junit4]   2> 410598 T3042 oascc.SolrZkClient.makePath makePath: /overseer/collection-map-completed
   [junit4]   2> 410604 T3042 oascc.SolrZkClient.makePath makePath: /overseer/collection-queue-work
   [junit4]   2> 410608 T3093 oasc.OverseerCollectionProcessor.run Process current queue of collection creations
   [junit4]   2> 410608 T3093 oasc.OverseerCollectionProcessor.prioritizeOverseerNodes prioritizing overseer nodes
   [junit4]   2> 410608 T3092 oasc.Overseer$ClusterStateUpdater.run Starting to work on the main queue
   [junit4]   2> 410609 T3042 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
   [junit4]   2> 410610 T3092 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
   [junit4]   2> 410610 T3092 oasc.Overseer$ClusterStateUpdater.updateState Update state numShards=null message={
   [junit4]   2> 	  "operation":"state",
   [junit4]   2> 	  "base_url":"http://127.0.0.1/solr",
   [junit4]   2> 	  "node_name":"node1",
   [junit4]   2> 	  "collection":"collection1",
   [junit4]   2> 	  "core":"core1",
   [junit4]   2> 	  "roles":"",
   [junit4]   2> 	  "state":"recovering"}
   [junit4]   2> 410610 T3092 oasc.Overseer$ClusterStateUpdater.updateState Assigning new node to shard shard=shard1
   [junit4]   2> 410612 T3091 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 410613 T3085 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 0)
   [junit4]   2> 410661 T3042 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
   [junit4]   2> 410664 T3091 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 410666 T3092 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
   [junit4]   2> 410667 T3092 oasc.Overseer$ClusterStateUpdater.updateState Update state numShards=null message={
   [junit4]   2> 	  "operation":"state",
   [junit4]   2> 	  "base_url":"http://127.0.0.1/solr",
   [junit4]   2> 	  "node_name":"node1",
   [junit4]   2> 	  "collection":"collection1",
   [junit4]   2> 	  "core":"core1",
   [junit4]   2> 	  "roles":"",
   [junit4]   2> 	  "state":"active"}
   [junit4]   2> 410667 T3092 oasc.Overseer$ClusterStateUpdater.updateState node=core_node1 is already registered
   [junit4]   2> 410668 T3092 oasc.Overseer$ClusterStateUpdater.updateState shard=shard1 is already registered
   [junit4]   2> 410671 T3091 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 410775 T3085 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 0)
   [junit4]   2> 410820 T3042 oasc.ZkTestServer.send4LetterWord connecting to 127.0.0.1:48649 48649
   [junit4]   2> 411002 T3042 oas.SolrTestCaseJ4.tearDown ###Ending testStateChange
   [junit4]   1> client port:0.0.0.0/0.0.0.0:0
   [junit4]   2> 411009 T3042 oas.SolrTestCaseJ4.setUp ###Starting testShardLeaderChange
   [junit4]   2> 411009 T3042 oasc.ZkTestServer.run STARTING ZK TEST SERVER
   [junit4]   2> 411009 T3094 oasc.ZkTestServer$ZKServerMain.runFromConfig Starting server
   [junit4]   2> 411109 T3042 oasc.ZkTestServer.run start zk server on port:34429
   [junit4]   2> 411110 T3042 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 411116 T3100 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@11d8a49 name:ZooKeeperConnection Watcher:127.0.0.1:34429/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 411117 T3042 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 411117 T3042 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 411118 T3102 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@1ab941a name:ZooKeeperConnection Watcher:127.0.0.1:34429 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 411118 T3042 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 411129 T3042 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 411130 T3104 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@1e4d712 name:ZooKeeperConnection Watcher:127.0.0.1:34429 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 411130 T3042 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 411130 T3042 oascc.SolrZkClient.makePath makePath: /solr
   [junit4]   2> 411132 T3042 oascc.SolrZkClient.makePath makePath: /live_nodes
   [junit4]   2> 411134 T3105 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 411134 T3042 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 411135 T3108 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@eac987 name:ZooKeeperConnection Watcher:127.0.0.1:34429/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 411135 T3105 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 411135 T3109 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@54cce5 name:ZooKeeperConnection Watcher:127.0.0.1:34429/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 411136 T3105 oascc.SolrZkClient.makePath makePath: /overseer_elect
   [junit4]   2> 411136 T3042 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 411137 T3042 oascc.SolrZkClient.makePath makePath: /clusterstate.json
   [junit4]   2> 411137 T3105 oascc.SolrZkClient.makePath makePath: /overseer_elect/election
   [junit4]   2> 411138 T3042 oascc.SolrZkClient.makePath makePath: /aliases.json
   [junit4]   2> 411141 T3105 oasc.OverseerElectionContext.runLeaderProcess I am going to be the leader 127.0.0.1:34429_solr
   [junit4]   2> 411141 T3042 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
   [junit4]   2> 411141 T3105 oascc.SolrZkClient.makePath makePath: /overseer_elect/leader
   [junit4]   2> 411145 T3105 oasc.Overseer.start Overseer (id=91481698563391491-127.0.0.1:34429_solr-n_0000000000) starting
   [junit4]   2> 411145 T3042 oascc.SolrZkClient.makePath makePath: /live_nodes/node1
   [junit4]   2> 411146 T3105 oascc.SolrZkClient.makePath makePath: /overseer/queue
   [junit4]   2> 411147 T3109 oascc.ZkStateReader$3.process Updating live nodes... (1)
   [junit4]   2> 411149 T3105 oascc.SolrZkClient.makePath makePath: /overseer/queue-work
   [junit4]   2> 411151 T3105 oascc.SolrZkClient.makePath makePath: /overseer/collection-map-failure
   [junit4]   2> 411152 T3105 oascc.SolrZkClient.makePath makePath: /overseer/collection-map-running
   [junit4]   2> 411154 T3105 oascc.SolrZkClient.makePath makePath: /overseer/collection-map-completed
   [junit4]   2> 411156 T3105 oascc.SolrZkClient.makePath makePath: /overseer/collection-queue-work
   [junit4]   2> 411160 T3111 oasc.OverseerCollectionProcessor.run Process current queue of collection creations
   [junit4]   2> 411160 T3105 oasc.OverseerTest$OverseerRestarter.run Killing overseer.
   [junit4]   2> 411160 T3111 oasc.OverseerCollectionProcessor.prioritizeOverseerNodes prioritizing overseer nodes
   [junit4]   2> 411162 T3105 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 411164 T3113 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@979855 name:ZooKeeperConnection Watcher:127.0.0.1:34429/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 411164 T3105 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 411165 T3111 oasc.OverseerCollectionProcessor.run ERROR Unable to prioritize overseer  java.lang.InterruptedException: sleep interrupted
   [junit4]   2> 	at java.lang.Thread.sleep(Native Method)
   [junit4]   2> 	at org.apache.solr.common.cloud.ZkCmdExecutor.retryDelay(ZkCmdExecutor.java:119)
   [junit4]   2> 	at org.apache.solr.common.cloud.ZkCmdExecutor.retryOperation(ZkCmdExecutor.java:87)
   [junit4]   2> 	at org.apache.solr.common.cloud.SolrZkClient.exists(SolrZkClient.java:222)
   [junit4]   2> 	at org.apache.solr.cloud.OverseerCollectionProcessor.prioritizeOverseerNodes(OverseerCollectionProcessor.java:297)
   [junit4]   2> 	at org.apache.solr.cloud.OverseerCollectionProcessor.run(OverseerCollectionProcessor.java:211)
   [junit4]   2> 	at java.lang.Thread.run(Thread.java:744)
   [junit4]   2> 
   [junit4]   2> 411168 T3105 oasc.OverseerElectionContext.runLeaderProcess I am going to be the leader 127.0.0.1:34429_solr
   [junit4]   2> 411168 T3105 oascc.SolrZkClient.makePath makePath: /overseer_elect/leader
   [junit4]   2> 411169 T3105 oasc.Overseer.start Overseer (id=91481698563391493-127.0.0.1:34429_solr-n_0000000001) starting
   [junit4]   2> 411176 T3115 oasc.OverseerCollectionProcessor.run Process current queue of collection creations
   [junit4]   2> 411176 T3115 oasc.OverseerCollectionProcessor.prioritizeOverseerNodes prioritizing overseer nodes
   [junit4]   2> 411176 T3114 oasc.Overseer$ClusterStateUpdater.run Starting to work on the main queue
   [junit4]   2> 411178 T3114 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
   [junit4]   2> 411178 T3114 oasc.Overseer$ClusterStateUpdater.updateState Update state numShards=1 message={
   [junit4]   2> 	  "operation":"state",
   [junit4]   2> 	  "state":"state1",
   [junit4]   2> 	  "node_name":"node1",
   [junit4]   2> 	  "core":"core1",
   [junit4]   2> 	  "core_node_name":"node1",
   [junit4]   2> 	  "collection":"collection1",
   [junit4]   2> 	  "numShards":"1",
   [junit4]   2> 	  "base_url":"http://node1/solr/"}
   [junit4]   2> 411178 T3114 oasc.Overseer$ClusterStateUpdater.createCollection Create collection collection1 with shards [shard1]
   [junit4]   2> 411179 T3114 oasc.Overseer$ClusterStateUpdater.updateState Assigning new node to shard shard=shard1
   [junit4]   2> 411181 T3113 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 411181 T3109 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 1)
   [junit4]   2> 411649 T3042 oascc.SolrZkClient.makePath makePath: /collections/collection1/leader_elect/shard1/election
   [junit4]   2> 411663 T3042 oascc.SolrZkClient.makePath makePath: /collections/collection1/leaders/shard1
   [junit4]   2> 411668 T3113 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 411669 T3113 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 411669 T3114 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
   [junit4]   2> 411669 T3042 oascc.SolrZkClient.makePath makePath: /collections/collection1/leader_elect/shard1/election
   [junit4]   2> 411679 T3114 oasc.Overseer$ClusterStateUpdater.updateState Update state numShards=1 message={
   [junit4]   2> 	  "operation":"state",
   [junit4]   2> 	  "state":"state2",
   [junit4]   2> 	  "node_name":"node1",
   [junit4]   2> 	  "core":"core1",
   [junit4]   2> 	  "core_node_name":"node1",
   [junit4]   2> 	  "collection":"collection1",
   [junit4]   2> 	  "numShards":"1",
   [junit4]   2> 	  "base_url":"http://node1/solr/"}
   [junit4]   2> 411680 T3114 oasc.Overseer$ClusterStateUpdater.updateState shard=shard1 is already registered
   [junit4]   2> 411681 T3042 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 411682 T3113 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 411682 T3117 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@9325d3 name:ZooKeeperConnection Watcher:127.0.0.1:34429/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 411683 T3042 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 411683 T3042 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
   [junit4]   2> 411685 T3042 oascc.SolrZkClient.makePath makePath: /live_nodes/node2
   [junit4]   2> 411687 T3109 oascc.ZkStateReader$3.process Updating live nodes... (2)
   [junit4]   2> 411687 T3117 oascc.ZkStateReader$3.process Updating live nodes... (2)
   [junit4]   2> 411688 T3113 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 411688 T3042 oascc.SolrZkClient.makePath makePath: /collections/collection1/leader_elect/shard1/election
   [junit4]   2> 411689 T3114 oasc.Overseer$ClusterStateUpdater.updateState Update state numShards=1 message={
   [junit4]   2> 	  "operation":"state",
   [junit4]   2> 	  "state":"state1",
   [junit4]   2> 	  "node_name":"node1",
   [junit4]   2> 	  "core":"core1",
   [junit4]   2> 	  "core_node_name":"node1",
   [junit4]   2> 	  "collection":"collection1",
   [junit4]   2> 	  "numShards":"1",
   [junit4]   2> 	  "base_url":"http://node1/solr/"}
   [junit4]   2> 411689 T3114 oasc.Overseer$ClusterStateUpdater.updateState shard=shard1 is already registered
   [junit4]   2> 411691 T3113 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 411692 T3042 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
   [junit4]   2> 411741 T3078 oasc.LeaderElector$1.process WARN  org.apache.zookeeper.KeeperException$SessionExpiredException: KeeperErrorCode = Session expired for /collections/collection1/leader_elect/shard1/election
   [junit4]   2> 	at org.apache.zookeeper.KeeperException.create(KeeperException.java:127)
   [junit4]   2> 	at org.apache.zookeeper.KeeperException.create(KeeperException.java:51)
   [junit4]   2> 	at org.apache.zookeeper.ZooKeeper.getChildren(ZooKeeper.java:1472)
   [junit4]   2> 	at org.apache.solr.common.cloud.SolrZkClient$6.execute(SolrZkClient.java:259)
   [junit4]   2> 	at org.apache.solr.common.cloud.SolrZkClient$6.execute(SolrZkClient.java:256)
   [junit4]   2> 	at org.apache.solr.common.cloud.ZkCmdExecutor.retryOperation(ZkCmdExecutor.java:73)
   [junit4]   2> 	at org.apache.solr.common.cloud.SolrZkClient.getChildren(SolrZkClient.java:256)
   [junit4]   2> 	at org.apache.solr.cloud.LeaderElector.checkIfIamLeader(LeaderElector.java:92)
   [junit4]   2> 	at org.apache.solr.cloud.LeaderElector.access$000(LeaderElector.java:55)
   [junit4]   2> 	at org.apache.solr.cloud.LeaderElector$1.process(LeaderElector.java:137)
   [junit4]   2> 	at org.apache.zookeeper.ClientCnxn$EventThread.processEvent(ClientCnxn.java:522)
   [junit4]   2> 	at org.apache.zookeeper.ClientCnxn$EventThread.run(ClientCnxn.java:498)
   [junit4]   2> 
   [junit4]   2> 411742 T3078 oasc.LeaderElector$1.process WARN  org.apache.zookeeper.KeeperException$SessionExpiredException: KeeperErrorCode = Session expired for /collections/collection1/leader_elect/shard2/election
   [junit4]   2> 	at org.apache.zookeeper.KeeperException.create(KeeperException.java:127)
   [junit4]   2> 	at org.apache.zookeeper.KeeperException.create(KeeperException.java:51)
   [junit4]   2> 	at org.apache.zookeeper.ZooKeeper.getChildren(ZooKeeper.java:1472)
   [junit4]   2> 	at org.apache.solr.common.cloud.SolrZkClient$6.execute(SolrZkClient.java:259)
   [junit4]   2> 	at org.apache.solr.common.cloud.SolrZkClient$6.execute(SolrZkClient.java:256)
   [junit4]   2> 	at org.apache.solr.common.cloud.ZkCmdExecutor.retryOperation(ZkCmdExecutor.java:73)
   [junit4]   2> 	at org.apache.solr.common.cloud.SolrZkClient.getChildren(SolrZkClient.java:256)
   [junit4]   2> 	at org.apache.solr.cloud.LeaderElector.checkIfIamLeader(LeaderElector.java:92)
   [junit4]   2> 	at org.apache.solr.cloud.LeaderElector.access$000(LeaderElector.java:55)
   [junit4]   2> 	at org.apache.solr.cloud.LeaderElector$1.process(LeaderElector.java:137)
   [junit4]   2> 	at org.apache.zookeeper.ClientCnxn$EventThread.processEvent(ClientCnxn.java:522)
   [junit4]   2> 	at org.apache.zookeeper.ClientCnxn$EventThread.run(ClientCnxn.java:498)
   [junit4]   2> 
   [junit4]   2> 411743 T3078 oasc.LeaderElector$1.process WARN  org.apache.zookeeper.KeeperException$SessionExpiredException: KeeperErrorCode = Session expired for /collections/collection1/leader_elect/shard3/election
   [junit4]   2> 	at org.apache.zookeeper.KeeperException.create(KeeperException.java:127)
   [junit4]   2> 	at org.apache.zookeeper.KeeperException.create(KeeperException.java:51)
   [junit4]   2> 	at org.apache.zookeeper.ZooKeeper.getChildren(ZooKeeper.java:1472)
   [junit4]   2> 	at org.apache.solr.common.cloud.SolrZkClient$6.execute(SolrZkClient.java:259)
   [junit4]   2> 	at org.apache.solr.common.cloud.SolrZkClient$6.execute(SolrZkClient.java:256)
   [junit4]   2> 	at org.apache.solr.common.cloud.ZkCmdExecutor.retryOperation(ZkCmdExecutor.java:73)
   [junit4]   2> 	at org.apache.solr.common.cloud.SolrZkClient.getChildren(SolrZkClient.java:256)
   [junit4]   2> 	at org.apache.solr.cloud.LeaderElector.checkIfIamLeader(LeaderElector.java:92)
   [junit4]   2> 	at org.apache.solr.cloud.LeaderElector.access$000(LeaderElector.java:55)
   [junit4]   2> 	at org.apache.solr.cloud.LeaderElector$1.process(LeaderElector.java:137)
   [junit4]   2> 	at org.apache.zookeeper.ClientCnxn$EventThread.processEvent(ClientCnxn.java:522)
   [junit4]   2> 	at org.apache.zookeeper.ClientCnxn$EventThread.run(ClientCnxn.java:498)
   [junit4]   2> 
   [junit4]   2> 411795 T3117 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 2)
   [junit4]   2> 411795 T3109 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 2)
   [junit4]   2> 411893 T3042 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
   [junit4]   2> 411898 T3113 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 411898 T3113 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 411898 T3113 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 411900 T3114 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
   [junit4]   2> 411901 T3114 oasc.Overseer$ClusterStateUpdater.updateState Update state numShards=1 message={
   [junit4]   2> 	  "operation":"state",
   [junit4]   2> 	  "state":"state2",
   [junit4]   2> 	  "node_name":"node2",
   [junit4]   2> 	  "core":"core4",
   [junit4]   2> 	  "core_node_name":"node2",
   [junit4]   2> 	  "collection":"collection1",
   [junit4]   2> 	  "numShards":"1",
   [junit4]   2> 	  "base_url":"http://node2/solr/"}
   [junit4]   2> 411901 T3114 oasc.Overseer$ClusterStateUpdater.updateState Collection already exists with numShards=1
   [junit4]   2> 411902 T3114 oasc.Overseer$ClusterStateUpdater.updateState Assigning new node to shard shard=shard1
   [junit4]   2> 411906 T3113 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 412008 T3109 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 2)
   [junit4]   2> 412008 T3117 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 2)
   [junit4]   2> 412398 T3042 oascc.SolrZkClient.makePath makePath: /collections/collection1/leader_elect/shard1/election
   [junit4]   2> 412403 T3117 oascc.ZkStateReader$3.process Updating live nodes... (1)
   [junit4]   2> 412403 T3109 oascc.ZkStateReader$3.process Updating live nodes... (1)
   [junit4]   2> 412404 T3109 oasc.LeaderElector$1.process WARN  org.apache.zookeeper.KeeperException$SessionExpiredException: KeeperErrorCode = Session expired for /collections/collection1/leader_elect/shard1/election
   [junit4]   2> 	at org.apache.zookeeper.KeeperException.create(KeeperException.java:127)
   [junit4]   2> 	at org.apache.zookeeper.KeeperException.create(KeeperException.java:51)
   [junit4]   2> 	at org.apache.zookeeper.ZooKeeper.getChildren(ZooKeeper.java:1472)
   [junit4]   2> 	at org.apache.solr.common.cloud.SolrZkClient$6.execute(SolrZkClient.java:259)
   [junit4]   2> 	at org.apache.solr.common.cloud.SolrZkClient$6.execute(SolrZkClient.java:256)
   [junit4]   2> 	at org.apache.solr.common.cloud.ZkCmdExecutor.retryOperation(ZkCmdExecutor.java:73)
   [junit4]   2> 	at org.apache.solr.common.cloud.SolrZkClient.getChildren(SolrZkClient.java:256)
   [junit4]   2> 	at org.apache.solr.cloud.LeaderElector.checkIfIamLeader(LeaderElector.java:92)
   [junit4]   2> 	at org.apache.solr.cloud.LeaderElector.access$000(LeaderElector.java:55)
   [junit4]   2> 	at org.apache.solr.cloud.LeaderElector$1.process(LeaderElector.java:137)
   [junit4]   2> 	at org.apache.zookeeper.ClientCnxn$EventThread.processEvent(ClientCnxn.java:522)
   [junit4]   2> 	at org.apache.zookeeper.ClientCnxn$EventThread.run(ClientCnxn.java:498)
   [junit4]   2> 
   [junit4]   2> 412404 T3042 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
   [junit4]   2> 412404 T3117 oascc.SolrZkClient.makePath makePath: /collections/collection1/leaders/shard1
   [junit4]   2> 412404 T3109 oasc.LeaderElector$1.process WARN  org.apache.zookeeper.KeeperException$SessionExpiredException: KeeperErrorCode = Session expired for /collections/collection1/leader_elect/shard1/election
   [junit4]   2> 	at org.apache.zookeeper.KeeperException.create(KeeperException.java:127)
   [junit4]   2> 	at org.apache.zookeeper.KeeperException.create(KeeperException.java:51)
   [junit4]   2> 	at org.apache.zookeeper.ZooKeeper.getChildren(ZooKeeper.java:1472)
   [junit4]   2> 	at org.apache.solr.common.cloud.SolrZkClient$6.execute(SolrZkClient.java:259)
   [junit4]   2> 	at org.apache.solr.common.cloud.SolrZkClient$6.execute(SolrZkClient.java:256)
   [junit4]   2> 	at org.apache.solr.common.cloud.ZkCmdExecutor.retryOperation(ZkCmdExecutor.java:73)
   [junit4]   2> 	at org.apache.solr.common.cloud.SolrZkClient.getChildren(SolrZkClient.java:256)
   [junit4]   2> 	at org.apache.solr.cloud.LeaderElector.checkIfIamLeader(LeaderElector.java:92)
   [junit4]   2> 	at org.apache.solr.cloud.LeaderElector.access$000(LeaderElector.java:55)
   [junit4]   2> 	at org.apache.solr.cloud.LeaderElector$1.process(LeaderElector.java:137)
   [junit4]   2> 	at org.apache.zookeeper.ClientCnxn$EventThread.processEvent(ClientCnxn.java:522)
   [junit4]   2> 	at org.apache.zookeeper.ClientCnxn$EventThread.run(ClientCnxn.java:498)
   [junit4]   2> 
   [junit4]   2> 412408 T3113 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 412408 T3113 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 412408 T3113 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 412409 T3114 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
   [junit4]   2> 412413 T3113 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 412515 T3117 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 1)
   [junit4]   2> 412606 T3042 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
   [junit4]   2> 412607 T3042 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 412608 T3119 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@15125e1 name:ZooKeeperConnection Watcher:127.0.0.1:34429/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 412608 T3042 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 412610 T3042 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
   [junit4]   2> 412611 T3042 oascc.SolrZkClient.makePath makePath: /live_nodes/node1
   [junit4]   2> 412613 T3117 oascc.ZkStateReader$3.process Updating live nodes... (2)
   [junit4]   2> 412613 T3119 oascc.ZkStateReader$3.process Updating live nodes... (2)
   [junit4]   2> 412614 T3113 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 412614 T3042 oascc.SolrZkClient.makePath makePath: /collections/collection1/leader_elect/shard1/election
   [junit4]   2> 412614 T3113 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 412615 T3113 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 412616 T3114 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
   [junit4]   2> 412616 T3114 oasc.Overseer$ClusterStateUpdater.updateState Update state numShards=1 message={
   [junit4]   2> 	  "operation":"state",
   [junit4]   2> 	  "state":"state1",
   [junit4]   2> 	  "node_name":"node1",
   [junit4]   2> 	  "core":"core1",
   [junit4]   2> 	  "core_node_name":"node1",
   [junit4]   2> 	  "collection":"collection1",
   [junit4]   2> 	  "numShards":"1",
   [junit4]   2> 	  "base_url":"http://node1/solr/"}
   [junit4]   2> 412617 T3114 oasc.Overseer$ClusterStateUpdater.updateState shard=shard1 is already registered
   [junit4]   2> 412618 T3113 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 412619 T3117 oascc.ZkStateReader$3.process Updating live nodes... (1)
   [junit4]   2> 412619 T3119 oascc.ZkStateReader$3.process Updating live nodes... (1)
   [junit4]   2> 412620 T3119 oascc.SolrZkClient.makePath makePath: /collections/collection1/leaders/shard1
   [junit4]   2> 412620 T3113 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 412620 T3042 oascc.SolrZkClient.makePath makePath: /collections/collection1/leader_elect/shard1/election
   [junit4]   2> 412621 T3114 oasc.Overseer$ClusterStateUpdater.updateState Update state numShards=1 message={
   [junit4]   2> 	  "operation":"state",
   [junit4]   2> 	  "state":"state2",
   [junit4]   2> 	  "node_name":"node1",
   [junit4]   2> 	  "core":"core1",
   [junit4]   2> 	  "core_node_name":"node1",
   [junit4]   2> 	  "collection":"collection1",
   [junit4]   2> 	  "numShards":"1",
   [junit4]   2> 	  "base_url":"http://node1/solr/"}
   [junit4]   2> 412621 T3114 oasc.Overseer$ClusterStateUpdater.updateState shard=shard1 is already registered
   [junit4]   2> 412624 T3113 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 412624 T3113 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 412626 T3042 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 412626 T3113 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 412627 T3121 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@bf7d9 name:ZooKeeperConnection Watcher:127.0.0.1:34429/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 412627 T3042 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 412628 T3042 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
   [junit4]   2> 412629 T3042 oascc.SolrZkClient.makePath makePath: /live_nodes/node2
   [junit4]   2> 412632 T3121 oascc.ZkStateReader$3.process Updating live nodes... (2)
   [junit4]   2> 412632 T3119 oascc.ZkStateReader$3.process Updating live nodes... (2)
   [junit4]   2> 412635 T3113 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 412635 T3042 oascc.SolrZkClient.makePath makePath: /collections/collection1/leader_elect/shard1/election
   [junit4]   2> 412635 T3114 oasc.Overseer$ClusterStateUpdater.updateState Update state numShards=1 message={
   [junit4]   2> 	  "operation":"state",
   [junit4]   2> 	  "state":"state1",
   [junit4]   2> 	  "node_name":"node1",
   [junit4]   2> 	  "core":"core1",
   [junit4]   2> 	  "core_node_name":"node1",
   [junit4]   2> 	  "collection":"collection1",
   [junit4]   2> 	  "numShards":"1",
   [junit4]   2> 	  "base_url":"http://node1/solr/"}
   [junit4]   2> 412636 T3114 oasc.Overseer$ClusterStateUpdater.updateState shard=shard1 is already registered
   [junit4]   2> 412637 T3113 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 412639 T3042 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
   [junit4]   2> 412677 T3105 oasc.OverseerTest$OverseerRestarter.run Killing overseer.
   [junit4]   2> 412679 T3105 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 412680 T3123 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@140cc0f name:ZooKeeperConnection Watcher:127.0.0.1:34429/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 412680 T3105 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 412683 T3105 oasc.OverseerElectionContext.runLeaderProcess I am going to be the leader 127.0.0.1:34429_solr
   [junit4]   2> 412683 T3105 oascc.SolrZkClient.makePath makePath: /overseer_elect/leader
   [junit4]   2> 412685 T3105 oasc.Overseer.start Overseer (id=91481698563391497-127.0.0.1:34429_solr-n_0000000002) starting
   [junit4]   2> 412694 T3125 oasc.OverseerCollectionProcessor.run Process current queue of collection creations
   [junit4]   2> 412695 T3125 oasc.OverseerCollectionProcessor.prioritizeOverseerNodes prioritizing overseer nodes
   [junit4]   2> 412696 T3124 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
   [junit4]   2> 412696 T3124 oasc.Overseer$ClusterStateUpdater.run Replaying operations from work queue.
   [junit4]   2> 412696 T3124 oasc.Overseer$ClusterStateUpdater.updateState Update state numShards=1 message={
   [junit4]   2> 	  "operation":"state",
   [junit4]   2> 	  "state":"state1",
   [junit4]   2> 	  "node_name":"node1",
   [junit4]   2> 	  "core":"core1",
   [junit4]   2> 	  "core_node_name":"node1",
   [junit4]   2> 	  "collection":"collection1",
   [junit4]   2> 	  "numShards":"1",
   [junit4]   2> 	  "base_url":"http://node1/solr/"}
   [junit4]   2> 412697 T3124 oasc.Overseer$ClusterStateUpdater.updateState shard=shard1 is already registered
   [junit4]   2> 412698 T3121 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 2)
   [junit4]   2> 412698 T3119 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 2)
   [junit4]   2> 412699 T3124 oasc.Overseer$ClusterStateUpdater.updateState Update state numShards=1 message={
   [junit4]   2> 	  "operation":"state",
   [junit4]   2> 	  "state":"state2",
   [junit4]   2> 	  "node_name":"node1",
   [junit4]   2> 	  "core":"core1",
   [junit4]   2> 	  "core_node_name":"node1",
   [junit4]   2> 	  "collection":"collection1",
   [junit4]   2> 	  "numShards":"1",
   [junit4]   2> 	  "base_url":"http://node1/solr/"}
   [junit4]   2> 412700 T3124 oasc.Overseer$ClusterStateUpdater.updateState shard=shard1 is already registered
   [junit4]   2> 412700 T3119 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 2)
   [junit4]   2> 412700 T3121 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 2)
   [junit4]   2> 412702 T3121 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 2)
   [junit4]   2> 412702 T3119 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 2)
   [junit4]   2> 412704 T3124 oasc.Overseer$ClusterStateUpdater.updateState Update state numShards=1 message={
   [junit4]   2> 	  "operation":"state",
   [junit4]   2> 	  "state":"state1",
   [junit4]   2> 	  "node_name":"node1",
   [junit4]   2> 	  "core":"core1",
   [junit4]   2> 	  "core_node_name":"node1",
   [junit4]   2> 	  "collection":"collection1",
   [junit4]   2> 	  "numShards":"1",
   [junit4]   2> 	  "base_url":"http://node1/solr/"}
   [junit4]   2> 412704 T3124 oasc.Overseer$ClusterStateUpdater.updateState shard=shard1 is already registered
   [junit4]   2> 412705 T3119 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 2)
   [junit4]   2> 412705 T3121 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 2)
   [junit4]   2> 412706 T3124 oasc.Overseer$ClusterStateUpdater.run Starting to work on the main queue
   [junit4]   2> 412840 T3042 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
   [junit4]   2> 412843 T3042 oascc.SolrZkClient.makePath makePath: /collections/collection1/leader_elect/shard1/election
   [junit4]   2> 412843 T3123 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 412844 T3124 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
   [junit4]   2> 412848 T3119 oascc.ZkStateReader$3.process Updating live nodes... (1)
   [junit4]   2> 412848 T3124 oasc.Overseer$ClusterStateUpdater.updateState Update state numShards=1 message={
   [junit4]   2> 	  "operation":"state",
   [junit4]   2> 	  "state":"state2",
   [junit4]   2> 	  "node_name":"node2",
   [junit4]   2> 	  "core":"core4",
   [junit4]   2> 	  "core_node_name":"node2",
   [junit4]   2> 	  "collection":"collection1",
   [junit4]   2> 	  "numShards":"1",
   [junit4]   2> 	  "base_url":"http://node2/solr/"}
   [junit4]   2> 412848 T3095 oazs.NIOServerCnxn.doIO WARN caught end of stream exception EndOfStreamException: Unable to read additional data from client sessionid 0x145021ec2520007, likely client has closed socket
   [junit4]   2> 	at org.apache.zookeeper.server.NIOServerCnxn.doIO(NIOServerCnxn.java:228)
   [junit4]   2> 	at org.apache.zookeeper.server.NIOServerCnxnFactory.run(NIOServerCnxnFactory.java:208)
   [junit4]   2> 	at java.lang.Thread.run(Thread.java:744)
   [junit4]   2> 
   [junit4]   2> 412848 T3121 oascc.ZkStateReader$3.process Updating live nodes... (1)
   [junit4]   2> 412848 T3124 oasc.Overseer$ClusterStateUpdater.updateState shard=shard1 is already registered
   [junit4]   2> 412849 T3042 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
   [junit4]   2> 412849 T3121 oascc.SolrZkClient.makePath makePath: /collections/collection1/leaders/shard1
   [junit4]   2> 412852 T3123 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 412855 T3121 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 1)
   [junit4]   2> 412856 T3124 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
   [junit4]   2> 412858 T3123 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 412959 T3121 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 1)
   [junit4]   2> 413050 T3042 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
   [junit4]   2> 413052 T3042 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 413053 T3127 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@1dceb52 name:ZooKeeperConnection Watcher:127.0.0.1:34429/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 413053 T3042 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 413054 T3042 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
   [junit4]   2> 413056 T3042 oascc.SolrZkClient.makePath makePath: /live_nodes/node1
   [junit4]   2> 413058 T3121 oascc.ZkStateReader$3.process Updating live nodes... (2)
   [junit4]   2> 413058 T3127 oascc.ZkStateReader$3.process Updating live nodes... (2)
   [junit4]   2> 413059 T3123 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 413060 T3123 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 413060 T3123 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 413060 T3042 oascc.SolrZkClient.makePath makePath: /collections/collection1/leader_elect/shard1/election
   [junit4]   2> 413061 T3124 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
   [junit4]   2> 413061 T3124 oasc.Overseer$ClusterStateUpdater.updateState Update state numShards=1 message={
   [junit4]   2> 	  "operation":"state",
   [junit4]   2> 	  "state":"state1",
   [junit4]   2> 	  "node_name":"node1",
   [junit4]   2> 	  "core":"core1",
   [junit4]   2> 	  "core_node_name":"node1",
   [junit4]   2> 	  "collection":"collection1",
   [junit4]   2> 	  "numShards":"1",
   [junit4]   2> 	  "base_url":"http://node1/solr/"}
   [junit4]   2> 413061 T3124 oasc.Overseer$ClusterStateUpdater.updateState shard=shard1 is already registered
   [junit4]   2> 413063 T3123 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 413065 T3121 oascc.ZkStateReader$3.process Updating live nodes... (1)
   [junit4]   2> 413065 T3127 oascc.ZkStateReader$3.process Updating live nodes... (1)
   [junit4]   2> 413066 T3127 oascc.SolrZkClient.makePath makePath: /collections/collection1/leaders/shard1
   [junit4]   2> 413066 T3123 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 413067 T3042 oascc.SolrZkClient.makePath makePath: /collections/collection1/leader_elect/shard1/election
   [junit4]   2> 413067 T3124 oasc.Overseer$ClusterStateUpdater.updateState Update state numShards=1 message={
   [junit4]   2> 	  "operation":"state",
   [junit4]   2> 	  "state":"state2",
   [junit4]   2> 	  "node_name":"node1",
   [junit4]   2> 	  "core":"core1",
   [junit4]   2> 	  "core_node_name":"node1",
   [junit4]   2> 	  "collection":"collection1",
   [junit4]   2> 	  "numShards":"1",
   [junit4]   2> 	  "base_url":"http://node1/solr/"}
   [junit4]   2> 413067 T3124 oasc.Overseer$ClusterStateUpdater.updateState shard=shard1 is already registered
   [junit4]   2> 413077 T3123 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 413080 T3123 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 413082 T3042 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 413084 T3129 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@877ef3 name:ZooKeeperConnection Watcher:127.0.0.1:34429/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 413084 T3042 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 413085 T3123 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 413086 T3042 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
   [junit4]   2> 413088 T3042 oascc.SolrZkClient.makePath makePath: /live_nodes/node2
   [junit4]   2> 413090 T3127 oascc.ZkStateReader$3.process Updating live nodes... (2)
   [junit4]   2> 413090 T3129 oascc.ZkStateReader$3.process Updating live nodes... (2)
   [junit4]   2> 413092 T3123 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 413092 T3042 oascc.SolrZkClient.makePath makePath: /collections/collection1/leader_elect/shard1/election
   [junit4]   2> 413093 T3124 oasc.Overseer$ClusterStateUpdater.updateState Update state numShards=1 message={
   [junit4]   2> 	  "operation":"state",
   [junit4]   2> 	  "state":"state1",
   [junit4]   2> 	  "node_name":"node1",
   [junit4]   2> 	  "core":"core1",
   [junit4]   2> 	  "core_node_name":"node1",
   [junit4]   2> 	  "collection":"collection1",
   [junit4]   2> 	  "numShards":"1",
   [junit4]   2> 	  "base_url":"http://node1/solr/"}
   [junit4]   2> 413094 T3124 oasc.Overseer$ClusterStateUpdater.updateState shard=shard1 is already registered
   [junit4]   2> 413095 T3105 oasc.OverseerTest$OverseerRestarter.run Killing overseer.
   [junit4]   2> 413096 T3105 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 413097 T3131 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@2ad756 name:ZooKeeperConnection Watcher:127.0.0.1:34429/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 413097 T3105 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 413098 T3042 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
   [junit4]   2> 413108 T3105 oasc.OverseerElectionContext.runLeaderProcess I am going to be the leader 127.0.0.1:34429_solr
   [junit4]   2> 413109 T3105 oascc.SolrZkClient.makePath makePath: /overseer_elect/leader
   [junit4]   2> 413110 T3105 oasc.Overseer.start Overseer (id=91481698563391500-127.0.0.1:34429_solr-n_0000000003) starting
   [junit4]   2> 413118 T3133 oasc.OverseerCollectionProcessor.run Process current queue of collection creations
   [junit4]   2> 413119 T3133 oasc.OverseerCollectionProcessor.prioritizeOverseerNodes prioritizing overseer nodes
   [junit4]   2> 413119 T3132 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
   [junit4]   2> 413120 T3132 oasc.Overseer$ClusterStateUpdater.run Replaying operations from work queue.
   [junit4]   2> 413121 T3132 oasc.Overseer$ClusterStateUpdater.updateState Update state numShards=1 message={
   [junit4]   2> 	  "operation":"state",
   [junit4]   2> 	  "state":"state1",
   [junit4]   2> 	  "node_name":"node1",
   [junit4]   2> 	  "core":"core1",
   [junit4]   2> 	  "core_node_name":"node1",
   [junit4]   2> 	  "collection":"collection1",
   [junit4]   2> 	  "numShards":"1",
   [junit4]   2> 	  "base_url":"http://node1/solr/"}
   [junit4]   2> 413121 T3132 oasc.Overseer$ClusterStateUpdater.updateState shard=shard1 is already registered
   [junit4]   2> 413122 T3129 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 2)
   [junit4]   2> 413122 T3127 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 2)
   [junit4]   2> 413124 T3132 oasc.Overseer$ClusterStateUpdater.updateState Update state numShards=1 message={
   [junit4]   2> 	  "operation":"state",
   [junit4]   2> 	  "state":"state2",
   [junit4]   2> 	  "node_name":"node1",
   [junit4]   2> 	  "core":"core1",
   [junit4]   2> 	  "core_node_name":"node1",
   [junit4]   2> 	  "collection":"collection1",
   [junit4]   2> 	  "numShards":"1",
   [junit4]   2> 	  "base_url":"http://node1/solr/"}
   [junit4]   2> 413124 T3132 oasc.Overseer$ClusterStateUpdater.updateState shard=shard1 is already registered
   [junit4]   2> 413126 T3127 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 2)
   [junit4]   2> 413126 T3129 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 2)
   [junit4]   2> 413128 T3127 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 2)
   [junit4]   2> 413128 T3129 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 2)
   [junit4]   2> 413131 T3132 oasc.Overseer$ClusterStateUpdater.updateState Update state numShards=1 message={
   [junit4]   2> 	  "operation":"state",
   [junit4]   2> 	  "state":"state1",
   [junit4]   2> 	  "node_name":"node1",
   [junit4]   2> 	  "core":"core1",
   [junit4]   2> 	  "core_node_name":"node1",
   [junit4]   2> 	  "collection":"collection1",
   [junit4]   2> 	  "numShards":"1",
   [junit4]   2> 	  "base_url":"http://node1/solr/"}
   [junit4]   2> 413131 T3132 oasc.Overseer$ClusterStateUpdater.updateState shard=shard1 is already registered
   [junit4]   2> 413132 T3127 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 2)
   [junit4]   2> 413132 T3129 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 2)
   [junit4]   2> 413133 T3132 oasc.Overseer$ClusterStateUpdater.run Starting to work on the main queue
   [junit4]   2> 413135 T3132 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
   [junit4]   2> 413135 T3132 oasc.Overseer$ClusterStateUpdater.updateState Update state numShards=1 message={
   [junit4]   2> 	  "operation":"state",
   [junit4]   2> 	  "state":"state1",
   [junit4]   2> 	  "node_name":"node1",
   [junit4]   2> 	  "core":"core1",
   [junit4]   2> 	  "core_node_name":"node1",
   [junit4]   2> 	  "collection":"collection1",
   [junit4]   2> 	  "numShards":"1",
   [junit4]   2> 	  "base_url":"http://node1/solr/"}
   [junit4]   2> 413136 T3132 oasc.Overseer$ClusterStateUpdater.updateState shard=shard1 is already registered
   [junit4]   2> 413137 T3131 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 413138 T3127 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 2)
   [junit4]   2> 413138 T3129 oascc.

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

atchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 435012 T3601 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 435013 T3602 oasc.Overseer$ClusterStateUpdater.setShardLeader ERROR Could not mark shard leader for non existing collection:collection1
   [junit4]   2> 435015 T3601 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 435117 T3595 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 1)
   [junit4]   2> 435117 T3593 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 1)
   [junit4]   2> 436005 T3042 oascc.SolrZkClient.makePath makePath: /collections/collection1/leaders/shard1
   [junit4]   2> 437012 T3042 oascc.SolrZkClient.makePath makePath: /collections/collection1/leaders/shard1
   [junit4]   2> 438017 T3042 oascc.SolrZkClient.makePath makePath: /collections/collection1/leaders/shard1
   [junit4]   2> 439019 T3042 oascc.SolrZkClient.makePath makePath: /collections/collection1/leaders/shard1
   [junit4]   2> 440023 T3042 oascc.SolrZkClient.makePath makePath: /collections/collection1/leaders/shard1
   [junit4]   2> 441028 T3042 oascc.SolrZkClient.makePath makePath: /collections/collection1/leaders/shard1
   [junit4]   2> 442030 T3042 oascc.SolrZkClient.makePath makePath: /collections/collection1/leaders/shard1
   [junit4]   2> 443033 T3042 oascc.SolrZkClient.makePath makePath: /collections/collection1/leaders/shard1
   [junit4]   2> 444036 T3042 oascc.SolrZkClient.makePath makePath: /collections/collection1/leaders/shard1
   [junit4]   2> 445039 T3042 oascc.SolrZkClient.makePath makePath: /collections/collection1/leaders/shard1
   [junit4]   2> 446042 T3042 oascc.SolrZkClient.makePath makePath: /collections/collection1/leaders/shard1
   [junit4]   2> 447044 T3042 oascc.SolrZkClient.makePath makePath: /collections/collection1/leaders/shard1
   [junit4]   2> 448047 T3042 oascc.SolrZkClient.makePath makePath: /collections/collection1/leaders/shard1
   [junit4]   2> 449051 T3042 oascc.SolrZkClient.makePath makePath: /collections/collection1/leaders/shard1
   [junit4]   2> 450056 T3042 oascc.SolrZkClient.makePath makePath: /collections/collection1/leaders/shard1
   [junit4]   2> 450058 T3593 oascc.ZkStateReader$3.process Updating live nodes... (0)
   [junit4]   2> 450061 T3042 oasc.ZkTestServer.send4LetterWord connecting to 127.0.0.1:58381 58381
   [junit4]   2> 450155 T3042 oas.SolrTestCaseJ4.tearDown ###Ending testOverseerFailure
   [junit4]   1> client port:0.0.0.0/0.0.0.0:0
   [junit4]   2> NOTE: reproduce with: ant test  -Dtestcase=OverseerTest -Dtests.method=testOverseerFailure -Dtests.seed=A184CE0C5A3DA435 -Dtests.multiplier=3 -Dtests.slow=true -Dtests.locale=en_US -Dtests.timezone=America/North_Dakota/Beulah -Dtests.file.encoding=US-ASCII
   [junit4] ERROR   20.0s J0 | OverseerTest.testOverseerFailure <<<
   [junit4]    > Throwable #1: org.apache.solr.common.SolrException: Could not register as the leader because creating the ephemeral registration node in ZooKeeper failed
   [junit4]    > 	at __randomizedtesting.SeedInfo.seed([A184CE0C5A3DA435:A58C41FF48984B14]:0)
   [junit4]    > 	at org.apache.solr.cloud.ShardLeaderElectionContextBase.runLeaderProcess(ElectionContext.java:135)
   [junit4]    > 	at org.apache.solr.cloud.LeaderElector.runIamLeaderProcess(LeaderElector.java:164)
   [junit4]    > 	at org.apache.solr.cloud.LeaderElector.checkIfIamLeader(LeaderElector.java:108)
   [junit4]    > 	at org.apache.solr.cloud.LeaderElector.checkIfIamLeader(LeaderElector.java:156)
   [junit4]    > 	at org.apache.solr.cloud.LeaderElector.joinElection(LeaderElector.java:289)
   [junit4]    > 	at org.apache.solr.cloud.OverseerTest$MockZKController.publishState(OverseerTest.java:156)
   [junit4]    > 	at org.apache.solr.cloud.OverseerTest.testOverseerFailure(OverseerTest.java:667)
   [junit4]    > 	at java.lang.Thread.run(Thread.java:744)
   [junit4]    > Caused by: org.apache.solr.common.SolrException: org.apache.zookeeper.KeeperException$NodeExistsException: KeeperErrorCode = NodeExists for /collections/collection1/leaders/shard1
   [junit4]    > 	at org.apache.solr.common.util.RetryUtil.retryOnThrowable(RetryUtil.java:40)
   [junit4]    > 	at org.apache.solr.cloud.ShardLeaderElectionContextBase.runLeaderProcess(ElectionContext.java:122)
   [junit4]    > 	... 45 more
   [junit4]    > Caused by: org.apache.zookeeper.KeeperException$NodeExistsException: KeeperErrorCode = NodeExists for /collections/collection1/leaders/shard1
   [junit4]    > 	at org.apache.zookeeper.KeeperException.create(KeeperException.java:119)
   [junit4]    > 	at org.apache.zookeeper.KeeperException.create(KeeperException.java:51)
   [junit4]    > 	at org.apache.zookeeper.ZooKeeper.create(ZooKeeper.java:783)
   [junit4]    > 	at org.apache.solr.common.cloud.SolrZkClient$10.execute(SolrZkClient.java:431)
   [junit4]    > 	at org.apache.solr.common.cloud.ZkCmdExecutor.retryOperation(ZkCmdExecutor.java:73)
   [junit4]    > 	at org.apache.solr.common.cloud.SolrZkClient.makePath(SolrZkClient.java:428)
   [junit4]    > 	at org.apache.solr.common.cloud.SolrZkClient.makePath(SolrZkClient.java:385)
   [junit4]    > 	at org.apache.solr.common.cloud.SolrZkClient.makePath(SolrZkClient.java:372)
   [junit4]    > 	at org.apache.solr.cloud.ShardLeaderElectionContextBase$1.execute(ElectionContext.java:127)
   [junit4]    > 	at org.apache.solr.common.util.RetryUtil.retryOnThrowable(RetryUtil.java:34)
   [junit4]    > 	... 46 more
   [junit4]   2> 450169 T3042 oas.SolrTestCaseJ4.initCore ####initCore
   [junit4]   2> 450170 T3042 oas.SolrTestCaseJ4.initCore ####initCore end
   [junit4]   2> 451558 T3595 oascc.ZkStateReader$3.process WARN ZooKeeper watch triggered, but Solr cannot talk to ZK
   [junit4]   2> 453170 T3042 oas.SolrTestCaseJ4.deleteCore ###deleteCore
   [junit4]   2> NOTE: test params are: codec=Lucene46: {}, docValues:{}, sim=DefaultSimilarity, locale=en_US, timezone=America/North_Dakota/Beulah
   [junit4]   2> NOTE: Linux 3.8.0-37-generic i386/Oracle Corporation 1.7.0_51 (32-bit)/cpus=8,threads=1,free=51558864,total=303824896
   [junit4]   2> NOTE: All tests run in this JVM: [LeaderElectionTest, ZkControllerTest, BinaryUpdateRequestHandlerTest, EnumFieldTest, AnalysisErrorHandlingTest, TestConfig, TestWriterPerf, TestSolrDeletionPolicy1, DistributedSpellCheckComponentTest, QueryEqualityTest, UpdateRequestProcessorFactoryTest, CircularListTest, QueryParsingTest, SimpleFacetsTest, TestSearchPerf, TestCharFilters, TestLFUCache, DeleteShardTest, TestInfoStreamLogging, TermsComponentTest, TestCoreContainer, StressHdfsTest, TestReplicationHandler, TestFaceting, EchoParamsTest, MoreLikeThisHandlerTest, ChangedSchemaMergeTest, AutoCommitTest, DistributedSuggestComponentTest, WordBreakSolrSpellCheckerTest, LoggingHandlerTest, SynonymTokenizerTest, QueryElevationComponentTest, DeleteInactiveReplicaTest, TestReversedWildcardFilterFactory, TestRandomMergePolicy, FastVectorHighlighterTest, TestManagedSchemaFieldResource, LegacyHTMLStripCharFilterTest, TestMergePolicyConfig, AliasIntegrationTest, TestSolrXMLSerializer, TestJoin, TestSolrQueryParser, TestNoOpRegenerator, TestCursorMarkWithoutUniqueKey, TestRequestStatusCollectionAPI, SuggesterFSTTest, TestFieldSortValues, ExternalFileFieldSortTest, TestCollationKeyRangeQueries, SchemaVersionSpecificBehaviorTest, TestPostingsSolrHighlighter, RegexBoostProcessorTest, TriLevelCompositeIdRoutingTest, TestTrie, PrimitiveFieldTypeTest, HdfsRecoveryZkTest, SampleTest, DateMathParserTest, TestLuceneMatchVersion, TestDistributedMissingSort, TestBadConfig, TestShardHandlerFactory, ReturnFieldsTest, ParsingFieldUpdateProcessorsTest, BasicFunctionalityTest, StatelessScriptUpdateProcessorFactoryTest, DocumentBuilderTest, TestValueSourceCache, TestSolrIndexConfig, ResourceLoaderTest, TestInitQParser, TestPerFieldSimilarity, CopyFieldTest, DirectUpdateHandlerOptimizeTest, TestFileDictionaryLookup, FieldMutatingUpdateProcessorTest, SystemInfoHandlerTest, TestFieldCollectionResource, TestLMJelinekMercerSimilarityFactory, DistributedQueryElevationComponentTest, TestDocSet, OverseerTest]
   [junit4] Completed on J0 in 47.32s, 9 tests, 1 error <<< FAILURES!

[...truncated 723 lines...]
BUILD FAILED
/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/build.xml:467: The following error occurred while executing this line:
/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/build.xml:447: The following error occurred while executing this line:
/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/build.xml:45: The following error occurred while executing this line:
/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/extra-targets.xml:37: The following error occurred while executing this line:
/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build.xml:189: The following error occurred while executing this line:
/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/common-build.xml:490: The following error occurred while executing this line:
/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/lucene/common-build.xml:1276: The following error occurred while executing this line:
/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/lucene/common-build.xml:908: There were test failures: 379 suites, 1603 tests, 1 error, 37 ignored (16 assumptions)

Total time: 56 minutes 18 seconds
Build step 'Invoke Ant' marked build as failure
Description set: Java: 32bit/jdk1.7.0_51 -server -XX:+UseParallelGC
Archiving artifacts
Recording test results
Email was triggered for: Failure
Sending email for trigger: Failure



[JENKINS] Lucene-Solr-4.x-Linux (32bit/jdk1.8.0) - Build # 9816 - Still Failing!

Posted by Policeman Jenkins Server <je...@thetaphi.de>.
Build: http://jenkins.thetaphi.de/job/Lucene-Solr-4.x-Linux/9816/
Java: 32bit/jdk1.8.0 -client -XX:+UseG1GC

3 tests failed.
FAILED:  junit.framework.TestSuite.org.apache.solr.cloud.SSLMigrationTest

Error Message:
9 threads leaked from SUITE scope at org.apache.solr.cloud.SSLMigrationTest:     1) Thread[id=5917, name=qtp5172709-5917, state=TIMED_WAITING, group=TGRP-SSLMigrationTest]         at sun.misc.Unsafe.park(Native Method)         at java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:215)         at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.awaitNanos(AbstractQueuedSynchronizer.java:2078)         at org.eclipse.jetty.util.BlockingArrayQueue.poll(BlockingArrayQueue.java:342)         at org.eclipse.jetty.util.thread.QueuedThreadPool.idleJobPoll(QueuedThreadPool.java:526)         at org.eclipse.jetty.util.thread.QueuedThreadPool.access$600(QueuedThreadPool.java:44)         at org.eclipse.jetty.util.thread.QueuedThreadPool$3.run(QueuedThreadPool.java:572)         at java.lang.Thread.run(Thread.java:744)    2) Thread[id=5916, name=qtp5172709-5916, state=TIMED_WAITING, group=TGRP-SSLMigrationTest]         at sun.misc.Unsafe.park(Native Method)         at java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:215)         at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.awaitNanos(AbstractQueuedSynchronizer.java:2078)         at org.eclipse.jetty.util.BlockingArrayQueue.poll(BlockingArrayQueue.java:342)         at org.eclipse.jetty.util.thread.QueuedThreadPool.idleJobPoll(QueuedThreadPool.java:526)         at org.eclipse.jetty.util.thread.QueuedThreadPool.access$600(QueuedThreadPool.java:44)         at org.eclipse.jetty.util.thread.QueuedThreadPool$3.run(QueuedThreadPool.java:572)         at java.lang.Thread.run(Thread.java:744)    3) Thread[id=5921, name=qtp5172709-5921, state=TIMED_WAITING, group=TGRP-SSLMigrationTest]         at sun.misc.Unsafe.park(Native Method)         at java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:215)         at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.awaitNanos(AbstractQueuedSynchronizer.java:2078)         at org.eclipse.jetty.util.BlockingArrayQueue.poll(BlockingArrayQueue.java:342)         at org.eclipse.jetty.util.thread.QueuedThreadPool.idleJobPoll(QueuedThreadPool.java:526)         at org.eclipse.jetty.util.thread.QueuedThreadPool.access$600(QueuedThreadPool.java:44)         at org.eclipse.jetty.util.thread.QueuedThreadPool$3.run(QueuedThreadPool.java:572)         at java.lang.Thread.run(Thread.java:744)    4) Thread[id=5919, name=qtp5172709-5919, state=TIMED_WAITING, group=TGRP-SSLMigrationTest]         at sun.misc.Unsafe.park(Native Method)         at java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:215)         at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.awaitNanos(AbstractQueuedSynchronizer.java:2078)         at org.eclipse.jetty.util.BlockingArrayQueue.poll(BlockingArrayQueue.java:342)         at org.eclipse.jetty.util.thread.QueuedThreadPool.idleJobPoll(QueuedThreadPool.java:526)         at org.eclipse.jetty.util.thread.QueuedThreadPool.access$600(QueuedThreadPool.java:44)         at org.eclipse.jetty.util.thread.QueuedThreadPool$3.run(QueuedThreadPool.java:572)         at java.lang.Thread.run(Thread.java:744)    5) Thread[id=5920, name=qtp5172709-5920, state=TIMED_WAITING, group=TGRP-SSLMigrationTest]         at sun.misc.Unsafe.park(Native Method)         at java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:215)         at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.awaitNanos(AbstractQueuedSynchronizer.java:2078)         at org.eclipse.jetty.util.BlockingArrayQueue.poll(BlockingArrayQueue.java:342)         at org.eclipse.jetty.util.thread.QueuedThreadPool.idleJobPoll(QueuedThreadPool.java:526)         at org.eclipse.jetty.util.thread.QueuedThreadPool.access$600(QueuedThreadPool.java:44)         at org.eclipse.jetty.util.thread.QueuedThreadPool$3.run(QueuedThreadPool.java:572)         at java.lang.Thread.run(Thread.java:744)    6) Thread[id=5914, name=HashSessionScavenger-174, state=TIMED_WAITING, group=TGRP-SSLMigrationTest]         at java.lang.Object.wait(Native Method)         at java.util.TimerThread.mainLoop(Timer.java:552)         at java.util.TimerThread.run(Timer.java:505)    7) Thread[id=5915, name=qtp5172709-5915, state=TIMED_WAITING, group=TGRP-SSLMigrationTest]         at sun.misc.Unsafe.park(Native Method)         at java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:215)         at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.awaitNanos(AbstractQueuedSynchronizer.java:2078)         at org.eclipse.jetty.util.BlockingArrayQueue.poll(BlockingArrayQueue.java:342)         at org.eclipse.jetty.util.thread.QueuedThreadPool.idleJobPoll(QueuedThreadPool.java:526)         at org.eclipse.jetty.util.thread.QueuedThreadPool.access$600(QueuedThreadPool.java:44)         at org.eclipse.jetty.util.thread.QueuedThreadPool$3.run(QueuedThreadPool.java:572)         at java.lang.Thread.run(Thread.java:744)    8) Thread[id=5918, name=qtp5172709-5918, state=TIMED_WAITING, group=TGRP-SSLMigrationTest]         at sun.misc.Unsafe.park(Native Method)         at java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:215)         at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.awaitNanos(AbstractQueuedSynchronizer.java:2078)         at org.eclipse.jetty.util.BlockingArrayQueue.poll(BlockingArrayQueue.java:342)         at org.eclipse.jetty.util.thread.QueuedThreadPool.idleJobPoll(QueuedThreadPool.java:526)         at org.eclipse.jetty.util.thread.QueuedThreadPool.access$600(QueuedThreadPool.java:44)         at org.eclipse.jetty.util.thread.QueuedThreadPool$3.run(QueuedThreadPool.java:572)         at java.lang.Thread.run(Thread.java:744)    9) Thread[id=5922, name=qtp5172709-5922, state=TIMED_WAITING, group=TGRP-SSLMigrationTest]         at sun.misc.Unsafe.park(Native Method)         at java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:215)         at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.awaitNanos(AbstractQueuedSynchronizer.java:2078)         at org.eclipse.jetty.util.BlockingArrayQueue.poll(BlockingArrayQueue.java:342)         at org.eclipse.jetty.util.thread.QueuedThreadPool.idleJobPoll(QueuedThreadPool.java:526)         at org.eclipse.jetty.util.thread.QueuedThreadPool.access$600(QueuedThreadPool.java:44)         at org.eclipse.jetty.util.thread.QueuedThreadPool$3.run(QueuedThreadPool.java:572)         at java.lang.Thread.run(Thread.java:744)

Stack Trace:
com.carrotsearch.randomizedtesting.ThreadLeakError: 9 threads leaked from SUITE scope at org.apache.solr.cloud.SSLMigrationTest: 
   1) Thread[id=5917, name=qtp5172709-5917, state=TIMED_WAITING, group=TGRP-SSLMigrationTest]
        at sun.misc.Unsafe.park(Native Method)
        at java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:215)
        at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.awaitNanos(AbstractQueuedSynchronizer.java:2078)
        at org.eclipse.jetty.util.BlockingArrayQueue.poll(BlockingArrayQueue.java:342)
        at org.eclipse.jetty.util.thread.QueuedThreadPool.idleJobPoll(QueuedThreadPool.java:526)
        at org.eclipse.jetty.util.thread.QueuedThreadPool.access$600(QueuedThreadPool.java:44)
        at org.eclipse.jetty.util.thread.QueuedThreadPool$3.run(QueuedThreadPool.java:572)
        at java.lang.Thread.run(Thread.java:744)
   2) Thread[id=5916, name=qtp5172709-5916, state=TIMED_WAITING, group=TGRP-SSLMigrationTest]
        at sun.misc.Unsafe.park(Native Method)
        at java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:215)
        at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.awaitNanos(AbstractQueuedSynchronizer.java:2078)
        at org.eclipse.jetty.util.BlockingArrayQueue.poll(BlockingArrayQueue.java:342)
        at org.eclipse.jetty.util.thread.QueuedThreadPool.idleJobPoll(QueuedThreadPool.java:526)
        at org.eclipse.jetty.util.thread.QueuedThreadPool.access$600(QueuedThreadPool.java:44)
        at org.eclipse.jetty.util.thread.QueuedThreadPool$3.run(QueuedThreadPool.java:572)
        at java.lang.Thread.run(Thread.java:744)
   3) Thread[id=5921, name=qtp5172709-5921, state=TIMED_WAITING, group=TGRP-SSLMigrationTest]
        at sun.misc.Unsafe.park(Native Method)
        at java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:215)
        at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.awaitNanos(AbstractQueuedSynchronizer.java:2078)
        at org.eclipse.jetty.util.BlockingArrayQueue.poll(BlockingArrayQueue.java:342)
        at org.eclipse.jetty.util.thread.QueuedThreadPool.idleJobPoll(QueuedThreadPool.java:526)
        at org.eclipse.jetty.util.thread.QueuedThreadPool.access$600(QueuedThreadPool.java:44)
        at org.eclipse.jetty.util.thread.QueuedThreadPool$3.run(QueuedThreadPool.java:572)
        at java.lang.Thread.run(Thread.java:744)
   4) Thread[id=5919, name=qtp5172709-5919, state=TIMED_WAITING, group=TGRP-SSLMigrationTest]
        at sun.misc.Unsafe.park(Native Method)
        at java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:215)
        at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.awaitNanos(AbstractQueuedSynchronizer.java:2078)
        at org.eclipse.jetty.util.BlockingArrayQueue.poll(BlockingArrayQueue.java:342)
        at org.eclipse.jetty.util.thread.QueuedThreadPool.idleJobPoll(QueuedThreadPool.java:526)
        at org.eclipse.jetty.util.thread.QueuedThreadPool.access$600(QueuedThreadPool.java:44)
        at org.eclipse.jetty.util.thread.QueuedThreadPool$3.run(QueuedThreadPool.java:572)
        at java.lang.Thread.run(Thread.java:744)
   5) Thread[id=5920, name=qtp5172709-5920, state=TIMED_WAITING, group=TGRP-SSLMigrationTest]
        at sun.misc.Unsafe.park(Native Method)
        at java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:215)
        at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.awaitNanos(AbstractQueuedSynchronizer.java:2078)
        at org.eclipse.jetty.util.BlockingArrayQueue.poll(BlockingArrayQueue.java:342)
        at org.eclipse.jetty.util.thread.QueuedThreadPool.idleJobPoll(QueuedThreadPool.java:526)
        at org.eclipse.jetty.util.thread.QueuedThreadPool.access$600(QueuedThreadPool.java:44)
        at org.eclipse.jetty.util.thread.QueuedThreadPool$3.run(QueuedThreadPool.java:572)
        at java.lang.Thread.run(Thread.java:744)
   6) Thread[id=5914, name=HashSessionScavenger-174, state=TIMED_WAITING, group=TGRP-SSLMigrationTest]
        at java.lang.Object.wait(Native Method)
        at java.util.TimerThread.mainLoop(Timer.java:552)
        at java.util.TimerThread.run(Timer.java:505)
   7) Thread[id=5915, name=qtp5172709-5915, state=TIMED_WAITING, group=TGRP-SSLMigrationTest]
        at sun.misc.Unsafe.park(Native Method)
        at java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:215)
        at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.awaitNanos(AbstractQueuedSynchronizer.java:2078)
        at org.eclipse.jetty.util.BlockingArrayQueue.poll(BlockingArrayQueue.java:342)
        at org.eclipse.jetty.util.thread.QueuedThreadPool.idleJobPoll(QueuedThreadPool.java:526)
        at org.eclipse.jetty.util.thread.QueuedThreadPool.access$600(QueuedThreadPool.java:44)
        at org.eclipse.jetty.util.thread.QueuedThreadPool$3.run(QueuedThreadPool.java:572)
        at java.lang.Thread.run(Thread.java:744)
   8) Thread[id=5918, name=qtp5172709-5918, state=TIMED_WAITING, group=TGRP-SSLMigrationTest]
        at sun.misc.Unsafe.park(Native Method)
        at java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:215)
        at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.awaitNanos(AbstractQueuedSynchronizer.java:2078)
        at org.eclipse.jetty.util.BlockingArrayQueue.poll(BlockingArrayQueue.java:342)
        at org.eclipse.jetty.util.thread.QueuedThreadPool.idleJobPoll(QueuedThreadPool.java:526)
        at org.eclipse.jetty.util.thread.QueuedThreadPool.access$600(QueuedThreadPool.java:44)
        at org.eclipse.jetty.util.thread.QueuedThreadPool$3.run(QueuedThreadPool.java:572)
        at java.lang.Thread.run(Thread.java:744)
   9) Thread[id=5922, name=qtp5172709-5922, state=TIMED_WAITING, group=TGRP-SSLMigrationTest]
        at sun.misc.Unsafe.park(Native Method)
        at java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:215)
        at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.awaitNanos(AbstractQueuedSynchronizer.java:2078)
        at org.eclipse.jetty.util.BlockingArrayQueue.poll(BlockingArrayQueue.java:342)
        at org.eclipse.jetty.util.thread.QueuedThreadPool.idleJobPoll(QueuedThreadPool.java:526)
        at org.eclipse.jetty.util.thread.QueuedThreadPool.access$600(QueuedThreadPool.java:44)
        at org.eclipse.jetty.util.thread.QueuedThreadPool$3.run(QueuedThreadPool.java:572)
        at java.lang.Thread.run(Thread.java:744)
	at __randomizedtesting.SeedInfo.seed([940065C3C71E80]:0)


FAILED:  junit.framework.TestSuite.org.apache.solr.cloud.SSLMigrationTest

Error Message:
There are still zombie threads that couldn't be terminated:    1) Thread[id=5914, name=HashSessionScavenger-174, state=TIMED_WAITING, group=TGRP-SSLMigrationTest]         at java.lang.Object.wait(Native Method)         at java.util.TimerThread.mainLoop(Timer.java:552)         at java.util.TimerThread.run(Timer.java:505)

Stack Trace:
com.carrotsearch.randomizedtesting.ThreadLeakError: There are still zombie threads that couldn't be terminated:
   1) Thread[id=5914, name=HashSessionScavenger-174, state=TIMED_WAITING, group=TGRP-SSLMigrationTest]
        at java.lang.Object.wait(Native Method)
        at java.util.TimerThread.mainLoop(Timer.java:552)
        at java.util.TimerThread.run(Timer.java:505)
	at __randomizedtesting.SeedInfo.seed([940065C3C71E80]:0)


REGRESSION:  org.apache.solr.cloud.SSLMigrationTest.testDistribSearch

Error Message:
Address already in use

Stack Trace:
java.net.BindException: Address already in use
	at __randomizedtesting.SeedInfo.seed([940065C3C71E80:81728E7DB4987EBC]:0)
	at sun.nio.ch.Net.bind0(Native Method)
	at sun.nio.ch.Net.bind(Net.java:414)
	at sun.nio.ch.Net.bind(Net.java:406)
	at sun.nio.ch.ServerSocketChannelImpl.bind(ServerSocketChannelImpl.java:214)
	at sun.nio.ch.ServerSocketAdaptor.bind(ServerSocketAdaptor.java:74)
	at org.eclipse.jetty.server.nio.SelectChannelConnector.open(SelectChannelConnector.java:187)
	at org.eclipse.jetty.server.AbstractConnector.doStart(AbstractConnector.java:316)
	at org.eclipse.jetty.server.nio.SelectChannelConnector.doStart(SelectChannelConnector.java:265)
	at org.eclipse.jetty.server.ssl.SslSelectChannelConnector.doStart(SslSelectChannelConnector.java:631)
	at org.eclipse.jetty.util.component.AbstractLifeCycle.start(AbstractLifeCycle.java:64)
	at org.eclipse.jetty.server.Server.doStart(Server.java:291)
	at org.eclipse.jetty.util.component.AbstractLifeCycle.start(AbstractLifeCycle.java:64)
	at org.apache.solr.client.solrj.embedded.JettySolrRunner.start(JettySolrRunner.java:430)
	at org.apache.solr.cloud.SSLMigrationTest.testMigrateSSL(SSLMigrationTest.java:76)
	at org.apache.solr.cloud.SSLMigrationTest.doTest(SSLMigrationTest.java:57)
	at org.apache.solr.BaseDistributedSearchTestCase.testDistribSearch(BaseDistributedSearchTestCase.java:867)
	at sun.reflect.GeneratedMethodAccessor36.invoke(Unknown Source)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:483)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1617)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:826)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:862)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:876)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:53)
	at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:50)
	at org.apache.lucene.util.TestRuleFieldCacheSanity$1.evaluate(TestRuleFieldCacheSanity.java:51)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:46)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesInvariantRule$1.evaluate(SystemPropertiesInvariantRule.java:55)
	at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:49)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:70)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:48)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:359)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:783)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:443)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:835)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$3.evaluate(RandomizedRunner.java:737)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$4.evaluate(RandomizedRunner.java:771)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:782)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:53)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:46)
	at org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:42)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesInvariantRule$1.evaluate(SystemPropertiesInvariantRule.java:55)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:39)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:39)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:43)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:48)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:70)
	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:55)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:359)
	at java.lang.Thread.run(Thread.java:744)




Build Log:
[...truncated 11103 lines...]
   [junit4] Suite: org.apache.solr.cloud.SSLMigrationTest
   [junit4]   2> 1063311 T5785 oas.BaseDistributedSearchTestCase.initHostContext Setting hostContext system property: /
   [junit4]   2> 1063315 T5785 oas.SolrTestCaseJ4.setUp ###Starting testDistribSearch
   [junit4]   2> Creating dataDir: /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J0/./solrtest-SSLMigrationTest-1395937964150
   [junit4]   2> 1063315 T5785 oasc.ZkTestServer.run STARTING ZK TEST SERVER
   [junit4]   2> 1063316 T5786 oasc.ZkTestServer$ZKServerMain.runFromConfig Starting server
   [junit4]   2> 1063416 T5785 oasc.ZkTestServer.run start zk server on port:36157
   [junit4]   2> 1063418 T5785 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 1063424 T5792 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@1906e43 name:ZooKeeperConnection Watcher:127.0.0.1:36157 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 1063425 T5785 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 1063426 T5785 oascc.SolrZkClient.makePath makePath: /solr
   [junit4]   2> 1063433 T5785 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 1063435 T5794 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@bd035b name:ZooKeeperConnection Watcher:127.0.0.1:36157/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 1063435 T5785 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 1063436 T5785 oascc.SolrZkClient.makePath makePath: /collections/collection1
   [junit4]   2> 1063440 T5785 oascc.SolrZkClient.makePath makePath: /collections/collection1/shards
   [junit4]   2> 1063444 T5785 oascc.SolrZkClient.makePath makePath: /collections/control_collection
   [junit4]   2> 1063447 T5785 oascc.SolrZkClient.makePath makePath: /collections/control_collection/shards
   [junit4]   2> 1063451 T5785 oasc.AbstractZkTestCase.putConfig put /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/core/src/test-files/solr/collection1/conf/solrconfig-tlog.xml to /configs/conf1/solrconfig.xml
   [junit4]   2> 1063452 T5785 oascc.SolrZkClient.makePath makePath: /configs/conf1/solrconfig.xml
   [junit4]   2> 1063458 T5785 oasc.AbstractZkTestCase.putConfig put /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/core/src/test-files/solr/collection1/conf/schema.xml to /configs/conf1/schema.xml
   [junit4]   2> 1063459 T5785 oascc.SolrZkClient.makePath makePath: /configs/conf1/schema.xml
   [junit4]   2> 1063465 T5785 oasc.AbstractZkTestCase.putConfig put /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/core/src/test-files/solr/collection1/conf/solrconfig.snippet.randomindexconfig.xml to /configs/conf1/solrconfig.snippet.randomindexconfig.xml
   [junit4]   2> 1063466 T5785 oascc.SolrZkClient.makePath makePath: /configs/conf1/solrconfig.snippet.randomindexconfig.xml
   [junit4]   2> 1063470 T5785 oasc.AbstractZkTestCase.putConfig put /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/core/src/test-files/solr/collection1/conf/stopwords.txt to /configs/conf1/stopwords.txt
   [junit4]   2> 1063470 T5785 oascc.SolrZkClient.makePath makePath: /configs/conf1/stopwords.txt
   [junit4]   2> 1063474 T5785 oasc.AbstractZkTestCase.putConfig put /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/core/src/test-files/solr/collection1/conf/protwords.txt to /configs/conf1/protwords.txt
   [junit4]   2> 1063475 T5785 oascc.SolrZkClient.makePath makePath: /configs/conf1/protwords.txt
   [junit4]   2> 1063479 T5785 oasc.AbstractZkTestCase.putConfig put /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/core/src/test-files/solr/collection1/conf/currency.xml to /configs/conf1/currency.xml
   [junit4]   2> 1063480 T5785 oascc.SolrZkClient.makePath makePath: /configs/conf1/currency.xml
   [junit4]   2> 1063484 T5785 oasc.AbstractZkTestCase.putConfig put /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/core/src/test-files/solr/collection1/conf/enumsConfig.xml to /configs/conf1/enumsConfig.xml
   [junit4]   2> 1063485 T5785 oascc.SolrZkClient.makePath makePath: /configs/conf1/enumsConfig.xml
   [junit4]   2> 1063489 T5785 oasc.AbstractZkTestCase.putConfig put /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/core/src/test-files/solr/collection1/conf/open-exchange-rates.json to /configs/conf1/open-exchange-rates.json
   [junit4]   2> 1063490 T5785 oascc.SolrZkClient.makePath makePath: /configs/conf1/open-exchange-rates.json
   [junit4]   2> 1063494 T5785 oasc.AbstractZkTestCase.putConfig put /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/core/src/test-files/solr/collection1/conf/mapping-ISOLatin1Accent.txt to /configs/conf1/mapping-ISOLatin1Accent.txt
   [junit4]   2> 1063495 T5785 oascc.SolrZkClient.makePath makePath: /configs/conf1/mapping-ISOLatin1Accent.txt
   [junit4]   2> 1063500 T5785 oasc.AbstractZkTestCase.putConfig put /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/core/src/test-files/solr/collection1/conf/old_synonyms.txt to /configs/conf1/old_synonyms.txt
   [junit4]   2> 1063500 T5785 oascc.SolrZkClient.makePath makePath: /configs/conf1/old_synonyms.txt
   [junit4]   2> 1063505 T5785 oasc.AbstractZkTestCase.putConfig put /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/core/src/test-files/solr/collection1/conf/synonyms.txt to /configs/conf1/synonyms.txt
   [junit4]   2> 1063505 T5785 oascc.SolrZkClient.makePath makePath: /configs/conf1/synonyms.txt
   [junit4]   2> 1063797 T5785 oejs.Server.doStart jetty-8.1.10.v20130312
   [junit4]   2> 1063804 T5785 oejs.AbstractConnector.doStart Started SelectChannelConnector@127.0.0.1:54928
   [junit4]   2> 1063805 T5785 oass.SolrDispatchFilter.init SolrDispatchFilter.init()
   [junit4]   2> 1063805 T5785 oasc.SolrResourceLoader.locateSolrHome JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 1063806 T5785 oasc.SolrResourceLoader.locateSolrHome using system property solr.solr.home: ../../../../../../../../../../mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J0/./org.apache.solr.cloud.SSLMigrationTest-controljetty-1395937964344
   [junit4]   2> 1063806 T5785 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '../../../../../../../../../../mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J0/./org.apache.solr.cloud.SSLMigrationTest-controljetty-1395937964344/'
   [junit4]   2> 1063823 T5785 oasc.ConfigSolr.fromFile Loading container configuration from /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J0/../../../../../../../../../../mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J0/./org.apache.solr.cloud.SSLMigrationTest-controljetty-1395937964344/solr.xml
   [junit4]   2> 1063833 T5785 oasc.CoreContainer.<init> New CoreContainer 18589618
   [junit4]   2> 1063833 T5785 oasc.CoreContainer.load Loading cores into CoreContainer [instanceDir=../../../../../../../../../../mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J0/./org.apache.solr.cloud.SSLMigrationTest-controljetty-1395937964344/]
   [junit4]   2> 1063834 T5785 oashc.HttpShardHandlerFactory.getParameter Setting socketTimeout to: 90000
   [junit4]   2> 1063834 T5785 oashc.HttpShardHandlerFactory.getParameter Setting urlScheme to: 
   [junit4]   2> 1063835 T5785 oashc.HttpShardHandlerFactory.getParameter Setting connTimeout to: 15000
   [junit4]   2> 1063835 T5785 oashc.HttpShardHandlerFactory.getParameter Setting maxConnectionsPerHost to: 20
   [junit4]   2> 1063835 T5785 oashc.HttpShardHandlerFactory.getParameter Setting corePoolSize to: 0
   [junit4]   2> 1063836 T5785 oashc.HttpShardHandlerFactory.getParameter Setting maximumPoolSize to: 2147483647
   [junit4]   2> 1063836 T5785 oashc.HttpShardHandlerFactory.getParameter Setting maxThreadIdleTime to: 5
   [junit4]   2> 1063837 T5785 oashc.HttpShardHandlerFactory.getParameter Setting sizeOfQueue to: -1
   [junit4]   2> 1063837 T5785 oashc.HttpShardHandlerFactory.getParameter Setting fairnessPolicy to: false
   [junit4]   2> 1063838 T5785 oasl.LogWatcher.createWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory
   [junit4]   2> 1063838 T5785 oasl.LogWatcher.newRegisteredLogWatcher Registering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)]
   [junit4]   2> 1063838 T5785 oasc.CoreContainer.load Host Name: 127.0.0.1
   [junit4]   2> 1063839 T5785 oasc.ZkContainer.initZooKeeper Zookeeper client=127.0.0.1:36157/solr
   [junit4]   2> 1063839 T5785 oasc.ZkController.checkChrootPath zkHost includes chroot
   [junit4]   2> 1063840 T5785 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 1063841 T5805 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@1a6e58e name:ZooKeeperConnection Watcher:127.0.0.1:36157 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 1063841 T5785 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 1063843 T5785 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 1063844 T5807 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@1e5f2df name:ZooKeeperConnection Watcher:127.0.0.1:36157/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 1063844 T5785 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 1063846 T5785 oascc.SolrZkClient.makePath makePath: /overseer/queue
   [junit4]   2> 1063849 T5785 oascc.SolrZkClient.makePath makePath: /overseer/collection-queue-work
   [junit4]   2> 1063854 T5785 oascc.SolrZkClient.makePath makePath: /overseer/collection-map-running
   [junit4]   2> 1063858 T5785 oascc.SolrZkClient.makePath makePath: /overseer/collection-map-completed
   [junit4]   2> 1063862 T5785 oascc.SolrZkClient.makePath makePath: /overseer/collection-map-failure
   [junit4]   2> 1063871 T5785 oascc.SolrZkClient.makePath makePath: /live_nodes
   [junit4]   2> 1063873 T5785 oasc.ZkController.createEphemeralLiveNode Register node as live in ZooKeeper:/live_nodes/127.0.0.1:54928_
   [junit4]   2> 1063875 T5785 oascc.SolrZkClient.makePath makePath: /live_nodes/127.0.0.1:54928_
   [junit4]   2> 1063878 T5785 oascc.SolrZkClient.makePath makePath: /overseer_elect
   [junit4]   2> 1063881 T5785 oascc.SolrZkClient.makePath makePath: /overseer_elect/election
   [junit4]   2> 1063887 T5785 oasc.OverseerElectionContext.runLeaderProcess I am going to be the leader 127.0.0.1:54928_
   [junit4]   2> 1063888 T5785 oascc.SolrZkClient.makePath makePath: /overseer_elect/leader
   [junit4]   2> 1063891 T5785 oasc.Overseer.start Overseer (id=91484190418796547-127.0.0.1:54928_-n_0000000000) starting
   [junit4]   2> 1063896 T5785 oascc.SolrZkClient.makePath makePath: /overseer/queue-work
   [junit4]   2> 1063912 T5809 oasc.OverseerCollectionProcessor.run Process current queue of collection creations
   [junit4]   2> 1063913 T5785 oascc.SolrZkClient.makePath makePath: /clusterstate.json
   [junit4]   2> 1063913 T5809 oasc.OverseerCollectionProcessor.prioritizeOverseerNodes prioritizing overseer nodes
   [junit4]   2> 1063916 T5785 oascc.SolrZkClient.makePath makePath: /aliases.json
   [junit4]   2> 1063921 T5785 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
   [junit4]   2> 1063926 T5808 oasc.Overseer$ClusterStateUpdater.run Starting to work on the main queue
   [junit4]   2> 1063929 T5810 oasc.ZkController.publish publishing core=collection1 state=down collection=control_collection
   [junit4]   2> 1063930 T5810 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
   [junit4]   2> 1063931 T5807 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 1063931 T5810 oasc.ZkController.waitForCoreNodeName look for our core node name
   [junit4]   2> 1063934 T5808 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
   [junit4]   2> 1063935 T5808 oasc.Overseer$ClusterStateUpdater.updateState Update state numShards=1 message={
   [junit4]   2> 	  "operation":"state",
   [junit4]   2> 	  "state":"down",
   [junit4]   2> 	  "base_url":"http://127.0.0.1:54928",
   [junit4]   2> 	  "core":"collection1",
   [junit4]   2> 	  "roles":null,
   [junit4]   2> 	  "node_name":"127.0.0.1:54928_",
   [junit4]   2> 	  "shard":null,
   [junit4]   2> 	  "collection":"control_collection",
   [junit4]   2> 	  "numShards":"1",
   [junit4]   2> 	  "core_node_name":null}
   [junit4]   2> 1063936 T5808 oasc.Overseer$ClusterStateUpdater.createCollection Create collection control_collection with shards [shard1]
   [junit4]   2> 1063936 T5808 oasc.Overseer$ClusterStateUpdater.updateState Assigning new node to shard shard=shard1
   [junit4]   2> 1063940 T5807 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 1063941 T5807 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 1)
   [junit4]   2> 1064932 T5810 oasc.ZkController.waitForShardId waiting to find shard id in clusterstate for collection1
   [junit4]   2> 1064933 T5810 oasc.ZkController.createCollectionZkNode Check for collection zkNode:control_collection
   [junit4]   2> 1064934 T5810 oasc.ZkController.createCollectionZkNode Collection zkNode exists
   [junit4]   2> 1064935 T5810 oascc.ZkStateReader.readConfigName Load collection config from:/collections/control_collection
   [junit4]   2> 1064936 T5810 oascc.ZkStateReader.readConfigName path=/collections/control_collection configName=conf1 specified config exists in ZooKeeper
   [junit4]   2> 1064936 T5810 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '../../../../../../../../../../mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J0/./org.apache.solr.cloud.SSLMigrationTest-controljetty-1395937964344/collection1/'
   [junit4]   2> 1064938 T5810 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J0/org.apache.solr.cloud.SSLMigrationTest-controljetty-1395937964344/collection1/lib/.svn/' to classloader
   [junit4]   2> 1064938 T5810 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J0/org.apache.solr.cloud.SSLMigrationTest-controljetty-1395937964344/collection1/lib/classes/' to classloader
   [junit4]   2> 1064939 T5810 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J0/org.apache.solr.cloud.SSLMigrationTest-controljetty-1395937964344/collection1/lib/README' to classloader
   [junit4]   2> 1064984 T5810 oasc.SolrConfig.<init> Using Lucene MatchVersion: LUCENE_48
   [junit4]   2> 1064997 T5810 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig.xml
   [junit4]   2> 1064998 T5810 oass.IndexSchema.readSchema Reading Solr Schema from schema.xml
   [junit4]   2> 1065006 T5810 oass.IndexSchema.readSchema [collection1] Schema name=test
   [junit4]   2> 1065158 T5810 oass.ByteField.init WARN ByteField is deprecated and will be removed in 5.0. You should use TrieIntField instead.
   [junit4]   2> 1065159 T5810 oass.ShortField.init WARN ShortField is deprecated and will be removed in 5.0. You should use TrieIntField instead.
   [junit4]   2> 1065159 T5810 oass.OpenExchangeRatesOrgProvider.init Initialized with rates=open-exchange-rates.json, refreshInterval=1440.
   [junit4]   2> 1065164 T5810 oass.IndexSchema.readSchema default search field in schema is text
   [junit4]   2> 1065166 T5810 oass.IndexSchema.readSchema unique key field: id
   [junit4]   2> 1065179 T5810 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
   [junit4]   2> 1065182 T5810 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
   [junit4]   2> 1065184 T5810 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
   [junit4]   2> 1065185 T5810 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Unknown key IMPORTANT NOTE
   [junit4]   2> 1065186 T5810 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Expected key, got STRING
   [junit4]   2> 1065186 T5810 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
   [junit4]   2> 1065187 T5810 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Unknown key IMPORTANT NOTE
   [junit4]   2> 1065187 T5810 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Expected key, got STRING
   [junit4]   2> 1065187 T5810 oasc.CoreContainer.create Creating SolrCore 'collection1' using configuration from collection control_collection
   [junit4]   2> 1065187 T5810 oasc.SolrCore.initDirectoryFactory org.apache.solr.core.MockDirectoryFactory
   [junit4]   2> 1065188 T5810 oasc.SolrCore.<init> [collection1] Opening new SolrCore at ../../../../../../../../../../mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J0/./org.apache.solr.cloud.SSLMigrationTest-controljetty-1395937964344/collection1/, dataDir=./org.apache.solr.cloud.SSLMigrationTest-1395937964150/control/data/
   [junit4]   2> 1065188 T5810 oasc.JmxMonitoredMap.<init> JMX monitoring is enabled. Adding Solr mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@19fc2df
   [junit4]   2> 1065189 T5810 oasc.CachingDirectoryFactory.get return new directory for ./org.apache.solr.cloud.SSLMigrationTest-1395937964150/control/data
   [junit4]   2> 1065189 T5810 oasc.SolrCore.getNewIndexDir New index directory detected: old=null new=./org.apache.solr.cloud.SSLMigrationTest-1395937964150/control/data/index/
   [junit4]   2> 1065189 T5810 oasc.SolrCore.initIndex WARN [collection1] Solr index directory './org.apache.solr.cloud.SSLMigrationTest-1395937964150/control/data/index' doesn't exist. Creating new index...
   [junit4]   2> 1065189 T5810 oasc.CachingDirectoryFactory.get return new directory for ./org.apache.solr.cloud.SSLMigrationTest-1395937964150/control/data/index
   [junit4]   2> 1065190 T5810 oasu.RandomMergePolicy.<init> RandomMergePolicy wrapping class org.apache.lucene.index.AlcoholicMergePolicy: [AlcoholicMergePolicy: minMergeSize=0, mergeFactor=10, maxMergeSize=1430207537, maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true, maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.1]
   [junit4]   2> 1065191 T5810 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits: num=1
   [junit4]   2> 		commit{dir=MockDirectoryWrapper(RAMDirectory@43ccea lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@138917c),segFN=segments_1,generation=1}
   [junit4]   2> 1065191 T5810 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1
   [junit4]   2> 1065193 T5810 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "nodistrib"
   [junit4]   2> 1065194 T5810 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "dedupe"
   [junit4]   2> 1065194 T5810 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe"
   [junit4]   2> 1065195 T5810 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "stored_sig"
   [junit4]   2> 1065195 T5810 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "stored_sig"
   [junit4]   2> 1065195 T5810 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "distrib-dup-test-chain-explicit"
   [junit4]   2> 1065196 T5810 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "distrib-dup-test-chain-implicit"
   [junit4]   2> 1065196 T5810 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "distrib-dup-test-chain-implicit"
   [junit4]   2> 1065196 T5810 oasc.SolrCore.loadUpdateProcessorChains no updateRequestProcessorChain defined as default, creating implicit default
   [junit4]   2> 1065197 T5810 oasc.RequestHandlers.initHandlersFromConfig created standard: solr.StandardRequestHandler
   [junit4]   2> 1065197 T5810 oasc.RequestHandlers.initHandlersFromConfig created /get: solr.RealTimeGetHandler
   [junit4]   2> 1065197 T5810 oasc.RequestHandlers.initHandlersFromConfig adding lazy requestHandler: solr.ReplicationHandler
   [junit4]   2> 1065198 T5810 oasc.RequestHandlers.initHandlersFromConfig created /replication: solr.ReplicationHandler
   [junit4]   2> 1065198 T5810 oasc.RequestHandlers.initHandlersFromConfig created /update: solr.UpdateRequestHandler
   [junit4]   2> 1065199 T5810 oasc.RequestHandlers.initHandlersFromConfig created /admin/: org.apache.solr.handler.admin.AdminHandlers
   [junit4]   2> 1065199 T5810 oasc.RequestHandlers.initHandlersFromConfig created /admin/file: solr.admin.ShowFileRequestHandler
   [junit4]   2> 1065201 T5810 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 1065203 T5810 oasu.CommitTracker.<init> Hard AutoCommit: disabled
   [junit4]   2> 1065203 T5810 oasu.CommitTracker.<init> Soft AutoCommit: disabled
   [junit4]   2> 1065204 T5810 oasu.RandomMergePolicy.<init> RandomMergePolicy wrapping class org.apache.lucene.index.AlcoholicMergePolicy: [AlcoholicMergePolicy: minMergeSize=0, mergeFactor=10, maxMergeSize=1504182279, maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true, maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.1]
   [junit4]   2> 1065204 T5810 oasc.SolrDeletionPolicy.onInit SolrDeletionPolicy.onInit: commits: num=1
   [junit4]   2> 		commit{dir=MockDirectoryWrapper(RAMDirectory@43ccea lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@138917c),segFN=segments_1,generation=1}
   [junit4]   2> 1065204 T5810 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1
   [junit4]   2> 1065205 T5810 oass.SolrIndexSearcher.<init> Opening Searcher@8cec37[collection1] main
   [junit4]   2> 1065208 T5811 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@8cec37[collection1] main{StandardDirectoryReader(segments_1:1:nrt)}
   [junit4]   2> 1065209 T5810 oasc.CoreContainer.registerCore registering core: collection1
   [junit4]   2> 1065209 T5814 oasc.ZkController.register Register replica - core:collection1 address:http://127.0.0.1:54928 collection:control_collection shard:shard1
   [junit4]   2> 1065210 T5785 oass.SolrDispatchFilter.init user.dir=/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J0
   [junit4]   2> 1065210 T5785 oass.SolrDispatchFilter.init SolrDispatchFilter.init() done
   [junit4]   2> 1065210 T5814 oascc.SolrZkClient.makePath makePath: /collections/control_collection/leader_elect/shard1/election
   [junit4]   2> 1065211 T5785 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 1065213 T5816 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@174480b name:ZooKeeperConnection Watcher:127.0.0.1:36157/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 1065214 T5785 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 1065215 T5785 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
   [junit4]   2> 1065217 T5814 oasc.ShardLeaderElectionContext.runLeaderProcess Running the leader process for shard shard1
   [junit4]   2> 1065217 T5785 oasc.ChaosMonkey.monkeyLog monkey: init - expire sessions:false cause connection loss:false
   [junit4]   2> 1065219 T5807 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 1065219 T5814 oasc.ShardLeaderElectionContext.waitForReplicasToComeUp Enough replicas found to continue.
   [junit4]   2> 1065219 T5814 oasc.ShardLeaderElectionContext.runLeaderProcess I may be the new leader - try and sync
   [junit4]   2> ASYNC  NEW_CORE C1205 name=collection1 org.apache.solr.core.SolrCore@ba918 url=http://127.0.0.1:54928/collection1 node=127.0.0.1:54928_ C1205_STATE=coll:control_collection core:collection1 props:{state=down, base_url=http://127.0.0.1:54928, core=collection1, node_name=127.0.0.1:54928_}
   [junit4]   2> 1065220 T5814 C1205 P54928 oasc.SyncStrategy.sync Sync replicas to http://127.0.0.1:54928/collection1/
   [junit4]   2> 1065220 T5808 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
   [junit4]   2> 1065220 T5814 C1205 P54928 oasc.SyncStrategy.syncReplicas Sync Success - now sync replicas to me
   [junit4]   2> 1065220 T5814 C1205 P54928 oasc.SyncStrategy.syncToMe http://127.0.0.1:54928/collection1/ has no replicas
   [junit4]   2> 1065221 T5814 oasc.ShardLeaderElectionContext.runLeaderProcess I am the new leader: http://127.0.0.1:54928/collection1/ shard1
   [junit4]   2> 1065221 T5814 oascc.SolrZkClient.makePath makePath: /collections/control_collection/leaders/shard1
   [junit4]   2> 1065222 T5807 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 1065227 T5807 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 1065229 T5807 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 1065330 T5816 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 1)
   [junit4]   2> 1065330 T5807 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 1)
   [junit4]   2> 1065377 T5814 oasc.ZkController.register We are http://127.0.0.1:54928/collection1/ and leader is http://127.0.0.1:54928/collection1/
   [junit4]   2> 1065377 T5814 oasc.ZkController.register No LogReplay needed for core=collection1 baseURL=http://127.0.0.1:54928
   [junit4]   2> 1065378 T5814 oasc.ZkController.checkRecovery I am the leader, no recovery necessary
   [junit4]   2> 1065378 T5814 oasc.ZkController.publish publishing core=collection1 state=active collection=control_collection
   [junit4]   2> 1065378 T5814 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
   [junit4]   2> 1065379 T5807 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 1065379 T5807 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 1065380 T5807 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 1065379 T5814 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
   [junit4]   2> 1065381 T5808 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
   [junit4]   2> 1065381 T5808 oasc.Overseer$ClusterStateUpdater.updateState Update state numShards=2 message={
   [junit4]   2> 	  "operation":"state",
   [junit4]   2> 	  "state":"active",
   [junit4]   2> 	  "base_url":"http://127.0.0.1:54928",
   [junit4]   2> 	  "core":"collection1",
   [junit4]   2> 	  "roles":null,
   [junit4]   2> 	  "node_name":"127.0.0.1:54928_",
   [junit4]   2> 	  "shard":"shard1",
   [junit4]   2> 	  "collection":"control_collection",
   [junit4]   2> 	  "numShards":"2",
   [junit4]   2> 	  "core_node_name":"core_node1"}
   [junit4]   2> 1065383 T5807 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 1065484 T5807 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 1)
   [junit4]   2> 1065484 T5816 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 1)
   [junit4]   2> 1065500 T5785 oasc.AbstractFullDistribZkTestBase.createJettys create jetty 1
   [junit4]   2> 1065501 T5785 oejs.Server.doStart jetty-8.1.10.v20130312
   [junit4]   2> 1065503 T5785 oejs.AbstractConnector.doStart Started SelectChannelConnector@127.0.0.1:43936
   [junit4]   2> 1065504 T5785 oass.SolrDispatchFilter.init SolrDispatchFilter.init()
   [junit4]   2> 1065504 T5785 oasc.SolrResourceLoader.locateSolrHome JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 1065505 T5785 oasc.SolrResourceLoader.locateSolrHome using system property solr.solr.home: ../../../../../../../../../../mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J0/./org.apache.solr.cloud.SSLMigrationTest-jetty1-1395937966052
   [junit4]   2> 1065505 T5785 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '../../../../../../../../../../mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J0/./org.apache.solr.cloud.SSLMigrationTest-jetty1-1395937966052/'
   [junit4]   2> 1065526 T5785 oasc.ConfigSolr.fromFile Loading container configuration from /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J0/../../../../../../../../../../mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J0/./org.apache.solr.cloud.SSLMigrationTest-jetty1-1395937966052/solr.xml
   [junit4]   2> 1065536 T5785 oasc.CoreContainer.<init> New CoreContainer 7691415
   [junit4]   2> 1065537 T5785 oasc.CoreContainer.load Loading cores into CoreContainer [instanceDir=../../../../../../../../../../mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J0/./org.apache.solr.cloud.SSLMigrationTest-jetty1-1395937966052/]
   [junit4]   2> 1065537 T5785 oashc.HttpShardHandlerFactory.getParameter Setting socketTimeout to: 90000
   [junit4]   2> 1065538 T5785 oashc.HttpShardHandlerFactory.getParameter Setting urlScheme to: 
   [junit4]   2> 1065538 T5785 oashc.HttpShardHandlerFactory.getParameter Setting connTimeout to: 15000
   [junit4]   2> 1065539 T5785 oashc.HttpShardHandlerFactory.getParameter Setting maxConnectionsPerHost to: 20
   [junit4]   2> 1065539 T5785 oashc.HttpShardHandlerFactory.getParameter Setting corePoolSize to: 0
   [junit4]   2> 1065539 T5785 oashc.HttpShardHandlerFactory.getParameter Setting maximumPoolSize to: 2147483647
   [junit4]   2> 1065540 T5785 oashc.HttpShardHandlerFactory.getParameter Setting maxThreadIdleTime to: 5
   [junit4]   2> 1065540 T5785 oashc.HttpShardHandlerFactory.getParameter Setting sizeOfQueue to: -1
   [junit4]   2> 1065541 T5785 oashc.HttpShardHandlerFactory.getParameter Setting fairnessPolicy to: false
   [junit4]   2> 1065541 T5785 oasl.LogWatcher.createWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory
   [junit4]   2> 1065542 T5785 oasl.LogWatcher.newRegisteredLogWatcher Registering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)]
   [junit4]   2> 1065542 T5785 oasc.CoreContainer.load Host Name: 127.0.0.1
   [junit4]   2> 1065543 T5785 oasc.ZkContainer.initZooKeeper Zookeeper client=127.0.0.1:36157/solr
   [junit4]   2> 1065543 T5785 oasc.ZkController.checkChrootPath zkHost includes chroot
   [junit4]   2> 1065544 T5785 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 1065546 T5827 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@f18b4d name:ZooKeeperConnection Watcher:127.0.0.1:36157 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 1065546 T5785 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 1065549 T5785 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 1065550 T5829 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@7d15fb name:ZooKeeperConnection Watcher:127.0.0.1:36157/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 1065551 T5785 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 1065560 T5785 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
   [junit4]   2> 1066562 T5785 oasc.ZkController.createEphemeralLiveNode Register node as live in ZooKeeper:/live_nodes/127.0.0.1:43936_
   [junit4]   2> 1066587 T5785 oascc.SolrZkClient.makePath makePath: /live_nodes/127.0.0.1:43936_
   [junit4]   2> 1066598 T5807 oascc.ZkStateReader$3.process Updating live nodes... (2)
   [junit4]   2> 1066598 T5829 oascc.ZkStateReader$3.process Updating live nodes... (2)
   [junit4]   2> 1066598 T5816 oascc.ZkStateReader$3.process Updating live nodes... (2)
   [junit4]   2> 1066606 T5830 oasc.ZkController.publish publishing core=collection1 state=down collection=collection1
   [junit4]   2> 1066607 T5830 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
   [junit4]   2> 1066608 T5807 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 1066609 T5830 oasc.ZkController.waitForCoreNodeName look for our core node name
   [junit4]   2> 1066609 T5807 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 1066610 T5807 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 1066611 T5808 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
   [junit4]   2> 1066612 T5808 oasc.Overseer$ClusterStateUpdater.updateState Update state numShards=2 message={
   [junit4]   2> 	  "operation":"state",
   [junit4]   2> 	  "state":"down",
   [junit4]   2> 	  "base_url":"http://127.0.0.1:43936",
   [junit4]   2> 	  "core":"collection1",
   [junit4]   2> 	  "roles":null,
   [junit4]   2> 	  "node_name":"127.0.0.1:43936_",
   [junit4]   2> 	  "shard":null,
   [junit4]   2> 	  "collection":"collection1",
   [junit4]   2> 	  "numShards":"2",
   [junit4]   2> 	  "core_node_name":null}
   [junit4]   2> 1066613 T5808 oasc.Overseer$ClusterStateUpdater.createCollection Create collection collection1 with shards [shard1, shard2]
   [junit4]   2> 1066613 T5808 oasc.Overseer$ClusterStateUpdater.updateState Assigning new node to shard shard=shard2
   [junit4]   2> 1066617 T5807 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 1066719 T5816 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 2)
   [junit4]   2> 1066719 T5807 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 2)
   [junit4]   2> 1066719 T5829 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 2)
   [junit4]   2> 1067609 T5830 oasc.ZkController.waitForShardId waiting to find shard id in clusterstate for collection1
   [junit4]   2> 1067610 T5830 oasc.ZkController.createCollectionZkNode Check for collection zkNode:collection1
   [junit4]   2> 1067611 T5830 oasc.ZkController.createCollectionZkNode Collection zkNode exists
   [junit4]   2> 1067612 T5830 oascc.ZkStateReader.readConfigName Load collection config from:/collections/collection1
   [junit4]   2> 1067614 T5830 oascc.ZkStateReader.readConfigName path=/collections/collection1 configName=conf1 specified config exists in ZooKeeper
   [junit4]   2> 1067614 T5830 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '../../../../../../../../../../mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J0/./org.apache.solr.cloud.SSLMigrationTest-jetty1-1395937966052/collection1/'
   [junit4]   2> 1067616 T5830 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J0/org.apache.solr.cloud.SSLMigrationTest-jetty1-1395937966052/collection1/lib/.svn/' to classloader
   [junit4]   2> 1067616 T5830 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J0/org.apache.solr.cloud.SSLMigrationTest-jetty1-1395937966052/collection1/lib/classes/' to classloader
   [junit4]   2> 1067617 T5830 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J0/org.apache.solr.cloud.SSLMigrationTest-jetty1-1395937966052/collection1/lib/README' to classloader
   [junit4]   2> 1067666 T5830 oasc.SolrConfig.<init> Using Lucene MatchVersion: LUCENE_48
   [junit4]   2> 1067679 T5830 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig.xml
   [junit4]   2> 1067681 T5830 oass.IndexSchema.readSchema Reading Solr Schema from schema.xml
   [junit4]   2> 1067694 T5830 oass.IndexSchema.readSchema [collection1] Schema name=test
   [junit4]   2> 1067865 T5830 oass.ByteField.init WARN ByteField is deprecated and will be removed in 5.0. You should use TrieIntField instead.
   [junit4]   2> 1067866 T5830 oass.ShortField.init WARN ShortField is deprecated and will be removed in 5.0. You should use TrieIntField instead.
   [junit4]   2> 1067866 T5830 oass.OpenExchangeRatesOrgProvider.init Initialized with rates=open-exchange-rates.json, refreshInterval=1440.
   [junit4]   2> 1067871 T5830 oass.IndexSchema.readSchema default search field in schema is text
   [junit4]   2> 1067873 T5830 oass.IndexSchema.readSchema unique key field: id
   [junit4]   2> 1067886 T5830 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
   [junit4]   2> 1067889 T5830 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
   [junit4]   2> 1067893 T5830 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
   [junit4]   2> 1067895 T5830 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Unknown key IMPORTANT NOTE
   [junit4]   2> 1067895 T5830 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Expected key, got STRING
   [junit4]   2> 1067896 T5830 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
   [junit4]   2> 1067897 T5830 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Unknown key IMPORTANT NOTE
   [junit4]   2> 1067898 T5830 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Expected key, got STRING
   [junit4]   2> 1067898 T5830 oasc.CoreContainer.create Creating SolrCore 'collection1' using configuration from collection collection1
   [junit4]   2> 1067898 T5830 oasc.SolrCore.initDirectoryFactory org.apache.solr.core.MockDirectoryFactory
   [junit4]   2> 1067899 T5830 oasc.SolrCore.<init> [collection1] Opening new SolrCore at ../../../../../../../../../../mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J0/./org.apache.solr.cloud.SSLMigrationTest-jetty1-1395937966052/collection1/, dataDir=./org.apache.solr.cloud.SSLMigrationTest-1395937964150/jetty1/
   [junit4]   2> 1067899 T5830 oasc.JmxMonitoredMap.<init> JMX monitoring is enabled. Adding Solr mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@19fc2df
   [junit4]   2> 1067901 T5830 oasc.CachingDirectoryFactory.get return new directory for ./org.apache.solr.cloud.SSLMigrationTest-1395937964150/jetty1
   [junit4]   2> 1067901 T5830 oasc.SolrCore.getNewIndexDir New index directory detected: old=null new=./org.apache.solr.cloud.SSLMigrationTest-1395937964150/jetty1/index/
   [junit4]   2> 1067901 T5830 oasc.SolrCore.initIndex WARN [collection1] Solr index directory './org.apache.solr.cloud.SSLMigrationTest-1395937964150/jetty1/index' doesn't exist. Creating new index...
   [junit4]   2> 1067902 T5830 oasc.CachingDirectoryFactory.get return new directory for ./org.apache.solr.cloud.SSLMigrationTest-1395937964150/jetty1/index
   [junit4]   2> 1067904 T5830 oasu.RandomMergePolicy.<init> RandomMergePolicy wrapping class org.apache.lucene.index.AlcoholicMergePolicy: [AlcoholicMergePolicy: minMergeSize=0, mergeFactor=10, maxMergeSize=1430207537, maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true, maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.1]
   [junit4]   2> 1067905 T5830 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits: num=1
   [junit4]   2> 		commit{dir=MockDirectoryWrapper(RAMDirectory@2486e9 lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@b23ed1),segFN=segments_1,generation=1}
   [junit4]   2> 1067905 T5830 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1
   [junit4]   2> 1067910 T5830 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "nodistrib"
   [junit4]   2> 1067910 T5830 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "dedupe"
   [junit4]   2> 1067911 T5830 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe"
   [junit4]   2> 1067911 T5830 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "stored_sig"
   [junit4]   2> 1067911 T5830 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "stored_sig"
   [junit4]   2> 1067911 T5830 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "distrib-dup-test-chain-explicit"
   [junit4]   2> 1067912 T5830 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "distrib-dup-test-chain-implicit"
   [junit4]   2> 1067912 T5830 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "distrib-dup-test-chain-implicit"
   [junit4]   2> 1067912 T5830 oasc.SolrCore.loadUpdateProcessorChains no updateRequestProcessorChain defined as default, creating implicit default
   [junit4]   2> 1067913 T5830 oasc.RequestHandlers.initHandlersFromConfig created standard: solr.StandardRequestHandler
   [junit4]   2> 1067914 T5830 oasc.RequestHandlers.initHandlersFromConfig created /get: solr.RealTimeGetHandler
   [junit4]   2> 1067914 T5830 oasc.RequestHandlers.initHandlersFromConfig adding lazy requestHandler: solr.ReplicationHandler
   [junit4]   2> 1067914 T5830 oasc.RequestHandlers.initHandlersFromConfig created /replication: solr.ReplicationHandler
   [junit4]   2> 1067915 T5830 oasc.RequestHandlers.initHandlersFromConfig created /update: solr.UpdateRequestHandler
   [junit4]   2> 1067915 T5830 oasc.RequestHandlers.initHandlersFromConfig created /admin/: org.apache.solr.handler.admin.AdminHandlers
   [junit4]   2> 1067916 T5830 oasc.RequestHandlers.initHandlersFromConfig created /admin/file: solr.admin.ShowFileRequestHandler
   [junit4]   2> 1067918 T5830 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 1067920 T5830 oasu.CommitTracker.<init> Hard AutoCommit: disabled
   [junit4]   2> 1067920 T5830 oasu.CommitTracker.<init> Soft AutoCommit: disabled
   [junit4]   2> 1067921 T5830 oasu.RandomMergePolicy.<init> RandomMergePolicy wrapping class org.apache.lucene.index.AlcoholicMergePolicy: [AlcoholicMergePolicy: minMergeSize=0, mergeFactor=10, maxMergeSize=1504182279, maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true, maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.1]
   [junit4]   2> 1067921 T5830 oasc.SolrDeletionPolicy.onInit SolrDeletionPolicy.onInit: commits: num=1
   [junit4]   2> 		commit{dir=MockDirectoryWrapper(RAMDirectory@2486e9 lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@b23ed1),segFN=segments_1,generation=1}
   [junit4]   2> 1067922 T5830 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1
   [junit4]   2> 1067922 T5830 oass.SolrIndexSearcher.<init> Opening Searcher@7e463[collection1] main
   [junit4]   2> 1067926 T5831 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@7e463[collection1] main{StandardDirectoryReader(segments_1:1:nrt)}
   [junit4]   2> 1067929 T5830 oasc.CoreContainer.registerCore registering core: collection1
   [junit4]   2> 1067931 T5834 oasc.ZkController.register Register replica - core:collection1 address:http://127.0.0.1:43936 collection:collection1 shard:shard2
   [junit4]   2> 1067931 T5785 oass.SolrDispatchFilter.init user.dir=/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J0
   [junit4]   2> 1067932 T5834 oascc.SolrZkClient.makePath makePath: /collections/collection1/leader_elect/shard2/election
   [junit4]   2> 1067932 T5785 oass.SolrDispatchFilter.init SolrDispatchFilter.init() done
   [junit4]   2> 1067936 T5834 oasc.ShardLeaderElectionContext.runLeaderProcess Running the leader process for shard shard2
   [junit4]   2> 1067938 T5807 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 1067938 T5807 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 1067939 T5807 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 1067939 T5834 oasc.ShardLeaderElectionContext.waitForReplicasToComeUp Enough replicas found to continue.
   [junit4]   2> 1067939 T5834 oasc.ShardLeaderElectionContext.runLeaderProcess I may be the new leader - try and sync
   [junit4]   2> ASYNC  NEW_CORE C1206 name=collection1 org.apache.solr.core.SolrCore@17d4d74 url=http://127.0.0.1:43936/collection1 node=127.0.0.1:43936_ C1206_STATE=coll:collection1 core:collection1 props:{state=down, base_url=http://127.0.0.1:43936, core=collection1, node_name=127.0.0.1:43936_}
   [junit4]   2> 1067939 T5834 C1206 P43936 oasc.SyncStrategy.sync Sync replicas to http://127.0.0.1:43936/collection1/
   [junit4]   2> 1067940 T5808 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
   [junit4]   2> 1067940 T5834 C1206 P43936 oasc.SyncStrategy.syncReplicas Sync Success - now sync replicas to me
   [junit4]   2> 1067940 T5834 C1206 P43936 oasc.SyncStrategy.syncToMe http://127.0.0.1:43936/collection1/ has no replicas
   [junit4]   2> 1067941 T5834 oasc.ShardLeaderElectionContext.runLeaderProcess I am the new leader: http://127.0.0.1:43936/collection1/ shard2
   [junit4]   2> 1067941 T5834 oascc.SolrZkClient.makePath makePath: /collections/collection1/leaders/shard2
   [junit4]   2> 1067944 T5807 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 1067946 T5807 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 1067949 T5807 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 1068052 T5816 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 2)
   [junit4]   2> 1068052 T5829 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 2)
   [junit4]   2> 1068052 T5807 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 2)
   [junit4]   2> 1068097 T5834 oasc.ZkController.register We are http://127.0.0.1:43936/collection1/ and leader is http://127.0.0.1:43936/collection1/
   [junit4]   2> 1068097 T5834 oasc.ZkController.register No LogReplay needed for core=collection1 baseURL=http://127.0.0.1:43936
   [junit4]   2> 1068097 T5834 oasc.ZkController.checkRecovery I am the leader, no recovery necessary
   [junit4]   2> 1068097 T5834 oasc.ZkController.publish publishing core=collection1 state=active collection=collection1
   [junit4]   2> 1068098 T5834 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
   [junit4]   2> 1068099 T5807 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 1068099 T5807 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 1068099 T5834 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
   [junit4]   2> 1068099 T5807 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 1068100 T5808 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
   [junit4]   2> 1068101 T5808 oasc.Overseer$ClusterStateUpdater.updateState Update state numShards=2 message={
   [junit4]   2> 	  "operation":"state",
   [junit4]   2> 	  "state":"active",
   [junit4]   2> 	  "base_url":"http://127.0.0.1:43936",
   [junit4]   2> 	  "core":"collection1",
   [junit4]   2> 	  "roles":null,
   [junit4]   2> 	  "node_name":"127.0.0.1:43936_",
   [junit4]   2> 	  "shard":"shard2",
   [junit4]   2> 	  "collection":"collection1",
   [junit4]   2> 	  "numShards":"2",
   [junit4]   2> 	  "core_node_name":"core_node1"}
   [junit4]   2> 1068102 T5807 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 1068204 T5816 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 2)
   [junit4]   2> 1068204 T5829 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 2)
   [junit4]   2> 1068204 T5807 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 2)
   [junit4]   2> 1068209 T5785 oasc.AbstractFullDistribZkTestBase.createJettys create jetty 2
   [junit4]   2> 1068210 T5785 oejs.Server.doStart jetty-8.1.10.v20130312
   [junit4]   2> 1068212 T5785 oejs.AbstractConnector.doStart Started SelectChannelConnector@127.0.0.1:45751
   [junit4]   2> 1068213 T5785 oass.SolrDispatchFilter.init SolrDispatchFilter.init()
   [junit4]   2> 1068214 T5785 oasc.SolrResourceLoader.locateSolrHome JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 1068215 T5785 oasc.SolrResourceLoader.locateSolrHome using system property solr.solr.home: ./org.apache.solr.cloud.SSLMigrationTest-jetty2-1395937968768
   [junit4]   2> 1068215 T5785 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: './org.apache.solr.cloud.SSLMigrationTest-jetty2-1395937968768/'
   [junit4]   2> 1068242 T5785 oasc.ConfigSolr.fromFile Loading container configuration from /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J0/./org.apache.solr.cloud.SSLMigrationTest-jetty2-1395937968768/solr.xml
   [junit4]   2> 1068254 T5785 oasc.CoreContainer.<init> New CoreContainer 15716999
   [junit4]   2> 1068254 T5785 oasc.CoreContainer.load Loading cores into CoreContainer [instanceDir=./org.apache.solr.cloud.SSLMigrationTest-jetty2-1395937968768/]
   [junit4]   2> 1068255 T5785 oashc.HttpShardHandlerFactory.getParameter Setting socketTimeout to: 90000
   [junit4]   2> 1068256 T5785 oashc.HttpShardHandlerFactory.getParameter Setting urlScheme to: 
   [junit4]   2> 1068256 T5785 oashc.HttpShardHandlerFactory.getParameter Setting connTimeout to: 15000
   [junit4]   2> 1068256 T5785 oashc.HttpShardHandlerFactory.getParameter Setting maxConnectionsPerHost to: 20
   [junit4]   2> 1068257 T5785 oashc.HttpShardHandlerFactory.getParameter Setting corePoolSize to: 0
   [junit4]   2> 1068257 T5785 oashc.HttpShardHandlerFactory.getParameter Setting maximumPoolSize to: 2147483647
   [junit4]   2> 1068258 T5785 oashc.HttpShardHandlerFactory.getParameter Setting maxThreadIdleTime to: 5
   [junit4]   2> 1068258 T5785 oashc.HttpShardHandlerFactory.getParameter Setting sizeOfQueue to: -1
   [junit4]   2> 1068258 T5785 oashc.HttpShardHandlerFactory.getParameter Setting fairnessPolicy to: false
   [junit4]   2> 1068259 T5785 oasl.LogWatcher.createWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory
   [junit4]   2> 1068259 T5785 oasl.LogWatcher.newRegisteredLogWatcher Registering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)]
   [junit4]   2> 1068260 T5785 oasc.CoreContainer.load Host Name: 127.0.0.1
   [junit4]   2> 1068260 T5785 oasc.ZkContainer.initZooKeeper Zookeeper client=127.0.0.1:36157/solr
   [junit4]   2> 1068261 T5785 oasc.ZkController.checkChrootPath zkHost includes chroot
   [junit4]   2> 1068261 T5785 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 1068263 T5845 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@1a72c57 name:ZooKeeperConnection Watcher:127.0.0.1:36157 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 1068263 T5785 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 1068265 T5785 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 1068267 T5847 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@a5cccf name:ZooKeeperConnection Watcher:127.0.0.1:36157/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 1068267 T5785 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 1068277 T5785 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
   [junit4]   2> 1069281 T5785 oasc.ZkController.createEphemeralLiveNode Register node as live in ZooKeeper:/live_nodes/127.0.0.1:45751_
   [junit4]   2> 1069282 T5785 oascc.SolrZkClient.makePath makePath: /live_nodes/127.0.0.1:45751_
   [junit4]   2> 1069287 T5829 oascc.ZkStateReader$3.process Updating live nodes... (3)
   [junit4]   2> 1069287 T5847 oascc.ZkStateReader$3.process Updating live nodes... (3)
   [junit4]   2> 1069287 T5807 oascc.ZkStateReader$3.process Updating live nodes... (3)
   [junit4]   2> 1069287 T5816 oascc.ZkStateReader$3.process Updating live nodes... (3)
   [junit4]   2> 1069293 T5848 oasc.ZkController.publish publishing core=collection1 state=down collection=collection1
   [junit4]   2> 1069294 T5848 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
   [junit4]   2> 1069296 T5807 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 1069296 T5848 oasc.ZkController.waitForCoreNodeName look for our core node name
   [junit4]   2> 1069296 T5807 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 1069297 T5807 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 1069298 T5808 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
   [junit4]   2> 1069300 T5808 oasc.Overseer$ClusterStateUpdater.updateState Update state numShards=2 message={
   [junit4]   2> 	  "operation":"state",
   [junit4]   2> 	  "state":"down",
   [junit4]   2> 	  "base_url":"http://127.0.0.1:45751",
   [junit4]   2> 	  "core":"collection1",
   [junit4]   2> 	  "roles":null,
   [junit4]   2> 	  "node_name":"127.0.0.1:45751_",
   [junit4]   2> 	  "shard":null,
   [junit4]   2> 	  "collection":"collection1",
   [junit4]   2> 	  "numShards":"2",
   [junit4]   2> 	  "core_node_name":null}
   [junit4]   2> 1069300 T5808 oasc.Overseer$ClusterStateUpdater.updateState Collection already exists with numShards=2
   [junit4]   2> 1069300 T5808 oasc.Overseer$ClusterStateUpdater.updateState Assigning new node to shard shard=shard1
   [junit4]   2> 1069303 T5807 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 1069404 T5816 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 3)
   [junit4]   2> 1069404 T5807 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 3)
   [junit4]   2> 1069404 T5829 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 3)
   [junit4]   2> 1069404 T5847 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 3)
   [junit4]   2> 1070297 T5848 oasc.ZkController.waitForShardId waiting to find shard id in clusterstate for collection1
   [junit4]   2> 1070297 T5848 oasc.ZkController.createCollectionZkNode Check for collection zkNode:collection1
   [junit4]   2> 1070299 T5848 oasc.ZkController.createCollectionZkNode Collection zkNode exists
   [junit4]   2> 1070299 T5848 oascc.ZkStateReader.readConfigName Load collection config from:/collections/collection1
   [junit4]   2> 1070301 T5848 oascc.ZkStateReader.readConfigName path=/collections/collection1 configName=conf1 specified config exists in ZooKeeper
   [junit4]   2> 1070301 T5848 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: './org.apache.solr.cloud.SSLMigrationTest-jetty2-1395937968768/collection1/'
   [junit4]   2> 1070302 T5848 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J0/org.apache.solr.cloud.SSLMigrationTest-jetty2-1395937968768/collection1/lib/.svn/' to classloader
   [junit4]   2> 1070303 T5848 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J0/org.apache.solr.cloud.SSLMigrationTest-jetty2-1395937968768/collection1/lib/classes/' to classloader
   [junit4]   2> 1070304 T5848 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J0/org.apache.solr.cloud.SSLMigrationTest-jetty2-1395937968768/collection1/lib/README' to classloader
   [junit4]   2> 1070352 T5848 oasc.SolrConfig.<init> Using Lucene MatchVersion: LUCENE_48
   [junit4]   2> 1070372 T5848 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig.xml
   [junit4]   2> 1070374 T5848 oass.IndexSchema.readSchema Reading Solr Schema from schema.xml
   [junit4]   2> 1070381 T5848 oass.IndexSchema.readSchema [collection1] Schema name=test
   [junit4]   2> 1070535 T5848 oass.ByteField.init WARN ByteField is deprecated and will be removed in 5.0. You should use TrieIntField instead.
   [junit4]   2> 1070536 T5848 oass.ShortField.init WARN ShortField is deprecated and will be removed in 5.0. You should use TrieIntField instead.
   [junit4]   2> 1070537 T5848 oass.OpenExchangeRatesOrgProvider.init Initialized with rates=open-exchange-rates.json, refreshInterval=1440.
   [junit4]   2> 1070541 T5848 oass.IndexSchema.readSchema default search field in schema is text
   [junit4]   2> 1070544 T5848 oass.IndexSchema.readSchema unique key field: id
   [junit4]   2> 1070556 T5848 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
   [junit4]   2> 1070560 T5848 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
   [junit4]   2> 1070563 T5848 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
   [junit4]   2> 1070564 T5848 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Unknown key IMPORTANT NOTE
   [junit4]   2> 1070564 T5848 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Expected key, got STRING
   [junit4]   2> 1070565 T5848 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
   [junit4]   2> 1070566 T5848 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Unknown key IMPORTANT NOTE
   [junit4]   2> 1070566 T5848 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Expected key, got STRING
   [junit4]   2> 1070567 T5848 oasc.CoreContainer.create Creating SolrCore 'collection1' using configuration from collection collection1
   [junit4]   2> 1070567 T5848 oasc.SolrCore.initDirectoryFactory org.apache.solr.core.MockDirectoryFactory
   [junit4]   2> 1070567 T5848 oasc.SolrCore.<init> [collection1] Opening new SolrCore at ./org.apache.solr.cloud.SSLMigrationTest-jetty2-1395937968768/collection1/, dataDir=./org.apache.solr.cloud.SSLMigrationTest-1395937964150/jetty2/
   [junit4]   2> 1070568 T5848 oasc.JmxMonitoredMap.<init> JMX monitoring is enabled. Adding Solr mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@19fc2df
   [junit4]   2> 1070570 T5848 oasc.CachingDirectoryFactory.get return new directory for ./org.apache.solr.cloud.SSLMigrationTest-1395937964150/jetty2
   [junit4]   2> 1070570 T5848 oasc.SolrCore.getNewIndexDir New index directory detected: old=null new=./org.apache.solr.cloud.SSLMigrationTest-1395937964150/jetty2/index/
   [junit4]   2> 1070571 T5848 oasc.SolrCore.initIndex WARN [collection1] Solr index directory './org.apache.solr.cloud.SSLMigrationTest-1395937964150/jetty2/index' doesn't exist. Creating new index...
   [junit4]   2> 1070572 T5848 oasc.CachingDirectoryFactory.get return new directory for ./org.apache.solr.cloud.SSLMigrationTest-1395937964150/jetty2/index
   [junit4]   2> 1070573 T5848 oasu.RandomMergePolicy.<init> RandomMergePolicy wrapping class org.apache.lucene.index.AlcoholicMergePolicy: [AlcoholicMergePolicy: minMergeSize=0, mergeFactor=10, maxMergeSize=1430207537, maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true, maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.1]
   [junit4]   2> 1070574 T5848 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits: num=1
   [junit4]   2> 		commit{dir=MockDirectoryWrapper(RAMDirectory@ff1987 lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@f304d1),segFN=segments_1,generation=1}
   [junit4]   2> 1070575 T5848 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1
   [junit4]   2> 1070582 T5848 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "nodistrib"
   [junit4]   2> 1070583 T5848 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "dedupe"
   [junit4]   2> 1070583 T5848 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe"
   [junit4]   2> 1070584 T5848 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "stored_sig"
   [junit4]   2> 1070584 T5848 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "stored_sig"
   [junit4]   2> 1070585 T5848 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "distrib-dup-test-chain-explicit"
   [junit4]   2> 1070585 T5848 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "distrib-dup-test-chain-implicit"
   [junit4]   2> 1070586 T5848 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "distrib-dup-test-chain-implicit"
   [junit4]   2> 1070586 T5848 oasc.SolrCore.loadUpdateProcessorChains no updateRequestProcessorChain defined as default, creating implicit default
   [junit4]   2> 1070588 T5848 oasc.RequestHandlers.initHandlersFromConfig created standard: solr.StandardRequestHandler
   [junit4]   2> 1070589 T5848 oasc.RequestHandlers.initHandlersFromConfig created /get: solr.RealTimeGetHandler
   [junit4]   2> 1070589 T5848 oasc.RequestHandlers.initHandlersFromConfig adding lazy requestHandler: solr.ReplicationHandler
   [junit4]   2> 1070590 T5848 oasc.RequestHandlers.initHandlersFromConfig created /replication: solr.ReplicationHandler
   [junit4]   2> 1070590 T5848 oasc.RequestHandlers.initHandlersFromConfig created /update: solr.UpdateRequestHandler
   [junit4]   2> 1070591 T5848 oasc.RequestHandlers.initHandlersFromConfig created /admin/: org.apache.solr.handler.admin.AdminHandlers
   [junit4]   2> 1070592 T5848 oasc.RequestHandlers.initHandlersFromConfig created /admin/file: solr.admin.ShowFileRequestHandler
   [junit4]   2> 1070594 T5848 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 1070596 T5848 oasu.CommitTracker.<init> Hard AutoCommit: disabled
   [junit4]   2> 1070596 T5848 oasu.CommitTracker.<init> Soft AutoCommit: disabled
   [junit4]   2> 1070597 T5848 oasu.RandomMergePolicy.<init> RandomMergePolicy wrapping class org.apache.lucene.index.AlcoholicMergePolicy: [AlcoholicMergePolicy: minMergeSize=0, mergeFactor=10, maxMergeSize=1504182279, maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true, maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.1]
   [junit4]   2> 1070597 T5848 oasc.SolrDeletionPolicy.onInit SolrDeletionPolicy.onInit: commits: num=1
   [junit4]   2> 		commit{dir=MockDirectoryWrapper(RAMDirectory@ff1987 lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@f304d1),segFN=segments_1,generation=1}
   [junit4]   2> 1070598 T5848 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1
   [junit4]   2> 1070598 T5848 oass.SolrIndexSearcher.<init> Opening Searcher@e1d934[collection1] main
   [junit4]   2> 1070603 T5849 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@e1d934[collection1] main{StandardDirectoryReader(segments_1:1:nrt)}
   [junit4]   2> 1070606 T5848 oasc.CoreContainer.registerCore registering core: collection1
   [junit4]   2> 1070607 T5852 oasc.ZkController.register Register replica - core:collection1 address:http://127.0.0.1:45751 collection:collection1 shard:shard1
   [junit4]   2> 1070607 T5785 oass.SolrDispatchFilter.init user.dir=/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J0
   [junit4]   2> 1070608 T5852 oascc.SolrZkClient.makePath makePath: /collections/collection1/leader_elect/shard1/election
   [junit4]   2> 1070608 T5785 oass.SolrDispatchFilter.init SolrDispatchFilter.init() done
   [junit4]   2> 1070612 T5852 oasc.ShardLeaderElectionContext.runLeaderProcess Running the leader process for shard shard1
   [junit4]   2> 1070613 T5807 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 1070613 T5807 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 1070613 T5807 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 1070614 T5852 oasc.ShardLeaderElectionContext.waitForReplicasToComeUp Enough replicas found to continue.
   [junit4]   2> 1070614 T5852 oasc.ShardLeaderElectionContext.runLeaderProcess I may be the new leader - try and sync
   [junit4]   2> 1070614 T5808 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
   [junit4]   2> ASYNC  NEW_CORE C1207 name=collection1 org.apache.solr.core.SolrCore@9fc5a1 url=http://127.0.0.1:45751/collection1 node=127.0.0.1:45751_ C1207_STATE=coll:collection1 core:collection1 props:{state=down, base_url=http://127.0.0.1:45751,

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

oding=UTF-8
   [junit4] ERROR   0.00s J0 | SSLMigrationTest (suite) <<<
   [junit4]    > Throwable #1: com.carrotsearch.randomizedtesting.ThreadLeakError: 9 threads leaked from SUITE scope at org.apache.solr.cloud.SSLMigrationTest: 
   [junit4]    >    1) Thread[id=5917, name=qtp5172709-5917, state=TIMED_WAITING, group=TGRP-SSLMigrationTest]
   [junit4]    >         at sun.misc.Unsafe.park(Native Method)
   [junit4]    >         at java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:215)
   [junit4]    >         at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.awaitNanos(AbstractQueuedSynchronizer.java:2078)
   [junit4]    >         at org.eclipse.jetty.util.BlockingArrayQueue.poll(BlockingArrayQueue.java:342)
   [junit4]    >         at org.eclipse.jetty.util.thread.QueuedThreadPool.idleJobPoll(QueuedThreadPool.java:526)
   [junit4]    >         at org.eclipse.jetty.util.thread.QueuedThreadPool.access$600(QueuedThreadPool.java:44)
   [junit4]    >         at org.eclipse.jetty.util.thread.QueuedThreadPool$3.run(QueuedThreadPool.java:572)
   [junit4]    >         at java.lang.Thread.run(Thread.java:744)
   [junit4]    >    2) Thread[id=5916, name=qtp5172709-5916, state=TIMED_WAITING, group=TGRP-SSLMigrationTest]
   [junit4]    >         at sun.misc.Unsafe.park(Native Method)
   [junit4]    >         at java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:215)
   [junit4]    >         at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.awaitNanos(AbstractQueuedSynchronizer.java:2078)
   [junit4]    >         at org.eclipse.jetty.util.BlockingArrayQueue.poll(BlockingArrayQueue.java:342)
   [junit4]    >         at org.eclipse.jetty.util.thread.QueuedThreadPool.idleJobPoll(QueuedThreadPool.java:526)
   [junit4]    >         at org.eclipse.jetty.util.thread.QueuedThreadPool.access$600(QueuedThreadPool.java:44)
   [junit4]    >         at org.eclipse.jetty.util.thread.QueuedThreadPool$3.run(QueuedThreadPool.java:572)
   [junit4]    >         at java.lang.Thread.run(Thread.java:744)
   [junit4]    >    3) Thread[id=5921, name=qtp5172709-5921, state=TIMED_WAITING, group=TGRP-SSLMigrationTest]
   [junit4]    >         at sun.misc.Unsafe.park(Native Method)
   [junit4]    >         at java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:215)
   [junit4]    >         at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.awaitNanos(AbstractQueuedSynchronizer.java:2078)
   [junit4]    >         at org.eclipse.jetty.util.BlockingArrayQueue.poll(BlockingArrayQueue.java:342)
   [junit4]    >         at org.eclipse.jetty.util.thread.QueuedThreadPool.idleJobPoll(QueuedThreadPool.java:526)
   [junit4]    >         at org.eclipse.jetty.util.thread.QueuedThreadPool.access$600(QueuedThreadPool.java:44)
   [junit4]    >         at org.eclipse.jetty.util.thread.QueuedThreadPool$3.run(QueuedThreadPool.java:572)
   [junit4]    >         at java.lang.Thread.run(Thread.java:744)
   [junit4]    >    4) Thread[id=5919, name=qtp5172709-5919, state=TIMED_WAITING, group=TGRP-SSLMigrationTest]
   [junit4]    >         at sun.misc.Unsafe.park(Native Method)
   [junit4]    >         at java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:215)
   [junit4]    >         at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.awaitNanos(AbstractQueuedSynchronizer.java:2078)
   [junit4]    >         at org.eclipse.jetty.util.BlockingArrayQueue.poll(BlockingArrayQueue.java:342)
   [junit4]    >         at org.eclipse.jetty.util.thread.QueuedThreadPool.idleJobPoll(QueuedThreadPool.java:526)
   [junit4]    >         at org.eclipse.jetty.util.thread.QueuedThreadPool.access$600(QueuedThreadPool.java:44)
   [junit4]    >         at org.eclipse.jetty.util.thread.QueuedThreadPool$3.run(QueuedThreadPool.java:572)
   [junit4]    >         at java.lang.Thread.run(Thread.java:744)
   [junit4]    >    5) Thread[id=5920, name=qtp5172709-5920, state=TIMED_WAITING, group=TGRP-SSLMigrationTest]
   [junit4]    >         at sun.misc.Unsafe.park(Native Method)
   [junit4]    >         at java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:215)
   [junit4]    >         at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.awaitNanos(AbstractQueuedSynchronizer.java:2078)
   [junit4]    >         at org.eclipse.jetty.util.BlockingArrayQueue.poll(BlockingArrayQueue.java:342)
   [junit4]    >         at org.eclipse.jetty.util.thread.QueuedThreadPool.idleJobPoll(QueuedThreadPool.java:526)
   [junit4]    >         at org.eclipse.jetty.util.thread.QueuedThreadPool.access$600(QueuedThreadPool.java:44)
   [junit4]    >         at org.eclipse.jetty.util.thread.QueuedThreadPool$3.run(QueuedThreadPool.java:572)
   [junit4]    >         at java.lang.Thread.run(Thread.java:744)
   [junit4]    >    6) Thread[id=5914, name=HashSessionScavenger-174, state=TIMED_WAITING, group=TGRP-SSLMigrationTest]
   [junit4]    >         at java.lang.Object.wait(Native Method)
   [junit4]    >         at java.util.TimerThread.mainLoop(Timer.java:552)
   [junit4]    >         at java.util.TimerThread.run(Timer.java:505)
   [junit4]    >    7) Thread[id=5915, name=qtp5172709-5915, state=TIMED_WAITING, group=TGRP-SSLMigrationTest]
   [junit4]    >         at sun.misc.Unsafe.park(Native Method)
   [junit4]    >         at java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:215)
   [junit4]    >         at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.awaitNanos(AbstractQueuedSynchronizer.java:2078)
   [junit4]    >         at org.eclipse.jetty.util.BlockingArrayQueue.poll(BlockingArrayQueue.java:342)
   [junit4]    >         at org.eclipse.jetty.util.thread.QueuedThreadPool.idleJobPoll(QueuedThreadPool.java:526)
   [junit4]    >         at org.eclipse.jetty.util.thread.QueuedThreadPool.access$600(QueuedThreadPool.java:44)
   [junit4]    >         at org.eclipse.jetty.util.thread.QueuedThreadPool$3.run(QueuedThreadPool.java:572)
   [junit4]    >         at java.lang.Thread.run(Thread.java:744)
   [junit4]    >    8) Thread[id=5918, name=qtp5172709-5918, state=TIMED_WAITING, group=TGRP-SSLMigrationTest]
   [junit4]    >         at sun.misc.Unsafe.park(Native Method)
   [junit4]    >         at java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:215)
   [junit4]    >         at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.awaitNanos(AbstractQueuedSynchronizer.java:2078)
   [junit4]    >         at org.eclipse.jetty.util.BlockingArrayQueue.poll(BlockingArrayQueue.java:342)
   [junit4]    >         at org.eclipse.jetty.util.thread.QueuedThreadPool.idleJobPoll(QueuedThreadPool.java:526)
   [junit4]    >         at org.eclipse.jetty.util.thread.QueuedThreadPool.access$600(QueuedThreadPool.java:44)
   [junit4]    >         at org.eclipse.jetty.util.thread.QueuedThreadPool$3.run(QueuedThreadPool.java:572)
   [junit4]    >         at java.lang.Thread.run(Thread.java:744)
   [junit4]    >    9) Thread[id=5922, name=qtp5172709-5922, state=TIMED_WAITING, group=TGRP-SSLMigrationTest]
   [junit4]    >         at sun.misc.Unsafe.park(Native Method)
   [junit4]    >         at java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:215)
   [junit4]    >         at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.awaitNanos(AbstractQueuedSynchronizer.java:2078)
   [junit4]    >         at org.eclipse.jetty.util.BlockingArrayQueue.poll(BlockingArrayQueue.java:342)
   [junit4]    >         at org.eclipse.jetty.util.thread.QueuedThreadPool.idleJobPoll(QueuedThreadPool.java:526)
   [junit4]    >         at org.eclipse.jetty.util.thread.QueuedThreadPool.access$600(QueuedThreadPool.java:44)
   [junit4]    >         at org.eclipse.jetty.util.thread.QueuedThreadPool$3.run(QueuedThreadPool.java:572)
   [junit4]    >         at java.lang.Thread.run(Thread.java:744)
   [junit4]    > 	at __randomizedtesting.SeedInfo.seed([940065C3C71E80]:0)Throwable #2: com.carrotsearch.randomizedtesting.ThreadLeakError: There are still zombie threads that couldn't be terminated:
   [junit4]    >    1) Thread[id=5914, name=HashSessionScavenger-174, state=TIMED_WAITING, group=TGRP-SSLMigrationTest]
   [junit4]    >         at java.lang.Object.wait(Native Method)
   [junit4]    >         at java.util.TimerThread.mainLoop(Timer.java:552)
   [junit4]    >         at java.util.TimerThread.run(Timer.java:505)
   [junit4]    > 	at __randomizedtesting.SeedInfo.seed([940065C3C71E80]:0)
   [junit4] Completed on J0 in 44.39s, 1 test, 3 errors <<< FAILURES!

[...truncated 187 lines...]
BUILD FAILED
/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/build.xml:467: The following error occurred while executing this line:
/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/build.xml:447: The following error occurred while executing this line:
/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/build.xml:45: The following error occurred while executing this line:
/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/extra-targets.xml:37: The following error occurred while executing this line:
/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build.xml:189: The following error occurred while executing this line:
/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/common-build.xml:490: The following error occurred while executing this line:
/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/lucene/common-build.xml:1276: The following error occurred while executing this line:
/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/lucene/common-build.xml:908: There were test failures: 379 suites, 1603 tests, 2 suite-level errors, 1 error, 252 ignored (16 assumptions)

Total time: 54 minutes 16 seconds
Build step 'Invoke Ant' marked build as failure
Description set: Java: 32bit/jdk1.8.0 -client -XX:+UseG1GC
Archiving artifacts
Recording test results
Email was triggered for: Failure
Sending email for trigger: Failure



[JENKINS] Lucene-Solr-4.x-Linux (32bit/jdk1.8.0) - Build # 9815 - Still Failing!

Posted by Policeman Jenkins Server <je...@thetaphi.de>.
Build: http://jenkins.thetaphi.de/job/Lucene-Solr-4.x-Linux/9815/
Java: 32bit/jdk1.8.0 -server -XX:+UseSerialGC

1 tests failed.
REGRESSION:  org.apache.solr.client.solrj.impl.CloudSolrServerTest.testDistribSearch

Error Message:


Stack Trace:
java.lang.AssertionError
	at __randomizedtesting.SeedInfo.seed([7D5C9CD79DFF414F:FCBA12CFEAA02173]:0)
	at org.junit.Assert.fail(Assert.java:92)
	at org.junit.Assert.assertTrue(Assert.java:43)
	at org.junit.Assert.assertTrue(Assert.java:54)
	at org.apache.solr.client.solrj.impl.CloudSolrServerTest.doTest(CloudSolrServerTest.java:256)
	at org.apache.solr.BaseDistributedSearchTestCase.testDistribSearch(BaseDistributedSearchTestCase.java:867)
	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:483)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1617)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:826)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:862)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:876)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:53)
	at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:50)
	at org.apache.lucene.util.TestRuleFieldCacheSanity$1.evaluate(TestRuleFieldCacheSanity.java:51)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:46)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesInvariantRule$1.evaluate(SystemPropertiesInvariantRule.java:55)
	at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:49)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:70)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:48)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:359)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:783)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:443)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:835)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$3.evaluate(RandomizedRunner.java:737)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$4.evaluate(RandomizedRunner.java:771)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:782)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:53)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:46)
	at org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:42)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesInvariantRule$1.evaluate(SystemPropertiesInvariantRule.java:55)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:39)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:39)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:43)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:48)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:70)
	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:55)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:359)
	at java.lang.Thread.run(Thread.java:744)




Build Log:
[...truncated 11783 lines...]
   [junit4] Suite: org.apache.solr.client.solrj.impl.CloudSolrServerTest
   [junit4]   2> 37652 T144 oas.SolrTestCaseJ4.buildSSLConfig Randomized ssl (false) and clientAuth (false)
   [junit4]   2> 37653 T144 oas.BaseDistributedSearchTestCase.initHostContext Setting hostContext system property: /
   [junit4]   2> 37655 T144 oasc.AbstractZkTestCase.<clinit> WARN TEST_HOME() does not exist - solrj test?
   [junit4]   2> 37658 T144 oas.SolrTestCaseJ4.setUp ###Starting testDistribSearch
   [junit4]   2> Creating dataDir: /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-solrj/test/J0/./solrtest-CloudSolrServerTest-1395931384308
   [junit4]   2> 37660 T144 oasc.ZkTestServer.run STARTING ZK TEST SERVER
   [junit4]   2> 37662 T145 oasc.ZkTestServer$ZKServerMain.runFromConfig Starting server
   [junit4]   2> 37762 T144 oasc.ZkTestServer.run start zk server on port:41823
   [junit4]   2> 37798 T144 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 77957 T148 oazsp.FileTxnLog.commit WARN fsync-ing the write ahead log in SyncThread:0 took 40135ms which will adversely effect operation latency. See the ZooKeeper troubleshooting guide
   [junit4]   2> 77978 T146 oazs.NIOServerCnxn.doIO WARN caught end of stream exception EndOfStreamException: Unable to read additional data from client sessionid 0x14503fe8a250000, likely client has closed socket
   [junit4]   2> 	at org.apache.zookeeper.server.NIOServerCnxn.doIO(NIOServerCnxn.java:228)
   [junit4]   2> 	at org.apache.zookeeper.server.NIOServerCnxnFactory.run(NIOServerCnxnFactory.java:208)
   [junit4]   2> 	at java.lang.Thread.run(Thread.java:744)
   [junit4]   2> 
   [junit4]   2> 77997 T146 oazs.NIOServerCnxnFactory.run WARN Ignoring unexpected runtime exception java.nio.channels.CancelledKeyException
   [junit4]   2> 	at sun.nio.ch.SelectionKeyImpl.ensureValid(SelectionKeyImpl.java:73)
   [junit4]   2> 	at sun.nio.ch.SelectionKeyImpl.readyOps(SelectionKeyImpl.java:87)
   [junit4]   2> 	at org.apache.zookeeper.server.NIOServerCnxnFactory.run(NIOServerCnxnFactory.java:187)
   [junit4]   2> 	at java.lang.Thread.run(Thread.java:744)
   [junit4]   2> 
   [junit4]   2> 77999 T151 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@15221c2 name:ZooKeeperConnection Watcher:127.0.0.1:41823 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 77999 T144 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 78001 T144 oascc.SolrZkClient.makePath makePath: /solr
   [junit4]   2> 78027 T146 oazs.NIOServerCnxn.doIO WARN caught end of stream exception EndOfStreamException: Unable to read additional data from client sessionid 0x14503fe8a250003, likely client has closed socket
   [junit4]   2> 	at org.apache.zookeeper.server.NIOServerCnxn.doIO(NIOServerCnxn.java:228)
   [junit4]   2> 	at org.apache.zookeeper.server.NIOServerCnxnFactory.run(NIOServerCnxnFactory.java:208)
   [junit4]   2> 	at java.lang.Thread.run(Thread.java:744)
   [junit4]   2> 
   [junit4]   2> 78028 T144 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 78030 T153 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@9253bc name:ZooKeeperConnection Watcher:127.0.0.1:41823/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 78030 T144 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 78034 T144 oascc.SolrZkClient.makePath makePath: /collections/collection1
   [junit4]   2> 78038 T144 oascc.SolrZkClient.makePath makePath: /collections/collection1/shards
   [junit4]   2> 78052 T144 oascc.SolrZkClient.makePath makePath: /collections/control_collection
   [junit4]   2> 78055 T144 oascc.SolrZkClient.makePath makePath: /collections/control_collection/shards
   [junit4]   2> 78070 T144 oasc.AbstractZkTestCase.putConfig put /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/solrj/src/test-files/solrj/solr/collection1/conf/solrconfig.xml to /configs/conf1/solrconfig.xml
   [junit4]   2> 78076 T144 oascc.SolrZkClient.makePath makePath: /configs/conf1/solrconfig.xml
   [junit4]   2> 78087 T144 oasc.AbstractZkTestCase.putConfig put /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/solrj/src/test-files/solrj/solr/collection1/conf/schema.xml to /configs/conf1/schema.xml
   [junit4]   2> 78087 T144 oascc.SolrZkClient.makePath makePath: /configs/conf1/schema.xml
   [junit4]   2> 78092 T144 oasc.AbstractZkTestCase.putConfig skipping /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/solrj/src/test-files/solrj/solr/collection1/conf/solrconfig.snippet.randomindexconfig.xml because it doesn't exist
   [junit4]   2> 78093 T144 oasc.AbstractZkTestCase.putConfig skipping /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/solrj/src/test-files/solrj/solr/collection1/conf/stopwords.txt because it doesn't exist
   [junit4]   2> 78093 T144 oasc.AbstractZkTestCase.putConfig skipping /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/solrj/src/test-files/solrj/solr/collection1/conf/protwords.txt because it doesn't exist
   [junit4]   2> 78093 T144 oasc.AbstractZkTestCase.putConfig skipping /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/solrj/src/test-files/solrj/solr/collection1/conf/currency.xml because it doesn't exist
   [junit4]   2> 78094 T144 oasc.AbstractZkTestCase.putConfig skipping /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/solrj/src/test-files/solrj/solr/collection1/conf/enumsConfig.xml because it doesn't exist
   [junit4]   2> 78094 T144 oasc.AbstractZkTestCase.putConfig skipping /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/solrj/src/test-files/solrj/solr/collection1/conf/open-exchange-rates.json because it doesn't exist
   [junit4]   2> 78094 T144 oasc.AbstractZkTestCase.putConfig skipping /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/solrj/src/test-files/solrj/solr/collection1/conf/mapping-ISOLatin1Accent.txt because it doesn't exist
   [junit4]   2> 78095 T144 oasc.AbstractZkTestCase.putConfig skipping /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/solrj/src/test-files/solrj/solr/collection1/conf/old_synonyms.txt because it doesn't exist
   [junit4]   2> 78095 T144 oasc.AbstractZkTestCase.putConfig skipping /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/solrj/src/test-files/solrj/solr/collection1/conf/synonyms.txt because it doesn't exist
   [junit4]   2> 78188 T144 oejs.Server.doStart jetty-8.1.10.v20130312
   [junit4]   2> 78196 T144 oejs.AbstractConnector.doStart Started SelectChannelConnector@127.0.0.1:33275
   [junit4]   2> 78196 T144 oass.SolrDispatchFilter.init SolrDispatchFilter.init()
   [junit4]   2> 78197 T144 oasc.SolrResourceLoader.locateSolrHome JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 78197 T144 oasc.SolrResourceLoader.locateSolrHome using system property solr.solr.home: ./org.apache.solr.client.solrj.impl.CloudSolrServerTest-controljetty-1395931424746
   [junit4]   2> 78197 T144 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: './org.apache.solr.client.solrj.impl.CloudSolrServerTest-controljetty-1395931424746/'
   [junit4]   2> 78208 T144 oasc.ConfigSolr.fromFile Loading container configuration from /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-solrj/test/J0/./org.apache.solr.client.solrj.impl.CloudSolrServerTest-controljetty-1395931424746/solr.xml
   [junit4]   2> 78227 T144 oasc.CoreContainer.<init> New CoreContainer 3946977
   [junit4]   2> 78228 T144 oasc.CoreContainer.load Loading cores into CoreContainer [instanceDir=./org.apache.solr.client.solrj.impl.CloudSolrServerTest-controljetty-1395931424746/]
   [junit4]   2> 78229 T144 oashc.HttpShardHandlerFactory.getParameter Setting socketTimeout to: 90000
   [junit4]   2> 78229 T144 oashc.HttpShardHandlerFactory.getParameter Setting urlScheme to: 
   [junit4]   2> 78229 T144 oashc.HttpShardHandlerFactory.getParameter Setting connTimeout to: 15000
   [junit4]   2> 78230 T144 oashc.HttpShardHandlerFactory.getParameter Setting maxConnectionsPerHost to: 20
   [junit4]   2> 78230 T144 oashc.HttpShardHandlerFactory.getParameter Setting corePoolSize to: 0
   [junit4]   2> 78231 T144 oashc.HttpShardHandlerFactory.getParameter Setting maximumPoolSize to: 2147483647
   [junit4]   2> 78231 T144 oashc.HttpShardHandlerFactory.getParameter Setting maxThreadIdleTime to: 5
   [junit4]   2> 78231 T144 oashc.HttpShardHandlerFactory.getParameter Setting sizeOfQueue to: -1
   [junit4]   2> 78232 T144 oashc.HttpShardHandlerFactory.getParameter Setting fairnessPolicy to: false
   [junit4]   2> 78233 T144 oasl.LogWatcher.createWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory
   [junit4]   2> 78233 T144 oasl.LogWatcher.newRegisteredLogWatcher Registering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)]
   [junit4]   2> 78233 T144 oasc.CoreContainer.load Host Name: 127.0.0.1
   [junit4]   2> 78234 T144 oasc.ZkContainer.initZooKeeper Zookeeper client=127.0.0.1:41823/solr
   [junit4]   2> 78244 T144 oasc.ZkController.checkChrootPath zkHost includes chroot
   [junit4]   2> 78246 T144 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 78248 T164 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@1a0f602 name:ZooKeeperConnection Watcher:127.0.0.1:41823 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 78249 T144 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 78256 T144 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 78258 T166 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@160ea69 name:ZooKeeperConnection Watcher:127.0.0.1:41823/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 78259 T144 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 78274 T144 oascc.SolrZkClient.makePath makePath: /overseer/queue
   [junit4]   2> 78281 T144 oascc.SolrZkClient.makePath makePath: /overseer/collection-queue-work
   [junit4]   2> 78285 T144 oascc.SolrZkClient.makePath makePath: /overseer/collection-map-running
   [junit4]   2> 78294 T144 oascc.SolrZkClient.makePath makePath: /overseer/collection-map-completed
   [junit4]   2> 78298 T144 oascc.SolrZkClient.makePath makePath: /overseer/collection-map-failure
   [junit4]   2> 78305 T144 oascc.SolrZkClient.makePath makePath: /live_nodes
   [junit4]   2> 78307 T144 oasc.ZkController.createEphemeralLiveNode Register node as live in ZooKeeper:/live_nodes/127.0.0.1:33275_
   [junit4]   2> 78310 T144 oascc.SolrZkClient.makePath makePath: /live_nodes/127.0.0.1:33275_
   [junit4]   2> 78313 T144 oascc.SolrZkClient.makePath makePath: /overseer_elect
   [junit4]   2> 78316 T144 oascc.SolrZkClient.makePath makePath: /overseer_elect/election
   [junit4]   2> 78323 T144 oasc.OverseerElectionContext.runLeaderProcess I am going to be the leader 127.0.0.1:33275_
   [junit4]   2> 78324 T144 oascc.SolrZkClient.makePath makePath: /overseer_elect/leader
   [junit4]   2> 78326 T144 oasc.Overseer.start Overseer (id=91483759205220358-127.0.0.1:33275_-n_0000000000) starting
   [junit4]   2> 78336 T144 oascc.SolrZkClient.makePath makePath: /overseer/queue-work
   [junit4]   2> 78361 T168 oasc.OverseerCollectionProcessor.run Process current queue of collection creations
   [junit4]   2> 78361 T144 oascc.SolrZkClient.makePath makePath: /clusterstate.json
   [junit4]   2> 78364 T144 oascc.SolrZkClient.makePath makePath: /aliases.json
   [junit4]   2> 78367 T144 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
   [junit4]   2> 78374 T168 oasc.OverseerCollectionProcessor.prioritizeOverseerNodes prioritizing overseer nodes
   [junit4]   2> 78379 T167 oasc.Overseer$ClusterStateUpdater.run Starting to work on the main queue
   [junit4]   2> 78387 T169 oasc.ZkController.publish publishing core=collection1 state=down collection=control_collection
   [junit4]   2> 78387 T169 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
   [junit4]   2> 78391 T166 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 78392 T169 oasc.ZkController.waitForCoreNodeName look for our core node name
   [junit4]   2> 78396 T167 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
   [junit4]   2> 78398 T167 oasc.Overseer$ClusterStateUpdater.updateState Update state numShards=1 message={
   [junit4]   2> 	  "operation":"state",
   [junit4]   2> 	  "state":"down",
   [junit4]   2> 	  "base_url":"http://127.0.0.1:33275",
   [junit4]   2> 	  "core":"collection1",
   [junit4]   2> 	  "roles":null,
   [junit4]   2> 	  "node_name":"127.0.0.1:33275_",
   [junit4]   2> 	  "shard":null,
   [junit4]   2> 	  "collection":"control_collection",
   [junit4]   2> 	  "numShards":"1",
   [junit4]   2> 	  "core_node_name":null}
   [junit4]   2> 78398 T167 oasc.Overseer$ClusterStateUpdater.createCollection Create collection control_collection with shards [shard1]
   [junit4]   2> 78408 T167 oasc.Overseer$ClusterStateUpdater.updateState Assigning new node to shard shard=shard1
   [junit4]   2> 78413 T166 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 78418 T166 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 1)
   [junit4]   2> 79393 T169 oasc.ZkController.waitForShardId waiting to find shard id in clusterstate for collection1
   [junit4]   2> 79393 T169 oasc.ZkController.createCollectionZkNode Check for collection zkNode:control_collection
   [junit4]   2> 79394 T169 oasc.ZkController.createCollectionZkNode Collection zkNode exists
   [junit4]   2> 79394 T169 oascc.ZkStateReader.readConfigName Load collection config from:/collections/control_collection
   [junit4]   2> 79395 T169 oascc.ZkStateReader.readConfigName path=/collections/control_collection configName=conf1 specified config exists in ZooKeeper
   [junit4]   2> 79395 T169 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: './org.apache.solr.client.solrj.impl.CloudSolrServerTest-controljetty-1395931424746/collection1/'
   [junit4]   2> 79426 T169 oasc.SolrConfig.<init> Using Lucene MatchVersion: LUCENE_48
   [junit4]   2> 79444 T169 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig.xml
   [junit4]   2> 79447 T169 oass.IndexSchema.readSchema Reading Solr Schema from schema.xml
   [junit4]   2> 79455 T169 oass.IndexSchema.readSchema [collection1] Schema name=test
   [junit4]   2> 79484 T169 oasc.SolrResourceLoader.findClass WARN Solr loaded a deprecated plugin/analysis class [solr.SortableIntField]. Please consult documentation how to replace it accordingly.
   [junit4]   2> 79494 T169 oasc.SolrResourceLoader.findClass WARN Solr loaded a deprecated plugin/analysis class [solr.SortableLongField]. Please consult documentation how to replace it accordingly.
   [junit4]   2> 79500 T169 oasc.SolrResourceLoader.findClass WARN Solr loaded a deprecated plugin/analysis class [solr.SortableFloatField]. Please consult documentation how to replace it accordingly.
   [junit4]   2> 79506 T169 oasc.SolrResourceLoader.findClass WARN Solr loaded a deprecated plugin/analysis class [solr.SortableDoubleField]. Please consult documentation how to replace it accordingly.
   [junit4]   2> 79677 T169 oass.IndexSchema.readSchema default search field in schema is text
   [junit4]   2> 79678 T169 oass.IndexSchema.readSchema unique key field: id
   [junit4]   2> 79679 T169 oass.IndexSchema.readSchema WARN Field lowerfilt1and2 is not multivalued and destination for multiple copyFields (2)
   [junit4]   2> 79680 T169 oass.IndexSchema.readSchema WARN Field text is not multivalued and destination for multiple copyFields (3)
   [junit4]   2> 79682 T169 oasc.CoreContainer.create Creating SolrCore 'collection1' using configuration from collection control_collection
   [junit4]   2> 79683 T169 oasc.SolrCore.initDirectoryFactory org.apache.solr.core.MockDirectoryFactory
   [junit4]   2> 79683 T169 oasc.SolrCore.<init> [collection1] Opening new SolrCore at ./org.apache.solr.client.solrj.impl.CloudSolrServerTest-controljetty-1395931424746/collection1/, dataDir=./org.apache.solr.client.solrj.impl.CloudSolrServerTest-1395931384308/control/data/
   [junit4]   2> 79683 T169 oasc.SolrCore.<init> JMX monitoring not detected for core: collection1
   [junit4]   2> 79683 T169 oasc.CachingDirectoryFactory.get return new directory for ./org.apache.solr.client.solrj.impl.CloudSolrServerTest-1395931384308/control/data
   [junit4]   2> 79684 T169 oasc.SolrCore.getNewIndexDir New index directory detected: old=null new=./org.apache.solr.client.solrj.impl.CloudSolrServerTest-1395931384308/control/data/index/
   [junit4]   2> 79684 T169 oasc.SolrCore.initIndex WARN [collection1] Solr index directory './org.apache.solr.client.solrj.impl.CloudSolrServerTest-1395931384308/control/data/index' doesn't exist. Creating new index...
   [junit4]   2> 79684 T169 oasc.CachingDirectoryFactory.get return new directory for ./org.apache.solr.client.solrj.impl.CloudSolrServerTest-1395931384308/control/data/index
   [junit4]   2> 79685 T169 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits: num=1
   [junit4]   2> 		commit{dir=MockDirectoryWrapper(RAMDirectory@8ec064 lockFactory=NativeFSLockFactory@./org.apache.solr.client.solrj.impl.CloudSolrServerTest-1395931384308/control/data/index),segFN=segments_1,generation=1}
   [junit4]   2> 79685 T169 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1
   [junit4]   2> 79686 T169 oasc.SolrCore.loadUpdateProcessorChains no updateRequestProcessorChain defined as default, creating implicit default
   [junit4]   2> 79687 T169 oasc.RequestHandlers.initHandlersFromConfig created /get: solr.RealTimeGetHandler
   [junit4]   2> 79687 T169 oasc.RequestHandlers.initHandlersFromConfig adding lazy requestHandler: solr.ReplicationHandler
   [junit4]   2> 79687 T169 oasc.RequestHandlers.initHandlersFromConfig created /replication: solr.ReplicationHandler
   [junit4]   2> 79687 T169 oasc.RequestHandlers.initHandlersFromConfig created standard: solr.StandardRequestHandler
   [junit4]   2> 79687 T169 oasc.RequestHandlers.initHandlersFromConfig created /update: solr.UpdateRequestHandler
   [junit4]   2> 79688 T169 oasc.RequestHandlers.initHandlersFromConfig created /admin/: org.apache.solr.handler.admin.AdminHandlers
   [junit4]   2> 79688 T169 oasc.RequestHandlers.initHandlersFromConfig created /admin/ping: solr.PingRequestHandler
   [junit4]   2> 79689 T169 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 79690 T169 oasu.CommitTracker.<init> Hard AutoCommit: disabled
   [junit4]   2> 79690 T169 oasu.CommitTracker.<init> Soft AutoCommit: disabled
   [junit4]   2> 79691 T169 oasc.SolrDeletionPolicy.onInit SolrDeletionPolicy.onInit: commits: num=1
   [junit4]   2> 		commit{dir=MockDirectoryWrapper(RAMDirectory@8ec064 lockFactory=NativeFSLockFactory@./org.apache.solr.client.solrj.impl.CloudSolrServerTest-1395931384308/control/data/index),segFN=segments_1,generation=1}
   [junit4]   2> 79691 T169 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1
   [junit4]   2> 79691 T169 oass.SolrIndexSearcher.<init> Opening Searcher@735392[collection1] main
   [junit4]   2> 79692 T170 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@735392[collection1] main{StandardDirectoryReader(segments_1:1:nrt)}
   [junit4]   2> 79692 T169 oasc.CoreContainer.registerCore registering core: collection1
   [junit4]   2> 79693 T173 oasc.ZkController.register Register replica - core:collection1 address:http://127.0.0.1:33275 collection:control_collection shard:shard1
   [junit4]   2> 79694 T144 oass.SolrDispatchFilter.init user.dir=/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-solrj/test/J0
   [junit4]   2> 79694 T144 oass.SolrDispatchFilter.init SolrDispatchFilter.init() done
   [junit4]   2> 79698 T144 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 79701 T175 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@f5e048 name:ZooKeeperConnection Watcher:127.0.0.1:41823/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 79701 T173 oascc.SolrZkClient.makePath makePath: /collections/control_collection/leader_elect/shard1/election
   [junit4]   2> 79701 T144 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 79702 T144 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
   [junit4]   2> 79706 T144 oasc.ChaosMonkey.monkeyLog monkey: init - expire sessions:false cause connection loss:false
   [junit4]   2> 79709 T173 oasc.ShardLeaderElectionContext.runLeaderProcess Running the leader process for shard shard1
   [junit4]   2> 79711 T166 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 79712 T173 oasc.ShardLeaderElectionContext.waitForReplicasToComeUp Enough replicas found to continue.
   [junit4]   2> 79712 T173 oasc.ShardLeaderElectionContext.runLeaderProcess I may be the new leader - try and sync
   [junit4]   2> ASYNC  NEW_CORE C33 name=collection1 org.apache.solr.core.SolrCore@91d923 url=http://127.0.0.1:33275/collection1 node=127.0.0.1:33275_ C33_STATE=coll:control_collection core:collection1 props:{state=down, base_url=http://127.0.0.1:33275, core=collection1, node_name=127.0.0.1:33275_}
   [junit4]   2> 79713 T173 C33 P33275 oasc.SyncStrategy.sync Sync replicas to http://127.0.0.1:33275/collection1/
   [junit4]   2> 79713 T173 C33 P33275 oasc.SyncStrategy.syncReplicas Sync Success - now sync replicas to me
   [junit4]   2> 79714 T173 C33 P33275 oasc.SyncStrategy.syncToMe http://127.0.0.1:33275/collection1/ has no replicas
   [junit4]   2> 79714 T173 oasc.ShardLeaderElectionContext.runLeaderProcess I am the new leader: http://127.0.0.1:33275/collection1/ shard1
   [junit4]   2> 79714 T167 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
   [junit4]   2> 79716 T173 oascc.SolrZkClient.makePath makePath: /collections/control_collection/leaders/shard1
   [junit4]   2> 79717 T166 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 79759 T144 oasc.AbstractFullDistribZkTestBase.createJettys create jetty 1
   [junit4]   2> 79761 T144 oejs.Server.doStart jetty-8.1.10.v20130312
   [junit4]   2> 79763 T144 oejs.AbstractConnector.doStart Started SelectChannelConnector@127.0.0.1:33498
   [junit4]   2> 79764 T144 oass.SolrDispatchFilter.init SolrDispatchFilter.init()
   [junit4]   2> 79764 T144 oasc.SolrResourceLoader.locateSolrHome JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 79764 T144 oasc.SolrResourceLoader.locateSolrHome using system property solr.solr.home: ../../../../../../../../../../mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-solrj/test/J0/./org.apache.solr.client.solrj.impl.CloudSolrServerTest-jetty1-1395931426357
   [junit4]   2> 79764 T144 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '../../../../../../../../../../mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-solrj/test/J0/./org.apache.solr.client.solrj.impl.CloudSolrServerTest-jetty1-1395931426357/'
   [junit4]   2> 79775 T144 oasc.ConfigSolr.fromFile Loading container configuration from /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-solrj/test/J0/../../../../../../../../../../mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-solrj/test/J0/./org.apache.solr.client.solrj.impl.CloudSolrServerTest-jetty1-1395931426357/solr.xml
   [junit4]   2> 79793 T144 oasc.CoreContainer.<init> New CoreContainer 29139865
   [junit4]   2> 79793 T144 oasc.CoreContainer.load Loading cores into CoreContainer [instanceDir=../../../../../../../../../../mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-solrj/test/J0/./org.apache.solr.client.solrj.impl.CloudSolrServerTest-jetty1-1395931426357/]
   [junit4]   2> 79794 T144 oashc.HttpShardHandlerFactory.getParameter Setting socketTimeout to: 90000
   [junit4]   2> 79794 T144 oashc.HttpShardHandlerFactory.getParameter Setting urlScheme to: 
   [junit4]   2> 79795 T144 oashc.HttpShardHandlerFactory.getParameter Setting connTimeout to: 15000
   [junit4]   2> 79795 T144 oashc.HttpShardHandlerFactory.getParameter Setting maxConnectionsPerHost to: 20
   [junit4]   2> 79796 T144 oashc.HttpShardHandlerFactory.getParameter Setting corePoolSize to: 0
   [junit4]   2> 79796 T144 oashc.HttpShardHandlerFactory.getParameter Setting maximumPoolSize to: 2147483647
   [junit4]   2> 79796 T144 oashc.HttpShardHandlerFactory.getParameter Setting maxThreadIdleTime to: 5
   [junit4]   2> 79797 T144 oashc.HttpShardHandlerFactory.getParameter Setting sizeOfQueue to: -1
   [junit4]   2> 79797 T144 oashc.HttpShardHandlerFactory.getParameter Setting fairnessPolicy to: false
   [junit4]   2> 79798 T144 oasl.LogWatcher.createWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory
   [junit4]   2> 79798 T144 oasl.LogWatcher.newRegisteredLogWatcher Registering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)]
   [junit4]   2> 79798 T144 oasc.CoreContainer.load Host Name: 127.0.0.1
   [junit4]   2> 79799 T144 oasc.ZkContainer.initZooKeeper Zookeeper client=127.0.0.1:41823/solr
   [junit4]   2> 79799 T144 oasc.ZkController.checkChrootPath zkHost includes chroot
   [junit4]   2> 79800 T144 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 79800 T166 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 79803 T186 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@2ae5ed name:ZooKeeperConnection Watcher:127.0.0.1:41823 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 79804 T144 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 79810 T166 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 79811 T144 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 79813 T188 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@1708ccc name:ZooKeeperConnection Watcher:127.0.0.1:41823/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 79813 T144 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 79820 T144 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
   [junit4]   2> 79914 T175 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 1)
   [junit4]   2> 79914 T166 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 1)
   [junit4]   2> 79914 T188 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 1)
   [junit4]   2> 79954 T173 oasc.ZkController.register We are http://127.0.0.1:33275/collection1/ and leader is http://127.0.0.1:33275/collection1/
   [junit4]   2> 79954 T173 oasc.ZkController.register No LogReplay needed for core=collection1 baseURL=http://127.0.0.1:33275
   [junit4]   2> 79954 T173 oasc.ZkController.checkRecovery I am the leader, no recovery necessary
   [junit4]   2> 79954 T173 oasc.ZkController.publish publishing core=collection1 state=active collection=control_collection
   [junit4]   2> 79955 T173 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
   [junit4]   2> 79957 T166 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 79957 T166 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 79957 T166 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 79958 T173 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
   [junit4]   2> 79959 T167 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
   [junit4]   2> 79960 T167 oasc.Overseer$ClusterStateUpdater.updateState Update state numShards=2 message={
   [junit4]   2> 	  "operation":"state",
   [junit4]   2> 	  "state":"active",
   [junit4]   2> 	  "base_url":"http://127.0.0.1:33275",
   [junit4]   2> 	  "core":"collection1",
   [junit4]   2> 	  "roles":null,
   [junit4]   2> 	  "node_name":"127.0.0.1:33275_",
   [junit4]   2> 	  "shard":"shard1",
   [junit4]   2> 	  "collection":"control_collection",
   [junit4]   2> 	  "numShards":"2",
   [junit4]   2> 	  "core_node_name":"core_node1"}
   [junit4]   2> 79963 T166 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 80066 T175 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 1)
   [junit4]   2> 80066 T166 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 1)
   [junit4]   2> 80066 T188 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 1)
   [junit4]   2> 80824 T144 oasc.ZkController.createEphemeralLiveNode Register node as live in ZooKeeper:/live_nodes/127.0.0.1:33498_
   [junit4]   2> 80826 T144 oascc.SolrZkClient.makePath makePath: /live_nodes/127.0.0.1:33498_
   [junit4]   2> 80830 T166 oascc.ZkStateReader$3.process Updating live nodes... (2)
   [junit4]   2> 80831 T175 oascc.ZkStateReader$3.process Updating live nodes... (2)
   [junit4]   2> 80831 T188 oascc.ZkStateReader$3.process Updating live nodes... (2)
   [junit4]   2> 80841 T189 oasc.ZkController.publish publishing core=collection1 state=down collection=collection1
   [junit4]   2> 80841 T189 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
   [junit4]   2> 80847 T166 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 80847 T189 oasc.ZkController.waitForCoreNodeName look for our core node name
   [junit4]   2> 80847 T166 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 80848 T166 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 80850 T167 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
   [junit4]   2> 80865 T167 oasc.Overseer$ClusterStateUpdater.updateState Update state numShards=2 message={
   [junit4]   2> 	  "operation":"state",
   [junit4]   2> 	  "state":"down",
   [junit4]   2> 	  "base_url":"http://127.0.0.1:33498",
   [junit4]   2> 	  "core":"collection1",
   [junit4]   2> 	  "roles":null,
   [junit4]   2> 	  "node_name":"127.0.0.1:33498_",
   [junit4]   2> 	  "shard":null,
   [junit4]   2> 	  "collection":"collection1",
   [junit4]   2> 	  "numShards":"2",
   [junit4]   2> 	  "core_node_name":null}
   [junit4]   2> 80866 T167 oasc.Overseer$ClusterStateUpdater.createCollection Create collection collection1 with shards [shard1, shard2]
   [junit4]   2> 80866 T167 oasc.Overseer$ClusterStateUpdater.updateState Assigning new node to shard shard=shard2
   [junit4]   2> 80871 T166 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 80975 T175 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 2)
   [junit4]   2> 80975 T188 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 2)
   [junit4]   2> 80975 T166 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 2)
   [junit4]   2> 81848 T189 oasc.ZkController.waitForShardId waiting to find shard id in clusterstate for collection1
   [junit4]   2> 81848 T189 oasc.ZkController.createCollectionZkNode Check for collection zkNode:collection1
   [junit4]   2> 81849 T189 oasc.ZkController.createCollectionZkNode Collection zkNode exists
   [junit4]   2> 81849 T189 oascc.ZkStateReader.readConfigName Load collection config from:/collections/collection1
   [junit4]   2> 81850 T189 oascc.ZkStateReader.readConfigName path=/collections/collection1 configName=conf1 specified config exists in ZooKeeper
   [junit4]   2> 81850 T189 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '../../../../../../../../../../mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-solrj/test/J0/./org.apache.solr.client.solrj.impl.CloudSolrServerTest-jetty1-1395931426357/collection1/'
   [junit4]   2> 81865 T189 oasc.SolrConfig.<init> Using Lucene MatchVersion: LUCENE_48
   [junit4]   2> 81879 T189 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig.xml
   [junit4]   2> 81880 T189 oass.IndexSchema.readSchema Reading Solr Schema from schema.xml
   [junit4]   2> 81885 T189 oass.IndexSchema.readSchema [collection1] Schema name=test
   [junit4]   2> 82032 T189 oass.IndexSchema.readSchema default search field in schema is text
   [junit4]   2> 82035 T189 oass.IndexSchema.readSchema unique key field: id
   [junit4]   2> 82036 T189 oass.IndexSchema.readSchema WARN Field lowerfilt1and2 is not multivalued and destination for multiple copyFields (2)
   [junit4]   2> 82037 T189 oass.IndexSchema.readSchema WARN Field text is not multivalued and destination for multiple copyFields (3)
   [junit4]   2> 82037 T189 oasc.CoreContainer.create Creating SolrCore 'collection1' using configuration from collection collection1
   [junit4]   2> 82037 T189 oasc.SolrCore.initDirectoryFactory org.apache.solr.core.MockDirectoryFactory
   [junit4]   2> 82038 T189 oasc.SolrCore.<init> [collection1] Opening new SolrCore at ../../../../../../../../../../mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-solrj/test/J0/./org.apache.solr.client.solrj.impl.CloudSolrServerTest-jetty1-1395931426357/collection1/, dataDir=./org.apache.solr.client.solrj.impl.CloudSolrServerTest-1395931384308/jetty1/
   [junit4]   2> 82038 T189 oasc.SolrCore.<init> JMX monitoring not detected for core: collection1
   [junit4]   2> 82039 T189 oasc.CachingDirectoryFactory.get return new directory for ./org.apache.solr.client.solrj.impl.CloudSolrServerTest-1395931384308/jetty1
   [junit4]   2> 82039 T189 oasc.SolrCore.getNewIndexDir New index directory detected: old=null new=./org.apache.solr.client.solrj.impl.CloudSolrServerTest-1395931384308/jetty1/index/
   [junit4]   2> 82039 T189 oasc.SolrCore.initIndex WARN [collection1] Solr index directory './org.apache.solr.client.solrj.impl.CloudSolrServerTest-1395931384308/jetty1/index' doesn't exist. Creating new index...
   [junit4]   2> 82039 T189 oasc.CachingDirectoryFactory.get return new directory for ./org.apache.solr.client.solrj.impl.CloudSolrServerTest-1395931384308/jetty1/index
   [junit4]   2> 82041 T189 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits: num=1
   [junit4]   2> 		commit{dir=MockDirectoryWrapper(RAMDirectory@1b0fa1b lockFactory=NativeFSLockFactory@./org.apache.solr.client.solrj.impl.CloudSolrServerTest-1395931384308/jetty1/index),segFN=segments_1,generation=1}
   [junit4]   2> 82041 T189 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1
   [junit4]   2> 82042 T189 oasc.SolrCore.loadUpdateProcessorChains no updateRequestProcessorChain defined as default, creating implicit default
   [junit4]   2> 82042 T189 oasc.RequestHandlers.initHandlersFromConfig created /get: solr.RealTimeGetHandler
   [junit4]   2> 82043 T189 oasc.RequestHandlers.initHandlersFromConfig adding lazy requestHandler: solr.ReplicationHandler
   [junit4]   2> 82043 T189 oasc.RequestHandlers.initHandlersFromConfig created /replication: solr.ReplicationHandler
   [junit4]   2> 82043 T189 oasc.RequestHandlers.initHandlersFromConfig created standard: solr.StandardRequestHandler
   [junit4]   2> 82043 T189 oasc.RequestHandlers.initHandlersFromConfig created /update: solr.UpdateRequestHandler
   [junit4]   2> 82044 T189 oasc.RequestHandlers.initHandlersFromConfig created /admin/: org.apache.solr.handler.admin.AdminHandlers
   [junit4]   2> 82044 T189 oasc.RequestHandlers.initHandlersFromConfig created /admin/ping: solr.PingRequestHandler
   [junit4]   2> 82046 T189 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 82047 T189 oasu.CommitTracker.<init> Hard AutoCommit: disabled
   [junit4]   2> 82047 T189 oasu.CommitTracker.<init> Soft AutoCommit: disabled
   [junit4]   2> 82048 T189 oasc.SolrDeletionPolicy.onInit SolrDeletionPolicy.onInit: commits: num=1
   [junit4]   2> 		commit{dir=MockDirectoryWrapper(RAMDirectory@1b0fa1b lockFactory=NativeFSLockFactory@./org.apache.solr.client.solrj.impl.CloudSolrServerTest-1395931384308/jetty1/index),segFN=segments_1,generation=1}
   [junit4]   2> 82048 T189 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1
   [junit4]   2> 82048 T189 oass.SolrIndexSearcher.<init> Opening Searcher@7b5381[collection1] main
   [junit4]   2> 82049 T190 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@7b5381[collection1] main{StandardDirectoryReader(segments_1:1:nrt)}
   [junit4]   2> 82049 T189 oasc.CoreContainer.registerCore registering core: collection1
   [junit4]   2> 82050 T193 oasc.ZkController.register Register replica - core:collection1 address:http://127.0.0.1:33498 collection:collection1 shard:shard2
   [junit4]   2> 82050 T144 oass.SolrDispatchFilter.init user.dir=/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-solrj/test/J0
   [junit4]   2> 82051 T193 oascc.SolrZkClient.makePath makePath: /collections/collection1/leader_elect/shard2/election
   [junit4]   2> 82051 T144 oass.SolrDispatchFilter.init SolrDispatchFilter.init() done
   [junit4]   2> 82057 T193 oasc.ShardLeaderElectionContext.runLeaderProcess Running the leader process for shard shard2
   [junit4]   2> 82063 T166 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 82063 T166 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 82064 T166 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 82064 T193 oasc.ShardLeaderElectionContext.waitForReplicasToComeUp Enough replicas found to continue.
   [junit4]   2> 82065 T193 oasc.ShardLeaderElectionContext.runLeaderProcess I may be the new leader - try and sync
   [junit4]   2> 82065 T167 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
   [junit4]   2> ASYNC  NEW_CORE C34 name=collection1 org.apache.solr.core.SolrCore@1b8bb1d url=http://127.0.0.1:33498/collection1 node=127.0.0.1:33498_ C34_STATE=coll:collection1 core:collection1 props:{state=down, base_url=http://127.0.0.1:33498, core=collection1, node_name=127.0.0.1:33498_}
   [junit4]   2> 82065 T193 C34 P33498 oasc.SyncStrategy.sync Sync replicas to http://127.0.0.1:33498/collection1/
   [junit4]   2> 82069 T166 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 82073 T193 C34 P33498 oasc.SyncStrategy.syncReplicas Sync Success - now sync replicas to me
   [junit4]   2> 82073 T193 C34 P33498 oasc.SyncStrategy.syncToMe http://127.0.0.1:33498/collection1/ has no replicas
   [junit4]   2> 82073 T193 oasc.ShardLeaderElectionContext.runLeaderProcess I am the new leader: http://127.0.0.1:33498/collection1/ shard2
   [junit4]   2> 82073 T193 oascc.SolrZkClient.makePath makePath: /collections/collection1/leaders/shard2
   [junit4]   2> 82080 T166 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 82083 T166 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 82111 T144 oasc.AbstractFullDistribZkTestBase.createJettys create jetty 2
   [junit4]   2> 82112 T144 oejs.Server.doStart jetty-8.1.10.v20130312
   [junit4]   2> 82113 T144 oejs.AbstractConnector.doStart Started SelectChannelConnector@127.0.0.1:43505
   [junit4]   2> 82114 T144 oass.SolrDispatchFilter.init SolrDispatchFilter.init()
   [junit4]   2> 82114 T144 oasc.SolrResourceLoader.locateSolrHome JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 82115 T144 oasc.SolrResourceLoader.locateSolrHome using system property solr.solr.home: ../../../../../../../../../../mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-solrj/test/J0/./org.apache.solr.client.solrj.impl.CloudSolrServerTest-jetty2-1395931428702
   [junit4]   2> 82115 T144 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '../../../../../../../../../../mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-solrj/test/J0/./org.apache.solr.client.solrj.impl.CloudSolrServerTest-jetty2-1395931428702/'
   [junit4]   2> 82125 T144 oasc.ConfigSolr.fromFile Loading container configuration from /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-solrj/test/J0/../../../../../../../../../../mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-solrj/test/J0/./org.apache.solr.client.solrj.impl.CloudSolrServerTest-jetty2-1395931428702/solr.xml
   [junit4]   2> 82143 T144 oasc.CoreContainer.<init> New CoreContainer 22915621
   [junit4]   2> 82144 T144 oasc.CoreContainer.load Loading cores into CoreContainer [instanceDir=../../../../../../../../../../mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-solrj/test/J0/./org.apache.solr.client.solrj.impl.CloudSolrServerTest-jetty2-1395931428702/]
   [junit4]   2> 82144 T144 oashc.HttpShardHandlerFactory.getParameter Setting socketTimeout to: 90000
   [junit4]   2> 82145 T144 oashc.HttpShardHandlerFactory.getParameter Setting urlScheme to: 
   [junit4]   2> 82145 T144 oashc.HttpShardHandlerFactory.getParameter Setting connTimeout to: 15000
   [junit4]   2> 82145 T144 oashc.HttpShardHandlerFactory.getParameter Setting maxConnectionsPerHost to: 20
   [junit4]   2> 82145 T144 oashc.HttpShardHandlerFactory.getParameter Setting corePoolSize to: 0
   [junit4]   2> 82146 T144 oashc.HttpShardHandlerFactory.getParameter Setting maximumPoolSize to: 2147483647
   [junit4]   2> 82146 T144 oashc.HttpShardHandlerFactory.getParameter Setting maxThreadIdleTime to: 5
   [junit4]   2> 82146 T144 oashc.HttpShardHandlerFactory.getParameter Setting sizeOfQueue to: -1
   [junit4]   2> 82146 T144 oashc.HttpShardHandlerFactory.getParameter Setting fairnessPolicy to: false
   [junit4]   2> 82147 T144 oasl.LogWatcher.createWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory
   [junit4]   2> 82147 T144 oasl.LogWatcher.newRegisteredLogWatcher Registering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)]
   [junit4]   2> 82148 T144 oasc.CoreContainer.load Host Name: 127.0.0.1
   [junit4]   2> 82148 T144 oasc.ZkContainer.initZooKeeper Zookeeper client=127.0.0.1:41823/solr
   [junit4]   2> 82148 T144 oasc.ZkController.checkChrootPath zkHost includes chroot
   [junit4]   2> 82149 T144 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 82152 T204 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@2c9eeb name:ZooKeeperConnection Watcher:127.0.0.1:41823 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 82152 T144 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 82196 T144 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 82197 T146 oazs.NIOServerCnxn.doIO WARN caught end of stream exception EndOfStreamException: Unable to read additional data from client sessionid 0x14503fe8a25000a, likely client has closed socket
   [junit4]   2> 	at org.apache.zookeeper.server.NIOServerCnxn.doIO(NIOServerCnxn.java:228)
   [junit4]   2> 	at org.apache.zookeeper.server.NIOServerCnxnFactory.run(NIOServerCnxnFactory.java:208)
   [junit4]   2> 	at java.lang.Thread.run(Thread.java:744)
   [junit4]   2> 
   [junit4]   2> 82202 T175 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 2)
   [junit4]   2> 82202 T166 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 2)
   [junit4]   2> 82202 T188 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 2)
   [junit4]   2> 82202 T206 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@170ca2d name:ZooKeeperConnection Watcher:127.0.0.1:41823/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 82203 T144 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 82211 T144 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
   [junit4]   2> 82230 T193 oasc.ZkController.register We are http://127.0.0.1:33498/collection1/ and leader is http://127.0.0.1:33498/collection1/
   [junit4]   2> 82231 T193 oasc.ZkController.register No LogReplay needed for core=collection1 baseURL=http://127.0.0.1:33498
   [junit4]   2> 82231 T193 oasc.ZkController.checkRecovery I am the leader, no recovery necessary
   [junit4]   2> 82231 T193 oasc.ZkController.publish publishing core=collection1 state=active collection=collection1
   [junit4]   2> 82231 T193 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
   [junit4]   2> 82233 T166 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 82233 T166 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 82233 T166 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 82234 T193 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
   [junit4]   2> 82235 T167 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
   [junit4]   2> 82236 T167 oasc.Overseer$ClusterStateUpdater.updateState Update state numShards=2 message={
   [junit4]   2> 	  "operation":"state",
   [junit4]   2> 	  "state":"active",
   [junit4]   2> 	  "base_url":"http://127.0.0.1:33498",
   [junit4]   2> 	  "core":"collection1",
   [junit4]   2> 	  "roles":null,
   [junit4]   2> 	  "node_name":"127.0.0.1:33498_",
   [junit4]   2> 	  "shard":"shard2",
   [junit4]   2> 	  "collection":"collection1",
   [junit4]   2> 	  "numShards":"2",
   [junit4]   2> 	  "core_node_name":"core_node1"}
   [junit4]   2> 82238 T166 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 82340 T166 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 2)
   [junit4]   2> 82341 T206 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 2)
   [junit4]   2> 82341 T175 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 2)
   [junit4]   2> 82341 T188 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 2)
   [junit4]   2> 83214 T144 oasc.ZkController.createEphemeralLiveNode Register node as live in ZooKeeper:/live_nodes/127.0.0.1:43505_
   [junit4]   2> 83216 T144 oascc.SolrZkClient.makePath makePath: /live_nodes/127.0.0.1:43505_
   [junit4]   2> 83220 T175 oascc.ZkStateReader$3.process Updating live nodes... (3)
   [junit4]   2> 83221 T188 oascc.ZkStateReader$3.process Updating live nodes... (3)
   [junit4]   2> 83221 T206 oascc.ZkStateReader$3.process Updating live nodes... (3)
   [junit4]   2> 83220 T166 oascc.ZkStateReader$3.process Updating live nodes... (3)
   [junit4]   2> 83230 T207 oasc.ZkController.publish publishing core=collection1 state=down collection=collection1
   [junit4]   2> 83230 T207 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
   [junit4]   2> 83233 T166 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 83233 T207 oasc.ZkController.waitForCoreNodeName look for our core node name
   [junit4]   2> 83233 T166 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 83234 T166 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 83236 T167 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
   [junit4]   2> 83237 T167 oasc.Overseer$ClusterStateUpdater.updateState Update state numShards=2 message={
   [junit4]   2> 	  "operation":"state",
   [junit4]   2> 	  "state":"down",
   [junit4]   2> 	  "base_url":"http://127.0.0.1:43505",
   [junit4]   2> 	  "core":"collection1",
   [junit4]   2> 	  "roles":null,
   [junit4]   2> 	  "node_name":"127.0.0.1:43505_",
   [junit4]   2> 	  "shard":null,
   [junit4]   2> 	  "collection":"collection1",
   [junit4]   2> 	  "numShards":"2",
   [junit4]   2> 	  "core_node_name":null}
   [junit4]   2> 83238 T167 oasc.Overseer$ClusterStateUpdater.updateState Collection already exists with numShards=2
   [junit4]   2> 83238 T167 oasc.Overseer$ClusterStateUpdater.updateState Assigning new node to shard shard=shard1
   [junit4]   2> 83242 T166 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 83346 T166 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 3)
   [junit4]   2> 83346 T175 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 3)
   [junit4]   2> 83346 T206 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 3)
   [junit4]   2> 83346 T188 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 3)
   [junit4]   2> 84233 T207 oasc.ZkController.waitForShardId waiting to find shard id in clusterstate for collection1
   [junit4]   2> 84234 T207 oasc.ZkController.createCollectionZkNode Check for collection zkNode:collection1
   [junit4]   2> 84235 T207 oasc.ZkController.createCollectionZkNode Collection zkNode exists
   [junit4]   2> 84235 T207 oascc.ZkStateReader.readConfigName Load collection config from:/collections/collection1
   [junit4]   2> 84236 T207 oascc.ZkStateReader.readConfigName path=/collections/collection1 configName=conf1 specified config exists in ZooKeeper
   [junit4]   2> 84236 T207 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '../../../../../../../../../../mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-solrj/test/J0/./org.apache.solr.client.solrj.impl.CloudSolrServerTest-jetty2-1395931428702/collection1/'
   [junit4]   2> 84264 T207 oasc.SolrConfig.<init> Using Lucene MatchVersion: LUCENE_48
   [junit4]   2> 84279 T207 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig.xml
   [junit4]   2> 84280 T207 oass.IndexSchema.readSchema Reading Solr Schema from schema.xml
   [junit4]   2> 84285 T207 oass.IndexSchema.readSchema [collection1] Schema name=test
   [junit4]   2> 84428 T207 oass.IndexSchema.readSchema default search field in schema is text
   [junit4]   2> 84429 T207 oass.IndexSchema.readSchema unique key field: id
   [junit4]   2> 84431 T207 oass.IndexSchema.readSchema WARN Field lowerfilt1and2 is not multivalued and destination for multiple copyFields (2)
   [junit4]   2> 84432 T207 oass.IndexSchema.readSchema WARN Field text is not multivalued and destination for multiple copyFields (3)
   [junit4]   2> 84432 T207 oasc.CoreContainer.create Creating SolrCore 'collection1' using configuration from collection collection1
   [junit4]   2> 84432 T207 oasc.SolrCore.initDirectoryFactory org.apache.solr.core.MockDirectoryFactory
   [junit4]   2> 84433 T207 oasc.SolrCore.<init> [collection1] Opening new SolrCore at ../../../../../../../../../../mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-solrj/test/J0/./org.apache.solr.client.solrj.impl.CloudSolrServerTest-jetty2-1395931428702/collection1/, dataDir=./org.apache.solr.client.solrj.impl.CloudSolrServerTest-1395931384308/jetty2/
   [junit4]   2> 84433 T207 oasc.SolrCore.<init> JMX monitoring not detected for core: collection1
   [junit4]   2> 84433 T207 oasc.CachingDirectoryFactory.get return new directory for ./org.apache.solr.client.solrj.impl.CloudSolrServerTest-1395931384308/jetty2
   [junit4]   2> 84434 T207 oasc.SolrCore.getNewIndexDir New index directory detected: old=null new=./org.apache.solr.client.solrj.impl.CloudSolrServerTest-1395931384308/jetty2/index/
   [junit4]   2> 84434 T207 oasc.SolrCore.initIndex WARN [collection1] Solr index directory './org.apache.solr.client.solrj.impl.CloudSolrServerTest-1395931384308/jetty2/index' doesn't exist. Creating new index...
   [junit4]   2> 84434 T207 oasc.CachingDirectoryFactory.get return new directory for ./org.apache.solr.client.solrj.impl.CloudSolrServerTest-1395931384308/jetty2/index
   [junit4]   2> 84436 T207 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits: num=1
   [junit4]   2> 		commit{dir=MockDirectoryWrapper(RAMDirectory@fceb73 lockFactory=NativeFSLockFactory@./org.apache.solr.client.solrj.impl.CloudSolrServerTest-1395931384308/jetty2/index),segFN=segments_1,generation=1}
   [junit4]   2> 84436 T207 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1
   [junit4]   2> 84439 T207 oasc.SolrCore.loadUpdateProcessorChains no updateRequestProcessorChain defined as default, creating implicit default
   [junit4]   2> 84439 T207 oasc.RequestHandlers.initHandlersFromConfig created /get: solr.RealTimeGetHandler
   [junit4]   2> 84440 T207 oasc.RequestHandlers.initHandlersFromConfig adding lazy requestHandler: solr.ReplicationHandler
   [junit4]   2> 84441 T207 oasc.RequestHandlers.initHandlersFromConfig created /replication: solr.ReplicationHandler
   [junit4]   2> 84441 T207 oasc.RequestHandlers.initHandlersFromConfig created standard: solr.StandardRequestHandler
   [junit4]   2> 84441 T207 oasc.RequestHandlers.initHandlersFromConfig created /update: solr.UpdateRequestHandler
   [junit4]   2> 84441 T207 oasc.RequestHandlers.initHandlersFromConfig created /admin/: org.apache.solr.handler.admin.AdminHandlers
   [junit4]   2> 84442 T207 oasc.RequestHandlers.initHandlersFromConfig created /admin/ping: solr.PingRequestHandler
   [junit4]   2> 84444 T207 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 84453 T207 oasu.CommitTracker.<init> Hard AutoCommit: disabled
   [junit4]   2> 84453 T207 oasu.CommitTracker.<init> Soft AutoCommit: disabled
   [junit4]   2> 84459 T207 oasc.SolrDeletionPolicy.onInit SolrDeletionPolicy.onInit: commits: num=1
   [junit4]   2> 		commit{dir=MockDirectoryWrapper(RAMDirectory@fceb73 lockFactory=NativeFSLockFactory@./org.apache.solr.client.solrj.impl.CloudSolrServerTest-1395931384308/jetty2/index),segFN=segments_1,generation=1}
   [junit4]   2> 84459 T207 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1
   [junit4]   2> 84461 T207 oass.SolrIndexSearcher.<init> Opening Searcher@51ad77[collection1] main
   [junit4]   2> 84463 T207 oasc.CoreContainer.registerCore registering core: collection1
   [junit4]   2> 84463 T208 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@51ad77[collection1] main{StandardDirectoryReader(segments_1:1:nrt)}
   [junit4]   2> 84464 T211 oasc.ZkController.register Register replica - core:collection1 address:http://127.0.0.1:43505 collection:collection1 shard:shard1
   [junit4]   2> 84465 T144 oass.SolrDispatchFilter.init user.dir=/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-solrj/test/J0
   [junit4]   2> 84465 T144 oass.SolrDispatchFilter.init SolrDispatchFilter.init() done
   [junit4]   2> 84468 T211 oascc.SolrZkClient.makePath makePath: /collections/collection1/leader_elect/shard1/election
   [junit4]   2> 84486 T211 oasc.ShardLeaderElectionContext.runLeaderProcess Running the leader process for shard shard1
   [junit4]   2> 84488 T166 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 84488 T166 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 84488 T166 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 84489 T211 oasc.ShardLeaderElectionContext.waitForReplicasToComeUp Enough replicas found to continue.
   [junit4]   2> 84489 T211 oasc.ShardLeaderElectionContext.runLeaderProcess I may be the new leader - try and sync
   [junit4]   2> ASYNC  NEW_CORE C35 name=collection1 org.apache.solr.core.SolrCore@efe2eb url=http://127.0.0.1:43505/collection1 node=127.0.0.1:43505_ C35_STATE=coll:collection1 core:collection1 props:{state=down, base_url=http://127.0.0.1:43505, core=collection1, node_name=127.0.0.1:43505_}
   [junit4]   2> 84489 T211 C35 P43505 oasc.SyncStrategy.sync Sync replicas to http://127.0.0.1:43505/collection1/
   [junit4]   2> 84489 T211 C35 P43505 oasc.SyncStrategy.syncReplicas Sync Success - now sync replicas to me
   [junit4]   2> 84490 T167 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
   [junit4]   2> 84490 T211 C35 P43505 oasc.SyncStrategy.syncToMe http://127.0.0.1:43505/collection1/ has no replicas
   [junit4]   2> 84490 T211 oasc.ShardLeaderElectionContext.runLeaderProcess I am the new leader: http://127.0.0.1:43505/collection1/ shard1
   [junit4]   2> 84491 T211 oascc.SolrZkClient.makePath makePath: /collections/collection1/leaders/shard1
   [junit4]   2> 84496 T166 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 84503 T166 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 84507 T166 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 84531 T144 oasc.AbstractFullDistribZkTestBase.createJettys create jetty 3
   [junit4]   2> 84532 T144 oejs.Server.doStart jetty-8.1.10.v20130312
   [junit4]   2> 84534 T144 oejs.AbstractConnector.doStart Started SelectChannelConnector@127.0.0.1:43493
   [junit4]   2> 84535 T144 oass.SolrDispatchFilter.init SolrDispatchFilter.init()
   [junit4]   2> 84535 T144 oasc.SolrResourceLoader.locateSolrHome JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 84536 T144 oasc.SolrResourceLoader.locateSolrHome using system property solr.solr.home: ./org.apache.solr.client.solrj.impl.CloudSolrServerTest-jetty3-1395931431116
   [junit4]   2> 84536 T144 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: './org.apache.solr.client.solrj.impl.CloudSolrServerTest-jetty3-1395931431116/'
   [junit4]   2> 84548 T144 oasc.ConfigSolr.fromFile Loading container configuration from /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-solrj/test/J0/./org.apache.solr.client.solrj.impl.CloudSolrServerTest-jetty3-1395931431116/solr.xml
   [junit4]   2> 84568 T144 oasc.CoreContainer.<init> New CoreContainer 14661319
   [junit4]   2> 84569 T144 oasc.CoreContainer.load Loading cores into CoreContainer [instanceDir=./org.apache.solr.client.solrj.impl.CloudSolrServerTest-jetty3-1395931431116/]
   [junit4]   2> 84569 T144 oashc.HttpShardHandlerFactory.getParameter Setting socketTimeout to: 90000
   [junit4]   2> 84570 T144 oashc.HttpShardHandlerFactory.getParameter Setting urlScheme to: 
   [junit4]   2> 84570 T144 oashc.HttpShardHandlerFactory.getParameter Setting connTimeout to: 15000
   [junit4]   2> 84570 T144 oashc.HttpShardHandlerFactory.getParameter Setting maxConnectionsPerHost to: 20
   [junit4]   2> 84571 T144 oashc.HttpShardHandlerFactory.getParameter Setting corePoolSize to: 0
   [junit4]   2> 84571 T144 oashc.HttpShardHandlerFactory.getParameter Setting maximumPoolSize to: 2147483647
   [junit4]   2> 84572 T144 oashc.HttpShardHandlerFactory.getParameter Setting maxThreadIdleTime to: 5
   [junit4]   2> 84572 T144 oashc.HttpShardHandlerFactory.getParameter Setting sizeOfQueue to: -1
   [junit4]   2> 84572 T144 oashc.HttpShardHandlerFactory.getParameter Setting fairnessPolicy to: false
   [junit4]   2> 84573 T144 oasl.LogWatcher.createWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory
   [junit4]   2> 84573 T144 oasl.LogWatcher.newRegisteredLogWatcher Registering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)]
   [junit4]   2> 84573 T144 oasc.CoreContainer.load Host Name: 127.0.0.1
   [junit4]   2> 84574 T144 oasc.ZkContainer.initZooKeeper Zookeeper client=127.0.0.1:41823/solr
   [junit4]   2> 84574 T144 oasc.ZkController.checkChrootPath zkHost includes chroot
   [junit4]   2> 84575 T144 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 84578 T222 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@1694a5c name:ZooKeeperConnection Watcher:127.0.0.1:41823 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 84578 T144 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 84581 T144 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 84582 T224 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@c67e5a name:ZooKeeperConnection Watcher:127.0.0.1:41823/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 84582 T144 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 84617 T166 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 3)
   [junit4]   2> 84617 T175 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 3)
   [junit4]   2> 84617 T188 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 3)
   [junit4]   2> 84617 T206 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 3)
   [junit4]   2> 84629 T144 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
   [junit4]   2> 84655 T211 oasc.ZkController.register We are http://127.0.0.1:43505/collection1/ and leader is http://127.0.0.1:43505/collection1/
   [junit4]   2> 84655 T211 oasc.ZkController.register No LogReplay needed for core=collection1 baseURL=http://127.0.0.1:43505
   [junit4]   2> 84655 T211 oasc.ZkController.checkRecovery I am the leader, no recovery necessary
   [junit4]   2> 84656 T211 oasc.ZkController.publish publishing core=collection1 state=active collection=collection1
   [junit4]   2> 84656 T211 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
   [junit4]   2> 84657 T166 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 84657 T166 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 84658 T211 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
   [junit4]   2> 84658 T166 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 84659 T167 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
   [junit4]   2> 84661 T167 oasc.Overseer$ClusterStateUpdater.updateState Update state numShards=2 message={
   [junit4]   2> 	  "operation":"state",
   [junit4]   2> 	  "state":"active",
   [junit4]   2> 	  "base_url":"http://127.0.0.1:43505",
   [junit4]   2> 	  "core":"collection1",
   [junit4]   2> 	  "roles":null,
   [junit4]   2> 	  "node_name":"127.0.0.1:43505_",
   [junit4]   2> 	  "shard":"shard1",
   [junit4]   2> 	  "collection":"collection1",
   [junit4]   2> 	  "numShards":"2",
   [junit4]   2> 	  "core_node_name":"core_node2"}
   [junit4]   2> 84665 T166 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 84767 T166 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 3)
   [junit4]   2> 84767 T188 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 3)
   [junit4]   2> 84767 T206 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 3)
   [junit4]   2> 84767 T175 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 3)
   [junit4]   2> 84767 T224 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 3)
   [junit4]   2> 85634 T144 oasc.ZkController.createEphemeralLiveNode Register node as live in ZooKeeper:/live_nodes/127.0.0.1:43493_
   [junit4]   2> 85635 T144 oascc.SolrZkClient.makePath makePath: /live_nodes/127.0.0.1:43493_
   [junit4]   2> 85638 T224 oascc.ZkStateReader$3.process Updating live nodes... (4)
   [junit4]   2> 85638 T188 oascc.ZkStateReader$3.process Updating live nodes... (4)
   [junit4]   2> 85638 T206 oascc.ZkStateReader$3.process Updating live nodes... (4)
   [junit4]   2> 85638 T175 oascc.ZkStateReader$3.process Updating live nodes... (4)
   [junit4]   2> 85638 T166 oascc.ZkStateReader$3.process Updating live nodes... (4)
   [junit4]   2> 85643 T225 oasc.ZkController.publish publishing core=collection1 state=down collection=collection1
   [junit4]   2> 85643 T225 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
   [junit4]   2> 85644 T166 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 85644 T225 oasc.ZkController.waitForCoreNodeName look for our core node name
   [junit4]   2> 85644 T166 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 85645 T166 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 85646 T167 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
   [junit4]   2> 85646 T167 oasc.Overseer$ClusterStateUpdater.updateState Update state numShards=2 message={
   [junit4]   2> 	  "operation":"state",
   [junit4]   2> 	  "state":"down",
   [junit4]   2> 	  "base_url":"http://127.0.0.1:43493",
   [junit4]   2> 	  "core":"collection1",
   [junit4]   2> 	  "roles":null,
   [junit4]   2> 	  "node_name":"127.0.0.1:43493_",
   [junit4]   2> 	  "shard":null,
   [junit4]   2> 	  "collection":"collection1",
   [junit4]   2> 	  "numShards":"2",
   [junit4]   2> 	  "core_node_name":null}
   [junit4]   2> 85646 T167 oasc.Overseer$ClusterStateUpdater.updateState Collection already exists with numShards=2
   [junit4]   2> 85647 T167 oasc.Overseer$ClusterStateUpdater.updateState Assigning new node to shard shard=shard2
   [junit4]   2> 85648 T166 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 85752 T224 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 4)
   [junit4]   2> 85752 T206 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 4)
   [junit4]   2> 85752 T166 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 4)
   [junit4]   2> 85752 T188 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 4)
   [junit4]   2> 85752 T175 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 4)
   [junit4]   2> 86645 T225 oasc.ZkController.waitForShardId waiting to find shard id in clusterstate for collection1
   [junit4]   2> 86645 T225 oasc.ZkController.createCollectionZkNode Check for collection zkNode:collection1
   [junit4]   2> 86646 T225 oasc.ZkController.createCollectionZkNode Collection zkNode exists
   [junit4]   2> 86646 T225 oascc.ZkStateReader.readConfigName Load collection config from:/collections/collection1
   [junit4]   2> 86647 T225 oascc.ZkStateReader.readConfigName path=/collections/collection1 configName=conf1 specified config exists in ZooKeeper
   [junit4]   2> 86647 T225 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: './org.apache.solr.client.solrj.impl.CloudSolrServerTest-jetty3-1395931431116/collection1/'
   [junit4]   2> 86668 T225 oasc.SolrConfig.<init> Using Lucene MatchVersion: LUCENE_48
   [junit4]   2> 86685 T225 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig.xml
   [junit4]   2> 86687 T225 oass.IndexSchema.readSchema Reading Solr Schema from schema.xml
   [junit4]   2> 86697 T225 oass.IndexSchema.readSchema [collection1] Schema name=test
   [junit4]   2> 86840 T225 oass.IndexSchema.readSchema default search field in schema is text
   [junit4]   2> 86842 T225 oass.IndexSchema.readSchema unique key field: id
   [junit4]   2> 86843 T225 oass.IndexSchema.readSchema WARN Field lowerfilt1and2 is not multivalued and destination for multiple copyFields (2)
   [junit4]   2> 86843 T225 oass.IndexSchema.readSchema WARN Field text is not multivalued and destination for multiple copyFields (3)
   [junit4]   2> 86843 T225 oasc.CoreContainer.create Creating SolrCore 'collection1' using configuration from collection collection1
   [junit4]   2> 86843 T225 oasc.SolrCore.initDirectoryFactory org.apache.solr.core.MockDirectoryFactory
   [junit4]   2> 86844 T225 oasc.SolrCore.<init> [collection1] Opening new SolrCore at ./org.apache.solr.client.solrj.impl.CloudSolrServerTest-jetty3-1395931431116/collection1/, dataDir=./org.apache.solr.client.solrj.impl.CloudSolrServerTest-1395931384308/jetty3/
   [junit4]   2> 86844 T225 oasc.SolrCore.<init> JMX monitoring not detected for core: collection1
   [junit4]   2> 86844 T225 oasc.CachingDirectoryFactory.get return new directory for ./org.apache.solr.client.solrj.impl.CloudSolrServerTest-1395931384308/jetty3
   [junit4]   2> 86844 T225 oasc.SolrCore.getNewIndexDir New index directory detected: old=null new=./org.apache.solr.client.solrj.impl.CloudSolrServerTest-1395931384308/jetty3/index/
   [junit4]   2> 86844 T225 oasc.SolrCore.initIndex WARN [collection1] Solr index directory './org.apache.solr.client.solrj.impl.CloudSolrServerTest-1395931384308/jetty3/index' doesn't exist. Creating new index...
   [junit4]   2> 86845 T225 oasc.CachingDirectoryFactory.get return new directory for ./org.apache.solr.client.solrj.impl.CloudSolrServerTest-1395931384308/jetty3/index
   [junit4]   2> 86847 T225 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits: num=1
   [junit4]   2> 		commit{dir=MockDirectoryWrapper(RAMDirectory@1c4d465 lockFactory=NativeFSLockFactory@./org.apache.solr.client.solrj.impl.CloudSolrServerTest-1395931384308/jetty3/index),segFN=segments_1,generation=1}
   [junit4]   2> 86847 T225 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1
   [junit4]   2> 86848 T225 oasc.SolrCore.loadUpdateProcessorChains no updateRequestProcessorChain defined as default, creating implicit default
   [junit4]   2> 86848 T225 oasc.RequestHandlers.initHandlersFromConfig created /get: solr.RealTimeGetHandler
   [junit4]   2> 86848 T225 oasc.RequestHandlers.initHandlersFromConfig adding lazy requestHandler: solr.ReplicationHandler
   [junit4]   2> 86849 T225 oasc.RequestHandlers.initHandlersFromConfig created /replication: solr.ReplicationHandler
   [junit4]   2> 86849 T225 oasc.RequestHandlers.initHandlersFromConfig created standard: solr.StandardRequestHandler
   [junit4]   2> 86849 T225 oasc.RequestHandlers.initHandlersFromConfig created /update: solr.UpdateRequestHandler
   [junit4]   2> 86849 T225 oasc.RequestHandlers.initHandlersFromConfig created /admin/: org.apache.solr.handler.admin.AdminHandlers
   [junit4]   2> 86850 T225 oasc.RequestHandlers.initHandlersFromConfig created /admin/ping: solr.PingRequestHandler
   [junit4]   2> 86852 T225 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 86853 T225 oasu.CommitTracker.<init> Hard AutoCommit: disabled
   [junit4]   2> 86853 T225 oasu.CommitTracker.<init> Soft AutoCommit: disabled
   [junit4]   2> 86854 T225 oasc.SolrDeletionPolicy.onInit SolrDeletionPolicy.onInit: commits: num=1
   [junit4]   2> 		commit{dir=MockDirectoryWrapper(RAMDirectory@1c4d465 lockFactory=NativeFSLockFactory@./org.apache.solr.client.solrj.impl.CloudSolrServerTest-1395931384308/jetty3/index),segFN=segments_1,generation=1}
   [junit4]   2> 86854 T225 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1
   [junit4]   2> 86855 T225 oass.SolrIndexSearcher.<init> Opening Searcher@b6fb59[collection1] main
   [junit4]   2> 86855 T226 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@b6fb59[collection1] main{StandardDirectoryReader(segments_1:1:nrt)}
   [junit4]   2> 86855 T225 oasc.CoreContainer.registerCore registering core: collection1
   [junit4]   2> 86856 T229 oasc.ZkController.register Register replica - core:collection1 address:http://127.0.0.1:43493 collection:collection1 shard:shard2
   [junit4]   2> 86856 T144 oass.SolrDispatchFilter.init user.dir=/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-solrj/test/J0
   [junit4]   2> 86857 T144 oass.SolrDispatchFilter.init SolrDispatchFilter.init() done
   [junit4]   2> 86858 T144 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
   [junit4]   2> 86859 T144 oasc.AbstractFullDistribZkTestBase.waitForThingsToLevelOut Wait for recoveries to finish - wait 30 for each attempt
   [junit4]   2> 86859 T144 oasc.AbstractDistribZkTestBase.waitForRecoveriesToFinish Wait for recoveries to finish - collection: collection1 failOnTimeout:true timeout (sec):30
   [junit4]   2> 86860 T144 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
   [junit4]   2> 86861 T229 oasc.ZkController.register We are http://127.0.0.1:43493/collection1/ and leader is http://127.0.0.1:33498/collection1/
   [junit4]   2> 86861 T229 oasc.ZkController.register No LogReplay needed for core=collection1 baseURL=http://127.0.0.1:43493
   [junit4]   2> 86861 T229 oasc.ZkController.checkRecovery Core needs to recover:collection1
   [junit4]   2> 86861 T229 oasu.DefaultSolrCoreState.doRecovery Running recovery - first canceling any ongoing recovery
   [junit4]   2> 86866 T229 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
   [junit4]   2> ASYNC  NEW_CORE C36 name=collection1 org.apache.solr.core.SolrCore@180d3d8 url=http://127.0.0.1:43493/collection1 node=127.0.0.1:43493_ C36_STATE=coll:collection1 core:collection1 props:{state=down, base_url=http://127.0.0.1:43493, core=collection1, node_name=127.0.0.1:43493_}
   [junit4]   2> 86867 T230 C36 P43493 oasc.RecoveryStrategy.run Starting recovery process.  core=collection1 recoveringAfterStartup=true
   [junit4]   2> 86867 T230 C36 P43493 oasc.RecoveryStrategy.doRecovery ###### startupVersions=[]
   [junit4]   2> 86868 T230 C36 P43493 oasc.ZkController.publish publishing core=collection1 state=recovering collection=collection1
   [junit4]   2> 86868 T230 C36 P43493 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
   [junit4]   2> 86869 T166 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 86869 T166 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 86870 T166 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 86872 T167 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
   [junit4]   2> 86872 T167 oasc.Overseer$ClusterStateUpdater.updateState Update state numShards=2 message={
   [junit4]   2> 	  "operation":"state",
   [junit4]   2> 	  "state":"recovering",
   [junit4]   2> 	  "base_url":"http://127.0.0.1:43493",
   [junit4]   2> 	  "core":"collection1",
   [junit4]   2> 	  "roles":null,
   [junit4]   2> 	  "node_name":"127.0.0.1:43493_",
   [junit4]   2> 	  "shard":"shard2",
   [junit4]   2> 	  "collection":"collection1",
   [junit4]   2> 	  "numShards":"2",
   [junit4]   2> 	  "core_node_name":"core_node3"}
   [junit4]   2> 86879 T181 oasha.CoreAdminHandler.handleWaitForStateAction Going to wait for coreNodeName: core_node3, state: recovering, checkLive: true, onlyIfLeader: true
   [junit4]   2> 86879 T166 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 86880 T181 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
   [junit4]   2> 86880 T181 oasha.CoreAdminHandler.handleWaitForStateAction Will wait a max of 183 seconds to see collection1 (shard2 of collection1) have state: recovering
   [junit4]   2> 86984 T224 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 4)
   [junit4]   2> 86984 T175 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 4)
   [junit4]   2> 86984 T206 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 4)
   [junit4]   2> 86984 T188 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 4)
   [junit4]   2> 86984 T166 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 4)
   [junit4]   2> 87862 T144 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
   [junit4]   2> 87881 T181 oasha.CoreAdminHandler.handleWaitForStateAction Waited coreNodeName: core_node3, state: recovering, checkLive: true, onlyIfLeader: true for: 1 seconds.
   [junit4]   2> 87881 T181 oass.SolrDispatchFilter.handleAdminRequest [admin] webapp=null path=/admin/cores params={nodeName=127.0.0.1:43493_&onlyIfLeaderActive=true&core=collection1&coreNodeName=core_node3&action=PREPRECOVERY&checkLive=true&state=recovering&onlyIfLeader=true&wt=javabin&version=2} status=0 QTime=1004 
   [junit4]   2> 88863 T144 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
   [junit4]   2> 89866 T144 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
   [junit4]   2> ASYNC  NEW_CORE C37 name=collection1 org.apache.solr.core.SolrCore@180d3d8 url=http://127.0.0.1:43493/collection1 node=127.0.0.1:43493_ C37_STATE=coll:collection1 core:collection1 props:{state=recovering, base_url=http://127.0.0.1:43493, core=collection1, node_name=127.0.0.1:43493_}
   [junit4]

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

t exist
   [junit4]   2> 94005 T144 oasc.AbstractZkTestCase.putConfig skipping /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/solrj/src/test-files/solrj/solr/collection1/conf/enumsConfig.xml because it doesn't exist
   [junit4]   2> 94006 T144 oasc.AbstractZkTestCase.putConfig skipping /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/solrj/src/test-files/solrj/solr/collection1/conf/open-exchange-rates.json because it doesn't exist
   [junit4]   2> 94006 T144 oasc.AbstractZkTestCase.putConfig skipping /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/solrj/src/test-files/solrj/solr/collection1/conf/mapping-ISOLatin1Accent.txt because it doesn't exist
   [junit4]   2> 94006 T144 oasc.AbstractZkTestCase.putConfig skipping /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/solrj/src/test-files/solrj/solr/collection1/conf/old_synonyms.txt because it doesn't exist
   [junit4]   2> 94007 T144 oasc.AbstractZkTestCase.putConfig skipping /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/solrj/src/test-files/solrj/solr/collection1/conf/synonyms.txt because it doesn't exist
   [junit4]   2> 94009 T144 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> ASYNC  NEW_CORE C44 name=collection1 org.apache.solr.core.SolrCore@180d3d8 url=http://127.0.0.1:43493/collection1 node=127.0.0.1:43493_ C44_STATE=coll:collection1 core:collection1 props:{state=active, base_url=http://127.0.0.1:43493, core=collection1, node_name=127.0.0.1:43493_}
   [junit4]   2> 95872 T224 C44 P43493 oasc.SyncStrategy.sync WARN Closed, skipping sync up.
   [junit4]   2> 94956 T206 oascc.ZkStateReader$3.process WARN ZooKeeper watch triggered, but Solr cannot talk to ZK
   [junit4]   2> 94854 T188 oascc.ZkStateReader$2.process WARN ZooKeeper watch triggered, but Solr cannot talk to ZK
   [junit4]   2> 94768 T166 oascc.ZkStateReader$2.process WARN ZooKeeper watch triggered, but Solr cannot talk to ZK
   [junit4]   2> 99114 T188 oascc.ZkStateReader$3.process WARN ZooKeeper watch triggered, but Solr cannot talk to ZK
   [junit4]   2> 99113 T255 oaz.ClientCnxnSocketNIO.connect ERROR Unable to open socket to ff01::114/ff01:0:0:0:0:0:0:114:33332
   [junit4]   2> 99114 T166 oascc.ZkStateReader$3.process WARN ZooKeeper watch triggered, but Solr cannot talk to ZK
   [junit4]   2> 99115 T255 oaz.ClientCnxn$SendThread.run WARN Session 0x0 for server null, unexpected error, closing socket connection and attempting reconnect java.net.SocketException: Network is unreachable
   [junit4]   2> 	at sun.nio.ch.Net.connect0(Native Method)
   [junit4]   2> 	at sun.nio.ch.Net.connect(Net.java:435)
   [junit4]   2> 	at sun.nio.ch.Net.connect(Net.java:427)
   [junit4]   2> 	at sun.nio.ch.SocketChannelImpl.connect(SocketChannelImpl.java:643)
   [junit4]   2> 	at org.apache.zookeeper.ClientCnxnSocketNIO.registerAndConnect(ClientCnxnSocketNIO.java:277)
   [junit4]   2> 	at org.apache.zookeeper.ClientCnxnSocketNIO.connect(ClientCnxnSocketNIO.java:287)
   [junit4]   2> 	at org.apache.zookeeper.ClientCnxn$SendThread.startConnect(ClientCnxn.java:967)
   [junit4]   2> 	at org.apache.zookeeper.ClientCnxn$SendThread.run(ClientCnxn.java:1003)
   [junit4]   2> 
   [junit4]   2> 99121 T224 oasc.ShardLeaderElectionContext.rejoinLeaderElection Not rejoining election because CoreContainer is shutdown
   [junit4]   2> 99121 T224 oasc.SolrCore.close [collection1]  CLOSING SolrCore org.apache.solr.core.SolrCore@180d3d8
   [junit4]   2> 99122 T224 oasu.DirectUpdateHandler2.close closing DirectUpdateHandler2{commits=5,autocommits=0,soft autocommits=0,optimizes=0,rollbacks=0,expungeDeletes=0,docsPending=0,adds=0,deletesById=0,deletesByQuery=0,errors=0,cumulative_adds=2,cumulative_deletesById=1,cumulative_deletesByQuery=1,cumulative_errors=0,transaction_logs_total_size=354,transaction_logs_total_number=4}
   [junit4]   2> 99122 T224 oasu.SolrCoreState.decrefSolrCoreState Closing SolrCoreState
   [junit4]   2> 99123 T224 oasu.DefaultSolrCoreState.closeIndexWriter SolrCoreState ref count has reached 0 - closing IndexWriter
   [junit4]   2> 99123 T224 oasu.DefaultSolrCoreState.closeIndexWriter closing IndexWriter with IndexWriterCloser
   [junit4]   2> 99125 T224 oasc.SolrCore.closeSearcher [collection1] Closing main searcher on request.
   [junit4]   2> 99126 T224 oasc.CachingDirectoryFactory.close Closing MockDirectoryFactory - 2 directories currently being tracked
   [junit4]   2> 99126 T224 oasc.CachingDirectoryFactory.closeCacheValue looking to close ./org.apache.solr.client.solrj.impl.CloudSolrServerTest-1395931384308/jetty3/index [CachedDir<<refCount=0;path=./org.apache.solr.client.solrj.impl.CloudSolrServerTest-1395931384308/jetty3/index;done=false>>]
   [junit4]   2> 99127 T224 oasc.CachingDirectoryFactory.close Closing directory: ./org.apache.solr.client.solrj.impl.CloudSolrServerTest-1395931384308/jetty3/index
   [junit4]   2> 99127 T224 oasc.CachingDirectoryFactory.closeCacheValue looking to close ./org.apache.solr.client.solrj.impl.CloudSolrServerTest-1395931384308/jetty3 [CachedDir<<refCount=0;path=./org.apache.solr.client.solrj.impl.CloudSolrServerTest-1395931384308/jetty3;done=false>>]
   [junit4]   2> 99127 T224 oasc.CachingDirectoryFactory.close Closing directory: ./org.apache.solr.client.solrj.impl.CloudSolrServerTest-1395931384308/jetty3
   [junit4]   2> 99127 T224 oascc.ZkStateReader$3.process WARN ZooKeeper watch triggered, but Solr cannot talk to ZK
   [junit4]   2> 99128 T224 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 3)
   [junit4]   2> 99128 T224 oascc.ZkStateReader$2.process WARN ZooKeeper watch triggered, but Solr cannot talk to ZK
   [junit4]   2> 99128 T224 oasc.LeaderElector$1.process WARN  org.apache.zookeeper.KeeperException$SessionExpiredException: KeeperErrorCode = Session expired for /overseer_elect/election
   [junit4]   2> 	at org.apache.zookeeper.KeeperException.create(KeeperException.java:127)
   [junit4]   2> 	at org.apache.zookeeper.KeeperException.create(KeeperException.java:51)
   [junit4]   2> 	at org.apache.zookeeper.ZooKeeper.getChildren(ZooKeeper.java:1472)
   [junit4]   2> 	at org.apache.solr.common.cloud.SolrZkClient$6.execute(SolrZkClient.java:259)
   [junit4]   2> 	at org.apache.solr.common.cloud.SolrZkClient$6.execute(SolrZkClient.java:256)
   [junit4]   2> 	at org.apache.solr.common.cloud.ZkCmdExecutor.retryOperation(ZkCmdExecutor.java:73)
   [junit4]   2> 	at org.apache.solr.common.cloud.SolrZkClient.getChildren(SolrZkClient.java:256)
   [junit4]   2> 	at org.apache.solr.cloud.LeaderElector.checkIfIamLeader(LeaderElector.java:92)
   [junit4]   2> 	at org.apache.solr.cloud.LeaderElector.access$000(LeaderElector.java:55)
   [junit4]   2> 	at org.apache.solr.cloud.LeaderElector$1.process(LeaderElector.java:137)
   [junit4]   2> 	at org.apache.zookeeper.ClientCnxn$EventThread.processEvent(ClientCnxn.java:522)
   [junit4]   2> 	at org.apache.zookeeper.ClientCnxn$EventThread.run(ClientCnxn.java:498)
   [junit4]   2> 
   [junit4]   2> 100231 T255 oaz.ClientCnxnSocketNIO.connect ERROR Unable to open socket to ff01::114/ff01:0:0:0:0:0:0:114:33332
   [junit4]   2> 100333 T144 oas.SolrTestCaseJ4.tearDown ###Ending testShutdown
   [junit4]   2> 100336 T144 oasc.ZkTestServer.send4LetterWord connecting to 127.0.0.1:56146 56146
   [junit4]   1> client port:0.0.0.0/0.0.0.0:0
   [junit4]   2> 100508 T144 oas.SolrTestCaseJ4.deleteCore ###deleteCore
   [junit4]   2> NOTE: test params are: codec=Lucene46: {_version_=Lucene41(blocksize=128), multiDefault=PostingsFormat(name=FSTOrdPulsing41), a_t=Lucene41(blocksize=128), intDefault=Lucene41(blocksize=128), range_facet_sl=PostingsFormat(name=TestBloomFilteredLucene41Postings), range_facet_si=PostingsFormat(name=FSTOrdPulsing41), id=PostingsFormat(name=FSTPulsing41), text=PostingsFormat(name=TestBloomFilteredLucene41Postings), range_facet_l=Lucene41(blocksize=128), timestamp=Lucene41(blocksize=128)}, docValues:{}, sim=RandomSimilarityProvider(queryNorm=false,coord=yes): {}, locale=ar_TN, timezone=Europe/Simferopol
   [junit4]   2> NOTE: Linux 3.8.0-37-generic i386/Oracle Corporation 1.8.0 (32-bit)/cpus=8,threads=1,free=14546552,total=65011712
   [junit4]   2> NOTE: All tests run in this JVM: [SolrExampleXMLTest, TestEmbeddedSolrServer, TestXMLEscaping, AnlysisResponseBaseTest, SolrParamTest, JettyWebappTest, LargeVolumeEmbeddedTest, SolrExceptionTest, LargeVolumeBinaryJettyTest, TestJavaBinCodec, SolrExampleStreamingBinaryTest, ClientUtilsTest, CloudSolrServerTest]
   [junit4] Completed on J0 in 62.91s, 2 tests, 1 failure <<< FAILURES!

[...truncated 79 lines...]
BUILD FAILED
/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/build.xml:467: The following error occurred while executing this line:
/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/build.xml:447: The following error occurred while executing this line:
/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/build.xml:45: The following error occurred while executing this line:
/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/extra-targets.xml:37: The following error occurred while executing this line:
/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build.xml:202: The following error occurred while executing this line:
/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/common-build.xml:490: The following error occurred while executing this line:
/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/lucene/common-build.xml:1276: The following error occurred while executing this line:
/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/lucene/common-build.xml:908: There were test failures: 49 suites, 284 tests, 1 failure

Total time: 58 minutes 42 seconds
Build step 'Invoke Ant' marked build as failure
Description set: Java: 32bit/jdk1.8.0 -server -XX:+UseSerialGC
Archiving artifacts
Recording test results
Email was triggered for: Failure
Sending email for trigger: Failure



[JENKINS] Lucene-Solr-4.x-Linux (32bit/jdk1.7.0_60-ea-b10) - Build # 9814 - Still Failing!

Posted by Policeman Jenkins Server <je...@thetaphi.de>.
Build: http://jenkins.thetaphi.de/job/Lucene-Solr-4.x-Linux/9814/
Java: 32bit/jdk1.7.0_60-ea-b10 -server -XX:+UseG1GC

1 tests failed.
REGRESSION:  org.apache.solr.client.solrj.impl.CloudSolrServerTest.testShutdown

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

Stack Trace:
org.apache.solr.common.SolrException: java.util.concurrent.TimeoutException: Could not connect to ZooKeeper 127.0.0.1:39395 within 45000 ms
	at __randomizedtesting.SeedInfo.seed([B05A88AD26E3FE87:532C8138C1996BF5]:0)
	at org.apache.solr.common.cloud.SolrZkClient.<init>(SolrZkClient.java:150)
	at org.apache.solr.common.cloud.SolrZkClient.<init>(SolrZkClient.java:101)
	at org.apache.solr.common.cloud.SolrZkClient.<init>(SolrZkClient.java:91)
	at org.apache.solr.cloud.AbstractZkTestCase.buildZooKeeper(AbstractZkTestCase.java:91)
	at org.apache.solr.cloud.AbstractZkTestCase.buildZooKeeper(AbstractZkTestCase.java:85)
	at org.apache.solr.cloud.AbstractDistribZkTestBase.setUp(AbstractDistribZkTestBase.java:77)
	at org.apache.solr.cloud.AbstractFullDistribZkTestBase.setUp(AbstractFullDistribZkTestBase.java:201)
	at org.apache.solr.client.solrj.impl.CloudSolrServerTest.setUp(CloudSolrServerTest.java:95)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1617)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:860)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:876)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:53)
	at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:50)
	at org.apache.lucene.util.TestRuleFieldCacheSanity$1.evaluate(TestRuleFieldCacheSanity.java:51)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:46)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesInvariantRule$1.evaluate(SystemPropertiesInvariantRule.java:55)
	at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:49)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:70)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:48)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:359)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:783)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:443)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:835)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$3.evaluate(RandomizedRunner.java:737)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$4.evaluate(RandomizedRunner.java:771)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:782)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:53)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:46)
	at org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:42)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesInvariantRule$1.evaluate(SystemPropertiesInvariantRule.java:55)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:39)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:39)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:43)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:48)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:70)
	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:55)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:359)
	at java.lang.Thread.run(Thread.java:744)
Caused by: java.util.concurrent.TimeoutException: Could not connect to ZooKeeper 127.0.0.1:39395 within 45000 ms
	at org.apache.solr.common.cloud.ConnectionManager.waitForConnected(ConnectionManager.java:223)
	at org.apache.solr.common.cloud.SolrZkClient.<init>(SolrZkClient.java:142)
	... 45 more




Build Log:
[...truncated 11697 lines...]
   [junit4] Suite: org.apache.solr.client.solrj.impl.CloudSolrServerTest
   [junit4]   2> 23182 T120 oas.SolrTestCaseJ4.startTrackingSearchers WARN startTrackingSearchers: numOpens=6 numCloses=6
   [junit4]   2> 23182 T120 oas.SolrTestCaseJ4.buildSSLConfig Randomized ssl (true) and clientAuth (false)
   [junit4]   2> 23183 T120 oas.BaseDistributedSearchTestCase.initHostContext Setting hostContext system property: /f_/f
   [junit4]   2> 23185 T120 oasc.AbstractZkTestCase.<clinit> WARN TEST_HOME() does not exist - solrj test?
   [junit4]   2> 23189 T120 oas.SolrTestCaseJ4.setUp ###Starting testShutdown
   [junit4]   2> Creating dataDir: /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-solrj/test/J0/./solrtest-CloudSolrServerTest-1395923480381
   [junit4]   2> 23192 T120 oasc.ZkTestServer.run STARTING ZK TEST SERVER
   [junit4]   2> 23194 T121 oasc.ZkTestServer$ZKServerMain.runFromConfig Starting server
   [junit4]   2> 23293 T120 oasc.ZkTestServer.run start zk server on port:39395
   [junit4]   2> 23346 T120 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 69378 T120 oas.SolrTestCaseJ4.tearDown ###Ending testShutdown
   [junit4]   2> 97065 T124 oazsp.FileTxnLog.commit WARN fsync-ing the write ahead log in SyncThread:0 took 73697ms which will adversely effect operation latency. See the ZooKeeper troubleshooting guide
   [junit4]   2> 97080 T122 oazs.NIOServerCnxn.doIO WARN caught end of stream exception EndOfStreamException: Unable to read additional data from client sessionid 0x1450385ef750000, likely client has closed socket
   [junit4]   2> 	at org.apache.zookeeper.server.NIOServerCnxn.doIO(NIOServerCnxn.java:228)
   [junit4]   2> 	at org.apache.zookeeper.server.NIOServerCnxnFactory.run(NIOServerCnxnFactory.java:208)
   [junit4]   2> 	at java.lang.Thread.run(Thread.java:744)
   [junit4]   2> 
   [junit4]   2> 97083 T122 oazs.NIOServerCnxnFactory.run WARN Ignoring unexpected runtime exception java.nio.channels.CancelledKeyException
   [junit4]   2> 	at sun.nio.ch.SelectionKeyImpl.ensureValid(SelectionKeyImpl.java:73)
   [junit4]   2> 	at sun.nio.ch.SelectionKeyImpl.readyOps(SelectionKeyImpl.java:87)
   [junit4]   2> 	at org.apache.zookeeper.server.NIOServerCnxnFactory.run(NIOServerCnxnFactory.java:187)
   [junit4]   2> 	at java.lang.Thread.run(Thread.java:744)
   [junit4]   2> 
   [junit4]   2> 97084 T122 oazs.NIOServerCnxn.doIO WARN caught end of stream exception EndOfStreamException: Unable to read additional data from client sessionid 0x1450385ef750002, likely client has closed socket
   [junit4]   2> 	at org.apache.zookeeper.server.NIOServerCnxn.doIO(NIOServerCnxn.java:228)
   [junit4]   2> 	at org.apache.zookeeper.server.NIOServerCnxnFactory.run(NIOServerCnxnFactory.java:208)
   [junit4]   2> 	at java.lang.Thread.run(Thread.java:744)
   [junit4]   2> 
   [junit4]   2> 97085 T122 oazs.NIOServerCnxn.doIO WARN caught end of stream exception EndOfStreamException: Unable to read additional data from client sessionid 0x1450385ef750003, likely client has closed socket
   [junit4]   2> 	at org.apache.zookeeper.server.NIOServerCnxn.doIO(NIOServerCnxn.java:228)
   [junit4]   2> 	at org.apache.zookeeper.server.NIOServerCnxnFactory.run(NIOServerCnxnFactory.java:208)
   [junit4]   2> 	at java.lang.Thread.run(Thread.java:744)
   [junit4]   2> 
   [junit4]   2> 97086 T120 oasc.ZkTestServer.send4LetterWord connecting to 127.0.0.1:39395 39395
   [junit4]   1> client port:0.0.0.0/0.0.0.0:0
   [junit4]   2> NOTE: reproduce with: ant test  -Dtestcase=CloudSolrServerTest -Dtests.method=testShutdown -Dtests.seed=B05A88AD26E3FE87 -Dtests.multiplier=3 -Dtests.slow=true -Dtests.locale=lv_LV -Dtests.timezone=Asia/Makassar -Dtests.file.encoding=ISO-8859-1
   [junit4] ERROR   74.0s J0 | CloudSolrServerTest.testShutdown <<<
   [junit4]    > Throwable #1: org.apache.solr.common.SolrException: java.util.concurrent.TimeoutException: Could not connect to ZooKeeper 127.0.0.1:39395 within 45000 ms
   [junit4]    > 	at __randomizedtesting.SeedInfo.seed([B05A88AD26E3FE87:532C8138C1996BF5]:0)
   [junit4]    > 	at org.apache.solr.common.cloud.SolrZkClient.<init>(SolrZkClient.java:150)
   [junit4]    > 	at org.apache.solr.common.cloud.SolrZkClient.<init>(SolrZkClient.java:101)
   [junit4]    > 	at org.apache.solr.common.cloud.SolrZkClient.<init>(SolrZkClient.java:91)
   [junit4]    > 	at org.apache.solr.cloud.AbstractZkTestCase.buildZooKeeper(AbstractZkTestCase.java:91)
   [junit4]    > 	at org.apache.solr.cloud.AbstractZkTestCase.buildZooKeeper(AbstractZkTestCase.java:85)
   [junit4]    > 	at org.apache.solr.cloud.AbstractDistribZkTestBase.setUp(AbstractDistribZkTestBase.java:77)
   [junit4]    > 	at org.apache.solr.cloud.AbstractFullDistribZkTestBase.setUp(AbstractFullDistribZkTestBase.java:201)
   [junit4]    > 	at org.apache.solr.client.solrj.impl.CloudSolrServerTest.setUp(CloudSolrServerTest.java:95)
   [junit4]    > 	at java.lang.Thread.run(Thread.java:744)
   [junit4]    > Caused by: java.util.concurrent.TimeoutException: Could not connect to ZooKeeper 127.0.0.1:39395 within 45000 ms
   [junit4]    > 	at org.apache.solr.common.cloud.ConnectionManager.waitForConnected(ConnectionManager.java:223)
   [junit4]    > 	at org.apache.solr.common.cloud.SolrZkClient.<init>(SolrZkClient.java:142)
   [junit4]    > 	... 45 more
   [junit4]   2> 97233 T120 oas.SolrTestCaseJ4.setUp ###Starting testDistribSearch
   [junit4]   2> Creating dataDir: /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-solrj/test/J0/./solrtest-CloudSolrServerTest-1395923554425
   [junit4]   2> 97234 T120 oasc.ZkTestServer.run STARTING ZK TEST SERVER
   [junit4]   2> 97234 T128 oasc.ZkTestServer$ZKServerMain.runFromConfig Starting server
   [junit4]   2> 97335 T120 oasc.ZkTestServer.run start zk server on port:57546
   [junit4]   2> 97336 T120 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 97340 T134 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@19bdc58 name:ZooKeeperConnection Watcher:127.0.0.1:57546 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 97341 T120 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 97343 T120 oascc.SolrZkClient.makePath makePath: /solr
   [junit4]   2> 97366 T120 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 97367 T136 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@14bc924 name:ZooKeeperConnection Watcher:127.0.0.1:57546/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 97367 T120 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 97374 T120 oascc.SolrZkClient.makePath makePath: /collections/collection1
   [junit4]   2> 97378 T120 oascc.SolrZkClient.makePath makePath: /collections/collection1/shards
   [junit4]   2> 97382 T120 oascc.SolrZkClient.makePath makePath: /collections/control_collection
   [junit4]   2> 97387 T120 oascc.SolrZkClient.makePath makePath: /collections/control_collection/shards
   [junit4]   2> 97390 T120 oasc.AbstractZkTestCase.putConfig put /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/solrj/src/test-files/solrj/solr/collection1/conf/solrconfig.xml to /configs/conf1/solrconfig.xml
   [junit4]   2> 97391 T120 oascc.SolrZkClient.makePath makePath: /configs/conf1/solrconfig.xml
   [junit4]   2> 97397 T120 oasc.AbstractZkTestCase.putConfig put /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/solrj/src/test-files/solrj/solr/collection1/conf/schema.xml to /configs/conf1/schema.xml
   [junit4]   2> 97397 T120 oascc.SolrZkClient.makePath makePath: /configs/conf1/schema.xml
   [junit4]   2> 97404 T120 oasc.AbstractZkTestCase.putConfig skipping /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/solrj/src/test-files/solrj/solr/collection1/conf/solrconfig.snippet.randomindexconfig.xml because it doesn't exist
   [junit4]   2> 97405 T120 oasc.AbstractZkTestCase.putConfig skipping /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/solrj/src/test-files/solrj/solr/collection1/conf/stopwords.txt because it doesn't exist
   [junit4]   2> 97405 T120 oasc.AbstractZkTestCase.putConfig skipping /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/solrj/src/test-files/solrj/solr/collection1/conf/protwords.txt because it doesn't exist
   [junit4]   2> 97405 T120 oasc.AbstractZkTestCase.putConfig skipping /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/solrj/src/test-files/solrj/solr/collection1/conf/currency.xml because it doesn't exist
   [junit4]   2> 97406 T120 oasc.AbstractZkTestCase.putConfig skipping /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/solrj/src/test-files/solrj/solr/collection1/conf/enumsConfig.xml because it doesn't exist
   [junit4]   2> 97406 T120 oasc.AbstractZkTestCase.putConfig skipping /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/solrj/src/test-files/solrj/solr/collection1/conf/open-exchange-rates.json because it doesn't exist
   [junit4]   2> 97406 T120 oasc.AbstractZkTestCase.putConfig skipping /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/solrj/src/test-files/solrj/solr/collection1/conf/mapping-ISOLatin1Accent.txt because it doesn't exist
   [junit4]   2> 97407 T120 oasc.AbstractZkTestCase.putConfig skipping /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/solrj/src/test-files/solrj/solr/collection1/conf/old_synonyms.txt because it doesn't exist
   [junit4]   2> 97407 T120 oasc.AbstractZkTestCase.putConfig skipping /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/solrj/src/test-files/solrj/solr/collection1/conf/synonyms.txt because it doesn't exist
   [junit4]   2> 97416 T120 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 97418 T138 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@9f4e9b name:ZooKeeperConnection Watcher:127.0.0.1:57546/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 97418 T120 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 97532 T120 oejs.Server.doStart jetty-8.1.10.v20130312
   [junit4]   2> 97770 T120 oejus.SslContextFactory.doStart Enabled Protocols [SSLv2Hello, SSLv3, TLSv1, TLSv1.1, TLSv1.2] of [SSLv2Hello, SSLv3, TLSv1, TLSv1.1, TLSv1.2]
   [junit4]   2> 97775 T120 oejs.AbstractConnector.doStart Started SslSelectChannelConnector@127.0.0.1:57625
   [junit4]   2> 97778 T120 oass.SolrDispatchFilter.init SolrDispatchFilter.init()
   [junit4]   2> 97779 T120 oasc.SolrResourceLoader.locateSolrHome JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 97779 T120 oasc.SolrResourceLoader.locateSolrHome using system property solr.solr.home: ./org.apache.solr.client.solrj.impl.CloudSolrServerTest-controljetty-1395923554612
   [junit4]   2> 97780 T120 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: './org.apache.solr.client.solrj.impl.CloudSolrServerTest-controljetty-1395923554612/'
   [junit4]   2> 97797 T120 oasc.ConfigSolr.fromFile Loading container configuration from /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-solrj/test/J0/./org.apache.solr.client.solrj.impl.CloudSolrServerTest-controljetty-1395923554612/solr.xml
   [junit4]   2> 97850 T120 oasc.CoreContainer.<init> New CoreContainer 14585073
   [junit4]   2> 97851 T120 oasc.CoreContainer.load Loading cores into CoreContainer [instanceDir=./org.apache.solr.client.solrj.impl.CloudSolrServerTest-controljetty-1395923554612/]
   [junit4]   2> 97852 T120 oashc.HttpShardHandlerFactory.getParameter Setting socketTimeout to: 90000
   [junit4]   2> 97852 T120 oashc.HttpShardHandlerFactory.getParameter Setting urlScheme to: 
   [junit4]   2> 97853 T120 oashc.HttpShardHandlerFactory.getParameter Setting connTimeout to: 15000
   [junit4]   2> 97853 T120 oashc.HttpShardHandlerFactory.getParameter Setting maxConnectionsPerHost to: 20
   [junit4]   2> 97853 T120 oashc.HttpShardHandlerFactory.getParameter Setting corePoolSize to: 0
   [junit4]   2> 97854 T120 oashc.HttpShardHandlerFactory.getParameter Setting maximumPoolSize to: 2147483647
   [junit4]   2> 97854 T120 oashc.HttpShardHandlerFactory.getParameter Setting maxThreadIdleTime to: 5
   [junit4]   2> 97855 T120 oashc.HttpShardHandlerFactory.getParameter Setting sizeOfQueue to: -1
   [junit4]   2> 97855 T120 oashc.HttpShardHandlerFactory.getParameter Setting fairnessPolicy to: false
   [junit4]   2> 97858 T120 oasl.LogWatcher.createWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory
   [junit4]   2> 97859 T120 oasl.LogWatcher.newRegisteredLogWatcher Registering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)]
   [junit4]   2> 97859 T120 oasc.CoreContainer.load Host Name: 127.0.0.1
   [junit4]   2> 97860 T120 oasc.ZkContainer.initZooKeeper Zookeeper client=127.0.0.1:57546/solr
   [junit4]   2> 97869 T120 oasc.ZkController.checkChrootPath zkHost includes chroot
   [junit4]   2> 97870 T120 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 97873 T149 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@534778 name:ZooKeeperConnection Watcher:127.0.0.1:57546 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 97873 T120 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 97909 T120 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 97909 T151 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@1b64c99 name:ZooKeeperConnection Watcher:127.0.0.1:57546/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 97910 T120 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 97928 T120 oascc.SolrZkClient.makePath makePath: /overseer/queue
   [junit4]   2> 97935 T120 oascc.SolrZkClient.makePath makePath: /overseer/collection-queue-work
   [junit4]   2> 97942 T120 oascc.SolrZkClient.makePath makePath: /overseer/collection-map-running
   [junit4]   2> 97948 T120 oascc.SolrZkClient.makePath makePath: /overseer/collection-map-completed
   [junit4]   2> 97955 T120 oascc.SolrZkClient.makePath makePath: /overseer/collection-map-failure
   [junit4]   2> 97979 T120 oascc.SolrZkClient.makePath makePath: /live_nodes
   [junit4]   2> 97981 T120 oasc.ZkController.createEphemeralLiveNode Register node as live in ZooKeeper:/live_nodes/127.0.0.1:57625_f_%2Ff
   [junit4]   2> 97986 T120 oascc.SolrZkClient.makePath makePath: /live_nodes/127.0.0.1:57625_f_%2Ff
   [junit4]   2> 98004 T120 oascc.SolrZkClient.makePath makePath: /overseer_elect
   [junit4]   2> 98018 T120 oascc.SolrZkClient.makePath makePath: /overseer_elect/election
   [junit4]   2> 98032 T120 oasc.OverseerElectionContext.runLeaderProcess I am going to be the leader 127.0.0.1:57625_f_%2Ff
   [junit4]   2> 98033 T120 oascc.SolrZkClient.makePath makePath: /overseer_elect/leader
   [junit4]   2> 98052 T120 oasc.Overseer.start Overseer (id=91483246062927876-127.0.0.1:57625_f_%2Ff-n_0000000000) starting
   [junit4]   2> 98066 T120 oascc.SolrZkClient.makePath makePath: /overseer/queue-work
   [junit4]   2> 98093 T153 oasc.OverseerCollectionProcessor.run Process current queue of collection creations
   [junit4]   2> 98094 T120 oascc.SolrZkClient.makePath makePath: /clusterstate.json
   [junit4]   2> 98096 T153 oasc.OverseerCollectionProcessor.prioritizeOverseerNodes prioritizing overseer nodes
   [junit4]   2> 98097 T120 oascc.SolrZkClient.makePath makePath: /aliases.json
   [junit4]   2> 98099 T120 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
   [junit4]   2> 98108 T152 oasc.Overseer$ClusterStateUpdater.run Starting to work on the main queue
   [junit4]   2> 98118 T154 oasc.ZkController.publish publishing core=collection1 state=down collection=control_collection
   [junit4]   2> 98118 T154 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
   [junit4]   2> 98121 T151 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 98122 T154 oasc.ZkController.waitForCoreNodeName look for our core node name
   [junit4]   2> 98127 T152 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
   [junit4]   2> 98128 T152 oasc.Overseer$ClusterStateUpdater.updateState Update state numShards=1 message={
   [junit4]   2> 	  "operation":"state",
   [junit4]   2> 	  "state":"down",
   [junit4]   2> 	  "base_url":"https://127.0.0.1:57625/f_/f",
   [junit4]   2> 	  "core":"collection1",
   [junit4]   2> 	  "roles":null,
   [junit4]   2> 	  "node_name":"127.0.0.1:57625_f_%2Ff",
   [junit4]   2> 	  "shard":null,
   [junit4]   2> 	  "collection":"control_collection",
   [junit4]   2> 	  "numShards":"1",
   [junit4]   2> 	  "core_node_name":null}
   [junit4]   2> 98128 T152 oasc.Overseer$ClusterStateUpdater.createCollection Create collection control_collection with shards [shard1]
   [junit4]   2> 98135 T152 oasc.Overseer$ClusterStateUpdater.updateState Assigning new node to shard shard=shard1
   [junit4]   2> 98139 T151 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 98147 T151 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 1)
   [junit4]   2> 99122 T154 oasc.ZkController.waitForShardId waiting to find shard id in clusterstate for collection1
   [junit4]   2> 99123 T154 oasc.ZkController.createCollectionZkNode Check for collection zkNode:control_collection
   [junit4]   2> 99124 T154 oasc.ZkController.createCollectionZkNode Collection zkNode exists
   [junit4]   2> 99124 T154 oascc.ZkStateReader.readConfigName Load collection config from:/collections/control_collection
   [junit4]   2> 99126 T154 oascc.ZkStateReader.readConfigName path=/collections/control_collection configName=conf1 specified config exists in ZooKeeper
   [junit4]   2> 99126 T154 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: './org.apache.solr.client.solrj.impl.CloudSolrServerTest-controljetty-1395923554612/collection1/'
   [junit4]   2> 99166 T154 oasc.SolrConfig.<init> Using Lucene MatchVersion: LUCENE_48
   [junit4]   2> 99196 T154 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig.xml
   [junit4]   2> 99198 T154 oass.IndexSchema.readSchema Reading Solr Schema from schema.xml
   [junit4]   2> 99215 T154 oass.IndexSchema.readSchema [collection1] Schema name=test
   [junit4]   2> 99264 T154 oasc.SolrResourceLoader.findClass WARN Solr loaded a deprecated plugin/analysis class [solr.SortableIntField]. Please consult documentation how to replace it accordingly.
   [junit4]   2> 99269 T154 oasc.SolrResourceLoader.findClass WARN Solr loaded a deprecated plugin/analysis class [solr.SortableLongField]. Please consult documentation how to replace it accordingly.
   [junit4]   2> 99274 T154 oasc.SolrResourceLoader.findClass WARN Solr loaded a deprecated plugin/analysis class [solr.SortableFloatField]. Please consult documentation how to replace it accordingly.
   [junit4]   2> 99280 T154 oasc.SolrResourceLoader.findClass WARN Solr loaded a deprecated plugin/analysis class [solr.SortableDoubleField]. Please consult documentation how to replace it accordingly.
   [junit4]   2> 99567 T154 oass.IndexSchema.readSchema default search field in schema is text
   [junit4]   2> 99569 T154 oass.IndexSchema.readSchema unique key field: id
   [junit4]   2> 99571 T154 oass.IndexSchema.readSchema WARN Field lowerfilt1and2 is not multivalued and destination for multiple copyFields (2)
   [junit4]   2> 99571 T154 oass.IndexSchema.readSchema WARN Field text is not multivalued and destination for multiple copyFields (3)
   [junit4]   2> 99574 T154 oasc.CoreContainer.create Creating SolrCore 'collection1' using configuration from collection control_collection
   [junit4]   2> 99574 T154 oasc.SolrCore.initDirectoryFactory org.apache.solr.core.MockDirectoryFactory
   [junit4]   2> 99574 T154 oasc.SolrCore.<init> [collection1] Opening new SolrCore at ./org.apache.solr.client.solrj.impl.CloudSolrServerTest-controljetty-1395923554612/collection1/, dataDir=./org.apache.solr.client.solrj.impl.CloudSolrServerTest-1395923554425/control/data/
   [junit4]   2> 99575 T154 oasc.SolrCore.<init> JMX monitoring not detected for core: collection1
   [junit4]   2> 99575 T154 oasc.CachingDirectoryFactory.get return new directory for ./org.apache.solr.client.solrj.impl.CloudSolrServerTest-1395923554425/control/data
   [junit4]   2> 99575 T154 oasc.SolrCore.getNewIndexDir New index directory detected: old=null new=./org.apache.solr.client.solrj.impl.CloudSolrServerTest-1395923554425/control/data/index/
   [junit4]   2> 99576 T154 oasc.SolrCore.initIndex WARN [collection1] Solr index directory './org.apache.solr.client.solrj.impl.CloudSolrServerTest-1395923554425/control/data/index' doesn't exist. Creating new index...
   [junit4]   2> 99576 T154 oasc.CachingDirectoryFactory.get return new directory for ./org.apache.solr.client.solrj.impl.CloudSolrServerTest-1395923554425/control/data/index
   [junit4]   2> 99577 T154 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits: num=1
   [junit4]   2> 		commit{dir=MockDirectoryWrapper(RAMDirectory@11fdc12 lockFactory=NativeFSLockFactory@./org.apache.solr.client.solrj.impl.CloudSolrServerTest-1395923554425/control/data/index),segFN=segments_1,generation=1}
   [junit4]   2> 99578 T154 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1
   [junit4]   2> 99579 T154 oasc.SolrCore.loadUpdateProcessorChains no updateRequestProcessorChain defined as default, creating implicit default
   [junit4]   2> 99579 T154 oasc.RequestHandlers.initHandlersFromConfig created /get: solr.RealTimeGetHandler
   [junit4]   2> 99579 T154 oasc.RequestHandlers.initHandlersFromConfig adding lazy requestHandler: solr.ReplicationHandler
   [junit4]   2> 99579 T154 oasc.RequestHandlers.initHandlersFromConfig created /replication: solr.ReplicationHandler
   [junit4]   2> 99580 T154 oasc.RequestHandlers.initHandlersFromConfig created standard: solr.StandardRequestHandler
   [junit4]   2> 99580 T154 oasc.RequestHandlers.initHandlersFromConfig created /update: solr.UpdateRequestHandler
   [junit4]   2> 99580 T154 oasc.RequestHandlers.initHandlersFromConfig created /admin/: org.apache.solr.handler.admin.AdminHandlers
   [junit4]   2> 99580 T154 oasc.RequestHandlers.initHandlersFromConfig created /admin/ping: solr.PingRequestHandler
   [junit4]   2> 99583 T154 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 99585 T154 oasu.CommitTracker.<init> Hard AutoCommit: disabled
   [junit4]   2> 99585 T154 oasu.CommitTracker.<init> Soft AutoCommit: disabled
   [junit4]   2> 99586 T154 oasc.SolrDeletionPolicy.onInit SolrDeletionPolicy.onInit: commits: num=1
   [junit4]   2> 		commit{dir=MockDirectoryWrapper(RAMDirectory@11fdc12 lockFactory=NativeFSLockFactory@./org.apache.solr.client.solrj.impl.CloudSolrServerTest-1395923554425/control/data/index),segFN=segments_1,generation=1}
   [junit4]   2> 99586 T154 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1
   [junit4]   2> 99587 T154 oass.SolrIndexSearcher.<init> Opening Searcher@d02c9a[collection1] main
   [junit4]   2> 99587 T155 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@d02c9a[collection1] main{StandardDirectoryReader(segments_1:1:nrt)}
   [junit4]   2> 99588 T154 oasc.CoreContainer.registerCore registering core: collection1
   [junit4]   2> 99589 T158 oasc.ZkController.register Register replica - core:collection1 address:https://127.0.0.1:57625/f_/f collection:control_collection shard:shard1
   [junit4]   2> 99590 T120 oass.SolrDispatchFilter.init user.dir=/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-solrj/test/J0
   [junit4]   2> 99590 T120 oass.SolrDispatchFilter.init SolrDispatchFilter.init() done
   [junit4]   2> 99595 T158 oascc.SolrZkClient.makePath makePath: /collections/control_collection/leader_elect/shard1/election
   [junit4]   2> 99603 T120 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 99606 T158 oasc.ShardLeaderElectionContext.runLeaderProcess Running the leader process for shard shard1
   [junit4]   2> 99605 T160 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@1dca937 name:ZooKeeperConnection Watcher:127.0.0.1:57546/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 99607 T120 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 99609 T120 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
   [junit4]   2> 99609 T151 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 99610 T158 oasc.ShardLeaderElectionContext.waitForReplicasToComeUp Enough replicas found to continue.
   [junit4]   2> 99611 T158 oasc.ShardLeaderElectionContext.runLeaderProcess I may be the new leader - try and sync
   [junit4]   2> ASYNC  NEW_CORE C12 name=collection1 org.apache.solr.core.SolrCore@168beeb url=https://127.0.0.1:57625/f_/f/collection1 node=127.0.0.1:57625_f_%2Ff C12_STATE=coll:control_collection core:collection1 props:{state=down, base_url=https://127.0.0.1:57625/f_/f, core=collection1, node_name=127.0.0.1:57625_f_%2Ff}
   [junit4]   2> 99612 T158 C12 P57625 oasc.SyncStrategy.sync Sync replicas to https://127.0.0.1:57625/f_/f/collection1/
   [junit4]   2> 99612 T158 C12 P57625 oasc.SyncStrategy.syncReplicas Sync Success - now sync replicas to me
   [junit4]   2> 99612 T158 C12 P57625 oasc.SyncStrategy.syncToMe https://127.0.0.1:57625/f_/f/collection1/ has no replicas
   [junit4]   2> 99612 T158 oasc.ShardLeaderElectionContext.runLeaderProcess I am the new leader: https://127.0.0.1:57625/f_/f/collection1/ shard1
   [junit4]   2> 99614 T158 oascc.SolrZkClient.makePath makePath: /collections/control_collection/leaders/shard1
   [junit4]   2> 99614 T152 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
   [junit4]   2> 99617 T120 oasc.ChaosMonkey.monkeyLog monkey: init - expire sessions:false cause connection loss:false
   [junit4]   2> 99671 T120 oasc.AbstractFullDistribZkTestBase.createJettys create jetty 1
   [junit4]   2> 99675 T120 oejs.Server.doStart jetty-8.1.10.v20130312
   [junit4]   2> 99685 T151 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 99688 T120 oejus.SslContextFactory.doStart Enabled Protocols [SSLv2Hello, SSLv3, TLSv1, TLSv1.1, TLSv1.2] of [SSLv2Hello, SSLv3, TLSv1, TLSv1.1, TLSv1.2]
   [junit4]   2> 99688 T160 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 1)
   [junit4]   2> 99688 T151 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 1)
   [junit4]   2> 99701 T120 oejs.AbstractConnector.doStart Started SslSelectChannelConnector@127.0.0.1:40580
   [junit4]   2> 99704 T120 oass.SolrDispatchFilter.init SolrDispatchFilter.init()
   [junit4]   2> 99704 T120 oasc.SolrResourceLoader.locateSolrHome JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 99707 T120 oasc.SolrResourceLoader.locateSolrHome using system property solr.solr.home: ../../../../../../../../../../mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-solrj/test/J0/./org.apache.solr.client.solrj.impl.CloudSolrServerTest-jetty1-1395923556808
   [junit4]   2> 99708 T120 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '../../../../../../../../../../mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-solrj/test/J0/./org.apache.solr.client.solrj.impl.CloudSolrServerTest-jetty1-1395923556808/'
   [junit4]   2> 99708 T152 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
   [junit4]   2> 99714 T151 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 99722 T120 oasc.ConfigSolr.fromFile Loading container configuration from /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-solrj/test/J0/../../../../../../../../../../mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-solrj/test/J0/./org.apache.solr.client.solrj.impl.CloudSolrServerTest-jetty1-1395923556808/solr.xml
   [junit4]   2> 99755 T120 oasc.CoreContainer.<init> New CoreContainer 24989699
   [junit4]   2> 99755 T120 oasc.CoreContainer.load Loading cores into CoreContainer [instanceDir=../../../../../../../../../../mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-solrj/test/J0/./org.apache.solr.client.solrj.impl.CloudSolrServerTest-jetty1-1395923556808/]
   [junit4]   2> 99756 T120 oashc.HttpShardHandlerFactory.getParameter Setting socketTimeout to: 90000
   [junit4]   2> 99756 T120 oashc.HttpShardHandlerFactory.getParameter Setting urlScheme to: 
   [junit4]   2> 99757 T120 oashc.HttpShardHandlerFactory.getParameter Setting connTimeout to: 15000
   [junit4]   2> 99757 T120 oashc.HttpShardHandlerFactory.getParameter Setting maxConnectionsPerHost to: 20
   [junit4]   2> 99758 T120 oashc.HttpShardHandlerFactory.getParameter Setting corePoolSize to: 0
   [junit4]   2> 99758 T120 oashc.HttpShardHandlerFactory.getParameter Setting maximumPoolSize to: 2147483647
   [junit4]   2> 99758 T120 oashc.HttpShardHandlerFactory.getParameter Setting maxThreadIdleTime to: 5
   [junit4]   2> 99759 T120 oashc.HttpShardHandlerFactory.getParameter Setting sizeOfQueue to: -1
   [junit4]   2> 99759 T120 oashc.HttpShardHandlerFactory.getParameter Setting fairnessPolicy to: false
   [junit4]   2> 99764 T120 oasl.LogWatcher.createWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory
   [junit4]   2> 99764 T120 oasl.LogWatcher.newRegisteredLogWatcher Registering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)]
   [junit4]   2> 99764 T120 oasc.CoreContainer.load Host Name: 127.0.0.1
   [junit4]   2> 99765 T120 oasc.ZkContainer.initZooKeeper Zookeeper client=127.0.0.1:57546/solr
   [junit4]   2> 99765 T120 oasc.ZkController.checkChrootPath zkHost includes chroot
   [junit4]   2> 99766 T120 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 99769 T171 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@1f38d90 name:ZooKeeperConnection Watcher:127.0.0.1:57546 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 99769 T120 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 99771 T120 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 99773 T173 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@2b2ba9 name:ZooKeeperConnection Watcher:127.0.0.1:57546/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 99774 T120 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 99783 T120 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
   [junit4]   2> 99817 T151 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 1)
   [junit4]   2> 99817 T173 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 1)
   [junit4]   2> 99817 T160 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 1)
   [junit4]   2> 99856 T158 oasc.ZkController.register We are https://127.0.0.1:57625/f_/f/collection1/ and leader is https://127.0.0.1:57625/f_/f/collection1/
   [junit4]   2> 99857 T158 oasc.ZkController.register No LogReplay needed for core=collection1 baseURL=https://127.0.0.1:57625/f_/f
   [junit4]   2> 99857 T158 oasc.ZkController.checkRecovery I am the leader, no recovery necessary
   [junit4]   2> 99857 T158 oasc.ZkController.publish publishing core=collection1 state=active collection=control_collection
   [junit4]   2> 99857 T158 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
   [junit4]   2> 99859 T151 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 99859 T151 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 99859 T151 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 99860 T158 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
   [junit4]   2> 99862 T152 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
   [junit4]   2> 99863 T152 oasc.Overseer$ClusterStateUpdater.updateState Update state numShards=2 message={
   [junit4]   2> 	  "operation":"state",
   [junit4]   2> 	  "state":"active",
   [junit4]   2> 	  "base_url":"https://127.0.0.1:57625/f_/f",
   [junit4]   2> 	  "core":"collection1",
   [junit4]   2> 	  "roles":null,
   [junit4]   2> 	  "node_name":"127.0.0.1:57625_f_%2Ff",
   [junit4]   2> 	  "shard":"shard1",
   [junit4]   2> 	  "collection":"control_collection",
   [junit4]   2> 	  "numShards":"2",
   [junit4]   2> 	  "core_node_name":"core_node1"}
   [junit4]   2> 99867 T151 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 99972 T151 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 1)
   [junit4]   2> 99972 T173 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 1)
   [junit4]   2> 99972 T160 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 1)
   [junit4]   2> 100789 T120 oasc.ZkController.createEphemeralLiveNode Register node as live in ZooKeeper:/live_nodes/127.0.0.1:40580_f_%2Ff
   [junit4]   2> 100790 T120 oascc.SolrZkClient.makePath makePath: /live_nodes/127.0.0.1:40580_f_%2Ff
   [junit4]   2> 100793 T151 oascc.ZkStateReader$3.process Updating live nodes... (2)
   [junit4]   2> 100793 T160 oascc.ZkStateReader$3.process Updating live nodes... (2)
   [junit4]   2> 100793 T173 oascc.ZkStateReader$3.process Updating live nodes... (2)
   [junit4]   2> 100803 T174 oasc.ZkController.publish publishing core=collection1 state=down collection=collection1
   [junit4]   2> 100804 T174 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
   [junit4]   2> 100806 T151 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 100806 T174 oasc.ZkController.waitForCoreNodeName look for our core node name
   [junit4]   2> 100806 T151 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 100806 T151 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 100808 T152 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
   [junit4]   2> 100809 T152 oasc.Overseer$ClusterStateUpdater.updateState Update state numShards=2 message={
   [junit4]   2> 	  "operation":"state",
   [junit4]   2> 	  "state":"down",
   [junit4]   2> 	  "base_url":"https://127.0.0.1:40580/f_/f",
   [junit4]   2> 	  "core":"collection1",
   [junit4]   2> 	  "roles":null,
   [junit4]   2> 	  "node_name":"127.0.0.1:40580_f_%2Ff",
   [junit4]   2> 	  "shard":null,
   [junit4]   2> 	  "collection":"collection1",
   [junit4]   2> 	  "numShards":"2",
   [junit4]   2> 	  "core_node_name":null}
   [junit4]   2> 100809 T152 oasc.Overseer$ClusterStateUpdater.createCollection Create collection collection1 with shards [shard1, shard2]
   [junit4]   2> 100810 T152 oasc.Overseer$ClusterStateUpdater.updateState Assigning new node to shard shard=shard2
   [junit4]   2> 100815 T151 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 100920 T173 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 2)
   [junit4]   2> 100920 T160 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 2)
   [junit4]   2> 100920 T151 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 2)
   [junit4]   2> 101806 T174 oasc.ZkController.waitForShardId waiting to find shard id in clusterstate for collection1
   [junit4]   2> 101807 T174 oasc.ZkController.createCollectionZkNode Check for collection zkNode:collection1
   [junit4]   2> 101808 T174 oasc.ZkController.createCollectionZkNode Collection zkNode exists
   [junit4]   2> 101808 T174 oascc.ZkStateReader.readConfigName Load collection config from:/collections/collection1
   [junit4]   2> 101811 T174 oascc.ZkStateReader.readConfigName path=/collections/collection1 configName=conf1 specified config exists in ZooKeeper
   [junit4]   2> 101811 T174 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '../../../../../../../../../../mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-solrj/test/J0/./org.apache.solr.client.solrj.impl.CloudSolrServerTest-jetty1-1395923556808/collection1/'
   [junit4]   2> 101873 T174 oasc.SolrConfig.<init> Using Lucene MatchVersion: LUCENE_48
   [junit4]   2> 101895 T174 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig.xml
   [junit4]   2> 101898 T174 oass.IndexSchema.readSchema Reading Solr Schema from schema.xml
   [junit4]   2> 101908 T174 oass.IndexSchema.readSchema [collection1] Schema name=test
   [junit4]   2> 102143 T174 oass.IndexSchema.readSchema default search field in schema is text
   [junit4]   2> 102144 T174 oass.IndexSchema.readSchema unique key field: id
   [junit4]   2> 102146 T174 oass.IndexSchema.readSchema WARN Field text is not multivalued and destination for multiple copyFields (3)
   [junit4]   2> 102158 T174 oass.IndexSchema.readSchema WARN Field lowerfilt1and2 is not multivalued and destination for multiple copyFields (2)
   [junit4]   2> 102159 T174 oasc.CoreContainer.create Creating SolrCore 'collection1' using configuration from collection collection1
   [junit4]   2> 102160 T174 oasc.SolrCore.initDirectoryFactory org.apache.solr.core.MockDirectoryFactory
   [junit4]   2> 102160 T174 oasc.SolrCore.<init> [collection1] Opening new SolrCore at ../../../../../../../../../../mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-solrj/test/J0/./org.apache.solr.client.solrj.impl.CloudSolrServerTest-jetty1-1395923556808/collection1/, dataDir=./org.apache.solr.client.solrj.impl.CloudSolrServerTest-1395923554425/jetty1/
   [junit4]   2> 102160 T174 oasc.SolrCore.<init> JMX monitoring not detected for core: collection1
   [junit4]   2> 102161 T174 oasc.CachingDirectoryFactory.get return new directory for ./org.apache.solr.client.solrj.impl.CloudSolrServerTest-1395923554425/jetty1
   [junit4]   2> 102161 T174 oasc.SolrCore.getNewIndexDir New index directory detected: old=null new=./org.apache.solr.client.solrj.impl.CloudSolrServerTest-1395923554425/jetty1/index/
   [junit4]   2> 102162 T174 oasc.SolrCore.initIndex WARN [collection1] Solr index directory './org.apache.solr.client.solrj.impl.CloudSolrServerTest-1395923554425/jetty1/index' doesn't exist. Creating new index...
   [junit4]   2> 102162 T174 oasc.CachingDirectoryFactory.get return new directory for ./org.apache.solr.client.solrj.impl.CloudSolrServerTest-1395923554425/jetty1/index
   [junit4]   2> 102164 T174 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits: num=1
   [junit4]   2> 		commit{dir=MockDirectoryWrapper(RAMDirectory@1a150e5 lockFactory=NativeFSLockFactory@./org.apache.solr.client.solrj.impl.CloudSolrServerTest-1395923554425/jetty1/index),segFN=segments_1,generation=1}
   [junit4]   2> 102164 T174 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1
   [junit4]   2> 102165 T174 oasc.SolrCore.loadUpdateProcessorChains no updateRequestProcessorChain defined as default, creating implicit default
   [junit4]   2> 102166 T174 oasc.RequestHandlers.initHandlersFromConfig created /get: solr.RealTimeGetHandler
   [junit4]   2> 102166 T174 oasc.RequestHandlers.initHandlersFromConfig adding lazy requestHandler: solr.ReplicationHandler
   [junit4]   2> 102166 T174 oasc.RequestHandlers.initHandlersFromConfig created /replication: solr.ReplicationHandler
   [junit4]   2> 102167 T174 oasc.RequestHandlers.initHandlersFromConfig created standard: solr.StandardRequestHandler
   [junit4]   2> 102167 T174 oasc.RequestHandlers.initHandlersFromConfig created /update: solr.UpdateRequestHandler
   [junit4]   2> 102167 T174 oasc.RequestHandlers.initHandlersFromConfig created /admin/: org.apache.solr.handler.admin.AdminHandlers
   [junit4]   2> 102168 T174 oasc.RequestHandlers.initHandlersFromConfig created /admin/ping: solr.PingRequestHandler
   [junit4]   2> 102171 T174 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 102174 T174 oasu.CommitTracker.<init> Hard AutoCommit: disabled
   [junit4]   2> 102175 T174 oasu.CommitTracker.<init> Soft AutoCommit: disabled
   [junit4]   2> 102176 T174 oasc.SolrDeletionPolicy.onInit SolrDeletionPolicy.onInit: commits: num=1
   [junit4]   2> 		commit{dir=MockDirectoryWrapper(RAMDirectory@1a150e5 lockFactory=NativeFSLockFactory@./org.apache.solr.client.solrj.impl.CloudSolrServerTest-1395923554425/jetty1/index),segFN=segments_1,generation=1}
   [junit4]   2> 102176 T174 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1
   [junit4]   2> 102177 T174 oass.SolrIndexSearcher.<init> Opening Searcher@f31f86[collection1] main
   [junit4]   2> 102178 T175 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@f31f86[collection1] main{StandardDirectoryReader(segments_1:1:nrt)}
   [junit4]   2> 102178 T174 oasc.CoreContainer.registerCore registering core: collection1
   [junit4]   2> 102179 T178 oasc.ZkController.register Register replica - core:collection1 address:https://127.0.0.1:40580/f_/f collection:collection1 shard:shard2
   [junit4]   2> 102180 T120 oass.SolrDispatchFilter.init user.dir=/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-solrj/test/J0
   [junit4]   2> 102180 T120 oass.SolrDispatchFilter.init SolrDispatchFilter.init() done
   [junit4]   2> 102180 T178 oascc.SolrZkClient.makePath makePath: /collections/collection1/leader_elect/shard2/election
   [junit4]   2> 102189 T178 oasc.ShardLeaderElectionContext.runLeaderProcess Running the leader process for shard shard2
   [junit4]   2> 102192 T151 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 102193 T151 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 102193 T151 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 102193 T178 oasc.ShardLeaderElectionContext.waitForReplicasToComeUp Enough replicas found to continue.
   [junit4]   2> 102194 T178 oasc.ShardLeaderElectionContext.runLeaderProcess I may be the new leader - try and sync
   [junit4]   2> ASYNC  NEW_CORE C13 name=collection1 org.apache.solr.core.SolrCore@c49a53 url=https://127.0.0.1:40580/f_/f/collection1 node=127.0.0.1:40580_f_%2Ff C13_STATE=coll:collection1 core:collection1 props:{state=down, base_url=https://127.0.0.1:40580/f_/f, core=collection1, node_name=127.0.0.1:40580_f_%2Ff}
   [junit4]   2> 102194 T178 C13 P40580 oasc.SyncStrategy.sync Sync replicas to https://127.0.0.1:40580/f_/f/collection1/
   [junit4]   2> 102195 T178 C13 P40580 oasc.SyncStrategy.syncReplicas Sync Success - now sync replicas to me
   [junit4]   2> 102195 T178 C13 P40580 oasc.SyncStrategy.syncToMe https://127.0.0.1:40580/f_/f/collection1/ has no replicas
   [junit4]   2> 102195 T178 oasc.ShardLeaderElectionContext.runLeaderProcess I am the new leader: https://127.0.0.1:40580/f_/f/collection1/ shard2
   [junit4]   2> 102195 T178 oascc.SolrZkClient.makePath makePath: /collections/collection1/leaders/shard2
   [junit4]   2> 102198 T152 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
   [junit4]   2> 102202 T151 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 102211 T151 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 102217 T151 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 102254 T120 oasc.AbstractFullDistribZkTestBase.createJettys create jetty 2
   [junit4]   2> 102255 T120 oejs.Server.doStart jetty-8.1.10.v20130312
   [junit4]   2> 102259 T120 oejus.SslContextFactory.doStart Enabled Protocols [SSLv2Hello, SSLv3, TLSv1, TLSv1.1, TLSv1.2] of [SSLv2Hello, SSLv3, TLSv1, TLSv1.1, TLSv1.2]
   [junit4]   2> 102262 T120 oejs.AbstractConnector.doStart Started SslSelectChannelConnector@127.0.0.1:50934
   [junit4]   2> 102264 T120 oass.SolrDispatchFilter.init SolrDispatchFilter.init()
   [junit4]   2> 102265 T120 oasc.SolrResourceLoader.locateSolrHome JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 102265 T120 oasc.SolrResourceLoader.locateSolrHome using system property solr.solr.home: ./org.apache.solr.client.solrj.impl.CloudSolrServerTest-jetty2-1395923559373
   [junit4]   2> 102265 T120 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: './org.apache.solr.client.solrj.impl.CloudSolrServerTest-jetty2-1395923559373/'
   [junit4]   2> 102276 T120 oasc.ConfigSolr.fromFile Loading container configuration from /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-solrj/test/J0/./org.apache.solr.client.solrj.impl.CloudSolrServerTest-jetty2-1395923559373/solr.xml
   [junit4]   2> 102305 T120 oasc.CoreContainer.<init> New CoreContainer 14777643
   [junit4]   2> 102305 T120 oasc.CoreContainer.load Loading cores into CoreContainer [instanceDir=./org.apache.solr.client.solrj.impl.CloudSolrServerTest-jetty2-1395923559373/]
   [junit4]   2> 102306 T120 oashc.HttpShardHandlerFactory.getParameter Setting socketTimeout to: 90000
   [junit4]   2> 102307 T120 oashc.HttpShardHandlerFactory.getParameter Setting urlScheme to: 
   [junit4]   2> 102307 T120 oashc.HttpShardHandlerFactory.getParameter Setting connTimeout to: 15000
   [junit4]   2> 102307 T120 oashc.HttpShardHandlerFactory.getParameter Setting maxConnectionsPerHost to: 20
   [junit4]   2> 102308 T120 oashc.HttpShardHandlerFactory.getParameter Setting corePoolSize to: 0
   [junit4]   2> 102308 T120 oashc.HttpShardHandlerFactory.getParameter Setting maximumPoolSize to: 2147483647
   [junit4]   2> 102308 T120 oashc.HttpShardHandlerFactory.getParameter Setting maxThreadIdleTime to: 5
   [junit4]   2> 102309 T120 oashc.HttpShardHandlerFactory.getParameter Setting sizeOfQueue to: -1
   [junit4]   2> 102309 T120 oashc.HttpShardHandlerFactory.getParameter Setting fairnessPolicy to: false
   [junit4]   2> 102312 T120 oasl.LogWatcher.createWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory
   [junit4]   2> 102312 T120 oasl.LogWatcher.newRegisteredLogWatcher Registering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)]
   [junit4]   2> 102313 T120 oasc.CoreContainer.load Host Name: 127.0.0.1
   [junit4]   2> 102313 T120 oasc.ZkContainer.initZooKeeper Zookeeper client=127.0.0.1:57546/solr
   [junit4]   2> 102313 T120 oasc.ZkController.checkChrootPath zkHost includes chroot
   [junit4]   2> 102314 T120 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 102316 T189 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@2d534d name:ZooKeeperConnection Watcher:127.0.0.1:57546 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 102316 T120 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 102320 T120 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 102321 T173 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 2)
   [junit4]   2> 102321 T151 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 2)
   [junit4]   2> 102321 T160 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 2)
   [junit4]   2> 102322 T191 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@e025e6 name:ZooKeeperConnection Watcher:127.0.0.1:57546/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 102322 T120 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 102331 T120 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
   [junit4]   2> 102362 T178 oasc.ZkController.register We are https://127.0.0.1:40580/f_/f/collection1/ and leader is https://127.0.0.1:40580/f_/f/collection1/
   [junit4]   2> 102362 T178 oasc.ZkController.register No LogReplay needed for core=collection1 baseURL=https://127.0.0.1:40580/f_/f
   [junit4]   2> 102362 T178 oasc.ZkController.checkRecovery I am the leader, no recovery necessary
   [junit4]   2> 102363 T178 oasc.ZkController.publish publishing core=collection1 state=active collection=collection1
   [junit4]   2> 102363 T178 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
   [junit4]   2> 102364 T151 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 102364 T151 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 102365 T151 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 102365 T178 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
   [junit4]   2> 102366 T152 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
   [junit4]   2> 102368 T152 oasc.Overseer$ClusterStateUpdater.updateState Update state numShards=2 message={
   [junit4]   2> 	  "operation":"state",
   [junit4]   2> 	  "state":"active",
   [junit4]   2> 	  "base_url":"https://127.0.0.1:40580/f_/f",
   [junit4]   2> 	  "core":"collection1",
   [junit4]   2> 	  "roles":null,
   [junit4]   2> 	  "node_name":"127.0.0.1:40580_f_%2Ff",
   [junit4]   2> 	  "shard":"shard2",
   [junit4]   2> 	  "collection":"collection1",
   [junit4]   2> 	  "numShards":"2",
   [junit4]   2> 	  "core_node_name":"core_node1"}
   [junit4]   2> 102371 T151 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 102477 T160 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 2)
   [junit4]   2> 102478 T191 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 2)
   [junit4]   2> 102478 T151 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 2)
   [junit4]   2> 102478 T173 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 2)
   [junit4]   2> 103336 T120 oasc.ZkController.createEphemeralLiveNode Register node as live in ZooKeeper:/live_nodes/127.0.0.1:50934_f_%2Ff
   [junit4]   2> 103339 T120 oascc.SolrZkClient.makePath makePath: /live_nodes/127.0.0.1:50934_f_%2Ff
   [junit4]   2> 103345 T151 oascc.ZkStateReader$3.process Updating live nodes... (3)
   [junit4]   2> 103345 T160 oascc.ZkStateReader$3.process Updating live nodes... (3)
   [junit4]   2> 103345 T173 oascc.ZkStateReader$3.process Updating live nodes... (3)
   [junit4]   2> 103345 T191 oascc.ZkStateReader$3.process Updating live nodes... (3)
   [junit4]   2> 103363 T192 oasc.ZkController.publish publishing core=collection1 state=down collection=collection1
   [junit4]   2> 103363 T192 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
   [junit4]   2> 103365 T151 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 103366 T192 oasc.ZkController.waitForCoreNodeName look for our core node name
   [junit4]   2> 103366 T151 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 103367 T151 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 103370 T152 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
   [junit4]   2> 103372 T152 oasc.Overseer$ClusterStateUpdater.updateState Update state numShards=2 message={
   [junit4]   2> 	  "operation":"state",
   [junit4]   2> 	  "state":"down",
   [junit4]   2> 	  "base_url":"https://127.0.0.1:50934/f_/f",
   [junit4]   2> 	  "core":"collection1",
   [junit4]   2> 	  "roles":null,
   [junit4]   2> 	  "node_name":"127.0.0.1:50934_f_%2Ff",
   [junit4]   2> 	  "shard":null,
   [junit4]   2> 	  "collection":"collection1",
   [junit4]   2> 	  "numShards":"2",
   [junit4]   2> 	  "core_node_name":null}
   [junit4]   2> 103372 T152 oasc.Overseer$ClusterStateUpdater.updateState Collection already exists with numShards=2
   [junit4]   2> 103373 T152 oasc.Overseer$ClusterStateUpdater.updateState Assigning new node to shard shard=shard1
   [junit4]   2> 103379 T151 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 103484 T151 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 3)
   [junit4]   2> 103485 T191 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 3)
   [junit4]   2> 103485 T160 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 3)
   [junit4]   2> 103485 T173 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 3)
   [junit4]   2> 104366 T192 oasc.ZkController.waitForShardId waiting to find shard id in clusterstate for collection1
   [junit4]   2> 104367 T192 oasc.ZkController.createCollectionZkNode Check for collection zkNode:collection1
   [junit4]   2> 104368 T192 oasc.ZkController.createCollectionZkNode Collection zkNode exists
   [junit4]   2> 104368 T192 oascc.ZkStateReader.readConfigName Load collection config from:/collections/collection1
   [junit4]   2> 104369 T192 oascc.ZkStateReader.readConfigName path=/collections/collection1 configName=conf1 specified config exists in ZooKeeper
   [junit4]   2> 104370 T192 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: './org.apache.solr.client.solrj.impl.CloudSolrServerTest-jetty2-1395923559373/collection1/'
   [junit4]   2> 104403 T192 oasc.SolrConfig.<init> Using Lucene MatchVersion: LUCENE_48
   [junit4]   2> 104439 T192 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig.xml
   [junit4]   2> 104441 T192 oass.IndexSchema.readSchema Reading Solr Schema from schema.xml
   [junit4]   2> 104451 T192 oass.IndexSchema.readSchema [collection1] Schema name=test
   [junit4]   2> 104730 T192 oass.IndexSchema.readSchema default search field in schema is text
   [junit4]   2> 104733 T192 oass.IndexSchema.readSchema unique key field: id
   [junit4]   2> 104734 T192 oass.IndexSchema.readSchema WARN Field lowerfilt1and2 is not multivalued and destination for multiple copyFields (2)
   [junit4]   2> 104735 T192 oass.IndexSchema.readSchema WARN Field text is not multivalued and destination for multiple copyFields (3)
   [junit4]   2> 104735 T192 oasc.CoreContainer.create Creating SolrCore 'collection1' using configuration from collection collection1
   [junit4]   2> 104736 T192 oasc.SolrCore.initDirectoryFactory org.apache.solr.core.MockDirectoryFactory
   [junit4]   2> 104736 T192 oasc.SolrCore.<init> [collection1] Opening new SolrCore at ./org.apache.solr.client.solrj.impl.CloudSolrServerTest-jetty2-1395923559373/collection1/, dataDir=./org.apache.solr.client.solrj.impl.CloudSolrServerTest-1395923554425/jetty2/
   [junit4]   2> 104736 T192 oasc.SolrCore.<init> JMX monitoring not detected for core: collection1
   [junit4]   2> 104737 T192 oasc.CachingDirectoryFactory.get return new directory for ./org.apache.solr.client.solrj.impl.CloudSolrServerTest-1395923554425/jetty2
   [junit4]   2> 104737 T192 oasc.SolrCore.getNewIndexDir New index directory detected: old=null new=./org.apache.solr.client.solrj.impl.CloudSolrServerTest-1395923554425/jetty2/index/
   [junit4]   2> 104738 T192 oasc.SolrCore.initIndex WARN [collection1] Solr index directory './org.apache.solr.client.solrj.impl.CloudSolrServerTest-1395923554425/jetty2/index' doesn't exist. Creating new index...
   [junit4]   2> 104738 T192 oasc.CachingDirectoryFactory.get return new directory for ./org.apache.solr.client.solrj.impl.CloudSolrServerTest-1395923554425/jetty2/index
   [junit4]   2> 104740 T192 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits: num=1
   [junit4]   2> 		commit{dir=MockDirectoryWrapper(RAMDirectory@19fc67 lockFactory=NativeFSLockFactory@./org.apache.solr.client.solrj.impl.CloudSolrServerTest-1395923554425/jetty2/index),segFN=segments_1,generation=1}
   [junit4]   2> 104740 T192 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1
   [junit4]   2> 104741 T192 oasc.SolrCore.loadUpdateProcessorChains no updateRequestProcessorChain defined as default, creating implicit default
   [junit4]   2> 104742 T192 oasc.RequestHandlers.initHandlersFromConfig created /get: solr.RealTimeGetHandler
   [junit4]   2> 104742 T192 oasc.RequestHandlers.initHandlersFromConfig adding lazy requestHandler: solr.ReplicationHandler
   [junit4]   2> 104742 T192 oasc.RequestHandlers.initHandlersFromConfig created /replication: solr.ReplicationHandler
   [junit4]   2> 104743 T192 oasc.RequestHandlers.initHandlersFromConfig created standard: solr.StandardRequestHandler
   [junit4]   2> 104743 T192 oasc.RequestHandlers.initHandlersFromConfig created /update: solr.UpdateRequestHandler
   [junit4]   2> 104743 T192 oasc.RequestHandlers.initHandlersFromConfig created /admin/: org.apache.solr.handler.admin.AdminHandlers
   [junit4]   2> 104744 T192 oasc.RequestHandlers.initHandlersFromConfig created /admin/ping: solr.PingRequestHandler
   [junit4]   2> 104746 T192 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 104748 T192 oasu.CommitTracker.<init> Hard AutoCommit: disabled
   [junit4]   2> 104748 T192 oasu.CommitTracker.<init> Soft AutoCommit: disabled
   [junit4]   2> 104750 T192 oasc.SolrDeletionPolicy.onInit SolrDeletionPolicy.onInit: commits: num=1
   [junit4]   2> 		commit{dir=MockDirectoryWrapper(RAMDirectory@19fc67 lockFactory=NativeFSLockFactory@./org.apache.solr.client.solrj.impl.CloudSolrServerTest-1395923554425/jetty2/index),segFN=segments_1,generation=1}
   [junit4]   2> 104750 T192 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1
   [junit4]   2> 104751 T192 oass.SolrIndexSearcher.<init> Opening Searcher@6386b9[collection1] main
   [junit4]   2> 104752 T192 oasc.CoreContainer.registerCore registering core: collection1
   [junit4]   2> 104752 T193 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@6386b9[collection1] main{StandardDirectoryReader(segments_1:1:nrt)}
   [junit4]   2> 104753 T196 oasc.ZkController.register Register replica - core:collection1 address:https://127.0.0.1:50934/f_/f collection:collection1 shard:shard1
   [junit4]   2> 104754 T120 oass.SolrDispatchFilter.init user.dir=/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-solrj/test/J0
   [junit4]   2> 104754 T120 oass.SolrDispatchFilter.init SolrDispatchFilter.init() done
   [junit4]   2> 104756 T196 oascc.SolrZkClient.makePath makePath: /collections/collection1/leader_elect/shard1/election
   [junit4]   2> 104763 T196 oasc.ShardLeaderElectionContext.runLeaderProcess Running the leader process for shard shard1
   [junit4]   2> 104766 T151 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 104766 T151 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 104766 T151 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 104766 T196 oasc.ShardLeaderElectionContext.waitForReplicasToComeUp Enough replicas found to continue.
   [junit4]   2> 104767 T196 oasc.ShardLeaderElectionContext.runLeaderProcess I may be the new leader - try and sync
   [junit4]   2> ASYNC  NEW_CORE C14 name=collection1 org.apache.solr.core.SolrCore@4c6b6c url=https://127.0.0.1:50934/f_/f/collection1 node=127.0.0.1:50934_f_%2Ff C14_STATE=coll:collection1 core:collection1 props:{state=down, base_url=https://127.0.0.1:50934/f_/f, core=collection1, node_name=127.0.0.1:50934_f_%2Ff}
   [junit4]   2> 104767 T196 C14 P50934 oasc.SyncStrategy.sync Sync replicas to https://127.0.0.1:50934/f_/f/collection1/
   [junit4]   2> 104768 T196 C14 P50934 oasc.SyncStrategy.syncReplicas Sync Success - now sync replicas to me
   [junit4]   2> 104768 T196 C14 P50934 oasc.SyncStrategy.syncToMe https://127.0.0.1:50934/f_/f/collection1/ has no replicas
   [junit4]   2> 104768 T196 oasc.ShardLeaderElectionContext.runLeaderProcess I am the new leader: https://127.0.0.1:50934/f_/f/collection1/ shard1
   [junit4]   2> 104768 T152 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
   [junit4]   2> 104768 T196 oascc.SolrZkClient.makePath makePath: /collections/collection1/leaders/shard1
   [junit4]   2> 104773 T151 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 104783 T151 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 104787 T151 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 104833 T120 oasc.AbstractFullDistribZkTestBase.createJettys create jetty 3
   [junit4]   2> 104834 T120 oejs.Server.doStart jetty-8.1.10.v20130312
   [junit4]   2> 104838 T120 oejus.SslContextFactory.doStart Enabled Protocols [SSLv2Hello, SSLv3, TLSv1, TLSv1.1, TLSv1.2] of [SSLv2Hello, SSLv3, TLSv1, TLSv1.1, TLSv1.2]
   [junit4]   2> 104841 T120 oejs.AbstractConnector.doStart Started SslSelectChannelConnector@127.0.0.1:48580
   [junit4]   2> 104843 T120 oass.SolrDispatchFilter.init SolrDispatchFilter.init()
   [junit4]   2> 104843 T120 oasc.SolrResourceLoader.locateSolrHome JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 104844 T120 oasc.SolrResourceLoader.locateSolrHome using system property solr.solr.home: ../../../../../../../../../../mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-solrj/test/J0/./org.apache.solr.client.solrj.impl.CloudSolrServerTest-jetty3-1395923561948
   [junit4]   2> 104844 T120 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '../../../../../../../../../../mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-solrj/test/J0/./org.apache.solr.client.solrj.impl.CloudSolrServerTest-jetty3-1395923561948/'
   [junit4]   2> 104859 T120 oasc.ConfigSolr.fromFile Loading container configuration from /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-solrj/test/J0/../../../../../../../../../../mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-solrj/test/J0/./org.apache.solr.client.solrj.impl.CloudSolrServerTest-jetty3-1395923561948/solr.xml
   [junit4]   2> 104891 T151 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 3)
   [junit4]   2> 104891 T160 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 3)
   [junit4]   2> 104891 T191 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 3)
   [junit4]   2> 104891 T173 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 3)
   [junit4]   2> 104905 T120 oasc.CoreContainer.<init> New CoreContainer 2841467
   [junit4]   2> 104906 T120 oasc.CoreContainer.load Loading cores into CoreContainer [instanceDir=../../../../../../../../../../mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-solrj/test/J0/./org.apache.solr.client.solrj.impl.CloudSolrServerTest-jetty3-1395923561948/]
   [junit4]   2> 104907 T120 oashc.HttpShardHandlerFactory.getParameter Setting socketTimeout to: 90000
   [junit4]   2> 104908 T120 oashc.HttpShardHandlerFactory.getParameter Setting urlScheme to: 
   [junit4]   2> 104908 T120 oashc.HttpShardHandlerFactory.getParameter Setting connTimeout to: 15000
   [junit4]   2> 104909 T120 oashc.HttpShardHandlerFactory.getParameter Setting maxConnectionsPerHost to: 20
   [junit4]   2> 104909 T120 oashc.HttpShardHandlerFactory.getParameter Setting corePoolSize to: 0
   [junit4]   2> 104909 T120 oashc.HttpShardHandlerFactory.getParameter Setting maximumPoolSize to: 2147483647
   [junit4]   2> 104910 T120 oashc.HttpShardHandlerFactory.getParameter Setting maxThreadIdleTime to: 5
   [junit4]   2> 104910 T120 oashc.HttpShardHandlerFactory.getParameter Setting sizeOfQueue to: -1
   [junit4]   2> 104910 T120 oashc.HttpShardHandlerFactory.getParameter Setting fairnessPolicy to: false
   [junit4]   2> 104914 T120 oasl.LogWatcher.createWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory
   [junit4]   2> 104915 T120 oasl.LogWatcher.newRegisteredLogWatcher Registering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)]
   [junit4]   2> 104915 T120 oasc.CoreContainer.load Host Name: 127.0.0.1
   [junit4]   2> 104916 T120 oasc.ZkContainer.initZooKeeper Zookeeper client=127.0.0.1:57546/solr
   [junit4]   2> 104916 T120 oasc.ZkController.checkChrootPath zkHost includes chroot
   [junit4]   2> 104917 T120 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 104919 T207 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@170241a name:ZooKeeperConnection Watcher:127.0.0.1:57546 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 104920 T120 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 104925 T120 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 104928 T209 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@19f00b1 name:ZooKeeperConnection Watcher:127.0.0.1:57546/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 104928 T120 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 104934 T196 oasc.ZkController.register We are https://127.0.0.1:50934/f_/f/collection1/ and leader is https://127.0.0.1:50934/f_/f/collection1/
   [junit4]   2> 104935 T196 oasc.ZkController.register No LogReplay needed for core=collection1 baseURL=https://127.0.0.1:50934/f_/f
   [junit4]   2> 104935 T196 oasc.ZkController.checkRecovery I am the leader, no recovery necessary
   [junit4]   2> 104935 T196 oasc.ZkController.publish publishing core=collection1 state=active collection=collection1
   [junit4]   2> 104935 T196 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
   [junit4]   2> 104936 T151 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 104937 T151 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 104937 T151 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 104937 T196 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
   [junit4]   2> 104939 T152 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
   [junit4]   2> 104939 T120 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
   [junit4]   2> 104940 T152 oasc.Overseer$ClusterStateUpdater.updateState Update state numShards=2 message={
   [junit4]   2> 	  "operation":"state",
   [junit4]   2> 	  "state":"active",
   [junit4]   2> 	  "base_url":"https://127.0.0.1:50934/f_/f",
   [junit4]   2> 	  "core":"collection1",
   [junit4]   2> 	  "roles":null,
   [junit4]   2> 	  "node_name":"127.0.0.1:50934_f_%2Ff",
   [junit4]   2> 	  "shard":"shard1",
   [junit4]   2> 	  "collection":"collection1",
   [junit4]   2> 	  "numShards":"2",
   [junit4]   2> 	  "core_node_name":"core_node2"}
   [junit4]   2> 104945 T151 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 105050 T160 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 3)
   [junit4]   2> 105050 T191 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 3)
   [junit4]   2> 105050 T209 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 3)
   [junit4]   2> 105051 T173 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 3)
   [junit4]   2> 105051 T151 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 3)
   [junit4]   2> 105944 T120 oasc.ZkController.createEphemeralLiveNode Register node as live in ZooKeeper:/live_nodes/127.0.0.1:48580_f_%2Ff
   [junit4]   2> 105945 T120 oascc.SolrZkClient.makePath makePath: /live_nodes/127.0.0.1:48580_f_%2Ff
   [junit4]   2> 105949 T173 oascc.ZkStateReader$3.process Updating live nodes... (4)
   [junit4]   2> 105949 T191 oascc.ZkStateReader$3.process Updating live nodes... (4)
   [junit4]   2> 105949 T151 oascc.ZkStateReader$3.process Updating live nodes... (4)
   [junit4]   2> 105949 T209 oascc.ZkStateReader$3.process Updating live nodes... (4)
   [junit4]   2> 105949 T160 oascc.ZkStateReader$3.process Updating live nodes... (4)
   [junit4]   2> 105961 T210 oasc.ZkController.publish publishing core=collection1 state=down collection=collection1
   [junit4]   2> 105961 T210 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
   [junit4]   2> 105963 T151 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 105963 T210 oasc.ZkController.waitForCoreNodeName look for our core node name
   [junit4]   2> 105963 T151 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 105964 T151 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 105965 T152 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
   [junit4]   2> 105966 T152 oasc.Overseer$ClusterStateUpdater.updateState Update state numShards=2 message={
   [junit4]   2> 	  "operation":"state",
   [junit4]   2> 	  "state":"down",
   [junit4]   2> 	  "base_url":"https://127.0.0.1:48580/f_/f",
   [junit4]   2> 	  "core":"collection1",
   [junit4]   2> 	  "roles":null,
   [junit4]   2> 	  "node_name":"127.0.0.1:48580_f_%2Ff",
   [junit4]   2> 	  "shard":null,
   [junit4]   2> 	  "collection":"collection1",
   [junit4]   2> 	  "numShards":"2",
   [junit4]   2> 	  "core_node_name":null}
   [junit4]   2> 105966 T152 oasc.Overseer$ClusterStateUpdater.updateState Collection already exists with numShards=2
   [junit4]   2> 105966 T152 oasc.Overseer$ClusterStateUpdater.updateState Assigning new node to shard shard=shard2
   [junit4]   2> 105970 T151 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 106073 T191 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 4)
   [junit4]   2> 106073 T151 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 4)
   [junit4]   2> 106073 T173 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 4)
   [junit4]   2> 106073 T160 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 4)
   [junit4]   2> 106073 T209 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 4)
   [junit4]   2> 106963 T210 oasc.ZkController.waitForShardId waiting to find shard id in clusterstate for collection1
   [junit4]   2> 106964 T210 oasc.ZkController.createCollectionZkNode Check for collection zkNode:collection1
   [junit4]   2> 106965 T210 oasc.ZkController.createCollectionZkNode Collection zkNode exists
   [junit4]   2> 106965 T210 oascc.ZkStateReader.readConfigName Load collection config from:/collections/collection1
   [junit4]   2> 106966 T210 oascc.ZkStateReader.readConfigName path=/collections/collection1 configName=conf1 specified config exists in ZooKeeper
   [junit4]   2> 106967 T210 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '../../../../../../../../../../mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-solrj/test/J0/./org.apache.solr.client.solrj.impl.CloudSolrServerTest-jetty3-1395923561948/collection1/'
   [junit4]   2> 106991 T210 oasc.SolrConfig.<init> Using Lucene MatchVersion: LUCENE_48
   [junit4]   2> 107027 T210 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig.xml
   [junit4]   2> 107028 T210 oass.IndexSchema.readSchema Reading Solr Schema from schema.xml
   [junit4]   2> 107041 T210 oass.IndexSchema.readSchema [collection1] Schema name=test
   [junit4]   2> 107351 T210 oass.IndexSchema.readSchema default search field in schema is text
   [junit4]   2> 107353 T210 oass.IndexSchema.readSchema unique key field: id
   [junit4]   2> 107354 T210 oass.IndexSchema.readSchema WARN Field text is not multivalued and destination for multiple copyFields (3)
   [junit4]   2> 107355 T210 oass.IndexSchema.readSchema WARN Field lowerfilt1and2 is not multivalued and destination for multiple copyFields (2)
   [junit4]   2> 107355 T210 oasc.CoreContainer.create Creating SolrCore 'collection1' using configuration from collection collection1
   [junit4]   2> 107356 T210 oasc.SolrCore.initDirectoryFactory org.apache.solr.core.MockDirectoryFactory
   [junit4]   2> 107356 T210 oasc.SolrCore.<init> [collection1] Opening new SolrCore at ../../../../../../../../../../mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-solrj/test/J0/./org.apache.solr.client.solrj.impl.CloudSolrServerTest-jetty3-1395923561948/collection1/, dataDir=./org.apache.solr.client.solrj.impl.CloudSolrServerTest-1395923554425/jetty3/
   [junit4]   2> 107356 T210 oasc.SolrCore.<init> JMX monitoring not detected for core: collection1
   [junit4]   2> 107357 T210 oasc.CachingDirectoryFactory.get return new directory for ./org.apache.solr.client.solrj.impl.CloudSolrServerTest-1395923554425/jetty3
   [junit4]   2> 107357 T210 oasc.SolrCore.getNewIndexDir New index directory detected: old=null new=./org.apache.solr.client.solrj.impl.CloudSolrServerTest-1395923554425/jetty3/index/
   [junit4]   2> 107357 T210 oasc.SolrCore.initIndex WARN [collection1] Solr index directory './org.apache.solr.client.solrj.impl.CloudSolrServerTest-1395923554425/jetty3/index' doesn't exist. Creating new index...
   [junit4]   2> 107357 T210 oasc.CachingDirectoryFactory.get return new directory for ./org.apache.solr.client.solrj.impl.CloudSolrServerTest-1395923554425/jetty3/index
   [junit4]   2> 107359 T210 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits: num=1
   [junit4]   2> 		commit{dir=MockDirectoryWrapper(RAMDirectory@18eeb10 lockFactory=NativeFSLockFactory@./org.apache.solr.client.solrj.impl.CloudSolrServerTest-1395923554425/jetty3/index),segFN=segments_1,generation=1}
   [junit4]   2> 107359 T210 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1
   [junit4]   2> 107360 T210 oasc.SolrCore.loadUpdateProcessorChains no updateRequestProcessorChain defined as default, creating implicit default
   [junit4]   2> 107360 T210 oasc.RequestHandlers.initHandlersFromConfig created /get: solr.RealTimeGetHandler
   [junit4]   2> 107360 T210 oasc.RequestHandlers.initHandlersFromConfig adding lazy requestHandler: solr.ReplicationHandler
   [junit4]   2> 107360 T210 oasc.RequestHandlers.initHandlersFromConfig created /replication: solr.ReplicationHandler
   [junit4]   2> 107361 T210 oasc.RequestHandlers.initHandlersFromConfig created standard: solr.StandardRequestHandler
   [junit4]   2> 107361 T210 oasc.RequestHandlers.initHandlersFromConfig created /update: solr.UpdateRequestHandler
   [junit4]   2> 107361 T210 oasc.RequestHandlers.initHandlersFromConfig created /admin/: org.apache.solr.handler.admin.AdminHandlers
   [junit4]   2> 107361 T210 oasc.RequestHandlers.initHandlersFromConfig created /admin/ping: solr.PingRequestHandler
   [junit4]   2> 107363 T210 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 107365 T210 oasu.CommitTracker.<init> Hard AutoCommit: disabled
   [junit4]   2> 107366 T210 oasu.CommitTracker.<init> Soft AutoCommit: disabled
   [junit4]   2> 107366 T210 oasc.SolrDeletionPolicy.onInit SolrDeletionPolicy.onInit: commits: num=1
   [junit4]   2> 		commit{dir=MockDirectoryWrapper(RAMDirectory@18eeb10 lockFactory=NativeFSLockFactory@./org.apache.solr.client.solrj.impl.CloudSolrServerTest-1395923554425/jetty3/index),segFN=segments_1,generation=1}
   [junit4]   2> 107367 T210 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1
   [junit4]   2> 107367 T210 oass.SolrIndexSearcher.<init> Opening Searcher@19684ab[collection1] main
   [junit4]   2> 107368 T211 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@19684ab[collection1] main{StandardDirectoryReader(segments_1:1:nrt)}
   [junit4]   2> 107368 T210 oasc.CoreContainer.registerCore registering core: collection1
   [junit4]   2> 107369 T214 oasc.ZkController.register Register replica - core:collection1 address:https://127.0.0.1:48580/f_/f collection:collection1 shard:shard2
   [junit4]   2> 107370 T120 oass.SolrDispatchFilter.init user.dir=/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-solrj/test/J0
   [junit4]   2> 107370 T120 oass.SolrDispatchFilter.init SolrDispatchFilter.init() done
   [junit4]   2> 107373 T120 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
   [junit4]   2> 107375 T120 oasc.

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

tate from ZooKeeper... 
   [junit4]   2> 114964 T120 oasc.SolrCore.closeSearcher [collection1] Closing main searcher on request.
   [junit4]   2> 114965 T120 oasc.CachingDirectoryFactory.close Closing MockDirectoryFactory - 2 directories currently being tracked
   [junit4]   2> 114965 T231 oasc.Overseer$ClusterStateUpdater.updateState Update state numShards=2 message={
   [junit4]   2> 	  "operation":"state",
   [junit4]   2> 	  "state":"down",
   [junit4]   2> 	  "base_url":"https://127.0.0.1:50934/f_/f",
   [junit4]   2> 	  "core":"collection1",
   [junit4]   2> 	  "roles":null,
   [junit4]   2> 	  "node_name":"127.0.0.1:50934_f_%2Ff",
   [junit4]   2> 	  "shard":"shard1",
   [junit4]   2> 	  "collection":"collection1",
   [junit4]   2> 	  "numShards":"2",
   [junit4]   2> 	  "core_node_name":"core_node2"}
   [junit4]   2> 114965 T120 oasc.CachingDirectoryFactory.closeCacheValue looking to close ./org.apache.solr.client.solrj.impl.CloudSolrServerTest-1395923554425/jetty2 [CachedDir<<refCount=0;path=./org.apache.solr.client.solrj.impl.CloudSolrServerTest-1395923554425/jetty2;done=false>>]
   [junit4]   2> 114966 T120 oasc.CachingDirectoryFactory.close Closing directory: ./org.apache.solr.client.solrj.impl.CloudSolrServerTest-1395923554425/jetty2
   [junit4]   2> 114966 T120 oasc.CachingDirectoryFactory.closeCacheValue looking to close ./org.apache.solr.client.solrj.impl.CloudSolrServerTest-1395923554425/jetty2/index [CachedDir<<refCount=0;path=./org.apache.solr.client.solrj.impl.CloudSolrServerTest-1395923554425/jetty2/index;done=false>>]
   [junit4]   2> 114981 T120 oasc.CachingDirectoryFactory.close Closing directory: ./org.apache.solr.client.solrj.impl.CloudSolrServerTest-1395923554425/jetty2/index
   [junit4]   2> 114989 T160 oascc.ZkStateReader$3.process Updating live nodes... (1)
   [junit4]   2> 115011 T120 oejsh.ContextHandler.doStop stopped o.e.j.s.ServletContextHandler{/f_/f,null}
   [junit4]   2> 115063 T120 oasc.ChaosMonkey.monkeyLog monkey: stop shard! 48580
   [junit4]   2> 115064 T120 oasc.CoreContainer.shutdown Shutting down CoreContainer instance=2841467
   [junit4]   2> 115065 T120 oasc.ZkController.publish publishing core=collection1 state=down collection=collection1
   [junit4]   2> 115065 T120 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
   [junit4]   2> 115072 T160 oascc.ZkStateReader$3.process Updating live nodes... (0)
   [junit4]   2> 115094 T120 oejsh.ContextHandler.doStop stopped o.e.j.s.ServletContextHandler{/f_/f,null}
   [junit4]   2> 115150 T120 oasc.ChaosMonkey.monkeyLog monkey: stop shard! 57625
   [junit4]   2> 115151 T120 oas.SolrTestCaseJ4.tearDown ###Ending testDistribSearch
   [junit4]   2> 115153 T120 oasc.ZkTestServer.send4LetterWord connecting to 127.0.0.1:57546 57546
   [junit4]   1> client port:0.0.0.0/0.0.0.0:0
   [junit4]   2> 115472 T120 oas.SolrTestCaseJ4.deleteCore ###deleteCore
   [junit4]   2> 116289 T151 oascc.ZkStateReader$3.process WARN ZooKeeper watch triggered, but Solr cannot talk to ZK
   [junit4]   2> 116383 T173 oascc.ZkStateReader$3.process WARN ZooKeeper watch triggered, but Solr cannot talk to ZK
   [junit4]   2> 116489 T191 oascc.ZkStateReader$3.process WARN ZooKeeper watch triggered, but Solr cannot talk to ZK
   [junit4]   2> ASYNC  NEW_CORE C23 name=collection1 org.apache.solr.core.SolrCore@60d903 url=https://127.0.0.1:48580/f_/f/collection1 node=127.0.0.1:48580_f_%2Ff C23_STATE=coll:collection1 core:collection1 props:{state=active, base_url=https://127.0.0.1:48580/f_/f, core=collection1, node_name=127.0.0.1:48580_f_%2Ff}
   [junit4]   2> 117396 T209 C23 P48580 oasc.SyncStrategy.sync WARN Closed, skipping sync up.
   [junit4]   2> 117402 T209 oasc.ShardLeaderElectionContext.rejoinLeaderElection Not rejoining election because CoreContainer is shutdown
   [junit4]   2> 117403 T209 oasc.SolrCore.close [collection1]  CLOSING SolrCore org.apache.solr.core.SolrCore@60d903
   [junit4]   2> 117403 T209 oasu.DirectUpdateHandler2.close closing DirectUpdateHandler2{commits=6,autocommits=0,soft autocommits=0,optimizes=0,rollbacks=0,expungeDeletes=0,docsPending=0,adds=0,deletesById=0,deletesByQuery=0,errors=0,cumulative_adds=2,cumulative_deletesById=1,cumulative_deletesByQuery=2,cumulative_errors=0,transaction_logs_total_size=421,transaction_logs_total_number=5}
   [junit4]   2> 117404 T209 oasu.SolrCoreState.decrefSolrCoreState Closing SolrCoreState
   [junit4]   2> 117404 T209 oasu.DefaultSolrCoreState.closeIndexWriter SolrCoreState ref count has reached 0 - closing IndexWriter
   [junit4]   2> 117404 T209 oasu.DefaultSolrCoreState.closeIndexWriter closing IndexWriter with IndexWriterCloser
   [junit4]   2> 117406 T209 oasc.SolrCore.closeSearcher [collection1] Closing main searcher on request.
   [junit4]   2> 117407 T209 oasc.CachingDirectoryFactory.close Closing MockDirectoryFactory - 2 directories currently being tracked
   [junit4]   2> 117407 T209 oasc.CachingDirectoryFactory.closeCacheValue looking to close ./org.apache.solr.client.solrj.impl.CloudSolrServerTest-1395923554425/jetty3 [CachedDir<<refCount=0;path=./org.apache.solr.client.solrj.impl.CloudSolrServerTest-1395923554425/jetty3;done=false>>]
   [junit4]   2> 117408 T209 oasc.CachingDirectoryFactory.close Closing directory: ./org.apache.solr.client.solrj.impl.CloudSolrServerTest-1395923554425/jetty3
   [junit4]   2> 117408 T209 oasc.CachingDirectoryFactory.closeCacheValue looking to close ./org.apache.solr.client.solrj.impl.CloudSolrServerTest-1395923554425/jetty3/index [CachedDir<<refCount=0;path=./org.apache.solr.client.solrj.impl.CloudSolrServerTest-1395923554425/jetty3/index;done=false>>]
   [junit4]   2> 117408 T209 oasc.CachingDirectoryFactory.close Closing directory: ./org.apache.solr.client.solrj.impl.CloudSolrServerTest-1395923554425/jetty3/index
   [junit4]   2> 117409 T209 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 2)
   [junit4]   2> 117409 T209 oascc.ZkStateReader$2.process WARN ZooKeeper watch triggered, but Solr cannot talk to ZK
   [junit4]   2> 117410 T209 oasc.LeaderElector$1.process WARN  org.apache.zookeeper.KeeperException$SessionExpiredException: KeeperErrorCode = Session expired for /overseer_elect/election
   [junit4]   2> 	at org.apache.zookeeper.KeeperException.create(KeeperException.java:127)
   [junit4]   2> 	at org.apache.zookeeper.KeeperException.create(KeeperException.java:51)
   [junit4]   2> 	at org.apache.zookeeper.ZooKeeper.getChildren(ZooKeeper.java:1472)
   [junit4]   2> 	at org.apache.solr.common.cloud.SolrZkClient$6.execute(SolrZkClient.java:259)
   [junit4]   2> 	at org.apache.solr.common.cloud.SolrZkClient$6.execute(SolrZkClient.java:256)
   [junit4]   2> 	at org.apache.solr.common.cloud.ZkCmdExecutor.retryOperation(ZkCmdExecutor.java:73)
   [junit4]   2> 	at org.apache.solr.common.cloud.SolrZkClient.getChildren(SolrZkClient.java:256)
   [junit4]   2> 	at org.apache.solr.cloud.LeaderElector.checkIfIamLeader(LeaderElector.java:92)
   [junit4]   2> 	at org.apache.solr.cloud.LeaderElector.access$000(LeaderElector.java:55)
   [junit4]   2> 	at org.apache.solr.cloud.LeaderElector$1.process(LeaderElector.java:137)
   [junit4]   2> 	at org.apache.zookeeper.ClientCnxn$EventThread.processEvent(ClientCnxn.java:522)
   [junit4]   2> 	at org.apache.zookeeper.ClientCnxn$EventThread.run(ClientCnxn.java:498)
   [junit4]   2> 
   [junit4]   2> 117410 T209 oascc.ZkStateReader$3.process WARN ZooKeeper watch triggered, but Solr cannot talk to ZK
   [junit4]   2> NOTE: test params are: codec=Lucene46: {text=PostingsFormat(name=MockSep), id=Pulsing41(freqCutoff=1 minBlockSize=10 maxBlockSize=60), a_t=PostingsFormat(name=Direct), intDefault=PostingsFormat(name=Direct), range_facet_si=Lucene41(blocksize=128), _version_=PostingsFormat(name=Direct), range_facet_sl=PostingsFormat(name=MockSep), timestamp=PostingsFormat(name=Direct), range_facet_l=PostingsFormat(name=Direct), multiDefault=Lucene41(blocksize=128)}, docValues:{}, sim=DefaultSimilarity, locale=lv_LV, timezone=Asia/Makassar
   [junit4]   2> NOTE: Linux 3.8.0-37-generic i386/Oracle Corporation 1.7.0_60-ea (32-bit)/cpus=8,threads=1,free=54077592,total=102760448
   [junit4]   2> NOTE: All tests run in this JVM: [TermsResponseTest, JettyWebappTest, ModifiableSolrParamsTest, TestDocumentObjectBinder, SolrExceptionTest, TestUpdateRequestCodec, TestCoreAdmin, TestRetryUtil, LargeVolumeJettyTest, SolrExampleEmbeddedTest, ClientUtilsTest, TestEmbeddedSolrServer, CloudSolrServerTest]
   [junit4] Completed on J0 in 94.34s, 2 tests, 1 error <<< FAILURES!

[...truncated 79 lines...]
BUILD FAILED
/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/build.xml:467: The following error occurred while executing this line:
/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/build.xml:447: The following error occurred while executing this line:
/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/build.xml:45: The following error occurred while executing this line:
/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/extra-targets.xml:37: The following error occurred while executing this line:
/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build.xml:202: The following error occurred while executing this line:
/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/common-build.xml:490: The following error occurred while executing this line:
/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/lucene/common-build.xml:1276: The following error occurred while executing this line:
/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/lucene/common-build.xml:908: There were test failures: 49 suites, 284 tests, 1 error

Total time: 65 minutes 42 seconds
Build step 'Invoke Ant' marked build as failure
Description set: Java: 32bit/jdk1.7.0_60-ea-b10 -server -XX:+UseG1GC
Archiving artifacts
Recording test results
Email was triggered for: Failure
Sending email for trigger: Failure



[JENKINS] Lucene-Solr-4.x-Linux (32bit/jdk1.7.0_51) - Build # 9813 - Still Failing!

Posted by Policeman Jenkins Server <je...@thetaphi.de>.
Build: http://jenkins.thetaphi.de/job/Lucene-Solr-4.x-Linux/9813/
Java: 32bit/jdk1.7.0_51 -client -XX:+UseSerialGC

1 tests failed.
FAILED:  org.apache.solr.client.solrj.impl.CloudSolrServerTest.testDistribSearch

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

Stack Trace:
org.apache.solr.common.SolrException: java.util.concurrent.TimeoutException: Could not connect to ZooKeeper 127.0.0.1:52190 within 45000 ms
	at __randomizedtesting.SeedInfo.seed([FC81907DE275401E:7D671E65952A2022]:0)
	at org.apache.solr.common.cloud.SolrZkClient.<init>(SolrZkClient.java:150)
	at org.apache.solr.common.cloud.SolrZkClient.<init>(SolrZkClient.java:101)
	at org.apache.solr.common.cloud.SolrZkClient.<init>(SolrZkClient.java:91)
	at org.apache.solr.cloud.AbstractZkTestCase.buildZooKeeper(AbstractZkTestCase.java:91)
	at org.apache.solr.cloud.AbstractZkTestCase.buildZooKeeper(AbstractZkTestCase.java:85)
	at org.apache.solr.cloud.AbstractDistribZkTestBase.setUp(AbstractDistribZkTestBase.java:77)
	at org.apache.solr.cloud.AbstractFullDistribZkTestBase.setUp(AbstractFullDistribZkTestBase.java:201)
	at org.apache.solr.client.solrj.impl.CloudSolrServerTest.setUp(CloudSolrServerTest.java:95)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1617)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:860)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:876)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:53)
	at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:50)
	at org.apache.lucene.util.TestRuleFieldCacheSanity$1.evaluate(TestRuleFieldCacheSanity.java:51)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:46)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesInvariantRule$1.evaluate(SystemPropertiesInvariantRule.java:55)
	at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:49)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:70)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:48)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:359)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:783)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:443)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:835)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$3.evaluate(RandomizedRunner.java:737)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$4.evaluate(RandomizedRunner.java:771)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:782)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:53)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:46)
	at org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:42)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesInvariantRule$1.evaluate(SystemPropertiesInvariantRule.java:55)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:39)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:39)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:43)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:48)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:70)
	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:55)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:359)
	at java.lang.Thread.run(Thread.java:744)
Caused by: java.util.concurrent.TimeoutException: Could not connect to ZooKeeper 127.0.0.1:52190 within 45000 ms
	at org.apache.solr.common.cloud.ConnectionManager.waitForConnected(ConnectionManager.java:223)
	at org.apache.solr.common.cloud.SolrZkClient.<init>(SolrZkClient.java:142)
	... 45 more




Build Log:
[...truncated 11754 lines...]
   [junit4] Suite: org.apache.solr.client.solrj.impl.CloudSolrServerTest
   [junit4]   2> 30729 T129 oas.SolrTestCaseJ4.buildSSLConfig Randomized ssl (false) and clientAuth (false)
   [junit4]   2> 30730 T129 oas.BaseDistributedSearchTestCase.initHostContext Setting hostContext system property: /huj/sf
   [junit4]   2> 30731 T129 oasc.AbstractZkTestCase.<clinit> WARN TEST_HOME() does not exist - solrj test?
   [junit4]   2> 30735 T129 oas.SolrTestCaseJ4.setUp ###Starting testDistribSearch
   [junit4]   2> Creating dataDir: /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-solrj/test/J0/./solrtest-CloudSolrServerTest-1395915804901
   [junit4]   2> 30737 T129 oasc.ZkTestServer.run STARTING ZK TEST SERVER
   [junit4]   2> 30739 T130 oasc.ZkTestServer$ZKServerMain.runFromConfig Starting server
   [junit4]   2> 30838 T129 oasc.ZkTestServer.run start zk server on port:52190
   [junit4]   2> 30872 T129 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 82907 T133 oazsp.FileTxnLog.commit WARN fsync-ing the write ahead log in SyncThread:0 took 52018ms which will adversely effect operation latency. See the ZooKeeper troubleshooting guide
   [junit4]   2> 82917 T131 oazs.NIOServerCnxn.doIO WARN caught end of stream exception EndOfStreamException: Unable to read additional data from client sessionid 0x1450310d1170000, likely client has closed socket
   [junit4]   2> 	at org.apache.zookeeper.server.NIOServerCnxn.doIO(NIOServerCnxn.java:228)
   [junit4]   2> 	at org.apache.zookeeper.server.NIOServerCnxnFactory.run(NIOServerCnxnFactory.java:208)
   [junit4]   2> 	at java.lang.Thread.run(Thread.java:744)
   [junit4]   2> 
   [junit4]   2> 82919 T131 oazs.NIOServerCnxn.doIO WARN caught end of stream exception EndOfStreamException: Unable to read additional data from client sessionid 0x1450310d1170001, likely client has closed socket
   [junit4]   2> 	at org.apache.zookeeper.server.NIOServerCnxn.doIO(NIOServerCnxn.java:228)
   [junit4]   2> 	at org.apache.zookeeper.server.NIOServerCnxnFactory.run(NIOServerCnxnFactory.java:208)
   [junit4]   2> 	at java.lang.Thread.run(Thread.java:744)
   [junit4]   2> 
   [junit4]   2> 82919 T131 oazs.NIOServerCnxn.doIO WARN caught end of stream exception EndOfStreamException: Unable to read additional data from client sessionid 0x1450310d1170002, likely client has closed socket
   [junit4]   2> 	at org.apache.zookeeper.server.NIOServerCnxn.doIO(NIOServerCnxn.java:228)
   [junit4]   2> 	at org.apache.zookeeper.server.NIOServerCnxnFactory.run(NIOServerCnxnFactory.java:208)
   [junit4]   2> 	at java.lang.Thread.run(Thread.java:744)
   [junit4]   2> 
   [junit4]   2> 82920 T131 oazs.NIOServerCnxn.doIO WARN caught end of stream exception EndOfStreamException: Unable to read additional data from client sessionid 0x1450310d1170003, likely client has closed socket
   [junit4]   2> 	at org.apache.zookeeper.server.NIOServerCnxn.doIO(NIOServerCnxn.java:228)
   [junit4]   2> 	at org.apache.zookeeper.server.NIOServerCnxnFactory.run(NIOServerCnxnFactory.java:208)
   [junit4]   2> 	at java.lang.Thread.run(Thread.java:744)
   [junit4]   2> 
   [junit4]   2> 82922 T136 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@14b8fd3 name:ZooKeeperConnection Watcher:127.0.0.1:52190 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 82922 T136 oascc.ConnectionManager.process Client->ZooKeeper status change trigger but we are already closed
   [junit4]   2> 82923 T129 oas.SolrTestCaseJ4.tearDown ###Ending testDistribSearch
   [junit4]   2> 82925 T129 oasc.ZkTestServer.send4LetterWord connecting to 127.0.0.1:52190 52190
   [junit4]   1> client port:0.0.0.0/0.0.0.0:0
   [junit4]   2> NOTE: reproduce with: ant test  -Dtestcase=CloudSolrServerTest -Dtests.method=testDistribSearch -Dtests.seed=FC81907DE275401E -Dtests.multiplier=3 -Dtests.slow=true -Dtests.locale=is -Dtests.timezone=Indian/Christmas -Dtests.file.encoding=UTF-8
   [junit4] ERROR   52.5s J0 | CloudSolrServerTest.testDistribSearch <<<
   [junit4]    > Throwable #1: org.apache.solr.common.SolrException: java.util.concurrent.TimeoutException: Could not connect to ZooKeeper 127.0.0.1:52190 within 45000 ms
   [junit4]    > 	at __randomizedtesting.SeedInfo.seed([FC81907DE275401E:7D671E65952A2022]:0)
   [junit4]    > 	at org.apache.solr.common.cloud.SolrZkClient.<init>(SolrZkClient.java:150)
   [junit4]    > 	at org.apache.solr.common.cloud.SolrZkClient.<init>(SolrZkClient.java:101)
   [junit4]    > 	at org.apache.solr.common.cloud.SolrZkClient.<init>(SolrZkClient.java:91)
   [junit4]    > 	at org.apache.solr.cloud.AbstractZkTestCase.buildZooKeeper(AbstractZkTestCase.java:91)
   [junit4]    > 	at org.apache.solr.cloud.AbstractZkTestCase.buildZooKeeper(AbstractZkTestCase.java:85)
   [junit4]    > 	at org.apache.solr.cloud.AbstractDistribZkTestBase.setUp(AbstractDistribZkTestBase.java:77)
   [junit4]    > 	at org.apache.solr.cloud.AbstractFullDistribZkTestBase.setUp(AbstractFullDistribZkTestBase.java:201)
   [junit4]    > 	at org.apache.solr.client.solrj.impl.CloudSolrServerTest.setUp(CloudSolrServerTest.java:95)
   [junit4]    > 	at java.lang.Thread.run(Thread.java:744)
   [junit4]    > Caused by: java.util.concurrent.TimeoutException: Could not connect to ZooKeeper 127.0.0.1:52190 within 45000 ms
   [junit4]    > 	at org.apache.solr.common.cloud.ConnectionManager.waitForConnected(ConnectionManager.java:223)
   [junit4]    > 	at org.apache.solr.common.cloud.SolrZkClient.<init>(SolrZkClient.java:142)
   [junit4]    > 	... 45 more
   [junit4]   2> 83232 T129 oas.SolrTestCaseJ4.setUp ###Starting testShutdown
   [junit4]   2> Creating dataDir: /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-solrj/test/J0/./solrtest-CloudSolrServerTest-1395915857399
   [junit4]   2> 83239 T129 oasc.ZkTestServer.run STARTING ZK TEST SERVER
   [junit4]   2> 83240 T137 oasc.ZkTestServer$ZKServerMain.runFromConfig Starting server
   [junit4]   2> 83340 T129 oasc.ZkTestServer.run start zk server on port:37661
   [junit4]   2> 83340 T129 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 83417 T143 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@9ffe4d name:ZooKeeperConnection Watcher:127.0.0.1:37661 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 83417 T129 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 83419 T129 oascc.SolrZkClient.makePath makePath: /solr
   [junit4]   2> 83438 T129 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 83439 T145 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@19049bb name:ZooKeeperConnection Watcher:127.0.0.1:37661/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 83439 T129 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 83443 T129 oascc.SolrZkClient.makePath makePath: /collections/collection1
   [junit4]   2> 83446 T129 oascc.SolrZkClient.makePath makePath: /collections/collection1/shards
   [junit4]   2> 83449 T129 oascc.SolrZkClient.makePath makePath: /collections/control_collection
   [junit4]   2> 83451 T129 oascc.SolrZkClient.makePath makePath: /collections/control_collection/shards
   [junit4]   2> 83454 T129 oasc.AbstractZkTestCase.putConfig put /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/solrj/src/test-files/solrj/solr/collection1/conf/solrconfig.xml to /configs/conf1/solrconfig.xml
   [junit4]   2> 83464 T129 oascc.SolrZkClient.makePath makePath: /configs/conf1/solrconfig.xml
   [junit4]   2> 83469 T129 oasc.AbstractZkTestCase.putConfig put /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/solrj/src/test-files/solrj/solr/collection1/conf/schema.xml to /configs/conf1/schema.xml
   [junit4]   2> 83470 T129 oascc.SolrZkClient.makePath makePath: /configs/conf1/schema.xml
   [junit4]   2> 83474 T129 oasc.AbstractZkTestCase.putConfig skipping /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/solrj/src/test-files/solrj/solr/collection1/conf/solrconfig.snippet.randomindexconfig.xml because it doesn't exist
   [junit4]   2> 83474 T129 oasc.AbstractZkTestCase.putConfig skipping /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/solrj/src/test-files/solrj/solr/collection1/conf/stopwords.txt because it doesn't exist
   [junit4]   2> 83475 T129 oasc.AbstractZkTestCase.putConfig skipping /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/solrj/src/test-files/solrj/solr/collection1/conf/protwords.txt because it doesn't exist
   [junit4]   2> 83475 T129 oasc.AbstractZkTestCase.putConfig skipping /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/solrj/src/test-files/solrj/solr/collection1/conf/currency.xml because it doesn't exist
   [junit4]   2> 83476 T129 oasc.AbstractZkTestCase.putConfig skipping /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/solrj/src/test-files/solrj/solr/collection1/conf/enumsConfig.xml because it doesn't exist
   [junit4]   2> 83476 T129 oasc.AbstractZkTestCase.putConfig skipping /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/solrj/src/test-files/solrj/solr/collection1/conf/open-exchange-rates.json because it doesn't exist
   [junit4]   2> 83476 T129 oasc.AbstractZkTestCase.putConfig skipping /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/solrj/src/test-files/solrj/solr/collection1/conf/mapping-ISOLatin1Accent.txt because it doesn't exist
   [junit4]   2> 83477 T129 oasc.AbstractZkTestCase.putConfig skipping /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/solrj/src/test-files/solrj/solr/collection1/conf/old_synonyms.txt because it doesn't exist
   [junit4]   2> 83477 T129 oasc.AbstractZkTestCase.putConfig skipping /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/solrj/src/test-files/solrj/solr/collection1/conf/synonyms.txt because it doesn't exist
   [junit4]   2> 83485 T129 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 83487 T146 oaz.ClientCnxnSocketNIO.connect ERROR Unable to open socket to ff01::114/ff01:0:0:0:0:0:0:114:33332
   [junit4]   2> 83487 T146 oaz.ClientCnxn$SendThread.run WARN Session 0x0 for server null, unexpected error, closing socket connection and attempting reconnect java.net.SocketException: Network is unreachable
   [junit4]   2> 	at sun.nio.ch.Net.connect0(Native Method)
   [junit4]   2> 	at sun.nio.ch.Net.connect(Net.java:465)
   [junit4]   2> 	at sun.nio.ch.Net.connect(Net.java:457)
   [junit4]   2> 	at sun.nio.ch.SocketChannelImpl.connect(SocketChannelImpl.java:670)
   [junit4]   2> 	at org.apache.zookeeper.ClientCnxnSocketNIO.registerAndConnect(ClientCnxnSocketNIO.java:277)
   [junit4]   2> 	at org.apache.zookeeper.ClientCnxnSocketNIO.connect(ClientCnxnSocketNIO.java:287)
   [junit4]   2> 	at org.apache.zookeeper.ClientCnxn$SendThread.startConnect(ClientCnxn.java:967)
   [junit4]   2> 	at org.apache.zookeeper.ClientCnxn$SendThread.run(ClientCnxn.java:1003)
   [junit4]   2> 
   [junit4]   2> 84589 T146 oaz.ClientCnxnSocketNIO.connect ERROR Unable to open socket to ff01::114/ff01:0:0:0:0:0:0:114:33332
   [junit4]   2> 84691 T129 oas.SolrTestCaseJ4.tearDown ###Ending testShutdown
   [junit4]   2> 84693 T129 oasc.ZkTestServer.send4LetterWord connecting to 127.0.0.1:37661 37661
   [junit4]   1> client port:0.0.0.0/0.0.0.0:0
   [junit4]   2> 84941 T129 oas.SolrTestCaseJ4.deleteCore ###deleteCore
   [junit4]   2> NOTE: test params are: codec=Lucene45, sim=RandomSimilarityProvider(queryNorm=false,coord=crazy): {}, locale=is, timezone=Indian/Christmas
   [junit4]   2> NOTE: Linux 3.8.0-37-generic i386/Oracle Corporation 1.7.0_51 (32-bit)/cpus=8,threads=1,free=24369840,total=53002240
   [junit4]   2> NOTE: All tests run in this JVM: [TestUpdateRequestCodec, TestXMLEscaping, TermsResponseTest, LargeVolumeJettyTest, ContentStreamTest, SolrExampleStreamingBinaryTest, TestRetryUtil, JettyWebappTest, ModifiableSolrParamsTest, TestJavaBinCodec, AnlysisResponseBaseTest, LargeVolumeBinaryJettyTest, DocumentAnalysisResponseTest, CloudSolrServerTest]
   [junit4] Completed on J0 in 54.24s, 2 tests, 1 error <<< FAILURES!

[...truncated 88 lines...]
BUILD FAILED
/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/build.xml:467: The following error occurred while executing this line:
/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/build.xml:447: The following error occurred while executing this line:
/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/build.xml:45: The following error occurred while executing this line:
/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/extra-targets.xml:37: The following error occurred while executing this line:
/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build.xml:202: The following error occurred while executing this line:
/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/common-build.xml:490: The following error occurred while executing this line:
/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/lucene/common-build.xml:1276: The following error occurred while executing this line:
/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/lucene/common-build.xml:908: There were test failures: 49 suites, 284 tests, 1 error

Total time: 61 minutes 13 seconds
Build step 'Invoke Ant' marked build as failure
Description set: Java: 32bit/jdk1.7.0_51 -client -XX:+UseSerialGC
Archiving artifacts
Recording test results
Email was triggered for: Failure
Sending email for trigger: Failure



[JENKINS] Lucene-Solr-4.x-Linux (32bit/jdk1.8.0) - Build # 9812 - Still Failing!

Posted by Policeman Jenkins Server <je...@thetaphi.de>.
Build: http://jenkins.thetaphi.de/job/Lucene-Solr-4.x-Linux/9812/
Java: 32bit/jdk1.8.0 -server -XX:+UseParallelGC

1 tests failed.
REGRESSION:  org.apache.solr.cloud.FullSolrCloudDistribCmdsTest.testDistribSearch

Error Message:
No live SolrServers available to handle this request:[http://127.0.0.1:36595, http://127.0.0.1:56231, http://127.0.0.1:56241, http://127.0.0.1:59278, http://127.0.0.1:57038]

Stack Trace:
org.apache.solr.client.solrj.SolrServerException: No live SolrServers available to handle this request:[http://127.0.0.1:36595, http://127.0.0.1:56231, http://127.0.0.1:56241, http://127.0.0.1:59278, http://127.0.0.1:57038]
	at __randomizedtesting.SeedInfo.seed([1C0CC3CACFE568A4:9DEA4DD2B8BA0898]:0)
	at org.apache.solr.client.solrj.impl.LBHttpSolrServer.request(LBHttpSolrServer.java:387)
	at org.apache.solr.client.solrj.impl.CloudSolrServer.request(CloudSolrServer.java:636)
	at org.apache.solr.cloud.AbstractFullDistribZkTestBase.createCollection(AbstractFullDistribZkTestBase.java:1662)
	at org.apache.solr.cloud.AbstractFullDistribZkTestBase.createCollection(AbstractFullDistribZkTestBase.java:1688)
	at org.apache.solr.cloud.FullSolrCloudDistribCmdsTest.testIndexingBatchPerRequestWithHttpSolrServer(FullSolrCloudDistribCmdsTest.java:355)
	at org.apache.solr.cloud.FullSolrCloudDistribCmdsTest.doTest(FullSolrCloudDistribCmdsTest.java:145)
	at org.apache.solr.BaseDistributedSearchTestCase.testDistribSearch(BaseDistributedSearchTestCase.java:867)
	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:483)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1617)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:826)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:862)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:876)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:53)
	at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:50)
	at org.apache.lucene.util.TestRuleFieldCacheSanity$1.evaluate(TestRuleFieldCacheSanity.java:51)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:46)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesInvariantRule$1.evaluate(SystemPropertiesInvariantRule.java:55)
	at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:49)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:70)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:48)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:359)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:783)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:443)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:835)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$3.evaluate(RandomizedRunner.java:737)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$4.evaluate(RandomizedRunner.java:771)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:782)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:53)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:46)
	at org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:42)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesInvariantRule$1.evaluate(SystemPropertiesInvariantRule.java:55)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:39)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:39)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:43)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:48)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:70)
	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:55)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:359)
	at java.lang.Thread.run(Thread.java:744)
Caused by: org.apache.solr.client.solrj.impl.HttpSolrServer$RemoteSolrException: org.apache.solr.common.SolrException
	at org.apache.solr.handler.admin.CollectionsHandler.handleResponse(CollectionsHandler.java:313)
	at org.apache.solr.handler.admin.CollectionsHandler.handleResponse(CollectionsHandler.java:269)
	at org.apache.solr.handler.admin.CollectionsHandler.handleCreateAction(CollectionsHandler.java:434)
	at org.apache.solr.handler.admin.CollectionsHandler.handleRequestBody(CollectionsHandler.java:147)
	at org.apache.solr.handler.RequestHandlerBase.handleRequest(RequestHandlerBase.java:135)
	at org.apache.solr.servlet.SolrDispatchFilter.handleAdminRequest(SolrDispatchFilter.java:731)
	at org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:276)
	at org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:216)
	at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1419)
	at org.apache.solr.client.solrj.embedded.JettySolrRunner$DebugFilter.doFilter(JettySolrRunner.java:134)
	at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1419)
	at org.eclipse.jetty.servlet.ServletHandler.doHandle(ServletHandler.java:455)
	at org.eclipse.jetty.server.session.SessionHandler.doHandle(SessionHandler.java:229)
	at org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:137)
	at org.eclipse.jetty.server.handler.GzipHandler.handle(GzipHandler.java:301)
	at org.eclipse.jetty.server.handler.ContextHandler.doHandle(ContextHandler.java:1077)
	at org.eclipse.jetty.servlet.ServletHandler.doScope(ServletHandler.java:384)
	at org.eclipse.jetty.server.session.SessionHandler.doScope(SessionHandler.java:193)
	at org.eclipse.jetty.server.handler.ContextHandler.doScope(ContextHandler.java:1009)
	at org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:135)
	at org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:116)
	at org.eclipse.jetty.server.Server.handle(Server.java:368)
	at org.eclipse.jetty.server.AbstractHttpConnection.handleRequest(AbstractHttpConnection.java:489)
	at org.eclipse.jetty.server.AbstractHttpConnection.headerComplete(AbstractHttpConnection.java:942)
	at org.eclipse.jetty.server.AbstractHttpConnection$RequestHandler.headerComplete(AbstractHttpConnection.java:1004)
	at org.eclipse.jetty.http.HttpParser.parseNext(HttpParser.java:640)
	at org.eclipse.jetty.http.HttpParser.parseAvailable(HttpParser.java:235)
	at org.eclipse.jetty.server.AsyncHttpConnection.handle(AsyncHttpConnection.java:82)
	at org.eclipse.jetty.io.nio.SelectChannelEndPoint.handle(SelectChannelEndPoint.java:628)
	at org.eclipse.jetty.io.nio.SelectChannelEndPoint$1.run(SelectChannelEndPoint.java:52)
	at org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:608)
	at org.eclipse.jetty.util.thread.QueuedThreadPool$3.run(QueuedThreadPool.java:543)
	at java.lang.Thread.run(Thread.java:744)

	at org.apache.solr.client.solrj.impl.HttpSolrServer.executeMethod(HttpSolrServer.java:553)
	at org.apache.solr.client.solrj.impl.HttpSolrServer.request(HttpSolrServer.java:209)
	at org.apache.solr.client.solrj.impl.HttpSolrServer.request(HttpSolrServer.java:205)
	at org.apache.solr.client.solrj.impl.LBHttpSolrServer.request(LBHttpSolrServer.java:302)
	... 45 more




Build Log:
[...truncated 10783 lines...]
   [junit4] Suite: org.apache.solr.cloud.FullSolrCloudDistribCmdsTest
   [junit4]   2> 625587 T3223 oas.BaseDistributedSearchTestCase.initHostContext Setting hostContext system property: /
   [junit4]   2> 625589 T3223 oas.SolrTestCaseJ4.setUp ###Starting testDistribSearch
   [junit4]   2> Creating dataDir: /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/./solrtest-FullSolrCloudDistribCmdsTest-1395907991730
   [junit4]   2> 625590 T3223 oasc.ZkTestServer.run STARTING ZK TEST SERVER
   [junit4]   2> 625590 T3224 oasc.ZkTestServer$ZKServerMain.runFromConfig Starting server
   [junit4]   2> 625691 T3223 oasc.ZkTestServer.run start zk server on port:48460
   [junit4]   2> 625691 T3223 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 625705 T3230 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@183bb62 name:ZooKeeperConnection Watcher:127.0.0.1:48460 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 625705 T3223 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 625705 T3223 oascc.SolrZkClient.makePath makePath: /solr
   [junit4]   2> 625712 T3223 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 625715 T3232 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@1e5edc5 name:ZooKeeperConnection Watcher:127.0.0.1:48460/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 625715 T3223 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 625715 T3223 oascc.SolrZkClient.makePath makePath: /collections/collection1
   [junit4]   2> 625719 T3223 oascc.SolrZkClient.makePath makePath: /collections/collection1/shards
   [junit4]   2> 625723 T3223 oascc.SolrZkClient.makePath makePath: /collections/control_collection
   [junit4]   2> 625725 T3223 oascc.SolrZkClient.makePath makePath: /collections/control_collection/shards
   [junit4]   2> 625727 T3223 oasc.AbstractZkTestCase.putConfig put /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/core/src/test-files/solr/collection1/conf/solrconfig-tlog.xml to /configs/conf1/solrconfig.xml
   [junit4]   2> 625728 T3223 oascc.SolrZkClient.makePath makePath: /configs/conf1/solrconfig.xml
   [junit4]   2> 625733 T3223 oasc.AbstractZkTestCase.putConfig put /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/core/src/test-files/solr/collection1/conf/schema15.xml to /configs/conf1/schema.xml
   [junit4]   2> 625734 T3223 oascc.SolrZkClient.makePath makePath: /configs/conf1/schema.xml
   [junit4]   2> 625738 T3223 oasc.AbstractZkTestCase.putConfig put /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/core/src/test-files/solr/collection1/conf/solrconfig.snippet.randomindexconfig.xml to /configs/conf1/solrconfig.snippet.randomindexconfig.xml
   [junit4]   2> 625738 T3223 oascc.SolrZkClient.makePath makePath: /configs/conf1/solrconfig.snippet.randomindexconfig.xml
   [junit4]   2> 625741 T3223 oasc.AbstractZkTestCase.putConfig put /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/core/src/test-files/solr/collection1/conf/stopwords.txt to /configs/conf1/stopwords.txt
   [junit4]   2> 625742 T3223 oascc.SolrZkClient.makePath makePath: /configs/conf1/stopwords.txt
   [junit4]   2> 625746 T3223 oasc.AbstractZkTestCase.putConfig put /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/core/src/test-files/solr/collection1/conf/protwords.txt to /configs/conf1/protwords.txt
   [junit4]   2> 625746 T3223 oascc.SolrZkClient.makePath makePath: /configs/conf1/protwords.txt
   [junit4]   2> 625750 T3223 oasc.AbstractZkTestCase.putConfig put /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/core/src/test-files/solr/collection1/conf/currency.xml to /configs/conf1/currency.xml
   [junit4]   2> 625751 T3223 oascc.SolrZkClient.makePath makePath: /configs/conf1/currency.xml
   [junit4]   2> 625754 T3223 oasc.AbstractZkTestCase.putConfig put /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/core/src/test-files/solr/collection1/conf/enumsConfig.xml to /configs/conf1/enumsConfig.xml
   [junit4]   2> 625754 T3223 oascc.SolrZkClient.makePath makePath: /configs/conf1/enumsConfig.xml
   [junit4]   2> 625758 T3223 oasc.AbstractZkTestCase.putConfig put /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/core/src/test-files/solr/collection1/conf/open-exchange-rates.json to /configs/conf1/open-exchange-rates.json
   [junit4]   2> 625759 T3223 oascc.SolrZkClient.makePath makePath: /configs/conf1/open-exchange-rates.json
   [junit4]   2> 625762 T3223 oasc.AbstractZkTestCase.putConfig put /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/core/src/test-files/solr/collection1/conf/mapping-ISOLatin1Accent.txt to /configs/conf1/mapping-ISOLatin1Accent.txt
   [junit4]   2> 625762 T3223 oascc.SolrZkClient.makePath makePath: /configs/conf1/mapping-ISOLatin1Accent.txt
   [junit4]   2> 625766 T3223 oasc.AbstractZkTestCase.putConfig put /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/core/src/test-files/solr/collection1/conf/old_synonyms.txt to /configs/conf1/old_synonyms.txt
   [junit4]   2> 625767 T3223 oascc.SolrZkClient.makePath makePath: /configs/conf1/old_synonyms.txt
   [junit4]   2> 625770 T3223 oasc.AbstractZkTestCase.putConfig put /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/core/src/test-files/solr/collection1/conf/synonyms.txt to /configs/conf1/synonyms.txt
   [junit4]   2> 625771 T3223 oascc.SolrZkClient.makePath makePath: /configs/conf1/synonyms.txt
   [junit4]   2> 626012 T3223 oejs.Server.doStart jetty-8.1.10.v20130312
   [junit4]   2> 626021 T3223 oejs.AbstractConnector.doStart Started SelectChannelConnector@127.0.0.1:59278
   [junit4]   2> 626022 T3223 oass.SolrDispatchFilter.init SolrDispatchFilter.init()
   [junit4]   2> 626023 T3223 oasc.SolrResourceLoader.locateSolrHome JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 626023 T3223 oasc.SolrResourceLoader.locateSolrHome using system property solr.solr.home: ../../../../../../../../../../mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.FullSolrCloudDistribCmdsTest-controljetty-1395907991915
   [junit4]   2> 626024 T3223 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '../../../../../../../../../../mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.FullSolrCloudDistribCmdsTest-controljetty-1395907991915/'
   [junit4]   2> 626033 T3223 oasc.ConfigSolr.fromFile Loading container configuration from /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/../../../../../../../../../../mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.FullSolrCloudDistribCmdsTest-controljetty-1395907991915/solr.xml
   [junit4]   2> 626040 T3223 oasc.CoreContainer.<init> New CoreContainer 18193843
   [junit4]   2> 626041 T3223 oasc.CoreContainer.load Loading cores into CoreContainer [instanceDir=../../../../../../../../../../mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.FullSolrCloudDistribCmdsTest-controljetty-1395907991915/]
   [junit4]   2> 626041 T3223 oashc.HttpShardHandlerFactory.getParameter Setting socketTimeout to: 90000
   [junit4]   2> 626042 T3223 oashc.HttpShardHandlerFactory.getParameter Setting urlScheme to: 
   [junit4]   2> 626042 T3223 oashc.HttpShardHandlerFactory.getParameter Setting connTimeout to: 15000
   [junit4]   2> 626042 T3223 oashc.HttpShardHandlerFactory.getParameter Setting maxConnectionsPerHost to: 20
   [junit4]   2> 626042 T3223 oashc.HttpShardHandlerFactory.getParameter Setting corePoolSize to: 0
   [junit4]   2> 626043 T3223 oashc.HttpShardHandlerFactory.getParameter Setting maximumPoolSize to: 2147483647
   [junit4]   2> 626043 T3223 oashc.HttpShardHandlerFactory.getParameter Setting maxThreadIdleTime to: 5
   [junit4]   2> 626043 T3223 oashc.HttpShardHandlerFactory.getParameter Setting sizeOfQueue to: -1
   [junit4]   2> 626043 T3223 oashc.HttpShardHandlerFactory.getParameter Setting fairnessPolicy to: false
   [junit4]   2> 626044 T3223 oasl.LogWatcher.createWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory
   [junit4]   2> 626044 T3223 oasl.LogWatcher.newRegisteredLogWatcher Registering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)]
   [junit4]   2> 626044 T3223 oasc.CoreContainer.load Host Name: 127.0.0.1
   [junit4]   2> 626045 T3223 oasc.ZkContainer.initZooKeeper Zookeeper client=127.0.0.1:48460/solr
   [junit4]   2> 626045 T3223 oasc.ZkController.checkChrootPath zkHost includes chroot
   [junit4]   2> 626046 T3223 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 626047 T3243 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@1d6b6ee name:ZooKeeperConnection Watcher:127.0.0.1:48460 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 626048 T3223 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 626049 T3223 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 626050 T3245 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@c8dfd6 name:ZooKeeperConnection Watcher:127.0.0.1:48460/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 626050 T3223 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 626051 T3223 oascc.SolrZkClient.makePath makePath: /overseer/queue
   [junit4]   2> 626053 T3223 oascc.SolrZkClient.makePath makePath: /overseer/collection-queue-work
   [junit4]   2> 626055 T3223 oascc.SolrZkClient.makePath makePath: /overseer/collection-map-running
   [junit4]   2> 626056 T3223 oascc.SolrZkClient.makePath makePath: /overseer/collection-map-completed
   [junit4]   2> 626058 T3223 oascc.SolrZkClient.makePath makePath: /overseer/collection-map-failure
   [junit4]   2> 626059 T3223 oascc.SolrZkClient.makePath makePath: /live_nodes
   [junit4]   2> 626060 T3223 oasc.ZkController.createEphemeralLiveNode Register node as live in ZooKeeper:/live_nodes/127.0.0.1:59278_
   [junit4]   2> 626061 T3223 oascc.SolrZkClient.makePath makePath: /live_nodes/127.0.0.1:59278_
   [junit4]   2> 626062 T3223 oascc.SolrZkClient.makePath makePath: /overseer_elect
   [junit4]   2> 626063 T3223 oascc.SolrZkClient.makePath makePath: /overseer_elect/election
   [junit4]   2> 626066 T3223 oasc.OverseerElectionContext.runLeaderProcess I am going to be the leader 127.0.0.1:59278_
   [junit4]   2> 626067 T3223 oascc.SolrZkClient.makePath makePath: /overseer_elect/leader
   [junit4]   2> 626069 T3223 oasc.Overseer.start Overseer (id=91482226146213891-127.0.0.1:59278_-n_0000000000) starting
   [junit4]   2> 626081 T3223 oascc.SolrZkClient.makePath makePath: /overseer/queue-work
   [junit4]   2> 626091 T3247 oasc.OverseerCollectionProcessor.run Process current queue of collection creations
   [junit4]   2> 626092 T3223 oascc.SolrZkClient.makePath makePath: /clusterstate.json
   [junit4]   2> 626092 T3247 oasc.OverseerCollectionProcessor.prioritizeOverseerNodes prioritizing overseer nodes
   [junit4]   2> 626094 T3223 oascc.SolrZkClient.makePath makePath: /aliases.json
   [junit4]   2> 626097 T3223 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
   [junit4]   2> 626101 T3246 oasc.Overseer$ClusterStateUpdater.run Starting to work on the main queue
   [junit4]   2> 626104 T3248 oasc.ZkController.publish publishing core=collection1 state=down collection=control_collection
   [junit4]   2> 626104 T3248 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
   [junit4]   2> 626105 T3245 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 626105 T3248 oasc.ZkController.waitForCoreNodeName look for our core node name
   [junit4]   2> 626107 T3246 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
   [junit4]   2> 626108 T3246 oasc.Overseer$ClusterStateUpdater.updateState Update state numShards=1 message={
   [junit4]   2> 	  "operation":"state",
   [junit4]   2> 	  "state":"down",
   [junit4]   2> 	  "base_url":"http://127.0.0.1:59278",
   [junit4]   2> 	  "core":"collection1",
   [junit4]   2> 	  "roles":null,
   [junit4]   2> 	  "node_name":"127.0.0.1:59278_",
   [junit4]   2> 	  "shard":null,
   [junit4]   2> 	  "collection":"control_collection",
   [junit4]   2> 	  "numShards":"1",
   [junit4]   2> 	  "core_node_name":null}
   [junit4]   2> 626108 T3246 oasc.Overseer$ClusterStateUpdater.createCollection Create collection control_collection with shards [shard1]
   [junit4]   2> 626109 T3246 oasc.Overseer$ClusterStateUpdater.updateState Assigning new node to shard shard=shard1
   [junit4]   2> 626112 T3245 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 626112 T3245 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 1)
   [junit4]   2> 627106 T3248 oasc.ZkController.waitForShardId waiting to find shard id in clusterstate for collection1
   [junit4]   2> 627107 T3248 oasc.ZkController.createCollectionZkNode Check for collection zkNode:control_collection
   [junit4]   2> 627108 T3248 oasc.ZkController.createCollectionZkNode Collection zkNode exists
   [junit4]   2> 627108 T3248 oascc.ZkStateReader.readConfigName Load collection config from:/collections/control_collection
   [junit4]   2> 627110 T3248 oascc.ZkStateReader.readConfigName path=/collections/control_collection configName=conf1 specified config exists in ZooKeeper
   [junit4]   2> 627110 T3248 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '../../../../../../../../../../mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.FullSolrCloudDistribCmdsTest-controljetty-1395907991915/collection1/'
   [junit4]   2> 627111 T3248 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/org.apache.solr.cloud.FullSolrCloudDistribCmdsTest-controljetty-1395907991915/collection1/lib/.svn/' to classloader
   [junit4]   2> 627112 T3248 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/org.apache.solr.cloud.FullSolrCloudDistribCmdsTest-controljetty-1395907991915/collection1/lib/classes/' to classloader
   [junit4]   2> 627112 T3248 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/org.apache.solr.cloud.FullSolrCloudDistribCmdsTest-controljetty-1395907991915/collection1/lib/README' to classloader
   [junit4]   2> 627139 T3248 oasc.SolrConfig.<init> Using Lucene MatchVersion: LUCENE_48
   [junit4]   2> 627161 T3248 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig.xml
   [junit4]   2> 627162 T3248 oass.IndexSchema.readSchema Reading Solr Schema from schema.xml
   [junit4]   2> 627166 T3248 oass.IndexSchema.readSchema [collection1] Schema name=test
   [junit4]   2> 627252 T3248 oass.IndexSchema.readSchema default search field in schema is text
   [junit4]   2> 627253 T3248 oass.IndexSchema.readSchema unique key field: id
   [junit4]   2> 627254 T3248 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
   [junit4]   2> 627262 T3248 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
   [junit4]   2> 627285 T3248 oasc.CoreContainer.create Creating SolrCore 'collection1' using configuration from collection control_collection
   [junit4]   2> 627285 T3248 oasc.SolrCore.initDirectoryFactory org.apache.solr.core.MockDirectoryFactory
   [junit4]   2> 627286 T3248 oasc.SolrCore.<init> [collection1] Opening new SolrCore at ../../../../../../../../../../mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.FullSolrCloudDistribCmdsTest-controljetty-1395907991915/collection1/, dataDir=./org.apache.solr.cloud.FullSolrCloudDistribCmdsTest-1395907991730/control/data/
   [junit4]   2> 627286 T3248 oasc.JmxMonitoredMap.<init> JMX monitoring is enabled. Adding Solr mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@fea56a
   [junit4]   2> 627287 T3248 oasc.CachingDirectoryFactory.get return new directory for ./org.apache.solr.cloud.FullSolrCloudDistribCmdsTest-1395907991730/control/data
   [junit4]   2> 627287 T3248 oasc.SolrCore.getNewIndexDir New index directory detected: old=null new=./org.apache.solr.cloud.FullSolrCloudDistribCmdsTest-1395907991730/control/data/index/
   [junit4]   2> 627288 T3248 oasc.SolrCore.initIndex WARN [collection1] Solr index directory './org.apache.solr.cloud.FullSolrCloudDistribCmdsTest-1395907991730/control/data/index' doesn't exist. Creating new index...
   [junit4]   2> 627288 T3248 oasc.CachingDirectoryFactory.get return new directory for ./org.apache.solr.cloud.FullSolrCloudDistribCmdsTest-1395907991730/control/data/index
   [junit4]   2> 627288 T3248 oasu.RandomMergePolicy.<init> RandomMergePolicy wrapping class org.apache.lucene.index.LogByteSizeMergePolicy: [LogByteSizeMergePolicy: minMergeSize=1677721, mergeFactor=14, maxMergeSize=2147483648, maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true, maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.6145509440781811]
   [junit4]   2> 627289 T3248 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits: num=1
   [junit4]   2> 		commit{dir=MockDirectoryWrapper(RAMDirectory@165be55 lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@a04c37),segFN=segments_1,generation=1}
   [junit4]   2> 627289 T3248 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1
   [junit4]   2> 627292 T3248 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "nodistrib"
   [junit4]   2> 627293 T3248 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "dedupe"
   [junit4]   2> 627293 T3248 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe"
   [junit4]   2> 627293 T3248 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "stored_sig"
   [junit4]   2> 627294 T3248 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "stored_sig"
   [junit4]   2> 627294 T3248 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "distrib-dup-test-chain-explicit"
   [junit4]   2> 627295 T3248 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "distrib-dup-test-chain-implicit"
   [junit4]   2> 627295 T3248 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "distrib-dup-test-chain-implicit"
   [junit4]   2> 627295 T3248 oasc.SolrCore.loadUpdateProcessorChains no updateRequestProcessorChain defined as default, creating implicit default
   [junit4]   2> 627296 T3248 oasc.RequestHandlers.initHandlersFromConfig created standard: solr.StandardRequestHandler
   [junit4]   2> 627296 T3248 oasc.RequestHandlers.initHandlersFromConfig created /get: solr.RealTimeGetHandler
   [junit4]   2> 627297 T3248 oasc.RequestHandlers.initHandlersFromConfig adding lazy requestHandler: solr.ReplicationHandler
   [junit4]   2> 627297 T3248 oasc.RequestHandlers.initHandlersFromConfig created /replication: solr.ReplicationHandler
   [junit4]   2> 627297 T3248 oasc.RequestHandlers.initHandlersFromConfig created /update: solr.UpdateRequestHandler
   [junit4]   2> 627298 T3248 oasc.RequestHandlers.initHandlersFromConfig created /admin/: org.apache.solr.handler.admin.AdminHandlers
   [junit4]   2> 627298 T3248 oasc.RequestHandlers.initHandlersFromConfig created /admin/file: solr.admin.ShowFileRequestHandler
   [junit4]   2> 627301 T3248 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 627302 T3248 oasu.CommitTracker.<init> Hard AutoCommit: disabled
   [junit4]   2> 627303 T3248 oasu.CommitTracker.<init> Soft AutoCommit: disabled
   [junit4]   2> 627303 T3248 oasu.RandomMergePolicy.<init> RandomMergePolicy wrapping class org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: maxMergeAtOnce=20, maxMergeAtOnceExplicit=27, maxMergedSegmentMB=78.71484375, floorSegmentMB=1.357421875, forceMergeDeletesPctAllowed=24.550822219019945, segmentsPerTier=36.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.5726551729629729
   [junit4]   2> 627304 T3248 oasc.SolrDeletionPolicy.onInit SolrDeletionPolicy.onInit: commits: num=1
   [junit4]   2> 		commit{dir=MockDirectoryWrapper(RAMDirectory@165be55 lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@a04c37),segFN=segments_1,generation=1}
   [junit4]   2> 627304 T3248 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1
   [junit4]   2> 627304 T3248 oass.SolrIndexSearcher.<init> Opening Searcher@bdaea1[collection1] main
   [junit4]   2> 627305 T3249 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@bdaea1[collection1] main{StandardDirectoryReader(segments_1:1:nrt)}
   [junit4]   2> 627306 T3248 oasc.CoreContainer.registerCore registering core: collection1
   [junit4]   2> 627306 T3252 oasc.ZkController.register Register replica - core:collection1 address:http://127.0.0.1:59278 collection:control_collection shard:shard1
   [junit4]   2> 627307 T3223 oass.SolrDispatchFilter.init user.dir=/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1
   [junit4]   2> 627307 T3252 oascc.SolrZkClient.makePath makePath: /collections/control_collection/leader_elect/shard1/election
   [junit4]   2> 627307 T3223 oass.SolrDispatchFilter.init SolrDispatchFilter.init() done
   [junit4]   2> 627308 T3223 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 627310 T3254 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@169e6a5 name:ZooKeeperConnection Watcher:127.0.0.1:48460/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 627311 T3223 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 627311 T3223 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
   [junit4]   2> 627313 T3252 oasc.ShardLeaderElectionContext.runLeaderProcess Running the leader process for shard shard1
   [junit4]   2> 627313 T3223 oasc.ChaosMonkey.monkeyLog monkey: init - expire sessions:false cause connection loss:false
   [junit4]   2> 627315 T3245 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 627315 T3252 oasc.ShardLeaderElectionContext.waitForReplicasToComeUp Enough replicas found to continue.
   [junit4]   2> 627316 T3252 oasc.ShardLeaderElectionContext.runLeaderProcess I may be the new leader - try and sync
   [junit4]   2> ASYNC  NEW_CORE C641 name=collection1 org.apache.solr.core.SolrCore@15f560a url=http://127.0.0.1:59278/collection1 node=127.0.0.1:59278_ C641_STATE=coll:control_collection core:collection1 props:{state=down, base_url=http://127.0.0.1:59278, core=collection1, node_name=127.0.0.1:59278_}
   [junit4]   2> 627316 T3252 C641 P59278 oasc.SyncStrategy.sync Sync replicas to http://127.0.0.1:59278/collection1/
   [junit4]   2> 627316 T3246 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
   [junit4]   2> 627316 T3252 C641 P59278 oasc.SyncStrategy.syncReplicas Sync Success - now sync replicas to me
   [junit4]   2> 627317 T3252 C641 P59278 oasc.SyncStrategy.syncToMe http://127.0.0.1:59278/collection1/ has no replicas
   [junit4]   2> 627317 T3252 oasc.ShardLeaderElectionContext.runLeaderProcess I am the new leader: http://127.0.0.1:59278/collection1/ shard1
   [junit4]   2> 627317 T3252 oascc.SolrZkClient.makePath makePath: /collections/control_collection/leaders/shard1
   [junit4]   2> 627319 T3245 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 627323 T3245 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 627325 T3245 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 627426 T3245 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 1)
   [junit4]   2> 627426 T3254 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 1)
   [junit4]   2> 627474 T3252 oasc.ZkController.register We are http://127.0.0.1:59278/collection1/ and leader is http://127.0.0.1:59278/collection1/
   [junit4]   2> 627474 T3252 oasc.ZkController.register No LogReplay needed for core=collection1 baseURL=http://127.0.0.1:59278
   [junit4]   2> 627474 T3252 oasc.ZkController.checkRecovery I am the leader, no recovery necessary
   [junit4]   2> 627474 T3252 oasc.ZkController.publish publishing core=collection1 state=active collection=control_collection
   [junit4]   2> 627474 T3252 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
   [junit4]   2> 627476 T3245 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 627476 T3245 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 627476 T3252 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
   [junit4]   2> 627476 T3245 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 627477 T3246 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
   [junit4]   2> 627477 T3246 oasc.Overseer$ClusterStateUpdater.updateState Update state numShards=3 message={
   [junit4]   2> 	  "operation":"state",
   [junit4]   2> 	  "state":"active",
   [junit4]   2> 	  "base_url":"http://127.0.0.1:59278",
   [junit4]   2> 	  "core":"collection1",
   [junit4]   2> 	  "roles":null,
   [junit4]   2> 	  "node_name":"127.0.0.1:59278_",
   [junit4]   2> 	  "shard":"shard1",
   [junit4]   2> 	  "collection":"control_collection",
   [junit4]   2> 	  "numShards":"3",
   [junit4]   2> 	  "core_node_name":"core_node1"}
   [junit4]   2> 627479 T3245 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 627548 T3223 oasc.AbstractFullDistribZkTestBase.createJettys create jetty 1
   [junit4]   2> 627549 T3223 oejs.Server.doStart jetty-8.1.10.v20130312
   [junit4]   2> 627551 T3223 oejs.AbstractConnector.doStart Started SelectChannelConnector@127.0.0.1:56241
   [junit4]   2> 627552 T3223 oass.SolrDispatchFilter.init SolrDispatchFilter.init()
   [junit4]   2> 627552 T3223 oasc.SolrResourceLoader.locateSolrHome JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 627552 T3223 oasc.SolrResourceLoader.locateSolrHome using system property solr.solr.home: ../../../../../../../../../../mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.FullSolrCloudDistribCmdsTest-jetty1-1395907993454
   [junit4]   2> 627553 T3223 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '../../../../../../../../../../mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.FullSolrCloudDistribCmdsTest-jetty1-1395907993454/'
   [junit4]   2> 627570 T3223 oasc.ConfigSolr.fromFile Loading container configuration from /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/../../../../../../../../../../mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.FullSolrCloudDistribCmdsTest-jetty1-1395907993454/solr.xml
   [junit4]   2> 627581 T3245 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 1)
   [junit4]   2> 627581 T3254 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 1)
   [junit4]   2> 627582 T3223 oasc.CoreContainer.<init> New CoreContainer 515271
   [junit4]   2> 627583 T3223 oasc.CoreContainer.load Loading cores into CoreContainer [instanceDir=../../../../../../../../../../mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.FullSolrCloudDistribCmdsTest-jetty1-1395907993454/]
   [junit4]   2> 627584 T3223 oashc.HttpShardHandlerFactory.getParameter Setting socketTimeout to: 90000
   [junit4]   2> 627584 T3223 oashc.HttpShardHandlerFactory.getParameter Setting urlScheme to: 
   [junit4]   2> 627584 T3223 oashc.HttpShardHandlerFactory.getParameter Setting connTimeout to: 15000
   [junit4]   2> 627585 T3223 oashc.HttpShardHandlerFactory.getParameter Setting maxConnectionsPerHost to: 20
   [junit4]   2> 627585 T3223 oashc.HttpShardHandlerFactory.getParameter Setting corePoolSize to: 0
   [junit4]   2> 627585 T3223 oashc.HttpShardHandlerFactory.getParameter Setting maximumPoolSize to: 2147483647
   [junit4]   2> 627585 T3223 oashc.HttpShardHandlerFactory.getParameter Setting maxThreadIdleTime to: 5
   [junit4]   2> 627586 T3223 oashc.HttpShardHandlerFactory.getParameter Setting sizeOfQueue to: -1
   [junit4]   2> 627586 T3223 oashc.HttpShardHandlerFactory.getParameter Setting fairnessPolicy to: false
   [junit4]   2> 627586 T3223 oasl.LogWatcher.createWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory
   [junit4]   2> 627587 T3223 oasl.LogWatcher.newRegisteredLogWatcher Registering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)]
   [junit4]   2> 627587 T3223 oasc.CoreContainer.load Host Name: 127.0.0.1
   [junit4]   2> 627587 T3223 oasc.ZkContainer.initZooKeeper Zookeeper client=127.0.0.1:48460/solr
   [junit4]   2> 627587 T3223 oasc.ZkController.checkChrootPath zkHost includes chroot
   [junit4]   2> 627588 T3223 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 627590 T3265 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@4bed6e name:ZooKeeperConnection Watcher:127.0.0.1:48460 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 627590 T3223 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 627592 T3223 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 627593 T3267 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@464570 name:ZooKeeperConnection Watcher:127.0.0.1:48460/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 627593 T3223 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 627602 T3223 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
   [junit4]   2> 628606 T3223 oasc.ZkController.createEphemeralLiveNode Register node as live in ZooKeeper:/live_nodes/127.0.0.1:56241_
   [junit4]   2> 628608 T3223 oascc.SolrZkClient.makePath makePath: /live_nodes/127.0.0.1:56241_
   [junit4]   2> 628611 T3245 oascc.ZkStateReader$3.process Updating live nodes... (2)
   [junit4]   2> 628611 T3267 oascc.ZkStateReader$3.process Updating live nodes... (2)
   [junit4]   2> 628611 T3254 oascc.ZkStateReader$3.process Updating live nodes... (2)
   [junit4]   2> 628617 T3268 oasc.ZkController.publish publishing core=collection1 state=down collection=collection1
   [junit4]   2> 628617 T3268 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
   [junit4]   2> 628619 T3245 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 628619 T3268 oasc.ZkController.waitForCoreNodeName look for our core node name
   [junit4]   2> 628619 T3245 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 628620 T3245 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 628621 T3246 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
   [junit4]   2> 628622 T3246 oasc.Overseer$ClusterStateUpdater.updateState Update state numShards=3 message={
   [junit4]   2> 	  "operation":"state",
   [junit4]   2> 	  "state":"down",
   [junit4]   2> 	  "base_url":"http://127.0.0.1:56241",
   [junit4]   2> 	  "core":"collection1",
   [junit4]   2> 	  "roles":null,
   [junit4]   2> 	  "node_name":"127.0.0.1:56241_",
   [junit4]   2> 	  "shard":null,
   [junit4]   2> 	  "collection":"collection1",
   [junit4]   2> 	  "numShards":"3",
   [junit4]   2> 	  "core_node_name":null}
   [junit4]   2> 628622 T3246 oasc.Overseer$ClusterStateUpdater.createCollection Create collection collection1 with shards [shard1, shard2, shard3]
   [junit4]   2> 628623 T3246 oasc.Overseer$ClusterStateUpdater.updateState Assigning new node to shard shard=shard2
   [junit4]   2> 628630 T3245 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 628733 T3245 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 2)
   [junit4]   2> 628733 T3267 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 2)
   [junit4]   2> 628733 T3254 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 2)
   [junit4]   2> 629619 T3268 oasc.ZkController.waitForShardId waiting to find shard id in clusterstate for collection1
   [junit4]   2> 629620 T3268 oasc.ZkController.createCollectionZkNode Check for collection zkNode:collection1
   [junit4]   2> 629621 T3268 oasc.ZkController.createCollectionZkNode Collection zkNode exists
   [junit4]   2> 629621 T3268 oascc.ZkStateReader.readConfigName Load collection config from:/collections/collection1
   [junit4]   2> 629622 T3268 oascc.ZkStateReader.readConfigName path=/collections/collection1 configName=conf1 specified config exists in ZooKeeper
   [junit4]   2> 629623 T3268 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '../../../../../../../../../../mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.FullSolrCloudDistribCmdsTest-jetty1-1395907993454/collection1/'
   [junit4]   2> 629624 T3268 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/org.apache.solr.cloud.FullSolrCloudDistribCmdsTest-jetty1-1395907993454/collection1/lib/.svn/' to classloader
   [junit4]   2> 629624 T3268 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/org.apache.solr.cloud.FullSolrCloudDistribCmdsTest-jetty1-1395907993454/collection1/lib/classes/' to classloader
   [junit4]   2> 629625 T3268 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/org.apache.solr.cloud.FullSolrCloudDistribCmdsTest-jetty1-1395907993454/collection1/lib/README' to classloader
   [junit4]   2> 629655 T3268 oasc.SolrConfig.<init> Using Lucene MatchVersion: LUCENE_48
   [junit4]   2> 629667 T3268 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig.xml
   [junit4]   2> 629669 T3268 oass.IndexSchema.readSchema Reading Solr Schema from schema.xml
   [junit4]   2> 629672 T3268 oass.IndexSchema.readSchema [collection1] Schema name=test
   [junit4]   2> 629774 T3268 oass.IndexSchema.readSchema default search field in schema is text
   [junit4]   2> 629776 T3268 oass.IndexSchema.readSchema unique key field: id
   [junit4]   2> 629776 T3268 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
   [junit4]   2> 629779 T3268 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
   [junit4]   2> 629800 T3268 oasc.CoreContainer.create Creating SolrCore 'collection1' using configuration from collection collection1
   [junit4]   2> 629800 T3268 oasc.SolrCore.initDirectoryFactory org.apache.solr.core.MockDirectoryFactory
   [junit4]   2> 629801 T3268 oasc.SolrCore.<init> [collection1] Opening new SolrCore at ../../../../../../../../../../mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.FullSolrCloudDistribCmdsTest-jetty1-1395907993454/collection1/, dataDir=./org.apache.solr.cloud.FullSolrCloudDistribCmdsTest-1395907991730/jetty1/
   [junit4]   2> 629801 T3268 oasc.JmxMonitoredMap.<init> JMX monitoring is enabled. Adding Solr mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@fea56a
   [junit4]   2> 629802 T3268 oasc.CachingDirectoryFactory.get return new directory for ./org.apache.solr.cloud.FullSolrCloudDistribCmdsTest-1395907991730/jetty1
   [junit4]   2> 629802 T3268 oasc.SolrCore.getNewIndexDir New index directory detected: old=null new=./org.apache.solr.cloud.FullSolrCloudDistribCmdsTest-1395907991730/jetty1/index/
   [junit4]   2> 629802 T3268 oasc.SolrCore.initIndex WARN [collection1] Solr index directory './org.apache.solr.cloud.FullSolrCloudDistribCmdsTest-1395907991730/jetty1/index' doesn't exist. Creating new index...
   [junit4]   2> 629802 T3268 oasc.CachingDirectoryFactory.get return new directory for ./org.apache.solr.cloud.FullSolrCloudDistribCmdsTest-1395907991730/jetty1/index
   [junit4]   2> 629803 T3268 oasu.RandomMergePolicy.<init> RandomMergePolicy wrapping class org.apache.lucene.index.LogByteSizeMergePolicy: [LogByteSizeMergePolicy: minMergeSize=1677721, mergeFactor=14, maxMergeSize=2147483648, maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true, maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.6145509440781811]
   [junit4]   2> 629804 T3268 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits: num=1
   [junit4]   2> 		commit{dir=MockDirectoryWrapper(RAMDirectory@10bd51f lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@f07c42),segFN=segments_1,generation=1}
   [junit4]   2> 629804 T3268 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1
   [junit4]   2> 629808 T3268 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "nodistrib"
   [junit4]   2> 629808 T3268 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "dedupe"
   [junit4]   2> 629809 T3268 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe"
   [junit4]   2> 629809 T3268 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "stored_sig"
   [junit4]   2> 629809 T3268 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "stored_sig"
   [junit4]   2> 629810 T3268 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "distrib-dup-test-chain-explicit"
   [junit4]   2> 629810 T3268 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "distrib-dup-test-chain-implicit"
   [junit4]   2> 629811 T3268 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "distrib-dup-test-chain-implicit"
   [junit4]   2> 629811 T3268 oasc.SolrCore.loadUpdateProcessorChains no updateRequestProcessorChain defined as default, creating implicit default
   [junit4]   2> 629812 T3268 oasc.RequestHandlers.initHandlersFromConfig created standard: solr.StandardRequestHandler
   [junit4]   2> 629812 T3268 oasc.RequestHandlers.initHandlersFromConfig created /get: solr.RealTimeGetHandler
   [junit4]   2> 629813 T3268 oasc.RequestHandlers.initHandlersFromConfig adding lazy requestHandler: solr.ReplicationHandler
   [junit4]   2> 629813 T3268 oasc.RequestHandlers.initHandlersFromConfig created /replication: solr.ReplicationHandler
   [junit4]   2> 629814 T3268 oasc.RequestHandlers.initHandlersFromConfig created /update: solr.UpdateRequestHandler
   [junit4]   2> 629814 T3268 oasc.RequestHandlers.initHandlersFromConfig created /admin/: org.apache.solr.handler.admin.AdminHandlers
   [junit4]   2> 629815 T3268 oasc.RequestHandlers.initHandlersFromConfig created /admin/file: solr.admin.ShowFileRequestHandler
   [junit4]   2> 629818 T3268 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 629820 T3268 oasu.CommitTracker.<init> Hard AutoCommit: disabled
   [junit4]   2> 629820 T3268 oasu.CommitTracker.<init> Soft AutoCommit: disabled
   [junit4]   2> 629821 T3268 oasu.RandomMergePolicy.<init> RandomMergePolicy wrapping class org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: maxMergeAtOnce=20, maxMergeAtOnceExplicit=27, maxMergedSegmentMB=78.71484375, floorSegmentMB=1.357421875, forceMergeDeletesPctAllowed=24.550822219019945, segmentsPerTier=36.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.5726551729629729
   [junit4]   2> 629822 T3268 oasc.SolrDeletionPolicy.onInit SolrDeletionPolicy.onInit: commits: num=1
   [junit4]   2> 		commit{dir=MockDirectoryWrapper(RAMDirectory@10bd51f lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@f07c42),segFN=segments_1,generation=1}
   [junit4]   2> 629822 T3268 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1
   [junit4]   2> 629822 T3268 oass.SolrIndexSearcher.<init> Opening Searcher@1ca83ac[collection1] main
   [junit4]   2> 629825 T3269 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@1ca83ac[collection1] main{StandardDirectoryReader(segments_1:1:nrt)}
   [junit4]   2> 629826 T3268 oasc.CoreContainer.registerCore registering core: collection1
   [junit4]   2> 629826 T3272 oasc.ZkController.register Register replica - core:collection1 address:http://127.0.0.1:56241 collection:collection1 shard:shard2
   [junit4]   2> 629827 T3223 oass.SolrDispatchFilter.init user.dir=/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1
   [junit4]   2> 629827 T3272 oascc.SolrZkClient.makePath makePath: /collections/collection1/leader_elect/shard2/election
   [junit4]   2> 629827 T3223 oass.SolrDispatchFilter.init SolrDispatchFilter.init() done
   [junit4]   2> 629830 T3272 oasc.ShardLeaderElectionContext.runLeaderProcess Running the leader process for shard shard2
   [junit4]   2> 629831 T3245 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 629832 T3245 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 629832 T3272 oasc.ShardLeaderElectionContext.waitForReplicasToComeUp Enough replicas found to continue.
   [junit4]   2> 629832 T3272 oasc.ShardLeaderElectionContext.runLeaderProcess I may be the new leader - try and sync
   [junit4]   2> 629832 T3245 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> ASYNC  NEW_CORE C642 name=collection1 org.apache.solr.core.SolrCore@1375998 url=http://127.0.0.1:56241/collection1 node=127.0.0.1:56241_ C642_STATE=coll:collection1 core:collection1 props:{state=down, base_url=http://127.0.0.1:56241, core=collection1, node_name=127.0.0.1:56241_}
   [junit4]   2> 629832 T3272 C642 P56241 oasc.SyncStrategy.sync Sync replicas to http://127.0.0.1:56241/collection1/
   [junit4]   2> 629832 T3246 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
   [junit4]   2> 629832 T3272 C642 P56241 oasc.SyncStrategy.syncReplicas Sync Success - now sync replicas to me
   [junit4]   2> 629833 T3272 C642 P56241 oasc.SyncStrategy.syncToMe http://127.0.0.1:56241/collection1/ has no replicas
   [junit4]   2> 629833 T3272 oasc.ShardLeaderElectionContext.runLeaderProcess I am the new leader: http://127.0.0.1:56241/collection1/ shard2
   [junit4]   2> 629833 T3272 oascc.SolrZkClient.makePath makePath: /collections/collection1/leaders/shard2
   [junit4]   2> 629834 T3245 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 629836 T3245 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 629837 T3245 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 629940 T3245 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 2)
   [junit4]   2> 629941 T3267 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 2)
   [junit4]   2> 629940 T3254 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 2)
   [junit4]   2> 629986 T3272 oasc.ZkController.register We are http://127.0.0.1:56241/collection1/ and leader is http://127.0.0.1:56241/collection1/
   [junit4]   2> 629987 T3272 oasc.ZkController.register No LogReplay needed for core=collection1 baseURL=http://127.0.0.1:56241
   [junit4]   2> 629987 T3272 oasc.ZkController.checkRecovery I am the leader, no recovery necessary
   [junit4]   2> 629987 T3272 oasc.ZkController.publish publishing core=collection1 state=active collection=collection1
   [junit4]   2> 629987 T3272 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
   [junit4]   2> 629988 T3245 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 629989 T3245 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 629989 T3245 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 629989 T3272 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
   [junit4]   2> 629990 T3246 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
   [junit4]   2> 629991 T3246 oasc.Overseer$ClusterStateUpdater.updateState Update state numShards=3 message={
   [junit4]   2> 	  "operation":"state",
   [junit4]   2> 	  "state":"active",
   [junit4]   2> 	  "base_url":"http://127.0.0.1:56241",
   [junit4]   2> 	  "core":"collection1",
   [junit4]   2> 	  "roles":null,
   [junit4]   2> 	  "node_name":"127.0.0.1:56241_",
   [junit4]   2> 	  "shard":"shard2",
   [junit4]   2> 	  "collection":"collection1",
   [junit4]   2> 	  "numShards":"3",
   [junit4]   2> 	  "core_node_name":"core_node1"}
   [junit4]   2> 629992 T3245 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 630060 T3223 oasc.AbstractFullDistribZkTestBase.createJettys create jetty 2
   [junit4]   2> 630060 T3223 oejs.Server.doStart jetty-8.1.10.v20130312
   [junit4]   2> 630063 T3223 oejs.AbstractConnector.doStart Started SelectChannelConnector@127.0.0.1:36595
   [junit4]   2> 630063 T3223 oass.SolrDispatchFilter.init SolrDispatchFilter.init()
   [junit4]   2> 630064 T3223 oasc.SolrResourceLoader.locateSolrHome JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 630064 T3223 oasc.SolrResourceLoader.locateSolrHome using system property solr.solr.home: ../../../../../../../../../../mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.FullSolrCloudDistribCmdsTest-jetty2-1395907995968
   [junit4]   2> 630064 T3223 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '../../../../../../../../../../mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.FullSolrCloudDistribCmdsTest-jetty2-1395907995968/'
   [junit4]   2> 630074 T3223 oasc.ConfigSolr.fromFile Loading container configuration from /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/../../../../../../../../../../mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.FullSolrCloudDistribCmdsTest-jetty2-1395907995968/solr.xml
   [junit4]   2> 630080 T3223 oasc.CoreContainer.<init> New CoreContainer 28946729
   [junit4]   2> 630080 T3223 oasc.CoreContainer.load Loading cores into CoreContainer [instanceDir=../../../../../../../../../../mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.FullSolrCloudDistribCmdsTest-jetty2-1395907995968/]
   [junit4]   2> 630081 T3223 oashc.HttpShardHandlerFactory.getParameter Setting socketTimeout to: 90000
   [junit4]   2> 630081 T3223 oashc.HttpShardHandlerFactory.getParameter Setting urlScheme to: 
   [junit4]   2> 630081 T3223 oashc.HttpShardHandlerFactory.getParameter Setting connTimeout to: 15000
   [junit4]   2> 630082 T3223 oashc.HttpShardHandlerFactory.getParameter Setting maxConnectionsPerHost to: 20
   [junit4]   2> 630082 T3223 oashc.HttpShardHandlerFactory.getParameter Setting corePoolSize to: 0
   [junit4]   2> 630082 T3223 oashc.HttpShardHandlerFactory.getParameter Setting maximumPoolSize to: 2147483647
   [junit4]   2> 630082 T3223 oashc.HttpShardHandlerFactory.getParameter Setting maxThreadIdleTime to: 5
   [junit4]   2> 630083 T3223 oashc.HttpShardHandlerFactory.getParameter Setting sizeOfQueue to: -1
   [junit4]   2> 630083 T3223 oashc.HttpShardHandlerFactory.getParameter Setting fairnessPolicy to: false
   [junit4]   2> 630083 T3223 oasl.LogWatcher.createWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory
   [junit4]   2> 630084 T3223 oasl.LogWatcher.newRegisteredLogWatcher Registering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)]
   [junit4]   2> 630084 T3223 oasc.CoreContainer.load Host Name: 127.0.0.1
   [junit4]   2> 630084 T3223 oasc.ZkContainer.initZooKeeper Zookeeper client=127.0.0.1:48460/solr
   [junit4]   2> 630085 T3223 oasc.ZkController.checkChrootPath zkHost includes chroot
   [junit4]   2> 630085 T3223 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 630086 T3283 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@18f494 name:ZooKeeperConnection Watcher:127.0.0.1:48460 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 630087 T3223 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 630088 T3223 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 630088 T3285 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@16c9261 name:ZooKeeperConnection Watcher:127.0.0.1:48460/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 630089 T3223 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 630092 T3223 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
   [junit4]   2> 630093 T3254 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 2)
   [junit4]   2> 630093 T3245 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 2)
   [junit4]   2> 630093 T3267 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 2)
   [junit4]   2> 631095 T3223 oasc.ZkController.createEphemeralLiveNode Register node as live in ZooKeeper:/live_nodes/127.0.0.1:36595_
   [junit4]   2> 631096 T3223 oascc.SolrZkClient.makePath makePath: /live_nodes/127.0.0.1:36595_
   [junit4]   2> 631097 T3254 oascc.ZkStateReader$3.process Updating live nodes... (3)
   [junit4]   2> 631097 T3285 oascc.ZkStateReader$3.process Updating live nodes... (3)
   [junit4]   2> 631097 T3267 oascc.ZkStateReader$3.process Updating live nodes... (3)
   [junit4]   2> 631097 T3245 oascc.ZkStateReader$3.process Updating live nodes... (3)
   [junit4]   2> 631100 T3286 oasc.ZkController.publish publishing core=collection1 state=down collection=collection1
   [junit4]   2> 631100 T3286 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
   [junit4]   2> 631101 T3245 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 631101 T3245 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 631101 T3245 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 631101 T3286 oasc.ZkController.waitForCoreNodeName look for our core node name
   [junit4]   2> 631102 T3246 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
   [junit4]   2> 631102 T3246 oasc.Overseer$ClusterStateUpdater.updateState Update state numShards=3 message={
   [junit4]   2> 	  "operation":"state",
   [junit4]   2> 	  "state":"down",
   [junit4]   2> 	  "base_url":"http://127.0.0.1:36595",
   [junit4]   2> 	  "core":"collection1",
   [junit4]   2> 	  "roles":null,
   [junit4]   2> 	  "node_name":"127.0.0.1:36595_",
   [junit4]   2> 	  "shard":null,
   [junit4]   2> 	  "collection":"collection1",
   [junit4]   2> 	  "numShards":"3",
   [junit4]   2> 	  "core_node_name":null}
   [junit4]   2> 631103 T3246 oasc.Overseer$ClusterStateUpdater.updateState Collection already exists with numShards=3
   [junit4]   2> 631103 T3246 oasc.Overseer$ClusterStateUpdater.updateState Assigning new node to shard shard=shard3
   [junit4]   2> 631107 T3245 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 631209 T3285 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 3)
   [junit4]   2> 631209 T3245 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 3)
   [junit4]   2> 631209 T3254 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 3)
   [junit4]   2> 631209 T3267 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 3)
   [junit4]   2> 632101 T3286 oasc.ZkController.waitForShardId waiting to find shard id in clusterstate for collection1
   [junit4]   2> 632102 T3286 oasc.ZkController.createCollectionZkNode Check for collection zkNode:collection1
   [junit4]   2> 632102 T3286 oasc.ZkController.createCollectionZkNode Collection zkNode exists
   [junit4]   2> 632102 T3286 oascc.ZkStateReader.readConfigName Load collection config from:/collections/collection1
   [junit4]   2> 632103 T3286 oascc.ZkStateReader.readConfigName path=/collections/collection1 configName=conf1 specified config exists in ZooKeeper
   [junit4]   2> 632103 T3286 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '../../../../../../../../../../mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.FullSolrCloudDistribCmdsTest-jetty2-1395907995968/collection1/'
   [junit4]   2> 632104 T3286 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/org.apache.solr.cloud.FullSolrCloudDistribCmdsTest-jetty2-1395907995968/collection1/lib/.svn/' to classloader
   [junit4]   2> 632104 T3286 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/org.apache.solr.cloud.FullSolrCloudDistribCmdsTest-jetty2-1395907995968/collection1/lib/classes/' to classloader
   [junit4]   2> 632104 T3286 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/org.apache.solr.cloud.FullSolrCloudDistribCmdsTest-jetty2-1395907995968/collection1/lib/README' to classloader
   [junit4]   2> 632119 T3286 oasc.SolrConfig.<init> Using Lucene MatchVersion: LUCENE_48
   [junit4]   2> 632126 T3286 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig.xml
   [junit4]   2> 632127 T3286 oass.IndexSchema.readSchema Reading Solr Schema from schema.xml
   [junit4]   2> 632131 T3286 oass.IndexSchema.readSchema [collection1] Schema name=test
   [junit4]   2> 632209 T3286 oass.IndexSchema.readSchema default search field in schema is text
   [junit4]   2> 632210 T3286 oass.IndexSchema.readSchema unique key field: id
   [junit4]   2> 632210 T3286 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
   [junit4]   2> 632213 T3286 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
   [junit4]   2> 632223 T3286 oasc.CoreContainer.create Creating SolrCore 'collection1' using configuration from collection collection1
   [junit4]   2> 632224 T3286 oasc.SolrCore.initDirectoryFactory org.apache.solr.core.MockDirectoryFactory
   [junit4]   2> 632224 T3286 oasc.SolrCore.<init> [collection1] Opening new SolrCore at ../../../../../../../../../../mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.FullSolrCloudDistribCmdsTest-jetty2-1395907995968/collection1/, dataDir=./org.apache.solr.cloud.FullSolrCloudDistribCmdsTest-1395907991730/jetty2/
   [junit4]   2> 632224 T3286 oasc.JmxMonitoredMap.<init> JMX monitoring is enabled. Adding Solr mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@fea56a
   [junit4]   2> 632225 T3286 oasc.CachingDirectoryFactory.get return new directory for ./org.apache.solr.cloud.FullSolrCloudDistribCmdsTest-1395907991730/jetty2
   [junit4]   2> 632225 T3286 oasc.SolrCore.getNewIndexDir New index directory detected: old=null new=./org.apache.solr.cloud.FullSolrCloudDistribCmdsTest-1395907991730/jetty2/index/
   [junit4]   2> 632225 T3286 oasc.SolrCore.initIndex WARN [collection1] Solr index directory './org.apache.solr.cloud.FullSolrCloudDistribCmdsTest-1395907991730/jetty2/index' doesn't exist. Creating new index...
   [junit4]   2> 632225 T3286 oasc.CachingDirectoryFactory.get return new directory for ./org.apache.solr.cloud.FullSolrCloudDistribCmdsTest-1395907991730/jetty2/index
   [junit4]   2> 632225 T3286 oasu.RandomMergePolicy.<init> RandomMergePolicy wrapping class org.apache.lucene.index.LogByteSizeMergePolicy: [LogByteSizeMergePolicy: minMergeSize=1677721, mergeFactor=14, maxMergeSize=2147483648, maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true, maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.6145509440781811]
   [junit4]   2> 632226 T3286 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits: num=1
   [junit4]   2> 		commit{dir=MockDirectoryWrapper(RAMDirectory@1383574 lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@493b86),segFN=segments_1,generation=1}
   [junit4]   2> 632226 T3286 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1
   [junit4]   2> 632228 T3286 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "nodistrib"
   [junit4]   2> 632228 T3286 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "dedupe"
   [junit4]   2> 632228 T3286 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe"
   [junit4]   2> 632228 T3286 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "stored_sig"
   [junit4]   2> 632229 T3286 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "stored_sig"
   [junit4]   2> 632229 T3286 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "distrib-dup-test-chain-explicit"
   [junit4]   2> 632229 T3286 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "distrib-dup-test-chain-implicit"
   [junit4]   2> 632229 T3286 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "distrib-dup-test-chain-implicit"
   [junit4]   2> 632229 T3286 oasc.SolrCore.loadUpdateProcessorChains no updateRequestProcessorChain defined as default, creating implicit default
   [junit4]   2> 632230 T3286 oasc.RequestHandlers.initHandlersFromConfig created standard: solr.StandardRequestHandler
   [junit4]   2> 632230 T3286 oasc.RequestHandlers.initHandlersFromConfig created /get: solr.RealTimeGetHandler
   [junit4]   2> 632230 T3286 oasc.RequestHandlers.initHandlersFromConfig adding lazy requestHandler: solr.ReplicationHandler
   [junit4]   2> 632230 T3286 oasc.RequestHandlers.initHandlersFromConfig created /replication: solr.ReplicationHandler
   [junit4]   2> 632231 T3286 oasc.RequestHandlers.initHandlersFromConfig created /update: solr.UpdateRequestHandler
   [junit4]   2> 632231 T3286 oasc.RequestHandlers.initHandlersFromConfig created /admin/: org.apache.solr.handler.admin.AdminHandlers
   [junit4]   2> 632231 T3286 oasc.RequestHandlers.initHandlersFromConfig created /admin/file: solr.admin.ShowFileRequestHandler
   [junit4]   2> 632233 T3286 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 632234 T3286 oasu.CommitTracker.<init> Hard AutoCommit: disabled
   [junit4]   2> 632234 T3286 oasu.CommitTracker.<init> Soft AutoCommit: disabled
   [junit4]   2> 632234 T3286 oasu.RandomMergePolicy.<init> RandomMergePolicy wrapping class org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: maxMergeAtOnce=20, maxMergeAtOnceExplicit=27, maxMergedSegmentMB=78.71484375, floorSegmentMB=1.357421875, forceMergeDeletesPctAllowed=24.550822219019945, segmentsPerTier=36.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.5726551729629729
   [junit4]   2> 632235 T3286 oasc.SolrDeletionPolicy.onInit SolrDeletionPolicy.onInit: commits: num=1
   [junit4]   2> 		commit{dir=MockDirectoryWrapper(RAMDirectory@1383574 lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@493b86),segFN=segments_1,generation=1}
   [junit4]   2> 632235 T3286 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1
   [junit4]   2> 632235 T3286 oass.SolrIndexSearcher.<init> Opening Searcher@27afb9[collection1] main
   [junit4]   2> 632237 T3287 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@27afb9[collection1] main{StandardDirectoryReader(segments_1:1:nrt)}
   [junit4]   2> 632238 T3286 oasc.CoreContainer.registerCore registering core: collection1
   [junit4]   2> 632239 T3290 oasc.ZkController.register Register replica - core:collection1 address:http://127.0.0.1:36595 collection:collection1 shard:shard3
   [junit4]   2> 632239 T3223 oass.SolrDispatchFilter.init user.dir=/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1
   [junit4]   2> 632239 T3290 oascc.SolrZkClient.makePath makePath: /collections/collection1/leader_elect/shard3/election
   [junit4]   2> 632239 T3223 oass.SolrDispatchFilter.init SolrDispatchFilter.init() done
   [junit4]   2> 632242 T3290 oasc.ShardLeaderElectionContext.runLeaderProcess Running the leader process for shard shard3
   [junit4]   2> 632243 T3245 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 632244 T3245 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 632244 T3245 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 632244 T3290 oasc.ShardLeaderElectionContext.waitForReplicasToComeUp Enough replicas found to continue.
   [junit4]   2> 632244 T3290 oasc.ShardLeaderElectionContext.runLeaderProcess I may be the new leader - try and sync
   [junit4]   2> 632244 T3246 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
   [junit4]   2> ASYNC  NEW_CORE C643 name=collection1 org.apache.solr.core.SolrCore@1bb08ef url=http://127.0.0.1:36595/collection1 node=127.0.0.1:36595_ C643_STATE=coll:collection1 core:collection1 props:{state=down, base_url=http://127.0.0.1:36595, core=collection1, node_name=127.0.0.1:36595_}
   [junit4]   2> 632244 T3290 C643 P36595 oasc.SyncStrategy.sync Sync replicas to http://127.0.0.1:36595/collection1/
   [junit4]   2> 632245 T3290 C643 P36595 oasc.SyncStrategy.syncReplicas Sync Success - now sync replicas to me
   [junit4]   2> 632245 T3290 C643 P36595 oasc.SyncStrategy.syncToMe http://127.0.0.1:36595/collection1/ has no replicas
   [junit4]   2> 632245 T3290 oasc.ShardLeaderElectionContext.runLeaderProcess I am the new leader: http://127.0.0.1:36595/collection1/ shard3
   [junit4]   2> 632245 T3290 oascc.SolrZkClient.makePath makePath: /collections/collection1/leaders/shard3
   [junit4]   2> 632246 T3245 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 632248 T3245 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 632249 T3245 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 632476 T3223 oasc.AbstractFullDistribZkTestBase.createJettys create jetty 3
   [junit4]   2> 632476 T3223 oejs.Server.doStart jetty-8.1.10.v20130312
   [junit4]   2> 632485 T3223 oejs.AbstractConnector.doStart Started SelectChannelConnector@127.0.0.1:47323
   [junit4]   2> 632486 T3223 oass.SolrDispatchFilter.init SolrDispatchFilter.init()
   [junit4]   2> 632487 T3223 oasc.SolrResourceLoader.locateSolrHome JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 632487 T3223 oasc.SolrResourceLoader.locateSolrHome using system property solr.solr.home: ./org.apache.solr.cloud.FullSolrCloudDistribCmdsTest-jetty3-1395907998380
   [junit4]   2> 632487 T3223 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: './org.apache.solr.cloud.FullSolrCloudDistribCmdsTest-jetty3-1395907998380/'
   [junit4]   2> 632497 T3223 oasc.ConfigSolr.fromFile Loading container configuration from /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.FullSolrCloudDistribCmdsTest-jetty3-1395907998380/solr.xml
   [junit4]   2> 632505 T3223 oasc.CoreContainer.<init> New CoreContainer 15549790
   [junit4]   2> 632506 T3223 oasc.CoreContainer.load Loading cores into CoreContainer [instanceDir=./org.apache.solr.cloud.FullSolrCloudDistribCmdsTest-jetty3-1395907998380/]
   [junit4]   2> 632506 T3223 oashc.HttpShardHandlerFactory.getParameter Setting socketTimeout to: 90000
   [junit4]   2> 632507 T3223 oashc.HttpShardHandlerFactory.getParameter Setting urlScheme to: 
   [junit4]   2> 632507 T3223 oashc.HttpShardHandlerFactory.getParameter Setting connTimeout to: 15000
   [junit4]   2> 632507 T3223 oashc.HttpShardHandlerFactory.getParameter Setting maxConnectionsPerHost to: 20
   [junit4]   2> 632507 T3223 oashc.HttpShardHandlerFactory.getParameter Setting corePoolSize to: 0
   [junit4]   2> 632508 T3223 oashc.HttpShardHandlerFactory.getParameter Setting maximumPoolSize to: 2147483647
   [junit4]   2> 632508 T3223 oashc.HttpShardHandlerFactory.getParameter Setting maxThreadIdleTime to: 5
   [junit4]   2> 632508 T3223 oashc.HttpShardHandlerFactory.getParameter Setting sizeOfQueue to: -1
   [junit4]   2> 632508 T3223 oashc.HttpShardHandlerFactory.getParameter Setting fairnessPolicy to: false
   [junit4]   2> 632509 T3223 oasl.LogWatcher.createWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory
   [junit4]   2> 632509 T3223 oasl.LogWatcher.newRegisteredLogWatcher Registering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)]
   [junit4]   2> 632509 T3223 oasc.CoreContainer.load Host Name: 127.0.0.1
   [junit4]   2> 632510 T3223 oasc.ZkContainer.initZooKeeper Zookeeper client=127.0.0.1:48460/solr
   [junit4]   2> 632510 T3223 oasc.ZkController.checkChrootPath zkHost includes chroot
   [junit4]   2> 632511 T3223 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 632535 T3254 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 3)
   [junit4]   2> 632535 T3245 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 3)
   [junit4]   2> 632535 T3267 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 3)
   [junit4]   2> 632535 T3285 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 3)
   [junit4]   2> 632538 T3301 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@1497c1f name:ZooKeeperConnection Watcher:127.0.0.1:48460 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 632538 T3223 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 632540 T3223 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 632541 T3303 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@1e259f2 name:ZooKeeperConnection Watcher:127.0.0.1:48460/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 632541 T3223 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 632546 T3223 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
   [junit4]   2> 632548 T3290 oasc.ZkController.register We are http://127.0.0.1:36595/collection1/ and leader is http://127.0.0.1:36595/collection1/
   [junit4]   2> 632549 T3290 oasc.ZkController.register No LogReplay needed for core=collection1 baseURL=http://127.0.0.1:36595
   [junit4]   2> 632549 T3290 oasc.ZkController.checkRecovery I am the leader, no recovery necessary
   [junit4]   2> 632549 T3290 oasc.ZkController.publish publishing core=collection1 state=active collection=collection1
   [junit4]   2> 632549 T3290 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
   [junit4]   2> 632550 T3245 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 632550 T3245 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 632550 T3245 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 632550 T3290 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
   [junit4]   2> 632551 T3246 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
   [junit4]   2> 632551 T3246 oasc.Overseer$ClusterStateUpdater.updateState Update state numShards=3 message={
   [junit4]   2> 	  "operation":"state",
   [junit4]   2> 	  "state":"active",
   [junit4]   2> 	  "base_url":"http://127.0.0.1:36595",
   [junit4]   2> 	  "core":"collection1",
   [junit4]   2> 	  "roles":null,
   [junit4]   2> 	  "node_name":"127.0.0.1:36595_",
   [junit4]   2> 	  "shard":"shard3",
   [junit4]   2> 	  "collection":"collection1",
   [junit4]   2> 	  "numShards":"3",
   [junit4]   2> 	  "core_node_name":"core_node2"}
   [junit4]   2> 632553 T3245 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 632654 T3303 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 3)
   [junit4]   2> 632654 T3267 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 3)
   [junit4]   2> 632654 T3245 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 3)
   [junit4]   2> 632654 T3285 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 3)
   [junit4]   2> 632654 T3254 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 3)
   [junit4]   2> 633548 T3223 oasc.ZkController.createEphemeralLiveNode Register node as live in ZooKeeper:/live_nodes/127.0.0.1:47323_
   [junit4]   2> 633549 T3223 oascc.SolrZkClient.makePath makePath: /live_nodes/127.0.0.1:47323_
   [junit4]   2> 633554 T3254 oascc.ZkStateReader$3.process Updating live nodes... (4)
   [junit4]   2> 633554 T3285 oascc.ZkStateReader$3.process Updating live nodes... (4)
   [junit4]   2> 633555 T3245 oascc.ZkStateReader$3.process Updating live nodes... (4)
   [junit4]   2> 633554 T3303 oascc.ZkStateReader$3.process Updating live nodes... (4)
   [junit4]   2> 633554 T3267 oascc.ZkStateReader$3.process Updating live nodes... (4)
   [junit4]   2> 633557 T3304 oasc.ZkController.publish publishing core=collection1 state=down collection=collection1
   [junit4]   2> 633558 T3304 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
   [junit4]   2> 633558 T3245 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 633559 T3245 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 633559 T3245 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 633559 T3304 oasc.ZkController.waitForCoreNodeName look for our core node name
   [junit4]   2> 633559 T3246 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
   [junit4]   2> 633560 T3246 oasc.Overseer$ClusterStateUpdater.updateState Update state numShards=3 message={
   [junit4]   2> 	  "operation":"state",
   [junit4]   2> 	  "state":"down",
   [junit4]   2> 	  "base_url":"http://127.0.0.1:47323",
   [junit4]   2> 	  "core":"collection1",
   [junit4]   2> 	  "roles":null,
   [junit4]   2> 	  "node_name":"127.0.0.1:47323_",
   [junit4]   2> 	  "shard":null,
   [junit4]   2> 	  "collection":"collection1",
   [junit4]   2> 	  "numShards":"3",
   [junit4]   2> 	  "core_node_name":null}
   [junit4]   2> 633560 T3246 oasc.Overseer$ClusterStateUpdater.updateState Collection already exists with numShards=3
   [junit4]   2> 633560 T3246 oasc.Overseer$ClusterStateUpdater.updateState Assigning new node to shard shard=shard1
   [junit4]   2> 633561 T3245 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 633663 T3303 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 4)
   [junit4]   2> 633663 T3285 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 4)
   [junit4]   2> 633663 T3267 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 4)
   [junit4]   2> 633663 T3254 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 4)
   [junit4]   2> 633664 T3245 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 4)
   [junit4]   2> 634559 T3304 oasc.ZkController.waitForShardId waiting to find shard id in clusterstate for collection1
   [junit4]   2> 634559 T3304 oasc.ZkController.createCollectionZkNode Check for collection zkNode:collection1
   [junit4]   2> 634560 T3304 oasc.ZkController.createCollectionZkNode Collection zkNode exists
   [junit4]   2> 634560 T3304 oascc.ZkStateReader.readConfigName Load collection config from:/collections/collection1
   [junit4]   2> 634561 T3304 oascc.ZkStateReader.readConfigName path=/collections/collection1 configName=conf1 specified config exists in ZooKeeper
   [junit4]   2> 634561 T3304 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: './org.apache.solr.cloud.FullSolrCloudDistribCmdsTest-jetty3-1395907998380/collection1/'
   [jun

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

1 | FullSolrCloudDistribCmdsTest.testDistribSearch <<<
   [junit4]    > Throwable #1: org.apache.solr.client.solrj.SolrServerException: No live SolrServers available to handle this request:[http://127.0.0.1:36595, http://127.0.0.1:56231, http://127.0.0.1:56241, http://127.0.0.1:59278, http://127.0.0.1:57038]
   [junit4]    > 	at __randomizedtesting.SeedInfo.seed([1C0CC3CACFE568A4:9DEA4DD2B8BA0898]:0)
   [junit4]    > 	at org.apache.solr.client.solrj.impl.LBHttpSolrServer.request(LBHttpSolrServer.java:387)
   [junit4]    > 	at org.apache.solr.client.solrj.impl.CloudSolrServer.request(CloudSolrServer.java:636)
   [junit4]    > 	at org.apache.solr.cloud.AbstractFullDistribZkTestBase.createCollection(AbstractFullDistribZkTestBase.java:1662)
   [junit4]    > 	at org.apache.solr.cloud.AbstractFullDistribZkTestBase.createCollection(AbstractFullDistribZkTestBase.java:1688)
   [junit4]    > 	at org.apache.solr.cloud.FullSolrCloudDistribCmdsTest.testIndexingBatchPerRequestWithHttpSolrServer(FullSolrCloudDistribCmdsTest.java:355)
   [junit4]    > 	at org.apache.solr.cloud.FullSolrCloudDistribCmdsTest.doTest(FullSolrCloudDistribCmdsTest.java:145)
   [junit4]    > 	at org.apache.solr.BaseDistributedSearchTestCase.testDistribSearch(BaseDistributedSearchTestCase.java:867)
   [junit4]    > 	at java.lang.Thread.run(Thread.java:744)
   [junit4]    > Caused by: org.apache.solr.client.solrj.impl.HttpSolrServer$RemoteSolrException: org.apache.solr.common.SolrException
   [junit4]    > 	at org.apache.solr.handler.admin.CollectionsHandler.handleResponse(CollectionsHandler.java:313)
   [junit4]    > 	at org.apache.solr.handler.admin.CollectionsHandler.handleResponse(CollectionsHandler.java:269)
   [junit4]    > 	at org.apache.solr.handler.admin.CollectionsHandler.handleCreateAction(CollectionsHandler.java:434)
   [junit4]    > 	at org.apache.solr.handler.admin.CollectionsHandler.handleRequestBody(CollectionsHandler.java:147)
   [junit4]    > 	at org.apache.solr.handler.RequestHandlerBase.handleRequest(RequestHandlerBase.java:135)
   [junit4]    > 	at org.apache.solr.servlet.SolrDispatchFilter.handleAdminRequest(SolrDispatchFilter.java:731)
   [junit4]    > 	at org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:276)
   [junit4]    > 	at org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:216)
   [junit4]    > 	at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1419)
   [junit4]    > 	at org.apache.solr.client.solrj.embedded.JettySolrRunner$DebugFilter.doFilter(JettySolrRunner.java:134)
   [junit4]    > 	at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1419)
   [junit4]    > 	at org.eclipse.jetty.servlet.ServletHandler.doHandle(ServletHandler.java:455)
   [junit4]    > 	at org.eclipse.jetty.server.session.SessionHandler.doHandle(SessionHandler.java:229)
   [junit4]    > 	at org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:137)
   [junit4]    > 	at org.eclipse.jetty.server.handler.GzipHandler.handle(GzipHandler.java:301)
   [junit4]    > 	at org.eclipse.jetty.server.handler.ContextHandler.doHandle(ContextHandler.java:1077)
   [junit4]    > 	at org.eclipse.jetty.servlet.ServletHandler.doScope(ServletHandler.java:384)
   [junit4]    > 	at org.eclipse.jetty.server.session.SessionHandler.doScope(SessionHandler.java:193)
   [junit4]    > 	at org.eclipse.jetty.server.handler.ContextHandler.doScope(ContextHandler.java:1009)
   [junit4]    > 	at org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:135)
   [junit4]    > 	at org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:116)
   [junit4]    > 	at org.eclipse.jetty.server.Server.handle(Server.java:368)
   [junit4]    > 	at org.eclipse.jetty.server.AbstractHttpConnection.handleRequest(AbstractHttpConnection.java:489)
   [junit4]    > 	at org.eclipse.jetty.server.AbstractHttpConnection.headerComplete(AbstractHttpConnection.java:942)
   [junit4]    > 	at org.eclipse.jetty.server.AbstractHttpConnection$RequestHandler.headerComplete(AbstractHttpConnection.java:1004)
   [junit4]    > 	at org.eclipse.jetty.http.HttpParser.parseNext(HttpParser.java:640)
   [junit4]    > 	at org.eclipse.jetty.http.HttpParser.parseAvailable(HttpParser.java:235)
   [junit4]    > 	at org.eclipse.jetty.server.AsyncHttpConnection.handle(AsyncHttpConnection.java:82)
   [junit4]    > 	at org.eclipse.jetty.io.nio.SelectChannelEndPoint.handle(SelectChannelEndPoint.java:628)
   [junit4]    > 	at org.eclipse.jetty.io.nio.SelectChannelEndPoint$1.run(SelectChannelEndPoint.java:52)
   [junit4]    > 	at org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:608)
   [junit4]    > 	at org.eclipse.jetty.util.thread.QueuedThreadPool$3.run(QueuedThreadPool.java:543)
   [junit4]    > 	at java.lang.Thread.run(Thread.java:744)
   [junit4]    > 	at org.apache.solr.client.solrj.impl.HttpSolrServer.executeMethod(HttpSolrServer.java:553)
   [junit4]    > 	at org.apache.solr.client.solrj.impl.HttpSolrServer.request(HttpSolrServer.java:209)
   [junit4]    > 	at org.apache.solr.client.solrj.impl.HttpSolrServer.request(HttpSolrServer.java:205)
   [junit4]    > 	at org.apache.solr.client.solrj.impl.LBHttpSolrServer.request(LBHttpSolrServer.java:302)
   [junit4]    > 	... 45 more
   [junit4]   2> 686031 T3223 oas.SolrTestCaseJ4.deleteCore ###deleteCore
   [junit4]   2> 60448 T3222 ccr.ThreadLeakControl.checkThreadLeaks WARNING Will linger awaiting termination of 4 leaked thread(s).
   [junit4]   2> 687086 T3245 oascc.ZkStateReader$3.process WARN ZooKeeper watch triggered, but Solr cannot talk to ZK
   [junit4]   2> 687243 T3285 oascc.ZkStateReader$3.process WARN ZooKeeper watch triggered, but Solr cannot talk to ZK
   [junit4]   2> 687319 T3321 oascc.ZkStateReader$3.process WARN ZooKeeper watch triggered, but Solr cannot talk to ZK
   [junit4]   2> NOTE: test params are: codec=Asserting, sim=RandomSimilarityProvider(queryNorm=false,coord=yes): {}, locale=no, timezone=Asia/Colombo
   [junit4]   2> NOTE: Linux 3.8.0-37-generic i386/Oracle Corporation 1.8.0 (32-bit)/cpus=8,threads=1,free=50400024,total=408682496
   [junit4]   2> NOTE: All tests run in this JVM: [TestWordDelimiterFilterFactory, TestCollationField, TestFileDictionaryLookup, TestSolrXmlPersistor, TestFastWriter, TestNonNRTOpen, TestBinaryResponseWriter, TestLazyCores, SuggestComponentTest, CoreAdminRequestStatusTest, TestSweetSpotSimilarityFactory, TestXIncludeConfig, SolrIndexConfigTest, HighlighterTest, BasicDistributedZk2Test, TestMiniSolrCloudCluster, TestCollationFieldDocValues, DistributedQueryComponentCustomSortTest, ChaosMonkeySafeLeaderTest, RequiredFieldsTest, TestReload, TestPartialUpdateDeduplication, TestComponentsName, TestRangeQuery, MinimalSchemaTest, CustomCollectionTest, OpenCloseCoreStressTest, ShardRoutingCustomTest, TestPhraseSuggestions, CoreMergeIndexesAdminHandlerTest, DirectUpdateHandlerTest, JSONWriterTest, ZkNodePropsTest, TestUtils, DefaultValueUpdateProcessorTest, ConvertedLegacyTest, SuggesterWFSTTest, HdfsChaosMonkeySafeLeaderTest, HdfsRecoveryZkTest, TestCSVResponseWriter, TestFiltering, RequestHandlersTest, TestAnalyzedSuggestions, DirectSolrSpellCheckerTest, TestDefaultSearchFieldResource, TestDefaultSimilarityFactory, TestJmxIntegration, TestRTGBase, SpellCheckCollatorTest, PrimUtilsTest, TestFastLRUCache, TestStressReorder, TestSimpleQParserPlugin, AnalysisErrorHandlingTest, TestOmitPositions, TestCoreDiscovery, OutputWriterTest, SolrCmdDistributorTest, TestQueryTypes, BadCopyFieldTest, SimplePostToolTest, TestDFRSimilarityFactory, NotRequiredUniqueKeyTest, TestDynamicFieldCollectionResource, SignatureUpdateProcessorFactoryTest, SpellingQueryConverterTest, ZkSolrClientTest, TestNumberUtils, DebugComponentTest, TestIndexingPerformance, TestSolrQueryParserDefaultOperatorResource, TestShardHandlerFactory, TestSolrXmlPersistence, TestDistributedSearch, DisMaxRequestHandlerTest, TestSolrQueryParserResource, PreAnalyzedFieldTest, TestSolrJ, HdfsUnloadDistributedZkTest, DocumentAnalysisRequestHandlerTest, TestCSVLoader, TestDocBasedVersionConstraints, TimeZoneUtilsTest, CursorMarkTest, TestQuerySenderNoQuery, TestSerializedLuceneMatchVersion, DistributedSuggestComponentTest, UniqFieldsUpdateProcessorFactoryTest, TestIBSimilarityFactory, TestStressUserVersions, SolrCoreCheckLockOnStartupTest, TestSchemaVersionResource, AlternateDirectoryTest, UnloadDistributedZkTest, SyncSliceTest, OverseerTest, LeaderElectionIntegrationTest, RecoveryZkTest, FullSolrCloudDistribCmdsTest]
   [junit4] Completed on J1 in 61.98s, 1 test, 1 error <<< FAILURES!

[...truncated 558 lines...]
BUILD FAILED
/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/build.xml:467: The following error occurred while executing this line:
/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/build.xml:447: The following error occurred while executing this line:
/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/build.xml:45: The following error occurred while executing this line:
/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/extra-targets.xml:37: The following error occurred while executing this line:
/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build.xml:189: The following error occurred while executing this line:
/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/common-build.xml:490: The following error occurred while executing this line:
/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/lucene/common-build.xml:1276: The following error occurred while executing this line:
/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/lucene/common-build.xml:908: There were test failures: 379 suites, 1603 tests, 1 error, 37 ignored (16 assumptions)

Total time: 56 minutes 34 seconds
Build step 'Invoke Ant' marked build as failure
Description set: Java: 32bit/jdk1.8.0 -server -XX:+UseParallelGC
Archiving artifacts
Recording test results
Email was triggered for: Failure
Sending email for trigger: Failure