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/12/08 13:10:23 UTC

[JENKINS] Lucene-Solr-4.10-Linux (64bit/jdk1.8.0_40-ea-b09) - Build # 137 - Failure!

Build: http://jenkins.thetaphi.de/job/Lucene-Solr-4.10-Linux/137/
Java: 64bit/jdk1.8.0_40-ea-b09 -XX:+UseCompressedOops -XX:+UseParallelGC (asserts: true)

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

Error Message:


Stack Trace:
org.apache.solr.common.cloud.ZooKeeperException: 
	at __randomizedtesting.SeedInfo.seed([9D2E1581CA145144:99269A72D8B1BE65]:0)
	at org.apache.solr.cloud.LeaderElector.joinElection(LeaderElector.java:302)
	at org.apache.solr.cloud.LeaderElector.joinElection(LeaderElector.java:221)
	at org.apache.solr.cloud.OverseerTest$MockZKController.publishState(OverseerTest.java:157)
	at org.apache.solr.cloud.OverseerTest.testOverseerFailure(OverseerTest.java:662)
	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:497)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1618)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:827)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:863)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:877)
	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:65)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:48)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:365)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:798)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:458)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:836)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$3.evaluate(RandomizedRunner.java:738)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$4.evaluate(RandomizedRunner.java:772)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:783)
	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 com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:54)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:48)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:65)
	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:55)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:365)
	at java.lang.Thread.run(Thread.java:745)
Caused by: org.apache.zookeeper.KeeperException$NoNodeException: KeeperErrorCode = NoNode for /collections/collection1/leader_elect/shard1/election/92932546005630979-node1_core1-n_
	at org.apache.zookeeper.KeeperException.create(KeeperException.java:111)
	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.create(SolrZkClient.java:347)
	at org.apache.solr.cloud.LeaderElector.joinElection(LeaderElector.java:265)
	... 44 more




