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 2013/02/10 17:16:26 UTC

[JENKINS] Lucene-Solr-4.x-MacOSX (64bit/jdk1.7.0) - Build # 195 - Failure!

Build: http://jenkins.thetaphi.de/job/Lucene-Solr-4.x-MacOSX/195/
Java: 64bit/jdk1.7.0 -XX:+UseConcMarkSweepGC

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

Error Message:
IOException occured when talking to server at: http://127.0.0.1:52463/collection1

Stack Trace:
org.apache.solr.client.solrj.SolrServerException: IOException occured when talking to server at: http://127.0.0.1:52463/collection1
	at __randomizedtesting.SeedInfo.seed([57A62DFE20A3100B:D640A3E657FC7037]:0)
	at org.apache.solr.client.solrj.impl.HttpSolrServer.request(HttpSolrServer.java:416)
	at org.apache.solr.client.solrj.impl.HttpSolrServer.request(HttpSolrServer.java:181)
	at org.apache.solr.client.solrj.request.QueryRequest.process(QueryRequest.java:90)
	at org.apache.solr.client.solrj.SolrServer.query(SolrServer.java:301)
	at org.apache.solr.cloud.AbstractFullDistribZkTestBase.checkShardConsistency(AbstractFullDistribZkTestBase.java:984)
	at org.apache.solr.cloud.ChaosMonkeySafeLeaderTest.doTest(ChaosMonkeySafeLeaderTest.java:131)
	at org.apache.solr.BaseDistributedSearchTestCase.testDistribSearch(BaseDistributedSearchTestCase.java:794)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:601)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1559)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.access$600(RandomizedRunner.java:79)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:737)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:773)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:787)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:53)
	at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:50)
	at org.apache.lucene.util.TestRuleFieldCacheSanity$1.evaluate(TestRuleFieldCacheSanity.java:51)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:46)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesInvariantRule$1.evaluate(SystemPropertiesInvariantRule.java:55)
	at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:49)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:70)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:48)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:358)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:782)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:442)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:746)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$3.evaluate(RandomizedRunner.java:648)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$4.evaluate(RandomizedRunner.java:682)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:693)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:53)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:46)
	at org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:42)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesInvariantRule$1.evaluate(SystemPropertiesInvariantRule.java:55)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:39)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:39)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:43)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:48)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:70)
	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:55)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:358)
	at java.lang.Thread.run(Thread.java:722)
Caused by: java.net.SocketException: Invalid argument
	at java.net.SocketInputStream.socketRead0(Native Method)
	at java.net.SocketInputStream.read(SocketInputStream.java:150)
	at java.net.SocketInputStream.read(SocketInputStream.java:121)
	at org.apache.http.impl.io.AbstractSessionInputBuffer.fillBuffer(AbstractSessionInputBuffer.java:149)
	at org.apache.http.impl.io.SocketInputBuffer.fillBuffer(SocketInputBuffer.java:111)
	at org.apache.http.impl.io.AbstractSessionInputBuffer.readLine(AbstractSessionInputBuffer.java:264)
	at org.apache.http.impl.conn.DefaultResponseParser.parseHead(DefaultResponseParser.java:98)
	at org.apache.http.impl.io.AbstractMessageParser.parse(AbstractMessageParser.java:252)
	at org.apache.http.impl.AbstractHttpClientConnection.receiveResponseHeader(AbstractHttpClientConnection.java:282)
	at org.apache.http.impl.conn.DefaultClientConnection.receiveResponseHeader(DefaultClientConnection.java:247)
	at org.apache.http.impl.conn.AbstractClientConnAdapter.receiveResponseHeader(AbstractClientConnAdapter.java:216)
	at org.apache.http.protocol.HttpRequestExecutor.doReceiveResponse(HttpRequestExecutor.java:298)
	at org.apache.http.protocol.HttpRequestExecutor.execute(HttpRequestExecutor.java:125)
	at org.apache.http.impl.client.DefaultRequestDirector.tryExecute(DefaultRequestDirector.java:647)
	at org.apache.http.impl.client.DefaultRequestDirector.execute(DefaultRequestDirector.java:464)
	at org.apache.http.impl.client.AbstractHttpClient.execute(AbstractHttpClient.java:820)
	at org.apache.http.impl.client.AbstractHttpClient.execute(AbstractHttpClient.java:754)
	at org.apache.http.impl.client.AbstractHttpClient.execute(AbstractHttpClient.java:732)
	at org.apache.solr.client.solrj.impl.HttpSolrServer.request(HttpSolrServer.java:353)
	... 46 more




