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/03/15 08:27:37 UTC

[JENKINS] Lucene-Solr-trunk-MacOSX (64bit/jdk1.7.0) - Build # 324 - Failure!

Build: http://jenkins.thetaphi.de/job/Lucene-Solr-trunk-MacOSX/324/
Java: 64bit/jdk1.7.0 -XX:+UseG1GC

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

Error Message:
No live SolrServers available to handle this request:[http://127.0.0.1:50073/collection1, http://127.0.0.1:50076/collection1, http://127.0.0.1:50094/collection1, http://127.0.0.1:50111/collection1, http://127.0.0.1:50070/collection1, http://127.0.0.1:50101/collection1, http://127.0.0.1:50067/collection1, http://127.0.0.1:50116/collection1]

Stack Trace:
org.apache.solr.client.solrj.SolrServerException: No live SolrServers available to handle this request:[http://127.0.0.1:50073/collection1, http://127.0.0.1:50076/collection1, http://127.0.0.1:50094/collection1, http://127.0.0.1:50111/collection1, http://127.0.0.1:50070/collection1, http://127.0.0.1:50101/collection1, http://127.0.0.1:50067/collection1, http://127.0.0.1:50116/collection1]
	at __randomizedtesting.SeedInfo.seed([6FFD40A8B2FFDED1:EE1BCEB0C5A0BEED]:0)
	at org.apache.solr.client.solrj.impl.LBHttpSolrServer.request(LBHttpSolrServer.java:333)
	at org.apache.solr.client.solrj.impl.CloudSolrServer.request(CloudSolrServer.java:306)
	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:973)
	at org.apache.solr.cloud.ChaosMonkeySafeLeaderTest.doTest(ChaosMonkeySafeLeaderTest.java:137)
	at org.apache.solr.BaseDistributedSearchTestCase.testDistribSearch(BaseDistributedSearchTestCase.java:806)
	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: org.apache.solr.client.solrj.SolrServerException: IOException occured when talking to server at: http://127.0.0.1:50073/collection1
	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.impl.LBHttpSolrServer.request(LBHttpSolrServer.java:298)
	... 46 more
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:166)
	at org.apache.http.impl.io.SocketInputBuffer.fillBuffer(SocketInputBuffer.java:90)
	at org.apache.http.impl.io.AbstractSessionInputBuffer.readLine(AbstractSessionInputBuffer.java:281)
	at org.apache.http.impl.conn.DefaultHttpResponseParser.parseHead(DefaultHttpResponseParser.java:92)
	at org.apache.http.impl.conn.DefaultHttpResponseParser.parseHead(DefaultHttpResponseParser.java:62)
	at org.apache.http.impl.io.AbstractMessageParser.parse(AbstractMessageParser.java:254)
	at org.apache.http.impl.AbstractHttpClientConnection.receiveResponseHeader(AbstractHttpClientConnection.java:289)
	at org.apache.http.impl.conn.DefaultClientConnection.receiveResponseHeader(DefaultClientConnection.java:252)
	at org.apache.http.impl.conn.ManagedClientConnectionImpl.receiveResponseHeader(ManagedClientConnectionImpl.java:191)
	at org.apache.http.protocol.HttpRequestExecutor.doReceiveResponse(HttpRequestExecutor.java:300)
	at org.apache.http.protocol.HttpRequestExecutor.execute(HttpRequestExecutor.java:127)
	at org.apache.http.impl.client.DefaultRequestDirector.tryExecute(DefaultRequestDirector.java:717)
	at org.apache.http.impl.client.DefaultRequestDirector.execute(DefaultRequestDirector.java:522)
	at org.apache.http.impl.client.AbstractHttpClient.execute(AbstractHttpClient.java:906)
	at org.apache.http.impl.client.AbstractHttpClient.execute(AbstractHttpClient.java:805)
	at org.apache.http.impl.client.AbstractHttpClient.execute(AbstractHttpClient.java:784)
	at org.apache.solr.client.solrj.impl.HttpSolrServer.request(HttpSolrServer.java:353)
	... 48 more




