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/11/06 06:48:23 UTC

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

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

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:52848/collection1, http://127.0.0.1:52858/collection1, http://127.0.0.1:52841/collection1, http://127.0.0.1:52868/collection1, http://127.0.0.1:52817/collection1, http://127.0.0.1:52820/collection1, http://127.0.0.1:52863/collection1, http://127.0.0.1:52834/collection1, http://127.0.0.1:52853/collection1, http://127.0.0.1:52814/collection1, http://127.0.0.1:52827/collection1, http://127.0.0.1:52823/collection1]

Stack Trace:
org.apache.solr.client.solrj.SolrServerException: No live SolrServers available to handle this request:[http://127.0.0.1:52848/collection1, http://127.0.0.1:52858/collection1, http://127.0.0.1:52841/collection1, http://127.0.0.1:52868/collection1, http://127.0.0.1:52817/collection1, http://127.0.0.1:52820/collection1, http://127.0.0.1:52863/collection1, http://127.0.0.1:52834/collection1, http://127.0.0.1:52853/collection1, http://127.0.0.1:52814/collection1, http://127.0.0.1:52827/collection1, http://127.0.0.1:52823/collection1]
	at __randomizedtesting.SeedInfo.seed([A920F97244F491A9:28C6776A33ABF195]:0)
	at org.apache.solr.client.solrj.impl.LBHttpSolrServer.request(LBHttpSolrServer.java:337)
	at org.apache.solr.client.solrj.impl.CloudSolrServer.request(CloudSolrServer.java:640)
	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:1161)
	at org.apache.solr.cloud.ChaosMonkeySafeLeaderTest.doTest(ChaosMonkeySafeLeaderTest.java:135)
	at org.apache.solr.BaseDistributedSearchTestCase.testDistribSearch(BaseDistributedSearchTestCase.java:835)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java: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:744)
Caused by: org.apache.solr.client.solrj.SolrServerException: IOException occured when talking to server at: http://127.0.0.1:52858/collection1
	at org.apache.solr.client.solrj.impl.HttpSolrServer.request(HttpSolrServer.java:476)
	at org.apache.solr.client.solrj.impl.HttpSolrServer.request(HttpSolrServer.java:181)
	at org.apache.solr.client.solrj.impl.LBHttpSolrServer.request(LBHttpSolrServer.java:268)
	... 46 more
Caused by: java.net.SocketException: Invalid argument
	at java.net.SocketInputStream.socketRead0(Native Method)
	at java.net.SocketInputStream.read(SocketInputStream.java:152)
	at java.net.SocketInputStream.read(SocketInputStream.java:122)
	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:61)
	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:715)
	at org.apache.http.impl.client.DefaultRequestDirector.execute(DefaultRequestDirector.java:520)
	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:366)
	... 48 more