Build Log:
[...truncated 8930 lines...]
[junit4:junit4] Suite: org.apache.solr.cloud.ChaosMonkeySafeLeaderTest
[junit4:junit4]   2> 15282 T3 oasc.CoreContainer.finalize SEVERE CoreContainer was not shutdown prior to finalize(), indicates a bug -- POSSIBLE RESOURCE LEAK!!!  instance=716649802
[junit4:junit4]   2> 0 T2891 oas.BaseDistributedSearchTestCase.initHostContext Setting hostContext system property: /
[junit4:junit4]   2> 6 T2891 oas.SolrTestCaseJ4.setUp ###Starting testDistribSearch
[junit4:junit4]   2> Creating dataDir: /Users/jenkins/jenkins-slave/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-core/test/J0/./solrtest-ChaosMonkeySafeLeaderTest-1360511530364
[junit4:junit4]   2> 7 T2891 oasc.ZkTestServer.run STARTING ZK TEST SERVER
[junit4:junit4]   2> 8 T2892 oasc.ZkTestServer$ZKServerMain.runFromConfig Starting server
[junit4:junit4]   2> 10 T2892 oazs.ZooKeeperServer.setTickTime tickTime set to 1000
[junit4:junit4]   2> 10 T2892 oazs.ZooKeeperServer.setMinSessionTimeout minSessionTimeout set to -1
[junit4:junit4]   2> 10 T2892 oazs.ZooKeeperServer.setMaxSessionTimeout maxSessionTimeout set to -1
[junit4:junit4]   2> 11 T2892 oazs.NIOServerCnxnFactory.configure binding to port 0.0.0.0/0.0.0.0:0
[junit4:junit4]   2> 12 T2892 oazsp.FileTxnSnapLog.save Snapshotting: 0x0 to /Users/jenkins/jenkins-slave/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.ChaosMonkeySafeLeaderTest-1360511530364/zookeeper/server1/data/version-2/snapshot.0
[junit4:junit4]   2> 113 T2891 oasc.ZkTestServer.run start zk server on port:52407
[junit4:junit4]   2> 113 T2891 oaz.ZooKeeper.<init> Initiating client connection, connectString=127.0.0.1:52407 sessionTimeout=10000 watcher=org.apache.solr.common.cloud.ConnectionManager@4c5f402f
[junit4:junit4]   2> 114 T2891 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
[junit4:junit4]   2> 115 T2897 oaz.ClientCnxn$SendThread.logStartConnect Opening socket connection to server localhost/127.0.0.1:52407. Will not attempt to authenticate using SASL (access denied ("javax.security.auth.AuthPermission" "getLoginConfiguration"))
[junit4:junit4]   2> 116 T2897 oaz.ClientCnxn$SendThread.primeConnection Socket connection established to localhost/127.0.0.1:52407, initiating session
[junit4:junit4]   2> 116 T2893 oazs.NIOServerCnxnFactory.run Accepted socket connection from /127.0.0.1:52408
[junit4:junit4]   2> 117 T2893 oazs.ZooKeeperServer.processConnectRequest Client attempting to establish new session at /127.0.0.1:52408
[junit4:junit4]   2> 117 T2895 oazsp.FileTxnLog.append Creating new log file: log.1
[junit4:junit4]   2> 120 T2895 oazs.ZooKeeperServer.finishSessionInit Established session 0x13cc4ce75820000 with negotiated timeout 10000 for client /127.0.0.1:52408
[junit4:junit4]   2> 120 T2897 oaz.ClientCnxn$SendThread.onConnected Session establishment complete on server localhost/127.0.0.1:52407, sessionid = 0x13cc4ce75820000, negotiated timeout = 10000
[junit4:junit4]   2> 121 T2898 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@4c5f402f name:ZooKeeperConnection Watcher:127.0.0.1:52407 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
[junit4:junit4]   2> 121 T2891 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
[junit4:junit4]   2> 122 T2891 oascc.SolrZkClient.makePath makePath: /solr
[junit4:junit4]   2> 126 T2896 oazs.PrepRequestProcessor.pRequest2Txn Processed session termination for sessionid: 0x13cc4ce75820000
[junit4:junit4]   2> 128 T2898 oaz.ClientCnxn$EventThread.run EventThread shut down
[junit4:junit4]   2> 128 T2891 oaz.ZooKeeper.close Session: 0x13cc4ce75820000 closed
[junit4:junit4]   2> 129 T2893 oazs.NIOServerCnxn.closeSock Closed socket connection for client /127.0.0.1:52408 which had sessionid 0x13cc4ce75820000
[junit4:junit4]   2> 130 T2891 oaz.ZooKeeper.<init> Initiating client connection, connectString=127.0.0.1:52407/solr sessionTimeout=10000 watcher=org.apache.solr.common.cloud.ConnectionManager@3a76cc0f
[junit4:junit4]   2> 131 T2891 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
[junit4:junit4]   2> 131 T2899 oaz.ClientCnxn$SendThread.logStartConnect Opening socket connection to server localhost/127.0.0.1:52407. Will not attempt to authenticate using SASL (access denied ("javax.security.auth.AuthPermission" "getLoginConfiguration"))
[junit4:junit4]   2> 132 T2899 oaz.ClientCnxn$SendThread.primeConnection Socket connection established to localhost/127.0.0.1:52407, initiating session
[junit4:junit4]   2> 132 T2893 oazs.NIOServerCnxnFactory.run Accepted socket connection from /127.0.0.1:52409
[junit4:junit4]   2> 133 T2893 oazs.ZooKeeperServer.processConnectRequest Client attempting to establish new session at /127.0.0.1:52409
[junit4:junit4]   2> 135 T2895 oazs.ZooKeeperServer.finishSessionInit Established session 0x13cc4ce75820001 with negotiated timeout 10000 for client /127.0.0.1:52409
[junit4:junit4]   2> 135 T2899 oaz.ClientCnxn$SendThread.onConnected Session establishment complete on server localhost/127.0.0.1:52407, sessionid = 0x13cc4ce75820001, negotiated timeout = 10000
[junit4:junit4]   2> 135 T2900 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@3a76cc0f name:ZooKeeperConnection Watcher:127.0.0.1:52407/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
[junit4:junit4]   2> 136 T2891 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
[junit4:junit4]   2> 136 T2891 oascc.SolrZkClient.makePath makePath: /collections/collection1
[junit4:junit4]   2> 141 T2891 oascc.SolrZkClient.makePath makePath: /collections/collection1/shards
[junit4:junit4]   2> 146 T2891 oascc.SolrZkClient.makePath makePath: /collections/control_collection
[junit4:junit4]   2> 160 T2891 oascc.SolrZkClient.makePath makePath: /collections/control_collection/shards
[junit4:junit4]   2> 175 T2891 oasc.AbstractZkTestCase.putConfig put /Users/jenkins/jenkins-slave/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-core/test-files/solr/collection1/conf/solrconfig.xml to /configs/conf1/solrconfig.xml
[junit4:junit4]   2> 176 T2891 oascc.SolrZkClient.makePath makePath: /configs/conf1/solrconfig.xml
[junit4:junit4]   2> 183 T2891 oasc.AbstractZkTestCase.putConfig put /Users/jenkins/jenkins-slave/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-core/test-files/solr/collection1/conf/schema.xml to /configs/conf1/schema.xml
[junit4:junit4]   2> 184 T2891 oascc.SolrZkClient.makePath makePath: /configs/conf1/schema.xml
[junit4:junit4]   2> 189 T2891 oasc.AbstractZkTestCase.putConfig put /Users/jenkins/jenkins-slave/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-core/test-files/solr/collection1/conf/stopwords.txt to /configs/conf1/stopwords.txt
[junit4:junit4]   2> 190 T2891 oascc.SolrZkClient.makePath makePath: /configs/conf1/stopwords.txt
[junit4:junit4]   2> 194 T2891 oasc.AbstractZkTestCase.putConfig put /Users/jenkins/jenkins-slave/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-core/test-files/solr/collection1/conf/protwords.txt to /configs/conf1/protwords.txt
[junit4:junit4]   2> 195 T2891 oascc.SolrZkClient.makePath makePath: /configs/conf1/protwords.txt
[junit4:junit4]   2> 200 T2891 oasc.AbstractZkTestCase.putConfig put /Users/jenkins/jenkins-slave/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-core/test-files/solr/collection1/conf/currency.xml to /configs/conf1/currency.xml
[junit4:junit4]   2> 201 T2891 oascc.SolrZkClient.makePath makePath: /configs/conf1/currency.xml
[junit4:junit4]   2> 206 T2891 oasc.AbstractZkTestCase.putConfig put /Users/jenkins/jenkins-slave/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-core/test-files/solr/collection1/conf/open-exchange-rates.json to /configs/conf1/open-exchange-rates.json
[junit4:junit4]   2> 207 T2891 oascc.SolrZkClient.makePath makePath: /configs/conf1/open-exchange-rates.json
[junit4:junit4]   2> 211 T2891 oasc.AbstractZkTestCase.putConfig put /Users/jenkins/jenkins-slave/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-core/test-files/solr/collection1/conf/mapping-ISOLatin1Accent.txt to /configs/conf1/mapping-ISOLatin1Accent.txt
[junit4:junit4]   2> 212 T2891 oascc.SolrZkClient.makePath makePath: /configs/conf1/mapping-ISOLatin1Accent.txt
[junit4:junit4]   2> 216 T2891 oasc.AbstractZkTestCase.putConfig put /Users/jenkins/jenkins-slave/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-core/test-files/solr/collection1/conf/old_synonyms.txt to /configs/conf1/old_synonyms.txt
[junit4:junit4]   2> 217 T2891 oascc.SolrZkClient.makePath makePath: /configs/conf1/old_synonyms.txt
[junit4:junit4]   2> 221 T2891 oasc.AbstractZkTestCase.putConfig put /Users/jenkins/jenkins-slave/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-core/test-files/solr/collection1/conf/synonyms.txt to /configs/conf1/synonyms.txt
[junit4:junit4]   2> 221 T2891 oascc.SolrZkClient.makePath makePath: /configs/conf1/synonyms.txt
[junit4:junit4]   2> 226 T2896 oazs.PrepRequestProcessor.pRequest2Txn Processed session termination for sessionid: 0x13cc4ce75820001
[junit4:junit4]   2> 227 T2893 oazs.NIOServerCnxn.closeSock Closed socket connection for client /127.0.0.1:52409 which had sessionid 0x13cc4ce75820001
[junit4:junit4]   2> 227 T2900 oaz.ClientCnxn$EventThread.run EventThread shut down
[junit4:junit4]   2> 226 T2891 oaz.ZooKeeper.close Session: 0x13cc4ce75820001 closed
[junit4:junit4]   2> 405 T2891 oejs.Server.doStart jetty-8.1.8.v20121106
[junit4:junit4]   2> 412 T2891 oejs.AbstractConnector.doStart Started SelectChannelConnector@127.0.0.1:52410
[junit4:junit4]   2> 413 T2891 oass.SolrDispatchFilter.init SolrDispatchFilter.init()
[junit4:junit4]   2> 413 T2891 oasc.SolrResourceLoader.locateSolrHome JNDI not configured for solr (NoInitialContextEx)
[junit4:junit4]   2> 414 T2891 oasc.SolrResourceLoader.locateSolrHome using system property solr.solr.home: /Users/jenkins/jenkins-slave/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.ChaosMonkeySafeLeaderTest-controljetty-1360511530585
[junit4:junit4]   2> 415 T2891 oasc.CoreContainer$Initializer.initialize looking for solr.xml: /Users/jenkins/jenkins-slave/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.ChaosMonkeySafeLeaderTest-controljetty-1360511530585/solr.xml
[junit4:junit4]   2> 415 T2891 oasc.CoreContainer.<init> New CoreContainer 410493714
[junit4:junit4]   2> 416 T2891 oasc.CoreContainer.load Loading CoreContainer using Solr Home: '/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.ChaosMonkeySafeLeaderTest-controljetty-1360511530585/'
[junit4:junit4]   2> 417 T2891 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.ChaosMonkeySafeLeaderTest-controljetty-1360511530585/'
[junit4:junit4]   2> 456 T2891 oashc.HttpShardHandlerFactory.getParameter Setting socketTimeout to: 60000
[junit4:junit4]   2> 457 T2891 oashc.HttpShardHandlerFactory.getParameter Setting urlScheme to: http://
[junit4:junit4]   2> 458 T2891 oashc.HttpShardHandlerFactory.getParameter Setting connTimeout to: 15000
[junit4:junit4]   2> 458 T2891 oashc.HttpShardHandlerFactory.getParameter Setting maxConnectionsPerHost to: 20
[junit4:junit4]   2> 459 T2891 oashc.HttpShardHandlerFactory.getParameter Setting corePoolSize to: 0
[junit4:junit4]   2> 459 T2891 oashc.HttpShardHandlerFactory.getParameter Setting maximumPoolSize to: 2147483647
[junit4:junit4]   2> 460 T2891 oashc.HttpShardHandlerFactory.getParameter Setting maxThreadIdleTime to: 5
[junit4:junit4]   2> 461 T2891 oashc.HttpShardHandlerFactory.getParameter Setting sizeOfQueue to: -1
[junit4:junit4]   2> 461 T2891 oashc.HttpShardHandlerFactory.getParameter Setting fairnessPolicy to: false
[junit4:junit4]   2> 462 T2891 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnectionsPerHost=20&maxConnections=10000&socketTimeout=60000&connTimeout=15000&retry=false
[junit4:junit4]   2> 475 T2891 oasc.CoreContainer.load Registering Log Listener
[junit4:junit4]   2> 494 T2891 oasc.CoreContainer.initZooKeeper Zookeeper client=127.0.0.1:52407/solr
[junit4:junit4]   2> 495 T2891 oasc.ZkController.checkChrootPath zkHost includes chroot
[junit4:junit4]   2> 496 T2891 oaz.ZooKeeper.<init> Initiating client connection, connectString=127.0.0.1:52407 sessionTimeout=60000 watcher=org.apache.solr.common.cloud.ConnectionManager@6419e2b
[junit4:junit4]   2> 497 T2891 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
[junit4:junit4]   2> 498 T2910 oaz.ClientCnxn$SendThread.logStartConnect Opening socket connection to server localhost/127.0.0.1:52407. Will not attempt to authenticate using SASL (access denied ("javax.security.auth.AuthPermission" "getLoginConfiguration"))
[junit4:junit4]   2> 499 T2910 oaz.ClientCnxn$SendThread.primeConnection Socket connection established to localhost/127.0.0.1:52407, initiating session
[junit4:junit4]   2> 499 T2893 oazs.NIOServerCnxnFactory.run Accepted socket connection from /127.0.0.1:52411
[junit4:junit4]   2> 500 T2893 oazs.ZooKeeperServer.processConnectRequest Client attempting to establish new session at /127.0.0.1:52411
[junit4:junit4]   2> 889 T2895 oazs.ZooKeeperServer.finishSessionInit Established session 0x13cc4ce75820002 with negotiated timeout 20000 for client /127.0.0.1:52411
[junit4:junit4]   2> 889 T2910 oaz.ClientCnxn$SendThread.onConnected Session establishment complete on server localhost/127.0.0.1:52407, sessionid = 0x13cc4ce75820002, negotiated timeout = 20000
[junit4:junit4]   2> 890 T2911 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@6419e2b name:ZooKeeperConnection Watcher:127.0.0.1:52407 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
[junit4:junit4]   2> 890 T2891 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
[junit4:junit4]   2> 892 T2896 oazs.PrepRequestProcessor.pRequest2Txn Processed session termination for sessionid: 0x13cc4ce75820002
[junit4:junit4]   2> 893 T2893 oazs.NIOServerCnxn.closeSock Closed socket connection for client /127.0.0.1:52411 which had sessionid 0x13cc4ce75820002
[junit4:junit4]   2> 893 T2911 oaz.ClientCnxn$EventThread.run EventThread shut down
[junit4:junit4]   2> 893 T2891 oaz.ZooKeeper.close Session: 0x13cc4ce75820002 closed
[junit4:junit4]   2> 894 T2891 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=500&maxConnectionsPerHost=16&socketTimeout=60000&connTimeout=15000
[junit4:junit4]   2> 898 T2891 oaz.ZooKeeper.<init> Initiating client connection, connectString=127.0.0.1:52407/solr sessionTimeout=30000 watcher=org.apache.solr.common.cloud.ConnectionManager@1f7aad1
[junit4:junit4]   2> 899 T2891 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
[junit4:junit4]   2> 899 T2912 oaz.ClientCnxn$SendThread.logStartConnect Opening socket connection to server localhost/127.0.0.1:52407. Will not attempt to authenticate using SASL (access denied ("javax.security.auth.AuthPermission" "getLoginConfiguration"))
[junit4:junit4]   2> 900 T2912 oaz.ClientCnxn$SendThread.primeConnection Socket connection established to localhost/127.0.0.1:52407, initiating session
[junit4:junit4]   2> 900 T2893 oazs.NIOServerCnxnFactory.run Accepted socket connection from /127.0.0.1:52412
[junit4:junit4]   2> 901 T2893 oazs.ZooKeeperServer.processConnectRequest Client attempting to establish new session at /127.0.0.1:52412
[junit4:junit4]   2> 902 T2895 oazs.ZooKeeperServer.finishSessionInit Established session 0x13cc4ce75820003 with negotiated timeout 20000 for client /127.0.0.1:52412
[junit4:junit4]   2> 902 T2912 oaz.ClientCnxn$SendThread.onConnected Session establishment complete on server localhost/127.0.0.1:52407, sessionid = 0x13cc4ce75820003, negotiated timeout = 20000
[junit4:junit4]   2> 902 T2913 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@1f7aad1 name:ZooKeeperConnection Watcher:127.0.0.1:52407/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
[junit4:junit4]   2> 903 T2891 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
[junit4:junit4]   2> 905 T2896 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13cc4ce75820003 type:create cxid:0x2 zxid:0x1a txntype:-1 reqpath:n/a Error Path:/solr/overseer Error:KeeperErrorCode = NodeExists for /solr/overseer
[junit4:junit4]   2> 907 T2891 oascc.SolrZkClient.makePath makePath: /live_nodes
[junit4:junit4]   2> 911 T2891 oasc.ZkController.createEphemeralLiveNode Register node as live in ZooKeeper:/live_nodes/127.0.0.1:52410_
[junit4:junit4]   2> 911 T2896 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13cc4ce75820003 type:delete cxid:0x8 zxid:0x1c txntype:-1 reqpath:n/a Error Path:/solr/live_nodes/127.0.0.1:52410_ Error:KeeperErrorCode = NoNode for /solr/live_nodes/127.0.0.1:52410_
[junit4:junit4]   2> 912 T2891 oascc.SolrZkClient.makePath makePath: /live_nodes/127.0.0.1:52410_
[junit4:junit4]   2> 917 T2891 oascc.SolrZkClient.makePath makePath: /overseer_elect/election
[junit4:junit4]   2> 924 T2896 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13cc4ce75820003 type:delete cxid:0x16 zxid:0x21 txntype:-1 reqpath:n/a Error Path:/solr/overseer_elect/leader Error:KeeperErrorCode = NoNode for /solr/overseer_elect/leader
[junit4:junit4]   2> 925 T2891 oascc.SolrZkClient.makePath makePath: /overseer_elect/leader
[junit4:junit4]   2> 928 T2891 oasc.Overseer.start Overseer (id=89162483654328323-127.0.0.1:52410_-n_0000000000) starting
[junit4:junit4]   2> 929 T2896 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13cc4ce75820003 type:create cxid:0x1b zxid:0x23 txntype:-1 reqpath:n/a Error Path:/solr/overseer Error:KeeperErrorCode = NodeExists for /solr/overseer
[junit4:junit4]   2> 930 T2896 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13cc4ce75820003 type:create cxid:0x1c zxid:0x24 txntype:-1 reqpath:n/a Error Path:/solr/overseer Error:KeeperErrorCode = NodeExists for /solr/overseer
[junit4:junit4]   2> 932 T2896 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13cc4ce75820003 type:create cxid:0x1d zxid:0x25 txntype:-1 reqpath:n/a Error Path:/solr/overseer Error:KeeperErrorCode = NodeExists for /solr/overseer
[junit4:junit4]   2> 933 T2896 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13cc4ce75820003 type:create cxid:0x1e zxid:0x26 txntype:-1 reqpath:n/a Error Path:/solr/overseer Error:KeeperErrorCode = NodeExists for /solr/overseer
[junit4:junit4]   2> 934 T2915 oasc.OverseerCollectionProcessor.run Process current queue of collection creations
[junit4:junit4]   2> 935 T2891 oascc.SolrZkClient.makePath makePath: /clusterstate.json
[junit4:junit4]   2> 939 T2891 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
[junit4:junit4]   2> 942 T2914 oasc.Overseer$ClusterStateUpdater.run Starting to work on the main queue
[junit4:junit4]   2> 946 T2916 oasc.CoreContainer.create Creating SolrCore 'collection1' using instanceDir: /Users/jenkins/jenkins-slave/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.ChaosMonkeySafeLeaderTest-controljetty-1360511530585/collection1
[junit4:junit4]   2> 946 T2916 oasc.ZkController.createCollectionZkNode Check for collection zkNode:control_collection
[junit4:junit4]   2> 947 T2916 oasc.ZkController.createCollectionZkNode Collection zkNode exists
[junit4:junit4]   2> 948 T2916 oasc.ZkController.readConfigName Load collection config from:/collections/control_collection
[junit4:junit4]   2> 950 T2916 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.ChaosMonkeySafeLeaderTest-controljetty-1360511530585/collection1/'
[junit4:junit4]   2> 951 T2916 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-core/test/J0/org.apache.solr.cloud.ChaosMonkeySafeLeaderTest-controljetty-1360511530585/collection1/lib/classes/' to classloader
[junit4:junit4]   2> 951 T2916 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-core/test/J0/org.apache.solr.cloud.ChaosMonkeySafeLeaderTest-controljetty-1360511530585/collection1/lib/README' to classloader
[junit4:junit4]   2> 1003 T2916 oasc.SolrConfig.<init> Using Lucene MatchVersion: LUCENE_42
[junit4:junit4]   2> 1063 T2916 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig.xml
[junit4:junit4]   2> 1065 T2916 oass.IndexSchema.readSchema Reading Solr Schema
[junit4:junit4]   2> 1076 T2916 oass.IndexSchema.readSchema Schema name=test
[junit4:junit4]   2> 1634 T2916 oass.OpenExchangeRatesOrgProvider.init Initialized with rates=open-exchange-rates.json, refreshInterval=1440.
[junit4:junit4]   2> 1643 T2916 oass.IndexSchema.readSchema default search field in schema is text
[junit4:junit4]   2> 1663 T2916 oass.IndexSchema.readSchema unique key field: id
[junit4:junit4]   2> 1695 T2916 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
[junit4:junit4]   2> 1709 T2916 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
[junit4:junit4]   2> 1719 T2916 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
[junit4:junit4]   2> 1723 T2916 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
[junit4:junit4]   2> 1725 T2916 oasc.SolrCore.<init> [collection1] Opening new SolrCore at /Users/jenkins/jenkins-slave/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.ChaosMonkeySafeLeaderTest-controljetty-1360511530585/collection1/, dataDir=./org.apache.solr.cloud.ChaosMonkeySafeLeaderTest-1360511530364/control/data/
[junit4:junit4]   2> 1726 T2916 oasc.JmxMonitoredMap.<init> JMX monitoring is enabled. Adding Solr mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@5f4badea
[junit4:junit4]   2> 1727 T2916 oasc.SolrCore.initDirectoryFactory solr.StandardDirectoryFactory
[junit4:junit4]   2> 1728 T2916 oasc.CachingDirectoryFactory.get return new directory for /Users/jenkins/jenkins-slave/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.ChaosMonkeySafeLeaderTest-1360511530364/control/data forceNew:false
[junit4:junit4]   2> 1729 T2916 oasc.CachingDirectoryFactory.close Releasing directory:/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.ChaosMonkeySafeLeaderTest-1360511530364/control/data
[junit4:junit4]   2> 1730 T2916 oasc.SolrCore.getNewIndexDir New index directory detected: old=null new=./org.apache.solr.cloud.ChaosMonkeySafeLeaderTest-1360511530364/control/data/index/
[junit4:junit4]   2> 1731 T2916 oasc.SolrCore.initIndex WARNING [collection1] Solr index directory './org.apache.solr.cloud.ChaosMonkeySafeLeaderTest-1360511530364/control/data/index' doesn't exist. Creating new index...
[junit4:junit4]   2> 1733 T2916 oasc.CachingDirectoryFactory.get return new directory for /Users/jenkins/jenkins-slave/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.ChaosMonkeySafeLeaderTest-1360511530364/control/data/index forceNew:false
[junit4:junit4]   2> 1738 T2916 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits:num=1
[junit4:junit4]   2> 		commit{dir=RateLimitedDirectoryWrapper(org.apache.lucene.store.NIOFSDirectory@/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-core/test/J0/org.apache.solr.cloud.ChaosMonkeySafeLeaderTest-1360511530364/control/data/index lockFactory=org.apache.lucene.store.NativeFSLockFactory@64dd4875),segFN=segments_1,generation=1,filenames=[segments_1]
[junit4:junit4]   2> 1738 T2916 oasc.SolrDeletionPolicy.updateCommits newest commit = 1[segments_1]
[junit4:junit4]   2> 1739 T2916 oasc.CachingDirectoryFactory.close Releasing directory:/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.ChaosMonkeySafeLeaderTest-1360511530364/control/data/index
[junit4:junit4]   2> 1740 T2916 oasc.SolrCore.initWriters created xml: solr.XMLResponseWriter
[junit4:junit4]   2> 1742 T2916 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe"
[junit4:junit4]   2> 1743 T2916 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe-allfields"
[junit4:junit4]   2> 1743 T2916 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "stored_sig"
[junit4:junit4]   2> 1744 T2916 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "uniq-fields"
[junit4:junit4]   2> 1744 T2916 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "distrib-dup-test-chain-implicit"
[junit4:junit4]   2> 1745 T2916 oasc.RequestHandlers.initHandlersFromConfig adding lazy requestHandler: solr.ReplicationHandler
[junit4:junit4]   2> 1745 T2916 oasc.RequestHandlers.initHandlersFromConfig created /replication: solr.ReplicationHandler
[junit4:junit4]   2> 1746 T2916 oasc.RequestHandlers.initHandlersFromConfig created standard: solr.StandardRequestHandler
[junit4:junit4]   2> 1746 T2916 oasc.RequestHandlers.initHandlersFromConfig created /get: solr.RealTimeGetHandler
[junit4:junit4]   2> 1747 T2916 oasc.RequestHandlers.initHandlersFromConfig created dismax: solr.SearchHandler
[junit4:junit4]   2> 1747 T2916 oasc.RequestHandlers.initHandlersFromConfig created mock: org.apache.solr.core.MockQuerySenderListenerReqHandler
[junit4:junit4]   2> 1748 T2916 oasc.RequestHandlers.initHandlersFromConfig created /admin/: org.apache.solr.handler.admin.AdminHandlers
[junit4:junit4]   2> 1749 T2916 oasc.RequestHandlers.initHandlersFromConfig created defaults: solr.StandardRequestHandler
[junit4:junit4]   2> 1749 T2916 oasc.RequestHandlers.initHandlersFromConfig adding lazy requestHandler: solr.StandardRequestHandler
[junit4:junit4]   2> 1749 T2916 oasc.RequestHandlers.initHandlersFromConfig created lazy: solr.StandardRequestHandler
[junit4:junit4]   2> 1750 T2916 oasc.RequestHandlers.initHandlersFromConfig created /update: solr.UpdateRequestHandler
[junit4:junit4]   2> 1750 T2916 oasc.RequestHandlers.initHandlersFromConfig created /terms: org.apache.solr.handler.component.SearchHandler
[junit4:junit4]   2> 1751 T2916 oasc.RequestHandlers.initHandlersFromConfig created spellCheckCompRH: org.apache.solr.handler.component.SearchHandler
[junit4:junit4]   2> 1751 T2916 oasc.RequestHandlers.initHandlersFromConfig created spellCheckCompRH_Direct: org.apache.solr.handler.component.SearchHandler
[junit4:junit4]   2> 1752 T2916 oasc.RequestHandlers.initHandlersFromConfig created spellCheckWithWordbreak: org.apache.solr.handler.component.SearchHandler
[junit4:junit4]   2> 1753 T2916 oasc.RequestHandlers.initHandlersFromConfig created spellCheckWithWordbreak_Direct: org.apache.solr.handler.component.SearchHandler
[junit4:junit4]   2> 1753 T2916 oasc.RequestHandlers.initHandlersFromConfig created spellCheckCompRH1: org.apache.solr.handler.component.SearchHandler
[junit4:junit4]   2> 1754 T2916 oasc.RequestHandlers.initHandlersFromConfig created mltrh: org.apache.solr.handler.component.SearchHandler
[junit4:junit4]   2> 1754 T2916 oasc.RequestHandlers.initHandlersFromConfig created tvrh: org.apache.solr.handler.component.SearchHandler
[junit4:junit4]   2> 1755 T2916 oasc.RequestHandlers.initHandlersFromConfig created /mlt: solr.MoreLikeThisHandler
[junit4:junit4]   2> 1755 T2916 oasc.RequestHandlers.initHandlersFromConfig created /debug/dump: solr.DumpRequestHandler
[junit4:junit4]   2> 1762 T2916 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
[junit4:junit4]   2> 1765 T2916 oasc.SolrCore.initDeprecatedSupport WARNING solrconfig.xml uses deprecated <admin/gettableFiles>, Please update your config to use the ShowFileRequestHandler.
[junit4:junit4]   2> 1767 T2916 oasc.SolrCore.initDeprecatedSupport WARNING adding ShowFileRequestHandler with hidden files: [SCHEMA.XML, OLD_SYNONYMS.TXT, STOPWORDS.TXT, PROTWORDS.TXT, OPEN-EXCHANGE-RATES.JSON, SYNONYMS.TXT, CURRENCY.XML, MAPPING-ISOLATIN1ACCENT.TXT]
[junit4:junit4]   2> 1770 T2916 oasc.CachingDirectoryFactory.close Releasing directory:/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.ChaosMonkeySafeLeaderTest-1360511530364/control/data
[junit4:junit4]   2> 1771 T2916 oass.SolrIndexSearcher.<init> Opening Searcher@7c4fe4ad main
[junit4:junit4]   2> 1772 T2916 oasu.CommitTracker.<init> Hard AutoCommit: disabled
[junit4:junit4]   2> 1773 T2916 oasu.CommitTracker.<init> Soft AutoCommit: disabled
[junit4:junit4]   2> 1773 T2916 oashc.SpellCheckComponent.inform Initializing spell checkers
[junit4:junit4]   2> 1779 T2916 oass.DirectSolrSpellChecker.init init: {name=direct,classname=DirectSolrSpellChecker,field=lowerfilt,minQueryLength=3}
[junit4:junit4]   2> 1817 T2917 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@7c4fe4ad main{StandardDirectoryReader(segments_1:1)}
[junit4:junit4]   2> 1824 T2916 oasc.ZkController.publish publishing core=collection1 state=down
[junit4:junit4]   2> 1825 T2916 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
[junit4:junit4]   2> 1826 T2896 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13cc4ce75820003 type:create cxid:0x51 zxid:0x29 txntype:-1 reqpath:n/a Error Path:/solr/overseer/queue Error:KeeperErrorCode = NoNode for /solr/overseer/queue
[junit4:junit4]   2> 2449 T2914 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 2450 T2914 oasc.Overseer$ClusterStateUpdater.updateState Update state numShards=1 message={
[junit4:junit4]   2> 	  "operation":"state",
[junit4:junit4]   2> 	  "numShards":"1",
[junit4:junit4]   2> 	  "shard":null,
[junit4:junit4]   2> 	  "roles":null,
[junit4:junit4]   2> 	  "state":"down",
[junit4:junit4]   2> 	  "core":"collection1",
[junit4:junit4]   2> 	  "collection":"control_collection",
[junit4:junit4]   2> 	  "node_name":"127.0.0.1:52410_",
[junit4:junit4]   2> 	  "base_url":"http://127.0.0.1:52410"}
[junit4:junit4]   2> 2450 T2914 oasc.Overseer$ClusterStateUpdater.createCollection Create collection control_collection with numShards 1
[junit4:junit4]   2> 2451 T2914 oasc.Overseer$ClusterStateUpdater.updateState Assigning new node to shard shard=shard1
[junit4:junit4]   2> 2452 T2896 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13cc4ce75820003 type:create cxid:0x59 zxid:0x2c txntype:-1 reqpath:n/a Error Path:/solr/overseer/queue-work Error:KeeperErrorCode = NoNode for /solr/overseer/queue-work
[junit4:junit4]   2> 2460 T2913 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 1)
[junit4:junit4]   2> 2832 T2916 oasc.CoreContainer.registerCore registering core: collection1
[junit4:junit4]   2> 2832 T2916 oasc.ZkController.register Register replica - core:collection1 address:http://127.0.0.1:52410 collection:control_collection shard:shard1
[junit4:junit4]   2> 2834 T2916 oascc.SolrZkClient.makePath makePath: /collections/control_collection/leader_elect/shard1/election
[junit4:junit4]   2> 2844 T2896 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13cc4ce75820003 type:delete cxid:0x73 zxid:0x36 txntype:-1 reqpath:n/a Error Path:/solr/collections/control_collection/leaders Error:KeeperErrorCode = NoNode for /solr/collections/control_collection/leaders
[junit4:junit4]   2> 2845 T2916 oasc.ShardLeaderElectionContext.runLeaderProcess Running the leader process.
[junit4:junit4]   2> 2845 T2896 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13cc4ce75820003 type:create cxid:0x74 zxid:0x37 txntype:-1 reqpath:n/a Error Path:/solr/overseer Error:KeeperErrorCode = NodeExists for /solr/overseer
[junit4:junit4]   2> 2848 T2916 oasc.ShardLeaderElectionContext.waitForReplicasToComeUp Enough replicas found to continue.
[junit4:junit4]   2> 2848 T2916 oasc.ShardLeaderElectionContext.runLeaderProcess I may be the new leader - try and sync
[junit4:junit4]   2> 2848 T2916 oasc.SyncStrategy.sync Sync replicas to http://127.0.0.1:52410/collection1/
[junit4:junit4]   2> 2849 T2916 oasc.SyncStrategy.syncReplicas Sync Success - now sync replicas to me
[junit4:junit4]   2> 2849 T2916 oasc.SyncStrategy.syncToMe http://127.0.0.1:52410/collection1/ has no replicas
[junit4:junit4]   2> 2849 T2916 oasc.ShardLeaderElectionContext.runLeaderProcess I am the new leader: http://127.0.0.1:52410/collection1/
[junit4:junit4]   2> 2850 T2916 oascc.SolrZkClient.makePath makePath: /collections/control_collection/leaders/shard1
[junit4:junit4]   2> 2856 T2896 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13cc4ce75820003 type:create cxid:0x7e zxid:0x3b txntype:-1 reqpath:n/a Error Path:/solr/overseer Error:KeeperErrorCode = NodeExists for /solr/overseer
[junit4:junit4]   2> 3970 T2914 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 3983 T2913 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 1)
[junit4:junit4]   2> 4021 T2916 oasc.ZkController.register We are http://127.0.0.1:52410/collection1/ and leader is http://127.0.0.1:52410/collection1/
[junit4:junit4]   2> 4021 T2916 oasc.ZkController.register No LogReplay needed for core=collection1 baseURL=http://127.0.0.1:52410
[junit4:junit4]   2> 4022 T2916 oasc.ZkController.checkRecovery I am the leader, no recovery necessary
[junit4:junit4]   2> 4022 T2916 oasc.ZkController.publish publishing core=collection1 state=active
[junit4:junit4]   2> 4022 T2916 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
[junit4:junit4]   2> 4025 T2916 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 4027 T2891 oass.SolrDispatchFilter.init user.dir=/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-core/test/J0
[junit4:junit4]   2> 4028 T2891 oass.SolrDispatchFilter.init SolrDispatchFilter.init() done
[junit4:junit4]   2> 4028 T2891 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=128&maxConnectionsPerHost=32&followRedirects=false
[junit4:junit4]   2> 4035 T2891 oascsi.HttpClientUtil.createClient Creating new http client, config:
[junit4:junit4]   2> 4040 T2891 oaz.ZooKeeper.<init> Initiating client connection, connectString=127.0.0.1:52407/solr sessionTimeout=10000 watcher=org.apache.solr.common.cloud.ConnectionManager@3ba9316a
[junit4:junit4]   2> 4041 T2891 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
[junit4:junit4]   2> 4042 T2918 oaz.ClientCnxn$SendThread.logStartConnect Opening socket connection to server localhost/127.0.0.1:52407. Will not attempt to authenticate using SASL (access denied ("javax.security.auth.AuthPermission" "getLoginConfiguration"))
[junit4:junit4]   2> 4043 T2918 oaz.ClientCnxn$SendThread.primeConnection Socket connection established to localhost/127.0.0.1:52407, initiating session
[junit4:junit4]   2> 4043 T2893 oazs.NIOServerCnxnFactory.run Accepted socket connection from /127.0.0.1:52413
[junit4:junit4]   2> 4044 T2893 oazs.ZooKeeperServer.processConnectRequest Client attempting to establish new session at /127.0.0.1:52413
[junit4:junit4]   2> 4045 T2895 oazs.ZooKeeperServer.finishSessionInit Established session 0x13cc4ce75820004 with negotiated timeout 10000 for client /127.0.0.1:52413
[junit4:junit4]   2> 4045 T2918 oaz.ClientCnxn$SendThread.onConnected Session establishment complete on server localhost/127.0.0.1:52407, sessionid = 0x13cc4ce75820004, negotiated timeout = 10000
[junit4:junit4]   2> 4046 T2919 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@3ba9316a name:ZooKeeperConnection Watcher:127.0.0.1:52407/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
[junit4:junit4]   2> 4047 T2891 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
[junit4:junit4]   2> 4048 T2891 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
[junit4:junit4]   2> 4052 T2891 oasc.ChaosMonkey.monkeyLog monkey: init - expire sessions:true cause connection loss:true
[junit4:junit4]   2> 4233 T2891 oejs.Server.doStart jetty-8.1.8.v20121106
[junit4:junit4]   2> 4238 T2891 oejs.AbstractConnector.doStart Started SelectChannelConnector@127.0.0.1:52414
[junit4:junit4]   2> 4239 T2891 oass.SolrDispatchFilter.init SolrDispatchFilter.init()
[junit4:junit4]   2> 4240 T2891 oasc.SolrResourceLoader.locateSolrHome JNDI not configured for solr (NoInitialContextEx)
[junit4:junit4]   2> 4240 T2891 oasc.SolrResourceLoader.locateSolrHome using system property solr.solr.home: /Users/jenkins/jenkins-slave/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.ChaosMonkeySafeLeaderTest-jetty1-1360511534409
[junit4:junit4]   2> 4241 T2891 oasc.CoreContainer$Initializer.initialize looking for solr.xml: /Users/jenkins/jenkins-slave/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.ChaosMonkeySafeLeaderTest-jetty1-1360511534409/solr.xml
[junit4:junit4]   2> 4241 T2891 oasc.CoreContainer.<init> New CoreContainer 939613189
[junit4:junit4]   2> 4242 T2891 oasc.CoreContainer.load Loading CoreContainer using Solr Home: '/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.ChaosMonkeySafeLeaderTest-jetty1-1360511534409/'
[junit4:junit4]   2> 4243 T2891 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.ChaosMonkeySafeLeaderTest-jetty1-1360511534409/'
[junit4:junit4]   2> 4285 T2891 oashc.HttpShardHandlerFactory.getParameter Setting socketTimeout to: 60000
[junit4:junit4]   2> 4286 T2891 oashc.HttpShardHandlerFactory.getParameter Setting urlScheme to: http://
[junit4:junit4]   2> 4286 T2891 oashc.HttpShardHandlerFactory.getParameter Setting connTimeout to: 15000
[junit4:junit4]   2> 4287 T2891 oashc.HttpShardHandlerFactory.getParameter Setting maxConnectionsPerHost to: 20
[junit4:junit4]   2> 4287 T2891 oashc.HttpShardHandlerFactory.getParameter Setting corePoolSize to: 0
[junit4:junit4]   2> 4288 T2891 oashc.HttpShardHandlerFactory.getParameter Setting maximumPoolSize to: 2147483647
[junit4:junit4]   2> 4289 T2891 oashc.HttpShardHandlerFactory.getParameter Setting maxThreadIdleTime to: 5
[junit4:junit4]   2> 4289 T2891 oashc.HttpShardHandlerFactory.getParameter Setting sizeOfQueue to: -1
[junit4:junit4]   2> 4290 T2891 oashc.HttpShardHandlerFactory.getParameter Setting fairnessPolicy to: false
[junit4:junit4]   2> 4290 T2891 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnectionsPerHost=20&maxConnections=10000&socketTimeout=60000&connTimeout=15000&retry=false
[junit4:junit4]   2> 4303 T2891 oasc.CoreContainer.load Registering Log Listener
[junit4:junit4]   2> 4322 T2891 oasc.CoreContainer.initZooKeeper Zookeeper client=127.0.0.1:52407/solr
[junit4:junit4]   2> 4323 T2891 oasc.ZkController.checkChrootPath zkHost includes chroot
[junit4:junit4]   2> 4324 T2891 oaz.ZooKeeper.<init> Initiating client connection, connectString=127.0.0.1:52407 sessionTimeout=60000 watcher=org.apache.solr.common.cloud.ConnectionManager@25cec07a
[junit4:junit4]   2> 4325 T2891 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
[junit4:junit4]   2> 4326 T2929 oaz.ClientCnxn$SendThread.logStartConnect Opening socket connection to server localhost/127.0.0.1:52407. Will not attempt to authenticate using SASL (access denied ("javax.security.auth.AuthPermission" "getLoginConfiguration"))
[junit4:junit4]   2> 4327 T2929 oaz.ClientCnxn$SendThread.primeConnection Socket connection established to localhost/127.0.0.1:52407, initiating session
[junit4:junit4]   2> 4328 T2893 oazs.NIOServerCnxnFactory.run Accepted socket connection from /127.0.0.1:52415
[junit4:junit4]   2> 4328 T2893 oazs.ZooKeeperServer.processConnectRequest Client attempting to establish new session at /127.0.0.1:52415
[junit4:junit4]   2> 4330 T2895 oazs.ZooKeeperServer.finishSessionInit Established session 0x13cc4ce75820005 with negotiated timeout 20000 for client /127.0.0.1:52415
[junit4:junit4]   2> 4330 T2929 oaz.ClientCnxn$SendThread.onConnected Session establishment complete on server localhost/127.0.0.1:52407, sessionid = 0x13cc4ce75820005, negotiated timeout = 20000
[junit4:junit4]   2> 4330 T2930 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@25cec07a name:ZooKeeperConnection Watcher:127.0.0.1:52407 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
[junit4:junit4]   2> 4331 T2891 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
[junit4:junit4]   2> 4333 T2896 oazs.PrepRequestProcessor.pRequest2Txn Processed session termination for sessionid: 0x13cc4ce75820005
[junit4:junit4]   2> 4334 T2893 oazs.NIOServerCnxn.closeSock Closed socket connection for client /127.0.0.1:52415 which had sessionid 0x13cc4ce75820005
[junit4:junit4]   2> 4334 T2891 oaz.ZooKeeper.close Session: 0x13cc4ce75820005 closed
[junit4:junit4]   2> 4334 T2930 oaz.ClientCnxn$EventThread.run EventThread shut down
[junit4:junit4]   2> 4335 T2891 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=500&maxConnectionsPerHost=16&socketTimeout=60000&connTimeout=15000
[junit4:junit4]   2> 4341 T2891 oaz.ZooKeeper.<init> Initiating client connection, connectString=127.0.0.1:52407/solr sessionTimeout=30000 watcher=org.apache.solr.common.cloud.ConnectionManager@28068aba
[junit4:junit4]   2> 4342 T2891 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
[junit4:junit4]   2> 4343 T2931 oaz.ClientCnxn$SendThread.logStartConnect Opening socket connection to server localhost/127.0.0.1:52407. Will not attempt to authenticate using SASL (access denied ("javax.security.auth.AuthPermission" "getLoginConfiguration"))
[junit4:junit4]   2> 4344 T2931 oaz.ClientCnxn$SendThread.primeConnection Socket connection established to localhost/127.0.0.1:52407, initiating session
[junit4:junit4]   2> 4344 T2893 oazs.NIOServerCnxnFactory.run Accepted socket connection from /127.0.0.1:52416
[junit4:junit4]   2> 4345 T2893 oazs.ZooKeeperServer.processConnectRequest Client attempting to establish new session at /127.0.0.1:52416
[junit4:junit4]   2> 4346 T2895 oazs.ZooKeeperServer.finishSessionInit Established session 0x13cc4ce75820006 with negotiated timeout 20000 for client /127.0.0.1:52416
[junit4:junit4]   2> 4346 T2931 oaz.ClientCnxn$SendThread.onConnected Session establishment complete on server localhost/127.0.0.1:52407, sessionid = 0x13cc4ce75820006, negotiated timeout = 20000
[junit4:junit4]   2> 4346 T2932 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@28068aba name:ZooKeeperConnection Watcher:127.0.0.1:52407/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
[junit4:junit4]   2> 4347 T2891 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
[junit4:junit4]   2> 4348 T2896 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13cc4ce75820006 type:create cxid:0x1 zxid:0x49 txntype:-1 reqpath:n/a Error Path:/solr/overseer Error:KeeperErrorCode = NodeExists for /solr/overseer
[junit4:junit4]   2> 4350 T2896 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13cc4ce75820006 type:create cxid:0x2 zxid:0x4a txntype:-1 reqpath:n/a Error Path:/solr/overseer Error:KeeperErrorCode = NodeExists for /solr/overseer
[junit4:junit4]   2> 4352 T2891 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
[junit4:junit4]   2> 4356 T2891 oasc.ZkController.createEphemeralLiveNode Register node as live in ZooKeeper:/live_nodes/127.0.0.1:52414_
[junit4:junit4]   2> 4357 T2896 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13cc4ce75820006 type:delete cxid:0x9 zxid:0x4b txntype:-1 reqpath:n/a Error Path:/solr/live_nodes/127.0.0.1:52414_ Error:KeeperErrorCode = NoNode for /solr/live_nodes/127.0.0.1:52414_
[junit4:junit4]   2> 4358 T2891 oascc.SolrZkClient.makePath makePath: /live_nodes/127.0.0.1:52414_
[junit4:junit4]   2> 4361 T2913 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeChildrenChanged path:/live_nodes, has occurred - updating... (live nodes size: 1)
[junit4:junit4]   2> 4362 T2932 oascc.ZkStateReader$3.process Updating live nodes... (2)
[junit4:junit4]   2> 4362 T2919 oascc.ZkStateReader$3.process Updating live nodes... (2)
[junit4:junit4]   2> 4364 T2913 oascc.ZkStateReader$3.process Updating live nodes... (2)
[junit4:junit4]   2> 4372 T2933 oasc.CoreContainer.create Creating SolrCore 'collection1' using instanceDir: /Users/jenkins/jenkins-slave/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.ChaosMonkeySafeLeaderTest-jetty1-1360511534409/collection1
[junit4:junit4]   2> 4372 T2933 oasc.ZkController.createCollectionZkNode Check for collection zkNode:collection1
[junit4:junit4]   2> 4373 T2933 oasc.ZkController.createCollectionZkNode Collection zkNode exists
[junit4:junit4]   2> 4373 T2933 oasc.ZkController.readConfigName Load collection config from:/collections/collection1
[junit4:junit4]   2> 4376 T2933 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.ChaosMonkeySafeLeaderTest-jetty1-1360511534409/collection1/'
[junit4:junit4]   2> 4377 T2933 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-core/test/J0/org.apache.solr.cloud.ChaosMonkeySafeLeaderTest-jetty1-1360511534409/collection1/lib/classes/' to classloader
[junit4:junit4]   2> 4377 T2933 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-core/test/J0/org.apache.solr.cloud.ChaosMonkeySafeLeaderTest-jetty1-1360511534409/collection1/lib/README' to classloader
[junit4:junit4]   2> 4430 T2933 oasc.SolrConfig.<init> Using Lucene MatchVersion: LUCENE_42
[junit4:junit4]   2> 4495 T2933 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig.xml
[junit4:junit4]   2> 4497 T2933 oass.IndexSchema.readSchema Reading Solr Schema
[junit4:junit4]   2> 4503 T2933 oass.IndexSchema.readSchema Schema name=test
[junit4:junit4]   2> 5088 T2933 oass.OpenExchangeRatesOrgProvider.init Initialized with rates=open-exchange-rates.json, refreshInterval=1440.
[junit4:junit4]   2> 5099 T2933 oass.IndexSchema.readSchema default search field in schema is text
[junit4:junit4]   2> 5104 T2933 oass.IndexSchema.readSchema unique key field: id
[junit4:junit4]   2> 5127 T2933 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
[junit4:junit4]   2> 5133 T2933 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
[junit4:junit4]   2> 5139 T2933 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
[junit4:junit4]   2> 5141 T2933 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
[junit4:junit4]   2> 5143 T2933 oasc.SolrCore.<init> [collection1] Opening new SolrCore at /Users/jenkins/jenkins-slave/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.ChaosMonkeySafeLeaderTest-jetty1-1360511534409/collection1/, dataDir=./org.apache.solr.cloud.ChaosMonkeySafeLeaderTest-1360511530364/jetty1/
[junit4:junit4]   2> 5143 T2933 oasc.JmxMonitoredMap.<init> JMX monitoring is enabled. Adding Solr mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@5f4badea
[junit4:junit4]   2> 5144 T2933 oasc.SolrCore.initDirectoryFactory solr.StandardDirectoryFactory
[junit4:junit4]   2> 5145 T2933 oasc.CachingDirectoryFactory.get return new directory for /Users/jenkins/jenkins-slave/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.ChaosMonkeySafeLeaderTest-1360511530364/jetty1 forceNew:false
[junit4:junit4]   2> 5146 T2933 oasc.CachingDirectoryFactory.close Releasing directory:/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.ChaosMonkeySafeLeaderTest-1360511530364/jetty1
[junit4:junit4]   2> 5146 T2933 oasc.SolrCore.getNewIndexDir New index directory detected: old=null new=./org.apache.solr.cloud.ChaosMonkeySafeLeaderTest-1360511530364/jetty1/index/
[junit4:junit4]   2> 5147 T2933 oasc.SolrCore.initIndex WARNING [collection1] Solr index directory './org.apache.solr.cloud.ChaosMonkeySafeLeaderTest-1360511530364/jetty1/index' doesn't exist. Creating new index...
[junit4:junit4]   2> 5148 T2933 oasc.CachingDirectoryFactory.get return new directory for /Users/jenkins/jenkins-slave/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.ChaosMonkeySafeLeaderTest-1360511530364/jetty1/index forceNew:false
[junit4:junit4]   2> 5153 T2933 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits:num=1
[junit4:junit4]   2> 		commit{dir=RateLimitedDirectoryWrapper(org.apache.lucene.store.NIOFSDirectory@/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-core/test/J0/org.apache.solr.cloud.ChaosMonkeySafeLeaderTest-1360511530364/jetty1/index lockFactory=org.apache.lucene.store.NativeFSLockFactory@5a4dcc30),segFN=segments_1,generation=1,filenames=[segments_1]
[junit4:junit4]   2> 5153 T2933 oasc.SolrDeletionPolicy.updateCommits newest commit = 1[segments_1]
[junit4:junit4]   2> 5154 T2933 oasc.CachingDirectoryFactory.close Releasing directory:/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.ChaosMonkeySafeLeaderTest-1360511530364/jetty1/index
[junit4:junit4]   2> 5155 T2933 oasc.SolrCore.initWriters created xml: solr.XMLResponseWriter
[junit4:junit4]   2> 5157 T2933 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe"
[junit4:junit4]   2> 5158 T2933 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe-allfields"
[junit4:junit4]   2> 5159 T2933 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "stored_sig"
[junit4:junit4]   2> 5159 T2933 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "uniq-fields"
[junit4:junit4]   2> 5160 T2933 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "distrib-dup-test-chain-implicit"
[junit4:junit4]   2> 5161 T2933 oasc.RequestHandlers.initHandlersFromConfig adding lazy requestHandler: solr.ReplicationHandler
[junit4:junit4]   2> 5161 T2933 oasc.RequestHandlers.initHandlersFromConfig created /replication: solr.ReplicationHandler
[junit4:junit4]   2> 5162 T2933 oasc.RequestHandlers.initHandlersFromConfig created standard: solr.StandardRequestHandler
[junit4:junit4]   2> 5163 T2933 oasc.RequestHandlers.initHandlersFromConfig created /get: solr.RealTimeGetHandler
[junit4:junit4]   2> 5163 T2933 oasc.RequestHandlers.initHandlersFromConfig created dismax: solr.SearchHandler
[junit4:junit4]   2> 5164 T2933 oasc.RequestHandlers.initHandlersFromConfig created mock: org.apache.solr.core.MockQuerySenderListenerReqHandler
[junit4:junit4]   2> 5165 T2933 oasc.RequestHandlers.initHandlersFromConfig created /admin/: org.apache.solr.handler.admin.AdminHandlers
[junit4:junit4]   2> 5165 T2933 oasc.RequestHandlers.initHandlersFromConfig created defaults: solr.StandardRequestHandler
[junit4:junit4]   2> 5166 T2933 oasc.RequestHandlers.initHandlersFromConfig adding lazy requestHandler: solr.StandardRequestHandler
[junit4:junit4]   2> 5166 T2933 oasc.RequestHandlers.initHandlersFromConfig created lazy: solr.StandardRequestHandler
[junit4:junit4]   2> 5167 T2933 oasc.RequestHandlers.initHandlersFromConfig created /update: solr.UpdateRequestHandler
[junit4:junit4]   2> 5168 T2933 oasc.RequestHandlers.initHandlersFromConfig created /terms: org.apache.solr.handler.component.SearchHandler
[junit4:junit4]   2> 5168 T2933 oasc.RequestHandlers.initHandlersFromConfig created spellCheckCompRH: org.apache.solr.handler.component.SearchHandler
[junit4:junit4]   2> 5169 T2933 oasc.RequestHandlers.initHandlersFromConfig created spellCheckCompRH_Direct: org.apache.solr.handler.component.SearchHandler
[junit4:junit4]   2> 5171 T2933 oasc.RequestHandlers.initHandlersFromConfig created spellCheckWithWordbreak: org.apache.solr.handler.component.SearchHandler
[junit4:junit4]   2> 5171 T2933 oasc.RequestHandlers.initHandlersFromConfig created spellCheckWithWordbreak_Direct: org.apache.solr.handler.component.SearchHandler
[junit4:junit4]   2> 5172 T2933 oasc.RequestHandlers.initHandlersFromConfig created spellCheckCompRH1: org.apache.solr.handler.component.SearchHandler
[junit4:junit4]   2> 5173 T2933 oasc.RequestHandlers.initHandlersFromConfig created mltrh: org.apache.solr.handler.component.SearchHandler
[junit4:junit4]   2> 5173 T2933 oasc.RequestHandlers.initHandlersFromConfig created tvrh: org.apache.solr.handler.component.SearchHandler
[junit4:junit4]   2> 5174 T2933 oasc.RequestHandlers.initHandlersFromConfig created /mlt: solr.MoreLikeThisHandler
[junit4:junit4]   2> 5175 T2933 oasc.RequestHandlers.initHandlersFromConfig created /debug/dump: solr.DumpRequestHandler
[junit4:junit4]   2> 5183 T2933 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
[junit4:junit4]   2> 5187 T2933 oasc.SolrCore.initDeprecatedSupport WARNING solrconfig.xml uses deprecated <admin/gettableFiles>, Please update your config to use the ShowFileRequestHandler.
[junit4:junit4]   2> 5189 T2933 oasc.SolrCore.initDeprecatedSupport WARNING adding ShowFileRequestHandler with hidden files: [SCHEMA.XML, OLD_SYNONYMS.TXT, STOPWORDS.TXT, PROTWORDS.TXT, OPEN-EXCHANGE-RATES.JSON, SYNONYMS.TXT, CURRENCY.XML, MAPPING-ISOLATIN1ACCENT.TXT]
[junit4:junit4]   2> 5192 T2933 oasc.CachingDirectoryFactory.close Releasing directory:/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.ChaosMonkeySafeLeaderTest-1360511530364/jetty1
[junit4:junit4]   2> 5194 T2933 oass.SolrIndexSearcher.<init> Opening Searcher@2ba68ea6 main
[junit4:junit4]   2> 5195 T2933 oasu.CommitTracker.<init> Hard AutoCommit: disabled
[junit4:junit4]   2> 5195 T2933 oasu.CommitTracker.<init> Soft AutoCommit: disabled
[junit4:junit4]   2> 5196 T2933 oashc.SpellCheckComponent.inform Initializing spell checkers
[junit4:junit4]   2> 5203 T2933 oass.DirectSolrSpellChecker.init init: {name=direct,classname=DirectSolrSpellChecker,field=lowerfilt,minQueryLength=3}
[junit4:junit4]   2> 5247 T2934 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@2ba68ea6 main{StandardDirectoryReader(segments_1:1)}
[junit4:junit4]   2> 5252 T2933 oasc.ZkController.publish publishing core=collection1 state=down
[junit4:junit4]   2> 5252 T2933 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
[junit4:junit4]   2> 5494 T2914 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 5495 T2914 oasc.Overseer$ClusterStateUpdater.updateState Update state numShards=1 message={
[junit4:junit4]   2> 	  "operation":"state",
[junit4:junit4]   2> 	  "numShards":"1",
[junit4:junit4]   2> 	  "shard":"shard1",
[junit4:junit4]   2> 	  "roles":null,
[junit4:junit4]   2> 	  "state":"active",
[junit4:junit4]   2> 	  "core":"collection1",
[junit4:junit4]   2> 	  "collection":"control_collection",
[junit4:junit4]   2> 	  "node_name":"127.0.0.1:52410_",
[junit4:junit4]   2> 	  "base_url":"http://127.0.0.1:52410"}
[junit4:junit4]   2> 5501 T2914 oasc.Overseer$ClusterStateUpdater.updateState Update state numShards=3 message={
[junit4:junit4]   2> 	  "operation":"state",
[junit4:junit4]   2> 	  "numShards":"3",
[junit4:junit4]   2> 	  "shard":null,
[junit4:junit4]   2> 	  "roles":null,
[junit4:junit4]   2> 	  "state":"down",
[junit4:junit4]   2> 	  "core":"collection1",
[junit4:junit4]   2> 	  "collection":"collection1",
[junit4:junit4]   2> 	  "node_name":"127.0.0.1:52414_",
[junit4:junit4]   2> 	  "base_url":"http://127.0.0.1:52414"}
[junit4:junit4]   2> 5501 T2914 oasc.Overseer$ClusterStateUpdater.createCollection Create collection collection1 with numShards 3
[junit4:junit4]   2> 5502 T2914 oasc.Overseer$ClusterStateUpdater.updateState Assigning new node to shard shard=shard1
[junit4:junit4]   2> 5508 T2913 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 2)
[junit4:junit4]   2> 5508 T2932 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 2)
[junit4:junit4]   2> 5509 T2919 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 2)
[junit4:junit4]   2> 6255 T2933 oasc.CoreContainer.registerCore registering core: collection1
[junit4:junit4]   2> 6256 T2933 oasc.ZkController.register Register replica - core:collection1 address:http://127.0.0.1:52414 collection:collection1 shard:shard1
[junit4:junit4]   2> 6257 T2933 oascc.SolrZkClient.makePath makePath: /collections/collection1/leader_elect/shard1/election
[junit4:junit4]   2> 6267 T2896 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13cc4ce75820006 type:delete cxid:0x45 zxid:0x5a txntype:-1 reqpath:n/a Error Path:/solr/collections/collection1/leaders Error:KeeperErrorCode = NoNode for /solr/collections/collection1/leaders
[junit4:junit4]   2> 6268 T2933 oasc.ShardLeaderElectionContext.runLeaderProcess Running the leader process.
[junit4:junit4]   2> 6270 T2896 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13cc4ce75820006 type:create cxid:0x46 zxid:0x5b txntype:-1 reqpath:n/a Error Path:/solr/overseer Error:KeeperErrorCode = NodeExists for /solr/overseer
[junit4:junit4]   2> 6273 T2933 oasc.ShardLeaderElectionContext.waitForReplicasToComeUp Enough replicas found to continue.
[junit4:junit4]   2> 6273 T2933 oasc.ShardLeaderElectionContext.runLeaderProcess I may be the new leader - try and sync
[junit4:junit4]   2> 6273 T2933 oasc.SyncStrategy.sync Sync replicas to http://127.0.0.1:52414/collection1/
[junit4:junit4]   2> 6274 T2933 oasc.SyncStrategy.syncReplicas Sync Success - now sync replicas to me
[junit4:junit4]   2> 6274 T2933 oasc.SyncStrategy.syncToMe http://127.0.0.1:52414/collection1/ has no replicas
[junit4:junit4]   2> 6274 T2933 oasc.ShardLeaderElectionContext.runLeaderProcess I am the new leader: http://127.0.0.1:52414/collection1/
[junit4:junit4]   2> 6274 T2933 oascc.SolrZkClient.makePath makePath: /collections/collection1/leaders/shard1
[junit4:junit4]   2> 6281 T2896 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13cc4ce75820006 type:create cxid:0x50 zxid:0x5f txntype:-1 reqpath:n/a Error Path:/solr/overseer Error:KeeperErrorCode = NodeExists for /solr/overseer
[junit4:junit4]   2> 7019 T2914 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 7030 T2919 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 2)
[junit4:junit4]   2> 7030 T2932 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 2)
[junit4:junit4]   2> 7030 T2913 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 2)
[junit4:junit4]   2> 7073 T2933 oasc.ZkController.register We are http://127.0.0.1:52414/collection1/ and leader is http://127.0.0.1:52414/collection1/
[junit4:junit4]   2> 7074 T2933 oasc.ZkController.register No LogReplay needed for core=collection1 baseURL=http://127.0.0.1:52414
[junit4:junit4]   2> 7074 T2933 oasc.ZkController.checkRecovery I am the leader, no recovery necessary
[junit4:junit4]   2> 7074 T2933 oasc.ZkController.publish publishing core=collection1 state=active
[junit4:junit4]   2> 7075 T2933 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
[junit4:junit4]   2> 7077 T2933 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 7078 T2891 oass.SolrDispatchFilter.init user.dir=/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-core/test/J0
[junit4:junit4]   2> 7079 T2891 oass.SolrDispatchFilter.init SolrDispatchFilter.init() done
[junit4:junit4]   2> 7080 T2891 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=128&maxConnectionsPerHost=32&followRedirects=false
[junit4:junit4]   2> 7268 T2891 oejs.Server.doStart jetty-8.1.8.v20121106
[junit4:junit4]   2> 7274 T2891 oejs.AbstractConnector.doStart Started SelectChannelConnector@127.0.0.1:52417
[junit4:junit4]   2> 7275 T2891 oass.SolrDispatchFilter.init SolrDispatchFilter.init()
[junit4:junit4]   2> 7275 T2891 oasc.SolrResourceLoader.locateSolrHome JNDI not configured for solr (NoInitialContextEx)
[junit4:junit4]   2> 7276 T2891 oasc.SolrResourceLoader.locateSolrHome using system property solr.solr.home: /Users/jenkins/jenkins-slave/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.ChaosMonkeySafeLeaderTest-jetty2-1360511537444
[junit4:junit4]   2> 7277 T2891 oasc.CoreContainer$Initializer.initialize looking for solr.xml: /Users/jenkins/jenkins-slave/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.ChaosMonkeySafeLeaderTest-jetty2-1360511537444/solr.xml
[junit4:junit4]   2> 7277 T2891 oasc.CoreContainer.<init> New CoreContainer 311074032
[junit4:junit4]   2> 7278 T2891 oasc.CoreContainer.load Loading CoreContainer using Solr Home: '/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.ChaosMonkeySafeLeaderTest-jetty2-1360511537444/'
[junit4:junit4]   2> 7279 T2891 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.ChaosMonkeySafeLeaderTest-jetty2-1360511537444/'
[junit4:junit4]   2> 7324 T2891 oashc.HttpShardHandlerFactory.getParameter Setting socketTimeout to: 60000
[junit4:junit4]   2> 7325 T2891 oashc.HttpShardHandlerFactory.getParameter Setting urlScheme to: http://
[junit4:junit4]   2> 7325 T2891 oashc.HttpShardHandlerFactory.getParameter Setting connTimeout to: 15000
[junit4:junit4]   2> 7326 T2891 oashc.HttpShardHandlerFactory.getParameter Setting maxConnectionsPerHost to: 20
[junit4:junit4]   2> 7327 T2891 oashc.HttpShardHandlerFactory.getParameter Setting corePoolSize to: 0
[junit4:junit4]   2> 7327 T2891 oashc.HttpShardHandlerFactory.getParameter Setting maximumPoolSize to: 2147483647
[junit4:junit4]   2> 7328 T2891 oashc.HttpShardHandlerFactory.getParameter Setting maxThreadIdleTime to: 5
[junit4:junit4]   2> 7329 T2891 oashc.HttpShardHandlerFactory.getParameter Setting sizeOfQueue to: -1
[junit4:junit4]   2> 7329 T2891 oashc.HttpShardHandlerFactory.getParameter Setting fairnessPolicy to: false
[junit4:junit4]   2> 7330 T2891 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnectionsPerHost=20&maxConnections=10000&socketTimeout=60000&connTimeout=15000&retry=false
[junit4:junit4]   2> 7344 T2891 oasc.CoreContainer.load Registering Log Listener
[junit4:junit4]   2> 7366 T2891 oasc.CoreContainer.initZooKeeper Zookeeper client=127.0.0.1:52407/solr
[junit4:junit4]   2> 7367 T2891 oasc.ZkController.checkChrootPath zkHost includes chroot
[junit4:junit4]   2> 7368 T2891 oaz.ZooKeeper.<init> Initiating client connection, connectString=127.0.0.1:52407 sessionTimeout=60000 watcher=org.apache.solr.common.cloud.ConnectionManager@6971e641
[junit4:junit4]   2> 7369 T2891 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
[junit4:junit4]   2> 7370 T2944 oaz.ClientCnxn$SendThread.logStartConnect Opening socket connection to server localhost/127.0.0.1:52407. Will not attempt to authenticate using SASL (access denied ("javax.security.auth.AuthPermission" "getLoginConfiguration"))
[junit4:junit4]   2> 7372 T2944 oaz.ClientCnxn$SendThread.primeConnection Socket connection established to localhost/127.0.0.1:52407, initiating session
[junit4:junit4]   2> 7372 T2893 oazs.NIOServerCnxnFactory.run Accepted socket connection from /127.0.0.1:52418
[junit4:junit4]   2> 7373 T2893 oazs.ZooKeeperServer.processConnectRequest Client attempting to establish new session at /127.0.0.1:52418
[junit4:junit4]   2> 7374 T2895 oazs.ZooKeeperServer.finishSessionInit Established session 0x13cc4ce75820007 with negotiated timeout 20000 for client /127.0.0.1:52418
[junit4:junit4]   2> 7375 T2944 oaz.ClientCnxn$SendThread.onConnected Session establishment complete on server localhost/127.0.0.1:52407, sessionid = 0x13cc4ce75820007, negotiated timeout = 20000
[junit4:junit4]   2> 7376 T2945 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@6971e641 name:ZooKeeperConnection Watcher:127.0.0.1:52407 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
[junit4:junit4]   2> 7377 T2891 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
[junit4:junit4]   2> 7379 T2896 oazs.PrepRequestProcessor.pRequest2Txn Processed session termination for sessionid: 0x13cc4ce75820007
[junit4:junit4]   2> 7380 T2893 oazs.NIOServerCnxn.closeSock Closed socket connection for client /127.0.0.1:52418 which had sessionid 0x13cc4ce75820007
[junit4:junit4]   2> 7381 T2945 oaz.ClientCnxn$EventThread.run EventThread shut down
[junit4:junit4]   2> 7381 T2891 oaz.ZooKeeper.close Session: 0x13cc4ce75820007 closed
[junit4:junit4]   2> 7382 T2891 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=500&maxConnectionsPerHost=16&socketTimeout=60000&connTimeout=15000
[junit4:junit4]   2> 7387 T2891 oaz.ZooKeeper.<init> Initiating client connection, connectString=127.0.0.1:52407/solr sessionTimeout=30000 watcher=org.apache.solr.common.cloud.ConnectionManager@1f5d8605
[junit4:junit4]   2> 7389 T2891 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
[junit4:junit4]   2> 7390 T2946 oaz.ClientCnxn$SendThread.logStartConnect Opening socket connection to server localhost/127.0.0.1:52407. Will not attempt to authenticate using SASL (access denied ("javax.security.auth.AuthPermission" "getLoginConfiguration"))
[junit4:junit4]   2> 7391 T2946 oaz.ClientCnxn$SendThread.primeConnection Socket connection established to localhost/127.0.0.1:52407, initiating session
[junit4:junit4]   2> 7392 T2893 oazs.NIOServerCnxnFactory.run Accepted socket connection from /127.0.0.1:52419
[junit4:junit4]   2> 7393 T2893 oazs.ZooKeeperServer.processConnectRequest Client attempting to establish new session at /127.0.0.1:52419
[junit4:junit4]   2> 7394 T2895 oazs.ZooKeeperServer.finishSessionInit Established session 0x13cc4ce75820008 with negotiated timeout 20000 for client /127.0.0.1:52419
[junit4:junit4]   2> 7394 T2946 oaz.ClientCnxn$SendThread.onConnected Session establishment complete on server localhost/127.0.0.1:52407, sessionid = 0x13cc4ce75820008, negotiated timeout = 20000
[junit4:junit4]   2> 7395 T2947 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@1f5d8605 name:ZooKeeperConnection Watcher:127.0.0.1:52407/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
[junit4:junit4]   2> 7395 T2891 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
[junit4:junit4]   2> 7397 T2896 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13cc4ce75820008 type:create cxid:0x1 zxid:0x6c txntype:-1 reqpath:n/a Error Path:/solr/overseer Error:KeeperErrorCode = NodeExists for /solr/overseer
[junit4:junit4]   2> 7399 T2896 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13cc4ce75820008 type:create cxid:0x2 zxid:0x6d txntype:-1 reqpath:n/a Error Path:/solr/overseer Error:KeeperErrorCode = NodeExists for /solr/overseer
[junit4:junit4]   2> 7402 T2891 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
[junit4:junit4]   2> 7406 T2891 oasc.ZkController.createEphemeralLiveNode Register node as live in ZooKeeper:/live_nodes/127.0.0.1:52417_
[junit4:junit4]   2> 7408 T2896 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13cc4ce75820008 type:delete cxid:0x9 zxid:0x6e txntype:-1 reqpath:n/a Error Path:/solr/live_nodes/127.0.0.1:52417_ Error:KeeperErrorCode = NoNode for /solr/live_nodes/127.0.0.1:52417_
[junit4:junit4]   2> 7409 T2891 oascc.SolrZkClient.makePath makePath: /live_nodes/127.0.0.1:52417_
[junit4:junit4]   2> 7413 T2932 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeChildrenChanged path:/live_nodes, has occurred - updating... (live nodes size: 2)
[junit4:junit4]   2> 7413 T2913 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeChildrenChanged path:/live_nodes, has occurred - updating... (live nodes size: 2)
[junit4:junit4]   2> 7415 T2947 oascc.ZkStateReader$3.process Updating live nodes... (3)
[junit4:junit4]   2> 7415 T2919 oascc.ZkStateReader$3.process Updating live nodes... (3)
[junit4:junit4]   2> 7416 T2919 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeChildrenChanged path:/live_nodes, has occurred - updating... (live nodes size: 3)
[junit4:junit4]   2> 7418 T2932 oascc.ZkStateReader$3.process Updating live nodes... (3)
[junit4:junit4]   2> 7419 T2913 oascc.ZkStateReader$3.process Updating live nodes... (3)
[junit4:junit4]   2> 7430 T2948 oasc.CoreContainer.create Creating SolrCore 'collection1' using instanceDir: /Users/jenkins/jenkins-slave/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.ChaosMonkeySafeLeaderTest-jetty2-1360511537444/collection1
[junit4:junit4]   2> 7431 T2948 oasc.ZkController.createCollectionZkNode Check for collection zkNode:collection1
[junit4:junit4]   2> 7432 T2948 oasc.ZkController.createCollectionZkNode Collection zkNode exists
[junit4:junit4]   2> 7433 T2948 oasc.ZkController.readConfigName Load collection config from:/collections/collection1
[junit4:junit4]   2> 7435 T2948 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.ChaosMonkeySafeLeaderTest-jetty2-1360511537444/collection1/'
[junit4:junit4]   2> 7436 T2948 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-core/test/J0/org.apache.solr.cloud.ChaosMonkeySafeLeaderTest-jetty2-1360511537444/collection1/lib/classes/' to classloader
[junit4:junit4]   2> 7437 T2948 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-core/test/J0/org.apache.solr.cloud.ChaosMonkeySafeLeaderTest-jetty2-1360511537444/collection1/lib/README' to classloader
[junit4:junit4]   2> 7497 T2948 oasc.SolrConfig.<init> Using Lucene MatchVersion: LUCENE_42
[junit4:junit4]   2> 7571 T2948 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig.xml
[junit4:junit4]   2> 7573 T2948 oass.IndexSchema.readSchema Reading Solr Schema
[junit4:junit4]   2> 7580 T2948 oass.IndexSchema.readSchema Schema name=test
[junit4:junit4]   2> 8194 T2948 oass.OpenExchangeRatesOrgProvider.init Initialized with rates=open-exchange-rates.json, refreshInterval=1440.
[junit4:junit4]   2> 8203 T2948 oass.IndexSchema.readSchema default search field in schema is text
[junit4:junit4]   2> 8206 T2948 oass.IndexSchema.readSchema unique key field: id
[junit4:junit4]   2> 8226 T2948 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
[junit4:junit4]   2> 8232 T2948 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
[junit4:junit4]   2> 8238 T2948 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
[junit4:junit4]   2> 8239 T2948 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
[junit4:junit4]   2> 8241 T2948 oasc.SolrCore.<init> [collection1] Opening new SolrCore at /Users/jenkins/jenkins-slave/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.ChaosMonkeySafeLeaderTest-jetty2-1360511537444/collection1/, dataDir=./org.apache.solr.cloud.ChaosMonkeySafeLeaderTest-1360511530364/jetty2/
[junit4:junit4]   2> 8242 T2948 oasc.JmxMonitoredMap.<init> JMX monitoring is enabled. Adding Solr mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@5f4badea
[junit4:junit4]   2> 8242 T2948 oasc.SolrCore.initDirectoryFactory solr.StandardDirectoryFactory
[junit4:junit4]   2> 8243 T2948 oasc.CachingDirectoryFactory.get return new directory for /Users/jenkins/jenkins-slave/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.ChaosMonkeySafeLeaderTest-1360511530364/jetty2 forceNew:false
[junit4:junit4]   2> 8244 T2948 oasc.CachingDirectoryFactory.close Releasing directory:/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.ChaosMonkeySafeLeaderTest-1360511530364/jetty2
[junit4:junit4]   2> 8244 T2948 oasc.SolrCore.getNewIndexDir New index directory detected: old=null new=./org.apache.solr.cloud.ChaosMonkeySafeLeaderTest-1360511530364/jetty2/index/
[junit4:junit4]   2> 8245 T2948 oasc.SolrCore.initIndex WARNING [collection1] Solr index directory './org.apache.solr.cloud.ChaosMonkeySafeLeaderTest-1360511530364/jetty2/index' doesn't exist. Creating new index...
[junit4:junit4]   2> 8246 T2948 oasc.CachingDirectoryFactory.get return new directory for /Users/jenkins/jenkins-slave/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.ChaosMonkeySafeLeaderTest-1360511530364/jetty2/index forceNew:false
[junit4:junit4]   2> 8250 T2948 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits:num=1
[junit4:junit4]   2> 		commit{dir=RateLimitedDirectoryWrapper(org.apache.lucene.store.NIOFSDirectory@/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-core/test/J0/org.apache.solr.cloud.ChaosMonkeySafeLeaderTest-1360511530364/jetty2/index lockFactory=org.apache.lucene.store.NativeFSLockFactory@4f6b734e),segFN=segments_1,generation=1,filenames=[segments_1]
[junit4:junit4]   2> 8250 T2948 oasc.SolrDeletionPolicy.updateCommits newest commit = 1[segments_1]
[junit4:junit4]   2> 8251 T2948 oasc.CachingDirectoryFactory.close Releasing directory:/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.ChaosMonkeySafeLeaderTest-1360511530364/jetty2/index
[junit4:junit4]   2> 8252 T2948 oasc.SolrCore.initWriters created xml: solr.XMLResponseWriter
[junit4:junit4]   2> 8254 T2948 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe"
[junit4:junit4]   2> 8255 T2948 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe-allfields"
[junit4:junit4]   2> 8256 T2948 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "stored_sig"
[junit4:junit4]   2> 8256 T2948 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "uniq-fields"
[junit4:junit4]   2> 8257 T2948 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "distrib-dup-test-chain-implicit"
[junit4:junit4]   2> 8257 T2948 oasc.RequestHandlers.initHandlersFromConfig adding lazy requestHandler: solr.ReplicationHandler
[junit4:junit4]   2> 8258 T2948 oasc.RequestHandlers.initHandlersFromConfig created /replication: solr.ReplicationHandler
[junit4:junit4]   2> 8258 T2948 oasc.RequestHandlers.initHandlersFromConfig created standard: solr.StandardRequestHandler
[junit4:junit4]   2> 8259 T2948 oasc.RequestHandlers.initHandlersFromConfig created /get: solr.RealTimeGetHandler
[junit4:junit4]   2> 8260 T2948 oasc.RequestHandlers.initHandlersFromConfig created dismax: solr.SearchHandler
[junit4:junit4]   2> 8261 T2948 oasc.RequestHandlers.initHandlersFromConfig created mock: org.apache.solr.core.MockQuerySenderListenerReqHandler
[junit4:junit4]   2> 8261 T2948 oasc.RequestHandlers.initHandlersFromConfig created /admin/: org.apache.solr.handler.admin.AdminHandlers
[junit4:junit4]   2> 8262 T2948 oasc.RequestHandlers.initHandlersFromConfig created defaults: solr.StandardRequestHandler
[junit4:junit4]   2> 8262 T2948 oasc.RequestHandlers.initHandlersFromConfig adding lazy requestHandler: solr.StandardRequestHandler
[junit4:junit4]   2> 8263 T2948 oasc.RequestHandlers.initHandlersFromConfig created lazy: solr.StandardRequestHandler
[junit4:junit4]   2> 8263 T2948 oasc.RequestHandlers.initHandlersFromConfig created /update: solr.UpdateRequestHandler
[junit4:junit4]   2> 8264 T2948 oasc.RequestHandlers.initHandlersFromConfig created /terms: org.apache.solr.handler.component.SearchHandler
[junit4:junit4]   2> 8265 T2948 oasc.RequestHandlers.initHandlersFromConfig created spellCheckCompRH: org.apache.solr.handler.component.SearchHandler
[junit4:junit4]   2> 8266 T2948 oasc.RequestHandlers.initHandlersFromConfig created spellCheckCompRH_Direct: org.apache.solr.handler.component.SearchHandler
[junit4:junit4]   2> 8266 T2948 oasc.RequestHandlers.initHandlersFromConfig created spellCheckWithWordbreak: org.apache.solr.handler.component.SearchHandler
[junit4:junit4]   2> 8267 T2948 oasc.RequestHandlers.initHandlersFromConfig created spellCheckWithWordbreak_Direct: org.apache.solr.handler.component.SearchHandler
[junit4:junit4]   2> 8268 T2948 oasc.RequestHandlers.initHandlersFromConfig created spellCheckCompRH1: org.apache.solr.handler.component.SearchHandler
[junit4:junit4]   2> 8268 T2948 oasc.RequestHandlers.initHandlersFromConfig created mltrh: org.apache.solr.handler.component.SearchHandler
[junit4:junit4]   2> 8269 T2948 oasc.RequestHandlers.initHandlersFromConfig created tvrh: org.apache.solr.handler.component.SearchHandler
[junit4:junit4]   2> 8269 T2948 oasc.RequestHandlers.initHandlersFromConfig created /mlt: solr.MoreLikeThisHandler
[junit4:junit4]   2> 8270 T2948 oasc.RequestHandlers.initHandlersFromConfig created /debug/dump: solr.DumpRequestHandler
[junit4:junit4]   2> 8278 T2948 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
[junit4:junit4]   2> 8281 T2948 oasc.SolrCore.initDeprecatedSupport WARNING solrconfig.xml uses deprecated <admin/gettableFiles>, Please update your config to use the ShowFileRequestHandler.
[junit4:junit4]   2> 8283 T2948 oasc.SolrCore.initDeprecatedSupport WARNING adding ShowFileRequestHandler with hidden files: [SCHEMA.XML, OLD_SYNONYMS.TXT, STOPWORDS.TXT, PROTWORDS.TXT, OPEN-EXCHANGE-RATES.JSON, SYNONYMS.TXT, CURRENCY.XML, MAPPING-ISOLATIN1ACCENT.TXT]
[junit4:junit4]   2> 8286 T2948 oasc.CachingDirectoryFactory.close Releasing directory:/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.ChaosMonkeySafeLeaderTest-1360511530364/jetty2
[junit4:junit4]   2> 8287 T2948 oass.SolrIndexSearcher.<init> Opening Searcher@7357472e main
[junit4:junit4]   2> 8288 T2948 oasu.CommitTracker.<init> Hard AutoCommit: disabled
[junit4:junit4]   2> 8289 T2948 oasu.CommitTracker.<init> Soft AutoCommit: disabled
[junit4:junit4]   2> 8289 T2948 oashc.SpellCheckComponent.inform Initializing spell checkers
[junit4:junit4]   2> 8295 T2948 oass.DirectSolrSpellChecker.init init: {name=direct,classname=DirectSolrSpellChecker,field=lowerfilt,minQueryLength=3}
[junit4:junit4]   2> 8329 T2949 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@7357472e main{StandardDirectoryReader(segments_1:1)}
[junit4:junit4]   2> 8336 T2948 oasc.ZkController.publish publishing core=collection1 state=down
[junit4:junit4]   2> 8336 T2948 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
[junit4:junit4]   2> 8540 T2914 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 8541 T2914 oasc.Overseer$ClusterStateUpdater.updateState Update state numShards=3 message={
[junit4:junit4]   2> 	  "operation":"state",
[junit4:junit4]   2> 	  "numShards":"3",
[junit4:junit4]   2> 	  "shard":"shard1",
[junit4:junit4]   2> 	  "roles":null,
[junit4:junit4]   2> 	  "state":"active",
[junit4:junit4]   2> 	  "core":"collection1",
[junit4:junit4]   2> 	  "collection":"collection1",
[junit4:junit4]   2> 	  "node_name":"127.0.0.1:52414_",
[junit4:junit4]   2> 	  "base_url":"http://127.0.0.1:52414"}
[junit4:junit4]   2> 8547 T2914 oasc.Overseer$ClusterStateUpdater.updateState Update state numShards=3 message={
[junit4:junit4]   2> 	  "operation":"state",
[junit4:junit4]   2> 	  "numShards":"3",
[junit4:junit4]   2> 	  "shard":null,
[junit4:junit4]   2> 	  "roles":null,
[junit4:junit4]   2> 	  "state":"down",
[junit4:junit4]   2> 	  "core":"collection1",
[junit4:junit4]   2> 	  "collection":"collection1",
[junit4:junit4]   2> 	  "node_name":"127.0.0.1:52417_",
[junit4:junit4]   2> 	  "base_url":"http://127.0.0.1:52417"}
[junit4:junit4]   2> 8547 T2914 oasc.Overseer$ClusterStateUpdater.updateState Collection already exists with numShards=3
[junit4:junit4]   2> 8547 T2914 oasc.Overseer$ClusterStateUpdater.updateState Assigning new node to shard shard=shard2
[junit4:junit4]   2> 8553 T2932 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 3)
[junit4:junit4]   2> 8553 T2913 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 3)
[junit4:junit4]   2> 8554 T2919 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 3)
[junit4:junit4]   2> 8553 T2947 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 3)
[junit4:junit4]   2> 9339 T2948 oasc.CoreContainer.registerCore registering core: collection1
[junit4:junit4]   2> 9340 T2948 oasc.ZkController.register Register replica - core:collection1 address:http://127.0.0.1:52417 collection:collection1 shard:shard2
[junit4:junit4]   2> 9341 T2948 oascc.SolrZkClient.makePath makePath: /collections/collection1/leader_elect/shard2/election
[junit4:junit4]   2> 9351 T2896 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13cc4ce75820008 type:delete cxid:0x44 zxid:0x7c txntype:-1 reqpath:n/a Error Path:/solr/collections/collection1/leaders/shard2 Error:KeeperErrorCode = NoNode for /solr/collections/collection1/leaders/shard2
[junit4:junit4]   2> 9352 T2948 oasc.ShardLeaderElectionContext.runLeaderProcess Running the leader process.
[junit4:junit4]   2> 9353 T2896 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13cc4ce75820008 type:create cxid:0x45 zxid:0x7d txntype:-1 reqpath:n/a Error Path:/solr/overseer Error:KeeperErrorCode = NodeExists for /solr/overseer
[junit4:junit4]   2> 9355 T2948 oasc.ShardLeaderElectionContext.waitForReplicasToComeUp Enough replicas found to continue.
[junit4:junit4]   2> 9356 T2948 oasc.ShardLeaderElectionContext.runLeaderProcess I may be the new leader - try and sync
[junit4:junit4]   2> 9356 T2948 oasc.SyncStrategy.sync Sync replicas to http://127.0.0.1:52417/collection1/
[junit4:junit4]   2> 9357 T2948 oasc.SyncStrategy.syncReplicas Sync Success - now sync replicas to me
[junit4:junit4]   2> 9357 T2948 oasc.SyncStrategy.syncToMe http://127.0.0.1:52417/collection1/ has no replicas
[junit4:junit4]   2> 9357 T2948 oasc.ShardLeaderElectionContext.runLeaderProcess I am the new leader: http://127.0.0.1:52417/collection1/
[junit4:junit4]   2> 9357 T2948 oascc.SolrZkClient.makePath makePath: /collections/collection1/leaders/shard2
[junit4:junit4]   2> 9362 T2896 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13cc4ce75820008 type:create cxid:0x4e zxid:0x80 txntype:-1 reqpath:n/a Error Path:/solr/overseer Error:KeeperErrorCode = NodeExists for /solr/overseer
[junit4:junit4]   2> 10066 T2914 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 10078 T2913 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 3)
[junit4:junit4]   2> 10078 T2932 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 3)
[junit4:junit4]   2> 10078 T2947 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 3)
[junit4:junit4]   2> 10078 T2919 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 3)
[junit4:junit4]   2> 10133 T2948 oasc.ZkController.register We are http://127.0.0.1:52417/collection1/ and leader is http://127.0.0.1:52417/collection1/
[junit4:junit4]   2> 10133 T2948 oasc.ZkController.register No LogReplay needed for core=collection1 baseURL=http://127.0.0.1:52417
[junit4:junit4]   2> 10133 T2948 oasc.ZkController.checkRecovery I am the leader, no recovery necessary
[junit4:junit4]   2> 10134 T2948 oasc.ZkController.publish publishing core=collection1 state=active
[junit4:junit4]   2> 10134 T2948 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
[junit4:junit4]   2> 10137 T2948 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 10139 T2891 oass.SolrDispatchFilter.init user.dir=/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-core/test/J0
[junit4:junit4]   2> 10139 T2891 oass.SolrDispatchFilter.init SolrDispatchFilter.init() done
[junit4:junit4]   2> 10140 T2891 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=128&maxConnectionsPerHost=32&followRedirects=false
[junit4:junit4]   2> 10336 T2891 oejs.Server.doStart jetty-8.1.8.v20121106
[junit4:junit4]   2> 10341 T2891 oejs.AbstractConnector.doStart Started SelectChannelConnector@127.0.0.1:52420
[junit4:junit4]   2> 10342 T2891 oass.SolrDispatchFilter.init SolrDispatchFilter.init()
[junit4:junit4]   2> 10342 T2891 oasc.SolrResourceLoader.locateSolrHome JNDI not configured for solr (NoInitialContextEx)
[junit4:junit4]   2> 10343 T2891 oasc.SolrResourceLoader.locateSolrHome using system property solr.solr.home: /Users/jenkins/jenkins-slave/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.ChaosMonkeySafeLeaderTest-jetty3-1360511540504
[junit4:junit4]   2> 10344 T2891 oasc.CoreContainer$Initializer.initialize looking for solr.xml: /Users/jenkins/jenkins-slave/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.ChaosMonkeySafeLeaderTest-jetty3-1360511540504/solr.xml
[junit4:junit4]   2> 10344 T2891 oasc.CoreContainer.<init> New CoreContainer 1117705095
[junit4:junit4]   2> 10345 T2891 oasc.CoreContainer.load Loading CoreContainer using Solr Home: '/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.ChaosMonkeySafeLeaderTest-jetty3-1360511540504/'
[junit4:junit4]   2> 10345 T2891 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.ChaosMonkeySafeLeaderTest-jetty3-1360511540504/'
[junit4:junit4]   2> 10389 T2891 oashc.HttpShardHandlerFactory.getParameter Setting socketTimeout to: 60000
[junit4:junit4]   2> 10390 T2891 oashc.HttpShardHandlerFactory.getParameter Setting urlScheme to: http://
[junit4:junit4]   2> 10391 T2891 oashc.HttpShardHandlerFactory.getParameter Setting connTimeout to: 15000
[junit4:junit4]   2> 10392 T2891 oashc.HttpShardHandlerFactory.getParameter Setting maxConnectionsPerHost to: 20
[junit4:junit4]   2> 10392 T2891 oashc.HttpShardHandlerFactory.getParameter Setting corePoolSize to: 0
[junit4:junit4]   2> 10393 T2891 oashc.HttpShardHandlerFactory.getParameter Setting maximumPoolSize to: 2147483647
[junit4:junit4]   2> 10393 T2891 oashc.HttpShardHandlerFactory.getParameter Setting maxThreadIdleTime to: 5
[junit4:junit4]   2> 10394 T2891 oashc.HttpShardHandlerFactory.getParameter Setting sizeOfQueue to: -1
[junit4:junit4]   2> 10394 T2891 oashc.HttpShardHandlerFactory.getParameter Setting fairnessPolicy to: false
[junit4:junit4]   2> 10395 T2891 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnectionsPerHost=20&maxConnections=10000&socketTimeout=60000&connTimeout=15000&retry=false
[junit4:junit4]   2> 10408 T2891 oasc.CoreContainer.load Registering Log Listener
[junit4:junit4]   2> 10427 T2891 oasc.CoreContainer.initZooKeeper Zookeeper client=127.0.0.1:52407/solr
[junit4:junit4]   2> 10428 T2891 oasc.ZkController.checkChrootPath zkHost includes chroot
[junit4:junit4]   2> 10428 T2891 oaz.ZooKeeper.<init> Initiating client connection, connectString=127.0.0.1:52407 sessionTimeout=60000 watcher=org.apache.solr.common.cloud.ConnectionManager@79a89d84
[junit4:junit4]   2> 10430 T2891 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
[junit4:junit4]   2> 10432 T2959 oaz.ClientCnxn$SendThread.logStartConnect Opening socket connection to server localhost/127.0.0.1:52407. Will not attempt to authenticate using SASL (access denied ("javax.security.auth.AuthPermission" "getLoginConfiguration"))
[junit4:junit4]   2> 10433 T2959 oaz.ClientCnxn$SendThread.primeConnection Socket connection established to localhost/127.0.0.1:52407, initiating session
[junit4:junit4]   2> 10434 T2893 oazs.NIOServerCnxnFactory.run Accepted socket connection from /127.0.0.1:52421
[junit4:junit4]   2> 10434 T2893 oazs.ZooKeeperServer.processConnectRequest Client attempting to establish new session at /127.0.0.1:52421
[junit4:junit4]   2> 10436 T2895 oazs.ZooKeeperServer.finishSessionInit Established session 0x13cc4ce75820009 with negotiated timeout 20000 for client /127.0.0.1:52421
[junit4:junit4]   2> 10436 T2959 oaz.ClientCnxn$SendThread.onConnected Session establishment complete on server localhost/127.0.0.1:52407, sessionid = 0x13cc4ce75820009, negotiated timeout = 20000
[junit4:junit4]   2> 10437 T2960 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@79a89d84 name:ZooKeeperConnection Watcher:127.0.0.1:52407 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
[junit4:junit4]   2> 10437 T2891 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
[junit4:junit4]   2> 10439 T2896 oazs.PrepRequestProcessor.pRequest2Txn Processed session termination for sessionid: 0x13cc4ce75820009
[junit4:junit4]   2> 10440 T2893 oazs.NIOServerCnxn.closeSock Closed socket connection for client /127.0.0.1:52421 which had sessionid 0x13cc4ce75820009
[junit4:junit4]   2> 10440 T2891 oaz.ZooKeeper.close Session: 0x13cc4ce75820009 closed
[junit4:junit4]   2> 10441 T2891 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=500&maxConnectionsPerHost=16&socketTimeout=60000&connTimeout=15000
[junit4:junit4]   2> 10446 T2891 oaz.ZooKeeper.<init> Initiating client connection, connectString=127.0.0.1:52407/solr sessionTimeout=30000 watcher=org.apache.solr.common.cloud.ConnectionManager@55a3ecb0
[junit4:junit4]   2> 10448 T2960 oaz.ClientCnxn$EventThread.run EventThread shut down
[junit4:junit4]   2> 10449 T2961 oaz.ClientCnxn$SendThread.logStartConnect Opening socket connection to server localhost/127.0.0.1:52407. Will not attempt to authenticate using SASL (access denied ("javax.security.auth.AuthPermission" "getLoginConfiguration"))
[junit4:junit4]   2> 10450 T2961 oaz.ClientCnxn$SendThread.primeConnection Socket connection established to localhost/127.0.0.1:52407, initiating session
[junit4:junit4]   2> 10450 T2893 oazs.NIOServerCnxnFactory.run Accepted socket connection from /127.0.0.1:52422
[junit4:junit4]   2> 10451 T2893 oazs.ZooKeeperServer.processConnectRequest Client attempting to establish new session at /127.0.0.1:52422
[junit4:junit4]   2> 10452 T2895 oazs.ZooKeeperServer.finishSessionInit Established session 0x13cc4ce7582000a with negotiated timeout 20000 for client /127.0.0.1:52422
[junit4:junit4]   2> 10452 T2961 oaz.ClientCnxn$SendThread.onConnected Session establishment complete on server localhost/127.0.0.1:52407, sessionid = 0x13cc4ce7582000a, negotiated timeout = 20000
[junit4:junit4]   2> 10453 T2891 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
[junit4:junit4]   2> 10454 T2962 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@55a3ecb0 name:ZooKeeperConnection Watcher:127.0.0.1:52407/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
[junit4:junit4]   2> 10454 T2891 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
[junit4:junit4]   2> 10455 T2896 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13cc4ce7582000a type:create cxid:0x1 zxid:0x8d txntype:-1 reqpath:n/a Error Path:/solr/overseer Error:KeeperErrorCode = NodeExists for /solr/overseer
[junit4:junit4]   2> 10456 T2896 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13cc4ce7582000a type:create cxid:0x2 zxid:0x8e txntype:-1 reqpath:n/a Error Path:/solr/overseer Error:KeeperErrorCode = NodeExists for /solr/overseer
[junit4:junit4]   2> 10458 T2891 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
[junit4:junit4]   2> 10462 T2891 oasc.ZkController.createEphemeralLiveNode Register node as live in ZooKeeper:/live_nodes/127.0.0.1:52420_
[junit4:junit4]   2> 10463 T2896 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13cc4ce7582000a type:delete cxid:0x9 zxid:0x8f txntype:-1 reqpath:n/a Error Path:/solr/live_nodes/127.0.0.1:52420_ Error:KeeperErrorCode = NoNode for /solr/live_nodes/127.0.0.1:52420_
[junit4:junit4]   2> 10464 T2891 oascc.SolrZkClient.makePath makePath: /live_nodes/127.0.0.1:52420_
[junit4:junit4]   2> 10468 T2919 oascc.ZkStateReader$3.process Updating live nodes... (4)
[junit4:junit4]   2> 10468 T2919 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeChildrenChanged path:/live_nodes, has occurred - updating... (live nodes size: 4)
[junit4:junit4]   2> 10469 T2962 oascc.ZkStateReader$3.process Updating live nodes... (4)
[junit4:junit4]   2> 10470 T2913 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeChildrenChanged path:/live_nodes, has occurred - updating... (live nodes size: 3)
[junit4:junit4]   2> 10479 T2963 oasc.CoreContainer.create Creating SolrCore 'collection1' using instanceDir: /Users/jenkins/jenkins-slave/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.ChaosMonkeySafeLeaderTest-jetty3-1360511540504/collection1
[junit4:junit4]   2> 10480 T2963 oasc.ZkController.createCollectionZkNode Check for collection zkNode:collection1
[junit4:junit4]   2> 10481 T2932 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeChildrenChanged path:/live_nodes, has occurred - updating... (live nodes size: 3)
[junit4:junit4]   2> 10481 T2963 oasc.ZkController.createCollectionZkNode Collection zkNode exists
[junit4:junit4]   2> 10482 T2963 oasc.ZkController.readConfigName Load collection config from:/collections/collection1
[junit4:junit4]   2> 10483 T2947 oascc.ZkStateReader$3.process Updating live nodes... (4)
[junit4:junit4]   2> 10484 T2947 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeChildrenChanged path:/live_nodes, has occurred - updating... (live nodes size: 4)
[junit4:junit4]   2> 10486 T2963 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.ChaosMonkeySafeLeaderTest-jetty3-1360511540504/collection1/'
[junit4:junit4]   2> 10487 T2963 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-core/test/J0/org.apache.solr.cloud.ChaosMonkeySafeLeaderTest-jetty3-1360511540504/collection1/lib/classes/' to classloader
[junit4:junit4]   2> 10487 T2963 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-core/test/J0/org.apache.solr.cloud.ChaosMonkeySafeLeaderTest-jetty3-1360511540504/collection1/lib/README' to classloader
[junit4:junit4]   2> 10493 T2913 oascc.ZkStateReader$3.process Updating live nodes... (4)
[junit4:junit4]   2> 10495 T2932 oascc.ZkStateReader$3.process Updating live nodes... (4)
[junit4:junit4]   2> 10546 T2963 oasc.SolrConfig.<init> Using Lucene MatchVersion: LUCENE_42
[junit4:junit4]   2> 10613 T2963 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig.xml
[junit4:junit4]   2> 10615 T2963 oass.IndexSchema.readSchema Reading Solr Schema
[junit4:junit4]   2> 10622 T2963 oass.IndexSchema.readSchema Schema name=test
[junit4:junit4]   2> 11260 T2963 oass.OpenExchangeRatesOrgProvider.init Initialized with rates=open-exchange-rates.json, refreshInterval=1440.
[junit4:junit4]   2> 11267 T2963 oass.IndexSchema.readSchema default search field in schema is text
[junit4:junit4]   2> 11270 T2963 oass.IndexSchema.readSchema unique key field: id
[junit4:junit4]   2> 11292 T2963 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
[junit4:junit4]   2> 11299 T2963 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
[junit4:junit4]   2> 11306 T2963 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
[junit4:junit4]   2> 11308 T2963 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
[junit4:junit4]   2> 11310 T2963 oasc.SolrCore.<init> [collection1] Opening new SolrCore at /Users/jenkins/jenkins-slave/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.ChaosMonkeySafeLeaderTest-jetty3-1360511540504/collection1/, dataDir=./org.apache.solr.cloud.ChaosMonkeySafeLeaderTest-1360511530364/jetty3/
[junit4:junit4]   2> 11311 T2963 oasc.JmxMonitoredMap.<init> JMX monitoring is enabled. Adding Solr mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@5f4badea
[junit4:junit4]   2> 11312 T2963 oasc.SolrCore.initDirectoryFactory solr.StandardDirectoryFactory
[junit4:junit4]   2> 11313 T2963 oasc.CachingDirectoryFactory.get return new directory for /Users/jenkins/jenkins-slave/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.ChaosMonkeySafeLeaderTest-1360511530364/jetty3 forceNew:false
[junit4:junit4]   2> 11314 T2963 oasc.CachingDirectoryFactory.close Releasing directory:/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.ChaosMonkeySafeLeaderTest-1360511530364/jetty3
[junit4:junit4]   2> 11314 T2963 oasc.SolrCore.getNewIndexDir New index directory detected: old=null new=./org.apache.solr.cloud.ChaosMonkeySafeLeaderTest-1360511530364/jetty3/index/
[junit4:junit4]   2> 11315 T2963 oasc.SolrCore.initIndex WARNING [collection1] Solr index directory './org.apache.solr.cloud.ChaosMonkeySafeLeaderTest-1360511530364/jetty3/index' doesn't exist. Creating new index...
[junit4:junit4]   2> 11317 T2963 oasc.CachingDirectoryFactory.get return new directory for /Users/jenkins/jenkins-slave/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.ChaosMonkeySafeLeaderTest-1360511530364/jetty3/index forceNew:false
[junit4:junit4]   2> 11321 T2963 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits:num=1
[junit4:junit4]   2> 		commit{dir=RateLimitedDirectoryWrapper(org.apache.lucene.store.NIOFSDirectory@/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-core/test/J0/org.apache.solr.cloud.ChaosMonkeySafeLeaderTest-1360511530364/jetty3/index lockFactory=org.apache.lucene.store.NativeFSLockFactory@22b6fcb3),segFN=segments_1,generation=1,filenames=[segments_1]
[junit4:junit4]   2> 11321 T2963 oasc.SolrDeletionPolicy.updateCommits newest commit = 1[segments_1]
[junit4:junit4]   2> 11322 T2963 oasc.CachingDirectoryFactory.close Releasing directory:/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.ChaosMonkeySafeLeaderTest-1360511530364/jetty3/index
[junit4:junit4]   2> 11323 T2963 oasc.SolrCore.initWriters created xml: solr.XMLResponseWriter
[junit4:junit4]   2> 11326 T2963 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe"
[junit4:junit4]   2> 11327 T2963 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe-allfields"
[junit4:junit4]   2> 11328 T2963 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "stored_sig"
[junit4:junit4]   2> 11328 T2963 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "uniq-fields"
[junit4:junit4]   2> 11330 T2963 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "distrib-dup-test-chain-implicit"
[junit4:junit4]   2> 11330 T2963 oasc.RequestHandlers.initHandlersFromConfig adding lazy requestHandler: solr.ReplicationHandler
[junit4:junit4]   2> 11331 T2963 oasc.RequestHandlers.initHandlersFromConfig created /replication: solr.ReplicationHandler
[junit4:junit4]   2> 11332 T2963 oasc.RequestHandlers.initHandlersFromConfig created standard: solr.StandardRequestHandler
[junit4:junit4]   2> 11332 T2963 oasc.RequestHandlers.initHandlersFromConfig created /get: solr.RealTimeGetHandler
[junit4:junit4]   2> 11333 T2963 oasc.RequestHandlers.initHandlersFromConfig created dismax: solr.SearchHandler
[junit4:junit4]   2> 11334 T2963 oasc.RequestHandlers.initHandlersFromConfig created mock: org.apache.solr.core.MockQuerySenderListenerReqHandler
[junit4:junit4]   2> 11334 T2963 oasc.RequestHandlers.initHandlersFromConfig created /admin/: org.apache.solr.handler.admin.AdminHandlers
[junit4:junit4]   2> 11335 T2963 oasc.RequestHandlers.initHandlersFromConfig created defaults: solr.StandardRequestHandler
[junit4:junit4]   2> 11335 T2963 oasc.RequestHandlers.initHandlersFromConfig adding lazy requestHandler: solr.StandardRequestHandler
[junit4:junit4]   2> 11336 T2963 oasc.RequestHandlers.initHandlersFromConfig created lazy: solr.StandardRequestHandler
[junit4:junit4]   2> 11336 T2963 oasc.RequestHandlers.initHandlersFromConfig created /update: solr.UpdateRequestHandler
[junit4:junit4]   2> 11337 T2963 oasc.RequestHandlers.initHandlersFromConfig created /terms: org.apache.solr.handler.component.SearchHandler
[junit4:junit4]   2> 11338 T2963 oasc.RequestHandlers.initHandlersFromConfig created spellCheckCompRH: org.apache.solr.handler.component.SearchHandler
[junit4:junit4]   2> 11339 T2963 oasc.RequestHandlers.initHandlersFromConfig created spellCheckCompRH_Direct: org.apache.solr.handler.component.SearchHandler
[junit4:junit4]   2> 11339 T2963 oasc.RequestHandlers.initHandlersFromConfig created spellCheckWithWordbreak: org.apache.solr.handler.component.SearchHandler
[junit4:junit4]   2> 11340 T2963 oasc.RequestHandlers.initHandlersFromConfig created spellCheckWithWordbreak_Direct: org.apache.solr.handler.component.SearchHandler
[junit4:junit4]   2> 11341 T2963 oasc.RequestHandlers.initHandlersFromConfig created spellCheckCompRH1: org.apache.solr.handler.component.SearchHandler
[junit4:junit4]   2> 11342 T2963 oasc.RequestHandlers.initHandlersFromConfig created mltrh: org.apache.solr.handler.component.SearchHandler
[junit4:junit4]   2> 11342 T2963 oasc.RequestHandlers.initHandlersFromConfig created tvrh: org.apache.solr.handler.component.SearchHandler
[junit4:junit4]   2> 11343 T2963 oasc.RequestHandlers.initHandlersFromConfig created /mlt: solr.MoreLikeThisHandler
[junit4:junit4]   2> 11344 T2963 oasc.RequestHandlers.initHandlersFromConfig created /debug/dump: solr.DumpRequestHandler
[junit4:junit4]   2> 11352 T2963 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
[junit4:junit4]   2> 11355 T2963 oasc.SolrCore.initDeprecatedSupport WARNING solrconfig.xml uses deprecated <admin/gettableFiles>, Please update your config to use the ShowFileRequestHandler.
[junit4:junit4]   2> 11358 T2963 oasc.SolrCore.initDeprecatedSupport WARNING adding ShowFileRequestHandler with hidden files: [SCHEMA.XML, OLD_SYNONYMS.TXT, STOPWORDS.TXT, PROTWORDS.TXT, OPEN-EXCHANGE-RATES.JSON, SYNONYMS.TXT, CURRENCY.XML, MAPPING-ISOLATIN1ACCENT.TXT]
[junit4:junit4]   2> 11363 T2963 oasc.CachingDirectoryFactory.close Releasing directory:/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.ChaosMonkeySafeLeaderTest-1360511530364/jetty3
[junit4:junit4]   2> 11365 T2963 oass.SolrIndexSearcher.<init> Opening Searcher@61c21c42 main
[junit4:junit4]   2> 11367 T2963 oasu.CommitTracker.<init> Hard AutoCommit: disabled
[junit4:junit4]   2> 11368 T2963 oasu.CommitTracker.<init> Soft AutoCommit: disabled
[junit4:junit4]   2> 11369 T2963 oashc.SpellCheckComponent.inform Initializing spell checkers
[junit4:junit4]   2> 11376 T2963 oass.DirectSolrSpellChecker.init init: {name=direct,classname=DirectSolrSpellChecker,field=lowerfilt,minQueryLength=3}
[junit4:junit4]   2> 11422 T2964 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@61c21c42 main{StandardDirectoryReader(segments_1:1)}
[junit4:junit4]   2> 11429 T2963 oasc.ZkController.publish publishing core=collection1 state=down
[junit4:junit4]   2> 11429 T2963 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
[junit4:junit4]   2> 11594 T2914 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 11595 T2914 oasc.Overseer$ClusterStateUpdater.updateState Update state numShards=3 message={
[junit4:junit4]   2> 	  "operation":"state",
[junit4:junit4]   2> 	  "numShards":"3",
[junit4:junit4]   2> 	  "shard":"shard2",
[junit4:junit4]   2> 	  "roles":null,
[junit4:junit4]   2> 	  "state":"active",
[junit4:junit4]   2> 	  "core":"collection1",
[junit4:junit4]   2> 	  "collection":"collection1",
[junit4:junit4]   2> 	  "node_name":"127.0.0.1:52417_",
[junit4:junit4]   2> 	  "base_url":"http://127.0.0.1:52417"}
[junit4:junit4]   2> 11601 T2914 oasc.Overseer$ClusterStateUpdater.updateState Update state numShards=3 message={
[junit4:junit4]   2> 	  "operation":"state",
[junit4:junit4]   2> 	  "numShards":"3",
[junit4:junit4]   2> 	  "shard":null,
[junit4:junit4]   2> 	  "roles":null,
[junit4:junit4]   2> 	  "state":"down",
[junit4:junit4]   2> 	  "core":"collection1",
[junit4:junit4]   2> 	  "collection":"collection1",
[junit4:junit4]   2> 	  "node_name":"127.0.0.1:52420_",
[junit4:junit4]   2> 	  "base_url":"http://127.0.0.1:52420"}
[junit4:junit4]   2> 11601 T2914 oasc.Overseer$ClusterStateUpdater.updateState Collection already exists with numShards=3
[junit4:junit4]   2> 11601 T2914 oasc.Overseer$ClusterStateUpdater.updateState Assigning new node to shard shard=shard3
[junit4:junit4]   2> 11607 T2913 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 4)
[junit4:junit4]   2> 11608 T2919 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 4)
[junit4:junit4]   2> 11608 T2932 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 4)
[junit4:junit4]   2> 11607 T2962 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 4)
[junit4:junit4]   2> 11608 T2947 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 4)
[junit4:junit4]   2> 12432 T2963 oasc.CoreContainer.registerCore registering core: collection1
[junit4:junit4]   2> 12433 T2963 oasc.ZkController.register Register replica - core:collection1 address:http://127.0.0.1:52420 collection:collection1 shard:shard3
[junit4:junit4]   2> 12434 T2963 oascc.SolrZkClient.makePath makePath: /collections/collection1/leader_elect/shard3/election
[junit4:junit4]   2> 12442 T2896 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13cc4ce7582000a type:delete cxid:0x44 zxid:0x9d txntype:-1 reqpath:n/a Error Path:/solr/collections/collection1/leaders/shard3 Error:KeeperErrorCode = NoNode for /solr/collections/collection1/leaders/shard3
[junit4:junit4]   2> 12443 T2963 oasc.ShardLeaderElectionContext.runLeaderProcess Running the leader process.
[junit4:junit4]   2> 12444 T2896 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13cc4ce7582000a type:create cxid:0x45 zxid:0x9e txntype:-1 reqpath:n/a Error Path:/solr/overseer Error:KeeperErrorCode = NodeExists for /solr/overseer
[junit4:junit4]   2> 12447 T2963 oasc.ShardLeaderElectionContext.waitForReplicasToComeUp Enough replicas found to continue.
[junit4:junit4]   2> 12447 T2963 oasc.ShardLeaderElectionContext.runLeaderProcess I may be the new leader - try and sync
[junit4:junit4]   2> 12448 T2963 oasc.SyncStrategy.sync Sync replicas to http://127.0.0.1:52420/collection1/
[junit4:junit4]   2> 12448 T2963 oasc.SyncStrategy.syncReplicas Sync Success - now sync replicas to me
[junit4:junit4]   2> 12448 T2963 oasc.SyncStrategy.syncToMe http://127.0.0.1:52420/collection1/ has no replicas
[junit4:junit4]   2> 12449 T2963 oasc.ShardLeaderElectionContext.runLeaderProcess I am the new leader: http://127.0.0.1:52420/collection1/
[junit4:junit4]   2> 12449 T2963 oascc.SolrZkClient.makePath makePath: /collections/collection1/leaders/shard3
[junit4:junit4]   2> 12455 T2896 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13cc4ce7582000a type:create cxid:0x4e zxid:0xa1 txntype:-1 reqpath:n/a Error Path:/solr/overseer Error:KeeperErrorCode = NodeExists for /solr/overseer
[junit4:junit4]   2> 13119 T2914 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 13131 T2932 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 4)
[junit4:junit4]   2> 13132 T2962 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 4)
[junit4:junit4]   2> 13132 T2913 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 4)
[junit4:junit4]   2> 13132 T2919 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 4)
[junit4:junit4]   2> 13132 T2947 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 4)
[junit4:junit4]   2> 13140 T2963 oasc.ZkController.register We are http://127.0.0.1:52420/collection1/ and leader is http://127.0.0.1:52420/collection1/
[junit4:junit4]   2> 13141 T2963 oasc.ZkController.register No LogReplay needed for core=collection1 baseURL=http://127.0.0.1:52420
[junit4:junit4]   2> 13141 T2963 oasc.ZkController.checkRecovery I am the leader, no recovery necessary
[junit4:junit4]   2> 13141 T2963 oasc.ZkController.publish publishing core=collection1 state=active
[junit4:junit4]   2> 13141 T2963 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
[junit4:junit4]   2> 13144 T2963 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 13145 T2891 oass.SolrDispatchFilter.init user.dir=/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-core/test/J0
[junit4:junit4]   2> 13146 T2891 oass.SolrDispatchFilter.init SolrDispatchFilter.init() done
[junit4:junit4]   2> 13146 T2891 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=128&maxConnectionsPerHost=32&followRedirects=false
[junit4:junit4]   2> 13355 T2891 oejs.Server.doStart jetty-8.1.8.v20121106
[junit4:junit4]   2> 13358 T2891 oejs.AbstractConnector.doStart Started SelectChannelConnector@127.0.0.1:52423
[junit4:junit4]   2> 13360 T2891 oass.SolrDispatchFilter.init SolrDispatchFilter.init()
[junit4:junit4]   2> 13361 T2891 oasc.SolrResourceLoader.locateSolrHome JNDI not configured for solr (NoInitialContextEx)
[junit4:junit4]   2> 13362 T2891 oasc.SolrResourceLoader.locateSolrHome using system property solr.solr.home: /Users/jenkins/jenkins-slave/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.ChaosMonkeySafeLeaderTest-jetty4-1360511543512
[junit4:junit4]   2> 13362 T2891 oasc.CoreContainer$Initializer.initialize looking for solr.xml: /Users/jenkins/jenkins-slave/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.ChaosMonkeySafeLeaderTest-jetty4-1360511543512/solr.xml
[junit4:junit4]   2> 13363 T2891 oasc.CoreContainer.<init> New CoreContainer 1181171825
[junit4:junit4]   2> 13363 T2891 oasc.CoreContainer.load Loading CoreContainer using Solr Home: '/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.ChaosMonkeySafeLeaderTest-jetty4-1360511543512/'
[junit4:junit4]   2> 13364 T2891 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.ChaosMonkeySafeLeaderTest-jetty4-1360511543512/'
[junit4:junit4]   2> 13406 T2891 oashc.HttpShardHandlerFactory.getParameter Setting socketTimeout to: 60000
[junit4:junit4]   2> 13407 T2891 oashc.HttpShardHandlerFactory.getParameter Setting urlScheme to: http://
[junit4:junit4]   2> 13408 T2891 oashc.HttpShardHandlerFactory.getParameter Setting connTimeout to: 15000
[junit4:junit4]   2> 13408 T2891 oashc.HttpShardHandlerFactory.getParameter Setting maxConnectionsPerHost to: 20
[junit4:junit4]   2> 13409 T2891 oashc.HttpShardHandlerFactory.getParameter Setting corePoolSize to: 0
[junit4:junit4]   2> 13410 T2891 oashc.HttpShardHandlerFactory.getParameter Setting maximumPoolSize to: 2147483647
[junit4:junit4]   2> 13410 T2891 oashc.HttpShardHandlerFactory.getParameter Setting maxThreadIdleTime to: 5
[junit4:junit4]   2> 13411 T2891 oashc.HttpShardHandlerFactory.getParameter Setting sizeOfQueue to: -1
[junit4:junit4]   2> 13411 T2891 oashc.HttpShardHandlerFactory.getParameter Setting fairnessPolicy to: false
[junit4:junit4]   2> 13412 T2891 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnectionsPerHost=20&maxConnections=10000&socketTimeout=60000&connTimeout=15000&retry=false
[junit4:junit4]   2> 13425 T2891 oasc.CoreContainer.load Registering Log Listener
[junit4:junit4]   2> 13443 T2891 oasc.CoreContainer.initZooKeeper Zookeeper client=127.0.0.1:52407/solr
[junit4:junit4]   2> 13444 T2891 oasc.ZkController.checkChrootPath zkHost includes chroot
[junit4:junit4]   2> 13445 T2891 oaz.ZooKeeper.<init> Initiating client connection, connectString=127.0.0.1:52407 sessionTimeout=60000 watcher=org.apache.solr.common.cloud.ConnectionManager@53feb791
[junit4:junit4]   2> 13446 T2891 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
[junit4:junit4]   2> 13447 T2974 oaz.ClientCnxn$SendThread.logStartConnect Opening socket connection to server localhost/127.0.0.1:52407. Will not attempt to authenticate using SASL (access denied ("javax.security.auth.AuthPermission" "getLoginConfiguration"))
[junit4:junit4]   2> 13448 T2974 oaz.ClientCnxn$SendThread.primeConnection Socket connection established to localhost/127.0.0.1:52407, initiating session
[junit4:junit4]   2> 13448 T2893 oazs.NIOServerCnxnFactory.run Accepted socket connection from /127.0.0.1:52424
[junit4:junit4]   2> 13449 T2893 oazs.ZooKeeperServer.processConnectRequest Client attempting to establish new session at /127.0.0.1:52424
[junit4:junit4]   2> 13450 T2895 oazs.ZooKeeperServer.finishSessionInit Established session 0x13cc4ce7582000b with negotiated timeout 20000 for client /127.0.0.1:52424
[junit4:junit4]   2> 13450 T2974 oaz.ClientCnxn$SendThread.onConnected Session establishment complete on server localhost/127.0.0.1:52407, sessionid = 0x13cc4ce7582000b, negotiated timeout = 20000
[junit4:junit4]   2> 13451 T2975 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@53feb791 name:ZooKeeperConnection Watcher:127.0.0.1:52407 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
[junit4:junit4]   2> 13451 T2891 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
[junit4:junit4]   2> 13453 T2896 oazs.PrepRequestProcessor.pRequest2Txn Processed session termination for sessionid: 0x13cc4ce7582000b
[junit4:junit4]   2> 13454 T2893 oazs.NIOServerCnxn.closeSock Closed socket connection for client /127.0.0.1:52424 which had sessionid 0x13cc4ce7582000b
[junit4:junit4]   2> 13454 T2975 oaz.ClientCnxn$EventThread.run EventThread shut down
[junit4:junit4]   2> 13454 T2891 oaz.ZooKeeper.close Session: 0x13cc4ce7582000b closed
[junit4:junit4]   2> 13455 T2891 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=500&maxConnectionsPerHost=16&socketTimeout=60000&connTimeout=15000
[junit4:junit4]   2> 13461 T2891 oaz.ZooKeeper.<init> Initiating client connection, connectString=127.0.0.1:52407/solr sessionTimeout=30000 watcher=org.apache.solr.common.cloud.ConnectionManager@43e76c47
[junit4:junit4]   2> 13462 T2891 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
[junit4:junit4]   2> 13462 T2976 oaz.ClientCnxn$SendThread.logStartConnect Opening socket connection to server localhost/127.0.0.1:52407. Will not attempt to authenticate using SASL (access denied ("javax.security.auth.AuthPermission" "getLoginConfiguration"))
[junit4:junit4]   2> 13463 T2976 oaz.ClientCnxn$SendThread.primeConnection Socket connection established to localhost/127.0.0.1:52407, initiating session
[junit4:junit4]   2> 13464 T2893 oazs.NIOServerCnxnFactory.run Accepted socket connection from /127.0.0.1:52425
[junit4:junit4]   2> 13464 T2893 oazs.ZooKeeperServer.processConnectRequest Client attempting to establish new session at /127.0.0.1:52425
[junit4:junit4]   2> 13465 T2895 oazs.ZooKeeperServer.finishSessionInit Established session 0x13cc4ce7582000c with negotiated timeout 20000 for client /127.0.0.1:52425
[junit4:junit4]   2> 13465 T2976 oaz.ClientCnxn$SendThread.onConnected Session establishment complete on server localhost/127.0.0.1:52407, sessionid = 0x13cc4ce7582000c, negotiated timeout = 20000
[junit4:junit4]   2> 13466 T2977 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@43e76c47 name:ZooKeeperConnection Watcher:127.0.0.1:52407/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
[junit4:junit4]   2> 13466 T2891 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
[junit4:junit4]   2> 13467 T2896 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13cc4ce7582000c type:create cxid:0x1 zxid:0xae txntype:-1 reqpath:n/a Error Path:/solr/overseer Error:KeeperErrorCode = NodeExists for /solr/overseer
[junit4:junit4]   2> 13469 T2896 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13cc4ce7582000c type:create cxid:0x2 zxid:0xaf txntype:-1 reqpath:n/a Error Path:/solr/overseer Error:KeeperErrorCode = NodeExists for /solr/overseer
[junit4:junit4]   2> 13471 T2891 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
[junit4:junit4]   2> 13475 T2891 oasc.ZkController.createEphemeralLiveNode Register node as live in ZooKeeper:/live_nodes/127.0.0.1:52423_
[junit4:junit4]   2> 13476 T2896 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13cc4ce7582000c type:delete cxid:0x9 zxid:0xb0 txntype:-1 reqpath:n/a Error Path:/solr/live_nodes/127.0.0.1:52423_ Error:KeeperErrorCode = NoNode for /solr/live_nodes/127.0.0.1:52423_
[junit4:junit4]   2> 13477 T2891 oascc.SolrZkClient.makePath makePath: /live_nodes/127.0.0.1:52423_
[junit4:junit4]   2> 13480 T2913 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeChildrenChanged path:/live_nodes, has occurred - updating... (live nodes size: 4)
[junit4:junit4]   2> 13480 T2932 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeChildrenChanged path:/live_nodes, has occurred - updating... (live nodes size: 4)
[junit4:junit4]   2> 13482 T2977 oascc.ZkStateReader$3.process Updating live nodes... (5)
[junit4:junit4]   2> 13482 T2919 oascc.ZkStateReader$3.process Updating live nodes... (5)
[junit4:junit4]   2> 13483 T2919 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeChildrenChanged path:/live_nodes, has occurred - updating... (live nodes size: 5)
[junit4:junit4]   2> 13482 T2962 oascc.ZkStateReader$3.process Updating live nodes... (5)
[junit4:junit4]   2> 13483 T2962 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeChildrenChanged path:/live_nodes, has occurred - updating... (live nodes size: 5)
[junit4:junit4]   2> 13482 T2947 oascc.ZkStateReader$3.process Updating live nodes... (5)
[junit4:junit4]   2> 13484 T2947 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeChildrenChanged path:/live_nodes, has occurred - updating... (live nodes size: 5)
[junit4:junit4]   2> 13486 T2932 oascc.ZkStateReader$3.process Updating live nodes... (5)
[junit4:junit4]   2> 13486 T2913 oascc.ZkStateReader$3.process Updating live nodes... (5)
[junit4:junit4]   2> 13495 T2978 oasc.CoreContainer.create Creating SolrCore 'collection1' using instanceDir: /Users/jenkins/jenkins-slave/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.ChaosMonkeySafeLeaderTest-jetty4-1360511543512/collection1
[junit4:junit4]   2> 13495 T2978 oasc.ZkController.createCollectionZkNode Check for collection zkNode:collection1
[junit4:junit4]   2> 13497 T2978 oasc.ZkController.createCollectionZkNode Collection zkNode exists
[junit4:junit4]   2> 13497 T2978 oasc.ZkController.readConfigName Load collection config from:/collections/collection1
[junit4:junit4]   2> 13499 T2978 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.ChaosMonkeySafeLeaderTest-jetty4-1360511543512/collection1/'
[junit4:junit4]   2> 13500 T2978 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-core/test/J0/org.apache.solr.cloud.ChaosMonkeySafeLeaderTest-jetty4-1360511543512/collection1/lib/classes/' to classloader
[junit4:junit4]   2> 13501 T2978 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-core/test/J0/org.apache.solr.cloud.ChaosMonkeySafeLeaderTest-jetty4-1360511543512/collection1/lib/README' to classloader
[junit4:junit4]   2> 13554 T2978 oasc.SolrConfig.<init> Using Lucene MatchVersion: LUCENE_42
[junit4:junit4]   2> 13621 T2978 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig.xml
[junit4:junit4]   2> 13623 T2978 oass.IndexSchema.readSchema Reading Solr Schema
[junit4:junit4]   2> 13632 T2978 oass.IndexSchema.readSchema Schema name=test
[junit4:junit4]   2> 14225 T2978 oass.OpenExchangeRatesOrgProvider.init Initialized with rates=open-exchange-rates.json, refreshInterval=1440.
[junit4:junit4]   2> 14233 T2978 oass.IndexSchema.readSchema default search field in schema is text
[junit4:junit4]   2> 14237 T2978 oass.IndexSchema.readSchema unique key field: id
[junit4:junit4]   2> 14257 T2978 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
[junit4:junit4]   2> 14262 T2978 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
[junit4:junit4]   2> 14268 T2978 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
[junit4:junit4]   2> 14270 T2978 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
[junit4:junit4]   2> 14272 T2978 oasc.SolrCore.<init> [collection1] Opening new SolrCore at /Users/jenkins/jenkins-slave/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.ChaosMonkeySafeLeaderTest-jetty4-1360511543512/collection1/, dataDir=./org.apache.solr.cloud.ChaosMonkeySafeLeaderTest-1360511530364/jetty4/
[junit4:junit4]   2> 14272 T2978 oasc.JmxMonitoredMap.<init> JMX monitoring is enabled. Adding Solr mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@5f4badea
[junit4:junit4]   2> 14273 T2978 oasc.SolrCore.initDirectoryFactory solr.StandardDirectoryFactory
[junit4:junit4]   2> 14273 T2978 oasc.CachingDirectoryFactory.get return new directory for /Users/jenkins/jenkins-slave/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.ChaosMonkeySafeLeaderTest-1360511530364/jetty4 forceNew:false
[junit4:junit4]   2> 14274 T2978 oasc.CachingDirectoryFactory.close Releasing directory:/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.ChaosMonkeySafeLeaderTest-1360511530364/jetty4
[junit4:junit4]   2> 14274 T2978 oasc.SolrCore.getNewIndexDir New index directory detected: old=null new=./org.apache.solr.cloud.ChaosMonkeySafeLeaderTest-1360511530364/jetty4/index/
[junit4:junit4]   2> 14275 T2978 oasc.SolrCore.initIndex WARNING [collection1] Solr index directory './org.apache.solr.cloud.ChaosMonkeySafeLeaderTest-1360511530364/jetty4/index' doesn't exist. Creating new index...
[junit4:junit4]   2> 14276 T2978 oasc.CachingDirectoryFactory.get return new directory for /Users/jenkins/jenkins-slave/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.ChaosMonkeySafeLeaderTest-1360511530364/jetty4/index forceNew:false
[junit4:junit4]   2> 14280 T2978 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits:num=1
[junit4:junit4]   2> 		commit{dir=RateLimitedDirectoryWrapper(org.apache.lucene.store.NIOFSDirectory@/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-core/test/J0/org.apache.solr.cloud.ChaosMonkeySafeLeaderTest-1360511530364/jetty4/index lockFactory=org.apache.lucene.store.NativeFSLockFactory@55e8e488),segFN=segments_1,generation=1,filenames=[segments_1]
[junit4:junit4]   2> 14281 T2978 oasc.SolrDeletionPolicy.updateCommits newest commit = 1[segments_1]
[junit4:junit4]   2> 14281 T2978 oasc.CachingDirectoryFactory.close Releasing directory:/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.ChaosMonkeySafeLeaderTest-1360511530364/jetty4/index
[junit4:junit4]   2> 14282 T2978 oasc.SolrCore.initWriters created xml: solr.XMLResponseWriter
[junit4:junit4]   2> 14284 T2978 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe"
[junit4:junit4]   2> 14285 T2978 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe-allfields"
[junit4:junit4]   2> 14285 T2978 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "stored_sig"
[junit4:junit4]   2> 14285 T2978 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "uniq-fields"
[junit4:junit4]   2> 14286 T2978 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "distrib-dup-test-chain-implicit"
[junit4:junit4]   2> 14287 T2978 oasc.RequestHandlers.initHandlersFromConfig adding lazy requestHandler: solr.ReplicationHandler
[junit4:junit4]   2> 14287 T2978 oasc.RequestHandlers.initHandlersFromConfig created /replication: solr.ReplicationHandler
[junit4:junit4]   2> 14288 T2978 oasc.RequestHandlers.initHandlersFromConfig created standard: solr.StandardRequestHandler
[junit4:junit4]   2> 14289 T2978 oasc.RequestHandlers.initHandlersFromConfig created /get: solr.RealTimeGetHandler
[junit4:junit4]   2> 14290 T2978 oasc.RequestHandlers.initHandlersFromConfig created dismax: solr.SearchHandler
[junit4:junit4]   2> 14290 T2978 oasc.RequestHandlers.initHandlersFromConfig created mock: org.apache.solr.core.MockQuerySenderListenerReqHandler
[junit4:junit4]   2> 14291 T2978 oasc.RequestHandlers.initHandlersFromConfig created /admin/: org.apache.solr.handler.admin.AdminHandlers
[junit4:junit4]   2> 14292 T2978 oasc.RequestHandlers.initHandlersFromConfig created defaults: solr.StandardRequestHandler
[junit4:junit4]   2> 14292 T2978 oasc.RequestHandlers.initHandlersFromConfig adding lazy requestHandler: solr.StandardRequestHandler
[junit4:junit4]   2> 14292 T2978 oasc.RequestHandlers.initHandlersFromConfig created lazy: solr.StandardRequestHandler
[junit4:junit4]   2> 14293 T2978 oasc.RequestHandlers.initHandlersFromConfig created /update: solr.UpdateRequestHandler
[junit4:junit4]   2> 14294 T2978 oasc.RequestHandlers.initHandlersFromConfig created /terms: org.apache.solr.handler.component.SearchHandler
[junit4:junit4]   2> 14294 T2978 oasc.RequestHandlers.initHandlersFromConfig created spellCheckCompRH: org.apache.solr.handler.component.SearchHandler
[junit4:junit4]   2> 14295 T2978 oasc.RequestHandlers.initHandlersFromConfig created spellCheckCompRH_Direct: org.apache.solr.handler.component.SearchHandler
[junit4:junit4]   2> 14296 T2978 oasc.RequestHandlers.initHandlersFromConfig created spellCheckWithWordbreak: org.apache.solr.handler.component.SearchHandler
[junit4:junit4]   2> 14296 T2978 oasc.RequestHandlers.initHandlersFromConfig created spellCheckWithWordbreak_Direct: org.apache.solr.handler.component.SearchHandler
[junit4:junit4]   2> 14297 T2978 oasc.RequestHandlers.initHandlersFromConfig created spellCheckCompRH1: org.apache.solr.handler.component.SearchHandler
[junit4:junit4]   2> 14298 T2978 oasc.RequestHandlers.initHandlersFromConfig created mltrh: org.apache.solr.handler.component.SearchHandler
[junit4:junit4]   2> 14298 T2978 oasc.RequestHandlers.initHandlersFromConfig created tvrh: org.apache.solr.handler.component.SearchHandler
[junit4:junit4]   2> 14299 T2978 oasc.RequestHandlers.initHandlersFromConfig created /mlt: solr.MoreLikeThisHandler
[junit4:junit4]   2> 14300 T2978 oasc.RequestHandlers.initHandlersFromConfig created /debug/dump: solr.DumpRequestHandler
[junit4:junit4]   2> 14306 T2978 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
[junit4:junit4]   2> 14310 T2978 oasc.SolrCore.initDeprecatedSupport WARNING solrconfig.xml uses deprecated <admin/gettableFiles>, Please update your config to use the ShowFileRequestHandler.
[junit4:junit4]   2> 14311 T2978 oasc.SolrCore.initDeprecatedSupport WARNING adding ShowFileRequestHandler with hidden files: [SCHEMA.XML, OLD_SYNONYMS.TXT, STOPWORDS.TXT, PROTWORDS.TXT, OPEN-EXCHANGE-RATES.JSON, SYNONYMS.TXT, CURRENCY.XML, MAPPING-ISOLATIN1ACCENT.TXT]
[junit4:junit4]   2> 14314 T2978 oasc.CachingDirectoryFactory.close Releasing directory:/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.ChaosMonkeySafeLeaderTest-1360511530364/jetty4
[junit4:junit4]   2> 14315 T2978 oass.SolrIndexSearcher.<init> Opening Searcher@e9fc8 main
[junit4:junit4]   2> 14316 T2978 oasu.CommitTracker.<init> Hard AutoCommit: disabled
[junit4:junit4]   2> 14316 T2978 oasu.CommitTracker.<init> Soft AutoCommit: disabled
[junit4:junit4]   2> 14317 T2978 oashc.SpellCheckComponent.inform Initializing spell checkers
[junit4:junit4]   2> 14323 T2978 oass.DirectSolrSpellChecker.init init: {name=direct,classname=DirectSolrSpellChecker,field=lowerfilt,minQueryLength=3}
[junit4:junit4]   2> 14356 T2979 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@e9fc8 main{StandardDirectoryReader(segments_1:1)}
[junit4:junit4]   2> 14363 T2978 oasc.ZkController.publish publishing core=collection1 state=down
[junit4:junit4]   2> 14363 T2978 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
[junit4:junit4]   2> 14652 T2914 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 14654 T2914 oasc.Overseer$ClusterStateUpdater.updateState Update state numShards=3 message={
[junit4:junit4]   2> 	  "operation":"state",
[junit4:junit4]   2> 	  "numShards":"3",
[junit4:junit4]   2> 	  "shard":"shard3",
[junit4:junit4]   2> 	  "roles":null,
[junit4:junit4]   2> 	  "state":"active",
[junit4:junit4]   2> 	  "core":"collection1",
[junit4:junit4]   2> 	  "collection":"collection1",
[junit4:junit4]   2> 	  "node_name":"127.0.0.1:52420_",
[junit4:junit4]   2> 	  "base_url":"http://127.0.0.1:52420"}
[junit4:junit4]   2> 14659 T2914 oasc.Overseer$ClusterStateUpdater.updateState Update state numShards=3 message={
[junit4:junit4]   2> 	  "operation":"state",
[junit4:junit4]   2> 	  "numShards":"3",
[junit4:junit4]   2> 	  "shard":null,
[junit4:junit4]   2> 	  "roles":null,
[junit4:junit4]   2> 	  "state":"down",
[junit4:junit4]   2> 	  "core":"collection1",
[junit4:junit4]   2> 	  "collection":"collection1",
[junit4:junit4]   2> 	  "node_name":"127.0.0.1:52423_",
[junit4:junit4]   2> 	  "base_url":"http://127.0.0.1:52423"}
[junit4:junit4]   2> 14660 T2914 oasc.Overseer$ClusterStateUpdater.updateState Collection already exists with numShards=3
[junit4:junit4]   2> 14660 T2914 oasc.Overseer$ClusterStateUpdater.updateState Assigning new node to shard shard=shard1
[junit4:junit4]   2> 14666 T2919 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 5)
[junit4:junit4]   2> 14666 T2977 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 5)
[junit4:junit4]   2> 14666 T2947 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 5)
[junit4:junit4]   2> 14666 T2962 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 5)
[junit4:junit4]   2> 14666 T2913 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 5)
[junit4:junit4]   2> 14666 T2932 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 5)
[junit4:junit4]   2> 15366 T2978 oasc.CoreContainer.registerCore registering core: collection1
[junit4:junit4]   2> 15367 T2978 oasc.ZkController.register Register replica - core:collection1 address:http://127.0.0.1:52423 collection:collection1 shard:shard1
[junit4:junit4]   2> 15371 T2978 oasc.ZkController.register We are http://127.0.0.1:52423/collection1/ and leader is http://127.0.0.1:52414/collection1/
[junit4:junit4]   2> 15371 T2978 oasc.ZkController.register No LogReplay needed for core=collection1 baseURL=http://127.0.0.1:52423
[junit4:junit4]   2> 15372 T2978 oasc.ZkController.checkRecovery Core needs to recover:collection1
[junit4:junit4]   2> 15372 T2978 oasu.DefaultSolrCoreState.doRecovery Running recovery - first canceling any ongoing recovery
[junit4:junit4]   2> ASYNC  NEW_CORE C165 name=collection1 org.apache.solr.core.SolrCore@4e323af url=http://127.0.0.1:52423/collection1 node=127.0.0.1:52423_ C165_STATE=coll:collection1 core:collection1 props:{shard=null, roles=null, state=down, core=collection1, collection=collection1, node_name=127.0.0.1:52423_, base_url=http://127.0.0.1:52423}
[junit4:junit4]   2> 15374 T2980 C165 P52423 oasc.RecoveryStrategy.run Starting recovery process.  core=collection1 recoveringAfterStartup=true
[junit4:junit4]   2> 15374 T2978 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 15374 T2980 C165 P52423 oasc.RecoveryStrategy.doRecovery ###### startupVersions=[]
[junit4:junit4]   2> 15375 T2980 C165 P52423 oasc.ZkController.publish publishing core=collection1 state=recovering
[junit4:junit4]   2> 15375 T2980 C165 P52423 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
[junit4:junit4]   2> 15376 T2891 oass.SolrDispatchFilter.init user.dir=/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-core/test/J0
[junit4:junit4]   2> 15376 T2891 oass.SolrDispatchFilter.init SolrDispatchFilter.init() done
[junit4:junit4]   2> 15377 T2980 C165 P52423 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=128&maxConnectionsPerHost=32&followRedirects=false
[junit4:junit4]   2> 15377 T2891 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=128&maxConnectionsPerHost=32&followRedirects=false
[junit4:junit4]   2> 15561 T2891 oejs.Server.doStart jetty-8.1.8.v20121106
[junit4:junit4]   2> 15565 T2891 oejs.AbstractConnector.doStart Started SelectChannelConnector@127.0.0.1:52427
[junit4:junit4]   2> 15566 T2891 oass.SolrDispatchFilter.init SolrDispatchFilter.init()
[junit4:junit4]   2> 15567 T2891 oasc.SolrResourceLoader.locateSolrHome JNDI not configured for solr (NoInitialContextEx)
[junit4:junit4]   2> 15567 T2891 oasc.SolrResourceLoader.locateSolrHome using system property solr.solr.home: /Users/jenkins/jenkins-slave/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.ChaosMonkeySafeLeaderTest-jetty5-1360511545742
[junit4:junit4]   2> 15568 T2891 oasc.CoreContainer$Initializer.initialize looking for solr.xml: /Users/jenkins/jenkins-slave/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.ChaosMonkeySafeLeaderTest-jetty5-1360511545742/solr.xml
[junit4:junit4]   2> 15568 T2891 oasc.CoreContainer.<init> New CoreContainer 747948746
[junit4:junit4]   2> 15569 T2891 oasc.CoreContainer.load Loading CoreContainer using Solr Home: '/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.ChaosMonkeySafeLeaderTest-jetty5-1360511545742/'
[junit4:junit4]   2> 15570 T2891 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.ChaosMonkeySafeLeaderTest-jetty5-1360511545742/'
[junit4:junit4]   2> 15608 T2891 oashc.HttpShardHandlerFactory.getParameter Setting socketTimeout to: 60000
[junit4:junit4]   2> 15610 T2891 oashc.HttpShardHandlerFactory.getParameter Setting urlScheme to: http://
[junit4:junit4]   2> 15610 T2891 oashc.HttpShardHandlerFactory.getParameter Setting connTimeout to: 15000
[junit4:junit4]   2> 15610 T2891 oashc.HttpShardHandlerFactory.getParameter Setting maxConnectionsPerHost to: 20
[junit4:junit4]   2> 15611 T2891 oashc.HttpShardHandlerFactory.getParameter Setting corePoolSize to: 0
[junit4:junit4]   2> 15611 T2891 oashc.HttpShardHandlerFactory.getParameter Setting maximumPoolSize to: 2147483647
[junit4:junit4]   2> 15612 T2891 oashc.HttpShardHandlerFactory.getParameter Setting maxThreadIdleTime to: 5
[junit4:junit4]   2> 15613 T2891 oashc.HttpShardHandlerFactory.getParameter Setting sizeOfQueue to: -1
[junit4:junit4]   2> 15613 T2891 oashc.HttpShardHandlerFactory.getParameter Setting fairnessPolicy to: false
[junit4:junit4]   2> 15614 T2891 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnectionsPerHost=20&maxConnections=10000&socketTimeout=60000&connTimeout=15000&retry=false
[junit4:junit4]   2> 15625 T2891 oasc.CoreContainer.load Registering Log Listener
[junit4:junit4]   2> 15643 T2891 oasc.CoreContainer.initZooKeeper Zookeeper client=127.0.0.1:52407/solr
[junit4:junit4]   2> 15643 T2891 oasc.ZkController.checkChrootPath zkHost includes chroot
[junit4:junit4]   2> 15644 T2891 oaz.ZooKeeper.<init> Initiating client connection, connectString=127.0.0.1:52407 sessionTimeout=60000 watcher=org.apache.solr.common.cloud.ConnectionManager@5c8e9d02
[junit4:junit4]   2> 15646 T2891 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
[junit4:junit4]   2> 15646 T2990 oaz.ClientCnxn$SendThread.logStartConnect Opening socket connection to server localhost/127.0.0.1:52407. Will not attempt to authenticate using SASL (access denied ("javax.security.auth.AuthPermission" "getLoginConfiguration"))
[junit4:junit4]   2> 15648 T2990 oaz.ClientCnxn$SendThread.primeConnection Socket connection established to localhost/127.0.0.1:52407, initiating session
[junit4:junit4]   2> 15648 T2893 oazs.NIOServerCnxnFactory.run Accepted socket connection from /127.0.0.1:52428
[junit4:junit4]   2> 15649 T2893 oazs.ZooKeeperServer.processConnectRequest Client attempting to establish new session at /127.0.0.1:52428
[junit4:junit4]   2> 15650 T2895 oazs.ZooKeeperServer.finishSessionInit Established session 0x13cc4ce7582000d with negotiated timeout 20000 for client /127.0.0.1:52428
[junit4:junit4]   2> 15650 T2990 oaz.ClientCnxn$SendThread.onConnected Session establishment complete on server localhost/127.0.0.1:52407, sessionid = 0x13cc4ce7582000d, negotiated timeout = 20000
[junit4:junit4]   2> 15651 T2991 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@5c8e9d02 name:ZooKeeperConnection Watcher:127.0.0.1:52407 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
[junit4:junit4]   2> 15651 T2891 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
[junit4:junit4]   2> 15653 T2896 oazs.PrepRequestProcessor.pRequest2Txn Processed session termination for sessionid: 0x13cc4ce7582000d
[junit4:junit4]   2> 15654 T2893 oazs.NIOServerCnxn.closeSock Closed socket connection for client /127.0.0.1:52428 which had sessionid 0x13cc4ce7582000d
[junit4:junit4]   2> 15654 T2891 oaz.ZooKeeper.close Session: 0x13cc4ce7582000d closed
[junit4:junit4]   2> 15654 T2991 oaz.ClientCnxn$EventThread.run EventThread shut down
[junit4:junit4]   2> 15655 T2891 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=500&maxConnectionsPerHost=16&socketTimeout=60000&connTimeout=15000
[junit4:junit4]   2> 15661 T2891 oaz.ZooKeeper.<init> Initiating client connection, connectString=127.0.0.1:52407/solr sessionTimeout=30000 watcher=org.apache.solr.common.cloud.ConnectionManager@25915825
[junit4:junit4]   2> 15662 T2891 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
[junit4:junit4]   2> 15663 T2992 oaz.ClientCnxn$SendThread.logStartConnect Opening socket connection to server localhost/127.0.0.1:52407. Will not attempt to authenticate using SASL (access denied ("javax.security.auth.AuthPermission" "getLoginConfiguration"))
[junit4:junit4]   2> 15664 T2992 oaz.ClientCnxn$SendThread.primeConnection Socket connection established to localhost/127.0.0.1:52407, initiating session
[junit4:junit4]   2> 15664 T2893 oazs.NIOServerCnxnFactory.run Accepted socket connection from /127.0.0.1:52429
[junit4:junit4]   2> 15665 T2893 oazs.ZooKeeperServer.processConnectRequest Client attempting to establish new session at /127.0.0.1:52429
[junit4:junit4]   2> 15666 T2895 oazs.ZooKeeperServer.finishSessionInit Established session 0x13cc4ce7582000e with negotiated timeout 20000 for client /127.0.0.1:52429
[junit4:junit4]   2> 15666 T2992 oaz.ClientCnxn$SendThread.onConnected Session establishment complete on server localhost/127.0.0.1:52407, sessionid = 0x13cc4ce7582000e, negotiated timeout = 20000
[junit4:junit4]   2> 15666 T2993 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@25915825 name:ZooKeeperConnection Watcher:127.0.0.1:52407/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
[junit4:junit4]   2> 15667 T2891 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
[junit4:junit4]   2> 15668 T2896 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13cc4ce7582000e type:create cxid:0x1 zxid:0xc0 txntype:-1 reqpath:n/a Error Path:/solr/overseer Error:KeeperErrorCode = NodeExists for /solr/overseer
[junit4:junit4]   2> 15670 T2896 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13cc4ce7582000e type:create cxid:0x2 zxid:0xc1 txntype:-1 reqpath:n/a Error Path:/solr/overseer Error:KeeperErrorCode = NodeExists for /solr/overseer
[junit4:junit4]   2> 15672 T2891 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
[junit4:junit4]   2> 15676 T2891 oasc.ZkController.createEphemeralLiveNode Register node as live in ZooKeeper:/live_nodes/127.0.0.1:52427_
[junit4:junit4]   2> 15677 T2896 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13cc4ce7582000e type:delete cxid:0x9 zxid:0xc2 txntype:-1 reqpath:n/a Error Path:/solr/live_nodes/127.0.0.1:52427_ Error:KeeperErrorCode = NoNode for /solr/live_nodes/127.0.0.1:52427_
[junit4:junit4]   2> 15678 T2891 oascc.SolrZkClient.makePath makePath: /live_nodes/127.0.0.1:52427_
[junit4:junit4]   2> 15681 T2932 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeChildrenChanged path:/live_nodes, has occurred - updating... (live nodes size: 5)
[junit4:junit4]   2> 15682 T2913 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeChildrenChanged path:/live_nodes, has occurred - updating... (live nodes size: 5)
[junit4:junit4]   2> 15683 T2919 oascc.ZkStateReader$3.process Updating live nodes... (6)
[junit4:junit4]   2> 15683 T2919 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeChildrenChanged path:/live_nodes, has occurred - updating... (live nodes size: 6)
[junit4:junit4]   2> 15684 T2962 oascc.ZkStateReader$3.process Updating live nodes... (6)
[junit4:junit4]   2> 15684 T2977 oascc.ZkStateReader$3.process Updating live nodes... (6)
[junit4:junit4]   2> 15685 T2977 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeChildrenChanged path:/live_nodes, has occurred - updating... (live nodes size: 6)
[junit4:junit4]   2> 15685 T2947 oascc.ZkStateReader$3.process Updating live nodes... (6)
[junit4:junit4]   2> 15685 T2947 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeChildrenChanged path:/live_nodes, has occurred - updating... (live nodes size: 6)
[junit4:junit4]   2> 15684 T2993 oascc.ZkStateReader$3.process Updating live nodes... (6)
[junit4:junit4]   2> 15685 T2962 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeChildrenChanged path:/live_nodes, has occurred - updating... (live nodes size: 6)
[junit4:junit4]   2> 15689 T2913 oascc.ZkStateReader$3.process Updating live nodes... (6)
[junit4:junit4]   2> 15689 T2932 oascc.ZkStateReader$3.process Updating live nodes... (6)
[junit4:junit4]   2> 15699 T2994 oasc.CoreContainer.create Creating SolrCore 'collection1' using instanceDir: /Users/jenkins/jenkins-slave/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.ChaosMonkeySafeLeaderTest-jetty5-1360511545742/collection1
[junit4:junit4]   2> 15700 T2994 oasc.ZkController.createCollectionZkNode Check for collection zkNode:collection1
[junit4:junit4]   2> 15700 T2994 oasc.ZkController.createCollectionZkNode Collection zkNode exists
[junit4:junit4]   2> 15701 T2994 oasc.ZkController.readConfigName Load collection config from:/collections/collection1
[junit4:junit4]   2> 15703 T2994 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.ChaosMonkeySafeLeaderTest-jetty5-1360511545742/collection1/'
[junit4:junit4]   2> 15705 T2994 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-core/test/J0/org.apache.solr.cloud.ChaosMonkeySafeLeaderTest-jetty5-1360511545742/collection1/lib/classes/' to classloader
[junit4:junit4]   2> 15705 T2994 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-core/test/J0/org.apache.solr.cloud.ChaosMonkeySafeLeaderTest-jetty5-1360511545742/collection1/lib/README' to classloader
[junit4:junit4]   2> 15763 T2994 oasc.SolrConfig.<init> Using Lucene MatchVersion: LUCENE_42
[junit4:junit4]   2> 15832 T2994 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig.xml
[junit4:junit4]   2> 15834 T2994 oass.IndexSchema.readSchema Reading Solr Schema
[junit4:junit4]   2> 15839 T2994 oass.IndexSchema.readSchema Schema name=test
[junit4:junit4]   2> 16178 T2914 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 16179 T2914 oasc.Overseer$ClusterStateUpdater.updateState Update state numShards=3 message={
[junit4:junit4]   2> 	  "operation":"state",
[junit4:junit4]   2> 	  "numShards":"3",
[junit4:junit4]   2> 	  "shard":"shard1",
[junit4:junit4]   2> 	  "roles":null,
[junit4:junit4]   2> 	  "state":"recovering",
[junit4:junit4]   2> 	  "core":"collection1",
[junit4:junit4]   2> 	  "collection":"collection1",
[junit4:junit4]   2> 	  "node_name":"127.0.0.1:52423_",
[junit4:junit4]   2> 	  "base_url":"http://127.0.0.1:52423"}
[junit4:junit4]   2> 16185 T2962 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 6)
[junit4:junit4]   2> 16185 T2993 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 6)
[junit4:junit4]   2> 16186 T2977 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 6)
[junit4:junit4]   2> 16186 T2919 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 6)
[junit4:junit4]   2> 16186 T2932 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 6)
[junit4:junit4]   2> 16187 T2913 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 6)
[junit4:junit4]   2> 16187 T2947 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 6)
[junit4:junit4]   2> 16440 T2994 oass.OpenExchangeRatesOrgProvider.init Initialized with rates=open-exchange-rates.json, refreshInterval=1440.
[junit4:junit4]   2> 16448 T2994 oass.IndexSchema.readSchema default search field in schema is text
[junit4:junit4]   2> 16452 T2994 oass.IndexSchema.readSchema unique key field: id
[junit4:junit4]   2> 16471 T2994 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
[junit4:junit4]   2> 16476 T2994 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
[junit4:junit4]   2> 16481 T2994 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
[junit4:junit4]   2> 16483 T2994 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
[junit4:junit4]   2> 16485 T2994 oasc.SolrCore.<init> [collection1] Opening new SolrCore at /Users/jenkins/jenkins-slave/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.ChaosMonkeySafeLeaderTest-jetty5-1360511545742/collection1/, dataDir=./org.apache.solr.cloud.ChaosMonkeySafeLeaderTest-1360511530364/jetty5/
[junit4:junit4]   2> 16486 T2994 oasc.JmxMonitoredMap.<init> JMX monitoring is enabled. Adding Solr mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@5f4badea
[junit4:junit4]   2> 16486 T2994 oasc.SolrCore.initDirectoryFactory solr.StandardDirectoryFactory
[junit4:junit4]   2> 16487 T2994 oasc.CachingDirectoryFactory.get return new directory for /Users/jenkins/jenkins-slave/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.ChaosMonkeySafeLeaderTest-1360511530364/jetty5 forceNew:false
[junit4:junit4]   2> 16487 T2994 oasc.CachingDirectoryFactory.close Releasing directory:/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.ChaosMonkeySafeLeaderTest-1360511530364/jetty5
[junit4:junit4]   2> 16488 T2994 oasc.SolrCore.getNewIndexDir New index directory detected: old=null new=./org.apache.solr.cloud.ChaosMonkeySafeLeaderTest-1360511530364/jetty5/index/
[junit4:junit4]   2> 16488 T2994 oasc.SolrCore.initIndex WARNING [collection1] Solr index directory './org.apache.solr.cloud.ChaosMonkeySafeLeaderTest-1360511530364/jetty5/index' doesn't exist. Creating new index...
[junit4:junit4]   2> 16490 T2994 oasc.CachingDirectoryFactory.get return new directory for /Users/jenkins/jenkins-slave/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.ChaosMonkeySafeLeaderTest-1360511530364/jetty5/index forceNew:false
[junit4:junit4]   2> 16494 T2994 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits:num=1
[junit4:junit4]   2> 		commit{dir=RateLimitedDirectoryWrapper(org.apache.lucene.store.NIOFSDirectory@/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-core/test/J0/org.apache.solr.cloud.ChaosMonkeySafeLeaderTest-1360511530364/jetty5/index lockFactory=org.apache.lucene.store.NativeFSLockFactory@7b8616df),segFN=segments_1,generation=1,filenames=[segments_1]
[junit4:junit4]   2> 16494 T2994 oasc.SolrDeletionPolicy.updateCommits newest commit = 1[segments_1]
[junit4:junit4]   2> 16495 T2994 oasc.CachingDirectoryFactory.close Releasing directory:/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.ChaosMonkeySafeLeaderTest-1360511530364/jetty5/index
[junit4:junit4]   2> 16495 T2994 oasc.SolrCore.initWriters created xml: solr.XMLResponseWriter
[junit4:junit4]   2> 16499 T2994 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe"
[junit4:junit4]   2> 16499 T2994 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe-allfields"
[junit4:junit4]   2> 16500 T2994 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "stored_sig"
[junit4:junit4]   2> 16500 T2994 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "uniq-fields"
[junit4:junit4]   2> 16502 T2994 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "distrib-dup-test-chain-implicit"
[junit4:junit4]   2> 16502 T2994 oasc.RequestHandlers.initHandlersFromConfig adding lazy requestHandler: solr.ReplicationHandler
[junit4:junit4]   2> 16503 T2994 oasc.RequestHandlers.initHandlersFromConfig created /replication: solr.ReplicationHandler
[junit4:junit4]   2> 16504 T2994 oasc.RequestHandlers.initHandlersFromConfig created standard: solr.StandardRequestHandler
[junit4:junit4]   2> 16504 T2994 oasc.RequestHandlers.initHandlersFromConfig created /get: solr.RealTimeGetHandler
[junit4:junit4]   2> 16505 T2994 oasc.RequestHandlers.initHandlersFromConfig created dismax: solr.SearchHandler
[junit4:junit4]   2> 16506 T2994 oasc.RequestHandlers.initHandlersFromConfig created mock: org.apache.solr.core.MockQuerySenderListenerReqHandler
[junit4:junit4]   2> 16506 T2994 oasc.RequestHandlers.initHandlersFromConfig created /admin/: org.apache.solr.handler.admin.AdminHandlers
[junit4:junit4]   2> 16507 T2994 oasc.RequestHandlers.initHandlersFromConfig created defaults: solr.StandardRequestHandler
[junit4:junit4]   2> 16507 T2994 oasc.RequestHandlers.initHandlersFromConfig adding lazy requestHandler: solr.StandardRequestHandler
[junit4:junit4]   2> 16508 T2994 oasc.RequestHandlers.initHandlersFromConfig created lazy: solr.StandardRequestHandler
[junit4:junit4]   2> 16508 T2994 oasc.RequestHandlers.initHandlersFromConfig created /update: solr.UpdateRequestHandler
[junit4:junit4]   2> 16509 T2994 oasc.RequestHandlers.initHandlersFromConfig created /terms: org.apache.solr.handler.component.SearchHandler
[junit4:junit4]   2> 16510 T2994 oasc.RequestHandlers.initHandlersFromConfig created spellCheckCompRH: org.apache.solr.handler.component.SearchHandler
[junit4:junit4]   2> 16510 T2994 oasc.RequestHandlers.initHandlersFromConfig created spellCheckCompRH_Direct: org.apache.solr.handler.component.SearchHandler
[junit4:junit4]   2> 16511 T2994 oasc.RequestHandlers.initHandlersFromConfig created spellCheckWithWordbreak: org.apache.solr.handler.component.SearchHandler
[junit4:junit4]   2> 16512 T2994 oasc.RequestHandlers.initHandlersFromConfig created spellCheckWithWordbreak_Direct: org.apache.solr.handler.component.SearchHandler
[junit4:junit4]   2> 16513 T2994 oasc.RequestHandlers.initHandlersFromConfig created spellCheckCompRH1: org.apache.solr.handler.component.SearchHandler
[junit4:junit4]   2> 16513 T2994 oasc.RequestHandlers.initHandlersFromConfig created mltrh: org.apache.solr.handler.component.SearchHandler
[junit4:junit4]   2> 16514 T2994 oasc.RequestHandlers.initHandlersFromConfig created tvrh: org.apache.solr.handler.component.SearchHandler
[junit4:junit4]   2> 16515 T2994 oasc.RequestHandlers.initHandlersFromConfig created /mlt: solr.MoreLikeThisHandler
[junit4:junit4]   2> 16515 T2994 oasc.RequestHandlers.initHandlersFromConfig created /debug/dump: solr.DumpRequestHandler
[junit4:junit4]   2> 16522 T2994 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
[junit4:junit4]   2> 16525 T2994 oasc.SolrCore.initDeprecatedSupport WARNING solrconfig.xml uses deprecated <admin/gettableFiles>, Please update your config to use the ShowFileRequestHandler.
[junit4:junit4]   2> 16527 T2994 oasc.SolrCore.initDeprecatedSupport WARNING adding ShowFileRequestHandler with hidden files: [SCHEMA.XML, OLD_SYNONYMS.TXT, STOPWORDS.TXT, PROTWORDS.TXT, OPEN-EXCHANGE-RATES.JSON, SYNONYMS.TXT, CURRENCY.XML, MAPPING-ISOLATIN1ACCENT.TXT]
[junit4:junit4]   2> 16529 T2994 oasc.CachingDirectoryFactory.close Releasing directory:/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.ChaosMonkeySafeLeaderTest-1360511530364/jetty5
[junit4:junit4]   2> 16530 T2994 oass.SolrIndexSearcher.<init> Opening Searcher@6c890d6f main
[junit4:junit4]   2> 16531 T2994 oasu.CommitTracker.<init> Hard AutoCommit: disabled
[junit4:junit4]   2> 16532 T2994 oasu.CommitTracker.<init> Soft AutoCommit: disabled
[junit4:junit4]   2> 16532 T2994 oashc.SpellCheckComponent.inform Initializing spell checkers
[junit4:junit4]   2> 16538 T2994 oass.DirectSolrSpellChecker.init init: {name=direct,classname=DirectSolrSpellChecker,field=lowerfilt,minQueryLength=3}
[junit4:junit4]   2> 16569 T2995 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@6c890d6f main{StandardDirectoryReader(segments_1:1)}
[junit4:junit4]   2> 16575 T2994 oasc.ZkController.publish publishing core=collection1 state=down
[junit4:junit4]   2> 16576 T2994 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
[junit4:junit4]   2> 17696 T2914 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 17697 T2914 oasc.Overseer$ClusterStateUpdater.updateState Update state numShards=3 message={
[junit4:junit4]   2> 	  "operation":"state",
[junit4:junit4]   2> 	  "numShards":"3",
[junit4:junit4]   2> 	  "shard":null,
[junit4:junit4]   2> 	  "roles":null,
[junit4:junit4]   2> 	  "state":"down",
[junit4:junit4]   2> 	  "core":"collection1",
[junit4:junit4]   2> 	  "collection":"collection1",
[junit4:junit4]   2> 	  "node_name":"127.0.0.1:52427_",
[junit4:junit4]   2> 	  "base_url":"http://127.0.0.1:52427"}
[junit4:junit4]   2> 17697 T2914 oasc.Overseer$ClusterStateUpdater.updateState Collection already exists with numShards=3
[junit4:junit4]   2> 17698 T2914 oasc.Overseer$ClusterStateUpdater.updateState Assigning new node to shard shard=shard2
[junit4:junit4]   2> 17703 T2993 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 6)
[junit4:junit4]   2> 17704 T2947 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 6)
[junit4:junit4]   2> 17704 T2913 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 6)
[junit4:junit4]   2> 17704 T2932 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 6)
[junit4:junit4]   2> 17704 T2962 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 6)
[junit4:junit4]   2> 17704 T2919 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 6)
[junit4:junit4]   2> 17704 T2977 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 6)
[junit4:junit4]   2>  C165_STATE=coll:collection1 core:collection1 props:{shard=shard1, roles=null, state=recovering, core=collection1, collection=collection1, node_name=127.0.0.1:52423_, base_url=http://127.0.0.1:52423}
[junit4:junit4]   2> 18389 T2980 C165 P52423 oasc.RecoveryStrategy.doRecovery Attempting to PeerSync from http://127.0.0.1:52414/collection1/ core=collection1 - recoveringAfterStartup=true
[junit4:junit4]   2> 18389 T2980 C165 P52423 oasu.PeerSync.sync PeerSync: core=collection1 url=http://127.0.0.1:52423 START replicas=[http://127.0.0.1:52414/collection1/] nUpdates=100
[junit4:junit4]   2> 18390 T2980 C165 P52423 oasu.PeerSync.sync WARNING no frame of reference to tell of we've missed updates
[junit4:junit4]   2> 18391 T2980 C165 P52423 oasc.RecoveryStrategy.doRecovery PeerSync Recovery was not successful - trying replication. core=collection1
[junit4:junit4]   2> 18391 T2980 C165 P52423 oasc.RecoveryStrategy.doRecovery Starting Replication Recovery. core=collection1
[junit4:junit4]   2> 18391 T2980 C165 P52423 oasc.RecoveryStrategy.doRecovery Begin buffering updates. core=collection1
[junit4:junit4]   2> 18392 T2980 C165 P52423 oasu.UpdateLog.bufferUpdates Starting to buffer updates. FSUpdateLog{state=ACTIVE, tlog=null}
[junit4:junit4]   2> 18392 T2980 C165 P52423 oasc.RecoveryStrategy.replicate Attempting to replicate from http://127.0.0.1:52414/collection1/. core=collection1
[junit4:junit4]   2> 18393 T2980 C165 P52423 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=128&maxConnectionsPerHost=32&followRedirects=false
[junit4:junit4]   2> ASYNC  NEW_CORE C166 name=collection1 org.apache.solr.core.SolrCore@34e6d5eb url=http://127.0.0.1:52414/collection1 node=127.0.0.1:52414_ C166_STATE=coll:collection1 core:collection1 props:{shard=shard1, roles=null, state=active, core=collection1, collection=collection1, node_name=127.0.0.1:52414_, base_url=http://127.0.0.1:52414, leader=true}
[junit4:junit4]   2> 18399 T2927 C166 P52414 REQ /get {getVersions=100&distrib=false&wt=javabin&qt=/get&version=2} status=0 QTime=0 
[junit4:junit4]   2> 18402 T2928 C166 P52414 oasu.DirectUpdateHandler2.commit start commit{,optimize=false,openSearcher=false,waitSearcher=true,expungeDeletes=false,softCommit=false}
[junit4:junit4]   2> 18403 T2928 C166 P52414 oasc.CachingDirectoryFactory.close Releasing directory:/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.ChaosMonkeySafeLeaderTest-1360511530364/jetty1
[junit4:junit4]   2> 18406 T2928 C166 P52414 oasc.SolrDeletionPolicy.onInit SolrDeletionPolicy.onInit: commits:num=1
[junit4:junit4]   2> 		commit{dir=RateLimitedDirectoryWrapper(org.apache.lucene.store.NIOFSDirectory@/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-core/test/J0/org.apache.solr.cloud.ChaosMonkeySafeLeaderTest-1360511530364/jetty1/index lockFactory=org.apache.lucene.store.NativeFSLockFactory@5a4dcc30),segFN=segments_1,generation=1,filenames=[segments_1]
[junit4:junit4]   2> 18407 T2928 C166 P52414 oasc.SolrDeletionPolicy.updateCommits newest commit = 1[segments_1]
[junit4:junit4]   2> 18409 T2928 C166 P52414 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits:num=2
[junit4:junit4]   2> 		commit{dir=RateLimitedDirectoryWrapper(org.apache.lucene.store.NIOFSDirectory@/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-core/test/J0/org.apache.solr.cloud.ChaosMonkeySafeLeaderTest-1360511530364/jetty1/index lockFactory=org.apache.lucene.store.NativeFSLockFactory@5a4dcc30),segFN=segments_1,generation=1,filenames=[segments_1]
[junit4:junit4]   2> 		commit{dir=RateLimitedDirectoryWrapper(org.apache.lucene.store.NIOFSDirectory@/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-core/test/J0/org.apache.solr.cloud.ChaosMonkeySafeLeaderTest-1360511530364/jetty1/index lockFactory=org.apache.lucene.store.NativeFSLockFactory@5a4dcc30),segFN=segments_2,generation=2,filenames=[segments_2]
[junit4:junit4]   2> 18409 T2928 C166 P52414 oasc.SolrDeletionPolicy.updateCommits newest commit = 2[segments_2]
[junit4:junit4]   2> 18410 T2928 C166 P52414 oasc.CachingDirectoryFactory.close Releasing directory:/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.ChaosMonkeySafeLeaderTest-1360511530364/jetty1
[junit4:junit4]   2> 18411 T2928 C166 P52414 oass.SolrIndexSearcher.<init> Opening Searcher@2118ffd5 realtime
[junit4:junit4]   2> 18411 T2928 C166 P52414 oasu.DirectUpdateHandler2.commit end_commit_flush
[junit4:junit4]   2> 18412 T2928 C166 P52414 /update {waitSearcher=true&openSearcher=false&commit=true&wt=javabin&commit_end_point=true&version=2&softCommit=false} {commit=} 0 10
[junit4:junit4]   2> 18413 T2980 C165 P52423 oash.ReplicationHandler.inform Commits will be reserved for  10000
[junit4:junit4]   2> 18413 T2980 C165 P52423 oash.SnapPuller.<init>  No value set for 'pollInterval'. Timer Task not started.
[junit4:junit4]   2> 18417 T2926 C166 P52414 oash.ReplicationHandler.inform Commits will be reserved for  10000
[junit4:junit4]   2> 18417 T2926 C166 P52414 REQ /replication {command=indexversion&qt=/replication&wt=javabin&version=2} status=0 QTime=2 
[junit4:junit4]   2> 18418 T2980 C165 P52423 oash.SnapPuller.fetchLatestIndex Master's generation: 2
[junit4:junit4]   2> 18418 T2980 C165 P52423 oash.SnapPuller.fetchLatestIndex Slave's generation: 1
[junit4:junit4]   2> 18419 T2980 C165 P52423 oash.SnapPuller.fetchLatestIndex Starting replication process
[junit4:junit4]   2> 18422 T2925 C166 P52414 oasc.CachingDirectoryFactory.close Releasing directory:/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.ChaosMonkeySafeLeaderTest-1360511530364/jetty1
[junit4:junit4]   2> 18422 T2925 C166 P52414 oasc.CachingDirectoryFactory.close Releasing directory:/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.ChaosMonkeySafeLeaderTest-1360511530364/jetty1/index
[junit4:junit4]   2> 18423 T2925 C166 P52414 REQ /replication {command=filelist&qt=/replication&wt=javabin&generation=2&version=2} status=0 QTime=2 
[junit4:junit4]   2> 18423 T2980 C165 P52423 oash.SnapPuller.fetchLatestIndex Number of files in latest index in master: 1
[junit4:junit4]   2> 18425 T2980 C165 P52423 oasc.CachingDirectoryFactory.get return new directory for /Users/jenkins/jenkins-slave/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.ChaosMonkeySafeLeaderTest-1360511530364/jetty4/index.20130210105228781 forceNew:false
[junit4:junit4]   2> 18425 T2980 C165 P52423 oasc.CachingDirectoryFactory.close Releasing directory:/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.ChaosMonkeySafeLeaderTest-1360511530364/jetty4
[junit4:junit4]   2> 18426 T2980 C165 P52423 oash.SnapPuller.fetchLatestIndex Starting download to RateLimitedDirectoryWrapper(org.apache.lucene.store.NIOFSDirectory@/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-core/test/J0/org.apache.solr.cloud.ChaosMonkeySafeLeaderTest-1360511530364/jetty4/index.20130210105228781 lockFactory=org.apache.lucene.store.NativeFSLockFactory@3c2dbd50) fullCopy=true
[junit4:junit4]   2> 18429 T2927 C166 P52414 REQ /replication {file=segments_2&command=filecontent&checksum=true&wt=filestream&qt=/replication&generation=2} status=0 QTime=0 
[junit4:junit4]   2> 18431 T2980 C165 P52423 oasc.CachingDirectoryFactory.close Releasing directory:/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.ChaosMonkeySafeLeaderTest-1360511530364/jetty4/index
[junit4:junit4]   2> 18431 T2980 C165 P52423 oash.SnapPuller.fetchLatestIndex Total time taken for download : 0 secs
[junit4:junit4]   2> 18431 T2980 C165 P52423 oash.SnapPuller.modifyIndexProps New index installed. Updating index properties... index=index.20130210105228781
[junit4:junit4]   2> 18433 T2980 C165 P52423 oasc.CachingDirectoryFactory.close Releasing directory:/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.ChaosMonkeySafeLeaderTest-1360511530364/jetty4
[junit4:junit4]   2> 18433 T2980 C165 P52423 oasc.CachingDirectoryFactory.close Releasing directory:/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.ChaosMonkeySafeLeaderTest-1360511530364/jetty4
[junit4:junit4]   2> 18434 T2980 C165 P52423 oasc.SolrCore.getNewIndexDir New index directory detected: old=./org.apache.solr.cloud.ChaosMonkeySafeLeaderTest-1360511530364/jetty4/index/ new=./org.apache.solr.cloud.ChaosMonkeySafeLeaderTest-1360511530364/jetty4/index.20130210105228781
[junit4:junit4]   2> 18436 T2980 C165 P52423 oasc.SolrDeletionPolicy.onInit SolrDeletionPolicy.onInit: commits:num=1
[junit4:junit4]   2> 		commit{dir=RateLimitedDirectoryWrapper(org.apache.lucene.store.NIOFSDirectory@/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-core/test/J0/org.apache.solr.cloud.ChaosMonkeySafeLeaderTest-1360511530364/jetty4/index.20130210105228781 lockFactory=org.apache.lucene.store.NativeFSLockFactory@3c2dbd50),segFN=segments_2,generation=2,filenames=[segments_2]
[junit4:junit4]   2> 18437 T2980 C165 P52423 oasc.SolrDeletionPolicy.updateCommits newest commit = 2[segments_2]
[junit4:junit4]   2> 18438 T2980 C165 P52423 oasc.CachingDirectoryFactory.close Releasing directory:/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.ChaosMonkeySafeLeaderTest-1360511530364/jetty4
[junit4:junit4]   2> 18439 T2980 C165 P52423 oasu.DefaultSolrCoreState.newIndexWriter Creating new IndexWriter...
[junit4:junit4]   2> 18439 T2980 C165 P52423 oasu.DefaultSolrCoreState.newIndexWriter Waiting until IndexWriter is unused... core=collection1
[junit4:junit4]   2> 18439 T2980 C165 P52423 oasu.DefaultSolrCoreState.newIndexWriter Rollback old IndexWriter... core=collection1
[junit4:junit4]   2> 18440 T2980 C165 P52423 oasc.CachingDirectoryFactory.close Releasing directory:/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.ChaosMonkeySafeLeaderTest-1360511530364/jetty4/index.20130210105228781
[junit4:junit4]   2> 18441 T2980 C165 P52423 oasc.CachingDirectoryFactory.close Releasing directory:/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.ChaosMonkeySafeLeaderTest-1360511530364/jetty4
[junit4:junit4]   2> 18444 T2980 C165 P52423 oasc.SolrDeletionPolicy.onInit SolrDeletionPolicy.onInit: commits:num=1
[junit4:junit4]   2> 		commit{dir=RateLimitedDirectoryWrapper(org.apache.lucene.store.NIOFSDirectory@/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-core/test/J0/org.apache.solr.cloud.ChaosMonkeySafeLeaderTest-1360511530364/jetty4/index.20130210105228781 lockFactory=org.apache.lucene.store.NativeFSLockFactory@3c2dbd50),segFN=segments_2,generation=2,filenames=[segments_2]
[junit4:junit4]   2> 18444 T2980 C165 P52423 oasc.SolrDeletionPolicy.updateCommits newest commit = 2[segments_2]
[junit4:junit4]   2> 18444 T2980 C165 P52423 oasu.DefaultSolrCoreState.newIndexWriter New IndexWriter is ready to be used.
[junit4:junit4]   2> 18445 T2980 C165 P52423 oasc.CachingDirectoryFactory.close Releasing directory:/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.ChaosMonkeySafeLeaderTest-1360511530364/jetty4
[junit4:junit4]   2> 18445 T2980 C165 P52423 oass.SolrIndexSearcher.<init> Opening Searcher@5dedfefb main
[junit4:junit4]   2> 18447 T2979 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@5dedfefb main{StandardDirectoryReader(segments_2:1:nrt)}
[junit4:junit4]   2> 18448 T2979 oasc.CachingDirectoryFactory.close Releasing directory:/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.ChaosMonkeySafeLeaderTest-1360511530364/jetty4/index
[junit4:junit4]   2> 18448 T2980 C165 P52423 oasu.DirectUpdateHandler2.commit start commit{,optimize=false,openSearcher=false,waitSearcher=false,expungeDeletes=false,softCommit=false}
[junit4:junit4]   2> 18450 T2980 C165 P52423 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits:num=2
[junit4:junit4]   2> 		commit{dir=RateLimitedDirectoryWrapper(org.apache.lucene.store.NIOFSDirectory@/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-core/test/J0/org.apache.solr.cloud.ChaosMonkeySafeLeaderTest-1360511530364/jetty4/index.20130210105228781 lockFactory=org.apache.lucene.store.NativeFSLockFactory@3c2dbd50),segFN=segments_2,generation=2,filenames=[segments_2]
[junit4:junit4]   2> 		commit{dir=RateLimitedDirectoryWrapper(org.apache.lucene.store.NIOFSDirectory@/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-core/test/J0/org.apache.solr.cloud.ChaosMonkeySafeLeaderTest-1360511530364/jetty4/index.20130210105228781 lockFactory=org.apache.lucene.store.NativeFSLockFactory@3c2dbd50),segFN=segments_3,generation=3,filenames=[segments_3]
[junit4:junit4]   2> 18450 T2980 C165 P52423 oasc.SolrDeletionPolicy.updateCommits newest commit = 3[segments_3]
[junit4:junit4]   2> 18451 T2980 C165 P52423 oasc.CachingDirectoryFactory.close Releasing directory:/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.ChaosMonkeySafeLeaderTest-1360511530364/jetty4
[junit4:junit4]   2> 18452 T2980 C165 P52423 oasu.DirectUpdateHandler2.commit end_commit_flush
[junit4:junit4]   2> 18452 T2980 C165 P52423 oasc.CachingDirectoryFactory.close Releasing directory:/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.ChaosMonkeySafeLeaderTest-1360511530364/jetty4/index.20130210105228781
[junit4:junit4]   2> 18452 T2980 C165 P52423 oasc.CachingDirectoryFactory.close Releasing directory:/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.ChaosMonkeySafeLeaderTest-1360511530364/jetty4/index
[junit4:junit4]   2> 18453 T2980 C165 P52423 oasc.RecoveryStrategy.replay No replay needed. core=collection1
[junit4:junit4]   2> 18453 T2980 C165 P52423 oasc.RecoveryStrategy.doRecovery Replication Recovery was successful - registering as Active. core=collection1
[junit4:junit4]   2> 18453 T2980 C165 P52423 oasc.ZkController.publish publishing co

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

ucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:70)
[junit4:junit4]    > 	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:48)
[junit4:junit4]    > 	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
[junit4:junit4]    > 	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:358)
[junit4:junit4]    > 	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:782)
[junit4:junit4]    > 	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:442)
[junit4:junit4]    > 	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:746)
[junit4:junit4]    > 	at com.carrotsearch.randomizedtesting.RandomizedRunner$3.evaluate(RandomizedRunner.java:648)
[junit4:junit4]    > 	at com.carrotsearch.randomizedtesting.RandomizedRunner$4.evaluate(RandomizedRunner.java:682)
[junit4:junit4]    > 	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:693)
[junit4:junit4]    > 	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
[junit4:junit4]    > 	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:53)
[junit4:junit4]    > 	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:46)
[junit4:junit4]    > 	at org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:42)
[junit4:junit4]    > 	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesInvariantRule$1.evaluate(SystemPropertiesInvariantRule.java:55)
[junit4:junit4]    > 	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:39)
[junit4:junit4]    > 	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:39)
[junit4:junit4]    > 	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
[junit4:junit4]    > 	at org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:43)
[junit4:junit4]    > 	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:48)
[junit4:junit4]    > 	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:70)
[junit4:junit4]    > 	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:55)
[junit4:junit4]    > 	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
[junit4:junit4]    > 	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:358)
[junit4:junit4]    > 	at java.lang.Thread.run(Thread.java:722)
[junit4:junit4]    > Caused by: java.net.SocketException: Invalid argument
[junit4:junit4]    > 	at java.net.SocketInputStream.socketRead0(Native Method)
[junit4:junit4]    > 	at java.net.SocketInputStream.read(SocketInputStream.java:150)
[junit4:junit4]    > 	at java.net.SocketInputStream.read(SocketInputStream.java:121)
[junit4:junit4]    > 	at org.apache.http.impl.io.AbstractSessionInputBuffer.fillBuffer(AbstractSessionInputBuffer.java:149)
[junit4:junit4]    > 	at org.apache.http.impl.io.SocketInputBuffer.fillBuffer(SocketInputBuffer.java:111)
[junit4:junit4]    > 	at org.apache.http.impl.io.AbstractSessionInputBuffer.readLine(AbstractSessionInputBuffer.java:264)
[junit4:junit4]    > 	at org.apache.http.impl.conn.DefaultResponseParser.parseHead(DefaultResponseParser.java:98)
[junit4:junit4]    > 	at org.apache.http.impl.io.AbstractMessageParser.parse(AbstractMessageParser.java:252)
[junit4:junit4]    > 	at org.apache.http.impl.AbstractHttpClientConnection.receiveResponseHeader(AbstractHttpClientConnection.java:282)
[junit4:junit4]    > 	at org.apache.http.impl.conn.DefaultClientConnection.receiveResponseHeader(DefaultClientConnection.java:247)
[junit4:junit4]    > 	at org.apache.http.impl.conn.AbstractClientConnAdapter.receiveResponseHeader(AbstractClientConnAdapter.java:216)
[junit4:junit4]    > 	at org.apache.http.protocol.HttpRequestExecutor.doReceiveResponse(HttpRequestExecutor.java:298)
[junit4:junit4]    > 	at org.apache.http.protocol.HttpRequestExecutor.execute(HttpRequestExecutor.java:125)
[junit4:junit4]    > 	at org.apache.http.impl.client.DefaultRequestDirector.tryExecute(DefaultRequestDirector.java:647)
[junit4:junit4]    > 	at org.apache.http.impl.client.DefaultRequestDirector.execute(DefaultRequestDirector.java:464)
[junit4:junit4]    > 	at org.apache.http.impl.client.AbstractHttpClient.execute(AbstractHttpClient.java:820)
[junit4:junit4]    > 	at org.apache.http.impl.client.AbstractHttpClient.execute(AbstractHttpClient.java:754)
[junit4:junit4]    > 	at org.apache.http.impl.client.AbstractHttpClient.execute(AbstractHttpClient.java:732)
[junit4:junit4]    > 	at org.apache.solr.client.solrj.impl.HttpSolrServer.request(HttpSolrServer.java:353)
[junit4:junit4]    > 	... 46 more
[junit4:junit4]   2> 538448 T2891 oas.SolrTestCaseJ4.deleteCore ###deleteCore
[junit4:junit4]   2> NOTE: test params are: codec=Lucene42: {range_facet_l=PostingsFormat(name=Direct), text=MockFixedIntBlock(blockSize=1176), _version_=PostingsFormat(name=Direct), rnd_b=Pulsing41(freqCutoff=9 minBlockSize=99 maxBlockSize=207), intDefault=PostingsFormat(name=Direct), timestamp=PostingsFormat(name=Direct), id=Pulsing41(freqCutoff=9 minBlockSize=99 maxBlockSize=207), a_t=PostingsFormat(name=Direct), range_facet_sl=MockFixedIntBlock(blockSize=1176), range_facet_si=PostingsFormat(name=Asserting), other_tl1=PostingsFormat(name=Direct), multiDefault=PostingsFormat(name=Asserting), a_si=PostingsFormat(name=Asserting)}, docValues:{}, sim=DefaultSimilarity, locale=sv, timezone=EST5EDT
[junit4:junit4]   2> NOTE: Mac OS X 10.8.2 x86_64/Oracle Corporation 1.7.0_10 (64-bit)/cpus=2,threads=2,free=174335984,total=519438336
[junit4:junit4]   2> NOTE: All tests run in this JVM: [PathHierarchyTokenizerFactoryTest, TestDocSet, SolrInfoMBeanTest, MultiTermTest, TestGroupingSearch, TestReversedWildcardFilterFactory, IndexReaderFactoryTest, IndexSchemaTest, TestUpdate, SuggesterTest, SoftAutoCommitTest, SyncSliceTest, LukeRequestHandlerTest, TestQuerySenderListener, ReturnFieldsTest, LeaderElectionTest, EchoParamsTest, FullSolrCloudDistribCmdsTest, TestLMDirichletSimilarityFactory, TestValueSourceCache, DistributedTermsComponentTest, SynonymTokenizerTest, XmlUpdateRequestHandlerTest, TestBM25SimilarityFactory, TestExtendedDismaxParser, TestDFRSimilarityFactory, TestAnalyzedSuggestions, TestSolrQueryParser, TestDistributedSearch, TestCoreContainer, ClusterStateTest, OverseerTest, TestLRUCache, SpellCheckCollatorTest, TestStressLucene, TestSystemIdResolver, QueryParsingTest, TestDistributedGrouping, JSONWriterTest, IndexBasedSpellCheckerTest, TermsComponentTest, TestCSVLoader, TestCSVResponseWriter, DirectUpdateHandlerOptimizeTest, ShardRoutingCustomTest, TestPostingsSolrHighlighter, SearchHandlerTest, TestPerFieldSimilarity, UUIDFieldTest, TestQueryUtils, IndexSchemaRuntimeFieldTest, TestFastOutputStream, SignatureUpdateProcessorFactoryTest, CopyFieldTest, TestSolrDeletionPolicy1, PluginInfoTest, TestArbitraryIndexDir, StatsComponentTest, DistanceFunctionTest, TestComponentsName, TestFoldingMultitermQuery, RegexBoostProcessorTest, TestQueryTypes, TimeZoneUtilsTest, MinimalSchemaTest, UniqFieldsUpdateProcessorFactoryTest, TestLazyCores, ShardRoutingTest, ShowFileRequestHandlerTest, TestRandomFaceting, TestFastLRUCache, RequiredFieldsTest, ConvertedLegacyTest, RecoveryZkTest, TestSolrIndexConfig, XsltUpdateRequestHandlerTest, TestXIncludeConfig, TestFaceting, LegacyHTMLStripCharFilterTest, SimpleFacetsTest, DocumentBuilderTest, CollectionsAPIDistributedZkTest, UpdateRequestProcessorFactoryTest, ResponseLogComponentTest, OverseerCollectionProcessorTest, TestJoin, DocumentAnalysisRequestHandlerTest, StatelessScriptUpdateProcessorFactoryTest, SolrCmdDistributorTest, BasicZkTest, TestDocumentBuilder, SimplePostToolTest, TestHashPartitioner, SpatialFilterTest, CircularListTest, DirectUpdateHandlerTest, PeerSyncTest, TestCollationKeyRangeQueries, DebugComponentTest, HighlighterConfigTest, TestNumberUtils, MBeansHandlerTest, ChaosMonkeyNothingIsSafeTest, ZkControllerTest, TestRemoteStreaming, TestWordDelimiterFilterFactory, TestZkChroot, ChaosMonkeySafeLeaderTest]
[junit4:junit4] Completed in 538.50s, 1 test, 1 error <<< FAILURES!

[...truncated 433 lines...]
BUILD FAILED
/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-4.x-MacOSX/build.xml:381: The following error occurred while executing this line:
/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-4.x-MacOSX/build.xml:361: The following error occurred while executing this line:
/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-4.x-MacOSX/build.xml:39: The following error occurred while executing this line:
/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-4.x-MacOSX/solr/build.xml:183: The following error occurred while executing this line:
/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-4.x-MacOSX/solr/common-build.xml:447: The following error occurred while executing this line:
/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-4.x-MacOSX/lucene/common-build.xml:1202: The following error occurred while executing this line:
/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-4.x-MacOSX/lucene/common-build.xml:865: There were test failures: 251 suites, 1043 tests, 1 error, 13 ignored (2 assumptions)

Total time: 69 minutes 25 seconds
Build step 'Invoke Ant' marked build as failure
Archiving artifacts
Recording test results
Description set: Java: 64bit/jdk1.7.0 -XX:+UseConcMarkSweepGC
Email was triggered for: Failure
Sending email for trigger: Failure