Build Log:
[...truncated 11441 lines...]
   [junit4] Suite: org.apache.solr.cloud.OverseerTest
   [junit4]   2> Creating dataDir: /mnt/ssd/jenkins/workspace/Lucene-Solr-4.10-Linux/solr/build/solr-core/test/J0/./solr.cloud.OverseerTest-9D2E1581CA145144-001/init-core-data-001
   [junit4]   2> 502987 T1579 oas.SolrTestCaseJ4.buildSSLConfig Randomized ssl (true) and clientAuth (true)
   [junit4]   2> 502987 T1579 oas.SolrTestCaseJ4.initCore ####initCore
   [junit4]   2> 502987 T1579 oas.SolrTestCaseJ4.initCore ####initCore end
   [junit4]   2> 502988 T1579 oas.SolrTestCaseJ4.setUp ###Starting testShardAssignmentBigger
   [junit4]   2> 502989 T1579 oasc.ZkTestServer.run STARTING ZK TEST SERVER
   [junit4]   1> client port:0.0.0.0/0.0.0.0:0
   [junit4]   2> 502989 T1580 oasc.ZkTestServer$ZKServerMain.runFromConfig Starting server
   [junit4]   2> 503089 T1579 oasc.ZkTestServer.run start zk server on port:38470
   [junit4]   2> 503090 T1579 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 503094 T1586 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@6027927d name:ZooKeeperConnection Watcher:127.0.0.1:38470 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 503094 T1579 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 503097 T1579 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 503098 T1588 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@232f456b name:ZooKeeperConnection Watcher:127.0.0.1:38470 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 503098 T1579 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 503098 T1579 oascc.SolrZkClient.makePath makePath: /solr
   [junit4]   2> 503101 T1579 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 503102 T1590 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@f165cda name:ZooKeeperConnection Watcher:127.0.0.1:38470/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 503102 T1579 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 503102 T1579 oascc.SolrZkClient.makePath makePath: /live_nodes
   [junit4]   2> 503105 T1579 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 503106 T1592 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@36e8a6d0 name:ZooKeeperConnection Watcher:127.0.0.1:38470/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 503106 T1579 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 503107 T1579 oasu.UpdateShardHandler.<init> Creating UpdateShardHandler HTTP client with params: retry=false
   [junit4]   2> 503110 T1579 oascc.SolrZkClient.makePath makePath: /overseer_elect
   [junit4]   2> 503113 T1579 oascc.SolrZkClient.makePath makePath: /overseer_elect/election
   [junit4]   2> 503114 T1579 oasc.Overseer.close Overseer (id=null) closing
   [junit4]   2> 503115 T1579 oasc.OverseerElectionContext.runLeaderProcess I am going to be the leader 127.0.0.1:38470_solr
   [junit4]   2> 503115 T1579 oascc.SolrZkClient.makePath makePath: /overseer_elect/leader
   [junit4]   2> 503116 T1579 oasc.Overseer.start Overseer (id=92932543284379651-127.0.0.1:38470_solr-n_0000000000) starting
   [junit4]   2> 503117 T1579 oascc.SolrZkClient.makePath makePath: /overseer/queue
   [junit4]   2> 503118 T1579 oascc.SolrZkClient.makePath makePath: /overseer/queue-work
   [junit4]   2> 503119 T1579 oascc.SolrZkClient.makePath makePath: /overseer/collection-map-failure
   [junit4]   2> 503120 T1579 oascc.SolrZkClient.makePath makePath: /overseer/collection-map-running
   [junit4]   2> 503121 T1579 oascc.SolrZkClient.makePath makePath: /overseer/collection-map-completed
   [junit4]   2> 503123 T1579 oascc.SolrZkClient.makePath makePath: /overseer/collection-queue-work
   [junit4]   2> 503125 T1579 oasc.OverseerAutoReplicaFailoverThread.<init> Starting OverseerAutoReplicaFailoverThread autoReplicaFailoverWorkLoopDelay=10000 autoReplicaFailoverWaitAfterExpiration=30000 autoReplicaFailoverBadNodeExpiration=60000
   [junit4]   2> 503126 T1594 oasc.OverseerCollectionProcessor.run Process current queue of collection creations
   [junit4]   2> 503126 T1579 oascc.SolrZkClient.makePath makePath: /clusterstate.json
   [junit4]   2> 503126 T1593 oasc.Overseer$ClusterStateUpdater.run Starting to work on the main queue
   [junit4]   2> 503127 T1579 oascc.SolrZkClient.makePath makePath: /aliases.json
   [junit4]   2> 503128 T1579 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
   [junit4]   2> 503129 T1579 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 503130 T1597 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@e901011 name:ZooKeeperConnection Watcher:127.0.0.1:38470/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 503130 T1579 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 503131 T1579 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
   [junit4]   2> 503133 T1579 oascc.SolrZkClient.makePath makePath: /live_nodes/node0
   [junit4]   2> 503135 T1579 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 503135 T1601 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@7d3de935 name:ZooKeeperConnection Watcher:127.0.0.1:38470/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 503136 T1579 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 503136 T1579 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
   [junit4]   2> 503138 T1579 oascc.SolrZkClient.makePath makePath: /live_nodes/node1
   [junit4]   2> 503140 T1579 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 503140 T1604 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@142428a6 name:ZooKeeperConnection Watcher:127.0.0.1:38470/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 503140 T1579 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 503141 T1579 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
   [junit4]   2> 503142 T1579 oascc.SolrZkClient.makePath makePath: /live_nodes/node2
   [junit4]   2> 503146 T1579 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 503147 T1607 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@4cf03c04 name:ZooKeeperConnection Watcher:127.0.0.1:38470/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 503147 T1579 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 503148 T1579 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
   [junit4]   2> 503149 T1579 oascc.SolrZkClient.makePath makePath: /live_nodes/node3
   [junit4]   2> 503160 T1579 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 503161 T1610 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@426ebd13 name:ZooKeeperConnection Watcher:127.0.0.1:38470/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 503161 T1579 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 503162 T1579 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
   [junit4]   2> 503163 T1579 oascc.SolrZkClient.makePath makePath: /live_nodes/node4
   [junit4]   2> 503170 T1579 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 503171 T1613 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@5088902a name:ZooKeeperConnection Watcher:127.0.0.1:38470/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 503172 T1579 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 503173 T1579 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
   [junit4]   2> 503174 T1579 oascc.SolrZkClient.makePath makePath: /live_nodes/node5
   [junit4]   2> 503178 T1579 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 503179 T1616 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@655ce385 name:ZooKeeperConnection Watcher:127.0.0.1:38470/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 503179 T1579 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 503180 T1579 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
   [junit4]   2> 503182 T1579 oascc.SolrZkClient.makePath makePath: /live_nodes/node6
   [junit4]   2> 503185 T1579 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 503185 T1619 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@2881f336 name:ZooKeeperConnection Watcher:127.0.0.1:38470/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 503186 T1579 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 503187 T1579 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
   [junit4]   2> 503188 T1579 oascc.SolrZkClient.makePath makePath: /live_nodes/node7
   [junit4]   2> 503190 T1579 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 503191 T1622 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@1fb05510 name:ZooKeeperConnection Watcher:127.0.0.1:38470/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 503191 T1579 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 503194 T1579 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
   [junit4]   2> 503196 T1579 oascc.SolrZkClient.makePath makePath: /live_nodes/node8
   [junit4]   2> 503198 T1579 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 503199 T1625 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@bad8f0c name:ZooKeeperConnection Watcher:127.0.0.1:38470/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 503199 T1579 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 503200 T1579 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
   [junit4]   2> 503202 T1579 oascc.SolrZkClient.makePath makePath: /live_nodes/node9
   [junit4]   2> 503205 T1579 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 503206 T1628 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@9ef1537 name:ZooKeeperConnection Watcher:127.0.0.1:38470/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 503206 T1579 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 503207 T1579 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
   [junit4]   2> 503208 T1579 oascc.SolrZkClient.makePath makePath: /live_nodes/node10
   [junit4]   2> 503211 T1579 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 503212 T1631 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@2ed05f7f name:ZooKeeperConnection Watcher:127.0.0.1:38470/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 503212 T1579 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 503213 T1579 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
   [junit4]   2> 503214 T1579 oascc.SolrZkClient.makePath makePath: /live_nodes/node11
   [junit4]   2> 503218 T1579 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 503218 T1634 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@33d58760 name:ZooKeeperConnection Watcher:127.0.0.1:38470/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 503218 T1579 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 503220 T1579 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
   [junit4]   2> 503221 T1579 oascc.SolrZkClient.makePath makePath: /live_nodes/node12
   [junit4]   2> 503224 T1579 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 503225 T1637 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@54e7abf9 name:ZooKeeperConnection Watcher:127.0.0.1:38470/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 503225 T1579 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 503226 T1579 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
   [junit4]   2> 503227 T1579 oascc.SolrZkClient.makePath makePath: /live_nodes/node13
   [junit4]   2> 503230 T1579 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 503231 T1640 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@25504aff name:ZooKeeperConnection Watcher:127.0.0.1:38470/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 503231 T1579 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 503232 T1579 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
   [junit4]   2> 503233 T1579 oascc.SolrZkClient.makePath makePath: /live_nodes/node14
   [junit4]   2> 503236 T1579 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 503237 T1643 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@957d28d name:ZooKeeperConnection Watcher:127.0.0.1:38470/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 503238 T1579 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 503239 T1579 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
   [junit4]   2> 503240 T1579 oascc.SolrZkClient.makePath makePath: /live_nodes/node15
   [junit4]   2> 503244 T1579 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 503245 T1646 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@16a6aa40 name:ZooKeeperConnection Watcher:127.0.0.1:38470/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 503245 T1579 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 503246 T1579 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
   [junit4]   2> 503247 T1579 oascc.SolrZkClient.makePath makePath: /live_nodes/node16
   [junit4]   2> 503251 T1579 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 503252 T1649 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@7f77630e name:ZooKeeperConnection Watcher:127.0.0.1:38470/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 503252 T1579 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 503253 T1579 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
   [junit4]   2> 503254 T1579 oascc.SolrZkClient.makePath makePath: /live_nodes/node17
   [junit4]   2> 503257 T1579 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 503258 T1651 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@5857c9ad name:ZooKeeperConnection Watcher:127.0.0.1:38470/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 503258 T1579 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 503260 T1579 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
   [junit4]   2> 503261 T1579 oascc.SolrZkClient.makePath makePath: /live_nodes/node18
   [junit4]   2> 503264 T1579 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 503265 T1655 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@6fa3ab90 name:ZooKeeperConnection Watcher:127.0.0.1:38470/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 503265 T1579 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 503266 T1579 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
   [junit4]   2> 503267 T1579 oascc.SolrZkClient.makePath makePath: /live_nodes/node19
   [junit4]   2> 503273 T1579 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 503274 T1657 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@4cf4e88e name:ZooKeeperConnection Watcher:127.0.0.1:38470/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 503275 T1579 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 503276 T1579 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
   [junit4]   2> 503277 T1579 oascc.SolrZkClient.makePath makePath: /live_nodes/node20
   [junit4]   2> 503283 T1579 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 503283 T1661 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@8df9d0d name:ZooKeeperConnection Watcher:127.0.0.1:38470/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 503283 T1579 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 503285 T1579 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
   [junit4]   2> 503286 T1579 oascc.SolrZkClient.makePath makePath: /live_nodes/node21
   [junit4]   2> 503290 T1579 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 503291 T1664 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@6ea3271a name:ZooKeeperConnection Watcher:127.0.0.1:38470/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 503291 T1579 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 503292 T1579 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
   [junit4]   2> 503293 T1579 oascc.SolrZkClient.makePath makePath: /live_nodes/node22
   [junit4]   2> 503296 T1579 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 503297 T1667 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@1caefe75 name:ZooKeeperConnection Watcher:127.0.0.1:38470/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 503297 T1579 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 503299 T1579 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
   [junit4]   2> 503300 T1579 oascc.SolrZkClient.makePath makePath: /live_nodes/node23
   [junit4]   2> 503305 T1579 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 503306 T1670 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@77f5c5f6 name:ZooKeeperConnection Watcher:127.0.0.1:38470/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 503306 T1579 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 503308 T1579 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
   [junit4]   2> 503309 T1579 oascc.SolrZkClient.makePath makePath: /live_nodes/node24
   [junit4]   2> 503314 T1579 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 503315 T1673 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@33609f0 name:ZooKeeperConnection Watcher:127.0.0.1:38470/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 503315 T1579 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 503316 T1579 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
   [junit4]   2> 503317 T1579 oascc.SolrZkClient.makePath makePath: /live_nodes/node25
   [junit4]   2> 503320 T1579 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 503321 T1676 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@74da757b name:ZooKeeperConnection Watcher:127.0.0.1:38470/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 503321 T1579 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 503322 T1579 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
   [junit4]   2> 503323 T1579 oascc.SolrZkClient.makePath makePath: /live_nodes/node26
   [junit4]   2> 503328 T1579 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 503329 T1679 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@1f6c60c3 name:ZooKeeperConnection Watcher:127.0.0.1:38470/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 503329 T1579 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 503330 T1579 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
   [junit4]   2> 503331 T1579 oascc.SolrZkClient.makePath makePath: /live_nodes/node27
   [junit4]   2> 503335 T1579 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 503336 T1682 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@466fccad name:ZooKeeperConnection Watcher:127.0.0.1:38470/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 503336 T1579 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 503338 T1579 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
   [junit4]   2> 503339 T1579 oascc.SolrZkClient.makePath makePath: /live_nodes/node28
   [junit4]   2> 503342 T1579 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 503343 T1685 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@75252419 name:ZooKeeperConnection Watcher:127.0.0.1:38470/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 503343 T1579 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 503344 T1579 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
   [junit4]   2> 503345 T1579 oascc.SolrZkClient.makePath makePath: /live_nodes/node29
   [junit4]   2> 503349 T1579 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 503350 T1688 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@5273e66b name:ZooKeeperConnection Watcher:127.0.0.1:38470/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 503350 T1579 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 503351 T1579 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
   [junit4]   2> 503352 T1579 oascc.SolrZkClient.makePath makePath: /live_nodes/node30
   [junit4]   2> 503356 T1579 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 503356 T1691 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@2e65ee9e name:ZooKeeperConnection Watcher:127.0.0.1:38470/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 503357 T1579 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 503358 T1579 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
   [junit4]   2> 503359 T1579 oascc.SolrZkClient.makePath makePath: /live_nodes/node31
   [junit4]   2> 503362 T1579 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 503363 T1694 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@16d7555b name:ZooKeeperConnection Watcher:127.0.0.1:38470/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 503363 T1579 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 503364 T1579 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
   [junit4]   2> 503365 T1579 oascc.SolrZkClient.makePath makePath: /live_nodes/node32
   [junit4]   2> 503368 T1579 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 503369 T1697 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@4a0ebe74 name:ZooKeeperConnection Watcher:127.0.0.1:38470/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 503369 T1579 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 503370 T1579 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
   [junit4]   2> 503372 T1579 oascc.SolrZkClient.makePath makePath: /live_nodes/node33
   [junit4]   2> 503376 T1579 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 503378 T1700 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@70359e0 name:ZooKeeperConnection Watcher:127.0.0.1:38470/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 503378 T1579 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 503380 T1579 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
   [junit4]   2> 503382 T1579 oascc.SolrZkClient.makePath makePath: /live_nodes/node34
   [junit4]   2> 503387 T1579 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 503388 T1703 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@6934680 name:ZooKeeperConnection Watcher:127.0.0.1:38470/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 503388 T1579 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 503389 T1579 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
   [junit4]   2> 503391 T1579 oascc.SolrZkClient.makePath makePath: /live_nodes/node35
   [junit4]   2> 503395 T1579 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 503396 T1706 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@2a42b684 name:ZooKeeperConnection Watcher:127.0.0.1:38470/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 503396 T1579 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 503397 T1579 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
   [junit4]   2> 503398 T1579 oascc.SolrZkClient.makePath makePath: /live_nodes/node36
   [junit4]   2> 503401 T1579 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 503402 T1709 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@150040a6 name:ZooKeeperConnection Watcher:127.0.0.1:38470/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 503402 T1579 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 503403 T1579 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
   [junit4]   2> 503404 T1579 oascc.SolrZkClient.makePath makePath: /live_nodes/node37
   [junit4]   2> 503407 T1579 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 503408 T1712 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@851d7bf name:ZooKeeperConnection Watcher:127.0.0.1:38470/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 503408 T1579 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 503409 T1579 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
   [junit4]   2> 503409 T1579 oascc.SolrZkClient.makePath makePath: /live_nodes/node38
   [junit4]   2> 503414 T1579 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 503415 T1715 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@146a2773 name:ZooKeeperConnection Watcher:127.0.0.1:38470/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 503415 T1579 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 503416 T1579 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
   [junit4]   2> 503417 T1579 oascc.SolrZkClient.makePath makePath: /live_nodes/node39
   [junit4]   2> 503421 T1579 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 503422 T1718 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@2b2345ec name:ZooKeeperConnection Watcher:127.0.0.1:38470/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 503422 T1579 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 503423 T1579 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
   [junit4]   2> 503424 T1579 oascc.SolrZkClient.makePath makePath: /live_nodes/node40
   [junit4]   2> 503429 T1579 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 503430 T1721 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@3c31255e name:ZooKeeperConnection Watcher:127.0.0.1:38470/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 503430 T1579 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 503431 T1579 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
   [junit4]   2> 503432 T1579 oascc.SolrZkClient.makePath makePath: /live_nodes/node41
   [junit4]   2> 503436 T1579 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 503437 T1724 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@3adbf148 name:ZooKeeperConnection Watcher:127.0.0.1:38470/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 503437 T1579 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 503438 T1579 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
   [junit4]   2> 503439 T1579 oascc.SolrZkClient.makePath makePath: /live_nodes/node42
   [junit4]   2> 503443 T1579 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 503443 T1727 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@7fcf08df name:ZooKeeperConnection Watcher:127.0.0.1:38470/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 503444 T1579 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 503444 T1579 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
   [junit4]   2> 503445 T1579 oascc.SolrZkClient.makePath makePath: /live_nodes/node43
   [junit4]   2> 503459 T1579 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 503460 T1730 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@4e723eef name:ZooKeeperConnection Watcher:127.0.0.1:38470/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 503460 T1579 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 503461 T1579 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
   [junit4]   2> 503462 T1579 oascc.SolrZkClient.makePath makePath: /live_nodes/node44
   [junit4]   2> 503466 T1579 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 503467 T1733 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@7b5cf9aa name:ZooKeeperConnection Watcher:127.0.0.1:38470/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 503467 T1579 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 503467 T1579 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
   [junit4]   2> 503468 T1579 oascc.SolrZkClient.makePath makePath: /live_nodes/node45
   [junit4]   2> 503472 T1579 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 503473 T1736 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@1e681638 name:ZooKeeperConnection Watcher:127.0.0.1:38470/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 503473 T1579 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 503474 T1579 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
   [junit4]   2> 503475 T1579 oascc.SolrZkClient.makePath makePath: /live_nodes/node46
   [junit4]   2> 503479 T1579 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 503480 T1739 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@19666cda name:ZooKeeperConnection Watcher:127.0.0.1:38470/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 503480 T1579 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 503480 T1579 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
   [junit4]   2> 503481 T1579 oascc.SolrZkClient.makePath makePath: /live_nodes/node47
   [junit4]   2> 503486 T1579 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 503487 T1742 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@463cbc5f name:ZooKeeperConnection Watcher:127.0.0.1:38470/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 503487 T1579 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 503488 T1579 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
   [junit4]   2> 503489 T1579 oascc.SolrZkClient.makePath makePath: /live_nodes/node48
   [junit4]   2> 503493 T1579 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 503494 T1745 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@5a318c9b name:ZooKeeperConnection Watcher:127.0.0.1:38470/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 503494 T1579 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 503495 T1579 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
   [junit4]   2> 503495 T1579 oascc.SolrZkClient.makePath makePath: /live_nodes/node49
   [junit4]   2> 503500 T1579 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 503501 T1748 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@4b69833 name:ZooKeeperConnection Watcher:127.0.0.1:38470/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 503501 T1579 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 503502 T1579 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
   [junit4]   2> 503503 T1579 oascc.SolrZkClient.makePath makePath: /live_nodes/node50
   [junit4]   2> 503508 T1579 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 503509 T1751 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@2e1c34c3 name:ZooKeeperConnection Watcher:127.0.0.1:38470/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 503509 T1579 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 503510 T1579 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
   [junit4]   2> 503511 T1579 oascc.SolrZkClient.makePath makePath: /live_nodes/node51
   [junit4]   2> 503516 T1579 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 503516 T1754 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@d61ab1b name:ZooKeeperConnection Watcher:127.0.0.1:38470/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 503516 T1579 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 503517 T1579 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
   [junit4]   2> 503518 T1579 oascc.SolrZkClient.makePath makePath: /live_nodes/node52
   [junit4]   2> 503523 T1579 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 503524 T1757 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@5b62bb78 name:ZooKeeperConnection Watcher:127.0.0.1:38470/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 503524 T1579 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 503525 T1579 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
   [junit4]   2> 503526 T1579 oascc.SolrZkClient.makePath makePath: /live_nodes/node53
   [junit4]   2> 503531 T1579 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 503532 T1760 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@6b25d727 name:ZooKeeperConnection Watcher:127.0.0.1:38470/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 503532 T1579 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 503533 T1579 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
   [junit4]   2> 503534 T1579 oascc.SolrZkClient.makePath makePath: /live_nodes/node54
   [junit4]   2> 503539 T1579 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 503540 T1763 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@24505cac name:ZooKeeperConnection Watcher:127.0.0.1:38470/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 503540 T1579 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 503540 T1579 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
   [junit4]   2> 503542 T1579 oascc.SolrZkClient.makePath makePath: /live_nodes/node55
   [junit4]   2> 503547 T1579 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 503548 T1766 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@24e9124e name:ZooKeeperConnection Watcher:127.0.0.1:38470/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 503548 T1579 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 503549 T1579 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
   [junit4]   2> 503550 T1579 oascc.SolrZkClient.makePath makePath: /live_nodes/node56
   [junit4]   2> 503556 T1579 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 503558 T1769 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@6a9ec4d0 name:ZooKeeperConnection Watcher:127.0.0.1:38470/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 503558 T1579 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 503559 T1579 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
   [junit4]   2> 503560 T1579 oascc.SolrZkClient.makePath makePath: /live_nodes/node57
   [junit4]   2> 503565 T1579 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 503566 T1771 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@2fc7ba4b name:ZooKeeperConnection Watcher:127.0.0.1:38470/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 503566 T1579 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 503566 T1579 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
   [junit4]   2> 503567 T1579 oascc.SolrZkClient.makePath makePath: /live_nodes/node58
   [junit4]   2> 503579 T1579 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 503580 T1775 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@9d42623 name:ZooKeeperConnection Watcher:127.0.0.1:38470/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 503580 T1579 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 503581 T1579 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
   [junit4]   2> 503582 T1579 oascc.SolrZkClient.makePath makePath: /live_nodes/node59
   [junit4]   2> 503592 T1579 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 503593 T1778 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@65433e35 name:ZooKeeperConnection Watcher:127.0.0.1:38470/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 503593 T1579 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 503594 T1579 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
   [junit4]   2> 503595 T1579 oascc.SolrZkClient.makePath makePath: /live_nodes/node60
   [junit4]   2> 503604 T1579 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 503605 T1781 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@7967de09 name:ZooKeeperConnection Watcher:127.0.0.1:38470/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 503605 T1579 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 503606 T1579 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
   [junit4]   2> 503607 T1579 oascc.SolrZkClient.makePath makePath: /live_nodes/node61
   [junit4]   2> 503614 T1579 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 503615 T1784 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@6be0268c name:ZooKeeperConnection Watcher:127.0.0.1:38470/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 503615 T1579 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 503615 T1579 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
   [junit4]   2> 503616 T1579 oascc.SolrZkClient.makePath makePath: /live_nodes/node62
   [junit4]   2> 503625 T1579 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 503626 T1787 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@43ade0ed name:ZooKeeperConnection Watcher:127.0.0.1:38470/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 503626 T1579 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 503627 T1579 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
   [junit4]   2> 503628 T1579 oascc.SolrZkClient.makePath makePath: /live_nodes/node63
   [junit4]   2> 503637 T1579 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 503643 T1790 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@3fe3cc3b name:ZooKeeperConnection Watcher:127.0.0.1:38470/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 503643 T1579 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 503644 T1579 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
   [junit4]   2> 503645 T1579 oascc.SolrZkClient.makePath makePath: /live_nodes/node64
   [junit4]   2> 503655 T1579 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 503656 T1793 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@7833da58 name:ZooKeeperConnection Watcher:127.0.0.1:38470/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 503656 T1579 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 503657 T1579 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
   [junit4]   2> 503658 T1579 oascc.SolrZkClient.makePath makePath: /live_nodes/node65
   [junit4]   2> 503674 T1579 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 503675 T1796 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@120d5794 name:ZooKeeperConnection Watcher:127.0.0.1:38470/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 503675 T1579 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 503676 T1579 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
   [junit4]   2> 503678 T1579 oascc.SolrZkClient.makePath makePath: /live_nodes/node66
   [junit4]   2> 503689 T1579 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 503690 T1799 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@3e8b77b0 name:ZooKeeperConnection Watcher:127.0.0.1:38470/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 503691 T1579 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 503691 T1579 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
   [junit4]   2> 503692 T1579 oascc.SolrZkClient.makePath makePath: /live_nodes/node67
   [junit4]   2> 503700 T1579 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 503701 T1802 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@1fa8e64e name:ZooKeeperConnection Watcher:127.0.0.1:38470/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 503701 T1579 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 503702 T1579 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
   [junit4]   2> 503703 T1579 oascc.SolrZkClient.makePath makePath: /live_nodes/node68
   [junit4]   2> 503712 T1579 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 503713 T1805 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@792f0ef9 name:ZooKeeperConnection Watcher:127.0.0.1:38470/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 503713 T1579 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 503714 T1579 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
   [junit4]   2> 503715 T1579 oascc.SolrZkClient.makePath makePath: /live_nodes/node69
   [junit4]   2> 503722 T1579 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 503723 T1808 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@1e657bf name:ZooKeeperConnection Watcher:127.0.0.1:38470/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 503723 T1579 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 503724 T1579 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
   [junit4]   2> 503725 T1579 oascc.SolrZkClient.makePath makePath: /live_nodes/node70
   [junit4]   2> 503732 T1579 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 503732 T1811 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@64b586c4 name:ZooKeeperConnection Watcher:127.0.0.1:38470/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 503732 T1579 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 503733 T1579 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
   [junit4]   2> 503734 T1579 oascc.SolrZkClient.makePath makePath: /live_nodes/node71
   [junit4]   2> 503741 T1579 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 503742 T1814 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@3cf7968a name:ZooKeeperConnection Watcher:127.0.0.1:38470/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 503742 T1579 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 503743 T1579 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
   [junit4]   2> 503744 T1579 oascc.SolrZkClient.makePath makePath: /live_nodes/node72
   [junit4]   2> 503752 T1579 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 503753 T1817 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@3d2e0f2b name:ZooKeeperConnection Watcher:127.0.0.1:38470/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 503753 T1579 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 503754 T1579 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
   [junit4]   2> 503754 T1579 oascc.SolrZkClient.makePath makePath: /live_nodes/node73
   [junit4]   2> 503769 T1579 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 503770 T1820 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@ec6ec9e name:ZooKeeperConnection Watcher:127.0.0.1:38470/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 503771 T1579 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 503771 T1579 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
   [junit4]   2> 503772 T1579 oascc.SolrZkClient.makePath makePath: /live_nodes/node74
   [junit4]   2> 503781 T1579 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 503783 T1823 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@460dc824 name:ZooKeeperConnection Watcher:127.0.0.1:38470/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 503783 T1579 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 503784 T1579 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
   [junit4]   2> 503785 T1579 oascc.SolrZkClient.makePath makePath: /live_nodes/node75
   [junit4]   2> 503793 T1579 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 503794 T1826 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@46ce45a9 name:ZooKeeperConnection Watcher:127.0.0.1:38470/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 503794 T1579 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 503794 T1579 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
   [junit4]   2> 503795 T1579 oascc.SolrZkClient.makePath makePath: /live_nodes/node76
   [junit4]   2> 503802 T1579 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 503803 T1829 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@b545d0c name:ZooKeeperConnection Watcher:127.0.0.1:38470/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 503803 T1579 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 503804 T1579 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
   [junit4]   2> 503805 T1579 oascc.SolrZkClient.makePath makePath: /live_nodes/node77
   [junit4]   2> 503813 T1579 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 503813 T1832 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@32cfe2e4 name:ZooKeeperConnection Watcher:127.0.0.1:38470/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 503814 T1579 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 503814 T1579 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
   [junit4]   2> 503815 T1579 oascc.SolrZkClient.makePath makePath: /live_nodes/node78
   [junit4]   2> 503825 T1579 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 503826 T1835 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@1aab4071 name:ZooKeeperConnection Watcher:127.0.0.1:38470/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 503826 T1579 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 503827 T1579 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
   [junit4]   2> 503829 T1579 oascc.SolrZkClient.makePath makePath: /live_nodes/node79
   [junit4]   2> 503849 T1579 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 503850 T1838 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@2efcad80 name:ZooKeeperConnection Watcher:127.0.0.1:38470/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 503850 T1579 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 503851 T1579 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
   [junit4]   2> 503852 T1579 oascc.SolrZkClient.makePath makePath: /live_nodes/node80
   [junit4]   2> 503862 T1579 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 503863 T1841 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@7e9396e name:ZooKeeperConnection Watcher:127.0.0.1:38470/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 503863 T1579 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 503864 T1579 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
   [junit4]   2> 503865 T1579 oascc.SolrZkClient.makePath makePath: /live_nodes/node81
   [junit4]   2> 503875 T1579 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 503875 T1844 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@4a7c23b5 name:ZooKeeperConnection Watcher:127.0.0.1:38470/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 503876 T1579 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 503876 T1579 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
   [junit4]   2> 503877 T1579 oascc.SolrZkClient.makePath makePath: /live_nodes/node82
   [junit4]   2> 503886 T1579 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 503887 T1847 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@a944a43 name:ZooKeeperConnection Watcher:127.0.0.1:38470/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 503887 T1579 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 503888 T1579 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
   [junit4]   2> 503889 T1579 oascc.SolrZkClient.makePath makePath: /live_nodes/node83
   [junit4]   2> 503899 T1579 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 503900 T1850 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@414f763c name:ZooKeeperConnection Watcher:127.0.0.1:38470/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 503900 T1579 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 503901 T1579 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
   [junit4]   2> 503902 T1579 oascc.SolrZkClient.makePath makePath: /live_nodes/node84
   [junit4]   2> 503911 T1579 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 503911 T1853 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@f231532 name:ZooKeeperConnection Watcher:127.0.0.1:38470/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 503912 T1579 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 503912 T1579 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
   [junit4]   2> 503913 T1579 oascc.SolrZkClient.makePath makePath: /live_nodes/node85
   [junit4]   2> 503922 T1579 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 503923 T1856 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@24e9fee8 name:ZooKeeperConnection Watcher:127.0.0.1:38470/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 503923 T1579 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 503924 T1579 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
   [junit4]   2> 503925 T1579 oascc.SolrZkClient.makePath makePath: /live_nodes/node86
   [junit4]   2> 503938 T1579 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 503938 T1859 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@c877e64 name:ZooKeeperConnection Watcher:127.0.0.1:38470/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 503939 T1579 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 503939 T1579 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
   [junit4]   2> 503941 T1579 oascc.SolrZkClient.makePath makePath: /live_nodes/node87
   [junit4]   2> 503951 T1579 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 503952 T1862 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@3643175e name:ZooKeeperConnection Watcher:127.0.0.1:38470/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 503952 T1579 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 503953 T1579 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
   [junit4]   2> 503954 T1579 oascc.SolrZkClient.makePath makePath: /live_nodes/node88
   [junit4]   2> 503966 T1875 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 503968 T1593 oasc.Overseer$ClusterStateUpdater.updateState Update state numShards=2 message={
   [junit4]   2> 	  "operation":"state",
   [junit4]   2> 	  "state":"active",
   [junit4]   2> 	  "node_name":"node0",
   [junit4]   2> 	  "core":"core0",
   [junit4]   2> 	  "core_node_name":"node0",
   [junit4]   2> 	  "collection":"collection1",
   [junit4]   2> 	  "numShards":"2",
   [junit4]   2> 	  "base_url":"http://node0/solr/"}
   [junit4]   2> 503968 T1593 oasc.Overseer$ClusterStateUpdater.createCollection Create collection collection1 with shards [shard1, shard2]
   [junit4]   2> 503968 T1593 oasc.Overseer$ClusterStateUpdater.updateState Assigning new node to shard shard=shard2
   [junit4]   2> 503970 T1695 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 89)
   [junit4]   2> 503971 T1725 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 89)
   [junit4]   2> 503971 T1791 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 89)
   [junit4]   2> 503971 T1806 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 89)
   [junit4]   2> 503971 T1602 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 89)
   [junit4]   2> 503971 T1767 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 89)
   [junit4]   2> 503971 T1719 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 89)
   [junit4]   2> 503972 T1794 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 89)
   [junit4]   2> 503972 T1647 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 89)
   [junit4]   2> 503972 T1641 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 89)
   [junit4]   2> 503973 T1674 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 89)
   [junit4]   2> 503973 T1785 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 89)
   [junit4]   2> 503973 T1860 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 89)
   [junit4]   2> 503973 T1773 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 89)
   [junit4]   2> 503971 T1713 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 89)
   [junit4]   2> 503974 T1863 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 89)
   [junit4]   2> 503974 T1749 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 89)
   [junit4]   2> 503974 T1635 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 89)
   [junit4]   2> 503971 T1629 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 89)
   [junit4]   2> 503974 T1815 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 89)
   [junit4]   2> 503975 T1728 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 89)
   [junit4]   2> 503975 T1797 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 89)
   [junit4]   2> 503976 T1658 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 89)
   [junit4]   2> 503976 T1779 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 89)
   [junit4]   2> 503976 T1614 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 89)
   [junit4]   2> 503976 T1845 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 89)
   [junit4]   2> 503976 T1701 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 89)
   [junit4]   2> 503971 T1734 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 89)
   [junit4]   2> 503971 T1638 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 89)
   [junit4]   2> 503971 T1761 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 89)
   [junit4]   2> 503971 T1818 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 89)
   [junit4]   2> 503971 T1686 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 89)
   [junit4]   2> 503971 T1812 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 89)
   [junit4]   2> 503971 T1782 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 89)
   [junit4]   2> 503971 T1809 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 89)
   [junit4]   2> 503971 T1617 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 89)
   [junit4]   2> 503971 T1830 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 89)
   [junit4]   2> 503971 T1692 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 89)
   [junit4]   2> 503971 T1839 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 89)
   [junit4]   2> 503971 T1680 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 89)
   [junit4]   2> 503971 T1833 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 89)
   [junit4]   2> 503971 T1755 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 89)
   [junit4]   2> 503971 T1848 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 89)
   [junit4]   2> 503971 T1668 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 89)
   [junit4]   2> 503971 T1740 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 89)
   [junit4]   2> 503970 T1788 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 89)
   [junit4]   2> 503970 T1737 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 89)
   [junit4]   2> 503970 T1758 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 89)
   [junit4]   2> 503976 T1716 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 89)
   [junit4]   2> 503975 T1854 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 89)
   [junit4]   2> 503974 T1611 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 89)
   [junit4]   2> 503974 T1776 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 89)
   [junit4]   2> 503974 T1851 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 89)
   [junit4]   2> 503974 T1722 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 89)
   [junit4]   2> 503974 T1707 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 89)
   [junit4]   2> 503974 T1824 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 89)
   [junit4]   2> 503974 T1857 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 89)
   [junit4]   2> 503974 T1704 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 89)
   [junit4]   2> 503974 T1764 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 89)
   [junit4]   2> 503973 T1626 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 89)
   [junit4]   2> 503973 T1662 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 89)
   [junit4]   2> 503973 T1598 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 89)
   [junit4]   2> 503973 T1683 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 89)
   [junit4]   2> 503973 T1743 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 89)
   [junit4]   2> 503973 T1803 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 89)
   [junit4]   2> 503973 T1652 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 89)
   [junit4]   2> 503973 T1800 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 89)
   [junit4]   2> 503973 T1599 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 89)
   [junit4]   2> 503973 T1671 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 89)
   [junit4]   2> 503973 T1752 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 89)
   [junit4]   2> 503972 T1698 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 89)
   [junit4]   2> 503972 T1605 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 89)
   [junit4]   2> 503972 T1746 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 89)
   [junit4]   2> 503972 T1632 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 89)
   [junit4]   2> 503972 T1659 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 89)
   [junit4]   2> 503972 T1620 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 89)
   [junit4]   2> 503972 T1772 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 89)
   [junit4]   2> 503972 T1731 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 89)
   [junit4]   2> 503972 T1644 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 89)
   [junit4]   2> 503972 T1608 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncCon

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

   [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> 591308 T2440 oasc.Overseer$ClusterStateUpdater.updateState Collection already exists with numShards=3
   [junit4]   2> 591308 T2440 oasc.Overseer$ClusterStateUpdater.updateState Assigning new node to shard shard=shard1
   [junit4]   2> 591410 T2445 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> 591410 T2446 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> 591807 T1579 oascc.SolrZkClient.makePath makePath: /collections/collection1/leader_elect/shard1/election
   [junit4]   2> 591816 T2444 oaz.ClientCnxn$EventThread.processEvent ERROR Error while calling watcher  java.util.concurrent.RejectedExecutionException: Task java.util.concurrent.FutureTask@1155a5f4 rejected from java.util.concurrent.ThreadPoolExecutor@545739ba[Shutting down, pool size = 2, active threads = 2, queued tasks = 0, completed tasks = 7]
   [junit4]   2> 	at java.util.concurrent.ThreadPoolExecutor$AbortPolicy.rejectedExecution(ThreadPoolExecutor.java:2047)
   [junit4]   2> 	at java.util.concurrent.ThreadPoolExecutor.reject(ThreadPoolExecutor.java:823)
   [junit4]   2> 	at java.util.concurrent.ThreadPoolExecutor.execute(ThreadPoolExecutor.java:1369)
   [junit4]   2> 	at java.util.concurrent.AbstractExecutorService.submit(AbstractExecutorService.java:112)
   [junit4]   2> 	at org.apache.solr.common.cloud.SolrZkClient$3.process(SolrZkClient.java:206)
   [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> 591816 T2448 oasc.LeaderElector$ElectionWatcher.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$7.execute(SolrZkClient.java:290)
   [junit4]   2> 	at org.apache.solr.common.cloud.SolrZkClient$7.execute(SolrZkClient.java:287)
   [junit4]   2> 	at org.apache.solr.common.cloud.ZkCmdExecutor.retryOperation(ZkCmdExecutor.java:74)
   [junit4]   2> 	at org.apache.solr.common.cloud.SolrZkClient.getChildren(SolrZkClient.java:287)
   [junit4]   2> 	at org.apache.solr.cloud.LeaderElector.checkIfIamLeader(LeaderElector.java:94)
   [junit4]   2> 	at org.apache.solr.cloud.LeaderElector.access$200(LeaderElector.java:55)
   [junit4]   2> 	at org.apache.solr.cloud.LeaderElector$ElectionWatcher.process(LeaderElector.java:358)
   [junit4]   2> 	at org.apache.solr.common.cloud.SolrZkClient$3$1.run(SolrZkClient.java:209)
   [junit4]   2> 	at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511)
   [junit4]   2> 	at java.util.concurrent.FutureTask.run(FutureTask.java:266)
   [junit4]   2> 	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
   [junit4]   2> 	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
   [junit4]   2> 	at java.lang.Thread.run(Thread.java:745)
   [junit4]   2> 
   [junit4]   2> 591816 T2444 oaz.ClientCnxn$EventThread.processEvent ERROR Error while calling watcher  java.util.concurrent.RejectedExecutionException: Task java.util.concurrent.FutureTask@65c9cddf rejected from java.util.concurrent.ThreadPoolExecutor@545739ba[Shutting down, pool size = 2, active threads = 2, queued tasks = 0, completed tasks = 7]
   [junit4]   2> 	at java.util.concurrent.ThreadPoolExecutor$AbortPolicy.rejectedExecution(ThreadPoolExecutor.java:2047)
   [junit4]   2> 	at java.util.concurrent.ThreadPoolExecutor.reject(ThreadPoolExecutor.java:823)
   [junit4]   2> 	at java.util.concurrent.ThreadPoolExecutor.execute(ThreadPoolExecutor.java:1369)
   [junit4]   2> 	at java.util.concurrent.AbstractExecutorService.submit(AbstractExecutorService.java:112)
   [junit4]   2> 	at org.apache.solr.common.cloud.SolrZkClient$3.process(SolrZkClient.java:206)
   [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> 593315 T2445 oascc.ZkStateReader$3.process WARN ZooKeeper watch triggered, but Solr cannot talk to ZK
   [junit4]   2> 593318 T1579 oasc.ZkTestServer.send4LetterWord connecting to 127.0.0.1:43641 43641
   [junit4]   2> 594127 T2427 oasc.ZkTestServer.send4LetterWord connecting to 127.0.0.1:43641 43641
   [junit4]   2> 594129 T1579 oas.SolrTestCaseJ4.tearDown ###Ending testShardAssignment
   [junit4]   2> 594129 T1579 oasc.Overseer.close Overseer (id=92932548897996803-127.0.0.1:43641_solr-n_0000000000) closing
   [junit4]   2> 594129 T2440 oasc.Overseer$ClusterStateUpdater.run Overseer Loop exiting : 127.0.0.1:43641_solr
   [junit4]   2> 594130 T2449 oasc.Overseer$ClusterStateUpdater.checkIfIamStillLeader ERROR could not read the data org.apache.zookeeper.KeeperException$SessionExpiredException: KeeperErrorCode = Session expired for /overseer_elect/leader
   [junit4]   2> 	at org.apache.zookeeper.KeeperException.create(KeeperException.java:127)
   [junit4]   2> 	at org.apache.zookeeper.KeeperException.create(KeeperException.java:51)
   [junit4]   2> 	at org.apache.zookeeper.ZooKeeper.getData(ZooKeeper.java:1155)
   [junit4]   2> 	at org.apache.solr.common.cloud.SolrZkClient$8.execute(SolrZkClient.java:307)
   [junit4]   2> 	at org.apache.solr.common.cloud.SolrZkClient$8.execute(SolrZkClient.java:304)
   [junit4]   2> 	at org.apache.solr.common.cloud.ZkCmdExecutor.retryOperation(ZkCmdExecutor.java:74)
   [junit4]   2> 	at org.apache.solr.common.cloud.SolrZkClient.getData(SolrZkClient.java:304)
   [junit4]   2> 	at org.apache.solr.cloud.Overseer$ClusterStateUpdater.checkIfIamStillLeader(Overseer.java:321)
   [junit4]   2> 	at org.apache.solr.cloud.Overseer$ClusterStateUpdater.access$300(Overseer.java:90)
   [junit4]   2> 	at org.apache.solr.cloud.Overseer$ClusterStateUpdater$1.run(Overseer.java:293)
   [junit4]   2> 
   [junit4]   2> 597131 T1579 oas.SolrTestCaseJ4.deleteCore ###deleteCore
   [junit4]   2> NOTE: leaving temporary files on disk at: /mnt/ssd/jenkins/workspace/Lucene-Solr-4.10-Linux/solr/build/solr-core/test/J0/./solr.cloud.OverseerTest-9D2E1581CA145144-001
   [junit4]   2> NOTE: test params are: codec=Lucene3x, sim=DefaultSimilarity, locale=es_MX, timezone=Europe/Budapest
   [junit4]   2> NOTE: Linux 3.13.0-40-generic amd64/Oracle Corporation 1.8.0_40-ea (64-bit)/cpus=8,threads=1,free=147039520,total=355991552
   [junit4]   2> NOTE: All tests run in this JVM: [ZkControllerTest, StatelessScriptUpdateProcessorFactoryTest, IndexBasedSpellCheckerTest, TestWordDelimiterFilterFactory, SpellCheckCollatorTest, TestSolrDeletionPolicy2, HdfsCollectionsAPIDistributedZkTest, TestDistribDocBasedVersion, HdfsWriteToMultipleCollectionsTest, TestPivotHelperCode, SpellingQueryConverterTest, TriLevelCompositeIdRoutingTest, HdfsUnloadDistributedZkTest, TestSort, TestHashPartitioner, TestSolr4Spatial, TestJmxIntegration, TestSolrIndexConfig, NoCacheHeaderTest, PreAnalyzedFieldTest, TestDynamicFieldResource, TestLMJelinekMercerSimilarityFactory, DocExpirationUpdateProcessorFactoryTest, SpellCheckComponentTest, TestStressUserVersions, TestConfig, ConnectionManagerTest, TestNoOpRegenerator, TestFieldResource, PingRequestHandlerTest, DateMathParserTest, HighlighterTest, TestManagedSchema, SolrCmdDistributorTest, RankQueryTest, AliasIntegrationTest, TestFieldTypeResource, UpdateParamsTest, PrimitiveFieldTypeTest, DocumentBuilderTest, TestQuerySenderListener, DistributedExpandComponentTest, HdfsBasicDistributedZk2Test, TestFuzzyAnalyzedSuggestions, OverseerTest]
   [junit4] Completed on J0 in 94.16s, 9 tests, 1 error <<< FAILURES!

[...truncated 1087 lines...]
BUILD FAILED
/mnt/ssd/jenkins/workspace/Lucene-Solr-4.10-Linux/build.xml:474: The following error occurred while executing this line:
/mnt/ssd/jenkins/workspace/Lucene-Solr-4.10-Linux/build.xml:454: The following error occurred while executing this line:
/mnt/ssd/jenkins/workspace/Lucene-Solr-4.10-Linux/build.xml:45: The following error occurred while executing this line:
/mnt/ssd/jenkins/workspace/Lucene-Solr-4.10-Linux/extra-targets.xml:37: The following error occurred while executing this line:
/mnt/ssd/jenkins/workspace/Lucene-Solr-4.10-Linux/solr/build.xml:189: The following error occurred while executing this line:
/mnt/ssd/jenkins/workspace/Lucene-Solr-4.10-Linux/solr/common-build.xml:494: The following error occurred while executing this line:
/mnt/ssd/jenkins/workspace/Lucene-Solr-4.10-Linux/lucene/common-build.xml:1350: The following error occurred while executing this line:
/mnt/ssd/jenkins/workspace/Lucene-Solr-4.10-Linux/lucene/common-build.xml:970: There were test failures: 421 suites, 1757 tests, 1 error, 25 ignored (18 assumptions)

Total time: 97 minutes 49 seconds
Build step 'Invoke Ant' marked build as failure
[description-setter] Description set: Java: 64bit/jdk1.8.0_40-ea-b09 -XX:+UseCompressedOops -XX:+UseParallelGC (asserts: true)
Archiving artifacts
Recording test results
Email was triggered for: Failure - Any
Sending email for trigger: Failure - Any



[JENKINS] Lucene-Solr-4.10-Linux (64bit/jdk1.9.0-ea-b34) - Build # 138 - Still Failing!

Posted by Policeman Jenkins Server <je...@thetaphi.de>.
Build: http://jenkins.thetaphi.de/job/Lucene-Solr-4.10-Linux/138/
Java: 64bit/jdk1.9.0-ea-b34 -XX:+UseCompressedOops -XX:+UseParallelGC (asserts: true)

1 tests failed.
FAILED:  org.apache.solr.schema.TestCloudSchemaless.testDistribSearch

Error Message:
Timeout occured while waiting response from server at: https://127.0.0.1:60536/_/wd/collection1

Stack Trace:
org.apache.solr.client.solrj.SolrServerException: Timeout occured while waiting response from server at: https://127.0.0.1:60536/_/wd/collection1
	at __randomizedtesting.SeedInfo.seed([95C45FBA9A704D89:1422D1A2ED2F2DB5]:0)
	at org.apache.solr.client.solrj.impl.HttpSolrServer.executeMethod(HttpSolrServer.java:564)
	at org.apache.solr.client.solrj.impl.HttpSolrServer.request(HttpSolrServer.java:210)
	at org.apache.solr.client.solrj.impl.HttpSolrServer.request(HttpSolrServer.java:206)
	at org.apache.solr.client.solrj.request.AbstractUpdateRequest.process(AbstractUpdateRequest.java:124)
	at org.apache.solr.client.solrj.SolrServer.add(SolrServer.java:68)
	at org.apache.solr.client.solrj.SolrServer.add(SolrServer.java:54)
	at org.apache.solr.schema.TestCloudSchemaless.doTest(TestCloudSchemaless.java:140)
	at org.apache.solr.BaseDistributedSearchTestCase.testDistribSearch(BaseDistributedSearchTestCase.java:871)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:498)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1618)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:827)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:863)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:877)
	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:65)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:48)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:365)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:798)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:458)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:836)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$3.evaluate(RandomizedRunner.java:738)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$4.evaluate(RandomizedRunner.java:772)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:783)
	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 com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:54)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:48)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:65)
	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:55)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:365)
	at java.lang.Thread.run(Thread.java:745)