Build Log:
[...truncated 9284 lines...]
[junit4:junit4] Suite: org.apache.solr.cloud.ChaosMonkeySafeLeaderTest
[junit4:junit4]   2> 0 T3454 oas.BaseDistributedSearchTestCase.initHostContext Setting hostContext system property: /
[junit4:junit4]   2> 10 T3454 oas.SolrTestCaseJ4.setUp ###Starting testDistribSearch
[junit4:junit4]   2> Creating dataDir: /Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./solrtest-ChaosMonkeySafeLeaderTest-1363331152459
[junit4:junit4]   2> 13 T3454 oasc.ZkTestServer.run STARTING ZK TEST SERVER
[junit4:junit4]   2> 15 T3455 oasc.ZkTestServer$ZKServerMain.runFromConfig Starting server
[junit4:junit4]   2> 18 T3455 oazs.ZooKeeperServer.setTickTime tickTime set to 1000
[junit4:junit4]   2> 19 T3455 oazs.ZooKeeperServer.setMinSessionTimeout minSessionTimeout set to -1
[junit4:junit4]   2> 19 T3455 oazs.ZooKeeperServer.setMaxSessionTimeout maxSessionTimeout set to -1
[junit4:junit4]   2> 20 T3455 oazs.NIOServerCnxnFactory.configure binding to port 0.0.0.0/0.0.0.0:0
[junit4:junit4]   2> 22 T3455 oazsp.FileTxnSnapLog.save Snapshotting: 0x0 to /Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.ChaosMonkeySafeLeaderTest-1363331152458/zookeeper/server1/data/version-2/snapshot.0
[junit4:junit4]   2> 119 T3454 oasc.ZkTestServer.run start zk server on port:50060
[junit4:junit4]   2> 120 T3454 oaz.ZooKeeper.<init> Initiating client connection, connectString=127.0.0.1:50060 sessionTimeout=10000 watcher=org.apache.solr.common.cloud.ConnectionManager@27ce5952
[junit4:junit4]   2> 122 T3454 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
[junit4:junit4]   2> 122 T3460 oaz.ClientCnxn$SendThread.logStartConnect Opening socket connection to server localhost/127.0.0.1:50060. Will not attempt to authenticate using SASL (access denied ("javax.security.auth.AuthPermission" "getLoginConfiguration"))
[junit4:junit4]   2> 123 T3460 oaz.ClientCnxn$SendThread.primeConnection Socket connection established to localhost/127.0.0.1:50060, initiating session
[junit4:junit4]   2> 125 T3456 oazs.NIOServerCnxnFactory.run Accepted socket connection from /127.0.0.1:50061
[junit4:junit4]   2> 125 T3456 oazs.ZooKeeperServer.processConnectRequest Client attempting to establish new session at /127.0.0.1:50061
[junit4:junit4]   2> 126 T3458 oazsp.FileTxnLog.append Creating new log file: log.1
[junit4:junit4]   2> 142 T3458 oazs.ZooKeeperServer.finishSessionInit Established session 0x13d6cde7a570000 with negotiated timeout 10000 for client /127.0.0.1:50061
[junit4:junit4]   2> 142 T3460 oaz.ClientCnxn$SendThread.onConnected Session establishment complete on server localhost/127.0.0.1:50060, sessionid = 0x13d6cde7a570000, negotiated timeout = 10000
[junit4:junit4]   2> 148 T3461 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@27ce5952 name:ZooKeeperConnection Watcher:127.0.0.1:50060 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
[junit4:junit4]   2> 149 T3454 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
[junit4:junit4]   2> 150 T3454 oascc.SolrZkClient.makePath makePath: /solr
[junit4:junit4]   2> 157 T3459 oazs.PrepRequestProcessor.pRequest2Txn Processed session termination for sessionid: 0x13d6cde7a570000
[junit4:junit4]   2> 159 T3456 oazs.NIOServerCnxn.closeSock Closed socket connection for client /127.0.0.1:50061 which had sessionid 0x13d6cde7a570000
[junit4:junit4]   2> 160 T3454 oaz.ZooKeeper.close Session: 0x13d6cde7a570000 closed
[junit4:junit4]   2> 161 T3454 oaz.ZooKeeper.<init> Initiating client connection, connectString=127.0.0.1:50060/solr sessionTimeout=10000 watcher=org.apache.solr.common.cloud.ConnectionManager@4efe7081
[junit4:junit4]   2> 179 T3462 oaz.ClientCnxn$SendThread.logStartConnect Opening socket connection to server localhost/127.0.0.1:50060. Will not attempt to authenticate using SASL (access denied ("javax.security.auth.AuthPermission" "getLoginConfiguration"))
[junit4:junit4]   2> 180 T3454 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
[junit4:junit4]   2> 161 T3461 oaz.ClientCnxn$EventThread.run EventThread shut down
[junit4:junit4]   2> 194 T3462 oaz.ClientCnxn$SendThread.primeConnection Socket connection established to localhost/127.0.0.1:50060, initiating session
[junit4:junit4]   2> 195 T3456 oazs.NIOServerCnxnFactory.run Accepted socket connection from /127.0.0.1:50062
[junit4:junit4]   2> 202 T3456 oazs.ZooKeeperServer.processConnectRequest Client attempting to establish new session at /127.0.0.1:50062
[junit4:junit4]   2> 204 T3458 oazs.ZooKeeperServer.finishSessionInit Established session 0x13d6cde7a570001 with negotiated timeout 10000 for client /127.0.0.1:50062
[junit4:junit4]   2> 204 T3462 oaz.ClientCnxn$SendThread.onConnected Session establishment complete on server localhost/127.0.0.1:50060, sessionid = 0x13d6cde7a570001, negotiated timeout = 10000
[junit4:junit4]   2> 205 T3463 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@4efe7081 name:ZooKeeperConnection Watcher:127.0.0.1:50060/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
[junit4:junit4]   2> 206 T3454 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
[junit4:junit4]   2> 207 T3454 oascc.SolrZkClient.makePath makePath: /collections/collection1
[junit4:junit4]   2> 213 T3454 oascc.SolrZkClient.makePath makePath: /collections/collection1/shards
[junit4:junit4]   2> 222 T3454 oascc.SolrZkClient.makePath makePath: /collections/control_collection
[junit4:junit4]   2> 240 T3454 oascc.SolrZkClient.makePath makePath: /collections/control_collection/shards
[junit4:junit4]   2> 259 T3454 oasc.AbstractZkTestCase.putConfig put /Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test-files/solr/collection1/conf/solrconfig-tlog.xml to /configs/conf1/solrconfig.xml
[junit4:junit4]   2> 263 T3454 oascc.SolrZkClient.makePath makePath: /configs/conf1/solrconfig.xml
[junit4:junit4]   2> 279 T3454 oasc.AbstractZkTestCase.putConfig put /Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test-files/solr/collection1/conf/schema.xml to /configs/conf1/schema.xml
[junit4:junit4]   2> 281 T3454 oascc.SolrZkClient.makePath makePath: /configs/conf1/schema.xml
[junit4:junit4]   2> 290 T3454 oasc.AbstractZkTestCase.putConfig put /Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test-files/solr/collection1/conf/stopwords.txt to /configs/conf1/stopwords.txt
[junit4:junit4]   2> 293 T3454 oascc.SolrZkClient.makePath makePath: /configs/conf1/stopwords.txt
[junit4:junit4]   2> 314 T3454 oasc.AbstractZkTestCase.putConfig put /Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test-files/solr/collection1/conf/protwords.txt to /configs/conf1/protwords.txt
[junit4:junit4]   2> 317 T3454 oascc.SolrZkClient.makePath makePath: /configs/conf1/protwords.txt
[junit4:junit4]   2> 339 T3454 oasc.AbstractZkTestCase.putConfig put /Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test-files/solr/collection1/conf/currency.xml to /configs/conf1/currency.xml
[junit4:junit4]   2> 343 T3454 oascc.SolrZkClient.makePath makePath: /configs/conf1/currency.xml
[junit4:junit4]   2> 359 T3454 oasc.AbstractZkTestCase.putConfig put /Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test-files/solr/collection1/conf/open-exchange-rates.json to /configs/conf1/open-exchange-rates.json
[junit4:junit4]   2> 360 T3454 oascc.SolrZkClient.makePath makePath: /configs/conf1/open-exchange-rates.json
[junit4:junit4]   2> 369 T3454 oasc.AbstractZkTestCase.putConfig put /Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test-files/solr/collection1/conf/mapping-ISOLatin1Accent.txt to /configs/conf1/mapping-ISOLatin1Accent.txt
[junit4:junit4]   2> 371 T3454 oascc.SolrZkClient.makePath makePath: /configs/conf1/mapping-ISOLatin1Accent.txt
[junit4:junit4]   2> 383 T3454 oasc.AbstractZkTestCase.putConfig put /Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test-files/solr/collection1/conf/old_synonyms.txt to /configs/conf1/old_synonyms.txt
[junit4:junit4]   2> 385 T3454 oascc.SolrZkClient.makePath makePath: /configs/conf1/old_synonyms.txt
[junit4:junit4]   2> 396 T3454 oasc.AbstractZkTestCase.putConfig put /Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test-files/solr/collection1/conf/synonyms.txt to /configs/conf1/synonyms.txt
[junit4:junit4]   2> 399 T3454 oascc.SolrZkClient.makePath makePath: /configs/conf1/synonyms.txt
[junit4:junit4]   2> 410 T3459 oazs.PrepRequestProcessor.pRequest2Txn Processed session termination for sessionid: 0x13d6cde7a570001
[junit4:junit4]   2> 412 T3456 oazs.NIOServerCnxn.closeSock Closed socket connection for client /127.0.0.1:50062 which had sessionid 0x13d6cde7a570001
[junit4:junit4]   2> 412 T3454 oaz.ZooKeeper.close Session: 0x13d6cde7a570001 closed
[junit4:junit4]   2> 413 T3463 oaz.ClientCnxn$EventThread.run EventThread shut down
[junit4:junit4]   2> 928 T3454 oejs.Server.doStart jetty-8.1.8.v20121106
[junit4:junit4]   2> 938 T3454 oejs.AbstractConnector.doStart Started SelectChannelConnector@127.0.0.1:50063
[junit4:junit4]   2> 940 T3454 oass.SolrDispatchFilter.init SolrDispatchFilter.init()
[junit4:junit4]   2> 941 T3454 oasc.SolrResourceLoader.locateSolrHome JNDI not configured for solr (NoInitialContextEx)
[junit4:junit4]   2> 941 T3454 oasc.SolrResourceLoader.locateSolrHome using system property solr.solr.home: /Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.ChaosMonkeySafeLeaderTest-controljetty-1363331152861
[junit4:junit4]   2> 942 T3454 oasc.CoreContainer$Initializer.initialize looking for solr config file: /Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.ChaosMonkeySafeLeaderTest-controljetty-1363331152861/solr.xml
[junit4:junit4]   2> 943 T3454 oasc.CoreContainer.<init> New CoreContainer 2066404121
[junit4:junit4]   2> 944 T3454 oasc.CoreContainer.load Loading CoreContainer using Solr Home: '/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.ChaosMonkeySafeLeaderTest-controljetty-1363331152861/'
[junit4:junit4]   2> 945 T3454 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.ChaosMonkeySafeLeaderTest-controljetty-1363331152861/'
[junit4:junit4]   2> 1008 T3454 oashc.HttpShardHandlerFactory.getParameter Setting socketTimeout to: 120000
[junit4:junit4]   2> 1010 T3454 oashc.HttpShardHandlerFactory.getParameter Setting urlScheme to: http://
[junit4:junit4]   2> 1011 T3454 oashc.HttpShardHandlerFactory.getParameter Setting connTimeout to: 15000
[junit4:junit4]   2> 1011 T3454 oashc.HttpShardHandlerFactory.getParameter Setting maxConnectionsPerHost to: 20
[junit4:junit4]   2> 1012 T3454 oashc.HttpShardHandlerFactory.getParameter Setting corePoolSize to: 0
[junit4:junit4]   2> 1013 T3454 oashc.HttpShardHandlerFactory.getParameter Setting maximumPoolSize to: 2147483647
[junit4:junit4]   2> 1014 T3454 oashc.HttpShardHandlerFactory.getParameter Setting maxThreadIdleTime to: 5
[junit4:junit4]   2> 1015 T3454 oashc.HttpShardHandlerFactory.getParameter Setting sizeOfQueue to: -1
[junit4:junit4]   2> 1016 T3454 oashc.HttpShardHandlerFactory.getParameter Setting fairnessPolicy to: false
[junit4:junit4]   2> 1017 T3454 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnectionsPerHost=20&maxConnections=10000&socketTimeout=120000&connTimeout=15000&retry=false
[junit4:junit4]   2> 1036 T3454 oasc.CoreContainer.load Registering Log Listener
[junit4:junit4]   2> 1063 T3454 oasc.CoreContainer.initZooKeeper Zookeeper client=127.0.0.1:50060/solr
[junit4:junit4]   2> 1064 T3454 oasc.ZkController.checkChrootPath zkHost includes chroot
[junit4:junit4]   2> 1065 T3454 oaz.ZooKeeper.<init> Initiating client connection, connectString=127.0.0.1:50060 sessionTimeout=60000 watcher=org.apache.solr.common.cloud.ConnectionManager@466208c
[junit4:junit4]   2> 1068 T3473 oaz.ClientCnxn$SendThread.logStartConnect Opening socket connection to server localhost/127.0.0.1:50060. Will not attempt to authenticate using SASL (access denied ("javax.security.auth.AuthPermission" "getLoginConfiguration"))
[junit4:junit4]   2> 1067 T3454 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
[junit4:junit4]   2> 1071 T3473 oaz.ClientCnxn$SendThread.primeConnection Socket connection established to localhost/127.0.0.1:50060, initiating session
[junit4:junit4]   2> 1071 T3456 oazs.NIOServerCnxnFactory.run Accepted socket connection from /127.0.0.1:50064
[junit4:junit4]   2> 1072 T3456 oazs.ZooKeeperServer.processConnectRequest Client attempting to establish new session at /127.0.0.1:50064
[junit4:junit4]   2> 1074 T3458 oazs.ZooKeeperServer.finishSessionInit Established session 0x13d6cde7a570002 with negotiated timeout 20000 for client /127.0.0.1:50064
[junit4:junit4]   2> 1074 T3473 oaz.ClientCnxn$SendThread.onConnected Session establishment complete on server localhost/127.0.0.1:50060, sessionid = 0x13d6cde7a570002, negotiated timeout = 20000
[junit4:junit4]   2> 1075 T3474 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@466208c name:ZooKeeperConnection Watcher:127.0.0.1:50060 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
[junit4:junit4]   2> 1075 T3454 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
[junit4:junit4]   2> 1078 T3459 oazs.PrepRequestProcessor.pRequest2Txn Processed session termination for sessionid: 0x13d6cde7a570002
[junit4:junit4]   2> 1079 T3456 oazs.NIOServerCnxn.closeSock Closed socket connection for client /127.0.0.1:50064 which had sessionid 0x13d6cde7a570002
[junit4:junit4]   2> 1080 T3474 oaz.ClientCnxn$EventThread.run EventThread shut down
[junit4:junit4]   2> 1080 T3454 oaz.ZooKeeper.close Session: 0x13d6cde7a570002 closed
[junit4:junit4]   2> 1081 T3454 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=500&maxConnectionsPerHost=16&socketTimeout=120000&connTimeout=15000
[junit4:junit4]   2> 1090 T3454 oaz.ZooKeeper.<init> Initiating client connection, connectString=127.0.0.1:50060/solr sessionTimeout=30000 watcher=org.apache.solr.common.cloud.ConnectionManager@59ae5261
[junit4:junit4]   2> 1093 T3454 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
[junit4:junit4]   2> 1094 T3475 oaz.ClientCnxn$SendThread.logStartConnect Opening socket connection to server localhost/127.0.0.1:50060. Will not attempt to authenticate using SASL (access denied ("javax.security.auth.AuthPermission" "getLoginConfiguration"))
[junit4:junit4]   2> 1095 T3475 oaz.ClientCnxn$SendThread.primeConnection Socket connection established to localhost/127.0.0.1:50060, initiating session
[junit4:junit4]   2> 1096 T3456 oazs.NIOServerCnxnFactory.run Accepted socket connection from /127.0.0.1:50065
[junit4:junit4]   2> 1097 T3456 oazs.ZooKeeperServer.processConnectRequest Client attempting to establish new session at /127.0.0.1:50065
[junit4:junit4]   2> 1098 T3458 oazs.ZooKeeperServer.finishSessionInit Established session 0x13d6cde7a570003 with negotiated timeout 20000 for client /127.0.0.1:50065
[junit4:junit4]   2> 1099 T3475 oaz.ClientCnxn$SendThread.onConnected Session establishment complete on server localhost/127.0.0.1:50060, sessionid = 0x13d6cde7a570003, negotiated timeout = 20000
[junit4:junit4]   2> 1099 T3476 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@59ae5261 name:ZooKeeperConnection Watcher:127.0.0.1:50060/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
[junit4:junit4]   2> 1100 T3454 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
[junit4:junit4]   2> 1104 T3459 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13d6cde7a570003 type:create cxid:0x2 zxid:0x1a txntype:-1 reqpath:n/a Error Path:/solr/overseer Error:KeeperErrorCode = NodeExists for /solr/overseer
[junit4:junit4]   2> 1108 T3454 oascc.SolrZkClient.makePath makePath: /live_nodes
[junit4:junit4]   2> 1113 T3454 oasc.ZkController.createEphemeralLiveNode Register node as live in ZooKeeper:/live_nodes/127.0.0.1:50063_
[junit4:junit4]   2> 1115 T3459 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13d6cde7a570003 type:delete cxid:0x8 zxid:0x1c txntype:-1 reqpath:n/a Error Path:/solr/live_nodes/127.0.0.1:50063_ Error:KeeperErrorCode = NoNode for /solr/live_nodes/127.0.0.1:50063_
[junit4:junit4]   2> 1117 T3454 oascc.SolrZkClient.makePath makePath: /live_nodes/127.0.0.1:50063_
[junit4:junit4]   2> 1130 T3454 oascc.SolrZkClient.makePath makePath: /overseer_elect/election
[junit4:junit4]   2> 1148 T3459 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13d6cde7a570003 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> 1149 T3454 oascc.SolrZkClient.makePath makePath: /overseer_elect/leader
[junit4:junit4]   2> 1155 T3454 oasc.Overseer.start Overseer (id=89347270408339459-127.0.0.1:50063_-n_0000000000) starting
[junit4:junit4]   2> 1157 T3459 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13d6cde7a570003 type:create cxid:0x1b zxid:0x23 txntype:-1 reqpath:n/a Error Path:/solr/overseer Error:KeeperErrorCode = NodeExists for /solr/overseer
[junit4:junit4]   2> 1159 T3459 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13d6cde7a570003 type:create cxid:0x1c zxid:0x24 txntype:-1 reqpath:n/a Error Path:/solr/overseer Error:KeeperErrorCode = NodeExists for /solr/overseer
[junit4:junit4]   2> 1161 T3459 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13d6cde7a570003 type:create cxid:0x1d zxid:0x25 txntype:-1 reqpath:n/a Error Path:/solr/overseer Error:KeeperErrorCode = NodeExists for /solr/overseer
[junit4:junit4]   2> 1163 T3459 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13d6cde7a570003 type:create cxid:0x1e zxid:0x26 txntype:-1 reqpath:n/a Error Path:/solr/overseer Error:KeeperErrorCode = NodeExists for /solr/overseer
[junit4:junit4]   2> 1165 T3478 oasc.OverseerCollectionProcessor.run Process current queue of collection creations
[junit4:junit4]   2> 1167 T3454 oascc.SolrZkClient.makePath makePath: /clusterstate.json
[junit4:junit4]   2> 1175 T3454 oascc.SolrZkClient.makePath makePath: /aliases.json
[junit4:junit4]   2> 1179 T3454 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
[junit4:junit4]   2> 1186 T3477 oasc.Overseer$ClusterStateUpdater.run Starting to work on the main queue
[junit4:junit4]   2> 1194 T3479 oasc.CoreContainer.create Creating SolrCore 'collection1' using instanceDir: /Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.ChaosMonkeySafeLeaderTest-controljetty-1363331152861/collection1
[junit4:junit4]   2> 1194 T3479 oasc.ZkController.createCollectionZkNode Check for collection zkNode:control_collection
[junit4:junit4]   2> 1196 T3479 oasc.ZkController.createCollectionZkNode Collection zkNode exists
[junit4:junit4]   2> 1196 T3479 oasc.ZkController.readConfigName Load collection config from:/collections/control_collection
[junit4:junit4]   2> 1199 T3479 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.ChaosMonkeySafeLeaderTest-controljetty-1363331152861/collection1/'
[junit4:junit4]   2> 1200 T3479 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/org.apache.solr.cloud.ChaosMonkeySafeLeaderTest-controljetty-1363331152861/collection1/lib/classes/' to classloader
[junit4:junit4]   2> 1200 T3479 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/org.apache.solr.cloud.ChaosMonkeySafeLeaderTest-controljetty-1363331152861/collection1/lib/README' to classloader
[junit4:junit4]   2> 1290 T3479 oasc.SolrConfig.<init> Using Lucene MatchVersion: LUCENE_50
[junit4:junit4]   2> 1405 T3479 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig.xml
[junit4:junit4]   2> 1408 T3479 oass.IndexSchema.readSchema Reading Solr Schema
[junit4:junit4]   2> 1423 T3479 oass.IndexSchema.readSchema Schema name=test
[junit4:junit4]   2> 2516 T3479 oass.OpenExchangeRatesOrgProvider.init Initialized with rates=open-exchange-rates.json, refreshInterval=1440.
[junit4:junit4]   2> 2529 T3479 oass.IndexSchema.readSchema default search field in schema is text
[junit4:junit4]   2> 2534 T3479 oass.IndexSchema.readSchema unique key field: id
[junit4:junit4]   2> 2563 T3479 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
[junit4:junit4]   2> 2571 T3479 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
[junit4:junit4]   2> 2578 T3479 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
[junit4:junit4]   2> 2580 T3479 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARNING Unknown key IMPORTANT NOTE
[junit4:junit4]   2> 2581 T3479 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARNING Expected key, got STRING
[junit4:junit4]   2> 2582 T3479 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
[junit4:junit4]   2> 2584 T3479 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARNING Unknown key IMPORTANT NOTE
[junit4:junit4]   2> 2584 T3479 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARNING Expected key, got STRING
[junit4:junit4]   2> 2585 T3479 oasc.SolrCore.initDirectoryFactory solr.StandardDirectoryFactory
[junit4:junit4]   2> 2585 T3479 oasc.SolrCore.<init> [collection1] Opening new SolrCore at /Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.ChaosMonkeySafeLeaderTest-controljetty-1363331152861/collection1/, dataDir=./org.apache.solr.cloud.ChaosMonkeySafeLeaderTest-1363331152458/control/data/
[junit4:junit4]   2> 2585 T3479 oasc.JmxMonitoredMap.<init> JMX monitoring is enabled. Adding Solr mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@a39e3dd
[junit4:junit4]   2> 2586 T3479 oasc.SolrCore.initDirectoryFactory solr.StandardDirectoryFactory
[junit4:junit4]   2> 2587 T3479 oasc.CachingDirectoryFactory.get return new directory for /Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/org.apache.solr.cloud.ChaosMonkeySafeLeaderTest-1363331152458/control/data forceNew: false
[junit4:junit4]   2> 2587 T3479 oasc.SolrCore.getNewIndexDir New index directory detected: old=null new=./org.apache.solr.cloud.ChaosMonkeySafeLeaderTest-1363331152458/control/data/index/
[junit4:junit4]   2> 2588 T3479 oasc.SolrCore.initIndex WARNING [collection1] Solr index directory './org.apache.solr.cloud.ChaosMonkeySafeLeaderTest-1363331152458/control/data/index' doesn't exist. Creating new index...
[junit4:junit4]   2> 2588 T3479 oasc.CachingDirectoryFactory.get return new directory for /Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/org.apache.solr.cloud.ChaosMonkeySafeLeaderTest-1363331152458/control/data/index forceNew: false
[junit4:junit4]   2> 2593 T3479 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits:num=1
[junit4:junit4]   2> 		commit{dir=/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/org.apache.solr.cloud.ChaosMonkeySafeLeaderTest-1363331152458/control/data/index,segFN=segments_1,generation=1,filenames=[segments_1]
[junit4:junit4]   2> 2594 T3479 oasc.SolrDeletionPolicy.updateCommits newest commit = 1[segments_1]
[junit4:junit4]   2> 2597 T3479 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe"
[junit4:junit4]   2> 2598 T3479 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "stored_sig"
[junit4:junit4]   2> 2599 T3479 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "distrib-dup-test-chain-implicit"
[junit4:junit4]   2> 2600 T3479 oasc.RequestHandlers.initHandlersFromConfig created standard: solr.StandardRequestHandler
[junit4:junit4]   2> 2600 T3479 oasc.RequestHandlers.initHandlersFromConfig created /get: solr.RealTimeGetHandler
[junit4:junit4]   2> 2601 T3479 oasc.RequestHandlers.initHandlersFromConfig adding lazy requestHandler: solr.ReplicationHandler
[junit4:junit4]   2> 2601 T3479 oasc.RequestHandlers.initHandlersFromConfig created /replication: solr.ReplicationHandler
[junit4:junit4]   2> 2602 T3479 oasc.RequestHandlers.initHandlersFromConfig created /update: solr.UpdateRequestHandler
[junit4:junit4]   2> 2603 T3479 oasc.RequestHandlers.initHandlersFromConfig created /admin/: org.apache.solr.handler.admin.AdminHandlers
[junit4:junit4]   2> 2610 T3479 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
[junit4:junit4]   2> 2618 T3479 oass.SolrIndexSearcher.<init> Opening Searcher@90b40c4 main
[junit4:junit4]   2> 2620 T3479 oasu.CommitTracker.<init> Hard AutoCommit: disabled
[junit4:junit4]   2> 2620 T3479 oasu.CommitTracker.<init> Soft AutoCommit: disabled
[junit4:junit4]   2> 2624 T3480 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@90b40c4 main{StandardDirectoryReader(segments_1:1)}
[junit4:junit4]   2> 2625 T3479 oasc.ZkController.publish publishing core=collection1 state=down
[junit4:junit4]   2> 2626 T3479 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
[junit4:junit4]   2> 2627 T3459 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13d6cde7a570003 type:create cxid:0x55 zxid:0x2a txntype:-1 reqpath:n/a Error Path:/solr/overseer/queue Error:KeeperErrorCode = NoNode for /solr/overseer/queue
[junit4:junit4]   2> 2693 T3477 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 2695 T3477 oasc.Overseer$ClusterStateUpdater.updateState Update state numShards=1 message={
[junit4:junit4]   2> 	  "operation":"state",
[junit4:junit4]   2> 	  "core_node_name":"1",
[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:50063_",
[junit4:junit4]   2> 	  "base_url":"http://127.0.0.1:50063"}
[junit4:junit4]   2> 2695 T3477 oasc.Overseer$ClusterStateUpdater.createCollection Create collection control_collection with numShards 1
[junit4:junit4]   2> 2695 T3477 oasc.Overseer$ClusterStateUpdater.updateState Assigning new node to shard shard=shard1
[junit4:junit4]   2> 2696 T3459 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13d6cde7a570003 type:create cxid:0x5d zxid:0x2d txntype:-1 reqpath:n/a Error Path:/solr/overseer/queue-work Error:KeeperErrorCode = NoNode for /solr/overseer/queue-work
[junit4:junit4]   2> 2716 T3476 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> 3634 T3479 oasc.CoreContainer.registerCore registering core: collection1
[junit4:junit4]   2> 3635 T3479 oasc.ZkController.register Register replica - core:collection1 address:http://127.0.0.1:50063 collection:control_collection shard:shard1
[junit4:junit4]   2> 3637 T3479 oascc.SolrZkClient.makePath makePath: /collections/control_collection/leader_elect/shard1/election
[junit4:junit4]   2> 3652 T3459 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13d6cde7a570003 type:delete cxid:0x77 zxid:0x37 txntype:-1 reqpath:n/a Error Path:/solr/collections/control_collection/leaders Error:KeeperErrorCode = NoNode for /solr/collections/control_collection/leaders
[junit4:junit4]   2> 3654 T3479 oasc.ShardLeaderElectionContext.runLeaderProcess Running the leader process.
[junit4:junit4]   2> 3655 T3459 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13d6cde7a570003 type:create cxid:0x78 zxid:0x38 txntype:-1 reqpath:n/a Error Path:/solr/overseer Error:KeeperErrorCode = NodeExists for /solr/overseer
[junit4:junit4]   2> 3660 T3479 oasc.ShardLeaderElectionContext.waitForReplicasToComeUp Enough replicas found to continue.
[junit4:junit4]   2> 3661 T3479 oasc.ShardLeaderElectionContext.runLeaderProcess I may be the new leader - try and sync
[junit4:junit4]   2> 3662 T3479 oasc.SyncStrategy.sync Sync replicas to http://127.0.0.1:50063/collection1/
[junit4:junit4]   2> 3662 T3479 oasc.SyncStrategy.syncReplicas Sync Success - now sync replicas to me
[junit4:junit4]   2> 3663 T3479 oasc.SyncStrategy.syncToMe http://127.0.0.1:50063/collection1/ has no replicas
[junit4:junit4]   2> 3663 T3479 oasc.ShardLeaderElectionContext.runLeaderProcess I am the new leader: http://127.0.0.1:50063/collection1/
[junit4:junit4]   2> 3664 T3479 oascc.SolrZkClient.makePath makePath: /collections/control_collection/leaders/shard1
[junit4:junit4]   2> 3674 T3459 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13d6cde7a570003 type:create cxid:0x82 zxid:0x3c txntype:-1 reqpath:n/a Error Path:/solr/overseer Error:KeeperErrorCode = NodeExists for /solr/overseer
[junit4:junit4]   2> 4228 T3477 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 4267 T3476 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> 4299 T3479 oasc.ZkController.register We are http://127.0.0.1:50063/collection1/ and leader is http://127.0.0.1:50063/collection1/
[junit4:junit4]   2> 4301 T3479 oasc.ZkController.register No LogReplay needed for core=collection1 baseURL=http://127.0.0.1:50063
[junit4:junit4]   2> 4301 T3479 oasc.ZkController.checkRecovery I am the leader, no recovery necessary
[junit4:junit4]   2> 4301 T3479 oasc.ZkController.publish publishing core=collection1 state=active
[junit4:junit4]   2> 4302 T3479 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
[junit4:junit4]   2> 4324 T3479 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 4327 T3454 oass.SolrDispatchFilter.init user.dir=/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0
[junit4:junit4]   2> 4329 T3454 oass.SolrDispatchFilter.init SolrDispatchFilter.init() done
[junit4:junit4]   2> 4330 T3454 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=128&maxConnectionsPerHost=32&followRedirects=false
[junit4:junit4]   2> 4348 T3454 oascsi.HttpClientUtil.createClient Creating new http client, config:
[junit4:junit4]   2> 4351 T3454 oaz.ZooKeeper.<init> Initiating client connection, connectString=127.0.0.1:50060/solr sessionTimeout=10000 watcher=org.apache.solr.common.cloud.ConnectionManager@736d184e
[junit4:junit4]   2> 4359 T3482 oaz.ClientCnxn$SendThread.logStartConnect Opening socket connection to server localhost/127.0.0.1:50060. Will not attempt to authenticate using SASL (access denied ("javax.security.auth.AuthPermission" "getLoginConfiguration"))
[junit4:junit4]   2> 4358 T3454 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
[junit4:junit4]   2> 4360 T3482 oaz.ClientCnxn$SendThread.primeConnection Socket connection established to localhost/127.0.0.1:50060, initiating session
[junit4:junit4]   2> 4361 T3456 oazs.NIOServerCnxnFactory.run Accepted socket connection from /127.0.0.1:50066
[junit4:junit4]   2> 4366 T3456 oazs.ZooKeeperServer.processConnectRequest Client attempting to establish new session at /127.0.0.1:50066
[junit4:junit4]   2> 4368 T3458 oazs.ZooKeeperServer.finishSessionInit Established session 0x13d6cde7a570004 with negotiated timeout 10000 for client /127.0.0.1:50066
[junit4:junit4]   2> 4368 T3482 oaz.ClientCnxn$SendThread.onConnected Session establishment complete on server localhost/127.0.0.1:50060, sessionid = 0x13d6cde7a570004, negotiated timeout = 10000
[junit4:junit4]   2> 4370 T3483 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@736d184e name:ZooKeeperConnection Watcher:127.0.0.1:50060/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
[junit4:junit4]   2> 4370 T3454 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
[junit4:junit4]   2> 4374 T3454 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
[junit4:junit4]   2> 4380 T3454 oasc.ChaosMonkey.monkeyLog monkey: init - expire sessions:true cause connection loss:true
[junit4:junit4]   2> 4755 T3454 oejs.Server.doStart jetty-8.1.8.v20121106
[junit4:junit4]   2> 4761 T3454 oejs.AbstractConnector.doStart Started SelectChannelConnector@127.0.0.1:50067
[junit4:junit4]   2> 4771 T3454 oass.SolrDispatchFilter.init SolrDispatchFilter.init()
[junit4:junit4]   2> 4772 T3454 oasc.SolrResourceLoader.locateSolrHome JNDI not configured for solr (NoInitialContextEx)
[junit4:junit4]   2> 4773 T3454 oasc.SolrResourceLoader.locateSolrHome using system property solr.solr.home: /Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.ChaosMonkeySafeLeaderTest-jetty1-1363331156828
[junit4:junit4]   2> 4774 T3454 oasc.CoreContainer$Initializer.initialize looking for solr config file: /Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.ChaosMonkeySafeLeaderTest-jetty1-1363331156828/solr.xml
[junit4:junit4]   2> 4775 T3454 oasc.CoreContainer.<init> New CoreContainer 1174212109
[junit4:junit4]   2> 4776 T3454 oasc.CoreContainer.load Loading CoreContainer using Solr Home: '/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.ChaosMonkeySafeLeaderTest-jetty1-1363331156828/'
[junit4:junit4]   2> 4778 T3454 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.ChaosMonkeySafeLeaderTest-jetty1-1363331156828/'
[junit4:junit4]   2> 4850 T3454 oashc.HttpShardHandlerFactory.getParameter Setting socketTimeout to: 120000
[junit4:junit4]   2> 4852 T3454 oashc.HttpShardHandlerFactory.getParameter Setting urlScheme to: http://
[junit4:junit4]   2> 4852 T3454 oashc.HttpShardHandlerFactory.getParameter Setting connTimeout to: 15000
[junit4:junit4]   2> 4853 T3454 oashc.HttpShardHandlerFactory.getParameter Setting maxConnectionsPerHost to: 20
[junit4:junit4]   2> 4854 T3454 oashc.HttpShardHandlerFactory.getParameter Setting corePoolSize to: 0
[junit4:junit4]   2> 4854 T3454 oashc.HttpShardHandlerFactory.getParameter Setting maximumPoolSize to: 2147483647
[junit4:junit4]   2> 4855 T3454 oashc.HttpShardHandlerFactory.getParameter Setting maxThreadIdleTime to: 5
[junit4:junit4]   2> 4857 T3454 oashc.HttpShardHandlerFactory.getParameter Setting sizeOfQueue to: -1
[junit4:junit4]   2> 4858 T3454 oashc.HttpShardHandlerFactory.getParameter Setting fairnessPolicy to: false
[junit4:junit4]   2> 4858 T3454 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnectionsPerHost=20&maxConnections=10000&socketTimeout=120000&connTimeout=15000&retry=false
[junit4:junit4]   2> 4877 T3454 oasc.CoreContainer.load Registering Log Listener
[junit4:junit4]   2> 4902 T3454 oasc.CoreContainer.initZooKeeper Zookeeper client=127.0.0.1:50060/solr
[junit4:junit4]   2> 4903 T3454 oasc.ZkController.checkChrootPath zkHost includes chroot
[junit4:junit4]   2> 4904 T3454 oaz.ZooKeeper.<init> Initiating client connection, connectString=127.0.0.1:50060 sessionTimeout=60000 watcher=org.apache.solr.common.cloud.ConnectionManager@61e903c7
[junit4:junit4]   2> 4906 T3493 oaz.ClientCnxn$SendThread.logStartConnect Opening socket connection to server localhost/127.0.0.1:50060. Will not attempt to authenticate using SASL (access denied ("javax.security.auth.AuthPermission" "getLoginConfiguration"))
[junit4:junit4]   2> 4906 T3454 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
[junit4:junit4]   2> 4908 T3493 oaz.ClientCnxn$SendThread.primeConnection Socket connection established to localhost/127.0.0.1:50060, initiating session
[junit4:junit4]   2> 4909 T3456 oazs.NIOServerCnxnFactory.run Accepted socket connection from /127.0.0.1:50068
[junit4:junit4]   2> 4910 T3456 oazs.ZooKeeperServer.processConnectRequest Client attempting to establish new session at /127.0.0.1:50068
[junit4:junit4]   2> 4911 T3458 oazs.ZooKeeperServer.finishSessionInit Established session 0x13d6cde7a570005 with negotiated timeout 20000 for client /127.0.0.1:50068
[junit4:junit4]   2> 4911 T3493 oaz.ClientCnxn$SendThread.onConnected Session establishment complete on server localhost/127.0.0.1:50060, sessionid = 0x13d6cde7a570005, negotiated timeout = 20000
[junit4:junit4]   2> 4912 T3494 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@61e903c7 name:ZooKeeperConnection Watcher:127.0.0.1:50060 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
[junit4:junit4]   2> 4913 T3454 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
[junit4:junit4]   2> 4916 T3459 oazs.PrepRequestProcessor.pRequest2Txn Processed session termination for sessionid: 0x13d6cde7a570005
[junit4:junit4]   2> 4918 T3456 oazs.NIOServerCnxn.closeSock Closed socket connection for client /127.0.0.1:50068 which had sessionid 0x13d6cde7a570005
[junit4:junit4]   2> 4918 T3494 oaz.ClientCnxn$EventThread.run EventThread shut down
[junit4:junit4]   2> 4918 T3454 oaz.ZooKeeper.close Session: 0x13d6cde7a570005 closed
[junit4:junit4]   2> 4920 T3454 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=500&maxConnectionsPerHost=16&socketTimeout=120000&connTimeout=15000
[junit4:junit4]   2> 4928 T3454 oaz.ZooKeeper.<init> Initiating client connection, connectString=127.0.0.1:50060/solr sessionTimeout=30000 watcher=org.apache.solr.common.cloud.ConnectionManager@c3ee260
[junit4:junit4]   2> 4931 T3495 oaz.ClientCnxn$SendThread.logStartConnect Opening socket connection to server localhost/127.0.0.1:50060. Will not attempt to authenticate using SASL (access denied ("javax.security.auth.AuthPermission" "getLoginConfiguration"))
[junit4:junit4]   2> 4930 T3454 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
[junit4:junit4]   2> 4932 T3456 oazs.NIOServerCnxnFactory.run Accepted socket connection from /127.0.0.1:50069
[junit4:junit4]   2> 4932 T3495 oaz.ClientCnxn$SendThread.primeConnection Socket connection established to localhost/127.0.0.1:50060, initiating session
[junit4:junit4]   2> 4933 T3456 oazs.ZooKeeperServer.processConnectRequest Client attempting to establish new session at /127.0.0.1:50069
[junit4:junit4]   2> 4935 T3458 oazs.ZooKeeperServer.finishSessionInit Established session 0x13d6cde7a570006 with negotiated timeout 20000 for client /127.0.0.1:50069
[junit4:junit4]   2> 4935 T3495 oaz.ClientCnxn$SendThread.onConnected Session establishment complete on server localhost/127.0.0.1:50060, sessionid = 0x13d6cde7a570006, negotiated timeout = 20000
[junit4:junit4]   2> 4936 T3496 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@c3ee260 name:ZooKeeperConnection Watcher:127.0.0.1:50060/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
[junit4:junit4]   2> 4936 T3454 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
[junit4:junit4]   2> 4938 T3459 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13d6cde7a570006 type:create cxid:0x1 zxid:0x4a txntype:-1 reqpath:n/a Error Path:/solr/overseer Error:KeeperErrorCode = NodeExists for /solr/overseer
[junit4:junit4]   2> 4940 T3459 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13d6cde7a570006 type:create cxid:0x2 zxid:0x4b txntype:-1 reqpath:n/a Error Path:/solr/overseer Error:KeeperErrorCode = NodeExists for /solr/overseer
[junit4:junit4]   2> 4944 T3454 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
[junit4:junit4]   2> 5783 T3477 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 5785 T3477 oasc.Overseer$ClusterStateUpdater.updateState Update state numShards=1 message={
[junit4:junit4]   2> 	  "operation":"state",
[junit4:junit4]   2> 	  "core_node_name":"1",
[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:50063_",
[junit4:junit4]   2> 	  "base_url":"http://127.0.0.1:50063"}
[junit4:junit4]   2> 5794 T3483 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> 5795 T3496 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> 5795 T3476 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> 5955 T3454 oasc.ZkController.createEphemeralLiveNode Register node as live in ZooKeeper:/live_nodes/127.0.0.1:50067_
[junit4:junit4]   2> 5958 T3459 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13d6cde7a570006 type:delete cxid:0xd zxid:0x50 txntype:-1 reqpath:n/a Error Path:/solr/live_nodes/127.0.0.1:50067_ Error:KeeperErrorCode = NoNode for /solr/live_nodes/127.0.0.1:50067_
[junit4:junit4]   2> 5959 T3454 oascc.SolrZkClient.makePath makePath: /live_nodes/127.0.0.1:50067_
[junit4:junit4]   2> 5967 T3496 oascc.ZkStateReader$3.process Updating live nodes... (2)
[junit4:junit4]   2> 5967 T3496 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> 5966 T3483 oascc.ZkStateReader$3.process Updating live nodes... (2)
[junit4:junit4]   2> 5968 T3483 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> 5969 T3476 oascc.ZkStateReader$3.process Updating live nodes... (2)
[junit4:junit4]   2> 5970 T3476 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> 5981 T3497 oasc.CoreContainer.create Creating SolrCore 'collection1' using instanceDir: /Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.ChaosMonkeySafeLeaderTest-jetty1-1363331156828/collection1
[junit4:junit4]   2> 5981 T3497 oasc.ZkController.createCollectionZkNode Check for collection zkNode:collection1
[junit4:junit4]   2> 5983 T3497 oasc.ZkController.createCollectionZkNode Collection zkNode exists
[junit4:junit4]   2> 5984 T3497 oasc.ZkController.readConfigName Load collection config from:/collections/collection1
[junit4:junit4]   2> 5987 T3497 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.ChaosMonkeySafeLeaderTest-jetty1-1363331156828/collection1/'
[junit4:junit4]   2> 5990 T3497 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/org.apache.solr.cloud.ChaosMonkeySafeLeaderTest-jetty1-1363331156828/collection1/lib/classes/' to classloader
[junit4:junit4]   2> 5991 T3497 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/org.apache.solr.cloud.ChaosMonkeySafeLeaderTest-jetty1-1363331156828/collection1/lib/README' to classloader
[junit4:junit4]   2> 6059 T3497 oasc.SolrConfig.<init> Using Lucene MatchVersion: LUCENE_50
[junit4:junit4]   2> 6122 T3497 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig.xml
[junit4:junit4]   2> 6124 T3497 oass.IndexSchema.readSchema Reading Solr Schema
[junit4:junit4]   2> 6133 T3497 oass.IndexSchema.readSchema Schema name=test
[junit4:junit4]   2> 7132 T3497 oass.OpenExchangeRatesOrgProvider.init Initialized with rates=open-exchange-rates.json, refreshInterval=1440.
[junit4:junit4]   2> 7143 T3497 oass.IndexSchema.readSchema default search field in schema is text
[junit4:junit4]   2> 7148 T3497 oass.IndexSchema.readSchema unique key field: id
[junit4:junit4]   2> 7178 T3497 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
[junit4:junit4]   2> 7187 T3497 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
[junit4:junit4]   2> 7195 T3497 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
[junit4:junit4]   2> 7198 T3497 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARNING Unknown key IMPORTANT NOTE
[junit4:junit4]   2> 7200 T3497 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARNING Expected key, got STRING
[junit4:junit4]   2> 7201 T3497 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
[junit4:junit4]   2> 7204 T3497 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARNING Unknown key IMPORTANT NOTE
[junit4:junit4]   2> 7204 T3497 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARNING Expected key, got STRING
[junit4:junit4]   2> 7205 T3497 oasc.SolrCore.initDirectoryFactory solr.StandardDirectoryFactory
[junit4:junit4]   2> 7205 T3497 oasc.SolrCore.<init> [collection1] Opening new SolrCore at /Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.ChaosMonkeySafeLeaderTest-jetty1-1363331156828/collection1/, dataDir=./org.apache.solr.cloud.ChaosMonkeySafeLeaderTest-1363331152458/jetty1/
[junit4:junit4]   2> 7206 T3497 oasc.JmxMonitoredMap.<init> JMX monitoring is enabled. Adding Solr mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@a39e3dd
[junit4:junit4]   2> 7207 T3497 oasc.SolrCore.initDirectoryFactory solr.StandardDirectoryFactory
[junit4:junit4]   2> 7207 T3497 oasc.CachingDirectoryFactory.get return new directory for /Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/org.apache.solr.cloud.ChaosMonkeySafeLeaderTest-1363331152458/jetty1 forceNew: false
[junit4:junit4]   2> 7208 T3497 oasc.SolrCore.getNewIndexDir New index directory detected: old=null new=./org.apache.solr.cloud.ChaosMonkeySafeLeaderTest-1363331152458/jetty1/index/
[junit4:junit4]   2> 7209 T3497 oasc.SolrCore.initIndex WARNING [collection1] Solr index directory './org.apache.solr.cloud.ChaosMonkeySafeLeaderTest-1363331152458/jetty1/index' doesn't exist. Creating new index...
[junit4:junit4]   2> 7210 T3497 oasc.CachingDirectoryFactory.get return new directory for /Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/org.apache.solr.cloud.ChaosMonkeySafeLeaderTest-1363331152458/jetty1/index forceNew: false
[junit4:junit4]   2> 7220 T3497 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits:num=1
[junit4:junit4]   2> 		commit{dir=/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/org.apache.solr.cloud.ChaosMonkeySafeLeaderTest-1363331152458/jetty1/index,segFN=segments_1,generation=1,filenames=[segments_1]
[junit4:junit4]   2> 7222 T3497 oasc.SolrDeletionPolicy.updateCommits newest commit = 1[segments_1]
[junit4:junit4]   2> 7227 T3497 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe"
[junit4:junit4]   2> 7228 T3497 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "stored_sig"
[junit4:junit4]   2> 7229 T3497 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "distrib-dup-test-chain-implicit"
[junit4:junit4]   2> 7230 T3497 oasc.RequestHandlers.initHandlersFromConfig created standard: solr.StandardRequestHandler
[junit4:junit4]   2> 7231 T3497 oasc.RequestHandlers.initHandlersFromConfig created /get: solr.RealTimeGetHandler
[junit4:junit4]   2> 7232 T3497 oasc.RequestHandlers.initHandlersFromConfig adding lazy requestHandler: solr.ReplicationHandler
[junit4:junit4]   2> 7232 T3497 oasc.RequestHandlers.initHandlersFromConfig created /replication: solr.ReplicationHandler
[junit4:junit4]   2> 7234 T3497 oasc.RequestHandlers.initHandlersFromConfig created /update: solr.UpdateRequestHandler
[junit4:junit4]   2> 7235 T3497 oasc.RequestHandlers.initHandlersFromConfig created /admin/: org.apache.solr.handler.admin.AdminHandlers
[junit4:junit4]   2> 7245 T3497 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
[junit4:junit4]   2> 7254 T3497 oass.SolrIndexSearcher.<init> Opening Searcher@79486216 main
[junit4:junit4]   2> 7255 T3497 oasu.CommitTracker.<init> Hard AutoCommit: disabled
[junit4:junit4]   2> 7256 T3497 oasu.CommitTracker.<init> Soft AutoCommit: disabled
[junit4:junit4]   2> 7261 T3498 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@79486216 main{StandardDirectoryReader(segments_1:1)}
[junit4:junit4]   2> 7265 T3497 oasc.ZkController.publish publishing core=collection1 state=down
[junit4:junit4]   2> 7265 T3497 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
[junit4:junit4]   2> 7533 T3477 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 7535 T3477 oasc.Overseer$ClusterStateUpdater.updateState Update state numShards=3 message={
[junit4:junit4]   2> 	  "operation":"state",
[junit4:junit4]   2> 	  "core_node_name":"2",
[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:50067_",
[junit4:junit4]   2> 	  "base_url":"http://127.0.0.1:50067"}
[junit4:junit4]   2> 7535 T3477 oasc.Overseer$ClusterStateUpdater.createCollection Create collection collection1 with numShards 3
[junit4:junit4]   2> 7535 T3477 oasc.Overseer$ClusterStateUpdater.updateState Assigning new node to shard shard=shard1
[junit4:junit4]   2> 7542 T3483 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> 7542 T3496 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> 7542 T3476 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> 8532 T3497 oasc.CoreContainer.registerCore registering core: collection1
[junit4:junit4]   2> 8532 T3497 oasc.ZkController.register Register replica - core:collection1 address:http://127.0.0.1:50067 collection:collection1 shard:shard1
[junit4:junit4]   2> 8534 T3497 oascc.SolrZkClient.makePath makePath: /collections/collection1/leader_elect/shard1/election
[junit4:junit4]   2> 8549 T3459 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13d6cde7a570006 type:delete cxid:0x4a zxid:0x5c txntype:-1 reqpath:n/a Error Path:/solr/collections/collection1/leaders Error:KeeperErrorCode = NoNode for /solr/collections/collection1/leaders
[junit4:junit4]   2> 8550 T3497 oasc.ShardLeaderElectionContext.runLeaderProcess Running the leader process.
[junit4:junit4]   2> 8552 T3459 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13d6cde7a570006 type:create cxid:0x4b zxid:0x5d txntype:-1 reqpath:n/a Error Path:/solr/overseer Error:KeeperErrorCode = NodeExists for /solr/overseer
[junit4:junit4]   2> 8555 T3497 oasc.ShardLeaderElectionContext.waitForReplicasToComeUp Enough replicas found to continue.
[junit4:junit4]   2> 8556 T3497 oasc.ShardLeaderElectionContext.runLeaderProcess I may be the new leader - try and sync
[junit4:junit4]   2> 8556 T3497 oasc.SyncStrategy.sync Sync replicas to http://127.0.0.1:50067/collection1/
[junit4:junit4]   2> 8556 T3497 oasc.SyncStrategy.syncReplicas Sync Success - now sync replicas to me
[junit4:junit4]   2> 8557 T3497 oasc.SyncStrategy.syncToMe http://127.0.0.1:50067/collection1/ has no replicas
[junit4:junit4]   2> 8557 T3497 oasc.ShardLeaderElectionContext.runLeaderProcess I am the new leader: http://127.0.0.1:50067/collection1/
[junit4:junit4]   2> 8558 T3497 oascc.SolrZkClient.makePath makePath: /collections/collection1/leaders/shard1
[junit4:junit4]   2> 8565 T3459 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13d6cde7a570006 type:create cxid:0x55 zxid:0x61 txntype:-1 reqpath:n/a Error Path:/solr/overseer Error:KeeperErrorCode = NodeExists for /solr/overseer
[junit4:junit4]   2> 9054 T3477 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 9077 T3483 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> 9077 T3496 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> 9077 T3476 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> 9132 T3497 oasc.ZkController.register We are http://127.0.0.1:50067/collection1/ and leader is http://127.0.0.1:50067/collection1/
[junit4:junit4]   2> 9133 T3497 oasc.ZkController.register No LogReplay needed for core=collection1 baseURL=http://127.0.0.1:50067
[junit4:junit4]   2> 9134 T3497 oasc.ZkController.checkRecovery I am the leader, no recovery necessary
[junit4:junit4]   2> 9135 T3497 oasc.ZkController.publish publishing core=collection1 state=active
[junit4:junit4]   2> 9136 T3497 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
[junit4:junit4]   2> 9141 T3497 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 9146 T3454 oass.SolrDispatchFilter.init user.dir=/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0
[junit4:junit4]   2> 9148 T3454 oass.SolrDispatchFilter.init SolrDispatchFilter.init() done
[junit4:junit4]   2> 9150 T3454 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=128&maxConnectionsPerHost=32&followRedirects=false
[junit4:junit4]   2> 9532 T3454 oejs.Server.doStart jetty-8.1.8.v20121106
[junit4:junit4]   2> 9539 T3454 oejs.AbstractConnector.doStart Started SelectChannelConnector@127.0.0.1:50070
[junit4:junit4]   2> 9544 T3454 oass.SolrDispatchFilter.init SolrDispatchFilter.init()
[junit4:junit4]   2> 9545 T3454 oasc.SolrResourceLoader.locateSolrHome JNDI not configured for solr (NoInitialContextEx)
[junit4:junit4]   2> 9546 T3454 oasc.SolrResourceLoader.locateSolrHome using system property solr.solr.home: /Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.ChaosMonkeySafeLeaderTest-jetty2-1363331161613
[junit4:junit4]   2> 9547 T3454 oasc.CoreContainer$Initializer.initialize looking for solr config file: /Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.ChaosMonkeySafeLeaderTest-jetty2-1363331161613/solr.xml
[junit4:junit4]   2> 9548 T3454 oasc.CoreContainer.<init> New CoreContainer 1198792883
[junit4:junit4]   2> 9550 T3454 oasc.CoreContainer.load Loading CoreContainer using Solr Home: '/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.ChaosMonkeySafeLeaderTest-jetty2-1363331161613/'
[junit4:junit4]   2> 9551 T3454 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.ChaosMonkeySafeLeaderTest-jetty2-1363331161613/'
[junit4:junit4]   2> 9620 T3454 oashc.HttpShardHandlerFactory.getParameter Setting socketTimeout to: 120000
[junit4:junit4]   2> 9622 T3454 oashc.HttpShardHandlerFactory.getParameter Setting urlScheme to: http://
[junit4:junit4]   2> 9623 T3454 oashc.HttpShardHandlerFactory.getParameter Setting connTimeout to: 15000
[junit4:junit4]   2> 9625 T3454 oashc.HttpShardHandlerFactory.getParameter Setting maxConnectionsPerHost to: 20
[junit4:junit4]   2> 9626 T3454 oashc.HttpShardHandlerFactory.getParameter Setting corePoolSize to: 0
[junit4:junit4]   2> 9628 T3454 oashc.HttpShardHandlerFactory.getParameter Setting maximumPoolSize to: 2147483647
[junit4:junit4]   2> 9629 T3454 oashc.HttpShardHandlerFactory.getParameter Setting maxThreadIdleTime to: 5
[junit4:junit4]   2> 9630 T3454 oashc.HttpShardHandlerFactory.getParameter Setting sizeOfQueue to: -1
[junit4:junit4]   2> 9631 T3454 oashc.HttpShardHandlerFactory.getParameter Setting fairnessPolicy to: false
[junit4:junit4]   2> 9632 T3454 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnectionsPerHost=20&maxConnections=10000&socketTimeout=120000&connTimeout=15000&retry=false
[junit4:junit4]   2> 9653 T3454 oasc.CoreContainer.load Registering Log Listener
[junit4:junit4]   2> 9683 T3454 oasc.CoreContainer.initZooKeeper Zookeeper client=127.0.0.1:50060/solr
[junit4:junit4]   2> 9684 T3454 oasc.ZkController.checkChrootPath zkHost includes chroot
[junit4:junit4]   2> 9686 T3454 oaz.ZooKeeper.<init> Initiating client connection, connectString=127.0.0.1:50060 sessionTimeout=60000 watcher=org.apache.solr.common.cloud.ConnectionManager@7b497e46
[junit4:junit4]   2> 9689 T3509 oaz.ClientCnxn$SendThread.logStartConnect Opening socket connection to server localhost/127.0.0.1:50060. Will not attempt to authenticate using SASL (access denied ("javax.security.auth.AuthPermission" "getLoginConfiguration"))
[junit4:junit4]   2> 9688 T3454 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
[junit4:junit4]   2> 9692 T3509 oaz.ClientCnxn$SendThread.primeConnection Socket connection established to localhost/127.0.0.1:50060, initiating session
[junit4:junit4]   2> 9693 T3456 oazs.NIOServerCnxnFactory.run Accepted socket connection from /127.0.0.1:50071
[junit4:junit4]   2> 9693 T3456 oazs.ZooKeeperServer.processConnectRequest Client attempting to establish new session at /127.0.0.1:50071
[junit4:junit4]   2> 9695 T3458 oazs.ZooKeeperServer.finishSessionInit Established session 0x13d6cde7a570007 with negotiated timeout 20000 for client /127.0.0.1:50071
[junit4:junit4]   2> 9696 T3509 oaz.ClientCnxn$SendThread.onConnected Session establishment complete on server localhost/127.0.0.1:50060, sessionid = 0x13d6cde7a570007, negotiated timeout = 20000
[junit4:junit4]   2> 9696 T3510 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@7b497e46 name:ZooKeeperConnection Watcher:127.0.0.1:50060 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
[junit4:junit4]   2> 9697 T3454 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
[junit4:junit4]   2> 9700 T3459 oazs.PrepRequestProcessor.pRequest2Txn Processed session termination for sessionid: 0x13d6cde7a570007
[junit4:junit4]   2> 9702 T3456 oazs.NIOServerCnxn.closeSock Closed socket connection for client /127.0.0.1:50071 which had sessionid 0x13d6cde7a570007
[junit4:junit4]   2> 9703 T3510 oaz.ClientCnxn$EventThread.run EventThread shut down
[junit4:junit4]   2> 9702 T3454 oaz.ZooKeeper.close Session: 0x13d6cde7a570007 closed
[junit4:junit4]   2> 9704 T3454 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=500&maxConnectionsPerHost=16&socketTimeout=120000&connTimeout=15000
[junit4:junit4]   2> 9713 T3454 oaz.ZooKeeper.<init> Initiating client connection, connectString=127.0.0.1:50060/solr sessionTimeout=30000 watcher=org.apache.solr.common.cloud.ConnectionManager@45e86f82
[junit4:junit4]   2> 9716 T3454 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
[junit4:junit4]   2> 9718 T3511 oaz.ClientCnxn$SendThread.logStartConnect Opening socket connection to server localhost/127.0.0.1:50060. Will not attempt to authenticate using SASL (access denied ("javax.security.auth.AuthPermission" "getLoginConfiguration"))
[junit4:junit4]   2> 9719 T3511 oaz.ClientCnxn$SendThread.primeConnection Socket connection established to localhost/127.0.0.1:50060, initiating session
[junit4:junit4]   2> 9720 T3456 oazs.NIOServerCnxnFactory.run Accepted socket connection from /127.0.0.1:50072
[junit4:junit4]   2> 9721 T3456 oazs.ZooKeeperServer.processConnectRequest Client attempting to establish new session at /127.0.0.1:50072
[junit4:junit4]   2> 9723 T3458 oazs.ZooKeeperServer.finishSessionInit Established session 0x13d6cde7a570008 with negotiated timeout 20000 for client /127.0.0.1:50072
[junit4:junit4]   2> 9723 T3511 oaz.ClientCnxn$SendThread.onConnected Session establishment complete on server localhost/127.0.0.1:50060, sessionid = 0x13d6cde7a570008, negotiated timeout = 20000
[junit4:junit4]   2> 9726 T3512 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@45e86f82 name:ZooKeeperConnection Watcher:127.0.0.1:50060/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
[junit4:junit4]   2> 9726 T3454 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
[junit4:junit4]   2> 9728 T3459 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13d6cde7a570008 type:create cxid:0x1 zxid:0x6e txntype:-1 reqpath:n/a Error Path:/solr/overseer Error:KeeperErrorCode = NodeExists for /solr/overseer
[junit4:junit4]   2> 9731 T3459 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13d6cde7a570008 type:create cxid:0x2 zxid:0x6f txntype:-1 reqpath:n/a Error Path:/solr/overseer Error:KeeperErrorCode = NodeExists for /solr/overseer
[junit4:junit4]   2> 9739 T3454 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
[junit4:junit4]   2> 10598 T3477 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 10600 T3477 oasc.Overseer$ClusterStateUpdater.updateState Update state numShards=3 message={
[junit4:junit4]   2> 	  "operation":"state",
[junit4:junit4]   2> 	  "core_node_name":"2",
[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:50067_",
[junit4:junit4]   2> 	  "base_url":"http://127.0.0.1:50067"}
[junit4:junit4]   2> 10608 T3476 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> 10608 T3512 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> 10609 T3483 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> 10608 T3496 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> 10750 T3454 oasc.ZkController.createEphemeralLiveNode Register node as live in ZooKeeper:/live_nodes/127.0.0.1:50070_
[junit4:junit4]   2> 10753 T3459 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13d6cde7a570008 type:delete cxid:0xd zxid:0x74 txntype:-1 reqpath:n/a Error Path:/solr/live_nodes/127.0.0.1:50070_ Error:KeeperErrorCode = NoNode for /solr/live_nodes/127.0.0.1:50070_
[junit4:junit4]   2> 10754 T3454 oascc.SolrZkClient.makePath makePath: /live_nodes/127.0.0.1:50070_
[junit4:junit4]   2> 10763 T3512 oascc.ZkStateReader$3.process Updating live nodes... (3)
[junit4:junit4]   2> 10763 T3476 oascc.ZkStateReader$3.process Updating live nodes... (3)
[junit4:junit4]   2> 10763 T3483 oascc.ZkStateReader$3.process Updating live nodes... (3)
[junit4:junit4]   2> 10764 T3483 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> 10763 T3512 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> 10764 T3476 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> 10765 T3496 oascc.ZkStateReader$3.process Updating live nodes... (3)
[junit4:junit4]   2> 10766 T3496 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> 10791 T3513 oasc.CoreContainer.create Creating SolrCore 'collection1' using instanceDir: /Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.ChaosMonkeySafeLeaderTest-jetty2-1363331161613/collection1
[junit4:junit4]   2> 10792 T3513 oasc.ZkController.createCollectionZkNode Check for collection zkNode:collection1
[junit4:junit4]   2> 10793 T3513 oasc.ZkController.createCollectionZkNode Collection zkNode exists
[junit4:junit4]   2> 10794 T3513 oasc.ZkController.readConfigName Load collection config from:/collections/collection1
[junit4:junit4]   2> 10799 T3513 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.ChaosMonkeySafeLeaderTest-jetty2-1363331161613/collection1/'
[junit4:junit4]   2> 10801 T3513 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/org.apache.solr.cloud.ChaosMonkeySafeLeaderTest-jetty2-1363331161613/collection1/lib/classes/' to classloader
[junit4:junit4]   2> 10802 T3513 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/org.apache.solr.cloud.ChaosMonkeySafeLeaderTest-jetty2-1363331161613/collection1/lib/README' to classloader
[junit4:junit4]   2> 11006 T3513 oasc.SolrConfig.<init> Using Lucene MatchVersion: LUCENE_50
[junit4:junit4]   2> 11150 T3513 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig.xml
[junit4:junit4]   2> 11155 T3513 oass.IndexSchema.readSchema Reading Solr Schema
[junit4:junit4]   2> 11174 T3513 oass.IndexSchema.readSchema Schema name=test
[junit4:junit4]   2> 12248 T3513 oass.OpenExchangeRatesOrgProvider.init Initialized with rates=open-exchange-rates.json, refreshInterval=1440.
[junit4:junit4]   2> 12269 T3513 oass.IndexSchema.readSchema default search field in schema is text
[junit4:junit4]   2> 12275 T3513 oass.IndexSchema.readSchema unique key field: id
[junit4:junit4]   2> 12315 T3513 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
[junit4:junit4]   2> 12332 T3513 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
[junit4:junit4]   2> 12349 T3513 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
[junit4:junit4]   2> 12353 T3513 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARNING Unknown key IMPORTANT NOTE
[junit4:junit4]   2> 12357 T3513 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARNING Expected key, got STRING
[junit4:junit4]   2> 12358 T3513 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
[junit4:junit4]   2> 12363 T3513 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARNING Unknown key IMPORTANT NOTE
[junit4:junit4]   2> 12365 T3513 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARNING Expected key, got STRING
[junit4:junit4]   2> 12365 T3513 oasc.SolrCore.initDirectoryFactory solr.StandardDirectoryFactory
[junit4:junit4]   2> 12367 T3513 oasc.SolrCore.<init> [collection1] Opening new SolrCore at /Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.ChaosMonkeySafeLeaderTest-jetty2-1363331161613/collection1/, dataDir=./org.apache.solr.cloud.ChaosMonkeySafeLeaderTest-1363331152458/jetty2/
[junit4:junit4]   2> 12369 T3513 oasc.JmxMonitoredMap.<init> JMX monitoring is enabled. Adding Solr mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@a39e3dd
[junit4:junit4]   2> 12371 T3513 oasc.SolrCore.initDirectoryFactory solr.StandardDirectoryFactory
[junit4:junit4]   2> 12374 T3513 oasc.CachingDirectoryFactory.get return new directory for /Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/org.apache.solr.cloud.ChaosMonkeySafeLeaderTest-1363331152458/jetty2 forceNew: false
[junit4:junit4]   2> 12376 T3513 oasc.SolrCore.getNewIndexDir New index directory detected: old=null new=./org.apache.solr.cloud.ChaosMonkeySafeLeaderTest-1363331152458/jetty2/index/
[junit4:junit4]   2> 12379 T3513 oasc.SolrCore.initIndex WARNING [collection1] Solr index directory './org.apache.solr.cloud.ChaosMonkeySafeLeaderTest-1363331152458/jetty2/index' doesn't exist. Creating new index...
[junit4:junit4]   2> 12381 T3513 oasc.CachingDirectoryFactory.get return new directory for /Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/org.apache.solr.cloud.ChaosMonkeySafeLeaderTest-1363331152458/jetty2/index forceNew: false
[junit4:junit4]   2> 12395 T3513 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits:num=1
[junit4:junit4]   2> 		commit{dir=/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/org.apache.solr.cloud.ChaosMonkeySafeLeaderTest-1363331152458/jetty2/index,segFN=segments_1,generation=1,filenames=[segments_1]
[junit4:junit4]   2> 12396 T3513 oasc.SolrDeletionPolicy.updateCommits newest commit = 1[segments_1]
[junit4:junit4]   2> 12401 T3513 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe"
[junit4:junit4]   2> 12402 T3513 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "stored_sig"
[junit4:junit4]   2> 12403 T3513 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "distrib-dup-test-chain-implicit"
[junit4:junit4]   2> 12405 T3513 oasc.RequestHandlers.initHandlersFromConfig created standard: solr.StandardRequestHandler
[junit4:junit4]   2> 12406 T3513 oasc.RequestHandlers.initHandlersFromConfig created /get: solr.RealTimeGetHandler
[junit4:junit4]   2> 12407 T3513 oasc.RequestHandlers.initHandlersFromConfig adding lazy requestHandler: solr.ReplicationHandler
[junit4:junit4]   2> 12408 T3513 oasc.RequestHandlers.initHandlersFromConfig created /replication: solr.ReplicationHandler
[junit4:junit4]   2> 12409 T3513 oasc.RequestHandlers.initHandlersFromConfig created /update: solr.UpdateRequestHandler
[junit4:junit4]   2> 12410 T3513 oasc.RequestHandlers.initHandlersFromConfig created /admin/: org.apache.solr.handler.admin.AdminHandlers
[junit4:junit4]   2> 12424 T3513 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
[junit4:junit4]   2> 12439 T3513 oass.SolrIndexSearcher.<init> Opening Searcher@369c688 main
[junit4:junit4]   2> 12441 T3513 oasu.CommitTracker.<init> Hard AutoCommit: disabled
[junit4:junit4]   2> 12442 T3513 oasu.CommitTracker.<init> Soft AutoCommit: disabled
[junit4:junit4]   2> 12450 T3513 oasc.ZkController.publish publishing core=collection1 state=down
[junit4:junit4]   2> 12452 T3513 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
[junit4:junit4]   2> 12451 T3514 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@369c688 main{StandardDirectoryReader(segments_1:1)}
[junit4:junit4]   2> 13625 T3477 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 13626 T3477 oasc.Overseer$ClusterStateUpdater.updateState Update state numShards=3 message={
[junit4:junit4]   2> 	  "operation":"state",
[junit4:junit4]   2> 	  "core_node_name":"3",
[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:50070_",
[junit4:junit4]   2> 	  "base_url":"http://127.0.0.1:50070"}
[junit4:junit4]   2> 13627 T3477 oasc.Overseer$ClusterStateUpdater.updateState Collection already exists with numShards=3
[junit4:junit4]   2> 13627 T3477 oasc.Overseer$ClusterStateUpdater.updateState Assigning new node to shard shard=shard2
[junit4:junit4]   2> 13638 T3476 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> 13638 T3512 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> 13638 T3496 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> 13639 T3483 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> 14459 T3513 oasc.CoreContainer.registerCore registering core: collection1
[junit4:junit4]   2> 14460 T3513 oasc.ZkController.register Register replica - core:collection1 address:http://127.0.0.1:50070 collection:collection1 shard:shard2
[junit4:junit4]   2> 14462 T3513 oascc.SolrZkClient.makePath makePath: /collections/collection1/leader_elect/shard2/election
[junit4:junit4]   2> 14475 T3459 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13d6cde7a570008 type:delete cxid:0x49 zxid:0x7f txntype:-1 reqpath:n/a Error Path:/solr/collections/collection1/leaders/shard2 Error:KeeperErrorCode = NoNode for /solr/collections/collection1/leaders/shard2
[junit4:junit4]   2> 14477 T3513 oasc.ShardLeaderElectionContext.runLeaderProcess Running the leader process.
[junit4:junit4]   2> 14478 T3459 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13d6cde7a570008 type:create cxid:0x4a zxid:0x80 txntype:-1 reqpath:n/a Error Path:/solr/overseer Error:KeeperErrorCode = NodeExists for /solr/overseer
[junit4:junit4]   2> 14482 T3513 oasc.ShardLeaderElectionContext.waitForReplicasToComeUp Enough replicas found to continue.
[junit4:junit4]   2> 14483 T3513 oasc.ShardLeaderElectionContext.runLeaderProcess I may be the new leader - try and sync
[junit4:junit4]   2> 14483 T3513 oasc.SyncStrategy.sync Sync replicas to http://127.0.0.1:50070/collection1/
[junit4:junit4]   2> 14483 T3513 oasc.SyncStrategy.syncReplicas Sync Success - now sync replicas to me
[junit4:junit4]   2> 14484 T3513 oasc.SyncStrategy.syncToMe http://127.0.0.1:50070/collection1/ has no replicas
[junit4:junit4]   2> 14484 T3513 oasc.ShardLeaderElectionContext.runLeaderProcess I am the new leader: http://127.0.0.1:50070/collection1/
[junit4:junit4]   2> 14484 T3513 oascc.SolrZkClient.makePath makePath: /collections/collection1/leaders/shard2
[junit4:junit4]   2> 14496 T3459 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13d6cde7a570008 type:create cxid:0x53 zxid:0x83 txntype:-1 reqpath:n/a Error Path:/solr/overseer Error:KeeperErrorCode = NodeExists for /solr/overseer
[junit4:junit4]   2> 15150 T3477 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 15174 T3512 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> 15175 T3483 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> 15175 T3476 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> 15175 T3496 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> 15215 T3513 oasc.ZkController.register We are http://127.0.0.1:50070/collection1/ and leader is http://127.0.0.1:50070/collection1/
[junit4:junit4]   2> 15216 T3513 oasc.ZkController.register No LogReplay needed for core=collection1 baseURL=http://127.0.0.1:50070
[junit4:junit4]   2> 15217 T3513 oasc.ZkController.checkRecovery I am the leader, no recovery necessary
[junit4:junit4]   2> 15217 T3513 oasc.ZkController.publish publishing core=collection1 state=active
[junit4:junit4]   2> 15218 T3513 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
[junit4:junit4]   2> 15222 T3513 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 15224 T3454 oass.SolrDispatchFilter.init user.dir=/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0
[junit4:junit4]   2> 15225 T3454 oass.SolrDispatchFilter.init SolrDispatchFilter.init() done
[junit4:junit4]   2> 15226 T3454 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=128&maxConnectionsPerHost=32&followRedirects=false
[junit4:junit4]   2> 15488 T3454 oejs.Server.doStart jetty-8.1.8.v20121106
[junit4:junit4]   2> 15493 T3454 oejs.AbstractConnector.doStart Started SelectChannelConnector@127.0.0.1:50073
[junit4:junit4]   2> 15496 T3454 oass.SolrDispatchFilter.init SolrDispatchFilter.init()
[junit4:junit4]   2> 15498 T3454 oasc.SolrResourceLoader.locateSolrHome JNDI not configured for solr (NoInitialContextEx)
[junit4:junit4]   2> 15498 T3454 oasc.SolrResourceLoader.locateSolrHome using system property solr.solr.home: /Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.ChaosMonkeySafeLeaderTest-jetty3-1363331167678
[junit4:junit4]   2> 15499 T3454 oasc.CoreContainer$Initializer.initialize looking for solr config file: /Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.ChaosMonkeySafeLeaderTest-jetty3-1363331167678/solr.xml
[junit4:junit4]   2> 15500 T3454 oasc.CoreContainer.<init> New CoreContainer 2080254690
[junit4:junit4]   2> 15500 T3454 oasc.CoreContainer.load Loading CoreContainer using Solr Home: '/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.ChaosMonkeySafeLeaderTest-jetty3-1363331167678/'
[junit4:junit4]   2> 15501 T3454 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.ChaosMonkeySafeLeaderTest-jetty3-1363331167678/'
[junit4:junit4]   2> 15558 T3454 oashc.HttpShardHandlerFactory.getParameter Setting socketTimeout to: 120000
[junit4:junit4]   2> 15559 T3454 oashc.HttpShardHandlerFactory.getParameter Setting urlScheme to: http://
[junit4:junit4]   2> 15560 T3454 oashc.HttpShardHandlerFactory.getParameter Setting connTimeout to: 15000
[junit4:junit4]   2> 15560 T3454 oashc.HttpShardHandlerFactory.getParameter Setting maxConnectionsPerHost to: 20
[junit4:junit4]   2> 15561 T3454 oashc.HttpShardHandlerFactory.getParameter Setting corePoolSize to: 0
[junit4:junit4]   2> 15562 T3454 oashc.HttpShardHandlerFactory.getParameter Setting maximumPoolSize to: 2147483647
[junit4:junit4]   2> 15562 T3454 oashc.HttpShardHandlerFactory.getParameter Setting maxThreadIdleTime to: 5
[junit4:junit4]   2> 15563 T3454 oashc.HttpShardHandlerFactory.getParameter Setting sizeOfQueue to: -1
[junit4:junit4]   2> 15563 T3454 oashc.HttpShardHandlerFactory.getParameter Setting fairnessPolicy to: false
[junit4:junit4]   2> 15564 T3454 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnectionsPerHost=20&maxConnections=10000&socketTimeout=120000&connTimeout=15000&retry=false
[junit4:junit4]   2> 15577 T3454 oasc.CoreContainer.load Registering Log Listener
[junit4:junit4]   2> 15600 T3454 oasc.CoreContainer.initZooKeeper Zookeeper client=127.0.0.1:50060/solr
[junit4:junit4]   2> 15602 T3454 oasc.ZkController.checkChrootPath zkHost includes chroot
[junit4:junit4]   2> 15603 T3454 oaz.ZooKeeper.<init> Initiating client connection, connectString=127.0.0.1:50060 sessionTimeout=60000 watcher=org.apache.solr.common.cloud.ConnectionManager@73cd9e9b
[junit4:junit4]   2> 15606 T3525 oaz.ClientCnxn$SendThread.logStartConnect Opening socket connection to server localhost/127.0.0.1:50060. Will not attempt to authenticate using SASL (access denied ("javax.security.auth.AuthPermission" "getLoginConfiguration"))
[junit4:junit4]   2> 15606 T3454 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
[junit4:junit4]   2> 15607 T3525 oaz.ClientCnxn$SendThread.primeConnection Socket connection established to localhost/127.0.0.1:50060, initiating session
[junit4:junit4]   2> 15608 T3456 oazs.NIOServerCnxnFactory.run Accepted socket connection from /127.0.0.1:50074
[junit4:junit4]   2> 15609 T3456 oazs.ZooKeeperServer.processConnectRequest Client attempting to establish new session at /127.0.0.1:50074
[junit4:junit4]   2> 15610 T3458 oazs.ZooKeeperServer.finishSessionInit Established session 0x13d6cde7a570009 with negotiated timeout 20000 for client /127.0.0.1:50074
[junit4:junit4]   2> 15610 T3525 oaz.ClientCnxn$SendThread.onConnected Session establishment complete on server localhost/127.0.0.1:50060, sessionid = 0x13d6cde7a570009, negotiated timeout = 20000
[junit4:junit4]   2> 15611 T3526 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@73cd9e9b name:ZooKeeperConnection Watcher:127.0.0.1:50060 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
[junit4:junit4]   2> 15611 T3454 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
[junit4:junit4]   2> 15614 T3459 oazs.PrepRequestProcessor.pRequest2Txn Processed session termination for sessionid: 0x13d6cde7a570009
[junit4:junit4]   2> 15615 T3456 oazs.NIOServerCnxn.closeSock Closed socket connection for client /127.0.0.1:50074 which had sessionid 0x13d6cde7a570009
[junit4:junit4]   2> 15615 T3526 oaz.ClientCnxn$EventThread.run EventThread shut down
[junit4:junit4]   2> 15615 T3454 oaz.ZooKeeper.close Session: 0x13d6cde7a570009 closed
[junit4:junit4]   2> 15617 T3454 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=500&maxConnectionsPerHost=16&socketTimeout=120000&connTimeout=15000
[junit4:junit4]   2> 15629 T3454 oaz.ZooKeeper.<init> Initiating client connection, connectString=127.0.0.1:50060/solr sessionTimeout=30000 watcher=org.apache.solr.common.cloud.ConnectionManager@50fd5c24
[junit4:junit4]   2> 15632 T3527 oaz.ClientCnxn$SendThread.logStartConnect Opening socket connection to server localhost/127.0.0.1:50060. Will not attempt to authenticate using SASL (access denied ("javax.security.auth.AuthPermission" "getLoginConfiguration"))
[junit4:junit4]   2> 15632 T3454 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
[junit4:junit4]   2> 15633 T3456 oazs.NIOServerCnxnFactory.run Accepted socket connection from /127.0.0.1:50075
[junit4:junit4]   2> 15633 T3527 oaz.ClientCnxn$SendThread.primeConnection Socket connection established to localhost/127.0.0.1:50060, initiating session
[junit4:junit4]   2> 15634 T3456 oazs.ZooKeeperServer.processConnectRequest Client attempting to establish new session at /127.0.0.1:50075
[junit4:junit4]   2> 15636 T3527 oaz.ClientCnxn$SendThread.onConnected Session establishment complete on server localhost/127.0.0.1:50060, sessionid = 0x13d6cde7a57000a, negotiated timeout = 20000
[junit4:junit4]   2> 15636 T3458 oazs.ZooKeeperServer.finishSessionInit Established session 0x13d6cde7a57000a with negotiated timeout 20000 for client /127.0.0.1:50075
[junit4:junit4]   2> 15637 T3528 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@50fd5c24 name:ZooKeeperConnection Watcher:127.0.0.1:50060/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
[junit4:junit4]   2> 15638 T3454 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
[junit4:junit4]   2> 15640 T3459 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13d6cde7a57000a type:create cxid:0x1 zxid:0x90 txntype:-1 reqpath:n/a Error Path:/solr/overseer Error:KeeperErrorCode = NodeExists for /solr/overseer
[junit4:junit4]   2> 15641 T3459 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13d6cde7a57000a type:create cxid:0x2 zxid:0x91 txntype:-1 reqpath:n/a Error Path:/solr/overseer Error:KeeperErrorCode = NodeExists for /solr/overseer
[junit4:junit4]   2> 15644 T3454 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
[junit4:junit4]   2> 16651 T3454 oasc.ZkController.createEphemeralLiveNode Register node as live in ZooKeeper:/live_nodes/127.0.0.1:50073_
[junit4:junit4]   2> 16653 T3459 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13d6cde7a57000a type:delete cxid:0xb zxid:0x92 txntype:-1 reqpath:n/a Error Path:/solr/live_nodes/127.0.0.1:50073_ Error:KeeperErrorCode = NoNode for /solr/live_nodes/127.0.0.1:50073_
[junit4:junit4]   2> 16654 T3454 oascc.SolrZkClient.makePath makePath: /live_nodes/127.0.0.1:50073_
[junit4:junit4]   2> 16661 T3483 oascc.ZkStateReader$3.process Updating live nodes... (4)
[junit4:junit4]   2> 16661 T3476 oascc.ZkStateReader$3.process Updating live nodes... (4)
[junit4:junit4]   2> 16661 T3512 oascc.ZkStateReader$3.process Updating live nodes... (4)
[junit4:junit4]   2> 16661 T3512 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> 16661 T3528 oascc.ZkStateReader$3.process Updating live nodes... (4)
[junit4:junit4]   2> 16661 T3496 oascc.ZkStateReader$3.process Updating live nodes... (4)
[junit4:junit4]   2> 16663 T3496 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> 16661 T3483 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> 16662 T3476 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> 16673 T3529 oasc.CoreContainer.create Creating SolrCore 'collection1' using instanceDir: /Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.ChaosMonkeySafeLeaderTest-jetty3-1363331167678/collection1
[junit4:junit4]   2> 16673 T3529 oasc.ZkController.createCollectionZkNode Check for collection zkNode:collection1
[junit4:junit4]   2> 16675 T3529 oasc.ZkController.createCollectionZkNode Collection zkNode exists
[junit4:junit4]   2> 16675 T3529 oasc.ZkController.readConfigName Load collection config from:/collections/collection1
[junit4:junit4]   2> 16677 T3529 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.ChaosMonkeySafeLeaderTest-jetty3-1363331167678/collection1/'
[junit4:junit4]   2> 16678 T3529 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/org.apache.solr.cloud.ChaosMonkeySafeLeaderTest-jetty3-1363331167678/collection1/lib/classes/' to classloader
[junit4:junit4]   2> 16679 T3529 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/org.apache.solr.cloud.ChaosMonkeySafeLeaderTest-jetty3-1363331167678/collection1/lib/README' to classloader
[junit4:junit4]   2> 16693 T3477 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 16695 T3477 oasc.Overseer$ClusterStateUpdater.updateState Update state numShards=3 message={
[junit4:junit4]   2> 	  "operation":"state",
[junit4:junit4]   2> 	  "core_node_name":"3",
[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:50070_",
[junit4:junit4]   2> 	  "base_url":"http://127.0.0.1:50070"}
[junit4:junit4]   2> 16701 T3512 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> 16701 T3483 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> 16702 T3528 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> 16702 T3476 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> 16703 T3496 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> 16742 T3529 oasc.SolrConfig.<init> Using Lucene MatchVersion: LUCENE_50
[junit4:junit4]   2> 16815 T3529 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig.xml
[junit4:junit4]   2> 16816 T3529 oass.IndexSchema.readSchema Reading Solr Schema
[junit4:junit4]   2> 16824 T3529 oass.IndexSchema.readSchema Schema name=test
[junit4:junit4]   2> 17661 T3529 oass.OpenExchangeRatesOrgProvider.init Initialized with rates=open-exchange-rates.json, refreshInterval=1440.
[junit4:junit4]   2> 17672 T3529 oass.IndexSchema.readSchema default search field in schema is text
[junit4:junit4]   2> 17677 T3529 oass.IndexSchema.readSchema unique key field: id
[junit4:junit4]   2> 17704 T3529 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
[junit4:junit4]   2> 17709 T3529 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
[junit4:junit4]   2> 17717 T3529 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
[junit4:junit4]   2> 17720 T3529 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARNING Unknown key IMPORTANT NOTE
[junit4:junit4]   2> 17722 T3529 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARNING Expected key, got STRING
[junit4:junit4]   2> 17723 T3529 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
[junit4:junit4]   2> 17725 T3529 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARNING Unknown key IMPORTANT NOTE
[junit4:junit4]   2> 17726 T3529 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARNING Expected key, got STRING
[junit4:junit4]   2> 17726 T3529 oasc.SolrCore.initDirectoryFactory solr.StandardDirectoryFactory
[junit4:junit4]   2> 17727 T3529 oasc.SolrCore.<init> [collection1] Opening new SolrCore at /Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.ChaosMonkeySafeLeaderTest-jetty3-1363331167678/collection1/, dataDir=./org.apache.solr.cloud.ChaosMonkeySafeLeaderTest-1363331152458/jetty3/
[junit4:junit4]   2> 17727 T3529 oasc.JmxMonitoredMap.<init> JMX monitoring is enabled. Adding Solr mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@a39e3dd
[junit4:junit4]   2> 17728 T3529 oasc.SolrCore.initDirectoryFactory solr.StandardDirectoryFactory
[junit4:junit4]   2> 17729 T3529 oasc.CachingDirectoryFactory.get return new directory for /Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/org.apache.solr.cloud.ChaosMonkeySafeLeaderTest-1363331152458/jetty3 forceNew: false
[junit4:junit4]   2> 17729 T3529 oasc.SolrCore.getNewIndexDir New index directory detected: old=null new=./org.apache.solr.cloud.ChaosMonkeySafeLeaderTest-1363331152458/jetty3/index/
[junit4:junit4]   2> 17730 T3529 oasc.SolrCore.initIndex WARNING [collection1] Solr index directory './org.apache.solr.cloud.ChaosMonkeySafeLeaderTest-1363331152458/jetty3/index' doesn't exist. Creating new index...
[junit4:junit4]   2> 17731 T3529 oasc.CachingDirectoryFactory.get return new directory for /Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/org.apache.solr.cloud.ChaosMonkeySafeLeaderTest-1363331152458/jetty3/index forceNew: false
[junit4:junit4]   2> 17736 T3529 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits:num=1
[junit4:junit4]   2> 		commit{dir=/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/org.apache.solr.cloud.ChaosMonkeySafeLeaderTest-1363331152458/jetty3/index,segFN=segments_1,generation=1,filenames=[segments_1]
[junit4:junit4]   2> 17737 T3529 oasc.SolrDeletionPolicy.updateCommits newest commit = 1[segments_1]
[junit4:junit4]   2> 17741 T3529 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe"
[junit4:junit4]   2> 17742 T3529 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "stored_sig"
[junit4:junit4]   2> 17743 T3529 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "distrib-dup-test-chain-implicit"
[junit4:junit4]   2> 17744 T3529 oasc.RequestHandlers.initHandlersFromConfig created standard: solr.StandardRequestHandler
[junit4:junit4]   2> 17745 T3529 oasc.RequestHandlers.initHandlersFromConfig created /get: solr.RealTimeGetHandler
[junit4:junit4]   2> 17746 T3529 oasc.RequestHandlers.initHandlersFromConfig adding lazy requestHandler: solr.ReplicationHandler
[junit4:junit4]   2> 17746 T3529 oasc.RequestHandlers.initHandlersFromConfig created /replication: solr.ReplicationHandler
[junit4:junit4]   2> 17747 T3529 oasc.RequestHandlers.initHandlersFromConfig created /update: solr.UpdateRequestHandler
[junit4:junit4]   2> 17748 T3529 oasc.RequestHandlers.initHandlersFromConfig created /admin/: org.apache.solr.handler.admin.AdminHandlers
[junit4:junit4]   2> 17757 T3529 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
[junit4:junit4]   2> 17765 T3529 oass.SolrIndexSearcher.<init> Opening Searcher@6dae2bf6 main
[junit4:junit4]   2> 17766 T3529 oasu.CommitTracker.<init> Hard AutoCommit: disabled
[junit4:junit4]   2> 17767 T3529 oasu.CommitTracker.<init> Soft AutoCommit: disabled
[junit4:junit4]   2> 17772 T3530 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@6dae2bf6 main{StandardDirectoryReader(segments_1:1)}
[junit4:junit4]   2> 17775 T3529 oasc.ZkController.publish publishing core=collection1 state=down
[junit4:junit4]   2> 17776 T3529 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
[junit4:junit4]   2> 18218 T3477 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 18220 T3477 oasc.Overseer$ClusterStateUpdater.updateState Update state numShards=3 message={
[junit4:junit4]   2> 	  "operation":"state",
[junit4:junit4]   2> 	  "core_node_name":"4",
[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:50073_",
[junit4:junit4]   2> 	  "base_url":"http://127.0.0.1:50073"}
[junit4:junit4]   2> 18221 T3477 oasc.Overseer$ClusterStateUpdater.updateState Collection already exists with numShards=3
[junit4:junit4]   2> 18221 T3477 oasc.Overseer$ClusterStateUpdater.updateState Assigning new node to shard shard=shard3
[junit4:junit4]   2> 18230 T3476 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> 18231 T3512 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> 18231 T3483 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> 18231 T3528 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> 18232 T3496 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> 18779 T3529 oasc.CoreContainer.registerCore registering core: collection1
[junit4:junit4]   2> 18780 T3529 oasc.ZkController.register Register replica - core:collection1 address:http://127.0.0.1:50073 collection:collection1 shard:shard3
[junit4:junit4]   2> 18782 T3529 oascc.SolrZkClient.makePath makePath: /collections/collection1/leader_elect/shard3/election
[junit4:junit4]   2> 18797 T3459 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13d6cde7a57000a type:delete cxid:0x47 zxid:0xa1 txntype:-1 reqpath:n/a Error Path:/solr/collections/collection1/leaders/shard3 Error:KeeperErrorCode = NoNode for /solr/collections/collection1/leaders/shard3
[junit4:junit4]   2> 18799 T3529 oasc.ShardLeaderElectionContext.runLeaderProcess Running the leader process.
[junit4:junit4]   2> 18801 T3459 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13d6cde7a57000a type:create cxid:0x48 zxid:0xa2 txntype:-1 reqpath:n/a Error Path:/solr/overseer Error:KeeperErrorCode = NodeExists for /solr/overseer
[junit4:junit4]   2> 18807 T3529 oasc.ShardLeaderElectionContext.waitForReplicasToComeUp Enough replicas found to continue.
[junit4:junit4]   2> 18808 T3529 oasc.ShardLeaderElectionContext.runLeaderProcess I may be the new leader - try and sync
[junit4:junit4]   2> 18808 T3529 oasc.SyncStrategy.sync Sync replicas to http://127.0.0.1:50073/collection1/
[junit4:junit4]   2> 18809 T3529 oasc.SyncStrategy.syncReplicas Sync Success - now sync replicas to me
[junit4:junit4]   2> 18809 T3529 oasc.SyncStrategy.syncToMe http://127.0.0.1:50073/collection1/ has no replicas
[junit4:junit4]   2> 18810 T3529 oasc.ShardLeaderElectionContext.runLeaderProcess I am the new leader: http://127.0.0.1:50073/collection1/
[junit4:junit4]   2> 18810 T3529 oascc.SolrZkClient.makePath makePath: /collections/collection1/leaders/shard3
[junit4:junit4]   2> 18821 T3459 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13d6cde7a57000a type:create cxid:0x51 zxid:0xa5 txntype:-1 reqpath:n/a Error Path:/solr/overseer Error:KeeperErrorCode = NodeExists for /solr/overseer
[junit4:junit4]   2> 19742 T3477 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 19760 T3476 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> 19760 T3496 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> 19760 T3483 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> 19760 T3512 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> 19760 T3528 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> 19815 T3529 oasc.ZkController.register We are http://127.0.0.1:50073/collection1/ and leader is http://127.0.0.1:50073/collection1/
[junit4:junit4]   2> 19816 T3529 oasc.ZkController.register No LogReplay needed for core=collection1 baseURL=http://127.0.0.1:50073
[junit4:junit4]   2> 19816 T3529 oasc.ZkController.checkRecovery I am the leader, no recovery necessary
[junit4:junit4]   2> 19816 T3529 oasc.ZkController.publish publishing core=collection1 state=active
[junit4:junit4]   2> 19817 T3529 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
[junit4:junit4]   2> 19820 T3529 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 19824 T3454 oass.SolrDispatchFilter.init user.dir=/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0
[junit4:junit4]   2> 19826 T3454 oass.SolrDispatchFilter.init SolrDispatchFilter.init() done
[junit4:junit4]   2> 19827 T3454 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=128&maxConnectionsPerHost=32&followRedirects=false
[junit4:junit4]   2> 20182 T3454 oejs.Server.doStart jetty-8.1.8.v20121106
[junit4:junit4]   2> 20190 T3454 oejs.AbstractConnector.doStart Started SelectChannelConnector@127.0.0.1:50076
[junit4:junit4]   2> 20192 T3454 oass.SolrDispatchFilter.init SolrDispatchFilter.init()
[junit4:junit4]   2> 20193 T3454 oasc.SolrResourceLoader.locateSolrHome JNDI not configured for solr (NoInitialContextEx)
[junit4:junit4]   2> 20193 T3454 oasc.SolrResourceLoader.locateSolrHome using system property solr.solr.home: /Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.ChaosMonkeySafeLeaderTest-jetty4-1363331172290
[junit4:junit4]   2> 20194 T3454 oasc.CoreContainer$Initializer.initialize looking for solr config file: /Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.ChaosMonkeySafeLeaderTest-jetty4-1363331172290/solr.xml
[junit4:junit4]   2> 20195 T3454 oasc.CoreContainer.<init> New CoreContainer 207063694
[junit4:junit4]   2> 20195 T3454 oasc.CoreContainer.load Loading CoreContainer using Solr Home: '/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.ChaosMonkeySafeLeaderTest-jetty4-1363331172290/'
[junit4:junit4]   2> 20196 T3454 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.ChaosMonkeySafeLeaderTest-jetty4-1363331172290/'
[junit4:junit4]   2> 20269 T3454 oashc.HttpShardHandlerFactory.getParameter Setting socketTimeout to: 120000
[junit4:junit4]   2> 20271 T3454 oashc.HttpShardHandlerFactory.getParameter Setting urlScheme to: http://
[junit4:junit4]   2> 20274 T3454 oashc.HttpShardHandlerFactory.getParameter Setting connTimeout to: 15000
[junit4:junit4]   2> 20274 T3454 oashc.HttpShardHandlerFactory.getParameter Setting maxConnectionsPerHost to: 20
[junit4:junit4]   2> 20275 T3454 oashc.HttpShardHandlerFactory.getParameter Setting corePoolSize to: 0
[junit4:junit4]   2> 20276 T3454 oashc.HttpShardHandlerFactory.getParameter Setting maximumPoolSize to: 2147483647
[junit4:junit4]   2> 20276 T3454 oashc.HttpShardHandlerFactory.getParameter Setting maxThreadIdleTime to: 5
[junit4:junit4]   2> 20277 T3454 oashc.HttpShardHandlerFactory.getParameter Setting sizeOfQueue to: -1
[junit4:junit4]   2> 20278 T3454 oashc.HttpShardHandlerFactory.getParameter Setting fairnessPolicy to: false
[junit4:junit4]   2> 20278 T3454 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnectionsPerHost=20&maxConnections=10000&socketTimeout=120000&connTimeout=15000&retry=false
[junit4:junit4]   2> 20305 T3454 oasc.CoreContainer.load Registering Log Listener
[junit4:junit4]   2> 20337 T3454 oasc.CoreContainer.initZooKeeper Zookeeper client=127.0.0.1:50060/solr
[junit4:junit4]   2> 20338 T3454 oasc.ZkController.checkChrootPath zkHost includes chroot
[junit4:junit4]   2> 20339 T3454 oaz.ZooKeeper.<init> Initiating client connection, connectString=127.0.0.1:50060 sessionTimeout=60000 watcher=org.apache.solr.common.cloud.ConnectionManager@50bc8f67
[junit4:junit4]   2> 20342 T3541 oaz.ClientCnxn$SendThread.logStartConnect Opening socket connection to server localhost/127.0.0.1:50060. Will not attempt to authenticate using SASL (access denied ("javax.security.auth.AuthPermission" "getLoginConfiguration"))
[junit4:junit4]   2> 20341 T3454 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
[junit4:junit4]   2> 20344 T3541 oaz.ClientCnxn$SendThread.primeConnection Socket connection established to localhost/127.0.0.1:50060, initiating session
[junit4:junit4]   2> 20344 T3456 oazs.NIOServerCnxnFactory.run Accepted socket connection from /127.0.0.1:50077
[junit4:junit4]   2> 20345 T3456 oazs.ZooKeeperServer.processConnectRequest Client attempting to establish new session at /127.0.0.1:50077
[junit4:junit4]   2> 20365 T3458 oazs.ZooKeeperServer.finishSessionInit Established session 0x13d6cde7a57000b with negotiated timeout 20000 for client /127.0.0.1:50077
[junit4:junit4]   2> 20365 T3541 oaz.ClientCnxn$SendThread.onConnected Session establishment complete on server localhost/127.0.0.1:50060, sessionid = 0x13d6cde7a57000b, negotiated timeout = 20000
[junit4:junit4]   2> 20366 T3542 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@50bc8f67 name:ZooKeeperConnection Watcher:127.0.0.1:50060 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
[junit4:junit4]   2> 20367 T3454 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
[junit4:junit4]   2> 20371 T3459 oazs.PrepRequestProcessor.pRequest2Txn Processed session termination for sessionid: 0x13d6cde7a57000b
[junit4:junit4]   2> 20373 T3456 oazs.NIOServerCnxn.closeSock Closed socket connection for client /127.0.0.1:50077 which had sessionid 0x13d6cde7a57000b
[junit4:junit4]   2> 20375 T3454 oaz.ZooKeeper.close Session: 0x13d6cde7a57000b closed
[junit4:junit4]   2> 20377 T3454 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=500&maxConnectionsPerHost=16&socketTimeout=120000&connTimeout=15000
[junit4:junit4]   2> 20382 T3542 oaz.ClientCnxn$EventThread.run EventThread shut down
[junit4:junit4]   2> 20394 T3454 oaz.ZooKeeper.<init> Initiating client connection, connectString=127.0.0.1:50060/solr sessionTimeout=30000 watcher=org.apache.solr.common.cloud.ConnectionManager@deabcb6
[junit4:junit4]   2> 20396 T3454 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
[junit4:junit4]   2> 20397 T3543 oaz.ClientCnxn$SendThread.logStartConnect Opening socket connection to server localhost/127.0.0.1:50060. Will not attempt to authenticate using SASL (access denied ("javax.security.auth.AuthPermission" "getLoginConfiguration"))
[junit4:junit4]   2> 20398 T3543 oaz.ClientCnxn$SendThread.primeConnection Socket connection established to localhost/127.0.0.1:50060, initiating session
[junit4:junit4]   2> 20399 T3456 oazs.NIOServerCnxnFactory.run Accepted socket connection from /127.0.0.1:50078
[junit4:junit4]   2> 20402 T3456 oazs.ZooKeeperServer.processConnectRequest Client attempting to establish new session at /127.0.0.1:50078
[junit4:junit4]   2> 20404 T3458 oazs.ZooKeeperServer.finishSessionInit Established session 0x13d6cde7a57000c with negotiated timeout 20000 for client /127.0.0.1:50078
[junit4:junit4]   2> 20404 T3543 oaz.ClientCnxn$SendThread.onConnected Session establishment complete on server localhost/127.0.0.1:50060, sessionid = 0x13d6cde7a57000c, negotiated timeout = 20000
[junit4:junit4]   2> 20405 T3544 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@deabcb6 name:ZooKeeperConnection Watcher:127.0.0.1:50060/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
[junit4:junit4]   2> 20406 T3454 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
[junit4:junit4]   2> 20408 T3459 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13d6cde7a57000c type:create cxid:0x1 zxid:0xb2 txntype:-1 reqpath:n/a Error Path:/solr/overseer Error:KeeperErrorCode = NodeExists for /solr/overseer
[junit4:junit4]   2> 20411 T3459 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13d6cde7a57000c type:create cxid:0x2 zxid:0xb3 txntype:-1 reqpath:n/a Error Path:/solr/overseer Error:KeeperErrorCode = NodeExists for /solr/overseer
[junit4:junit4]   2> 20420 T3454 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
[junit4:junit4]   2> 21278 T3477 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 21280 T3477 oasc.Overseer$ClusterStateUpdater.updateState Update state numShards=3 message={
[junit4:junit4]   2> 	  "operation":"state",
[junit4:junit4]   2> 	  "core_node_name":"4",
[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:50073_",
[junit4:junit4]   2> 	  "base_url":"http://127.0.0.1:50073"}
[junit4:junit4]   2> 21305 T3528 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> 21306 T3544 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> 21305 T3512 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> 21306 T3476 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> 21306 T3483 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> 21306 T3496 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> 21434 T3454 oasc.ZkController.createEphemeralLiveNode Register node as live in ZooKeeper:/live_nodes/127.0.0.1:50076_
[junit4:junit4]   2> 21436 T3459 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13d6cde7a57000c type:delete cxid:0xd zxid:0xb8 txntype:-1 reqpath:n/a Error Path:/solr/live_nodes/127.0.0.1:50076_ Error:KeeperErrorCode = NoNode for /solr/live_nodes/127.0.0.1:50076_
[junit4:junit4]   2> 21437 T3454 oascc.SolrZkClient.makePath makePath: /live_nodes/127.0.0.1:50076_
[junit4:junit4]   2> 21445 T3496 oascc.ZkStateReader$3.process Updating live nodes... (5)
[junit4:junit4]   2> 21446 T3544 oascc.ZkStateReader$3.process Updating live nodes... (5)
[junit4:junit4]   2> 21446 T3483 oascc.ZkStateReader$3.process Updating live nodes... (5)
[junit4:junit4]   2> 21446 T3544 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> 21446 T3496 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> 21447 T3476 oascc.ZkStateReader$3.process Updating live nodes... (5)
[junit4:junit4]   2> 21447 T3476 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> 21446 T3512 oascc.ZkStateReader$3.process Updating live nodes... (5)
[junit4:junit4]   2> 21448 T3528 oascc.ZkStateReader$3.process Updating live nodes... (5)
[junit4:junit4]   2> 21446 T3483 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> 21448 T3528 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> 21448 T3512 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> 21461 T3545 oasc.CoreContainer.create Creating SolrCore 'collection1' using instanceDir: /Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.ChaosMonkeySafeLeaderTest-jetty4-1363331172290/collection1
[junit4:junit4]   2> 21462 T3545 oasc.ZkController.createCollectionZkNode Check for collection zkNode:collection1
[junit4:junit4]   2> 21463 T3545 oasc.ZkController.createCollectionZkNode Collection zkNode exists
[junit4:junit4]   2> 21464 T3545 oasc.ZkController.readConfigName Load collection config from:/collections/collection1
[junit4:junit4]   2> 21466 T3545 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.ChaosMonkeySafeLeaderTest-jetty4-1363331172290/collection1/'
[junit4:junit4]   2> 21468 T3545 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/org.apache.solr.cloud.ChaosMonkeySafeLeaderTest-jetty4-1363331172290/collection1/lib/classes/' to classloader
[junit4:junit4]   2> 21471 T3545 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/org.apache.solr.cloud.ChaosMonkeySafeLeaderTest-jetty4-1363331172290/collection1/lib/README' to classloader
[junit4:junit4]   2> 21558 T3545 oasc.SolrConfig.<init> Using Lucene MatchVersion: LUCENE_50
[junit4:junit4]   2> 21648 T3545 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig.xml
[junit4:junit4]   2> 21650 T3545 oass.IndexSchema.readSchema Reading Solr Schema
[junit4:junit4]   2> 21662 T3545 oass.IndexSchema.readSchema Schema name=test
[junit4:junit4]   2> 22549 T3545 oass.OpenExchangeRatesOrgProvider.init Initialized with rates=open-exchange-rates.json, refreshInterval=1440.
[junit4:junit4]   2> 22560 T3545 oass.IndexSchema.readSchema default search field in schema is text
[junit4:junit4]   2> 22568 T3545 oass.IndexSchema.readSchema unique key field: id
[junit4:junit4]   2> 22602 T3545 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
[junit4:junit4]   2> 22609 T3545 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
[junit4:junit4]   2> 22616 T3545 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
[junit4:junit4]   2> 22618 T3545 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARNING Unknown key IMPORTANT NOTE
[junit4:junit4]   2> 22620 T3545 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARNING Expected key, got STRING
[junit4:junit4]   2> 22620 T3545 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
[junit4:junit4]   2> 22623 T3545 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARNING Unknown key IMPORTANT NOTE
[junit4:junit4]   2> 22624 T3545 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARNING Expected key, got STRING
[junit4:junit4]   2> 22624 T3545 oasc.SolrCore.initDirectoryFactory solr.StandardDirectoryFactory
[junit4:junit4]   2> 22625 T3545 oasc.SolrCore.<init> [collection1] Opening new SolrCore at /Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.ChaosMonkeySafeLeaderTest-jetty4-1363331172290/collection1/, dataDir=./org.apache.solr.cloud.ChaosMonkeySafeLeaderTest-1363331152458/jetty4/
[junit4:junit4]   2> 22625 T3545 oasc.JmxMonitoredMap.<init> JMX monitoring is enabled. Adding Solr mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@a39e3dd
[junit4:junit4]   2> 22626 T3545 oasc.SolrCore.initDirectoryFactory solr.StandardDirectoryFactory
[junit4:junit4]   2> 22627 T3545 oasc.CachingDirectoryFactory.get return new directory for /Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/org.apache.solr.cloud.ChaosMonkeySafeLeaderTest-1363331152458/jetty4 forceNew: false
[junit4:junit4]   2> 22628 T3545 oasc.SolrCore.getNewIndexDir New index directory detected: old=null new=./org.apache.solr.cloud.ChaosMonkeySafeLeaderTest-1363331152458/jetty4/index/
[junit4:junit4]   2> 22628 T3545 oasc.SolrCore.initIndex WARNING [collection1] Solr index directory './org.apache.solr.cloud.ChaosMonkeySafeLeaderTest-1363331152458/jetty4/index' doesn't exist. Creating new index...
[junit4:junit4]   2> 22629 T3545 oasc.CachingDirectoryFactory.get return new directory for /Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/org.apache.solr.cloud.ChaosMonkeySafeLeaderTest-1363331152458/jetty4/index forceNew: false
[junit4:junit4]   2> 22635 T3545 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits:num=1
[junit4:junit4]   2> 		commit{dir=/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/org.apache.solr.cloud.ChaosMonkeySafeLeaderTest-1363331152458/jetty4/index,segFN=segments_1,generation=1,filenames=[segments_1]
[junit4:junit4]   2> 22636 T3545 oasc.SolrDeletionPolicy.updateCommits newest commit = 1[segments_1]
[junit4:junit4]   2> 22639 T3545 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe"
[junit4:junit4]   2> 22640 T3545 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "stored_sig"
[junit4:junit4]   2> 22641 T3545 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "distrib-dup-test-chain-implicit"
[junit4:junit4]   2> 22642 T3545 oasc.RequestHandlers.initHandlersFromConfig created standard: solr.StandardRequestHandler
[junit4:junit4]   2> 22643 T3545 oasc.RequestHandlers.initHandlersFromConfig created /get: solr.RealTimeGetHandler
[junit4:junit4]   2> 22643 T3545 oasc.RequestHandlers.initHandlersFromConfig adding lazy requestHandler: solr.ReplicationHandler
[junit4:junit4]   2> 22644 T3545 oasc.RequestHandlers.initHandlersFromConfig created /replication: solr.ReplicationHandler
[junit4:junit4]   2> 22644 T3545 oasc.RequestHandlers.initHandlersFromConfig created /update: solr.UpdateRequestHandler
[junit4:junit4]   2> 22645 T3545 oasc.RequestHandlers.initHandlersFromConfig created /admin/: org.apache.solr.handler.admin.AdminHandlers
[junit4:junit4]   2> 22653 T3545 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
[junit4:junit4]   2> 22660 T3545 oass.SolrIndexSearcher.<init> Opening Searcher@732c964b main
[junit4:junit4]   2> 22662 T3545 oasu.CommitTracker.<init> Hard AutoCommit: disabled
[junit4:junit4]   2> 22663 T3545 oasu.CommitTracker.<init> Soft AutoCommit: disabled
[junit4:junit4]   2> 22669 T3546 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@732c964b main{StandardDirectoryReader(segments_1:1)}
[junit4:junit4]   2> 22674 T3545 oasc.ZkController.publish publishing core=collection1 state=down
[junit4:junit4]   2> 22674 T3545 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
[junit4:junit4]   2> 22823 T3477 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 22825 T3477 oasc.Overseer$ClusterStateUpdater.updateState Update state numShards=3 message={
[junit4:junit4]   2> 	  "operation":"state",
[junit4:junit4]   2> 	  "core_node_name":"5",
[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:50076_",
[junit4:junit4]   2> 	  "base_url":"http://127.0.0.1:50076"}
[junit4:junit4]   2> 22825 T3477 oasc.Overseer$ClusterStateUpdater.updateState Collection already exists with numShards=3
[junit4:junit4]   2> 22826 T3477 oasc.Overseer$ClusterStateUpdater.updateState Assigning new node to shard shard=shard1
[junit4:junit4]   2> 22834 T3528 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> 22834 T3483 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> 22834 T3476 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> 22834 T3544 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> 22834 T3496 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> 22834 T3512 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> 23678 T3545 oasc.CoreContainer.registerCore registering core: collection1
[junit4:junit4]   2> 23679 T3545 oasc.ZkController.register Register replica - core:collection1 address:http://127.0.0.1:50076 collection:collection1 shard:shard1
[junit4:junit4]   2> 23686 T3545 oasc.ZkController.register We are http://127.0.0.1:50076/collection1/ and leader is http://127.0.0.1:50067/collection1/
[junit4:junit4]   2> 23686 T3545 oasc.ZkController.register No LogReplay needed for core=collection1 baseURL=http://127.0.0.1:50076
[junit4:junit4]   2> 23687 T3545 oasc.ZkController.checkRecovery Core needs to recover:collection1
[junit4:junit4]   2> 23687 T3545 oasu.DefaultSolrCoreState.doRecovery Running recovery - first canceling any ongoing recovery
[junit4:junit4]   2> ASYNC  NEW_CORE C300 name=collection1 org.apache.solr.core.SolrCore@1c19a1a3 url=http://127.0.0.1:50076/collection1 node=127.0.0.1:50076_ C300_STATE=coll:collection1 core:collection1 props:{state=down, core=collection1, collection=collection1, node_name=127.0.0.1:50076_, base_url=http://127.0.0.1:50076}
[junit4:junit4]   2> 23688 T3547 C300 P50076 oasc.RecoveryStrategy.run Starting recovery process.  core=collection1 recoveringAfterStartup=true
[junit4:junit4]   2> 23689 T3545 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 23691 T3547 C300 P50076 oasc.RecoveryStrategy.doRecovery ###### startupVersions=[]
[junit4:junit4]   2> 23692 T3547 C300 P50076 oasc.ZkController.publish publishing core=collection1 state=recovering
[junit4:junit4]   2> 23693 T3547 C300 P50076 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
[junit4:junit4]   2> 23693 T3454 oass.SolrDispatchFilter.init user.dir=/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0
[junit4:junit4]   2> 23695 T3547 C300 P50076 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=128&maxConnectionsPerHost=32&followRedirects=false
[junit4:junit4]   2> 23695 T3454 oass.SolrDispatchFilter.init SolrDispatchFilter.init() done
[junit4:junit4]   2> 23696 T3454 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=128&maxConnectionsPerHost=32&followRedirects=false
[junit4:junit4]   2> 24020 T3454 oejs.Server.doStart jetty-8.1.8.v20121106
[junit4:junit4]   2> 24030 T3454 oejs.AbstractConnector.doStart Started SelectChannelConnector@127.0.0.1:50080
[junit4:junit4]   2> 24032 T3454 oass.SolrDispatchFilter.init SolrDispatchFilter.init()
[junit4:junit4]   2> 24075 T3454 oasc.SolrResourceLoader.locateSolrHome JNDI not configured for solr (NoInitialContextEx)
[junit4:junit4]   2> 24077 T3454 oasc.SolrResourceLoader.locateSolrHome using system property solr.solr.home: /Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.ChaosMonkeySafeLeaderTest-jetty5-1363331176153
[junit4:junit4]   2> 24078 T3454 oasc.CoreContainer$Initializer.initialize looking for solr config file: /Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.ChaosMonkeySafeLeaderTest-jetty5-1363331176153/solr.xml
[junit4:junit4]   2> 24079 T3454 oasc.CoreContainer.<init> New CoreContainer 119208842
[junit4:junit4]   2> 24081 T3454 oasc.CoreContainer.load Loading CoreContainer using Solr Home: '/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.ChaosMonkeySafeLeaderTest-jetty5-1363331176153/'
[junit4:junit4]   2> 24082 T3454 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.ChaosMonkeySafeLeaderTest-jetty5-1363331176153/'
[junit4:junit4]   2> 24168 T3454 oashc.HttpShardHandlerFactory.getParameter Setting socketTimeout to: 120000
[junit4:junit4]   2> 24170 T3454 oashc.HttpShardHandlerFactory.getParameter Setting urlScheme to: http://
[junit4:junit4]   2> 24171 T3454 oashc.HttpShardHandlerFactory.getParameter Setting connTimeout to: 15000
[junit4:junit4]   2> 24172 T3454 oashc.HttpShardHandlerFactory.getParameter Setting maxConnectionsPerHost to: 20
[junit4:junit4]   2> 24173 T3454 oashc.HttpShardHandlerFactory.getParameter Setting corePoolSize to: 0
[junit4:junit4]   2> 24174 T3454 oashc.HttpShardHandlerFactory.getParameter Setting maximumPoolSize to: 2147483647
[junit4:junit4]   2> 24176 T3454 oashc.HttpShardHandlerFactory.getParameter Setting maxThreadIdleTime to: 5
[junit4:junit4]   2> 24177 T3454 oashc.HttpShardHandlerFactory.getParameter Setting sizeOfQueue to: -1
[junit4:junit4]   2> 24178 T3454 oashc.HttpShardHandlerFactory.getParameter Setting fairnessPolicy to: false
[junit4:junit4]   2> 24180 T3454 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnectionsPerHost=20&maxConnections=10000&socketTimeout=120000&connTimeout=15000&retry=false
[junit4:junit4]   2> 24206 T3454 oasc.CoreContainer.load Registering Log Listener
[junit4:junit4]   2> 24251 T3454 oasc.CoreContainer.initZooKeeper Zookeeper client=127.0.0.1:50060/solr
[junit4:junit4]   2> 24253 T3454 oasc.ZkController.checkChrootPath zkHost includes chroot
[junit4:junit4]   2> 24254 T3454 oaz.ZooKeeper.<init> Initiating client connection, connectString=127.0.0.1:50060 sessionTimeout=60000 watcher=org.apache.solr.common.cloud.ConnectionManager@ba74a53
[junit4:junit4]   2> 24256 T3454 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
[junit4:junit4]   2> 24257 T3558 oaz.ClientCnxn$SendThread.logStartConnect Opening socket connection to server localhost/127.0.0.1:50060. Will not attempt to authenticate using SASL (access denied ("javax.security.auth.AuthPermission" "getLoginConfiguration"))
[junit4:junit4]   2> 24260 T3558 oaz.ClientCnxn$SendThread.primeConnection Socket connection established to localhost/127.0.0.1:50060, initiating session
[junit4:junit4]   2> 24260 T3456 oazs.NIOServerCnxnFactory.run Accepted socket connection from /127.0.0.1:50081
[junit4:junit4]   2> 24261 T3456 oazs.ZooKeeperServer.processConnectRequest Client attempting to establish new session at /127.0.0.1:50081
[junit4:junit4]   2> 24263 T3458 oazs.ZooKeeperServer.finishSessionInit Established session 0x13d6cde7a57000d with negotiated timeout 20000 for client /127.0.0.1:50081
[junit4:junit4]   2> 24263 T3558 oaz.ClientCnxn$SendThread.onConnected Session establishment complete on server localhost/127.0.0.1:50060, sessionid = 0x13d6cde7a57000d, negotiated timeout = 20000
[junit4:junit4]   2> 24264 T3559 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@ba74a53 name:ZooKeeperConnection Watcher:127.0.0.1:50060 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
[junit4:junit4]   2> 24265 T3454 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
[junit4:junit4]   2> 24268 T3459 oazs.PrepRequestProcessor.pRequest2Txn Processed session termination for sessionid: 0x13d6cde7a57000d
[junit4:junit4]   2> 24270 T3456 oazs.NIOServerCnxn.closeSock Closed socket connection for client /127.0.0.1:50081 which had sessionid 0x13d6cde7a57000d
[junit4:junit4]   2> 24271 T3559 oaz.ClientCnxn$EventThread.run EventThread shut down
[junit4:junit4]   2> 24270 T3454 oaz.ZooKeeper.close Session: 0x13d6cde7a57000d closed
[junit4:junit4]   2> 24272 T3454 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=500&maxConnectionsPerHost=16&socketTimeout=120000&connTimeout=15000
[junit4:junit4]   2> 24284 T3454 oaz.ZooKeeper.<init> Initiating client connection, connectString=127.0.0.1:50060/solr sessionTimeout=30000 watcher=org.apache.solr.common.cloud.ConnectionManager@a0f8261
[junit4:junit4]   2> 24288 T3560 oaz.ClientCnxn$SendThread.logStartConnect Opening socket connection to server localhost/127.0.0.1:50060. Will not attempt to authenticate using SASL (access denied ("javax.security.auth.AuthPermission" "getLoginConfiguration"))
[junit4:junit4]   2> 24287 T3454 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
[junit4:junit4]   2> 24289 T3560 oaz.ClientCnxn$SendThread.primeConnection Socket connection established to localhost/127.0.0.1:50060, initiating session
[junit4:junit4]   2> 24290 T3456 oazs.NIOServerCnxnFactory.run Accepted socket connection from /127.0.0.1:50082
[junit4:junit4]   2> 24290 T3456 oazs.ZooKeeperServer.processConnectRequest Client attempting to establish new session at /127.0.0.1:50082
[junit4:junit4]   2> 24293 T3458 oazs.ZooKeeperServer.finishSessionInit Established session 0x13d6cde7a57000e with negotiated timeout 20000 for client /127.0.0.1:50082
[junit4:junit4]   2> 24293 T3560 oaz.ClientCnxn$SendThread.onConnected Session establishment complete on server localhost/127.0.0.1:50060, sessionid = 0x13d6cde7a57000e, negotiated timeout = 20000
[junit4:junit4]   2> 24294 T3561 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@a0f8261 name:ZooKeeperConnection Watcher:127.0.0.1:50060/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
[junit4:junit4]   2> 24295 T3454 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
[junit4:junit4]   2> 24297 T3459 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13d6cde7a57000e type:create cxid:0x1 zxid:0xc5 txntype:-1 reqpath:n/a Error Path:/solr/overseer Error:KeeperErrorCode = NodeExists for /solr/overseer
[junit4:junit4]   2> 24300 T3459 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13d6cde7a57000e type:create cxid:0x2 zxid:0xc6 txntype:-1 reqpath:n/a Error Path:/solr/overseer Error:KeeperErrorCode = NodeExists for /solr/overseer
[junit4:junit4]   2> 24305 T3454 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
[junit4:junit4]   2> 24347 T3477 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 24350 T3477 oasc.Overseer$ClusterStateUpdater.updateState Update state numShards=3 message={
[junit4:junit4]   2> 	  "operation":"state",
[junit4:junit4]   2> 	  "core_node_name":"5",
[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:50076_",
[junit4:junit4]   2> 	  "base_url":"http://127.0.0.1:50076"}
[junit4:junit4]   2> 24358 T3528 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> 24359 T3476 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> 24359 T3483 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> 24358 T3512 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> 24359 T3561 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> 24359 T3496 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> 24359 T3544 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> 24707 T3491 oass.SolrDispatchFilter.handleAdminRequest /admin/cores {coreNodeName=5&state=recovering&nodeName=127.0.0.1:50076_&action=PREPRECOVERY&checkLive=true&core=collection1&wt=javabin&onlyIfLeader=true&version=2} status=0 QTime=1001 
[junit4:junit4]   2> 25315 T3454 oasc.ZkController.createEphemeralLiveNode Register node as live in ZooKeeper:/live_nodes/127.0.0.1:50080_
[junit4:junit4]   2> 25318 T3459 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13d6cde7a57000e type:delete cxid:0xd zxid:0xcb txntype:-1 reqpath:n/a Error Path:/solr/live_nodes/127.0.0.1:50080_ Error:KeeperErrorCode = NoNode for /solr/live_nodes/127.0.0.1:50080_
[junit4:junit4]   2> 25321 T3454 oascc.SolrZkClient.makePath makePath: /live_nodes/127.0.0.1:50080_
[junit4:junit4]   2> 25329 T3512 oascc.ZkStateReader$3.process Updating live nodes... (6)
[junit4:junit4]   2> 25330 T3512 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> 25330 T3561 oascc.ZkStateReader$3.process Updating live nodes... (6)
[junit4:junit4]   2> 25331 T3561 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> 25329 T3483 oascc.ZkStateReader$3.process Updating live nodes... (6)
[junit4:junit4]   2> 25332 T3544 oascc.ZkStateReader$3.process Updating live nodes... (6)
[junit4:junit4]   2> 25332 T3496 oascc.ZkStateReader$3.process Updating live nodes... (6)
[junit4:junit4]   2> 25330 T3476 oascc.ZkStateReader$3.process Updating live nodes... (6)
[junit4:junit4]   2> 25332 T3544 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> 25332 T3483 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> 25332 T3528 oascc.ZkStateReader$3.process Updating live nodes... (6)
[junit4:junit4]   2> 25335 T3528 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> 25334 T3476 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> 25333 T3496 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> 25350 T3562 oasc.CoreContainer.create Creating SolrCore 'collection1' using instanceDir: /Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.ChaosMonkeySafeLeaderTest-jetty5-1363331176153/collection1
[junit4:junit4]   2> 25351 T3562 oasc.ZkController.createCollectionZkNode Check for collection zkNode:collection1
[junit4:junit4]   2> 25352 T3562 oasc.ZkController.createCollectionZkNode Collection zkNode exists
[junit4:junit4]   2> 25353 T3562 oasc.ZkController.readConfigName Load collection config from:/collections/collection1
[junit4:junit4]   2> 25356 T3562 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.ChaosMonkeySafeLeaderTest-jetty5-1363331176153/collection1/'
[junit4:junit4]   2> 25358 T3562 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/org.apache.solr.cloud.ChaosMonkeySafeLeaderTest-jetty5-1363331176153/collection1/lib/classes/' to classloader
[junit4:junit4]   2> 25358 T3562 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/org.apache.solr.cloud.ChaosMonkeySafeLeaderTest-jetty5-1363331176153/collection1/lib/README' to classloader
[junit4:junit4]   2> 25437 T3562 oasc.SolrConfig.<init> Using Lucene MatchVersion: LUCENE_50
[junit4:junit4]   2> 25510 T3562 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig.xml
[junit4:junit4]   2> 25512 T3562 oass.IndexSchema.readSchema Reading Solr Schema
[junit4:junit4]   2> 25520 T3562 oass.IndexSchema.readSchema Schema name=test
[junit4:junit4]   2> 26241 T3562 oass.OpenExchangeRatesOrgProvider.init Initialized with rates=open-exchange-rates.json, refreshInterval=1440.
[junit4:junit4]   2> 26253 T3562 oass.IndexSchema.readSchema default search field in schema is text
[junit4:junit4]   2> 26257 T3562 oass.IndexSchema.readSchema unique key field: id
[junit4:junit4]   2> 26283 T3562 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
[junit4:junit4]   2> 26292 T3562 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
[junit4:junit4]   2> 26301 T3562 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
[junit4:junit4]   2> 26304 T3562 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARNING Unknown key IMPORTANT NOTE
[junit4:junit4]   2> 26306 T3562 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARNING Expected key, got STRING
[junit4:junit4]   2> 26307 T3562 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
[junit4:junit4]   2> 26310 T3562 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARNING Unknown key IMPORTANT NOTE
[junit4:junit4]   2> 26310 T3562 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARNING Expected key, got STRING
[junit4:junit4]   2> 26311 T3562 oasc.SolrCore.initDirectoryFactory solr.StandardDirectoryFactory
[junit4:junit4]   2> 26312 T3562 oasc.SolrCore.<init> [collection1] Opening new SolrCore at /Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.ChaosMonkeySafeLeaderTest-jetty5-1363331176153/collection1/, dataDir=./org.apache.solr.cloud.ChaosMonkeySafeLeaderTest-1363331152458/jetty5/
[junit4:junit4]   2> 26312 T3562 oasc.JmxMonitoredMap.<init> JMX monitoring is enabled. Adding Solr mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@a39e3dd
[junit4:junit4]   2> 26313 T3562 oasc.SolrCore.initDirectoryFactory solr.StandardDirectoryFactory
[junit4:junit4]   2> 26314 T3562 oasc.CachingDirectoryFactory.get return new directory for /Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/org.apache.solr.cloud.ChaosMonkeySafeLeaderTest-1363331152458/jetty5 forceNew: false
[junit4:junit4]   2> 26315 T3562 oasc.SolrCore.getNewIndexDir New index directory detected: old=null new=./org.apache.solr.cloud.ChaosMonkeySafeLeaderTest-1363331152458/jetty5/index/
[junit4:junit4]   2> 26316 T3562 oasc.SolrCore.initIndex WARNING [collection1] Solr index directory './org.apache.solr.cloud.ChaosMonkeySafeLeaderTest-1363331152458/jetty5/index' doesn't exist. Creating new index...
[junit4:junit4]   2> 26317 T3562 oasc.CachingDirectoryFactory.get return new directory for /Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/org.apache.solr.cloud.ChaosMonkeySafeLeaderTest-1363331152458/jetty5/index forceNew: false
[junit4:junit4]   2> 26323 T3562 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits:num=1
[junit4:junit4]   2> 		commit{dir=/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/org.apache.solr.cloud.ChaosMonkeySafeLeaderTest-1363331152458/jetty5/index,segFN=segments_1,generation=1,filenames=[segments_1]
[junit4:junit4]   2> 26324 T3562 oasc.SolrDeletionPolicy.updateCommits newest commit = 1[segments_1]
[junit4:junit4]   2> 26327 T3562 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe"
[junit4:junit4]   2> 26329 T3562 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "stored_sig"
[junit4:junit4]   2> 26330 T3562 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "distrib-dup-test-chain-implicit"
[junit4:junit4]   2> 26331 T3562 oasc.RequestHandlers.initHandlersFromConfig created standard: solr.StandardRequestHandler
[junit4:junit4]   2> 26332 T3562 oasc.RequestHandlers.initHandlersFromConfig created /get: solr.RealTimeGetHandler
[junit4:junit4]   2> 26332 T3562 oasc.RequestHandlers.initHandlersFromConfig adding lazy requestHandler: solr.ReplicationHandler
[junit4:junit4]   2> 26333 T3562 oasc.RequestHandlers.initHandlersFromConfig created /replication: solr.ReplicationHandler
[junit4:junit4]   2> 26334 T3562 oasc.RequestHandlers.initHandlersFromConfig created /update: solr.UpdateRequestHandler
[junit4:junit4]   2> 26334 T3562 oasc.RequestHandlers.initHandlersFromConfig created /admin/: org.apache.solr.handler.admin.AdminHandlers
[junit4:junit4]   2> 26342 T3562 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
[junit4:junit4]   2> 26349 T3562 oass.SolrIndexSearcher.<init> Opening Searcher@4fbfbee4 main
[junit4:junit4]   2> 26350 T3562 oasu.CommitTracker.<init> Hard AutoCommit: disabled
[junit4:junit4]   2> 26351 T3562 oasu.CommitTracker.<init> Soft AutoCommit: disabled
[junit4:junit4]   2> 26355 T3563 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@4fbfbee4 main{StandardDirectoryReader(segments_1:1)}
[junit4:junit4]   2> 26358 T3562 oasc.ZkController.publish publishing core=collection1 state=down
[junit4:junit4]   2> 26358 T3562 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
[junit4:junit4]   2>  C300_STATE=coll:collection1 core:collection1 props:{shard=shard1, state=recovering, core=collection1, collection=collection1, node_name=127.0.0.1:50076_, base_url=http://127.0.0.1:50076}
[junit4:junit4]   2> 26714 T3547 C300 P50076 oasc.RecoveryStrategy.doRecovery Attempting to PeerSync from http://127.0.0.1:50067/collection1/ core=collection1 - recoveringAfterStartup=true
[junit4:junit4]   2> 26715 T3547 C300 P50076 oasu.PeerSync.sync PeerSync: core=collection1 url=http://127.0.0.1:50076 START replicas=[http://127.0.0.1:50067/collection1/] nUpdates=100
[junit4:junit4]   2> 26715 T3547 C300 P50076 oasu.PeerSync.sync WARNING no frame of reference to tell of we've missed updates
[junit4:junit4]   2> 26717 T3547 C300 P50076 oasc.RecoveryStrategy.doRecovery PeerSync Recovery was not successful - trying replication. core=collection1
[junit4:junit4]   2> 26717 T3547 C300 P50076 oasc.RecoveryStrategy.doRecovery Starting Replication Recovery. core=collection1
[junit4:junit4]   2> 26717 T3547 C300 P50076 oasc.RecoveryStrategy.doRecovery Begin buffering updates. core=collection1
[junit4:junit4]   2> 26718 T3547 C300 P50076 oasu.UpdateLog.bufferUpdates Starting to buffer updates. FSUpdateLog{state=ACTIVE, tlog=null}
[junit4:junit4]   2> 26718 T3547 C300 P50076 oasc.RecoveryStrategy.replicate Attempting to replicate from http://127.0.0.1:50067/collection1/. core=collection1
[junit4:junit4]   2> 26719 T3547 C300 P50076 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=128&maxConnectionsPerHost=32&followRedirects=false
[junit4:junit4]   2> ASYNC  NEW_CORE C301 name=collection1 org.apache.solr.core.SolrCore@6539bcba url=http://127.0.0.1:50067/collection1 node=127.0.0.1:50067_ C301_STATE=coll:collection1 core:collection1 props:{shard=shard1, state=active, core=collection1, collection=collection1, node_name=127.0.0.1:50067_, base_url=http://127.0.0.1:50067, leader=true}
[junit4:junit4]   2> 26724 T3485 C301 P50067 REQ /get {getVersions=100&distrib=false&wt=javabin&qt=/get&version=2} status=0 QTime=0 
[junit4:junit4]   2> 26733 T3489 C301 P50067 oasu.DirectUpdateHandler2.commit start commit{,optimize=false,openSearcher=false,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
[junit4:junit4]   2> 26739 T3489 C301 P50067 oasc.SolrDeletionPolicy.onInit SolrDeletionPolicy.onInit: commits:num=1
[junit4:junit4]   2> 		commit{dir=/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/org.apache.solr.cloud.ChaosMonkeySafeLeaderTest-1363331152458/jetty1/index,segFN=segments_1,generation=1,filenames=[segments_1]
[junit4:junit4]   2> 26740 T3489 C301 P50067 oasc.SolrDeletionPolicy.updateCommits newest commit = 1[segments_1]
[junit4:junit4]   2> 26743 T3489 C301 P50067 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits:num=2
[junit4:junit4]   2> 		commit{dir=/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/org.apache.solr.cloud.ChaosMonkeySafeLeaderTest-1363331152458/jetty1/index,segFN=segments_1,generation=1,filenames=[segments_1]
[junit4:junit4]   2> 		commit{dir=/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/org.apache.solr.cloud.ChaosMonkeySafeLeaderTest-1363331152458/jetty1/index,segFN=segments_2,generation=2,filenames=[segments_2]
[junit4:junit4]   2> 26744 T3489 C301 P50067 oasc.SolrDeletionPolicy.updateCommits newest commit = 2[segments_2]
[junit4:junit4]   2> 26746 T3489 C301 P50067 oass.SolrIndexSearcher.<init> Opening Searcher@101e2d0b realtime
[junit4:junit4]   2> 26747 T3489 C301 P50067 oasu.DirectUpdateHandler2.commit end_commit_flush
[junit4:junit4]   2> 26747 T3489 C301 P50067 /update {waitSearcher=true&openSearcher=false&commit=true&wt=javabin&commit_end_point=true&version=2&softCommit=false} {commit=} 0 14
[junit4:junit4]   2> 26748 T3547 C300 P50076 oash.ReplicationHandler.inform Commits will be reserved for  10000
[junit4:junit4]   2> 26749 T3547 C300 P50076 oash.SnapPuller.<init>  No value set for 'pollInterval'. Timer Task not started.
[junit4:junit4]   2> 26754 T3492 C301 P50067 oash.ReplicationHandler.inform Commits will be reserved for  10000
[junit4:junit4]   2> 26755 T3492 C301 P50067 REQ /replication {command=indexversion&qt=/replication&wt=javabin&version=2} status=0 QTime=3 
[junit4:junit4]   2> 26756 T3547 C300 P50076 oash.SnapPuller.fetchLatestIndex Master's generation: 2
[junit4:junit4]   2> 26756 T3547 C300 P50076 oash.SnapPuller.fetchLatestIndex Slave's generation: 1
[junit4:junit4]   2> 26757 T3547 C300 P50076 oash.SnapPuller.fetchLatestIndex Starting replication process
[junit4:junit4]   2> 26760 T3491 C301 P50067 REQ /replication {command=filelist&qt=/replication&wt=javabin&generation=2&version=2} status=0 QTime=1 
[junit4:junit4]   2> 26761 T3547 C300 P50076 oash.SnapPuller.fetchLatestIndex Number of files in latest index in master: 1
[junit4:junit4]   2> 26763 T3547 C300 P50076 oasc.CachingDirectoryFactory.get return new directory for /Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/org.apache.solr.cloud.ChaosMonkeySafeLeaderTest-1363331152458/jetty4/index.20130315180619209 forceNew: false
[junit4:junit4]   2> 26764 T3547 C300 P50076 oash.SnapPuller.fetchLatestIndex Starting download to org.apache.lucene.store.NIOFSDirectory@/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/org.apache.solr.cloud.ChaosMonkeySafeLeaderTest-1363331152458/jetty4/index.20130315180619209 lockFactory=org.apache.lucene.store.NativeFSLockFactory@408eb461 fullCopy=false
[junit4:junit4]   2> 26771 T3485 C301 P50067 REQ /replication {file=segments_2&command=filecontent&checksum=true&wt=filestream&qt=/replication&generation=2} status=0 QTime=0 
[junit4:junit4]   2> 26774 T3547 C300 P50076 oash.SnapPuller.fetchLatestIndex Total time taken for download : 0 secs
[junit4:junit4]   2> 26777 T3547 C300 P50076 oasu.DefaultSolrCoreState.newIndexWriter Creating new IndexWriter...
[junit4:junit4]   2> 26778 T3547 C300 P50076 oasu.DefaultSolrCoreState.newIndexWriter Waiting until IndexWriter is unused... core=collection1
[junit4:junit4]   2> 26783 T3547 C300 P50076 oasc.SolrDeletionPolicy.onInit SolrDeletionPolicy.onInit: commits:num=2
[junit4:junit4]   2> 		commit{dir=/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/org.apache.solr.cloud.ChaosMonkeySafeLeaderTest-1363331152458/jetty4/index,segFN=segments_1,generation=1,filenames=[segments_1]
[junit4:junit4]   2> 		commit{dir=/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/org.apache.solr.cloud.ChaosMonkeySafeLeaderTest-1363331152458/jetty4/index,segFN=segments_2,generation=2,filenames=[segments_2]
[junit4:junit4]   2> 26784 T3547 C300 P50076 oasc.SolrDeletionPolicy.updateCommits newest commit = 2[segments_2]
[junit4:junit4]   2> 26785 T3547 C300 P50076 oasu.DefaultSolrCoreState.newIndexWriter New IndexWriter is ready to be used.
[junit4:junit4]   2> 26786 T3547 C300 P50076 oass.SolrIndexSearcher.<init> Opening Searcher@680f1d93 main
[junit4:junit4]   2> 26788 T3546 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@680f1d93 main{StandardDirectoryReader(segments_2:1:nrt)}
[junit4:junit4]   2> 26789 T3547 C300 P50076 oash.SnapPuller.fetchLatestIndex removing temporary index download directory files org.apache.lucene.store.NIOFSDirectory@/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/org.apache.solr.cloud.ChaosMonkeySafeLeaderTest-1363331152458/jetty4/index.20130315180619209 lockFactory=org.apache.lucene.store.NativeFSLockFactory@408eb461
[junit4:junit4]   2> 26791 T3547 C300 P50076 oasc.RecoveryStrategy.replay No replay needed. core=collection1
[junit4:junit4]   2> 26791 T3547 C300 P50076 oasc.RecoveryStrategy.doRecovery Replication Recovery was successful - registering as Active. core=collection1
[junit4:junit4]   2> 26791 T3547 C300 P50076 oasc.ZkController.publish publishing core=collection1 state=active
[junit4:junit4]   2> 26792 T3547 C300 P50076 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
[junit4:junit4]   2> 26794 T3547 C300 P50076 oasc.RecoveryStrategy.doRecovery Finished recovery process. core=collection1
[junit4:junit4]   2> 27378 T3477 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 27379 T3477 oasc.Overseer$ClusterStateUpdater.updateState Update state numShards=3 message={
[junit4:junit4]   2> 	  "operation":"state",
[junit4:junit4]   2> 	  "core_node_name":"6",
[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:50080_",
[junit4:junit4]   2> 	  "base_url":"http://127.0.0.1:50080"}
[junit4:junit4]   2> 27379 T3477 oasc.Overseer$ClusterStateUpdater.updateState Collection already exists with numShards=3
[junit4:junit4]   2> 27379 T3477 oasc.Overseer$ClusterStateUpdater.updateState Assigning new node to shard shard=shard2
[junit4:junit4]   2> 27386 T3477 oasc.Overseer$ClusterStateUpdater.updateState Update state numShards=3 message={
[junit4:junit4]   2> 	  "operation":"state",
[junit4:junit4]   2> 	  "core_node_name":"5",
[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:50076_",
[junit4:junit4]   2> 	  "base_url":"http://127.0.0.1:50076"}
[junit4:junit4]   2> 27394 T3512 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> 27394 T3483 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> 27394 T3528 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> 27394 T3544 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> 27394 T3496 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> 27394 T3476 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> 27395 T3561 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> 28363 T3562 oasc.CoreContainer.registerCore registering core: collection1
[junit4:junit4]   2> 28363 T3562 oasc.ZkController.register Register replica - core:collection1 address:http://127.0.0.1:50080 collection:collection1 shard:shard2
[junit4:junit4]   2> 28368 T3562 oasc.ZkController.register We are http://127.0.0.1:50080/collection1/ and leader is http://127.0.0.1:50070/collection1/
[junit4:junit4]   2> 28369 T3562 oasc.ZkController.register No LogReplay needed for core=collection1 baseURL=http://127.0.0.1:50080
[junit4:junit4]   2> 28369 T3562 oasc.ZkController.checkRecovery Core needs to recover:collection1
[junit4:junit4]   2> 28369 T3562 oasu.DefaultSolrCoreState.doRecovery Running recovery - first canceling any ongoing recovery
[junit4:junit4]   2> ASYNC  NEW_CORE C302 name=collection1 org.apache.solr.core.SolrCore@2d6bb9a7 url=http://127.0.0.1:50080/collection1 node=127.0.0.1:50080_ C302_STATE=coll:collection1 core:collection1 props:{state=down, core=collection1, collection=collection1, node_name=127.0.0.1:50080_, base_url=http://127.0.0.1:50080}
[junit4:junit4]   2> 28370 T3566 C302 P50080 oasc.RecoveryStrategy.run Starting recovery process.  core=collection1 recoveringAfterStartup=true
[junit4:junit4]   2> 28372 T3566 C302 P50080 oasc.RecoveryStrategy.doRecovery ###### startupVersions=[]
[junit4:junit4]   2> 28370 T3562 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 28372 T3566 C302 P50080 oasc.ZkController.publish publishing core=collection1 state=recovering
[junit4:junit4]   2> 28373 T3566 C302 P50080 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
[junit4:junit4]   2> 28375 T3566 C302 P50080 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=128&maxConnectionsPerHost=32&followRedirects=false
[junit4:junit4]   2> 28375 T3454 oass.SolrDispatchFilter.init user.dir=/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0
[junit4:junit4]   2> 28376 T3454 oass.SolrDispatchFilter.init SolrDispatchFilter.init() done
[junit4:junit4]   2> 28376 T3454 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=128&maxConnectionsPerHost=32&followRedirects=false
[junit4:junit4]   2> 28643 T3454 oejs.Server.doStart jetty-8.1.8.v20121106
[junit4:junit4]   2> 28650 T3454 oejs.AbstractConnector.doStart Started SelectChannelConnector@127.0.0.1:50087
[junit4:junit4]   2> 28654 T3454 oass.SolrDispatchFilter.init SolrDispatchFilter.init()
[junit4:junit4]   2> 28656 T3454 oasc.SolrResourceLoader.locateSolrHome JNDI not configured for solr (NoInitialContextEx)
[junit4:junit4]   2> 28657 T3454 oasc.SolrResourceLoader.locateSolrHome using system property solr.solr.home: /Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.ChaosMonkeySafeLeaderTest-jetty6-1363331180831
[junit4:junit4]   2> 28659 T3454 oasc.CoreContainer$Initializer.initialize looking for solr config file: /Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.ChaosMonkeySafeLeaderTest-jetty6-1363331180831/solr.xml
[junit4:junit4]   2> 28660 T3454 oasc.CoreContainer.<init> New CoreContainer 954813557
[junit4:junit4]   2> 28662 T3454 oasc.CoreContainer.load Loading CoreContainer using Solr Home: '/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.ChaosMonkeySafeLeaderTest-jetty6-1363331180831/'
[junit4:junit4]   2> 28663 T3454 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.ChaosMonkeySafeLeaderTest-jetty6-1363331180831/'
[junit4:junit4]   2> 28734 T3454 oashc.HttpShardHandlerFactory.getParameter Setting socketTimeout to: 120000
[junit4:junit4]   2> 28735 T3454 oashc.HttpShardHandlerFactory.getParameter Setting urlScheme to: http://
[junit4:junit4]   2> 28736 T3454 oashc.HttpShardHandlerFactory.getParameter Setting connTimeout to: 15000
[junit4:junit4]   2> 28736 T3454 oashc.HttpShardHandlerFactory.getParameter Setting maxConnectionsPerHost to: 20
[junit4:junit4]   2> 28737 T3454 oashc.HttpShardHandlerFactory.getParameter Setting corePoolSize to: 0
[junit4:junit4]   2> 28738 T3454 oashc.HttpShardHandlerFactory.getParameter Setting maximumPoolSize to: 2147483647
[junit4:junit4]   2> 28738 T3454 oashc.HttpShardHandlerFactory.getParameter Setting maxThreadIdleTime to: 5
[junit4:junit4]   2> 28739 T3454 oashc.HttpShardHandlerFactory.getParameter Setting sizeOfQueue to: -1
[junit4:junit4]   2> 28740 T3454 oashc.HttpShardHandlerFactory.getParameter Setting fairnessPolicy to: false
[junit4:junit4]   2> 28741 T3454 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnectionsPerHost=20&maxConnections=10000&socketTimeout=120000&connTimeout=15000&retry=false
[junit4:junit4]   2> 28759 T3454 oasc.CoreContainer.load Registering Log Listener
[junit4:junit4]   2> 28783 T3454 oasc.CoreContainer.initZooKeeper Zookeeper client=127.0.0.1:50060/solr
[junit4:junit4]   2> 28784 T3454 oasc.ZkController.checkChrootPath zkHost includes chroot
[junit4:junit4]   2> 28785 T3454 oaz.ZooKeeper.<init> Initiating client connection, connectString=127.0.0.1:50060 sessionTimeout=60000 watcher=org.apache.solr.common.cloud.ConnectionManager@bfdd3ec
[junit4:junit4]   2> 28787 T3454 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
[junit4:junit4]   2> 28788 T3577 oaz.ClientCnxn$SendThread.logStartConnect Opening socket connection to server localhost/127.0.0.1:50060. Will not attempt to authenticate using SASL (access denied ("javax.security.auth.AuthPermission" "getLoginConfiguration"))
[junit4:junit4]   2> 28791 T3577 oaz.ClientCnxn$SendThread.primeConnection Socket connection established to localhost/127.0.0.1:50060, initiating session
[junit4:junit4]   2> 28792 T3456 oazs.NIOServerCnxnFactory.run Accepted socket connection from /127.0.0.1:50088
[junit4:junit4]   2> 28792 T3456 oazs.ZooKeeperServer.processConnectRequest Client attempting to establish new session at /127.0.0.1:50088
[junit4:junit4]   2> 28794 T3458 oazs.ZooKeeperServer.finishSessionInit Established session 0x13d6cde7a57000f with negotiated timeout 20000 for client /127.0.0.1:50088
[junit4:junit4]   2> 28794 T3577 oaz.ClientCnxn$SendThread.onConnected Session establishment complete on server localhost/127.0.0.1:50060, sessionid = 0x13d6cde7a57000f, negotiated timeout = 20000
[junit4:junit4]   2> 28794 T3578 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@bfdd3ec name:ZooKeeperConnection Watcher:127.0.0.1:50060 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
[junit4:junit4]   2> 28795 T3454 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
[junit4:junit4]   2> 28797 T3459 oazs.PrepRequestProcessor.pRequest2Txn Processed session termination for sessionid: 0x13d6cde7a57000f
[junit4:junit4]   2> 28798 T3456 oazs.NIOServerCnxn.closeSock Closed socket connection for client /127.0.0.1:50088 which had sessionid 0x13d6cde7a57000f
[junit4:junit4]   2> 28799 T3578 oaz.ClientCnxn$EventThread.run EventThread shut down
[junit4:junit4]   2> 28799 T3454 oaz.ZooKeeper.close Session: 0x13d6cde7a57000f closed
[junit4:junit4]   2> 28800 T3454 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=500&maxConnectionsPerHost=16&socketTimeout=120000&connTimeout=15000
[junit4:junit4]   2> 28808 T3454 oaz.ZooKeeper.<init> Initiating client connection, connectString=127.0.0.1:50060/solr sessionTimeout=30000 watcher=org.apache.solr.common.cloud.ConnectionManager@3b6b3d2c
[junit4:junit4]   2> 28811 T3579 oaz.ClientCnxn$SendThread.logStartConnect Opening socket connection to server localhost/127.0.0.1:50060. Will not attempt to authenticate using SASL (access denied ("javax.security.auth.AuthPermission" "getLoginConfiguration"))
[junit4:junit4]   2> 28810 T3454 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
[junit4:junit4]   2> 28811 T3579 oaz.ClientCnxn$SendThread.primeConnection Socket connection established to localhost/127.0.0.1:50060, initiating session
[junit4:junit4]   2> 28812 T3456 oazs.NIOServerCnxnFactory.run Accepted socket connection from /127.0.0.1:50089
[junit4:junit4]   2> 28813 T3456 oazs.ZooKeeperServer.processConnectRequest Client attempting to establish new session at /127.0.0.1:50089
[junit4:junit4]   2> 28814 T3458 oazs.ZooKeeperServer.finishSessionInit Established session 0x13d6cde7a570010 with negotiated timeout 20000 for client /127.0.0.1:50089
[junit4:junit4]   2> 28815 T3579 oaz.ClientCnxn$SendThread.onConnected Session establishment complete on server localhost/127.0.0.1:50060, sessionid = 0x13d6cde7a570010, negotiated timeout = 20000
[junit4:junit4]   2> 28815 T3580 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@3b6b3d2c name:ZooKeeperConnection Watcher:127.0.0.1:50060/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
[junit4:junit4]   2> 28816 T3454 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
[junit4:junit4]   2> 28818 T3459 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13d6cde7a570010 type:create cxid:0x1 zxid:0xdc txntype:-1 reqpath:n/a Error Path:/solr/overseer Error:KeeperErrorCode = NodeExists for /solr/overseer
[junit4:junit4]   2> 28820 T3459 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13d6cde7a570010 type:create cxid:0x2 zxid:0xdd txntype:-1 reqpath:n/a Error Path:/solr/overseer Error:KeeperErrorCode = NodeExists for /solr/overseer
[junit4:junit4]   2> 28824 T3454 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
[junit4:junit4]   2> 28911 T3477 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 28913 T3477 oasc.Overseer$ClusterStateUpdater.updateState Update state numShards=3 message={
[junit4:junit4]   2> 	  "operation":"state",
[junit4:junit4]   2> 	  "core_node_name":"6",
[junit4:junit4]   2> 	  "numShards":"3",
[junit4:junit4]   2> 	  "shard":"shard2",
[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:50080_",
[junit4:junit4]   2> 	  "base_url":"http://127.0.0.1:50080"}
[junit4:junit4]   2> 28922 T3512 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> 28923 T3476 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> 28923 T3483 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> 28924 T3496 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> 28923 T3528 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> 28923 T3580 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> 28923 T3544 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> 28923 T3561 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> 29389 T3505 oass.SolrDispatchFilter.handleAdminRequest /admin/cores {coreNodeName=6&state=recovering&nodeName=127.0.0.1:50080_&action=PREPRECOVERY&checkLive=true&core=collection1&wt=javabin&onlyIfLeader=true&version=2} status=0 QTime=1004 
[junit4:junit4]   2> 29831 T3454 oasc.ZkController.createEphemeralLiveNode Register node as live in ZooKeeper:/live_nodes/127.0.0.1:50087_
[junit4:junit4]   2> 29838 T3459 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13d6cde7a570010 type:delete cxid:0xd zxid:0xe2 txntype:-1 reqpath:n/a Error Path:/solr/live_nodes/127.0.0.1:50087_ Error:KeeperErrorCode = NoNode for /solr/live_nodes/127.0.0.1:50087_
[junit4:junit4]   2> 29839 T3454 oascc.SolrZkClient.makePath makePath: /live_nodes/127.0.0.1:50087_
[junit4:junit4]   2> 29848 T3580 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> 29851 T3544 oascc.ZkStateReader$3.process Updating live nodes... (7)
[junit4:junit4]   2> 29852 T3476 oascc.ZkStateReader$3.process Updating live nodes... (7)
[junit4:junit4]   2> 29852 T3476 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeChildrenChanged path:/live_nodes, has occurred - updating... (live nodes size: 7)
[junit4:junit4]   2> 29853 T3528 oascc.ZkStateReader$3.process Updating live nodes... (7)
[junit4:junit4]   2> 29853 T3512 oascc.ZkStateReader$3.process Updating live nodes... (7)
[junit4:junit4]   2> 29854 T3512 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeChildrenChanged path:/live_nodes, has occurred - updating... (live nodes size: 7)
[junit4:junit4]   2> 29854 T3561 oascc.ZkStateReader$3.process Updating live nodes... (7)
[junit4:junit4]   2> 29854 T3561 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeChildrenChanged path:/live_nodes, has occurred - updating... (live nodes size: 7)
[junit4:junit4]   2> 29852 T3544 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeChildrenChanged path:/live_nodes, has occurred - updating... (live nodes size: 7)
[junit4:junit4]   2> 29853 T3528 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeChildrenChanged path:/live_nodes, has occurred - updating... (live nodes size: 7)
[junit4:junit4]   2> 29853 T3483 oascc.ZkStateReader$3.process Updating live nodes... (7)
[junit4:junit4]   2> 29857 T3483 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeChildrenChanged path:/live_nodes, has occurred - updating... (live nodes size: 7)
[junit4:junit4]   2> 29853 T3496 oascc.ZkStateReader$3.process Updating live nodes... (7)
[junit4:junit4]   2> 29858 T3496 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeChildrenChanged path:/live_nodes, has occurred - updating... (live nodes size: 7)
[junit4:junit4]   2> 29868 T3580 oascc.ZkStateReader$3.process Updating live nodes... (7)
[junit4:junit4]   2> 29886 T3581 oasc.CoreContainer.create Creating SolrCore 'collection1' using instanceDir: /Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.ChaosMonkeySafeLeaderTest-jetty6-1363331180831/collection1
[junit4:junit4]   2> 29887 T3581 oasc.ZkController.createCollectionZkNode Check for collection zkNode:collection1
[junit4:junit4]   2> 29891 T3581 oasc.ZkController.createCollectionZkNode Collection zkNode exists
[junit4:junit4]   2> 29891 T3581 oasc.ZkController.readConfigName Load collection config from:/collections/collection1
[junit4:junit4]   2> 29896 T3581 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.ChaosMonkeySafeLeaderTest-jetty6-1363331180831/collection1/'
[junit4:junit4]   2> 29898 T3581 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/org.apache.solr.cloud.ChaosMonkeySafeLeaderTest-jetty6-1363331180831/collection1/lib/classes/' to classloader
[junit4:junit4]   2> 29899 T3581 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/org.apache.solr.cloud.ChaosMonkeySafeLeaderTest-jetty6-1363331180831/collection1/lib/README' to classloader
[junit4:junit4]   2> 29990 T3581 oasc.SolrConfig.<init> Using Lucene MatchVersion: LUCENE_50
[junit4:junit4]   2> 30046 T3581 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig.xml
[junit4:junit4]   2> 30049 T3581 oass.IndexSchema.readSchema Reading Solr Schema
[junit4:junit4]   2> 30061 T3581 oass.IndexSchema.readSchema Schema name=test
[junit4:junit4]   2> 30771 T3581 oass.OpenExchangeRatesOrgProvider.init Initialized with rates=open-exchange-rates.json, refreshInterval=1440.
[junit4:junit4]   2> 30781 T3581 oass.IndexSchema.readSchema default search field in schema is text
[junit4:junit4]   2> 30787 T3581 oass.IndexSchema.readSchema unique key field: id
[junit4:junit4]   2> 30813 T3581 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
[junit4:junit4]   2> 30820 T3581 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
[junit4:junit4]   2> 30829 T3581 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
[junit4:junit4]   2> 30831 T3581 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARNING Unknown key IMPORTANT NOTE
[junit4:junit4]   2> 30832 T3581 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARNING Expected key, got STRING
[junit4:junit4]   2> 30832 T3581 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
[junit4:junit4]   2> 30834 T3581 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARNING Unknown key IMPORTANT NOTE
[junit4:junit4]   2> 30835 T3581 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARNING Expected key, got STRING
[junit4:junit4]   2> 30835 T3581 oasc.SolrCore.initDirectoryFactory solr.StandardDirectoryFactory
[junit4:junit4]   2> 30836 T3581 oasc.SolrCore.<init> [collection1] Opening new SolrCore at /Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.ChaosMonkeySafeLeaderTest-jetty6-1363331180831/collection1/, dataDir=./org.apache.solr.cloud.ChaosMonkeySafeLeaderTest-1363331152458/jetty6/
[junit4:j

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

dowingOrOverridesOnMethodsRule$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: org.apache.solr.client.solrj.SolrServerException: IOException occured when talking to server at: http://127.0.0.1:50073/collection1
[junit4:junit4]    > 	at org.apache.solr.client.solrj.impl.HttpSolrServer.request(HttpSolrServer.java:416)
[junit4:junit4]    > 	at org.apache.solr.client.solrj.impl.HttpSolrServer.request(HttpSolrServer.java:181)
[junit4:junit4]    > 	at org.apache.solr.client.solrj.impl.LBHttpSolrServer.request(LBHttpSolrServer.java:298)
[junit4:junit4]    > 	... 46 more
[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:166)
[junit4:junit4]    > 	at org.apache.http.impl.io.SocketInputBuffer.fillBuffer(SocketInputBuffer.java:90)
[junit4:junit4]    > 	at org.apache.http.impl.io.AbstractSessionInputBuffer.readLine(AbstractSessionInputBuffer.java:281)
[junit4:junit4]    > 	at org.apache.http.impl.conn.DefaultHttpResponseParser.parseHead(DefaultHttpResponseParser.java:92)
[junit4:junit4]    > 	at org.apache.http.impl.conn.DefaultHttpResponseParser.parseHead(DefaultHttpResponseParser.java:62)
[junit4:junit4]    > 	at org.apache.http.impl.io.AbstractMessageParser.parse(AbstractMessageParser.java:254)
[junit4:junit4]    > 	at org.apache.http.impl.AbstractHttpClientConnection.receiveResponseHeader(AbstractHttpClientConnection.java:289)
[junit4:junit4]    > 	at org.apache.http.impl.conn.DefaultClientConnection.receiveResponseHeader(DefaultClientConnection.java:252)
[junit4:junit4]    > 	at org.apache.http.impl.conn.ManagedClientConnectionImpl.receiveResponseHeader(ManagedClientConnectionImpl.java:191)
[junit4:junit4]    > 	at org.apache.http.protocol.HttpRequestExecutor.doReceiveResponse(HttpRequestExecutor.java:300)
[junit4:junit4]    > 	at org.apache.http.protocol.HttpRequestExecutor.execute(HttpRequestExecutor.java:127)
[junit4:junit4]    > 	at org.apache.http.impl.client.DefaultRequestDirector.tryExecute(DefaultRequestDirector.java:717)
[junit4:junit4]    > 	at org.apache.http.impl.client.DefaultRequestDirector.execute(DefaultRequestDirector.java:522)
[junit4:junit4]    > 	at org.apache.http.impl.client.AbstractHttpClient.execute(AbstractHttpClient.java:906)
[junit4:junit4]    > 	at org.apache.http.impl.client.AbstractHttpClient.execute(AbstractHttpClient.java:805)
[junit4:junit4]    > 	at org.apache.http.impl.client.AbstractHttpClient.execute(AbstractHttpClient.java:784)
[junit4:junit4]    > 	at org.apache.solr.client.solrj.impl.HttpSolrServer.request(HttpSolrServer.java:353)
[junit4:junit4]    > 	... 48 more
[junit4:junit4]   2> 193398 T3454 oas.SolrTestCaseJ4.deleteCore ###deleteCore
[junit4:junit4]   2> 193404 T3453 ccr.ThreadLeakControl.checkThreadLeaks WARNING Will linger awaiting termination of 2 leaked thread(s).
[junit4:junit4]   2> 193554 T3457 oazs.SessionTrackerImpl.run SessionTrackerImpl exited loop!
[junit4:junit4]   2> 193854 T3694 oascc.ZkStateReader$2.process WARNING ZooKeeper watch triggered, but Solr cannot talk to ZK
[junit4:junit4]   2> 193855 T3694 oascc.ZkStateReader$3.process WARNING ZooKeeper watch triggered, but Solr cannot talk to ZK
[junit4:junit4]   2> 193855 T3694 oaz.ClientCnxn$EventThread.run EventThread shut down
[junit4:junit4]   2> NOTE: test params are: codec=Lucene42: {range_facet_l=MockVariableIntBlock(baseBlockSize=75), text=Lucene41(blocksize=128), _version_=MockVariableIntBlock(baseBlockSize=75), rnd_b=PostingsFormat(name=NestedPulsing), intDefault=MockVariableIntBlock(baseBlockSize=75), timestamp=MockVariableIntBlock(baseBlockSize=75), id=PostingsFormat(name=NestedPulsing), a_t=MockVariableIntBlock(baseBlockSize=75), range_facet_sl=Lucene41(blocksize=128), range_facet_si=PostingsFormat(name=MockRandom), other_tl1=MockVariableIntBlock(baseBlockSize=75), multiDefault=PostingsFormat(name=MockRandom), a_si=PostingsFormat(name=MockRandom)}, docValues:{timestamp=DocValuesFormat(name=Disk)}, sim=DefaultSimilarity, locale=ca, timezone=Asia/Sakhalin
[junit4:junit4]   2> NOTE: Mac OS X 10.8.2 x86_64/Oracle Corporation 1.7.0_15 (64-bit)/cpus=2,threads=2,free=144542432,total=430964736
[junit4:junit4]   2> NOTE: All tests run in this JVM: [SimplePostToolTest, RecoveryZkTest, DistributedSpellCheckComponentTest, TestCodecSupport, TermVectorComponentTest, TestDFRSimilarityFactory, BasicDistributedZkTest, IndexReaderFactoryTest, TestJmxMonitoredMap, TestRealTimeGet, XsltUpdateRequestHandlerTest, TestStressReorder, DebugComponentTest, SignatureUpdateProcessorFactoryTest, TestZkChroot, ClusterStateUpdateTest, TestDefaultSimilarityFactory, TestLMDirichletSimilarityFactory, SynonymTokenizerTest, TestTrie, TestNumberUtils, JSONWriterTest, TestHashPartitioner, TestCoreContainer, TestDistributedSearch, ConvertedLegacyTest, TestLMJelinekMercerSimilarityFactory, TestDynamicFieldCollectionResource, TestConfig, TermVectorComponentDistributedTest, TermsComponentTest, TestXIncludeConfig, OverseerTest, TestDynamicFieldResource, TestQueryTypes, TestPerFieldSimilarity, TestPostingsSolrHighlighter, LoggingHandlerTest, UpdateParamsTest, OverseerCollectionProcessorTest, TestBinaryField, TestGroupingSearch, TestAtomicUpdateErrorCases, OpenCloseCoreStressTest, DirectUpdateHandlerOptimizeTest, CachingDirectoryFactoryTest, TestCopyFieldCollectionResource, SpellCheckCollatorTest, TestSystemIdResolver, AnalysisAfterCoreReloadTest, TestSolrQueryParser, TestReload, DateFieldTest, TestIndexingPerformance, PolyFieldTest, TestSolrIndexConfig, FastVectorHighlighterTest, SyncSliceTest, TestExtendedDismaxParser, TestPropInject, DirectSolrSpellCheckerTest, TestAnalyzedSuggestions, CacheHeaderTest, OpenExchangeRatesOrgProviderTest, ZkSolrClientTest, RegexBoostProcessorTest, JsonLoaderTest, DisMaxRequestHandlerTest, SuggesterWFSTTest, LegacyHTMLStripCharFilterTest, TestQuerySenderListener, PrimUtilsTest, DocumentBuilderTest, CurrencyFieldOpenExchangeTest, ChaosMonkeyNothingIsSafeTest, DistributedQueryElevationComponentTest, BasicFunctionalityTest, TestStressLucene, DateMathParserTest, DefaultValueUpdateProcessorTest, TestSearchPerf, TestLFUCache, SolrTestCaseJ4Test, AlternateDirectoryTest, TestElisionMultitermQuery, TestCSVLoader, LukeRequestHandlerTest, TestDocSet, QueryParsingTest, URLClassifyProcessorTest, SimpleFacetsTest, QueryEqualityTest, HighlighterTest, SuggesterTest, ShardRoutingCustomTest, BasicZkTest, TestValueSourceCache, SpellPossibilityIteratorTest, TestIBSimilarityFactory, TestSolrDeletionPolicy2, PluginInfoTest, WordBreakSolrSpellCheckerTest, TestSurroundQueryParser, TestDocumentBuilder, TestPseudoReturnFields, PeerSyncTest, SliceStateTest, TestBM25SimilarityFactory, TestFuzzyAnalyzedSuggestions, SchemaVersionSpecificBehaviorTest, ShardRoutingTest, TestSolr4Spatial, ShowFileRequestHandlerTest, PathHierarchyTokenizerFactoryTest, UniqFieldsUpdateProcessorFactoryTest, TestSolrDiscoveryProperties, SortByFunctionTest, TestStressRecovery, SystemInfoHandlerTest, TestWordDelimiterFilterFactory, TestFiltering, OutputWriterTest, TestQuerySenderNoQuery, DirectSolrConnectionTest, TestFaceting, TestUtils, HardAutoCommitTest, CSVRequestHandlerTest, TestDistributedGrouping, ZkNodePropsTest, ChaosMonkeySafeLeaderTest]
[junit4:junit4] Completed in 194.00s, 1 test, 1 error <<< FAILURES!

[...truncated 419 lines...]
BUILD FAILED
/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/build.xml:381: The following error occurred while executing this line:
/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/build.xml:361: The following error occurred while executing this line:
/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/build.xml:39: The following error occurred while executing this line:
/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/build.xml:183: The following error occurred while executing this line:
/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/solr/common-build.xml:449: The following error occurred while executing this line:
/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/lucene/common-build.xml:1213: The following error occurred while executing this line:
/Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/lucene/common-build.xml:877: There were test failures: 272 suites, 1144 tests, 1 error, 18 ignored (6 assumptions)

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