Build Log:
[...truncated 9984 lines...]
   [junit4] Suite: org.apache.solr.cloud.ChaosMonkeySafeLeaderTest
   [junit4]   2> 719749 T2576 oas.BaseDistributedSearchTestCase.initHostContext Setting hostContext system property: /
   [junit4]   2> 719756 T2576 oas.SolrTestCaseJ4.setUp ###Starting testDistribSearch
   [junit4]   2> Creating dataDir: /Users/jenkins/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-core/test/J0/./solrtest-ChaosMonkeySafeLeaderTest-1383714480898
   [junit4]   2> 719757 T2576 oasc.ZkTestServer.run STARTING ZK TEST SERVER
   [junit4]   2> 719758 T2577 oasc.ZkTestServer$ZKServerMain.runFromConfig Starting server
   [junit4]   2> 719859 T2576 oasc.ZkTestServer.run start zk server on port:52807
   [junit4]   2> 719860 T2576 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 719866 T2583 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@3bf77cc9 name:ZooKeeperConnection Watcher:127.0.0.1:52807 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 719867 T2576 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 719867 T2576 oascc.SolrZkClient.makePath makePath: /solr
   [junit4]   2> 719876 T2576 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 719880 T2585 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@72f7edc3 name:ZooKeeperConnection Watcher:127.0.0.1:52807/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 719880 T2576 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 719881 T2576 oascc.SolrZkClient.makePath makePath: /collections/collection1
   [junit4]   2> 719889 T2576 oascc.SolrZkClient.makePath makePath: /collections/collection1/shards
   [junit4]   2> 719896 T2576 oascc.SolrZkClient.makePath makePath: /collections/control_collection
   [junit4]   2> 719903 T2576 oascc.SolrZkClient.makePath makePath: /collections/control_collection/shards
   [junit4]   2> 719911 T2576 oasc.AbstractZkTestCase.putConfig put /Users/jenkins/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-core/test-files/solr/collection1/conf/solrconfig-tlog.xml to /configs/conf1/solrconfig.xml
   [junit4]   2> 719912 T2576 oascc.SolrZkClient.makePath makePath: /configs/conf1/solrconfig.xml
   [junit4]   2> 719927 T2576 oasc.AbstractZkTestCase.putConfig put /Users/jenkins/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-core/test-files/solr/collection1/conf/schema.xml to /configs/conf1/schema.xml
   [junit4]   2> 719928 T2576 oascc.SolrZkClient.makePath makePath: /configs/conf1/schema.xml
   [junit4]   2> 719940 T2576 oasc.AbstractZkTestCase.putConfig put /Users/jenkins/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-core/test-files/solr/collection1/conf/solrconfig.snippet.randomindexconfig.xml to /configs/conf1/solrconfig.snippet.randomindexconfig.xml
   [junit4]   2> 719940 T2576 oascc.SolrZkClient.makePath makePath: /configs/conf1/solrconfig.snippet.randomindexconfig.xml
   [junit4]   2> 719950 T2576 oasc.AbstractZkTestCase.putConfig put /Users/jenkins/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-core/test-files/solr/collection1/conf/stopwords.txt to /configs/conf1/stopwords.txt
   [junit4]   2> 719950 T2576 oascc.SolrZkClient.makePath makePath: /configs/conf1/stopwords.txt
   [junit4]   2> 719958 T2576 oasc.AbstractZkTestCase.putConfig put /Users/jenkins/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-core/test-files/solr/collection1/conf/protwords.txt to /configs/conf1/protwords.txt
   [junit4]   2> 719959 T2576 oascc.SolrZkClient.makePath makePath: /configs/conf1/protwords.txt
   [junit4]   2> 719967 T2576 oasc.AbstractZkTestCase.putConfig put /Users/jenkins/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-core/test-files/solr/collection1/conf/currency.xml to /configs/conf1/currency.xml
   [junit4]   2> 719967 T2576 oascc.SolrZkClient.makePath makePath: /configs/conf1/currency.xml
   [junit4]   2> 719976 T2576 oasc.AbstractZkTestCase.putConfig put /Users/jenkins/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-core/test-files/solr/collection1/conf/enumsConfig.xml to /configs/conf1/enumsConfig.xml
   [junit4]   2> 719976 T2576 oascc.SolrZkClient.makePath makePath: /configs/conf1/enumsConfig.xml
   [junit4]   2> 719989 T2576 oasc.AbstractZkTestCase.putConfig put /Users/jenkins/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-core/test-files/solr/collection1/conf/open-exchange-rates.json to /configs/conf1/open-exchange-rates.json
   [junit4]   2> 719990 T2576 oascc.SolrZkClient.makePath makePath: /configs/conf1/open-exchange-rates.json
   [junit4]   2> 720003 T2576 oasc.AbstractZkTestCase.putConfig put /Users/jenkins/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-core/test-files/solr/collection1/conf/mapping-ISOLatin1Accent.txt to /configs/conf1/mapping-ISOLatin1Accent.txt
   [junit4]   2> 720004 T2576 oascc.SolrZkClient.makePath makePath: /configs/conf1/mapping-ISOLatin1Accent.txt
   [junit4]   2> 720018 T2576 oasc.AbstractZkTestCase.putConfig put /Users/jenkins/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-core/test-files/solr/collection1/conf/old_synonyms.txt to /configs/conf1/old_synonyms.txt
   [junit4]   2> 720019 T2576 oascc.SolrZkClient.makePath makePath: /configs/conf1/old_synonyms.txt
   [junit4]   2> 720036 T2576 oasc.AbstractZkTestCase.putConfig put /Users/jenkins/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-core/test-files/solr/collection1/conf/synonyms.txt to /configs/conf1/synonyms.txt
   [junit4]   2> 720037 T2576 oascc.SolrZkClient.makePath makePath: /configs/conf1/synonyms.txt
   [junit4]   2> 720417 T2576 oejs.Server.doStart jetty-8.1.10.v20130312
   [junit4]   2> 720423 T2576 oejs.AbstractConnector.doStart Started SelectChannelConnector@127.0.0.1:52810
   [junit4]   2> 720424 T2576 oass.SolrDispatchFilter.init SolrDispatchFilter.init()
   [junit4]   2> 720424 T2576 oasc.SolrResourceLoader.locateSolrHome JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 720425 T2576 oasc.SolrResourceLoader.locateSolrHome using system property solr.solr.home: ./org.apache.solr.cloud.ChaosMonkeySafeLeaderTest-controljetty-1383714481196
   [junit4]   2> 720425 T2576 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: './org.apache.solr.cloud.ChaosMonkeySafeLeaderTest-controljetty-1383714481196/'
   [junit4]   2> 720450 T2576 oasc.ConfigSolr.fromFile Loading container configuration from /Users/jenkins/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.ChaosMonkeySafeLeaderTest-controljetty-1383714481196/solr.xml
   [junit4]   2> 720512 T2576 oasc.CoreContainer.<init> New CoreContainer 381069895
   [junit4]   2> 720512 T2576 oasc.CoreContainer.load Loading cores into CoreContainer [instanceDir=./org.apache.solr.cloud.ChaosMonkeySafeLeaderTest-controljetty-1383714481196/]
   [junit4]   2> 720514 T2576 oashc.HttpShardHandlerFactory.getParameter Setting socketTimeout to: 90000
   [junit4]   2> 720514 T2576 oashc.HttpShardHandlerFactory.getParameter Setting urlScheme to: http://
   [junit4]   2> 720515 T2576 oashc.HttpShardHandlerFactory.getParameter Setting connTimeout to: 15000
   [junit4]   2> 720515 T2576 oashc.HttpShardHandlerFactory.getParameter Setting maxConnectionsPerHost to: 20
   [junit4]   2> 720515 T2576 oashc.HttpShardHandlerFactory.getParameter Setting corePoolSize to: 0
   [junit4]   2> 720515 T2576 oashc.HttpShardHandlerFactory.getParameter Setting maximumPoolSize to: 2147483647
   [junit4]   2> 720516 T2576 oashc.HttpShardHandlerFactory.getParameter Setting maxThreadIdleTime to: 5
   [junit4]   2> 720516 T2576 oashc.HttpShardHandlerFactory.getParameter Setting sizeOfQueue to: -1
   [junit4]   2> 720516 T2576 oashc.HttpShardHandlerFactory.getParameter Setting fairnessPolicy to: false
   [junit4]   2> 720519 T2576 oasl.LogWatcher.createWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory
   [junit4]   2> 720520 T2576 oasl.LogWatcher.newRegisteredLogWatcher Registering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)]
   [junit4]   2> 720520 T2576 oasc.ZkContainer.initZooKeeper Zookeeper client=127.0.0.1:52807/solr
   [junit4]   2> 720520 T2576 oasc.ZkController.checkChrootPath zkHost includes chroot
   [junit4]   2> 720522 T2576 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 720527 T2596 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@6528a1b7 name:ZooKeeperConnection Watcher:127.0.0.1:52807 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 720527 T2576 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 720534 T2576 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 720538 T2598 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@1888e5d9 name:ZooKeeperConnection Watcher:127.0.0.1:52807/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 720538 T2576 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 720542 T2576 oascc.SolrZkClient.makePath makePath: /overseer/queue
   [junit4]   2> 720553 T2576 oascc.SolrZkClient.makePath makePath: /overseer/collection-queue-work
   [junit4]   2> 720562 T2576 oascc.SolrZkClient.makePath makePath: /live_nodes
   [junit4]   2> 720567 T2576 oasc.ZkController.createEphemeralLiveNode Register node as live in ZooKeeper:/live_nodes/127.0.0.1:52810_
   [junit4]   2> 720569 T2576 oascc.SolrZkClient.makePath makePath: /live_nodes/127.0.0.1:52810_
   [junit4]   2> 720579 T2576 oascc.SolrZkClient.makePath makePath: /overseer_elect/election
   [junit4]   2> 720598 T2576 oascc.SolrZkClient.makePath makePath: /overseer_elect/leader
   [junit4]   2> 720608 T2576 oasc.Overseer.start Overseer (id=90683112220786691-127.0.0.1:52810_-n_0000000000) starting
   [junit4]   2> 720623 T2576 oascc.SolrZkClient.makePath makePath: /overseer/queue-work
   [junit4]   2> 720643 T2600 oasc.OverseerCollectionProcessor.run Process current queue of collection creations
   [junit4]   2> 720645 T2576 oascc.SolrZkClient.makePath makePath: /clusterstate.json
   [junit4]   2> 720659 T2576 oascc.SolrZkClient.makePath makePath: /aliases.json
   [junit4]   2> 720669 T2576 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
   [junit4]   2> 720688 T2599 oasc.Overseer$ClusterStateUpdater.run Starting to work on the main queue
   [junit4]   2> 720703 T2601 oasc.ZkController.publish publishing core=collection1 state=down
   [junit4]   2> 720703 T2601 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
   [junit4]   2> 720708 T2601 oasc.ZkController.waitForCoreNodeName look for our core node name
   [junit4]   2> 722210 T2599 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
   [junit4]   2> 722214 T2599 oasc.Overseer$ClusterStateUpdater.updateState Update state numShards=1 message={
   [junit4]   2> 	  "operation":"state",
   [junit4]   2> 	  "state":"down",
   [junit4]   2> 	  "base_url":"http://127.0.0.1:52810",
   [junit4]   2> 	  "core":"collection1",
   [junit4]   2> 	  "roles":null,
   [junit4]   2> 	  "node_name":"127.0.0.1:52810_",
   [junit4]   2> 	  "shard":null,
   [junit4]   2> 	  "shard_range":null,
   [junit4]   2> 	  "shard_state":"active",
   [junit4]   2> 	  "shard_parent":null,
   [junit4]   2> 	  "collection":"control_collection",
   [junit4]   2> 	  "numShards":"1",
   [junit4]   2> 	  "core_node_name":null}
   [junit4]   2> 722214 T2599 oasc.Overseer$ClusterStateUpdater.createCollection Create collection control_collection with shards [shard1]
   [junit4]   2> 722214 T2599 oasc.Overseer$ClusterStateUpdater.updateState Assigning new node to shard shard=shard1
   [junit4]   2> 722235 T2598 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 1)
   [junit4]   2> 722712 T2601 oasc.ZkController.waitForShardId waiting to find shard id in clusterstate for collection1
   [junit4]   2> 722713 T2601 oasc.CoreContainer.create Creating SolrCore 'collection1' using instanceDir: ./org.apache.solr.cloud.ChaosMonkeySafeLeaderTest-controljetty-1383714481196/collection1
   [junit4]   2> 722713 T2601 oasc.ZkController.createCollectionZkNode Check for collection zkNode:control_collection
   [junit4]   2> 722716 T2601 oasc.ZkController.createCollectionZkNode Collection zkNode exists
   [junit4]   2> 722717 T2601 oasc.ZkController.readConfigName Load collection config from:/collections/control_collection
   [junit4]   2> 722724 T2601 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: './org.apache.solr.cloud.ChaosMonkeySafeLeaderTest-controljetty-1383714481196/collection1/'
   [junit4]   2> 722725 T2601 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/Users/jenkins/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-core/test/J0/org.apache.solr.cloud.ChaosMonkeySafeLeaderTest-controljetty-1383714481196/collection1/lib/classes/' to classloader
   [junit4]   2> 722726 T2601 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/Users/jenkins/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-core/test/J0/org.apache.solr.cloud.ChaosMonkeySafeLeaderTest-controljetty-1383714481196/collection1/lib/README' to classloader
   [junit4]   2> 722804 T2601 oasc.SolrConfig.<init> Using Lucene MatchVersion: LUCENE_46
   [junit4]   2> 722867 T2601 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig.xml
   [junit4]   2> 722871 T2601 oass.IndexSchema.readSchema Reading Solr Schema from schema.xml
   [junit4]   2> 722879 T2601 oass.IndexSchema.readSchema [collection1] Schema name=test
   [junit4]   2> 723371 T2601 oass.ByteField.init WARN ByteField is deprecated and will be removed in 5.0. You should use TrieIntField instead.
   [junit4]   2> 723371 T2601 oass.ShortField.init WARN ShortField is deprecated and will be removed in 5.0. You should use TrieIntField instead.
   [junit4]   2> 723372 T2601 oass.OpenExchangeRatesOrgProvider.init Initialized with rates=open-exchange-rates.json, refreshInterval=1440.
   [junit4]   2> 723379 T2601 oass.IndexSchema.readSchema default search field in schema is text
   [junit4]   2> 723381 T2601 oass.IndexSchema.readSchema unique key field: id
   [junit4]   2> 723411 T2601 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
   [junit4]   2> 723418 T2601 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
   [junit4]   2> 723423 T2601 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
   [junit4]   2> 723427 T2601 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Unknown key IMPORTANT NOTE
   [junit4]   2> 723427 T2601 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Expected key, got STRING
   [junit4]   2> 723427 T2601 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
   [junit4]   2> 723430 T2601 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Unknown key IMPORTANT NOTE
   [junit4]   2> 723431 T2601 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Expected key, got STRING
   [junit4]   2> 723431 T2601 oasc.SolrCore.initDirectoryFactory solr.StandardDirectoryFactory
   [junit4]   2> 723432 T2601 oasc.SolrCore.<init> [collection1] Opening new SolrCore at ./org.apache.solr.cloud.ChaosMonkeySafeLeaderTest-controljetty-1383714481196/collection1/, dataDir=./org.apache.solr.cloud.ChaosMonkeySafeLeaderTest-1383714480898/control/data/
   [junit4]   2> 723432 T2601 oasc.JmxMonitoredMap.<init> JMX monitoring is enabled. Adding Solr mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@32068fe4
   [junit4]   2> 723433 T2601 oasc.CachingDirectoryFactory.get return new directory for /Users/jenkins/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-core/test/J0/org.apache.solr.cloud.ChaosMonkeySafeLeaderTest-1383714480898/control/data
   [junit4]   2> 723434 T2601 oasc.SolrCore.getNewIndexDir New index directory detected: old=null new=./org.apache.solr.cloud.ChaosMonkeySafeLeaderTest-1383714480898/control/data/index/
   [junit4]   2> 723435 T2601 oasc.SolrCore.initIndex WARN [collection1] Solr index directory './org.apache.solr.cloud.ChaosMonkeySafeLeaderTest-1383714480898/control/data/index' doesn't exist. Creating new index...
   [junit4]   2> 723436 T2601 oasc.CachingDirectoryFactory.get return new directory for /Users/jenkins/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-core/test/J0/org.apache.solr.cloud.ChaosMonkeySafeLeaderTest-1383714480898/control/data/index
   [junit4]   2> 723437 T2601 oasu.RandomMergePolicy.<init> RandomMergePolicy wrapping class org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: maxMergeAtOnce=38, maxMergeAtOnceExplicit=37, maxMergedSegmentMB=82.8095703125, floorSegmentMB=1.8720703125, forceMergeDeletesPctAllowed=26.27957582693192, segmentsPerTier=26.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.2545391556672374
   [junit4]   2> 723444 T2601 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits: num=1
   [junit4]   2> 		commit{dir=/Users/jenkins/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-core/test/J0/org.apache.solr.cloud.ChaosMonkeySafeLeaderTest-1383714480898/control/data/index,segFN=segments_1,generation=1}
   [junit4]   2> 723444 T2601 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1
   [junit4]   2> 723448 T2601 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "nodistrib"
   [junit4]   2> 723449 T2601 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "dedupe"
   [junit4]   2> 723450 T2601 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe"
   [junit4]   2> 723450 T2601 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "stored_sig"
   [junit4]   2> 723450 T2601 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "stored_sig"
   [junit4]   2> 723452 T2601 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "distrib-dup-test-chain-explicit"
   [junit4]   2> 723452 T2601 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "distrib-dup-test-chain-implicit"
   [junit4]   2> 723454 T2601 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "distrib-dup-test-chain-implicit"
   [junit4]   2> 723454 T2601 oasc.SolrCore.loadUpdateProcessorChains no updateRequestProcessorChain defined as default, creating implicit default
   [junit4]   2> 723454 T2601 oasc.RequestHandlers.initHandlersFromConfig created standard: solr.StandardRequestHandler
   [junit4]   2> 723455 T2601 oasc.RequestHandlers.initHandlersFromConfig created /get: solr.RealTimeGetHandler
   [junit4]   2> 723455 T2601 oasc.RequestHandlers.initHandlersFromConfig adding lazy requestHandler: solr.ReplicationHandler
   [junit4]   2> 723455 T2601 oasc.RequestHandlers.initHandlersFromConfig created /replication: solr.ReplicationHandler
   [junit4]   2> 723455 T2601 oasc.RequestHandlers.initHandlersFromConfig created /update: solr.UpdateRequestHandler
   [junit4]   2> 723456 T2601 oasc.RequestHandlers.initHandlersFromConfig created /admin/: org.apache.solr.handler.admin.AdminHandlers
   [junit4]   2> 723464 T2601 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 723468 T2601 oasu.CommitTracker.<init> Hard AutoCommit: disabled
   [junit4]   2> 723468 T2601 oasu.CommitTracker.<init> Soft AutoCommit: disabled
   [junit4]   2> 723468 T2601 oasu.RandomMergePolicy.<init> RandomMergePolicy wrapping class org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: maxMergeAtOnce=43, maxMergeAtOnceExplicit=49, maxMergedSegmentMB=5.033203125, floorSegmentMB=1.9072265625, forceMergeDeletesPctAllowed=9.490464748033197, segmentsPerTier=49.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.45446787726651616
   [junit4]   2> 723470 T2601 oasc.SolrDeletionPolicy.onInit SolrDeletionPolicy.onInit: commits: num=1
   [junit4]   2> 		commit{dir=/Users/jenkins/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-core/test/J0/org.apache.solr.cloud.ChaosMonkeySafeLeaderTest-1383714480898/control/data/index,segFN=segments_1,generation=1}
   [junit4]   2> 723470 T2601 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1
   [junit4]   2> 723471 T2601 oass.SolrIndexSearcher.<init> Opening Searcher@17f30f3 main
   [junit4]   2> 723473 T2602 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@17f30f3 main{StandardDirectoryReader(segments_1:1:nrt)}
   [junit4]   2> 723474 T2601 oasc.CoreContainer.registerCore registering core: collection1
   [junit4]   2> 723474 T2601 oasc.ZkController.register Register replica - core:collection1 address:http://127.0.0.1:52810 collection:control_collection shard:shard1
   [junit4]   2> 723476 T2601 oascc.SolrZkClient.makePath makePath: /collections/control_collection/leader_elect/shard1/election
   [junit4]   2> 723495 T2601 oasc.ShardLeaderElectionContext.runLeaderProcess Running the leader process for shard shard1
   [junit4]   2> 723500 T2601 oasc.ShardLeaderElectionContext.waitForReplicasToComeUp Enough replicas found to continue.
   [junit4]   2> 723500 T2601 oasc.ShardLeaderElectionContext.runLeaderProcess I may be the new leader - try and sync
   [junit4]   2> 723500 T2601 oasc.SyncStrategy.sync Sync replicas to http://127.0.0.1:52810/collection1/
   [junit4]   2> 723500 T2601 oasc.SyncStrategy.syncReplicas Sync Success - now sync replicas to me
   [junit4]   2> 723501 T2601 oasc.SyncStrategy.syncToMe http://127.0.0.1:52810/collection1/ has no replicas
   [junit4]   2> 723501 T2601 oasc.ShardLeaderElectionContext.runLeaderProcess I am the new leader: http://127.0.0.1:52810/collection1/ shard1
   [junit4]   2> 723501 T2601 oascc.SolrZkClient.makePath makePath: /collections/control_collection/leaders/shard1
   [junit4]   2> 723754 T2599 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
   [junit4]   2> 723776 T2598 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 1)
   [junit4]   2> 723791 T2601 oasc.ZkController.register We are http://127.0.0.1:52810/collection1/ and leader is http://127.0.0.1:52810/collection1/
   [junit4]   2> 723791 T2601 oasc.ZkController.register No LogReplay needed for core=collection1 baseURL=http://127.0.0.1:52810
   [junit4]   2> 723791 T2601 oasc.ZkController.checkRecovery I am the leader, no recovery necessary
   [junit4]   2> 723791 T2601 oasc.ZkController.publish publishing core=collection1 state=active
   [junit4]   2> 723791 T2601 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
   [junit4]   2> 723796 T2601 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
   [junit4]   2> 723798 T2576 oass.SolrDispatchFilter.init user.dir=/Users/jenkins/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-core/test/J0
   [junit4]   2> 723799 T2576 oass.SolrDispatchFilter.init SolrDispatchFilter.init() done
   [junit4]   2> 723801 T2576 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 723804 T2605 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@a2cc25e name:ZooKeeperConnection Watcher:127.0.0.1:52807/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 723805 T2576 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 723808 T2576 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
   [junit4]   2> 723814 T2576 oasc.ChaosMonkey.monkeyLog monkey: init - expire sessions:false cause connection loss:false
   [junit4]   2> 724161 T2576 oejs.Server.doStart jetty-8.1.10.v20130312
   [junit4]   2> 724166 T2576 oejs.AbstractConnector.doStart Started SelectChannelConnector@127.0.0.1:52814
   [junit4]   2> 724167 T2576 oass.SolrDispatchFilter.init SolrDispatchFilter.init()
   [junit4]   2> 724167 T2576 oasc.SolrResourceLoader.locateSolrHome JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 724167 T2576 oasc.SolrResourceLoader.locateSolrHome using system property solr.solr.home: ./org.apache.solr.cloud.ChaosMonkeySafeLeaderTest-jetty1-1383714484957
   [junit4]   2> 724168 T2576 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: './org.apache.solr.cloud.ChaosMonkeySafeLeaderTest-jetty1-1383714484957/'
   [junit4]   2> 724203 T2576 oasc.ConfigSolr.fromFile Loading container configuration from /Users/jenkins/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.ChaosMonkeySafeLeaderTest-jetty1-1383714484957/solr.xml
   [junit4]   2> 724280 T2576 oasc.CoreContainer.<init> New CoreContainer 785183635
   [junit4]   2> 724281 T2576 oasc.CoreContainer.load Loading cores into CoreContainer [instanceDir=./org.apache.solr.cloud.ChaosMonkeySafeLeaderTest-jetty1-1383714484957/]
   [junit4]   2> 724282 T2576 oashc.HttpShardHandlerFactory.getParameter Setting socketTimeout to: 90000
   [junit4]   2> 724282 T2576 oashc.HttpShardHandlerFactory.getParameter Setting urlScheme to: http://
   [junit4]   2> 724282 T2576 oashc.HttpShardHandlerFactory.getParameter Setting connTimeout to: 15000
   [junit4]   2> 724283 T2576 oashc.HttpShardHandlerFactory.getParameter Setting maxConnectionsPerHost to: 20
   [junit4]   2> 724283 T2576 oashc.HttpShardHandlerFactory.getParameter Setting corePoolSize to: 0
   [junit4]   2> 724283 T2576 oashc.HttpShardHandlerFactory.getParameter Setting maximumPoolSize to: 2147483647
   [junit4]   2> 724283 T2576 oashc.HttpShardHandlerFactory.getParameter Setting maxThreadIdleTime to: 5
   [junit4]   2> 724284 T2576 oashc.HttpShardHandlerFactory.getParameter Setting sizeOfQueue to: -1
   [junit4]   2> 724284 T2576 oashc.HttpShardHandlerFactory.getParameter Setting fairnessPolicy to: false
   [junit4]   2> 724287 T2576 oasl.LogWatcher.createWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory
   [junit4]   2> 724288 T2576 oasl.LogWatcher.newRegisteredLogWatcher Registering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)]
   [junit4]   2> 724288 T2576 oasc.ZkContainer.initZooKeeper Zookeeper client=127.0.0.1:52807/solr
   [junit4]   2> 724288 T2576 oasc.ZkController.checkChrootPath zkHost includes chroot
   [junit4]   2> 724290 T2576 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 724295 T2616 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@40d31a80 name:ZooKeeperConnection Watcher:127.0.0.1:52807 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 724295 T2576 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 724301 T2576 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 724305 T2618 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@2804bcb name:ZooKeeperConnection Watcher:127.0.0.1:52807/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 724306 T2576 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 724318 T2576 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
   [junit4]   2> 725299 T2599 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
   [junit4]   2> 725302 T2599 oasc.Overseer$ClusterStateUpdater.updateState Update state numShards=1 message={
   [junit4]   2> 	  "operation":"state",
   [junit4]   2> 	  "state":"active",
   [junit4]   2> 	  "base_url":"http://127.0.0.1:52810",
   [junit4]   2> 	  "core":"collection1",
   [junit4]   2> 	  "roles":null,
   [junit4]   2> 	  "node_name":"127.0.0.1:52810_",
   [junit4]   2> 	  "shard":"shard1",
   [junit4]   2> 	  "shard_range":null,
   [junit4]   2> 	  "shard_state":"active",
   [junit4]   2> 	  "shard_parent":null,
   [junit4]   2> 	  "collection":"control_collection",
   [junit4]   2> 	  "numShards":"1",
   [junit4]   2> 	  "core_node_name":"core_node1"}
   [junit4]   2> 725322 T2598 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 1)
   [junit4]   2> 725322 T2618 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 1)
   [junit4]   2> 725322 T2605 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 1)
   [junit4]   2> 725335 T2576 oasc.ZkController.createEphemeralLiveNode Register node as live in ZooKeeper:/live_nodes/127.0.0.1:52814_
   [junit4]   2> 725337 T2576 oascc.SolrZkClient.makePath makePath: /live_nodes/127.0.0.1:52814_
   [junit4]   2> 725343 T2605 oascc.ZkStateReader$3.process Updating live nodes... (2)
   [junit4]   2> 725343 T2598 oascc.ZkStateReader$3.process Updating live nodes... (2)
   [junit4]   2> 725344 T2618 oascc.ZkStateReader$3.process Updating live nodes... (2)
   [junit4]   2> 725357 T2619 oasc.ZkController.publish publishing core=collection1 state=down
   [junit4]   2> 725357 T2619 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
   [junit4]   2> 725360 T2619 oasc.ZkController.waitForCoreNodeName look for our core node name
   [junit4]   2> 726855 T2599 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
   [junit4]   2> 726858 T2599 oasc.Overseer$ClusterStateUpdater.updateState Update state numShards=3 message={
   [junit4]   2> 	  "operation":"state",
   [junit4]   2> 	  "state":"down",
   [junit4]   2> 	  "base_url":"http://127.0.0.1:52814",
   [junit4]   2> 	  "core":"collection1",
   [junit4]   2> 	  "roles":null,
   [junit4]   2> 	  "node_name":"127.0.0.1:52814_",
   [junit4]   2> 	  "shard":null,
   [junit4]   2> 	  "shard_range":null,
   [junit4]   2> 	  "shard_state":"active",
   [junit4]   2> 	  "shard_parent":null,
   [junit4]   2> 	  "collection":"collection1",
   [junit4]   2> 	  "numShards":"3",
   [junit4]   2> 	  "core_node_name":null}
   [junit4]   2> 726858 T2599 oasc.Overseer$ClusterStateUpdater.createCollection Create collection collection1 with shards [shard1, shard2, shard3]
   [junit4]   2> 726859 T2599 oasc.Overseer$ClusterStateUpdater.updateState Assigning new node to shard shard=shard1
   [junit4]   2> 726881 T2605 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 2)
   [junit4]   2> 726882 T2598 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 2)
   [junit4]   2> 726883 T2618 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 2)
   [junit4]   2> 727363 T2619 oasc.ZkController.waitForShardId waiting to find shard id in clusterstate for collection1
   [junit4]   2> 727363 T2619 oasc.CoreContainer.create Creating SolrCore 'collection1' using instanceDir: ./org.apache.solr.cloud.ChaosMonkeySafeLeaderTest-jetty1-1383714484957/collection1
   [junit4]   2> 727364 T2619 oasc.ZkController.createCollectionZkNode Check for collection zkNode:collection1
   [junit4]   2> 727367 T2619 oasc.ZkController.createCollectionZkNode Collection zkNode exists
   [junit4]   2> 727368 T2619 oasc.ZkController.readConfigName Load collection config from:/collections/collection1
   [junit4]   2> 727374 T2619 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: './org.apache.solr.cloud.ChaosMonkeySafeLeaderTest-jetty1-1383714484957/collection1/'
   [junit4]   2> 727376 T2619 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/Users/jenkins/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-core/test/J0/org.apache.solr.cloud.ChaosMonkeySafeLeaderTest-jetty1-1383714484957/collection1/lib/classes/' to classloader
   [junit4]   2> 727376 T2619 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/Users/jenkins/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-core/test/J0/org.apache.solr.cloud.ChaosMonkeySafeLeaderTest-jetty1-1383714484957/collection1/lib/README' to classloader
   [junit4]   2> 727458 T2619 oasc.SolrConfig.<init> Using Lucene MatchVersion: LUCENE_46
   [junit4]   2> 727515 T2619 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig.xml
   [junit4]   2> 727518 T2619 oass.IndexSchema.readSchema Reading Solr Schema from schema.xml
   [junit4]   2> 727526 T2619 oass.IndexSchema.readSchema [collection1] Schema name=test
   [junit4]   2> 728067 T2619 oass.ByteField.init WARN ByteField is deprecated and will be removed in 5.0. You should use TrieIntField instead.
   [junit4]   2> 728068 T2619 oass.ShortField.init WARN ShortField is deprecated and will be removed in 5.0. You should use TrieIntField instead.
   [junit4]   2> 728068 T2619 oass.OpenExchangeRatesOrgProvider.init Initialized with rates=open-exchange-rates.json, refreshInterval=1440.
   [junit4]   2> 728077 T2619 oass.IndexSchema.readSchema default search field in schema is text
   [junit4]   2> 728079 T2619 oass.IndexSchema.readSchema unique key field: id
   [junit4]   2> 728114 T2619 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
   [junit4]   2> 728120 T2619 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
   [junit4]   2> 728125 T2619 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
   [junit4]   2> 728129 T2619 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Unknown key IMPORTANT NOTE
   [junit4]   2> 728129 T2619 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Expected key, got STRING
   [junit4]   2> 728129 T2619 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
   [junit4]   2> 728133 T2619 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Unknown key IMPORTANT NOTE
   [junit4]   2> 728134 T2619 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Expected key, got STRING
   [junit4]   2> 728134 T2619 oasc.SolrCore.initDirectoryFactory solr.StandardDirectoryFactory
   [junit4]   2> 728135 T2619 oasc.SolrCore.<init> [collection1] Opening new SolrCore at ./org.apache.solr.cloud.ChaosMonkeySafeLeaderTest-jetty1-1383714484957/collection1/, dataDir=./org.apache.solr.cloud.ChaosMonkeySafeLeaderTest-1383714480898/jetty1/
   [junit4]   2> 728135 T2619 oasc.JmxMonitoredMap.<init> JMX monitoring is enabled. Adding Solr mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@32068fe4
   [junit4]   2> 728137 T2619 oasc.CachingDirectoryFactory.get return new directory for /Users/jenkins/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-core/test/J0/org.apache.solr.cloud.ChaosMonkeySafeLeaderTest-1383714480898/jetty1
   [junit4]   2> 728138 T2619 oasc.SolrCore.getNewIndexDir New index directory detected: old=null new=./org.apache.solr.cloud.ChaosMonkeySafeLeaderTest-1383714480898/jetty1/index/
   [junit4]   2> 728138 T2619 oasc.SolrCore.initIndex WARN [collection1] Solr index directory './org.apache.solr.cloud.ChaosMonkeySafeLeaderTest-1383714480898/jetty1/index' doesn't exist. Creating new index...
   [junit4]   2> 728139 T2619 oasc.CachingDirectoryFactory.get return new directory for /Users/jenkins/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-core/test/J0/org.apache.solr.cloud.ChaosMonkeySafeLeaderTest-1383714480898/jetty1/index
   [junit4]   2> 728140 T2619 oasu.RandomMergePolicy.<init> RandomMergePolicy wrapping class org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: maxMergeAtOnce=38, maxMergeAtOnceExplicit=37, maxMergedSegmentMB=82.8095703125, floorSegmentMB=1.8720703125, forceMergeDeletesPctAllowed=26.27957582693192, segmentsPerTier=26.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.2545391556672374
   [junit4]   2> 728143 T2619 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits: num=1
   [junit4]   2> 		commit{dir=/Users/jenkins/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-core/test/J0/org.apache.solr.cloud.ChaosMonkeySafeLeaderTest-1383714480898/jetty1/index,segFN=segments_1,generation=1}
   [junit4]   2> 728144 T2619 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1
   [junit4]   2> 728147 T2619 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "nodistrib"
   [junit4]   2> 728147 T2619 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "dedupe"
   [junit4]   2> 728148 T2619 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe"
   [junit4]   2> 728148 T2619 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "stored_sig"
   [junit4]   2> 728148 T2619 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "stored_sig"
   [junit4]   2> 728148 T2619 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "distrib-dup-test-chain-explicit"
   [junit4]   2> 728149 T2619 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "distrib-dup-test-chain-implicit"
   [junit4]   2> 728149 T2619 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "distrib-dup-test-chain-implicit"
   [junit4]   2> 728149 T2619 oasc.SolrCore.loadUpdateProcessorChains no updateRequestProcessorChain defined as default, creating implicit default
   [junit4]   2> 728150 T2619 oasc.RequestHandlers.initHandlersFromConfig created standard: solr.StandardRequestHandler
   [junit4]   2> 728152 T2619 oasc.RequestHandlers.initHandlersFromConfig created /get: solr.RealTimeGetHandler
   [junit4]   2> 728152 T2619 oasc.RequestHandlers.initHandlersFromConfig adding lazy requestHandler: solr.ReplicationHandler
   [junit4]   2> 728153 T2619 oasc.RequestHandlers.initHandlersFromConfig created /replication: solr.ReplicationHandler
   [junit4]   2> 728155 T2619 oasc.RequestHandlers.initHandlersFromConfig created /update: solr.UpdateRequestHandler
   [junit4]   2> 728156 T2619 oasc.RequestHandlers.initHandlersFromConfig created /admin/: org.apache.solr.handler.admin.AdminHandlers
   [junit4]   2> 728174 T2619 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 728177 T2619 oasu.CommitTracker.<init> Hard AutoCommit: disabled
   [junit4]   2> 728178 T2619 oasu.CommitTracker.<init> Soft AutoCommit: disabled
   [junit4]   2> 728178 T2619 oasu.RandomMergePolicy.<init> RandomMergePolicy wrapping class org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: maxMergeAtOnce=43, maxMergeAtOnceExplicit=49, maxMergedSegmentMB=5.033203125, floorSegmentMB=1.9072265625, forceMergeDeletesPctAllowed=9.490464748033197, segmentsPerTier=49.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.45446787726651616
   [junit4]   2> 728180 T2619 oasc.SolrDeletionPolicy.onInit SolrDeletionPolicy.onInit: commits: num=1
   [junit4]   2> 		commit{dir=/Users/jenkins/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-core/test/J0/org.apache.solr.cloud.ChaosMonkeySafeLeaderTest-1383714480898/jetty1/index,segFN=segments_1,generation=1}
   [junit4]   2> 728180 T2619 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1
   [junit4]   2> 728180 T2619 oass.SolrIndexSearcher.<init> Opening Searcher@6108f0c6 main
   [junit4]   2> 728187 T2620 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@6108f0c6 main{StandardDirectoryReader(segments_1:1:nrt)}
   [junit4]   2> 728189 T2619 oasc.CoreContainer.registerCore registering core: collection1
   [junit4]   2> 728190 T2619 oasc.ZkController.register Register replica - core:collection1 address:http://127.0.0.1:52814 collection:collection1 shard:shard1
   [junit4]   2> 728192 T2619 oascc.SolrZkClient.makePath makePath: /collections/collection1/leader_elect/shard1/election
   [junit4]   2> 728214 T2619 oasc.ShardLeaderElectionContext.runLeaderProcess Running the leader process for shard shard1
   [junit4]   2> 728220 T2619 oasc.ShardLeaderElectionContext.waitForReplicasToComeUp Enough replicas found to continue.
   [junit4]   2> 728220 T2619 oasc.ShardLeaderElectionContext.runLeaderProcess I may be the new leader - try and sync
   [junit4]   2> 728221 T2619 oasc.SyncStrategy.sync Sync replicas to http://127.0.0.1:52814/collection1/
   [junit4]   2> 728221 T2619 oasc.SyncStrategy.syncReplicas Sync Success - now sync replicas to me
   [junit4]   2> 728221 T2619 oasc.SyncStrategy.syncToMe http://127.0.0.1:52814/collection1/ has no replicas
   [junit4]   2> 728221 T2619 oasc.ShardLeaderElectionContext.runLeaderProcess I am the new leader: http://127.0.0.1:52814/collection1/ shard1
   [junit4]   2> 728222 T2619 oascc.SolrZkClient.makePath makePath: /collections/collection1/leaders/shard1
   [junit4]   2> 728408 T2599 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
   [junit4]   2> 728449 T2598 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 2)
   [junit4]   2> 728450 T2618 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 2)
   [junit4]   2> 728450 T2605 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 2)
   [junit4]   2> 728454 T2619 oasc.ZkController.register We are http://127.0.0.1:52814/collection1/ and leader is http://127.0.0.1:52814/collection1/
   [junit4]   2> 728454 T2619 oasc.ZkController.register No LogReplay needed for core=collection1 baseURL=http://127.0.0.1:52814
   [junit4]   2> 728455 T2619 oasc.ZkController.checkRecovery I am the leader, no recovery necessary
   [junit4]   2> 728455 T2619 oasc.ZkController.publish publishing core=collection1 state=active
   [junit4]   2> 728455 T2619 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
   [junit4]   2> 728462 T2619 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
   [junit4]   2> 728466 T2576 oass.SolrDispatchFilter.init user.dir=/Users/jenkins/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-core/test/J0
   [junit4]   2> 728467 T2576 oass.SolrDispatchFilter.init SolrDispatchFilter.init() done
   [junit4]   2> 728889 T2576 oejs.Server.doStart jetty-8.1.10.v20130312
   [junit4]   2> 728893 T2576 oejs.AbstractConnector.doStart Started SelectChannelConnector@127.0.0.1:52817
   [junit4]   2> 728894 T2576 oass.SolrDispatchFilter.init SolrDispatchFilter.init()
   [junit4]   2> 728895 T2576 oasc.SolrResourceLoader.locateSolrHome JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 728896 T2576 oasc.SolrResourceLoader.locateSolrHome using system property solr.solr.home: ./org.apache.solr.cloud.ChaosMonkeySafeLeaderTest-jetty2-1383714489613
   [junit4]   2> 728897 T2576 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: './org.apache.solr.cloud.ChaosMonkeySafeLeaderTest-jetty2-1383714489613/'
   [junit4]   2> 728937 T2576 oasc.ConfigSolr.fromFile Loading container configuration from /Users/jenkins/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.ChaosMonkeySafeLeaderTest-jetty2-1383714489613/solr.xml
   [junit4]   2> 729015 T2576 oasc.CoreContainer.<init> New CoreContainer 1666981836
   [junit4]   2> 729016 T2576 oasc.CoreContainer.load Loading cores into CoreContainer [instanceDir=./org.apache.solr.cloud.ChaosMonkeySafeLeaderTest-jetty2-1383714489613/]
   [junit4]   2> 729017 T2576 oashc.HttpShardHandlerFactory.getParameter Setting socketTimeout to: 90000
   [junit4]   2> 729017 T2576 oashc.HttpShardHandlerFactory.getParameter Setting urlScheme to: http://
   [junit4]   2> 729017 T2576 oashc.HttpShardHandlerFactory.getParameter Setting connTimeout to: 15000
   [junit4]   2> 729018 T2576 oashc.HttpShardHandlerFactory.getParameter Setting maxConnectionsPerHost to: 20
   [junit4]   2> 729018 T2576 oashc.HttpShardHandlerFactory.getParameter Setting corePoolSize to: 0
   [junit4]   2> 729018 T2576 oashc.HttpShardHandlerFactory.getParameter Setting maximumPoolSize to: 2147483647
   [junit4]   2> 729019 T2576 oashc.HttpShardHandlerFactory.getParameter Setting maxThreadIdleTime to: 5
   [junit4]   2> 729019 T2576 oashc.HttpShardHandlerFactory.getParameter Setting sizeOfQueue to: -1
   [junit4]   2> 729019 T2576 oashc.HttpShardHandlerFactory.getParameter Setting fairnessPolicy to: false
   [junit4]   2> 729023 T2576 oasl.LogWatcher.createWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory
   [junit4]   2> 729023 T2576 oasl.LogWatcher.newRegisteredLogWatcher Registering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)]
   [junit4]   2> 729024 T2576 oasc.ZkContainer.initZooKeeper Zookeeper client=127.0.0.1:52807/solr
   [junit4]   2> 729024 T2576 oasc.ZkController.checkChrootPath zkHost includes chroot
   [junit4]   2> 729025 T2576 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 729029 T2632 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@245bafa7 name:ZooKeeperConnection Watcher:127.0.0.1:52807 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 729030 T2576 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 729036 T2576 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 729040 T2634 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@284a453a name:ZooKeeperConnection Watcher:127.0.0.1:52807/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 729041 T2576 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 729059 T2576 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
   [junit4]   2> 729984 T2599 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
   [junit4]   2> 729988 T2599 oasc.Overseer$ClusterStateUpdater.updateState Update state numShards=3 message={
   [junit4]   2> 	  "operation":"state",
   [junit4]   2> 	  "state":"active",
   [junit4]   2> 	  "base_url":"http://127.0.0.1:52814",
   [junit4]   2> 	  "core":"collection1",
   [junit4]   2> 	  "roles":null,
   [junit4]   2> 	  "node_name":"127.0.0.1:52814_",
   [junit4]   2> 	  "shard":"shard1",
   [junit4]   2> 	  "shard_range":null,
   [junit4]   2> 	  "shard_state":"active",
   [junit4]   2> 	  "shard_parent":null,
   [junit4]   2> 	  "collection":"collection1",
   [junit4]   2> 	  "numShards":"3",
   [junit4]   2> 	  "core_node_name":"core_node1"}
   [junit4]   2> 730011 T2618 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 2)
   [junit4]   2> 730012 T2605 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 2)
   [junit4]   2> 730012 T2598 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 2)
   [junit4]   2> 730014 T2634 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 2)
   [junit4]   2> 730075 T2576 oasc.ZkController.createEphemeralLiveNode Register node as live in ZooKeeper:/live_nodes/127.0.0.1:52817_
   [junit4]   2> 730080 T2576 oascc.SolrZkClient.makePath makePath: /live_nodes/127.0.0.1:52817_
   [junit4]   2> 730094 T2634 oascc.ZkStateReader$3.process Updating live nodes... (3)
   [junit4]   2> 730094 T2605 oascc.ZkStateReader$3.process Updating live nodes... (3)
   [junit4]   2> 730096 T2618 oascc.ZkStateReader$3.process Updating live nodes... (3)
   [junit4]   2> 730099 T2598 oascc.ZkStateReader$3.process Updating live nodes... (3)
   [junit4]   2> 730122 T2635 oasc.ZkController.publish publishing core=collection1 state=down
   [junit4]   2> 730123 T2635 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
   [junit4]   2> 730128 T2635 oasc.ZkController.waitForCoreNodeName look for our core node name
   [junit4]   2> 731545 T2599 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
   [junit4]   2> 731548 T2599 oasc.Overseer$ClusterStateUpdater.updateState Update state numShards=3 message={
   [junit4]   2> 	  "operation":"state",
   [junit4]   2> 	  "state":"down",
   [junit4]   2> 	  "base_url":"http://127.0.0.1:52817",
   [junit4]   2> 	  "core":"collection1",
   [junit4]   2> 	  "roles":null,
   [junit4]   2> 	  "node_name":"127.0.0.1:52817_",
   [junit4]   2> 	  "shard":null,
   [junit4]   2> 	  "shard_range":null,
   [junit4]   2> 	  "shard_state":"active",
   [junit4]   2> 	  "shard_parent":null,
   [junit4]   2> 	  "collection":"collection1",
   [junit4]   2> 	  "numShards":"3",
   [junit4]   2> 	  "core_node_name":null}
   [junit4]   2> 731549 T2599 oasc.Overseer$ClusterStateUpdater.updateState Collection already exists with numShards=3
   [junit4]   2> 731549 T2599 oasc.Overseer$ClusterStateUpdater.updateState Assigning new node to shard shard=shard2
   [junit4]   2> 731570 T2598 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 3)
   [junit4]   2> 731570 T2634 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 3)
   [junit4]   2> 731570 T2605 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 3)
   [junit4]   2> 731570 T2618 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 3)
   [junit4]   2> 732131 T2635 oasc.ZkController.waitForShardId waiting to find shard id in clusterstate for collection1
   [junit4]   2> 732132 T2635 oasc.CoreContainer.create Creating SolrCore 'collection1' using instanceDir: ./org.apache.solr.cloud.ChaosMonkeySafeLeaderTest-jetty2-1383714489613/collection1
   [junit4]   2> 732132 T2635 oasc.ZkController.createCollectionZkNode Check for collection zkNode:collection1
   [junit4]   2> 732135 T2635 oasc.ZkController.createCollectionZkNode Collection zkNode exists
   [junit4]   2> 732136 T2635 oasc.ZkController.readConfigName Load collection config from:/collections/collection1
   [junit4]   2> 732142 T2635 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: './org.apache.solr.cloud.ChaosMonkeySafeLeaderTest-jetty2-1383714489613/collection1/'
   [junit4]   2> 732144 T2635 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/Users/jenkins/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-core/test/J0/org.apache.solr.cloud.ChaosMonkeySafeLeaderTest-jetty2-1383714489613/collection1/lib/classes/' to classloader
   [junit4]   2> 732145 T2635 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/Users/jenkins/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-core/test/J0/org.apache.solr.cloud.ChaosMonkeySafeLeaderTest-jetty2-1383714489613/collection1/lib/README' to classloader
   [junit4]   2> 732226 T2635 oasc.SolrConfig.<init> Using Lucene MatchVersion: LUCENE_46
   [junit4]   2> 732300 T2635 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig.xml
   [junit4]   2> 732304 T2635 oass.IndexSchema.readSchema Reading Solr Schema from schema.xml
   [junit4]   2> 732311 T2635 oass.IndexSchema.readSchema [collection1] Schema name=test
   [junit4]   2> 732880 T2635 oass.ByteField.init WARN ByteField is deprecated and will be removed in 5.0. You should use TrieIntField instead.
   [junit4]   2> 732881 T2635 oass.ShortField.init WARN ShortField is deprecated and will be removed in 5.0. You should use TrieIntField instead.
   [junit4]   2> 732881 T2635 oass.OpenExchangeRatesOrgProvider.init Initialized with rates=open-exchange-rates.json, refreshInterval=1440.
   [junit4]   2> 732890 T2635 oass.IndexSchema.readSchema default search field in schema is text
   [junit4]   2> 732903 T2635 oass.IndexSchema.readSchema unique key field: id
   [junit4]   2> 732927 T2635 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
   [junit4]   2> 732932 T2635 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
   [junit4]   2> 732936 T2635 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
   [junit4]   2> 732938 T2635 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Unknown key IMPORTANT NOTE
   [junit4]   2> 732938 T2635 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Expected key, got STRING
   [junit4]   2> 732938 T2635 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
   [junit4]   2> 732940 T2635 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Unknown key IMPORTANT NOTE
   [junit4]   2> 732940 T2635 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Expected key, got STRING
   [junit4]   2> 732941 T2635 oasc.SolrCore.initDirectoryFactory solr.StandardDirectoryFactory
   [junit4]   2> 732941 T2635 oasc.SolrCore.<init> [collection1] Opening new SolrCore at ./org.apache.solr.cloud.ChaosMonkeySafeLeaderTest-jetty2-1383714489613/collection1/, dataDir=./org.apache.solr.cloud.ChaosMonkeySafeLeaderTest-1383714480898/jetty2/
   [junit4]   2> 732941 T2635 oasc.JmxMonitoredMap.<init> JMX monitoring is enabled. Adding Solr mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@32068fe4
   [junit4]   2> 732942 T2635 oasc.CachingDirectoryFactory.get return new directory for /Users/jenkins/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-core/test/J0/org.apache.solr.cloud.ChaosMonkeySafeLeaderTest-1383714480898/jetty2
   [junit4]   2> 732943 T2635 oasc.SolrCore.getNewIndexDir New index directory detected: old=null new=./org.apache.solr.cloud.ChaosMonkeySafeLeaderTest-1383714480898/jetty2/index/
   [junit4]   2> 732943 T2635 oasc.SolrCore.initIndex WARN [collection1] Solr index directory './org.apache.solr.cloud.ChaosMonkeySafeLeaderTest-1383714480898/jetty2/index' doesn't exist. Creating new index...
   [junit4]   2> 732944 T2635 oasc.CachingDirectoryFactory.get return new directory for /Users/jenkins/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-core/test/J0/org.apache.solr.cloud.ChaosMonkeySafeLeaderTest-1383714480898/jetty2/index
   [junit4]   2> 732944 T2635 oasu.RandomMergePolicy.<init> RandomMergePolicy wrapping class org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: maxMergeAtOnce=38, maxMergeAtOnceExplicit=37, maxMergedSegmentMB=82.8095703125, floorSegmentMB=1.8720703125, forceMergeDeletesPctAllowed=26.27957582693192, segmentsPerTier=26.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.2545391556672374
   [junit4]   2> 732947 T2635 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits: num=1
   [junit4]   2> 		commit{dir=/Users/jenkins/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-core/test/J0/org.apache.solr.cloud.ChaosMonkeySafeLeaderTest-1383714480898/jetty2/index,segFN=segments_1,generation=1}
   [junit4]   2> 732947 T2635 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1
   [junit4]   2> 732951 T2635 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "nodistrib"
   [junit4]   2> 732952 T2635 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "dedupe"
   [junit4]   2> 732952 T2635 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe"
   [junit4]   2> 732952 T2635 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "stored_sig"
   [junit4]   2> 732953 T2635 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "stored_sig"
   [junit4]   2> 732953 T2635 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "distrib-dup-test-chain-explicit"
   [junit4]   2> 732953 T2635 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "distrib-dup-test-chain-implicit"
   [junit4]   2> 732954 T2635 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "distrib-dup-test-chain-implicit"
   [junit4]   2> 732954 T2635 oasc.SolrCore.loadUpdateProcessorChains no updateRequestProcessorChain defined as default, creating implicit default
   [junit4]   2> 732955 T2635 oasc.RequestHandlers.initHandlersFromConfig created standard: solr.StandardRequestHandler
   [junit4]   2> 732956 T2635 oasc.RequestHandlers.initHandlersFromConfig created /get: solr.RealTimeGetHandler
   [junit4]   2> 732957 T2635 oasc.RequestHandlers.initHandlersFromConfig adding lazy requestHandler: solr.ReplicationHandler
   [junit4]   2> 732957 T2635 oasc.RequestHandlers.initHandlersFromConfig created /replication: solr.ReplicationHandler
   [junit4]   2> 732958 T2635 oasc.RequestHandlers.initHandlersFromConfig created /update: solr.UpdateRequestHandler
   [junit4]   2> 732958 T2635 oasc.RequestHandlers.initHandlersFromConfig created /admin/: org.apache.solr.handler.admin.AdminHandlers
   [junit4]   2> 732966 T2635 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 732970 T2635 oasu.CommitTracker.<init> Hard AutoCommit: disabled
   [junit4]   2> 732970 T2635 oasu.CommitTracker.<init> Soft AutoCommit: disabled
   [junit4]   2> 732971 T2635 oasu.RandomMergePolicy.<init> RandomMergePolicy wrapping class org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: maxMergeAtOnce=43, maxMergeAtOnceExplicit=49, maxMergedSegmentMB=5.033203125, floorSegmentMB=1.9072265625, forceMergeDeletesPctAllowed=9.490464748033197, segmentsPerTier=49.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.45446787726651616
   [junit4]   2> 732972 T2635 oasc.SolrDeletionPolicy.onInit SolrDeletionPolicy.onInit: commits: num=1
   [junit4]   2> 		commit{dir=/Users/jenkins/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-core/test/J0/org.apache.solr.cloud.ChaosMonkeySafeLeaderTest-1383714480898/jetty2/index,segFN=segments_1,generation=1}
   [junit4]   2> 732972 T2635 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1
   [junit4]   2> 732973 T2635 oass.SolrIndexSearcher.<init> Opening Searcher@18da13db main
   [junit4]   2> 732977 T2636 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@18da13db main{StandardDirectoryReader(segments_1:1:nrt)}
   [junit4]   2> 732977 T2635 oasc.CoreContainer.registerCore registering core: collection1
   [junit4]   2> 732977 T2635 oasc.ZkController.register Register replica - core:collection1 address:http://127.0.0.1:52817 collection:collection1 shard:shard2
   [junit4]   2> 732980 T2635 oascc.SolrZkClient.makePath makePath: /collections/collection1/leader_elect/shard2/election
   [junit4]   2> 732999 T2635 oasc.ShardLeaderElectionContext.runLeaderProcess Running the leader process for shard shard2
   [junit4]   2> 733005 T2635 oasc.ShardLeaderElectionContext.waitForReplicasToComeUp Enough replicas found to continue.
   [junit4]   2> 733005 T2635 oasc.ShardLeaderElectionContext.runLeaderProcess I may be the new leader - try and sync
   [junit4]   2> 733005 T2635 oasc.SyncStrategy.sync Sync replicas to http://127.0.0.1:52817/collection1/
   [junit4]   2> 733005 T2635 oasc.SyncStrategy.syncReplicas Sync Success - now sync replicas to me
   [junit4]   2> 733005 T2635 oasc.SyncStrategy.syncToMe http://127.0.0.1:52817/collection1/ has no replicas
   [junit4]   2> 733006 T2635 oasc.ShardLeaderElectionContext.runLeaderProcess I am the new leader: http://127.0.0.1:52817/collection1/ shard2
   [junit4]   2> 733006 T2635 oascc.SolrZkClient.makePath makePath: /collections/collection1/leaders/shard2
   [junit4]   2> 733100 T2599 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
   [junit4]   2> 733140 T2598 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 3)
   [junit4]   2> 733140 T2634 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 3)
   [junit4]   2> 733141 T2605 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 3)
   [junit4]   2> 733141 T2618 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 3)
   [junit4]   2> 733183 T2635 oasc.ZkController.register We are http://127.0.0.1:52817/collection1/ and leader is http://127.0.0.1:52817/collection1/
   [junit4]   2> 733183 T2635 oasc.ZkController.register No LogReplay needed for core=collection1 baseURL=http://127.0.0.1:52817
   [junit4]   2> 733184 T2635 oasc.ZkController.checkRecovery I am the leader, no recovery necessary
   [junit4]   2> 733184 T2635 oasc.ZkController.publish publishing core=collection1 state=active
   [junit4]   2> 733184 T2635 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
   [junit4]   2> 733189 T2635 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
   [junit4]   2> 733192 T2576 oass.SolrDispatchFilter.init user.dir=/Users/jenkins/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-core/test/J0
   [junit4]   2> 733193 T2576 oass.SolrDispatchFilter.init SolrDispatchFilter.init() done
   [junit4]   2> 733548 T2576 oejs.Server.doStart jetty-8.1.10.v20130312
   [junit4]   2> 733554 T2576 oejs.AbstractConnector.doStart Started SelectChannelConnector@127.0.0.1:52820
   [junit4]   2> 733555 T2576 oass.SolrDispatchFilter.init SolrDispatchFilter.init()
   [junit4]   2> 733555 T2576 oasc.SolrResourceLoader.locateSolrHome JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 733555 T2576 oasc.SolrResourceLoader.locateSolrHome using system property solr.solr.home: ../../../../../../../../../Users/jenkins/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.ChaosMonkeySafeLeaderTest-jetty3-1383714494337
   [junit4]   2> 733556 T2576 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '../../../../../../../../../Users/jenkins/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.ChaosMonkeySafeLeaderTest-jetty3-1383714494337/'
   [junit4]   2> 733593 T2576 oasc.ConfigSolr.fromFile Loading container configuration from /Users/jenkins/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-core/test/J0/../../../../../../../../../Users/jenkins/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.ChaosMonkeySafeLeaderTest-jetty3-1383714494337/solr.xml
   [junit4]   2> 733677 T2576 oasc.CoreContainer.<init> New CoreContainer 379545750
   [junit4]   2> 733678 T2576 oasc.CoreContainer.load Loading cores into CoreContainer [instanceDir=../../../../../../../../../Users/jenkins/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.ChaosMonkeySafeLeaderTest-jetty3-1383714494337/]
   [junit4]   2> 733680 T2576 oashc.HttpShardHandlerFactory.getParameter Setting socketTimeout to: 90000
   [junit4]   2> 733681 T2576 oashc.HttpShardHandlerFactory.getParameter Setting urlScheme to: http://
   [junit4]   2> 733681 T2576 oashc.HttpShardHandlerFactory.getParameter Setting connTimeout to: 15000
   [junit4]   2> 733681 T2576 oashc.HttpShardHandlerFactory.getParameter Setting maxConnectionsPerHost to: 20
   [junit4]   2> 733681 T2576 oashc.HttpShardHandlerFactory.getParameter Setting corePoolSize to: 0
   [junit4]   2> 733682 T2576 oashc.HttpShardHandlerFactory.getParameter Setting maximumPoolSize to: 2147483647
   [junit4]   2> 733682 T2576 oashc.HttpShardHandlerFactory.getParameter Setting maxThreadIdleTime to: 5
   [junit4]   2> 733682 T2576 oashc.HttpShardHandlerFactory.getParameter Setting sizeOfQueue to: -1
   [junit4]   2> 733683 T2576 oashc.HttpShardHandlerFactory.getParameter Setting fairnessPolicy to: false
   [junit4]   2> 733687 T2576 oasl.LogWatcher.createWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory
   [junit4]   2> 733687 T2576 oasl.LogWatcher.newRegisteredLogWatcher Registering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)]
   [junit4]   2> 733688 T2576 oasc.ZkContainer.initZooKeeper Zookeeper client=127.0.0.1:52807/solr
   [junit4]   2> 733688 T2576 oasc.ZkController.checkChrootPath zkHost includes chroot
   [junit4]   2> 733689 T2576 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 733693 T2648 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@5bb6740a name:ZooKeeperConnection Watcher:127.0.0.1:52807 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 733694 T2576 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 733704 T2576 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 733708 T2650 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@41d233bd name:ZooKeeperConnection Watcher:127.0.0.1:52807/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 733708 T2576 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 733719 T2576 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
   [junit4]   2> 734681 T2599 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
   [junit4]   2> 734685 T2599 oasc.Overseer$ClusterStateUpdater.updateState Update state numShards=3 message={
   [junit4]   2> 	  "operation":"state",
   [junit4]   2> 	  "state":"active",
   [junit4]   2> 	  "base_url":"http://127.0.0.1:52817",
   [junit4]   2> 	  "core":"collection1",
   [junit4]   2> 	  "roles":null,
   [junit4]   2> 	  "node_name":"127.0.0.1:52817_",
   [junit4]   2> 	  "shard":"shard2",
   [junit4]   2> 	  "shard_range":null,
   [junit4]   2> 	  "shard_state":"active",
   [junit4]   2> 	  "shard_parent":null,
   [junit4]   2> 	  "collection":"collection1",
   [junit4]   2> 	  "numShards":"3",
   [junit4]   2> 	  "core_node_name":"core_node2"}
   [junit4]   2> 734706 T2598 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 3)
   [junit4]   2> 734706 T2634 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 3)
   [junit4]   2> 734706 T2605 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 3)
   [junit4]   2> 734706 T2650 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 3)
   [junit4]   2> 734706 T2618 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 3)
   [junit4]   2> 734735 T2576 oasc.ZkController.createEphemeralLiveNode Register node as live in ZooKeeper:/live_nodes/127.0.0.1:52820_
   [junit4]   2> 734739 T2576 oascc.SolrZkClient.makePath makePath: /live_nodes/127.0.0.1:52820_
   [junit4]   2> 734756 T2598 oascc.ZkStateReader$3.process Updating live nodes... (4)
   [junit4]   2> 734756 T2634 oascc.ZkStateReader$3.process Updating live nodes... (4)
   [junit4]   2> 734759 T2618 oascc.ZkStateReader$3.process Updating live nodes... (4)
   [junit4]   2> 734759 T2605 oascc.ZkStateReader$3.process Updating live nodes... (4)
   [junit4]   2> 734759 T2650 oascc.ZkStateReader$3.process Updating live nodes... (4)
   [junit4]   2> 734790 T2651 oasc.ZkController.publish publishing core=collection1 state=down
   [junit4]   2> 734791 T2651 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
   [junit4]   2> 734796 T2651 oasc.ZkController.waitForCoreNodeName look for our core node name
   [junit4]   2> 736238 T2599 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
   [junit4]   2> 736242 T2599 oasc.Overseer$ClusterStateUpdater.updateState Update state numShards=3 message={
   [junit4]   2> 	  "operation":"state",
   [junit4]   2> 	  "state":"down",
   [junit4]   2> 	  "base_url":"http://127.0.0.1:52820",
   [junit4]   2> 	  "core":"collection1",
   [junit4]   2> 	  "roles":null,
   [junit4]   2> 	  "node_name":"127.0.0.1:52820_",
   [junit4]   2> 	  "shard":null,
   [junit4]   2> 	  "shard_range":null,
   [junit4]   2> 	  "shard_state":"active",
   [junit4]   2> 	  "shard_parent":null,
   [junit4]   2> 	  "collection":"collection1",
   [junit4]   2> 	  "numShards":"3",
   [junit4]   2> 	  "core_node_name":null}
   [junit4]   2> 736243 T2599 oasc.Overseer$ClusterStateUpdater.updateState Collection already exists with numShards=3
   [junit4]   2> 736243 T2599 oasc.Overseer$ClusterStateUpdater.updateState Assigning new node to shard shard=shard3
   [junit4]   2> 736264 T2605 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 4)
   [junit4]   2> 736264 T2598 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 4)
   [junit4]   2> 736264 T2618 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 4)
   [junit4]   2> 736265 T2650 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 4)
   [junit4]   2> 736265 T2634 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 4)
   [junit4]   2> 736799 T2651 oasc.ZkController.waitForShardId waiting to find shard id in clusterstate for collection1
   [junit4]   2> 736800 T2651 oasc.CoreContainer.create Creating SolrCore 'collection1' using instanceDir: ../../../../../../../../../Users/jenkins/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.ChaosMonkeySafeLeaderTest-jetty3-1383714494337/collection1
   [junit4]   2> 736800 T2651 oasc.ZkController.createCollectionZkNode Check for collection zkNode:collection1
   [junit4]   2> 736804 T2651 oasc.ZkController.createCollectionZkNode Collection zkNode exists
   [junit4]   2> 736804 T2651 oasc.ZkController.readConfigName Load collection config from:/collections/collection1
   [junit4]   2> 736811 T2651 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '../../../../../../../../../Users/jenkins/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.ChaosMonkeySafeLeaderTest-jetty3-1383714494337/collection1/'
   [junit4]   2> 736814 T2651 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/Users/jenkins/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-core/test/J0/org.apache.solr.cloud.ChaosMonkeySafeLeaderTest-jetty3-1383714494337/collection1/lib/classes/' to classloader
   [junit4]   2> 736815 T2651 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/Users/jenkins/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-core/test/J0/org.apache.solr.cloud.ChaosMonkeySafeLeaderTest-jetty3-1383714494337/collection1/lib/README' to classloader
   [junit4]   2> 736888 T2651 oasc.SolrConfig.<init> Using Lucene MatchVersion: LUCENE_46
   [junit4]   2> 736948 T2651 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig.xml
   [junit4]   2> 736952 T2651 oass.IndexSchema.readSchema Reading Solr Schema from schema.xml
   [junit4]   2> 736965 T2651 oass.IndexSchema.readSchema [collection1] Schema name=test
   [junit4]   2> 737537 T2651 oass.ByteField.init WARN ByteField is deprecated and will be removed in 5.0. You should use TrieIntField instead.
   [junit4]   2> 737538 T2651 oass.ShortField.init WARN ShortField is deprecated and will be removed in 5.0. You should use TrieIntField instead.
   [junit4]   2> 737539 T2651 oass.OpenExchangeRatesOrgProvider.init Initialized with rates=open-exchange-rates.json, refreshInterval=1440.
   [junit4]   2> 737547 T2651 oass.IndexSchema.readSchema default search field in schema is text
   [junit4]   2> 737550 T2651 oass.IndexSchema.readSchema unique key field: id
   [junit4]   2> 737596 T2651 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
   [junit4]   2> 737603 T2651 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
   [junit4]   2> 737610 T2651 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
   [junit4]   2> 737614 T2651 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Unknown key IMPORTANT NOTE
   [junit4]   2> 737614 T2651 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Expected key, got STRING
   [junit4]   2> 737614 T2651 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
   [junit4]   2> 737619 T2651 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Unknown key IMPORTANT NOTE
   [junit4]   2> 737619 T2651 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Expected key, got STRING
   [junit4]   2> 737620 T2651 oasc.SolrCore.initDirectoryFactory solr.StandardDirectoryFactory
   [junit4]   2> 737620 T2651 oasc.SolrCore.<init> [collection1] Opening new SolrCore at ../../../../../../../../../Users/jenkins/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.ChaosMonkeySafeLeaderTest-jetty3-1383714494337/collection1/, dataDir=./org.apache.solr.cloud.ChaosMonkeySafeLeaderTest-1383714480898/jetty3/
   [junit4]   2> 737620 T2651 oasc.JmxMonitoredMap.<init> JMX monitoring is enabled. Adding Solr mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@32068fe4
   [junit4]   2> 737621 T2651 oasc.CachingDirectoryFactory.get return new directory for /Users/jenkins/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-core/test/J0/org.apache.solr.cloud.ChaosMonkeySafeLeaderTest-1383714480898/jetty3
   [junit4]   2> 737622 T2651 oasc.SolrCore.getNewIndexDir New index directory detected: old=null new=./org.apache.solr.cloud.ChaosMonkeySafeLeaderTest-1383714480898/jetty3/index/
   [junit4]   2> 737622 T2651 oasc.SolrCore.initIndex WARN [collection1] Solr index directory './org.apache.solr.cloud.ChaosMonkeySafeLeaderTest-1383714480898/jetty3/index' doesn't exist. Creating new index...
   [junit4]   2> 737623 T2651 oasc.CachingDirectoryFactory.get return new directory for /Users/jenkins/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-core/test/J0/org.apache.solr.cloud.ChaosMonkeySafeLeaderTest-1383714480898/jetty3/index
   [junit4]   2> 737624 T2651 oasu.RandomMergePolicy.<init> RandomMergePolicy wrapping class org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: maxMergeAtOnce=38, maxMergeAtOnceExplicit=37, maxMergedSegmentMB=82.8095703125, floorSegmentMB=1.8720703125, forceMergeDeletesPctAllowed=26.27957582693192, segmentsPerTier=26.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.2545391556672374
   [junit4]   2> 737628 T2651 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits: num=1
   [junit4]   2> 		commit{dir=/Users/jenkins/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-core/test/J0/org.apache.solr.cloud.ChaosMonkeySafeLeaderTest-1383714480898/jetty3/index,segFN=segments_1,generation=1}
   [junit4]   2> 737628 T2651 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1
   [junit4]   2> 737634 T2651 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "nodistrib"
   [junit4]   2> 737634 T2651 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "dedupe"
   [junit4]   2> 737635 T2651 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe"
   [junit4]   2> 737636 T2651 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "stored_sig"
   [junit4]   2> 737637 T2651 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "stored_sig"
   [junit4]   2> 737637 T2651 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "distrib-dup-test-chain-explicit"
   [junit4]   2> 737638 T2651 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "distrib-dup-test-chain-implicit"
   [junit4]   2> 737638 T2651 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "distrib-dup-test-chain-implicit"
   [junit4]   2> 737638 T2651 oasc.SolrCore.loadUpdateProcessorChains no updateRequestProcessorChain defined as default, creating implicit default
   [junit4]   2> 737639 T2651 oasc.RequestHandlers.initHandlersFromConfig created standard: solr.StandardRequestHandler
   [junit4]   2> 737639 T2651 oasc.RequestHandlers.initHandlersFromConfig created /get: solr.RealTimeGetHandler
   [junit4]   2> 737640 T2651 oasc.RequestHandlers.initHandlersFromConfig adding lazy requestHandler: solr.ReplicationHandler
   [junit4]   2> 737640 T2651 oasc.RequestHandlers.initHandlersFromConfig created /replication: solr.ReplicationHandler
   [junit4]   2> 737640 T2651 oasc.RequestHandlers.initHandlersFromConfig created /update: solr.UpdateRequestHandler
   [junit4]   2> 737641 T2651 oasc.RequestHandlers.initHandlersFromConfig created /admin/: org.apache.solr.handler.admin.AdminHandlers
   [junit4]   2> 737652 T2651 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 737656 T2651 oasu.CommitTracker.<init> Hard AutoCommit: disabled
   [junit4]   2> 737656 T2651 oasu.CommitTracker.<init> Soft AutoCommit: disabled
   [junit4]   2> 737657 T2651 oasu.RandomMergePolicy.<init> RandomMergePolicy wrapping class org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: maxMergeAtOnce=43, maxMergeAtOnceExplicit=49, maxMergedSegmentMB=5.033203125, floorSegmentMB=1.9072265625, forceMergeDeletesPctAllowed=9.490464748033197, segmentsPerTier=49.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.45446787726651616
   [junit4]   2> 737658 T2651 oasc.SolrDeletionPolicy.onInit SolrDeletionPolicy.onInit: commits: num=1
   [junit4]   2> 		commit{dir=/Users/jenkins/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-core/test/J0/org.apache.solr.cloud.ChaosMonkeySafeLeaderTest-138371

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

y: /Users/jenkins/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-core/test/J0/org.apache.solr.cloud.ChaosMonkeySafeLeaderTest-1383714480898/jetty12
   [junit4]   2> 810964 T3060 oasc.Overseer$ClusterStateUpdater.amILeader According to ZK I (id=90683112220786716-127.0.0.1:52868_-n_0000000012) am no longer a leader.
   [junit4]   2> 810986 T2576 oejsh.ContextHandler.doStop stopped o.e.j.s.ServletContextHandler{/,null}
   [junit4]   2> 811358 T2870 oascc.ZkStateReader$3.process WARN ZooKeeper watch triggered, but Solr cannot talk to ZK
   [junit4]   2> 811577 T2576 oas.SolrTestCaseJ4.tearDown ###Ending testDistribSearch
   [junit4]   2> 811583 T2576 oasc.ZkTestServer.send4LetterWord connecting to 127.0.0.1:52807 52807
   [junit4]   1> client port:0.0.0.0/0.0.0.0:0
   [junit4]   1> safe stop:
   [junit4]   1> safe stop:
   [junit4]   2> NOTE: reproduce with: ant test  -Dtestcase=ChaosMonkeySafeLeaderTest -Dtests.method=testDistribSearch -Dtests.seed=A920F97244F491A9 -Dtests.slow=true -Dtests.locale=el_GR -Dtests.timezone=Australia/Yancowinna -Dtests.file.encoding=ISO-8859-1
   [junit4] ERROR   92.0s | ChaosMonkeySafeLeaderTest.testDistribSearch <<<
   [junit4]    > Throwable #1: org.apache.solr.client.solrj.SolrServerException: No live SolrServers available to handle this request:[http://127.0.0.1:52848/collection1, http://127.0.0.1:52858/collection1, http://127.0.0.1:52841/collection1, http://127.0.0.1:52868/collection1, http://127.0.0.1:52817/collection1, http://127.0.0.1:52820/collection1, http://127.0.0.1:52863/collection1, http://127.0.0.1:52834/collection1, http://127.0.0.1:52853/collection1, http://127.0.0.1:52814/collection1, http://127.0.0.1:52827/collection1, http://127.0.0.1:52823/collection1]
   [junit4]    > 	at __randomizedtesting.SeedInfo.seed([A920F97244F491A9:28C6776A33ABF195]:0)
   [junit4]    > 	at org.apache.solr.client.solrj.impl.LBHttpSolrServer.request(LBHttpSolrServer.java:337)
   [junit4]    > 	at org.apache.solr.client.solrj.impl.CloudSolrServer.request(CloudSolrServer.java:640)
   [junit4]    > 	at org.apache.solr.client.solrj.request.QueryRequest.process(QueryRequest.java:90)
   [junit4]    > 	at org.apache.solr.client.solrj.SolrServer.query(SolrServer.java:301)
   [junit4]    > 	at org.apache.solr.cloud.AbstractFullDistribZkTestBase.checkShardConsistency(AbstractFullDistribZkTestBase.java:1161)
   [junit4]    > 	at org.apache.solr.cloud.ChaosMonkeySafeLeaderTest.doTest(ChaosMonkeySafeLeaderTest.java:135)
   [junit4]    > 	at org.apache.solr.BaseDistributedSearchTestCase.testDistribSearch(BaseDistributedSearchTestCase.java:835)
   [junit4]    > 	at java.lang.Thread.run(Thread.java:744)
   [junit4]    > Caused by: org.apache.solr.client.solrj.SolrServerException: IOException occured when talking to server at: http://127.0.0.1:52858/collection1
   [junit4]    > 	at org.apache.solr.client.solrj.impl.HttpSolrServer.request(HttpSolrServer.java:476)
   [junit4]    > 	at org.apache.solr.client.solrj.impl.HttpSolrServer.request(HttpSolrServer.java:181)
   [junit4]    > 	at org.apache.solr.client.solrj.impl.LBHttpSolrServer.request(LBHttpSolrServer.java:268)
   [junit4]    > 	... 46 more
   [junit4]    > Caused by: java.net.SocketException: Invalid argument
   [junit4]    > 	at java.net.SocketInputStream.socketRead0(Native Method)
   [junit4]    > 	at java.net.SocketInputStream.read(SocketInputStream.java:152)
   [junit4]    > 	at java.net.SocketInputStream.read(SocketInputStream.java:122)
   [junit4]    > 	at org.apache.http.impl.io.AbstractSessionInputBuffer.fillBuffer(AbstractSessionInputBuffer.java:166)
   [junit4]    > 	at org.apache.http.impl.io.SocketInputBuffer.fillBuffer(SocketInputBuffer.java:90)
   [junit4]    > 	at org.apache.http.impl.io.AbstractSessionInputBuffer.readLine(AbstractSessionInputBuffer.java:281)
   [junit4]    > 	at org.apache.http.impl.conn.DefaultHttpResponseParser.parseHead(DefaultHttpResponseParser.java:92)
   [junit4]    > 	at org.apache.http.impl.conn.DefaultHttpResponseParser.parseHead(DefaultHttpResponseParser.java:61)
   [junit4]    > 	at org.apache.http.impl.io.AbstractMessageParser.parse(AbstractMessageParser.java:254)
   [junit4]    > 	at org.apache.http.impl.AbstractHttpClientConnection.receiveResponseHeader(AbstractHttpClientConnection.java:289)
   [junit4]    > 	at org.apache.http.impl.conn.DefaultClientConnection.receiveResponseHeader(DefaultClientConnection.java:252)
   [junit4]    > 	at org.apache.http.impl.conn.ManagedClientConnectionImpl.receiveResponseHeader(ManagedClientConnectionImpl.java:191)
   [junit4]    > 	at org.apache.http.protocol.HttpRequestExecutor.doReceiveResponse(HttpRequestExecutor.java:300)
   [junit4]    > 	at org.apache.http.protocol.HttpRequestExecutor.execute(HttpRequestExecutor.java:127)
   [junit4]    > 	at org.apache.http.impl.client.DefaultRequestDirector.tryExecute(DefaultRequestDirector.java:715)
   [junit4]    > 	at org.apache.http.impl.client.DefaultRequestDirector.execute(DefaultRequestDirector.java:520)
   [junit4]    > 	at org.apache.http.impl.client.AbstractHttpClient.execute(AbstractHttpClient.java:906)
   [junit4]    > 	at org.apache.http.impl.client.AbstractHttpClient.execute(AbstractHttpClient.java:805)
   [junit4]    > 	at org.apache.http.impl.client.AbstractHttpClient.execute(AbstractHttpClient.java:784)
   [junit4]    > 	at org.apache.solr.client.solrj.impl.HttpSolrServer.request(HttpSolrServer.java:366)
   [junit4]    > 	... 48 more
   [junit4]   2> 811717 T2576 oas.SolrTestCaseJ4.deleteCore ###deleteCore
   [junit4]   2> 91975 T2575 ccr.ThreadLeakControl.checkThreadLeaks WARNING Will linger awaiting termination of 2 leaked thread(s).
   [junit4]   2> 812472 T2809 oascc.ZkStateReader$3.process WARN ZooKeeper watch triggered, but Solr cannot talk to ZK
   [junit4]   2> NOTE: test params are: codec=Lucene46: {range_facet_l=MockVariableIntBlock(baseBlockSize=44), text=PostingsFormat(name=SimpleText), _version_=PostingsFormat(name=Direct), rnd_b=PostingsFormat(name=Memory doPackFST= true), intDefault=PostingsFormat(name=Direct), timestamp=MockVariableIntBlock(baseBlockSize=44), id=PostingsFormat(name=Memory doPackFST= true), a_t=MockVariableIntBlock(baseBlockSize=44), range_facet_sl=PostingsFormat(name=Memory doPackFST= true), range_facet_si=MockVariableIntBlock(baseBlockSize=44), other_tl1=PostingsFormat(name=Direct), multiDefault=MockVariableIntBlock(baseBlockSize=44), a_si=PostingsFormat(name=Direct)}, docValues:{}, sim=RandomSimilarityProvider(queryNorm=false,coord=crazy): {}, locale=el_GR, timezone=Australia/Yancowinna
   [junit4]   2> NOTE: Mac OS X 10.8.5 x86_64/Oracle Corporation 1.7.0_45 (64-bit)/cpus=2,threads=3,free=59434912,total=397934592
   [junit4]   2> NOTE: All tests run in this JVM: [StatelessScriptUpdateProcessorFactoryTest, PreAnalyzedUpdateProcessorTest, BasicDistributedZkTest, SolrInfoMBeanTest, TestShardHandlerFactory, TestWriterPerf, TestFastOutputStream, DisMaxRequestHandlerTest, TestLazyCores, OpenExchangeRatesOrgProviderTest, UpdateParamsTest, TestFuzzyAnalyzedSuggestions, TestIndexingPerformance, TestReplicationHandler, TermVectorComponentDistributedTest, TermVectorComponentTest, PathHierarchyTokenizerFactoryTest, TestFiltering, TestNumberUtils, TestLRUCache, TestSearchPerf, SoftAutoCommitTest, TestPhraseSuggestions, CacheHeaderTest, ClusterStateTest, TestSolr4Spatial, SolrIndexSplitterTest, TestArbitraryIndexDir, TestPostingsSolrHighlighter, AnalysisAfterCoreReloadTest, TestUtils, TestSchemaSimilarityResource, CurrencyFieldOpenExchangeTest, TestComponentsName, IndexSchemaTest, TestFieldResource, TestOmitPositions, ZkControllerTest, SampleTest, TestReversedWildcardFilterFactory, BadIndexSchemaTest, StatsComponentTest, SolrXmlInZkTest, TestSweetSpotSimilarityFactory, StressHdfsTest, LoggingHandlerTest, TestLMDirichletSimilarityFactory, FileUtilsTest, HdfsCollectionsAPIDistributedZkTest, SliceStateUpdateTest, TestRecoveryHdfs, ShardRoutingTest, PrimUtilsTest, SolrCoreCheckLockOnStartupTest, TestSolrXmlPersistor, TestSolrJ, NumericFieldsTest, AddSchemaFieldsUpdateProcessorFactoryTest, IndexSchemaRuntimeFieldTest, TestJmxIntegration, SimplePostToolTest, SOLR749Test, OverseerCollectionProcessorTest, DocumentBuilderTest, BlockDirectoryTest, TestFoldingMultitermQuery, DocValuesMissingTest, DocValuesMultiTest, TestUpdate, TestSolrIndexConfig, MinimalSchemaTest, TestImplicitCoreProperties, CollectionsAPIDistributedZkTest, QueryEqualityTest, BadCopyFieldTest, ZkNodePropsTest, DirectUpdateHandlerOptimizeTest, TestMaxScoreQueryParser, SolrRequestParserTest, TestDefaultSimilarityFactory, FieldMutatingUpdateProcessorTest, TestCharFilters, SuggesterWFSTTest, TestSolrXMLSerializer, DeleteInactiveReplicaTest, ChaosMonkeySafeLeaderTest]
   [junit4] Completed in 92.77s, 1 test, 1 error <<< FAILURES!

[...truncated 760 lines...]
BUILD FAILED
/Users/jenkins/workspace/Lucene-Solr-4.x-MacOSX/build.xml:428: The following error occurred while executing this line:
/Users/jenkins/workspace/Lucene-Solr-4.x-MacOSX/build.xml:408: The following error occurred while executing this line:
/Users/jenkins/workspace/Lucene-Solr-4.x-MacOSX/build.xml:39: The following error occurred while executing this line:
/Users/jenkins/workspace/Lucene-Solr-4.x-MacOSX/solr/build.xml:189: The following error occurred while executing this line:
/Users/jenkins/workspace/Lucene-Solr-4.x-MacOSX/solr/common-build.xml:483: The following error occurred while executing this line:
/Users/jenkins/workspace/Lucene-Solr-4.x-MacOSX/lucene/common-build.xml:1263: The following error occurred while executing this line:
/Users/jenkins/workspace/Lucene-Solr-4.x-MacOSX/lucene/common-build.xml:906: There were test failures: 335 suites, 1474 tests, 1 error, 40 ignored (5 assumptions)

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