Caused by: java.net.SocketTimeoutException: Read timed out
	at java.net.SocketInputStream.socketRead0(Native Method)
	at java.net.SocketInputStream.socketRead(SocketInputStream.java:116)
	at java.net.SocketInputStream.read(SocketInputStream.java:170)
	at java.net.SocketInputStream.read(SocketInputStream.java:141)
	at sun.security.ssl.InputRecord.readFully(InputRecord.java:465)
	at sun.security.ssl.InputRecord.read(InputRecord.java:503)
	at sun.security.ssl.SSLSocketImpl.readRecord(SSLSocketImpl.java:954)
	at sun.security.ssl.SSLSocketImpl.readDataRecord(SSLSocketImpl.java:911)
	at sun.security.ssl.AppInputStream.read(AppInputStream.java:105)
	at org.apache.http.impl.io.AbstractSessionInputBuffer.fillBuffer(AbstractSessionInputBuffer.java:160)
	at org.apache.http.impl.io.SocketInputBuffer.fillBuffer(SocketInputBuffer.java:84)
	at org.apache.http.impl.io.AbstractSessionInputBuffer.readLine(AbstractSessionInputBuffer.java:273)
	at org.apache.http.impl.conn.DefaultHttpResponseParser.parseHead(DefaultHttpResponseParser.java:140)
	at org.apache.http.impl.conn.DefaultHttpResponseParser.parseHead(DefaultHttpResponseParser.java:57)
	at org.apache.http.impl.io.AbstractMessageParser.parse(AbstractMessageParser.java:260)
	at org.apache.http.impl.AbstractHttpClientConnection.receiveResponseHeader(AbstractHttpClientConnection.java:283)
	at org.apache.http.impl.conn.DefaultClientConnection.receiveResponseHeader(DefaultClientConnection.java:251)
	at org.apache.http.impl.conn.ManagedClientConnectionImpl.receiveResponseHeader(ManagedClientConnectionImpl.java:197)
	at org.apache.http.protocol.HttpRequestExecutor.doReceiveResponse(HttpRequestExecutor.java:271)
	at org.apache.http.protocol.HttpRequestExecutor.execute(HttpRequestExecutor.java:123)
	at org.apache.http.impl.client.DefaultRequestDirector.tryExecute(DefaultRequestDirector.java:682)
	at org.apache.http.impl.client.DefaultRequestDirector.execute(DefaultRequestDirector.java:486)
	at org.apache.http.impl.client.AbstractHttpClient.doExecute(AbstractHttpClient.java:863)
	at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:82)
	at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:106)
	at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:57)
	at org.apache.solr.client.solrj.impl.HttpSolrServer.executeMethod(HttpSolrServer.java:448)
	... 48 more




Build Log:
[...truncated 11242 lines...]
   [junit4] Suite: org.apache.solr.schema.TestCloudSchemaless
   [junit4]   2> Creating dataDir: /mnt/ssd/jenkins/workspace/Lucene-Solr-4.10-Linux/solr/build/solr-core/test/J1/./solr.schema.TestCloudSchemaless-95C45FBA9A704D89-001/init-core-data-001
   [junit4]   2> 329921 T1218 oas.SolrTestCaseJ4.buildSSLConfig Randomized ssl (true) and clientAuth (false)
   [junit4]   2> 329921 T1218 oas.BaseDistributedSearchTestCase.initHostContext Setting hostContext system property: /_/wd
   [junit4]   2> 329925 T1218 oas.SolrTestCaseJ4.setUp ###Starting testDistribSearch
   [junit4]   2> 329926 T1218 oasc.ZkTestServer.run STARTING ZK TEST SERVER
   [junit4]   1> client port:0.0.0.0/0.0.0.0:0
   [junit4]   2> 329926 T1219 oasc.ZkTestServer$ZKServerMain.runFromConfig Starting server
   [junit4]   2> 330026 T1218 oasc.ZkTestServer.run start zk server on port:54392
   [junit4]   2> 330027 T1218 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 330031 T1225 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@3a4cc00e name:ZooKeeperConnection Watcher:127.0.0.1:54392 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 330031 T1218 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 330032 T1218 oascc.SolrZkClient.makePath makePath: /solr
   [junit4]   2> 330037 T1218 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 330039 T1227 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@15100daf name:ZooKeeperConnection Watcher:127.0.0.1:54392/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 330039 T1218 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 330040 T1218 oascc.SolrZkClient.makePath makePath: /collections/collection1
   [junit4]   2> 330043 T1218 oascc.SolrZkClient.makePath makePath: /collections/collection1/shards
   [junit4]   2> 330045 T1218 oascc.SolrZkClient.makePath makePath: /collections/control_collection
   [junit4]   2> 330047 T1218 oascc.SolrZkClient.makePath makePath: /collections/control_collection/shards
   [junit4]   2> 330049 T1218 oasc.AbstractZkTestCase.putConfig put /mnt/ssd/jenkins/workspace/Lucene-Solr-4.10-Linux/solr/core/src/test-files/solr/collection1/conf/solrconfig-schemaless.xml to /configs/conf1/solrconfig.xml
   [junit4]   2> 330050 T1218 oascc.SolrZkClient.makePath makePath: /configs/conf1/solrconfig.xml
   [junit4]   2> 330054 T1218 oasc.AbstractZkTestCase.putConfig put /mnt/ssd/jenkins/workspace/Lucene-Solr-4.10-Linux/solr/core/src/test-files/solr/collection1/conf/schema-add-schema-fields-update-processor.xml to /configs/conf1/schema.xml
   [junit4]   2> 330055 T1218 oascc.SolrZkClient.makePath makePath: /configs/conf1/schema.xml
   [junit4]   2> 330058 T1218 oasc.AbstractZkTestCase.putConfig put /mnt/ssd/jenkins/workspace/Lucene-Solr-4.10-Linux/solr/core/src/test-files/solr/collection1/conf/solrconfig.snippet.randomindexconfig.xml to /configs/conf1/solrconfig.snippet.randomindexconfig.xml
   [junit4]   2> 330059 T1218 oascc.SolrZkClient.makePath makePath: /configs/conf1/solrconfig.snippet.randomindexconfig.xml
   [junit4]   2> 330060 T1218 oasc.AbstractZkTestCase.putConfig put /mnt/ssd/jenkins/workspace/Lucene-Solr-4.10-Linux/solr/core/src/test-files/solr/collection1/conf/stopwords.txt to /configs/conf1/stopwords.txt
   [junit4]   2> 330061 T1218 oascc.SolrZkClient.makePath makePath: /configs/conf1/stopwords.txt
   [junit4]   2> 330062 T1218 oasc.AbstractZkTestCase.putConfig put /mnt/ssd/jenkins/workspace/Lucene-Solr-4.10-Linux/solr/core/src/test-files/solr/collection1/conf/protwords.txt to /configs/conf1/protwords.txt
   [junit4]   2> 330062 T1218 oascc.SolrZkClient.makePath makePath: /configs/conf1/protwords.txt
   [junit4]   2> 330063 T1218 oasc.AbstractZkTestCase.putConfig put /mnt/ssd/jenkins/workspace/Lucene-Solr-4.10-Linux/solr/core/src/test-files/solr/collection1/conf/currency.xml to /configs/conf1/currency.xml
   [junit4]   2> 330064 T1218 oascc.SolrZkClient.makePath makePath: /configs/conf1/currency.xml
   [junit4]   2> 330065 T1218 oasc.AbstractZkTestCase.putConfig put /mnt/ssd/jenkins/workspace/Lucene-Solr-4.10-Linux/solr/core/src/test-files/solr/collection1/conf/enumsConfig.xml to /configs/conf1/enumsConfig.xml
   [junit4]   2> 330065 T1218 oascc.SolrZkClient.makePath makePath: /configs/conf1/enumsConfig.xml
   [junit4]   2> 330066 T1218 oasc.AbstractZkTestCase.putConfig put /mnt/ssd/jenkins/workspace/Lucene-Solr-4.10-Linux/solr/core/src/test-files/solr/collection1/conf/open-exchange-rates.json to /configs/conf1/open-exchange-rates.json
   [junit4]   2> 330066 T1218 oascc.SolrZkClient.makePath makePath: /configs/conf1/open-exchange-rates.json
   [junit4]   2> 330067 T1218 oasc.AbstractZkTestCase.putConfig put /mnt/ssd/jenkins/workspace/Lucene-Solr-4.10-Linux/solr/core/src/test-files/solr/collection1/conf/mapping-ISOLatin1Accent.txt to /configs/conf1/mapping-ISOLatin1Accent.txt
   [junit4]   2> 330067 T1218 oascc.SolrZkClient.makePath makePath: /configs/conf1/mapping-ISOLatin1Accent.txt
   [junit4]   2> 330069 T1218 oasc.AbstractZkTestCase.putConfig put /mnt/ssd/jenkins/workspace/Lucene-Solr-4.10-Linux/solr/core/src/test-files/solr/collection1/conf/old_synonyms.txt to /configs/conf1/old_synonyms.txt
   [junit4]   2> 330069 T1218 oascc.SolrZkClient.makePath makePath: /configs/conf1/old_synonyms.txt
   [junit4]   2> 330070 T1218 oasc.AbstractZkTestCase.putConfig put /mnt/ssd/jenkins/workspace/Lucene-Solr-4.10-Linux/solr/core/src/test-files/solr/collection1/conf/synonyms.txt to /configs/conf1/synonyms.txt
   [junit4]   2> 330070 T1218 oascc.SolrZkClient.makePath makePath: /configs/conf1/synonyms.txt
   [junit4]   2> 330072 T1218 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 330073 T1229 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@4e20de4d name:ZooKeeperConnection Watcher:127.0.0.1:54392/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 330073 T1218 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 330312 T1218 oejs.Server.doStart jetty-8.1.10.v20130312
   [junit4]   2> 330315 T1218 oejus.SslContextFactory.doStart Enabled Protocols [SSLv2Hello, SSLv3, TLSv1, TLSv1.1, TLSv1.2] of [SSLv2Hello, SSLv3, TLSv1, TLSv1.1, TLSv1.2]
   [junit4]   2> 330334 T1218 oejs.AbstractConnector.doStart Started SslSelectChannelConnector@127.0.0.1:52651
   [junit4]   2> 330336 T1218 oass.SolrDispatchFilter.init SolrDispatchFilter.init()
   [junit4]   2> 330336 T1218 oasc.SolrResourceLoader.locateSolrHome JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 330336 T1218 oasc.SolrResourceLoader.locateSolrHome using system property solr.solr.home: ../../../../../../../../../../mnt/ssd/jenkins/workspace/Lucene-Solr-4.10-Linux/solr/build/solr-core/test/J1/./solr.schema.TestCloudSchemaless-95C45FBA9A704D89-001/tempDir-002
   [junit4]   2> 330336 T1218 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '../../../../../../../../../../mnt/ssd/jenkins/workspace/Lucene-Solr-4.10-Linux/solr/build/solr-core/test/J1/./solr.schema.TestCloudSchemaless-95C45FBA9A704D89-001/tempDir-002/'
   [junit4]   2> 330346 T1218 oasc.ConfigSolr.fromFile Loading container configuration from /mnt/ssd/jenkins/workspace/Lucene-Solr-4.10-Linux/solr/build/solr-core/test/J1/../../../../../../../../../../mnt/ssd/jenkins/workspace/Lucene-Solr-4.10-Linux/solr/build/solr-core/test/J1/./solr.schema.TestCloudSchemaless-95C45FBA9A704D89-001/tempDir-002/solr.xml
   [junit4]   2> 330361 T1218 oasc.CoreContainer.<init> New CoreContainer 22871187
   [junit4]   2> 330362 T1218 oasc.CoreContainer.load Loading cores into CoreContainer [instanceDir=../../../../../../../../../../mnt/ssd/jenkins/workspace/Lucene-Solr-4.10-Linux/solr/build/solr-core/test/J1/./solr.schema.TestCloudSchemaless-95C45FBA9A704D89-001/tempDir-002/]
   [junit4]   2> 330362 T1218 oashc.HttpShardHandlerFactory.getParameter Setting socketTimeout to: 90000
   [junit4]   2> 330362 T1218 oashc.HttpShardHandlerFactory.getParameter Setting urlScheme to: 
   [junit4]   2> 330363 T1218 oashc.HttpShardHandlerFactory.getParameter Setting connTimeout to: 15000
   [junit4]   2> 330363 T1218 oashc.HttpShardHandlerFactory.getParameter Setting maxConnectionsPerHost to: 20
   [junit4]   2> 330363 T1218 oashc.HttpShardHandlerFactory.getParameter Setting corePoolSize to: 0
   [junit4]   2> 330364 T1218 oashc.HttpShardHandlerFactory.getParameter Setting maximumPoolSize to: 2147483647
   [junit4]   2> 330364 T1218 oashc.HttpShardHandlerFactory.getParameter Setting maxThreadIdleTime to: 5
   [junit4]   2> 330364 T1218 oashc.HttpShardHandlerFactory.getParameter Setting sizeOfQueue to: -1
   [junit4]   2> 330364 T1218 oashc.HttpShardHandlerFactory.getParameter Setting fairnessPolicy to: false
   [junit4]   2> 330366 T1218 oasu.UpdateShardHandler.<init> Creating UpdateShardHandler HTTP client with params: socketTimeout=340000&connTimeout=45000&retry=false
   [junit4]   2> 330367 T1218 oasl.LogWatcher.createWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory
   [junit4]   2> 330367 T1218 oasl.LogWatcher.newRegisteredLogWatcher Registering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)]
   [junit4]   2> 330368 T1218 oasc.CoreContainer.load Host Name: 127.0.0.1
   [junit4]   2> 330368 T1218 oasc.ZkContainer.initZooKeeper Zookeeper client=127.0.0.1:54392/solr
   [junit4]   2> 330368 T1218 oasc.ZkController.checkChrootPath zkHost includes chroot
   [junit4]   2> 330369 T1218 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 330371 T1240 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@75633df6 name:ZooKeeperConnection Watcher:127.0.0.1:54392 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 330372 T1218 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 330375 T1218 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 330376 T1242 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@383c932e name:ZooKeeperConnection Watcher:127.0.0.1:54392/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 330376 T1218 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 330378 T1218 oascc.SolrZkClient.makePath makePath: /overseer/queue
   [junit4]   2> 330381 T1218 oascc.SolrZkClient.makePath makePath: /overseer/collection-queue-work
   [junit4]   2> 330385 T1218 oascc.SolrZkClient.makePath makePath: /overseer/collection-map-running
   [junit4]   2> 330388 T1218 oascc.SolrZkClient.makePath makePath: /overseer/collection-map-completed
   [junit4]   2> 330391 T1218 oascc.SolrZkClient.makePath makePath: /overseer/collection-map-failure
   [junit4]   2> 330394 T1218 oascc.SolrZkClient.makePath makePath: /live_nodes
   [junit4]   2> 330395 T1218 oasc.ZkController.createEphemeralLiveNode Register node as live in ZooKeeper:/live_nodes/127.0.0.1:52651__%2Fwd
   [junit4]   2> 330396 T1218 oascc.SolrZkClient.makePath makePath: /live_nodes/127.0.0.1:52651__%2Fwd
   [junit4]   2> 330398 T1218 oascc.SolrZkClient.makePath makePath: /overseer_elect
   [junit4]   2> 330400 T1218 oascc.SolrZkClient.makePath makePath: /overseer_elect/election
   [junit4]   2> 330402 T1218 oasc.Overseer.close Overseer (id=null) closing
   [junit4]   2> 330404 T1218 oasc.OverseerElectionContext.runLeaderProcess I am going to be the leader 127.0.0.1:52651__%2Fwd
   [junit4]   2> 330404 T1218 oascc.SolrZkClient.makePath makePath: /overseer_elect/leader
   [junit4]   2> 330406 T1218 oasc.Overseer.start Overseer (id=92933648034693124-127.0.0.1:52651__%2Fwd-n_0000000000) starting
   [junit4]   2> 330409 T1218 oascc.SolrZkClient.makePath makePath: /overseer/queue-work
   [junit4]   2> 330416 T1218 oasc.OverseerAutoReplicaFailoverThread.<init> Starting OverseerAutoReplicaFailoverThread autoReplicaFailoverWorkLoopDelay=10000 autoReplicaFailoverWaitAfterExpiration=30000 autoReplicaFailoverBadNodeExpiration=60000
   [junit4]   2> 330417 T1244 oasc.OverseerCollectionProcessor.run Process current queue of collection creations
   [junit4]   2> 330417 T1218 oascc.SolrZkClient.makePath makePath: /clusterstate.json
   [junit4]   2> 330420 T1218 oascc.SolrZkClient.makePath makePath: /aliases.json
   [junit4]   2> 330421 T1218 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
   [junit4]   2> 330425 T1243 oasc.Overseer$ClusterStateUpdater.run Starting to work on the main queue
   [junit4]   2> 330426 T1246 oasc.ZkController.publish publishing core=collection1 state=down collection=control_collection
   [junit4]   2> 330427 T1246 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
   [junit4]   2> 330427 T1246 oasc.ZkController.waitForCoreNodeName look for our core node name
   [junit4]   2> 330428 T1247 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 330430 T1243 oasc.Overseer$ClusterStateUpdater.updateState Update state numShards=1 message={
   [junit4]   2> 	  "core":"collection1",
   [junit4]   2> 	  "roles":null,
   [junit4]   2> 	  "base_url":"https://127.0.0.1:52651/_/wd",
   [junit4]   2> 	  "node_name":"127.0.0.1:52651__%2Fwd",
   [junit4]   2> 	  "numShards":"1",
   [junit4]   2> 	  "state":"down",
   [junit4]   2> 	  "shard":null,
   [junit4]   2> 	  "collection":"control_collection",
   [junit4]   2> 	  "operation":"state"}
   [junit4]   2> 330430 T1243 oasc.Overseer$ClusterStateUpdater.createCollection Create collection control_collection with shards [shard1]
   [junit4]   2> 330430 T1243 oasc.Overseer$ClusterStateUpdater.updateState Assigning new node to shard shard=shard1
   [junit4]   2> 330433 T1247 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> 331428 T1246 oasc.ZkController.waitForShardId waiting to find shard id in clusterstate for collection1
   [junit4]   2> 331428 T1246 oasc.ZkController.createCollectionZkNode Check for collection zkNode:control_collection
   [junit4]   2> 331429 T1246 oasc.ZkController.createCollectionZkNode Collection zkNode exists
   [junit4]   2> 331429 T1246 oascc.ZkStateReader.readConfigName Load collection config from:/collections/control_collection
   [junit4]   2> 331430 T1246 oascc.ZkStateReader.readConfigName path=/collections/control_collection configName=conf1 specified config exists in ZooKeeper
   [junit4]   2> 331430 T1246 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '../../../../../../../../../../mnt/ssd/jenkins/workspace/Lucene-Solr-4.10-Linux/solr/build/solr-core/test/J1/./solr.schema.TestCloudSchemaless-95C45FBA9A704D89-001/tempDir-002/collection1/'
   [junit4]   2> 331430 T1246 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/mnt/ssd/jenkins/workspace/Lucene-Solr-4.10-Linux/solr/build/solr-core/test/J1/solr.schema.TestCloudSchemaless-95C45FBA9A704D89-001/tempDir-002/collection1/lib/.svn/' to classloader
   [junit4]   2> 331431 T1246 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/mnt/ssd/jenkins/workspace/Lucene-Solr-4.10-Linux/solr/build/solr-core/test/J1/solr.schema.TestCloudSchemaless-95C45FBA9A704D89-001/tempDir-002/collection1/lib/classes/' to classloader
   [junit4]   2> 331431 T1246 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/mnt/ssd/jenkins/workspace/Lucene-Solr-4.10-Linux/solr/build/solr-core/test/J1/solr.schema.TestCloudSchemaless-95C45FBA9A704D89-001/tempDir-002/collection1/lib/README' to classloader
   [junit4]   2> 331447 T1246 oasc.SolrConfig.<init> Using Lucene MatchVersion: 4.10.3
   [junit4]   2> 331453 T1246 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig.xml
   [junit4]   2> 331454 T1246 oass.ManagedIndexSchemaFactory.create The schema is configured as managed, but managed schema resource managed-schema not found - loading non-managed schema schema.xml instead
   [junit4]   2> 331455 T1246 oass.IndexSchema.readSchema Reading Solr Schema from /configs/conf1/schema.xml
   [junit4]   2> 331457 T1246 oass.IndexSchema.readSchema [collection1] Schema name=add-schema-fields-update-processor
   [junit4]   2> 331462 T1246 oass.IndexSchema.readSchema unique key field: id
   [junit4]   2> 331464 T1246 oass.ManagedIndexSchema.persistManagedSchemaToZooKeeper Created and persisted managed schema znode at /configs/conf1/managed-schema
   [junit4]   2> 331465 T1246 oascc.SolrZkClient.makePath makePath: /configs/conf1/schema.xml.bak
   [junit4]   2> 331468 T1246 oass.ManagedIndexSchemaFactory.zkUgradeToManagedSchema After upgrading to managed schema in ZooKeeper, renamed the non-managed schema /configs/conf1/schema.xml to /configs/conf1/schema.xml.bak
   [junit4]   2> 331468 T1246 oasc.CoreContainer.create Creating SolrCore 'collection1' using configuration from collection control_collection
   [junit4]   2> 331468 T1246 oasc.SolrCore.initDirectoryFactory solr.NRTCachingDirectoryFactory
   [junit4]   2> 331468 T1246 oasc.SolrCore.<init> [collection1] Opening new SolrCore at ../../../../../../../../../../mnt/ssd/jenkins/workspace/Lucene-Solr-4.10-Linux/solr/build/solr-core/test/J1/./solr.schema.TestCloudSchemaless-95C45FBA9A704D89-001/tempDir-002/collection1/, dataDir=/mnt/ssd/jenkins/workspace/Lucene-Solr-4.10-Linux/solr/build/solr-core/test/J1/solr.schema.TestCloudSchemaless-95C45FBA9A704D89-001/tempDir-002/collection1/data/
   [junit4]   2> 331469 T1246 oasc.SolrCore.<init> JMX monitoring not detected for core: collection1
   [junit4]   2> 331469 T1246 oasc.CachingDirectoryFactory.get return new directory for /mnt/ssd/jenkins/workspace/Lucene-Solr-4.10-Linux/solr/build/solr-core/test/J1/solr.schema.TestCloudSchemaless-95C45FBA9A704D89-001/tempDir-002/collection1/data
   [junit4]   2> 331470 T1246 oasc.SolrCore.getNewIndexDir New index directory detected: old=null new=/mnt/ssd/jenkins/workspace/Lucene-Solr-4.10-Linux/solr/build/solr-core/test/J1/solr.schema.TestCloudSchemaless-95C45FBA9A704D89-001/tempDir-002/collection1/data/index/
   [junit4]   2> 331470 T1246 oasc.SolrCore.initIndex WARN [collection1] Solr index directory '/mnt/ssd/jenkins/workspace/Lucene-Solr-4.10-Linux/solr/build/solr-core/test/J1/solr.schema.TestCloudSchemaless-95C45FBA9A704D89-001/tempDir-002/collection1/data/index' doesn't exist. Creating new index...
   [junit4]   2> 331470 T1246 oasc.CachingDirectoryFactory.get return new directory for /mnt/ssd/jenkins/workspace/Lucene-Solr-4.10-Linux/solr/build/solr-core/test/J1/solr.schema.TestCloudSchemaless-95C45FBA9A704D89-001/tempDir-002/collection1/data/index
   [junit4]   2> 331470 T1246 oasu.RandomMergePolicy.<init> RandomMergePolicy wrapping class org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: maxMergeAtOnce=18, maxMergeAtOnceExplicit=29, maxMergedSegmentMB=5.7841796875, floorSegmentMB=0.6328125, forceMergeDeletesPctAllowed=29.083056709473485, segmentsPerTier=46.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.7221242948682146
   [junit4]   2> 331553 T1246 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits: num=1
   [junit4]   2> 		commit{dir=NRTCachingDirectory(MMapDirectory@/mnt/ssd/jenkins/workspace/Lucene-Solr-4.10-Linux/solr/build/solr-core/test/J1/solr.schema.TestCloudSchemaless-95C45FBA9A704D89-001/tempDir-002/collection1/data/index lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@3c4ef81b; maxCacheMB=48.0 maxMergeSizeMB=4.0),segFN=segments_1,generation=1}
   [junit4]   2> 331554 T1246 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1
   [junit4]   2> 331554 T1246 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "add-unknown-fields-to-the-schema"
   [junit4]   2> 331702 T1246 oasc.SolrCore.loadUpdateProcessorChains no updateRequestProcessorChain defined as default, creating implicit default
   [junit4]   2> 331703 T1246 oasc.RequestHandlers.initHandlersFromConfig created /update: org.apache.solr.handler.UpdateRequestHandler
   [junit4]   2> 331703 T1246 oasc.RequestHandlers.initHandlersFromConfig created /update/json: org.apache.solr.handler.UpdateRequestHandler
   [junit4]   2> 331703 T1246 oasc.RequestHandlers.initHandlersFromConfig created /update/csv: org.apache.solr.handler.UpdateRequestHandler
   [junit4]   2> 331703 T1246 oasc.RequestHandlers.initHandlersFromConfig created /update/json/docs: org.apache.solr.handler.UpdateRequestHandler
   [junit4]   2> 331703 T1246 oasc.RequestHandlers.initHandlersFromConfig created standard: solr.StandardRequestHandler
   [junit4]   2> 331704 T1246 oasc.RequestHandlers.initHandlersFromConfig created /get: solr.RealTimeGetHandler
   [junit4]   2> 331704 T1246 oasc.RequestHandlers.initHandlersFromConfig created /admin/: org.apache.solr.handler.admin.AdminHandlers
   [junit4]   2> 331704 T1246 oasc.RequestHandlers.initHandlersFromConfig WARN Multiple requestHandler registered to the same name: /update ignoring: org.apache.solr.handler.UpdateRequestHandler
   [junit4]   2> 331704 T1246 oasc.RequestHandlers.initHandlersFromConfig created /update: solr.UpdateRequestHandler
   [junit4]   2> 331704 T1246 oasc.RequestHandlers.initHandlersFromConfig adding lazy requestHandler: solr.ReplicationHandler
   [junit4]   2> 331704 T1246 oasc.RequestHandlers.initHandlersFromConfig created /replication: solr.ReplicationHandler
   [junit4]   2> 331707 T1246 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 331708 T1246 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 331708 T1246 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 331709 T1246 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 331710 T1246 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 331711 T1246 oasu.CommitTracker.<init> Hard AutoCommit: disabled
   [junit4]   2> 331711 T1246 oasu.CommitTracker.<init> Soft AutoCommit: disabled
   [junit4]   2> 331712 T1246 oasu.RandomMergePolicy.<init> RandomMergePolicy wrapping class org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: maxMergeAtOnce=40, maxMergeAtOnceExplicit=29, maxMergedSegmentMB=59.9462890625, floorSegmentMB=1.3671875, forceMergeDeletesPctAllowed=25.08897086743779, segmentsPerTier=13.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.2813744576578131
   [junit4]   2> 331713 T1246 oasc.SolrDeletionPolicy.onInit SolrDeletionPolicy.onInit: commits: num=1
   [junit4]   2> 		commit{dir=NRTCachingDirectory(MMapDirectory@/mnt/ssd/jenkins/workspace/Lucene-Solr-4.10-Linux/solr/build/solr-core/test/J1/solr.schema.TestCloudSchemaless-95C45FBA9A704D89-001/tempDir-002/collection1/data/index lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@3c4ef81b; maxCacheMB=48.0 maxMergeSizeMB=4.0),segFN=segments_1,generation=1}
   [junit4]   2> 331714 T1246 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1
   [junit4]   2> 331714 T1246 oass.SolrIndexSearcher.<init> Opening Searcher@3f519a05[collection1] main
   [junit4]   2> 331714 T1246 oascc.ZkStateReader.readConfigName Load collection config from:/collections/control_collection
   [junit4]   2> 331715 T1246 oascc.ZkStateReader.readConfigName path=/collections/control_collection configName=conf1 specified config exists in ZooKeeper
   [junit4]   2> 331715 T1246 oasr.ManagedResourceStorage.newStorageIO Setting up ZooKeeper-based storage for the RestManager with znodeBase: /configs/conf1
   [junit4]   2> 331716 T1246 oasr.ManagedResourceStorage$ZooKeeperStorageIO.configure Configured ZooKeeperStorageIO with znodeBase: /configs/conf1
   [junit4]   2> 331716 T1246 oasr.RestManager.init Initializing RestManager with initArgs: {}
   [junit4]   2> 331716 T1246 oasr.ManagedResourceStorage.load Reading _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 331716 T1246 oasr.ManagedResourceStorage$ZooKeeperStorageIO.openInputStream No data found for znode /configs/conf1/_rest_managed.json
   [junit4]   2> 331717 T1246 oasr.ManagedResourceStorage.load Loaded null at path _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 331717 T1246 oascc.SolrZkClient.makePath makePath: /configs/conf1/_rest_managed.json
   [junit4]   2> 331718 T1246 oasr.ManagedResourceStorage$ZooKeeperStorageIO$1.close Wrote 38 bytes to new znode /configs/conf1/_rest_managed.json
   [junit4]   2> 331719 T1246 oasr.ManagedResourceStorage$JsonStorage.store Saved JSON object to path _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 331719 T1246 oasr.RestManager.init Initializing 0 registered ManagedResources
   [junit4]   2> 331721 T1246 oass.ZkIndexSchemaReader.createSchemaWatcher Creating ZooKeeper watch for the managed schema at /configs/conf1/managed-schema ...
   [junit4]   2> 331726 T1248 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@3f519a05[collection1] main{StandardDirectoryReader(segments_1:1:nrt)}
   [junit4]   2> 331726 T1246 oasc.CoreContainer.registerCore registering core: collection1
   [junit4]   2> 331727 T1251 oasc.ZkController.register Register replica - core:collection1 address:https://127.0.0.1:52651/_/wd collection:control_collection shard:shard1
   [junit4]   2> 331727 T1218 oass.SolrDispatchFilter.init user.dir=/mnt/ssd/jenkins/workspace/Lucene-Solr-4.10-Linux/solr/build/solr-core/test/J1
   [junit4]   2> 331728 T1218 oass.SolrDispatchFilter.init SolrDispatchFilter.init() done
   [junit4]   2> 331731 T1218 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 331732 T1251 oascc.SolrZkClient.makePath makePath: /collections/control_collection/leader_elect/shard1/election
   [junit4]   2> 331732 T1253 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@6e52ee9e name:ZooKeeperConnection Watcher:127.0.0.1:54392/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 331732 T1218 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 331734 T1218 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
   [junit4]   2> 331739 T1218 oasc.ChaosMonkey.monkeyLog monkey: init - expire sessions:false cause connection loss:false
   [junit4]   2> 331744 T1251 oasc.ShardLeaderElectionContext.runLeaderProcess Running the leader process for shard shard1
   [junit4]   2> 331746 T1251 oasc.ShardLeaderElectionContext.waitForReplicasToComeUp Enough replicas found to continue.
   [junit4]   2> 331746 T1251 oasc.ShardLeaderElectionContext.runLeaderProcess I may be the new leader - try and sync
   [junit4]   2> ASYNC  NEW_CORE C132 name=collection1 org.apache.solr.core.SolrCore@598db790 url=https://127.0.0.1:52651/_/wd/collection1 node=127.0.0.1:52651__%2Fwd C132_STATE=coll:control_collection core:collection1 props:{core=collection1, base_url=https://127.0.0.1:52651/_/wd, node_name=127.0.0.1:52651__%2Fwd, state=down}
   [junit4]   2> 331746 T1251 C132 P52651 oasc.SyncStrategy.sync Sync replicas to https://127.0.0.1:52651/_/wd/collection1/
   [junit4]   2> 331746 T1251 C132 P52651 oasc.SyncStrategy.syncReplicas Sync Success - now sync replicas to me
   [junit4]   2> 331746 T1251 C132 P52651 oasc.SyncStrategy.syncToMe https://127.0.0.1:52651/_/wd/collection1/ has no replicas
   [junit4]   2> 331746 T1251 oasc.ShardLeaderElectionContext.runLeaderProcess I am the new leader: https://127.0.0.1:52651/_/wd/collection1/ shard1
   [junit4]   2> 331747 T1251 oascc.SolrZkClient.makePath makePath: /collections/control_collection/leaders/shard1
   [junit4]   2> 331750 T1247 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 331754 T1247 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 331754 T1247 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> 331755 T1254 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> 331800 T1251 oasc.ZkController.register We are https://127.0.0.1:52651/_/wd/collection1/ and leader is https://127.0.0.1:52651/_/wd/collection1/
   [junit4]   2> 331800 T1251 oasc.ZkController.register No LogReplay needed for core=collection1 baseURL=https://127.0.0.1:52651/_/wd
   [junit4]   2> 331800 T1251 oasc.ZkController.checkRecovery I am the leader, no recovery necessary
   [junit4]   2> 331801 T1251 oasc.ZkController.publish publishing core=collection1 state=active collection=control_collection
   [junit4]   2> 331801 T1251 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
   [junit4]   2> 331802 T1247 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 331803 T1243 oasc.Overseer$ClusterStateUpdater.updateState Update state numShards=4 message={
   [junit4]   2> 	  "core":"collection1",
   [junit4]   2> 	  "core_node_name":"core_node1",
   [junit4]   2> 	  "roles":null,
   [junit4]   2> 	  "base_url":"https://127.0.0.1:52651/_/wd",
   [junit4]   2> 	  "node_name":"127.0.0.1:52651__%2Fwd",
   [junit4]   2> 	  "numShards":"4",
   [junit4]   2> 	  "state":"active",
   [junit4]   2> 	  "shard":"shard1",
   [junit4]   2> 	  "collection":"control_collection",
   [junit4]   2> 	  "operation":"state"}
   [junit4]   2> 331905 T1254 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> 331905 T1247 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> 331974 T1218 oasc.AbstractFullDistribZkTestBase.createJettys create jetty 1
   [junit4]   2> 331974 T1218 oejs.Server.doStart jetty-8.1.10.v20130312
   [junit4]   2> 331977 T1218 oejus.SslContextFactory.doStart Enabled Protocols [SSLv2Hello, SSLv3, TLSv1, TLSv1.1, TLSv1.2] of [SSLv2Hello, SSLv3, TLSv1, TLSv1.1, TLSv1.2]
   [junit4]   2> 331978 T1218 oejs.AbstractConnector.doStart Started SslSelectChannelConnector@127.0.0.1:52279
   [junit4]   2> 331981 T1218 oass.SolrDispatchFilter.init SolrDispatchFilter.init()
   [junit4]   2> 331981 T1218 oasc.SolrResourceLoader.locateSolrHome JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 331981 T1218 oasc.SolrResourceLoader.locateSolrHome using system property solr.solr.home: ../../../../../../../../../../mnt/ssd/jenkins/workspace/Lucene-Solr-4.10-Linux/solr/build/solr-core/test/J1/./solr.schema.TestCloudSchemaless-95C45FBA9A704D89-001/tempDir-003
   [junit4]   2> 331981 T1218 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '../../../../../../../../../../mnt/ssd/jenkins/workspace/Lucene-Solr-4.10-Linux/solr/build/solr-core/test/J1/./solr.schema.TestCloudSchemaless-95C45FBA9A704D89-001/tempDir-003/'
   [junit4]   2> 331991 T1218 oasc.ConfigSolr.fromFile Loading container configuration from /mnt/ssd/jenkins/workspace/Lucene-Solr-4.10-Linux/solr/build/solr-core/test/J1/../../../../../../../../../../mnt/ssd/jenkins/workspace/Lucene-Solr-4.10-Linux/solr/build/solr-core/test/J1/./solr.schema.TestCloudSchemaless-95C45FBA9A704D89-001/tempDir-003/solr.xml
   [junit4]   2> 331998 T1218 oasc.CoreContainer.<init> New CoreContainer 1958887700
   [junit4]   2> 331999 T1218 oasc.CoreContainer.load Loading cores into CoreContainer [instanceDir=../../../../../../../../../../mnt/ssd/jenkins/workspace/Lucene-Solr-4.10-Linux/solr/build/solr-core/test/J1/./solr.schema.TestCloudSchemaless-95C45FBA9A704D89-001/tempDir-003/]
   [junit4]   2> 331999 T1218 oashc.HttpShardHandlerFactory.getParameter Setting socketTimeout to: 90000
   [junit4]   2> 331999 T1218 oashc.HttpShardHandlerFactory.getParameter Setting urlScheme to: 
   [junit4]   2> 331999 T1218 oashc.HttpShardHandlerFactory.getParameter Setting connTimeout to: 15000
   [junit4]   2> 332000 T1218 oashc.HttpShardHandlerFactory.getParameter Setting maxConnectionsPerHost to: 20
   [junit4]   2> 332000 T1218 oashc.HttpShardHandlerFactory.getParameter Setting corePoolSize to: 0
   [junit4]   2> 332000 T1218 oashc.HttpShardHandlerFactory.getParameter Setting maximumPoolSize to: 2147483647
   [junit4]   2> 332000 T1218 oashc.HttpShardHandlerFactory.getParameter Setting maxThreadIdleTime to: 5
   [junit4]   2> 332000 T1218 oashc.HttpShardHandlerFactory.getParameter Setting sizeOfQueue to: -1
   [junit4]   2> 332001 T1218 oashc.HttpShardHandlerFactory.getParameter Setting fairnessPolicy to: false
   [junit4]   2> 332002 T1218 oasu.UpdateShardHandler.<init> Creating UpdateShardHandler HTTP client with params: socketTimeout=340000&connTimeout=45000&retry=false
   [junit4]   2> 332002 T1218 oasl.LogWatcher.createWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory
   [junit4]   2> 332003 T1218 oasl.LogWatcher.newRegisteredLogWatcher Registering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)]
   [junit4]   2> 332003 T1218 oasc.CoreContainer.load Host Name: 127.0.0.1
   [junit4]   2> 332003 T1218 oasc.ZkContainer.initZooKeeper Zookeeper client=127.0.0.1:54392/solr
   [junit4]   2> 332003 T1218 oasc.ZkController.checkChrootPath zkHost includes chroot
   [junit4]   2> 332004 T1218 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 332005 T1265 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@ca18abe name:ZooKeeperConnection Watcher:127.0.0.1:54392 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 332006 T1218 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 332008 T1218 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 332009 T1267 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@418955cd name:ZooKeeperConnection Watcher:127.0.0.1:54392/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 332009 T1218 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 332013 T1218 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
   [junit4]   2> 333016 T1218 oasc.ZkController.createEphemeralLiveNode Register node as live in ZooKeeper:/live_nodes/127.0.0.1:52279__%2Fwd
   [junit4]   2> 333017 T1218 oascc.SolrZkClient.makePath makePath: /live_nodes/127.0.0.1:52279__%2Fwd
   [junit4]   2> 333023 T1218 oasc.Overseer.close Overseer (id=null) closing
   [junit4]   2> 333030 T1269 oasc.ZkController.publish publishing core=collection1 state=down collection=collection1
   [junit4]   2> 333030 T1269 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
   [junit4]   2> 333031 T1269 oasc.ZkController.waitForCoreNodeName look for our core node name
   [junit4]   2> 333031 T1247 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 333034 T1243 oasc.Overseer$ClusterStateUpdater.updateState Update state numShards=4 message={
   [junit4]   2> 	  "core":"collection1",
   [junit4]   2> 	  "roles":null,
   [junit4]   2> 	  "base_url":"https://127.0.0.1:52279/_/wd",
   [junit4]   2> 	  "node_name":"127.0.0.1:52279__%2Fwd",
   [junit4]   2> 	  "numShards":"4",
   [junit4]   2> 	  "state":"down",
   [junit4]   2> 	  "shard":null,
   [junit4]   2> 	  "collection":"collection1",
   [junit4]   2> 	  "operation":"state"}
   [junit4]   2> 333034 T1243 oasc.Overseer$ClusterStateUpdater.createCollection Create collection collection1 with shards [shard1, shard2, shard3, shard4]
   [junit4]   2> 333034 T1243 oasc.Overseer$ClusterStateUpdater.updateState Assigning new node to shard shard=shard2
   [junit4]   2> 333139 T1254 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> 333139 T1268 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> 333139 T1247 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> 334031 T1269 oasc.ZkController.waitForShardId waiting to find shard id in clusterstate for collection1
   [junit4]   2> 334032 T1269 oasc.ZkController.createCollectionZkNode Check for collection zkNode:collection1
   [junit4]   2> 334033 T1269 oasc.ZkController.createCollectionZkNode Collection zkNode exists
   [junit4]   2> 334033 T1269 oascc.ZkStateReader.readConfigName Load collection config from:/collections/collection1
   [junit4]   2> 334034 T1269 oascc.ZkStateReader.readConfigName path=/collections/collection1 configName=conf1 specified config exists in ZooKeeper
   [junit4]   2> 334034 T1269 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '../../../../../../../../../../mnt/ssd/jenkins/workspace/Lucene-Solr-4.10-Linux/solr/build/solr-core/test/J1/./solr.schema.TestCloudSchemaless-95C45FBA9A704D89-001/tempDir-003/collection1/'
   [junit4]   2> 334035 T1269 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/mnt/ssd/jenkins/workspace/Lucene-Solr-4.10-Linux/solr/build/solr-core/test/J1/solr.schema.TestCloudSchemaless-95C45FBA9A704D89-001/tempDir-003/collection1/lib/.svn/' to classloader
   [junit4]   2> 334036 T1269 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/mnt/ssd/jenkins/workspace/Lucene-Solr-4.10-Linux/solr/build/solr-core/test/J1/solr.schema.TestCloudSchemaless-95C45FBA9A704D89-001/tempDir-003/collection1/lib/classes/' to classloader
   [junit4]   2> 334036 T1269 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/mnt/ssd/jenkins/workspace/Lucene-Solr-4.10-Linux/solr/build/solr-core/test/J1/solr.schema.TestCloudSchemaless-95C45FBA9A704D89-001/tempDir-003/collection1/lib/README' to classloader
   [junit4]   2> 334061 T1269 oasc.SolrConfig.<init> Using Lucene MatchVersion: 4.10.3
   [junit4]   2> 334070 T1269 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig.xml
   [junit4]   2> 334072 T1269 oass.IndexSchema.readSchema Reading Solr Schema from /configs/conf1/managed-schema
   [junit4]   2> 334074 T1269 oass.IndexSchema.readSchema [collection1] Schema name=add-schema-fields-update-processor
   [junit4]   2> 334081 T1269 oass.IndexSchema.readSchema unique key field: id
   [junit4]   2> 334081 T1269 oasc.CoreContainer.create Creating SolrCore 'collection1' using configuration from collection collection1
   [junit4]   2> 334081 T1269 oasc.SolrCore.initDirectoryFactory solr.NRTCachingDirectoryFactory
   [junit4]   2> 334082 T1269 oasc.SolrCore.<init> [collection1] Opening new SolrCore at ../../../../../../../../../../mnt/ssd/jenkins/workspace/Lucene-Solr-4.10-Linux/solr/build/solr-core/test/J1/./solr.schema.TestCloudSchemaless-95C45FBA9A704D89-001/tempDir-003/collection1/, dataDir=/mnt/ssd/jenkins/workspace/Lucene-Solr-4.10-Linux/solr/build/solr-core/test/J1/solr.schema.TestCloudSchemaless-95C45FBA9A704D89-001/tempDir-003/collection1/data/
   [junit4]   2> 334082 T1269 oasc.SolrCore.<init> JMX monitoring not detected for core: collection1
   [junit4]   2> 334082 T1269 oasc.CachingDirectoryFactory.get return new directory for /mnt/ssd/jenkins/workspace/Lucene-Solr-4.10-Linux/solr/build/solr-core/test/J1/solr.schema.TestCloudSchemaless-95C45FBA9A704D89-001/tempDir-003/collection1/data
   [junit4]   2> 334083 T1269 oasc.SolrCore.getNewIndexDir New index directory detected: old=null new=/mnt/ssd/jenkins/workspace/Lucene-Solr-4.10-Linux/solr/build/solr-core/test/J1/solr.schema.TestCloudSchemaless-95C45FBA9A704D89-001/tempDir-003/collection1/data/index/
   [junit4]   2> 334083 T1269 oasc.SolrCore.initIndex WARN [collection1] Solr index directory '/mnt/ssd/jenkins/workspace/Lucene-Solr-4.10-Linux/solr/build/solr-core/test/J1/solr.schema.TestCloudSchemaless-95C45FBA9A704D89-001/tempDir-003/collection1/data/index' doesn't exist. Creating new index...
   [junit4]   2> 334084 T1269 oasc.CachingDirectoryFactory.get return new directory for /mnt/ssd/jenkins/workspace/Lucene-Solr-4.10-Linux/solr/build/solr-core/test/J1/solr.schema.TestCloudSchemaless-95C45FBA9A704D89-001/tempDir-003/collection1/data/index
   [junit4]   2> 334085 T1269 oasu.RandomMergePolicy.<init> RandomMergePolicy wrapping class org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: maxMergeAtOnce=18, maxMergeAtOnceExplicit=29, maxMergedSegmentMB=5.7841796875, floorSegmentMB=0.6328125, forceMergeDeletesPctAllowed=29.083056709473485, segmentsPerTier=46.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.7221242948682146
   [junit4]   2> 334092 T1269 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits: num=1
   [junit4]   2> 		commit{dir=NRTCachingDirectory(MMapDirectory@/mnt/ssd/jenkins/workspace/Lucene-Solr-4.10-Linux/solr/build/solr-core/test/J1/solr.schema.TestCloudSchemaless-95C45FBA9A704D89-001/tempDir-003/collection1/data/index lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@6bf35a29; maxCacheMB=48.0 maxMergeSizeMB=4.0),segFN=segments_1,generation=1}
   [junit4]   2> 334093 T1269 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1
   [junit4]   2> 334094 T1269 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "add-unknown-fields-to-the-schema"
   [junit4]   2> 334096 T1269 oasc.SolrCore.loadUpdateProcessorChains no updateRequestProcessorChain defined as default, creating implicit default
   [junit4]   2> 334097 T1269 oasc.RequestHandlers.initHandlersFromConfig created /update: org.apache.solr.handler.UpdateRequestHandler
   [junit4]   2> 334097 T1269 oasc.RequestHandlers.initHandlersFromConfig created /update/json: org.apache.solr.handler.UpdateRequestHandler
   [junit4]   2> 334097 T1269 oasc.RequestHandlers.initHandlersFromConfig created /update/csv: org.apache.solr.handler.UpdateRequestHandler
   [junit4]   2> 334097 T1269 oasc.RequestHandlers.initHandlersFromConfig created /update/json/docs: org.apache.solr.handler.UpdateRequestHandler
   [junit4]   2> 334097 T1269 oasc.RequestHandlers.initHandlersFromConfig created standard: solr.StandardRequestHandler
   [junit4]   2> 334098 T1269 oasc.RequestHandlers.initHandlersFromConfig created /get: solr.RealTimeGetHandler
   [junit4]   2> 334098 T1269 oasc.RequestHandlers.initHandlersFromConfig created /admin/: org.apache.solr.handler.admin.AdminHandlers
   [junit4]   2> 334098 T1269 oasc.RequestHandlers.initHandlersFromConfig WARN Multiple requestHandler registered to the same name: /update ignoring: org.apache.solr.handler.UpdateRequestHandler
   [junit4]   2> 334098 T1269 oasc.RequestHandlers.initHandlersFromConfig created /update: solr.UpdateRequestHandler
   [junit4]   2> 334099 T1269 oasc.RequestHandlers.initHandlersFromConfig adding lazy requestHandler: solr.ReplicationHandler
   [junit4]   2> 334099 T1269 oasc.RequestHandlers.initHandlersFromConfig created /replication: solr.ReplicationHandler
   [junit4]   2> 334101 T1269 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 334101 T1269 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 334102 T1269 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 334103 T1269 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 334103 T1269 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 334104 T1269 oasu.CommitTracker.<init> Hard AutoCommit: disabled
   [junit4]   2> 334115 T1269 oasu.CommitTracker.<init> Soft AutoCommit: disabled
   [junit4]   2> 334116 T1269 oasu.RandomMergePolicy.<init> RandomMergePolicy wrapping class org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: maxMergeAtOnce=40, maxMergeAtOnceExplicit=29, maxMergedSegmentMB=59.9462890625, floorSegmentMB=1.3671875, forceMergeDeletesPctAllowed=25.08897086743779, segmentsPerTier=13.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.2813744576578131
   [junit4]   2> 334117 T1269 oasc.SolrDeletionPolicy.onInit SolrDeletionPolicy.onInit: commits: num=1
   [junit4]   2> 		commit{dir=NRTCachingDirectory(MMapDirectory@/mnt/ssd/jenkins/workspace/Lucene-Solr-4.10-Linux/solr/build/solr-core/test/J1/solr.schema.TestCloudSchemaless-95C45FBA9A704D89-001/tempDir-003/collection1/data/index lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@6bf35a29; maxCacheMB=48.0 maxMergeSizeMB=4.0),segFN=segments_1,generation=1}
   [junit4]   2> 334118 T1269 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1
   [junit4]   2> 334118 T1269 oass.SolrIndexSearcher.<init> Opening Searcher@4ad4b2e2[collection1] main
   [junit4]   2> 334118 T1269 oascc.ZkStateReader.readConfigName Load collection config from:/collections/collection1
   [junit4]   2> 334119 T1269 oascc.ZkStateReader.readConfigName path=/collections/collection1 configName=conf1 specified config exists in ZooKeeper
   [junit4]   2> 334120 T1269 oasr.ManagedResourceStorage.newStorageIO Setting up ZooKeeper-based storage for the RestManager with znodeBase: /configs/conf1
   [junit4]   2> 334120 T1269 oasr.ManagedResourceStorage$ZooKeeperStorageIO.configure Configured ZooKeeperStorageIO with znodeBase: /configs/conf1
   [junit4]   2> 334120 T1269 oasr.RestManager.init Initializing RestManager with initArgs: {}
   [junit4]   2> 334120 T1269 oasr.ManagedResourceStorage.load Reading _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 334121 T1269 oasr.ManagedResourceStorage$ZooKeeperStorageIO.openInputStream Read 38 bytes from znode /configs/conf1/_rest_managed.json
   [junit4]   2> 334121 T1269 oasr.ManagedResourceStorage.load Loaded LinkedHashMap at path _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 334122 T1269 oasr.ManagedResource.reloadFromStorage Loaded initArgs {} for /rest/managed
   [junit4]   2> 334122 T1269 oasr.RestManager.init Initializing 0 registered ManagedResources
   [junit4]   2> 334122 T1269 oass.ZkIndexSchemaReader.createSchemaWatcher Creating ZooKeeper watch for the managed schema at /configs/conf1/managed-schema ...
   [junit4]   2> 334123 T1269 oasc.CoreContainer.registerCore registering core: collection1
   [junit4]   2> 334124 T1270 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@4ad4b2e2[collection1] main{StandardDirectoryReader(segments_1:1:nrt)}
   [junit4]   2> 334124 T1273 oasc.ZkController.register Register replica - core:collection1 address:https://127.0.0.1:52279/_/wd collection:collection1 shard:shard2
   [junit4]   2> 334125 T1218 oass.SolrDispatchFilter.init user.dir=/mnt/ssd/jenkins/workspace/Lucene-Solr-4.10-Linux/solr/build/solr-core/test/J1
   [junit4]   2> 334125 T1218 oass.SolrDispatchFilter.init SolrDispatchFilter.init() done
   [junit4]   2> 334125 T1273 oascc.SolrZkClient.makePath makePath: /collections/collection1/leader_elect/shard2/election
   [junit4]   2> 334129 T1273 oasc.ShardLeaderElectionContext.runLeaderProcess Running the leader process for shard shard2
   [junit4]   2> 334130 T1247 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 334130 T1273 oasc.ShardLeaderElectionContext.waitForReplicasToComeUp Enough replicas found to continue.
   [junit4]   2> 334130 T1273 oasc.ShardLeaderElectionContext.runLeaderProcess I may be the new leader - try and sync
   [junit4]   2> ASYNC  NEW_CORE C133 name=collection1 org.apache.solr.core.SolrCore@6717513e url=https://127.0.0.1:52279/_/wd/collection1 node=127.0.0.1:52279__%2Fwd C133_STATE=coll:collection1 core:collection1 props:{core=collection1, base_url=https://127.0.0.1:52279/_/wd, node_name=127.0.0.1:52279__%2Fwd, state=down}
   [junit4]   2> 334130 T1273 C133 P52279 oasc.SyncStrategy.sync Sync replicas to https://127.0.0.1:52279/_/wd/collection1/
   [junit4]   2> 334130 T1273 C133 P52279 oasc.SyncStrategy.syncReplicas Sync Success - now sync replicas to me
   [junit4]   2> 334131 T1273 C133 P52279 oasc.SyncStrategy.syncToMe https://127.0.0.1:52279/_/wd/collection1/ has no replicas
   [junit4]   2> 334131 T1273 oasc.ShardLeaderElectionContext.runLeaderProcess I am the new leader: https://127.0.0.1:52279/_/wd/collection1/ shard2
   [junit4]   2> 334131 T1273 oascc.SolrZkClient.makePath makePath: /collections/collection1/leaders/shard2
   [junit4]   2> 334133 T1247 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 334236 T1254 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> 334236 T1268 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> 334236 T1247 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> 334284 T1273 oasc.ZkController.register We are https://127.0.0.1:52279/_/wd/collection1/ and leader is https://127.0.0.1:52279/_/wd/collection1/
   [junit4]   2> 334284 T1273 oasc.ZkController.register No LogReplay needed for core=collection1 baseURL=https://127.0.0.1:52279/_/wd
   [junit4]   2> 334285 T1273 oasc.ZkController.checkRecovery I am the leader, no recovery necessary
   [junit4]   2> 334285 T1273 oasc.ZkController.publish publishing core=collection1 state=active collection=collection1
   [junit4]   2> 334285 T1273 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
   [junit4]   2> 334286 T1247 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 334287 T1243 oasc.Overseer$ClusterStateUpdater.updateState Update state numShards=4 message={
   [junit4]   2> 	  "core":"collection1",
   [junit4]   2> 	  "core_node_name":"core_node1",
   [junit4]   2> 	  "roles":null,
   [junit4]   2> 	  "base_url":"https://127.0.0.1:52279/_/wd",
   [junit4]   2> 	  "node_name":"127.0.0.1:52279__%2Fwd",
   [junit4]   2> 	  "numShards":"4",
   [junit4]   2> 	  "state":"active",
   [junit4]   2> 	  "shard":"shard2",
   [junit4]   2> 	  "collection":"collection1",
   [junit4]   2> 	  "operation":"state"}
   [junit4]   2> 334360 T1218 oasc.AbstractFullDistribZkTestBase.createJettys create jetty 2
   [junit4]   2> 334361 T1218 oejs.Server.doStart jetty-8.1.10.v20130312
   [junit4]   2> 334364 T1218 oejus.SslContextFactory.doStart Enabled Protocols [SSLv2Hello, SSLv3, TLSv1, TLSv1.1, TLSv1.2] of [SSLv2Hello, SSLv3, TLSv1, TLSv1.1, TLSv1.2]
   [junit4]   2> 334364 T1218 oejs.AbstractConnector.doStart Started SslSelectChannelConnector@127.0.0.1:49268
   [junit4]   2> 334367 T1218 oass.SolrDispatchFilter.init SolrDispatchFilter.init()
   [junit4]   2> 334367 T1218 oasc.SolrResourceLoader.locateSolrHome JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 334367 T1218 oasc.SolrResourceLoader.locateSolrHome using system property solr.solr.home: ./solr.schema.TestCloudSchemaless-95C45FBA9A704D89-001/tempDir-004
   [junit4]   2> 334367 T1218 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: './solr.schema.TestCloudSchemaless-95C45FBA9A704D89-001/tempDir-004/'
   [junit4]   2> 334376 T1218 oasc.ConfigSolr.fromFile Loading container configuration from /mnt/ssd/jenkins/workspace/Lucene-Solr-4.10-Linux/solr/build/solr-core/test/J1/./solr.schema.TestCloudSchemaless-95C45FBA9A704D89-001/tempDir-004/solr.xml
   [junit4]   2> 334382 T1218 oasc.CoreContainer.<init> New CoreContainer 206692621
   [junit4]   2> 334383 T1218 oasc.CoreContainer.load Loading cores into CoreContainer [instanceDir=./solr.schema.TestCloudSchemaless-95C45FBA9A704D89-001/tempDir-004/]
   [junit4]   2> 334383 T1218 oashc.HttpShardHandlerFactory.getParameter Setting socketTimeout to: 90000
   [junit4]   2> 334383 T1218 oashc.HttpShardHandlerFactory.getParameter Setting urlScheme to: 
   [junit4]   2> 334383 T1218 oashc.HttpShardHandlerFactory.getParameter Setting connTimeout to: 15000
   [junit4]   2> 334384 T1218 oashc.HttpShardHandlerFactory.getParameter Setting maxConnectionsPerHost to: 20
   [junit4]   2> 334384 T1218 oashc.HttpShardHandlerFactory.getParameter Setting corePoolSize to: 0
   [junit4]   2> 334384 T1218 oashc.HttpShardHandlerFactory.getParameter Setting maximumPoolSize to: 2147483647
   [junit4]   2> 334384 T1218 oashc.HttpShardHandlerFactory.getParameter Setting maxThreadIdleTime to: 5
   [junit4]   2> 334384 T1218 oashc.HttpShardHandlerFactory.getParameter Setting sizeOfQueue to: -1
   [junit4]   2> 334385 T1218 oashc.HttpShardHandlerFactory.getParameter Setting fairnessPolicy to: false
   [junit4]   2> 334386 T1218 oasu.UpdateShardHandler.<init> Creating UpdateShardHandler HTTP client with params: socketTimeout=340000&connTimeout=45000&retry=false
   [junit4]   2> 334387 T1218 oasl.LogWatcher.createWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory
   [junit4]   2> 334387 T1218 oasl.LogWatcher.newRegisteredLogWatcher Registering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)]
   [junit4]   2> 334387 T1218 oasc.CoreContainer.load Host Name: 127.0.0.1
   [junit4]   2> 334387 T1218 oasc.ZkContainer.initZooKeeper Zookeeper client=127.0.0.1:54392/solr
   [junit4]   2> 334388 T1218 oasc.ZkController.checkChrootPath zkHost includes chroot
   [junit4]   2> 334388 T1218 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 334390 T1284 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@17c5cf1e name:ZooKeeperConnection Watcher:127.0.0.1:54392 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 334390 T1268 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> 334391 T1218 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 334390 T1247 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> 334390 T1254 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> 334396 T1218 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 334399 T1286 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@62f49801 name:ZooKeeperConnection Watcher:127.0.0.1:54392/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 334399 T1218 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 334403 T1218 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
   [junit4]   2> 335405 T1218 oasc.ZkController.createEphemeralLiveNode Register node as live in ZooKeeper:/live_nodes/127.0.0.1:49268__%2Fwd
   [junit4]   2> 335407 T1218 oascc.SolrZkClient.makePath makePath: /live_nodes/127.0.0.1:49268__%2Fwd
   [junit4]   2> 335413 T1218 oasc.Overseer.close Overseer (id=null) closing
   [junit4]   2> 335418 T1288 oasc.ZkController.publish publishing core=collection1 state=down collection=collection1
   [junit4]   2> 335418 T1288 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
   [junit4]   2> 335419 T1288 oasc.ZkController.waitForCoreNodeName look for our core node name
   [junit4]   2> 335419 T1247 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 335422 T1243 oasc.Overseer$ClusterStateUpdater.updateState Update state numShards=4 message={
   [junit4]   2> 	  "core":"collection1",
   [junit4]   2> 	  "roles":null,
   [junit4]   2> 	  "base_url":"https://127.0.0.1:49268/_/wd",
   [junit4]   2> 	  "node_name":"127.0.0.1:49268__%2Fwd",
   [junit4]   2> 	  "numShards":"4",
   [junit4]   2> 	  "state":"down",
   [junit4]   2> 	  "shard":null,
   [junit4]   2> 	  "collection":"collection1",
   [junit4]   2> 	  "operation":"state"}
   [junit4]   2> 335423 T1243 oasc.Overseer$ClusterStateUpdater.updateState Collection already exists with numShards=4
   [junit4]   2> 335423 T1243 oasc.Overseer$ClusterStateUpdater.updateState Assigning new node to shard shard=shard3
   [junit4]   2> 335527 T1268 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> 335528 T1287 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> 335527 T1254 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> 335527 T1247 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> 336419 T1288 oasc.ZkController.waitForShardId waiting to find shard id in clusterstate for collection1
   [junit4]   2> 336420 T1288 oasc.ZkController.createCollectionZkNode Check for collection zkNode:collection1
   [junit4]   2> 336421 T1288 oasc.ZkController.createCollectionZkNode Collection zkNode exists
   [junit4]   2> 336421 T1288 oascc.ZkStateReader.readConfigName Load collection config from:/collections/collection1
   [junit4]   2> 336422 T1288 oascc.ZkStateReader.readConfigName path=/collections/collection1 configName=conf1 specified config exists in ZooKeeper
   [junit4]   2> 336423 T1288 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: './solr.schema.TestCloudSchemaless-95C45FBA9A704D89-001/tempDir-004/collection1/'
   [junit4]   2> 336424 T1288 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/mnt/ssd/jenkins/workspace/Lucene-Solr-4.10-Linux/solr/build/solr-core/test/J1/solr.schema.TestCloudSchemaless-95C45FBA9A704D89-001/tempDir-004/collection1/lib/.svn/' to classloader
   [junit4]   2> 336424 T1288 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/mnt/ssd/jenkins/workspace/Lucene-Solr-4.10-Linux/solr/build/solr-core/test/J1/solr.schema.TestCloudSchemaless-95C45FBA9A704D89-001/tempDir-004/collection1/lib/classes/' to classloader
   [junit4]   2> 336425 T1288 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/mnt/ssd/jenkins/workspace/Lucene-Solr-4.10-Linux/solr/build/solr-core/test/J1/solr.schema.TestCloudSchemaless-95C45FBA9A704D89-001/tempDir-004/collection1/lib/README' to classloader
   [junit4]   2> 336452 T1288 oasc.SolrConfig.<init> Using Lucene MatchVersion: 4.10.3
   [junit4]   2> 336460 T1288 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig.xml
   [junit4]   2> 336462 T1288 oass.IndexSchema.readSchema Reading Solr Schema from /configs/conf1/managed-schema
   [junit4]   2> 336464 T1288 oass.IndexSchema.readSchema [collection1] Schema name=add-schema-fields-update-processor
   [junit4]   2> 336469 T1288 oass.IndexSchema.readSchema unique key field: id
   [junit4]   2> 336469 T1288 oasc.CoreContainer.create Creating SolrCore 'collection1' using configuration from collection collection1
   [junit4]   2> 336470 T1288 oasc.SolrCore.initDirectoryFactory solr.NRTCachingDirectoryFactory
   [junit4]   2> 336470 T1288 oasc.SolrCore.<init> [collection1] Opening new SolrCore at ./solr.schema.TestCloudSchemaless-95C45FBA9A704D89-001/tempDir-004/collection1/, dataDir=/mnt/ssd/jenkins/workspace/Lucene-Solr-4.10-Linux/solr/build/solr-core/test/J1/solr.schema.TestCloudSchemaless-95C45FBA9A704D89-001/tempDir-004/collection1/data/
   [junit4]   2> 336470 T1288 oasc.SolrCore.<init> JMX monitoring not detected for core: collection1
   [junit4]   2> 336470 T1288 oasc.CachingDirectoryFactory.get return new directory for /mnt/ssd/jenkins/workspace/Lucene-Solr-4.10-Linux/solr/build/solr-core/test/J1/solr.schema.TestCloudSchemaless-95C45FBA9A704D89-001/tempDir-004/collection1/data
   [junit4]   2> 336471 T1288 oasc.SolrCore.getNewIndexDir New index directory detected: old=null new=/mnt/ssd/jenkins/workspace/Lucene-Solr-4.10-Linux/solr/build/solr-core/test/J1/solr.schema.TestCloudSchemaless-95C45FBA9A704D89-001/tempDir-004/collection1/data/index/
   [junit4]   2> 336471 T1288 oasc.SolrCore.initIndex WARN [collection1] Solr index directory '/mnt/ssd/jenkins/workspace/Lucene-Solr-4.10-Linux/solr/build/solr-core/test/J1/solr.schema.TestCloudSchemaless-95C45FBA9A704D89-001/tempDir-004/collection1/data/index' doesn't exist. Creating new index...
   [junit4]   2> 336472 T1288 oasc.CachingDirectoryFactory.get return new directory for /mnt/ssd/jenkins/workspace/Lucene-Solr-4.10-Linux/solr/build/solr-core/test/J1/solr.schema.TestCloudSchemaless-95C45FBA9A704D89-001/tempDir-004/collection1/data/index
   [junit4]   2> 336472 T1288 oasu.RandomMergePolicy.<init> RandomMergePolicy wrapping class org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: maxMergeAtOnce=18, maxMergeAtOnceExplicit=29, maxMergedSegmentMB=5.7841796875, floorSegmentMB=0.6328125, forceMergeDeletesPctAllowed=29.083056709473485, segmentsPerTier=46.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.7221242948682146
   [junit4]   2> 336482 T1288 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits: num=1
   [junit4]   2> 		commit{dir=NRTCachingDirectory(MMapDirectory@/mnt/ssd/jenkins/workspace/Lucene-Solr-4.10-Linux/solr/build/solr-core/test/J1/solr.schema.TestCloudSchemaless-95C45FBA9A704D89-001/tempDir-004/collection1/data/index lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@6d69d692; maxCacheMB=48.0 maxMergeSizeMB=4.0),segFN=segments_1,generation=1}
   [junit4]   2> 336483 T1288 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1
   [junit4]   2> 336484 T1288 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "add-unknown-fields-to-the-schema"
   [junit4]   2> 336485 T1288 oasc.SolrCore.loadUpdateProcessorChains no updateRequestProcessorChain defined as default, creating implicit default
   [junit4]   2> 336486 T1288 oasc.RequestHandlers.initHandlersFromConfig created /update: org.apache.solr.handler.UpdateRequestHandler
   [junit4]   2> 336486 T1288 oasc.RequestHandlers.initHandlersFromConfig created /update/json: org.apache.solr.handler.UpdateRequestHandler
   [junit4]   2> 336486 T1288 oasc.RequestHandlers.initHandlersFromConfig created /update/csv: org.apache.solr.handler.UpdateRequestHandler
   [junit4]   2> 336486 T1288 oasc.RequestHandlers.initHandlersFromConfig created /update/json/docs: org.apache.solr.handler.UpdateRequestHandler
   [junit4]   2> 336486 T1288 oasc.RequestHandlers.initHandlersFromConfig created standard: solr.StandardRequestHandler
   [junit4]   2> 336486 T1288 oasc.RequestHandlers.initHandlersFromConfig created /get: solr.RealTimeGetHandler
   [junit4]   2> 336487 T1288 oasc.RequestHandlers.initHandlersFromConfig created /admin/: org.apache.solr.handler.admin.AdminHandlers
   [junit4]   2> 336487 T1288 oasc.RequestHandlers.initHandlersFromConfig WARN Multiple requestHandler registered to the same name: /update ignoring: org.apache.solr.handler.UpdateRequestHandler
   [junit4]   2> 336487 T1288 oasc.RequestHandlers.initHandlersFromConfig created /update: solr.UpdateRequestHandler
   [junit4]   2> 336487 T1288 oasc.RequestHandlers.initHandlersFromConfig adding lazy requestHandler: solr.ReplicationHandler
   [junit4]   2> 336488 T1288 oasc.RequestHandlers.initHandlersFromConfig created /replication: solr.ReplicationHandler
   [junit4]   2> 336490 T1288 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 336491 T1288 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 336492 T1288 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 336493 T1288 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 336494 T1288 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 336496 T1288 oasu.CommitTracker.<init> Hard AutoCommit: disabled
   [junit4]   2> 336496 T1288 oasu.CommitTracker.<init> Soft AutoCommit: disabled
   [junit4]   2> 336497 T1288 oasu.RandomMergePolicy.<init> RandomMergePolicy wrapping class org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: maxMergeAtOnce=40, maxMergeAtOnceExplicit=29, maxMergedSegmentMB=59.9462890625, floorSegmentMB=1.3671875, forceMergeDeletesPctAllowed=25.08897086743779, segmentsPerTier=13.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.2813744576578131
   [junit4]   2> 336498 T1288 oasc.SolrDeletionPolicy.onInit SolrDeletionPolicy.onInit: commits: num=1
   [junit4]   2> 		commit{dir=NRTCachingDirectory(MMapDirectory@/mnt/ssd/jenkins/workspace/Lucene-Solr-4.10-Linux/solr/build/solr-core/test/J1/solr.schema.TestCloudSchemaless-95C45FBA9A704D89-001/tempDir-004/collection1/data/index lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@6d69d692; maxCacheMB=48.0 maxMergeSizeMB=4.0),segFN=segments_1,generation=1}
   [junit4]   2> 336499 T1288 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1
   [junit4]   2> 336499 T1288 oass.SolrIndexSearcher.<init> Opening Searcher@615a30bb[collection1] main
   [junit4]   2> 336499 T1288 oascc.ZkStateReader.readConfigName Load collection config from:/collections/collection1
   [junit4]   2> 336500 T1288 oascc.ZkStateReader.readConfigName path=/collections/collection1 configName=conf1 specified config exists in ZooKeeper
   [junit4]   2> 336501 T1288 oasr.ManagedResourceStorage.newStorageIO Setting up ZooKeeper-based storage for the RestManager with znodeBase: /configs/conf1
   [junit4]   2> 336501 T1288 oasr.ManagedResourceStorage$ZooKeeperStorageIO.configure Configured ZooKeeperStorageIO with znodeBase: /configs/conf1
   [junit4]   2> 336501 T1288 oasr.RestManager.init Initializing RestManager with initArgs: {}
   [junit4]   2> 336502 T1288 oasr.ManagedResourceStorage.load Reading _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 336502 T1288 oasr.ManagedResourceStorage$ZooKeeperStorageIO.openInputStream Read 38 bytes from znode /configs/conf1/_rest_managed.json
   [junit4]   2> 336503 T1288 oasr.ManagedResourceStorage.load Loaded LinkedHashMap at path _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 336503 T1288 oasr.ManagedResource.reloadFromStorage Loaded initArgs {} for /rest/managed
   [junit4]   2> 336503 T1288 oasr.RestManager.init Initializing 0 registered ManagedResources
   [junit4]   2> 336503 T1288 oass.ZkIndexSchemaReader.createSchemaWatcher Creating ZooKeeper watch for the managed schema at /configs/conf1/managed-schema ...
   [junit4]   2> 336505 T1288 oasc.CoreContainer.registerCore registering core: collection1
   [junit4]   2> 336505 T1289 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@615a30bb[collection1] main{StandardDirectoryReader(segments_1:1:nrt)}
   [junit4]   2> 336506 T1292 oasc.ZkController.register Register replica - core:collection1 address:https://127.0.0.1:49268/_/wd collection:collection1 shard:shard3
   [junit4]   2> 336506 T1218 oass.SolrDispatchFilter.init user.dir=/mnt/ssd/jenkins/workspace/Lucene-Solr-4.10-Linux/solr/build/solr-core/test/J1
   [junit4]   2> 336506 T1218 oass.SolrDispatchFilter.init SolrDispatchFilter.init() done
   [junit4]   2> 336506 T1292 oascc.SolrZkClient.makePath makePath: /collections/collection1/leader_elect/shard3/election
   [junit4]   2> 336510 T1292 oasc.ShardLeaderElectionContext.runLeaderProcess Running the leader process for shard shard3
   [junit4]   2> 336510 T1247 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 336511 T1292 oasc.ShardLeaderElectionContext.waitForReplicasToComeUp Enough replicas found to continue.
   [junit4]   2> 336511 T1292 oasc.ShardLeaderElectionContext.runLeaderProcess I may be the new leader - try and sync
   [junit4]   2> ASYNC  NEW_CORE C134 name=collection1 org.apache.solr.core.SolrCore@6b24b6f1 url=https://127.0.0.1:49268/_/wd/collection1 node=127.0.0.1:49268__%2Fwd C134_STATE=coll:collection1 core:collection1 props:{core=collection1, base_url=https://127.0.0.1:49268/_/wd, node_name=127.0.0.1:49268__%2Fwd, state=down}
   [junit4]   2> 336511 T1292 C134 P49268 oasc.SyncStrategy.sync Sync replicas to https://127.0.0.1:49268/_/wd/collection1/
   [junit4]   2> 336511 T1292 C134 P49268 oasc.SyncStrategy.syncReplicas Sync Success - now sync replicas to me
   [junit4]   2> 336511 T1292 C134 P49268 oasc.SyncStrategy.syncToMe https://127.0.0.1:49268/_/wd/collection1/ has no replicas
   [junit4]   2> 336511 T1292 oasc.ShardLeaderElectionContext.runLeaderProcess I am the new leader: https://127.0.0.1:49268/_/wd/collection1/ shard3
   [junit4]   2> 336512 T1292 oascc.SolrZkClient.makePath makePath: /collections/collection1/leaders/shard3
   [junit4]   2> 336514 T1247 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 336616 T1247 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> 336616 T1287 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> 336616 T1254 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> 336616 T1268 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> 336665 T1292 oasc.ZkController.register We are https://127.0.0.1:49268/_/wd/collection1/ and leader is https://127.0.0.1:49268/_/wd/collection1/
   [junit4]   2> 336665 T1292 oasc.ZkController.register No LogReplay needed for core=collection1 baseURL=https://127.0.0.1:49268/_/wd
   [junit4]   2> 336665 T1292 oasc.ZkController.checkRecovery I am the leader, no recovery necessary
   [junit4]   2> 336665 T1292 oasc.ZkController.publish publishing core=collection1 state=active collection=collection1
   [junit4]   2> 336665 T1292 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
   [junit4]   2> 336666 T1247 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 336667 T1243 oasc.Overseer$ClusterStateUpdater.updateState Update state numShards=4 message={
   [junit4]   2> 	  "core":"collection1",
   [junit4]   2> 	  "core_node_name":"core_node2",
   [junit4]   2> 	  "roles":null,
   [junit4]   2> 	  "base_url":"https://127.0.0.1:49268/_/wd",
   [junit4]   2> 	  "node_name":"127.0.0.1:49268__%2Fwd",
   [junit4]   2> 	  "numShards":"4",
   [junit4]   2> 	  "state":"active",
   [junit4]   2> 	  "shard":"shard3",
   [junit4]   2> 	  "collection":"collection1",
   [junit4]   2> 	  "operation":"state"}
   [junit4]   2> 336760 T1218 oasc.AbstractFullDistribZkTestBase.createJettys create jetty 3
   [junit4]   2> 336761 T1218 oejs.Server.doStart jetty-8.1.10.v20130312
   [junit4]   2> 336764 T1218 oejus.SslContextFactory.doStart Enabled Protocols [SSLv2Hello, SSLv3, TLSv1, TLSv1.1, TLSv1.2] of [SSLv2Hello, SSLv3, TLSv1, TLSv1.1, TLSv1.2]
   [junit4]   2> 336764 T1218 oejs.AbstractConnector.doStart Started SslSelectChannelConnector@127.0.0.1:59097
   [junit4]   2> 336767 T1218 oass.SolrDispatchFilter.init SolrDispatchFilter.init()
   [junit4]   2> 336767 T1218 oasc.SolrResourceLoader.locateSolrHome JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 336767 T1218 oasc.SolrResourceLoader.locateSolrHome using system property solr.solr.home: ../../../../../../../../../../mnt/ssd/jenkins/workspace/Lucene-Solr-4.10-Linux/solr/build/solr-core/test/J1/./solr.schema.TestCloudSchemaless-95C45FBA9A704D89-001/tempDir-005
   [junit4]   2> 336767 T1218 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '../../../../../../../../../../mnt/ssd/jenkins/workspace/Lucene-Solr-4.10-Linux/solr/build/solr-core/test/J1/./solr.schema.TestCloudSchemaless-95C45FBA9A704D89-001/tempDir-005/'
   [junit4]   2> 336769 T1254 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> 336769 T1247 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> 336769 T1287 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> 336769 T1268 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> 336776 T1218 oasc.ConfigSolr.fromFile Loading container configuration from /mnt/ssd/jenkins/workspace/Lucene-Solr-4.10-Linux/solr/build/solr-core/test/J1/../../../../../../../../../../mnt/ssd/jenkins/workspace/Lucene-Solr-4.10-Linux/solr/build/solr-core/test/J1/./solr.schema.TestCloudSchemaless-95C45FBA9A704D89-001/tempDir-005/solr.xml
   [junit4]   2> 336782 T1218 oasc.CoreContainer.<init> New CoreContainer 1782978680
   [junit4]   2> 336783 T1218 oasc.CoreContainer.load Loading cores into CoreContainer [instanceDir=../../../../../../../../../../mnt/ssd/jenkins/workspace/Lucene-Solr-4.10-Linux/solr/build/solr-core/test/J1/./solr.schema.TestCloudSchemaless-95C45FBA9A704D89-001/tempDir-005/]
   [junit4]   2> 336783 T1218 oashc.HttpShardHandlerFactory.getParameter Setting socketTimeout to: 90000
   [junit4]   2> 336783 T1218 oashc.HttpShardHandlerFactory.getParameter Setting urlScheme to: 
   [junit4]   2> 336783 T1218 oashc.HttpShardHandlerFactory.getParameter Setting connTimeout to: 15000
   [junit4]   2> 336784 T1218 oashc.HttpShardHandlerFactory.getParameter Setting maxConnectionsPerHost to: 20
   [junit4]   2> 336784 T1218 oashc.HttpShardHandlerFactory.getParameter Setting corePoolSize to: 0
   [junit4]   2> 336784 T1218 oashc.HttpShardHandlerFactory.getParameter Setting maximumPoolSize to: 2147483647
   [junit4]   2> 336784 T1218 oashc.HttpShardHandlerFactory.getParameter Setting maxThreadIdleTime to: 5
   [junit4]   2> 336784 T1218 oashc.HttpShardHandlerFactory.getParameter Setting sizeOfQueue to: -1
   [junit4]   2> 336784 T1218 oashc.HttpShardHandlerFactory.getParameter Setting fairnessPolicy to: false
   [junit4]   2> 336786 T1218 oasu.UpdateShardHandler.<init> Creating UpdateShardHandler HTTP client with params: socketTimeout=340000&connTimeout=45000&retry=false
   [junit4]   2> 336786 T1218 oasl.LogWatcher.createWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory
   [junit4]   2> 336786 T1218 oasl.LogWatcher.newRegisteredLogWatcher Registering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)]
   [junit4]   2> 336787 T1218 oasc.CoreContainer.load Host Name: 127.0.0.1
   [junit4]   2> 336787 T1218 oasc.ZkContainer.initZooKeeper Zookeeper client=127.0.0.1:54392/solr
   [junit4]   2> 336787 T1218 oasc.ZkController.checkChrootPath zkHost includes chroot
   [junit4]   2> 336788 T1218 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 336789 T1303 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@65f5eb3b name:ZooKeeperConnection Watcher:127.0.0.1:54392 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 336789 T1218 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 336792 T1218 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 336793 T1305 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@7a70b388 name:ZooKeeperConnection Watcher:127.0.0.1:54392/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 336794 T1218 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 336800 T1218 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
   [junit4]   2> 337802 T1218 oasc.ZkController.createEphemeralLiveNode Register node as live in ZooKeeper:/live_nodes/127.0.0.1:59097__%2Fwd
   [junit4]   2> 337804 T1218 oascc.SolrZkClient.makePath makePath: /live_nodes/127.0.0.1:59097__%2Fwd
   [junit4]   2> 337809 T1218 oasc.Overseer.close Overseer (id=null) closing
   [junit4]   2> 337815 T1307 oasc.ZkController.publish publishing core=collection1 state=down collection=collection1
   [junit4]   2> 337815 T1307 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
   [junit4]   2> 337816 T1307 oasc.ZkController.waitForCoreNodeName look for our core node name
   [junit4]   2> 337816 T1247 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 337819 T1243 oasc.Overseer$ClusterStateUpdater.updateState Update state numShards=4 message={
   [junit4]   2> 	  "core":"collection1",
   [junit4]   2> 	  "roles":null,
   [junit4]   2> 	  "base_url":"https://127.0.0.1:59097/_/wd",
   [junit4]   2> 	  "node_name":"127.0.0.1:59097__%2Fwd",
   [junit4]   2> 	  "numShards":"4",
   [junit4]   2> 	  "state":"down",
   [junit4]   2> 	  "shard":null,
   [junit4]   2> 	  "collection":"collection1",
   [junit4]   2> 	  "operation":"state"}
   [junit4]   2> 337819 T1243 oasc.Overseer$ClusterStateUpdater.updateState Collection already exists with numShards=4
   [junit4]   2> 337820 T1243 oasc.Overseer$ClusterStateUpdater.updateState Assigning new node to shard shard=shard4
   [junit4]   2> 337922 T1287 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> 337922 T1306 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> 337922 T1254 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> 337922 T1268 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> 337923 T1247 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> 338817 T1307 oasc.ZkController.waitForShardId waiting to find shard id in clusterstate for collection1
   [junit4]   2> 338817 T1307 oasc.ZkController.createCollectionZkNode Check for collection zkNode:collection1
   [junit4]   2> 338818 T1307 oasc.ZkController.createCollectionZkNode Collection zkNode exists
   [junit4]   2> 338818 T1307 oascc.ZkStateReader.readConfigName Load collection config from:/collections/collection1
   [junit4]   2>

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

ss-95C45FBA9A704D89-001/tempDir-010/collection1/data/index.20141208180921812
   [junit4]   2> 597992 T1218 oasc.CachingDirectoryFactory.closeCacheValue looking to close /mnt/ssd/jenkins/workspace/Lucene-Solr-4.10-Linux/solr/build/solr-core/test/J1/solr.schema.TestCloudSchemaless-95C45FBA9A704D89-001/tempDir-010/collection1/data [CachedDir<<refCount=0;path=/mnt/ssd/jenkins/workspace/Lucene-Solr-4.10-Linux/solr/build/solr-core/test/J1/solr.schema.TestCloudSchemaless-95C45FBA9A704D89-001/tempDir-010/collection1/data;done=false>>]
   [junit4]   2> 597992 T1218 oasc.CachingDirectoryFactory.close Closing directory: /mnt/ssd/jenkins/workspace/Lucene-Solr-4.10-Linux/solr/build/solr-core/test/J1/solr.schema.TestCloudSchemaless-95C45FBA9A704D89-001/tempDir-010/collection1/data
   [junit4]   2> 597994 T1218 oasc.Overseer.close Overseer (id=92933648034693141-127.0.0.1:45319__%2Fwd-n_0000000008) closing
   [junit4]   2> 597995 T1490 oasc.Overseer$ClusterStateUpdater.run Overseer Loop exiting : 127.0.0.1:45319__%2Fwd
   [junit4]   2> 597999 T1458 oascc.ZkStateReader$3.process WARN ZooKeeper watch triggered, but Solr cannot talk to ZK
   [junit4]   2> 598026 T1218 oejsh.ContextHandler.doStop stopped o.e.j.s.ServletContextHandler{/_/wd,null}
   [junit4]   2> 599499 T1493 oasc.Overseer$ClusterStateUpdater.checkIfIamStillLeader ERROR could not read the data org.apache.zookeeper.KeeperException$SessionExpiredException: KeeperErrorCode = Session expired for /overseer_elect/leader
   [junit4]   2> 	at org.apache.zookeeper.KeeperException.create(KeeperException.java:127)
   [junit4]   2> 	at org.apache.zookeeper.KeeperException.create(KeeperException.java:51)
   [junit4]   2> 	at org.apache.zookeeper.ZooKeeper.getData(ZooKeeper.java:1155)
   [junit4]   2> 	at org.apache.solr.common.cloud.SolrZkClient$8.execute(SolrZkClient.java:307)
   [junit4]   2> 	at org.apache.solr.common.cloud.SolrZkClient$8.execute(SolrZkClient.java:304)
   [junit4]   2> 	at org.apache.solr.common.cloud.ZkCmdExecutor.retryOperation(ZkCmdExecutor.java:74)
   [junit4]   2> 	at org.apache.solr.common.cloud.SolrZkClient.getData(SolrZkClient.java:304)
   [junit4]   2> 	at org.apache.solr.cloud.Overseer$ClusterStateUpdater.checkIfIamStillLeader(Overseer.java:321)
   [junit4]   2> 	at org.apache.solr.cloud.Overseer$ClusterStateUpdater.access$300(Overseer.java:90)
   [junit4]   2> 	at org.apache.solr.cloud.Overseer$ClusterStateUpdater$1.run(Overseer.java:293)
   [junit4]   2> 
   [junit4]   2> 603015 T1218 oas.SolrTestCaseJ4.tearDown ###Ending testDistribSearch
   [junit4]   2> 603016 T1218 oasc.ZkTestServer.send4LetterWord connecting to 127.0.0.1:54392 54392
   [junit4]   2> 603884 T1219 oasc.ZkTestServer.send4LetterWord connecting to 127.0.0.1:54392 54392
   [junit4]   2> NOTE: reproduce with: ant test  -Dtestcase=TestCloudSchemaless -Dtests.method=testDistribSearch -Dtests.seed=95C45FBA9A704D89 -Dtests.multiplier=3 -Dtests.slow=true -Dtests.locale=es_DO -Dtests.timezone=Asia/Gaza -Dtests.asserts=true -Dtests.file.encoding=US-ASCII
   [junit4] ERROR    274s J1 | TestCloudSchemaless.testDistribSearch <<<
   [junit4]    > Throwable #1: org.apache.solr.client.solrj.SolrServerException: Timeout occured while waiting response from server at: https://127.0.0.1:60536/_/wd/collection1
   [junit4]    > 	at __randomizedtesting.SeedInfo.seed([95C45FBA9A704D89:1422D1A2ED2F2DB5]:0)
   [junit4]    > 	at org.apache.solr.client.solrj.impl.HttpSolrServer.executeMethod(HttpSolrServer.java:564)
   [junit4]    > 	at org.apache.solr.client.solrj.impl.HttpSolrServer.request(HttpSolrServer.java:210)
   [junit4]    > 	at org.apache.solr.client.solrj.impl.HttpSolrServer.request(HttpSolrServer.java:206)
   [junit4]    > 	at org.apache.solr.client.solrj.request.AbstractUpdateRequest.process(AbstractUpdateRequest.java:124)
   [junit4]    > 	at org.apache.solr.client.solrj.SolrServer.add(SolrServer.java:68)
   [junit4]    > 	at org.apache.solr.client.solrj.SolrServer.add(SolrServer.java:54)
   [junit4]    > 	at org.apache.solr.schema.TestCloudSchemaless.doTest(TestCloudSchemaless.java:140)
   [junit4]    > 	at org.apache.solr.BaseDistributedSearchTestCase.testDistribSearch(BaseDistributedSearchTestCase.java:871)
   [junit4]    > 	at java.lang.Thread.run(Thread.java:745)
   [junit4]    > Caused by: java.net.SocketTimeoutException: Read timed out
   [junit4]    > 	at java.net.SocketInputStream.socketRead0(Native Method)
   [junit4]    > 	at java.net.SocketInputStream.socketRead(SocketInputStream.java:116)
   [junit4]    > 	at java.net.SocketInputStream.read(SocketInputStream.java:170)
   [junit4]    > 	at java.net.SocketInputStream.read(SocketInputStream.java:141)
   [junit4]    > 	at sun.security.ssl.InputRecord.readFully(InputRecord.java:465)
   [junit4]    > 	at sun.security.ssl.InputRecord.read(InputRecord.java:503)
   [junit4]    > 	at sun.security.ssl.SSLSocketImpl.readRecord(SSLSocketImpl.java:954)
   [junit4]    > 	at sun.security.ssl.SSLSocketImpl.readDataRecord(SSLSocketImpl.java:911)
   [junit4]    > 	at sun.security.ssl.AppInputStream.read(AppInputStream.java:105)
   [junit4]    > 	at org.apache.http.impl.io.AbstractSessionInputBuffer.fillBuffer(AbstractSessionInputBuffer.java:160)
   [junit4]    > 	at org.apache.http.impl.io.SocketInputBuffer.fillBuffer(SocketInputBuffer.java:84)
   [junit4]    > 	at org.apache.http.impl.io.AbstractSessionInputBuffer.readLine(AbstractSessionInputBuffer.java:273)
   [junit4]    > 	at org.apache.http.impl.conn.DefaultHttpResponseParser.parseHead(DefaultHttpResponseParser.java:140)
   [junit4]    > 	at org.apache.http.impl.conn.DefaultHttpResponseParser.parseHead(DefaultHttpResponseParser.java:57)
   [junit4]    > 	at org.apache.http.impl.io.AbstractMessageParser.parse(AbstractMessageParser.java:260)
   [junit4]    > 	at org.apache.http.impl.AbstractHttpClientConnection.receiveResponseHeader(AbstractHttpClientConnection.java:283)
   [junit4]    > 	at org.apache.http.impl.conn.DefaultClientConnection.receiveResponseHeader(DefaultClientConnection.java:251)
   [junit4]    > 	at org.apache.http.impl.conn.ManagedClientConnectionImpl.receiveResponseHeader(ManagedClientConnectionImpl.java:197)
   [junit4]    > 	at org.apache.http.protocol.HttpRequestExecutor.doReceiveResponse(HttpRequestExecutor.java:271)
   [junit4]    > 	at org.apache.http.protocol.HttpRequestExecutor.execute(HttpRequestExecutor.java:123)
   [junit4]    > 	at org.apache.http.impl.client.DefaultRequestDirector.tryExecute(DefaultRequestDirector.java:682)
   [junit4]    > 	at org.apache.http.impl.client.DefaultRequestDirector.execute(DefaultRequestDirector.java:486)
   [junit4]    > 	at org.apache.http.impl.client.AbstractHttpClient.doExecute(AbstractHttpClient.java:863)
   [junit4]    > 	at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:82)
   [junit4]    > 	at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:106)
   [junit4]    > 	at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:57)
   [junit4]    > 	at org.apache.solr.client.solrj.impl.HttpSolrServer.executeMethod(HttpSolrServer.java:448)
   [junit4]    > 	... 48 more
   [junit4]   2> 603918 T1218 oas.SolrTestCaseJ4.deleteCore ###deleteCore
   [junit4]   2> NOTE: leaving temporary files on disk at: /mnt/ssd/jenkins/workspace/Lucene-Solr-4.10-Linux/solr/build/solr-core/test/J1/./solr.schema.TestCloudSchemaless-95C45FBA9A704D89-001
   [junit4]   2> NOTE: test params are: codec=Lucene40, sim=DefaultSimilarity, locale=es_DO, timezone=Asia/Gaza
   [junit4]   2> NOTE: Linux 3.13.0-40-generic amd64/Oracle Corporation 1.9.0-ea (64-bit)/cpus=8,threads=1,free=216585880,total=318242816
   [junit4]   2> NOTE: All tests run in this JVM: [SharedFSAutoReplicaFailoverUtilsTest, SuggesterFSTTest, CustomCollectionTest, TestLFUCache, DistributedQueryElevationComponentTest, TestZkChroot, DebugComponentTest, CursorMarkTest, DateFieldTest, DeleteInactiveReplicaTest, PreAnalyzedUpdateProcessorTest, TestSearcherReuse, TestMaxScoreQueryParser, TestReversedWildcardFilterFactory, ShardRoutingCustomTest, AssignTest, TestCollectionAPI, TestWriterPerf, HdfsDirectoryTest, TestManagedResource, TestCursorMarkWithoutUniqueKey, CSVRequestHandlerTest, TestDocumentBuilder, TestCopyFieldCollectionResource, SynonymTokenizerTest, SearchHandlerTest, TestQuerySenderNoQuery, RemoteQueryErrorTest, TestUniqueKeyFieldResource, SpatialFilterTest, BinaryUpdateRequestHandlerTest, DistanceFunctionTest, TestCloudSchemaless]
   [junit4] Completed on J1 in 274.03s, 1 test, 1 error <<< FAILURES!

[...truncated 1118 lines...]
BUILD FAILED
/mnt/ssd/jenkins/workspace/Lucene-Solr-4.10-Linux/build.xml:474: The following error occurred while executing this line:
/mnt/ssd/jenkins/workspace/Lucene-Solr-4.10-Linux/build.xml:454: The following error occurred while executing this line:
/mnt/ssd/jenkins/workspace/Lucene-Solr-4.10-Linux/build.xml:45: The following error occurred while executing this line:
/mnt/ssd/jenkins/workspace/Lucene-Solr-4.10-Linux/extra-targets.xml:37: The following error occurred while executing this line:
/mnt/ssd/jenkins/workspace/Lucene-Solr-4.10-Linux/solr/build.xml:189: The following error occurred while executing this line:
/mnt/ssd/jenkins/workspace/Lucene-Solr-4.10-Linux/solr/common-build.xml:494: The following error occurred while executing this line:
/mnt/ssd/jenkins/workspace/Lucene-Solr-4.10-Linux/lucene/common-build.xml:1350: The following error occurred while executing this line:
/mnt/ssd/jenkins/workspace/Lucene-Solr-4.10-Linux/lucene/common-build.xml:970: There were test failures: 421 suites, 1757 tests, 1 error, 25 ignored (18 assumptions)

Total time: 90 minutes 42 seconds
Build step 'Invoke Ant' marked build as failure
[description-setter] Description set: Java: 64bit/jdk1.9.0-ea-b34 -XX:+UseCompressedOops -XX:+UseParallelGC (asserts: true)
Archiving artifacts
Recording test results
Email was triggered for: Failure - Any
Sending email for trigger: Failure - Any