You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@lucene.apache.org by Policeman Jenkins Server <je...@thetaphi.de> on 2014/12/12 14:14:45 UTC

[JENKINS] Lucene-Solr-5.x-MacOSX (64bit/jdk1.8.0) - Build # 1946 - Failure!

Build: http://jenkins.thetaphi.de/job/Lucene-Solr-5.x-MacOSX/1946/
Java: 64bit/jdk1.8.0 -XX:+UseCompressedOops -XX:+UseParallelGC (asserts: true)

1 tests failed.
FAILED:  org.apache.solr.cloud.ChaosMonkeyNothingIsSafeTest.testDistribSearch

Error Message:
There were too many update fails - we expect it can happen, but shouldn't easily

Stack Trace:
java.lang.AssertionError: There were too many update fails - we expect it can happen, but shouldn't easily
	at __randomizedtesting.SeedInfo.seed([A15C9B14D2D793FB:20BA150CA588F3C7]:0)
	at org.junit.Assert.fail(Assert.java:93)
	at org.junit.Assert.assertTrue(Assert.java:43)
	at org.junit.Assert.assertFalse(Assert.java:68)
	at org.apache.solr.cloud.ChaosMonkeyNothingIsSafeTest.doTest(ChaosMonkeyNothingIsSafeTest.java:223)
	at org.apache.solr.BaseDistributedSearchTestCase.testDistribSearch(BaseDistributedSearchTestCase.java:869)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:483)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1618)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:827)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:863)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:877)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:53)
	at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:50)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:46)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesInvariantRule$1.evaluate(SystemPropertiesInvariantRule.java:55)
	at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:49)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:65)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:48)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:365)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:798)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:458)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:836)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$3.evaluate(RandomizedRunner.java:738)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$4.evaluate(RandomizedRunner.java:772)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:783)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:53)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:46)
	at org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:42)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesInvariantRule$1.evaluate(SystemPropertiesInvariantRule.java:55)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:39)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:39)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:54)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:48)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:65)
	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:55)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:365)
	at java.lang.Thread.run(Thread.java:745)




Build Log:
[...truncated 10069 lines...]
   [junit4] Suite: org.apache.solr.cloud.ChaosMonkeyNothingIsSafeTest
   [junit4]   2> Creating dataDir: /Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.ChaosMonkeyNothingIsSafeTest-A15C9B14D2D793FB-001/init-core-data-001
   [junit4]   2> 5320987 T15410 oas.BaseDistributedSearchTestCase.initHostContext Setting hostContext system property: /
   [junit4]   2> 5320998 T15410 oas.SolrTestCaseJ4.setUp ###Starting testDistribSearch
   [junit4]   2> 5320999 T15410 oasc.ZkTestServer.run STARTING ZK TEST SERVER
   [junit4]   1> client port:0.0.0.0/0.0.0.0:0
   [junit4]   2> 5321001 T15411 oasc.ZkTestServer$ZKServerMain.runFromConfig Starting server
   [junit4]   2> 5321102 T15410 oasc.ZkTestServer.run start zk server on port:62019
   [junit4]   2> 5321102 T15410 oascc.SolrZkClient.createZkCredentialsToAddAutomatically Using default ZkCredentialsProvider
   [junit4]   2> 5321103 T15410 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 5321111 T15418 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@2dde2621 name:ZooKeeperConnection Watcher:127.0.0.1:62019 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 5321112 T15410 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 5321112 T15410 oascc.SolrZkClient.createZkACLProvider Using default ZkACLProvider
   [junit4]   2> 5321113 T15410 oascc.SolrZkClient.makePath makePath: /solr
   [junit4]   2> 5321122 T15410 oascc.SolrZkClient.createZkCredentialsToAddAutomatically Using default ZkCredentialsProvider
   [junit4]   2> 5321123 T15410 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 5321126 T15421 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@4a21a62c name:ZooKeeperConnection Watcher:127.0.0.1:62019/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 5321127 T15410 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 5321127 T15410 oascc.SolrZkClient.createZkACLProvider Using default ZkACLProvider
   [junit4]   2> 5321127 T15410 oascc.SolrZkClient.makePath makePath: /collections/collection1
   [junit4]   2> 5321133 T15410 oascc.SolrZkClient.makePath makePath: /collections/collection1/shards
   [junit4]   2> 5321139 T15410 oascc.SolrZkClient.makePath makePath: /collections/control_collection
   [junit4]   2> 5321143 T15410 oascc.SolrZkClient.makePath makePath: /collections/control_collection/shards
   [junit4]   2> 5321147 T15410 oasc.AbstractZkTestCase.putConfig put /Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/solr/core/src/test-files/solr/collection1/conf/solrconfig-tlog.xml to /configs/conf1/solrconfig.xml
   [junit4]   2> 5321147 T15410 oascc.SolrZkClient.makePath makePath: /configs/conf1/solrconfig.xml
   [junit4]   2> 5321155 T15410 oasc.AbstractZkTestCase.putConfig put /Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/solr/core/src/test-files/solr/collection1/conf/schema15.xml to /configs/conf1/schema.xml
   [junit4]   2> 5321156 T15410 oascc.SolrZkClient.makePath makePath: /configs/conf1/schema.xml
   [junit4]   2> 5321163 T15410 oasc.AbstractZkTestCase.putConfig put /Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/solr/core/src/test-files/solr/collection1/conf/solrconfig.snippet.randomindexconfig.xml to /configs/conf1/solrconfig.snippet.randomindexconfig.xml
   [junit4]   2> 5321164 T15410 oascc.SolrZkClient.makePath makePath: /configs/conf1/solrconfig.snippet.randomindexconfig.xml
   [junit4]   2> 5321170 T15410 oasc.AbstractZkTestCase.putConfig put /Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/solr/core/src/test-files/solr/collection1/conf/stopwords.txt to /configs/conf1/stopwords.txt
   [junit4]   2> 5321170 T15410 oascc.SolrZkClient.makePath makePath: /configs/conf1/stopwords.txt
   [junit4]   2> 5321176 T15410 oasc.AbstractZkTestCase.putConfig put /Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/solr/core/src/test-files/solr/collection1/conf/protwords.txt to /configs/conf1/protwords.txt
   [junit4]   2> 5321176 T15410 oascc.SolrZkClient.makePath makePath: /configs/conf1/protwords.txt
   [junit4]   2> 5321182 T15410 oasc.AbstractZkTestCase.putConfig put /Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/solr/core/src/test-files/solr/collection1/conf/currency.xml to /configs/conf1/currency.xml
   [junit4]   2> 5321182 T15410 oascc.SolrZkClient.makePath makePath: /configs/conf1/currency.xml
   [junit4]   2> 5321189 T15410 oasc.AbstractZkTestCase.putConfig put /Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/solr/core/src/test-files/solr/collection1/conf/enumsConfig.xml to /configs/conf1/enumsConfig.xml
   [junit4]   2> 5321191 T15410 oascc.SolrZkClient.makePath makePath: /configs/conf1/enumsConfig.xml
   [junit4]   2> 5321194 T15410 oasc.AbstractZkTestCase.putConfig put /Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/solr/core/src/test-files/solr/collection1/conf/open-exchange-rates.json to /configs/conf1/open-exchange-rates.json
   [junit4]   2> 5321195 T15410 oascc.SolrZkClient.makePath makePath: /configs/conf1/open-exchange-rates.json
   [junit4]   2> 5321203 T15410 oasc.AbstractZkTestCase.putConfig put /Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/solr/core/src/test-files/solr/collection1/conf/mapping-ISOLatin1Accent.txt to /configs/conf1/mapping-ISOLatin1Accent.txt
   [junit4]   2> 5321203 T15410 oascc.SolrZkClient.makePath makePath: /configs/conf1/mapping-ISOLatin1Accent.txt
   [junit4]   2> 5321209 T15410 oasc.AbstractZkTestCase.putConfig put /Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/solr/core/src/test-files/solr/collection1/conf/old_synonyms.txt to /configs/conf1/old_synonyms.txt
   [junit4]   2> 5321210 T15410 oascc.SolrZkClient.makePath makePath: /configs/conf1/old_synonyms.txt
   [junit4]   2> 5321216 T15410 oasc.AbstractZkTestCase.putConfig put /Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/solr/core/src/test-files/solr/collection1/conf/synonyms.txt to /configs/conf1/synonyms.txt
   [junit4]   2> 5321217 T15410 oascc.SolrZkClient.makePath makePath: /configs/conf1/synonyms.txt
   [junit4]   2> 5323366 T15410 oejs.Server.doStart jetty-8.1.10.v20130312
   [junit4]   2> 5323383 T15410 oejs.AbstractConnector.doStart Started SelectChannelConnector@127.0.0.1:62022
   [junit4]   2> 5323383 T15410 oass.SolrDispatchFilter.init SolrDispatchFilter.init()
   [junit4]   2> 5323383 T15410 oasc.SolrResourceLoader.locateSolrHome JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 5323384 T15410 oasc.SolrResourceLoader.locateSolrHome using system property solr.solr.home: /Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.ChaosMonkeyNothingIsSafeTest-A15C9B14D2D793FB-001/tempDir-002
   [junit4]   2> 5323384 T15410 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '/Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.ChaosMonkeyNothingIsSafeTest-A15C9B14D2D793FB-001/tempDir-002/'
   [junit4]   2> 5323437 T15410 oasc.ConfigSolr.fromFile Loading container configuration from /Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.ChaosMonkeyNothingIsSafeTest-A15C9B14D2D793FB-001/tempDir-002/solr.xml
   [junit4]   2> 5323473 T3 oasu.ConcurrentLRUCache.finalize ERROR ConcurrentLRUCache was not destroyed prior to finalize(), indicates a bug -- POSSIBLE RESOURCE LEAK!!!
   [junit4]   2> 5323477 T15410 oasc.CoreContainer.<init> New CoreContainer 1685574344
   [junit4]   2> 5323477 T15410 oasc.CoreContainer.load Loading cores into CoreContainer [instanceDir=/Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.ChaosMonkeyNothingIsSafeTest-A15C9B14D2D793FB-001/tempDir-002/]
   [junit4]   2> 5323479 T15410 oashc.HttpShardHandlerFactory.getParameter Setting socketTimeout to: 90000
   [junit4]   2> 5323479 T15410 oashc.HttpShardHandlerFactory.getParameter Setting urlScheme to: 
   [junit4]   2> 5323480 T15410 oashc.HttpShardHandlerFactory.getParameter Setting connTimeout to: 15000
   [junit4]   2> 5323481 T15410 oashc.HttpShardHandlerFactory.getParameter Setting maxConnectionsPerHost to: 20
   [junit4]   2> 5323481 T15410 oashc.HttpShardHandlerFactory.getParameter Setting maxConnections to: 10000
   [junit4]   2> 5323481 T15410 oashc.HttpShardHandlerFactory.getParameter Setting corePoolSize to: 0
   [junit4]   2> 5323483 T15410 oashc.HttpShardHandlerFactory.getParameter Setting maximumPoolSize to: 2147483647
   [junit4]   2> 5323483 T15410 oashc.HttpShardHandlerFactory.getParameter Setting maxThreadIdleTime to: 5
   [junit4]   2> 5323483 T15410 oashc.HttpShardHandlerFactory.getParameter Setting sizeOfQueue to: -1
   [junit4]   2> 5323483 T15410 oashc.HttpShardHandlerFactory.getParameter Setting fairnessPolicy to: false
   [junit4]   2> 5323485 T15410 oasu.UpdateShardHandler.<init> Creating UpdateShardHandler HTTP client with params: socketTimeout=340000&connTimeout=45000&retry=false
   [junit4]   2> 5323485 T15410 oasl.LogWatcher.createWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory
   [junit4]   2> 5323486 T15410 oasl.LogWatcher.newRegisteredLogWatcher Registering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)]
   [junit4]   2> 5323486 T15410 oasc.CoreContainer.load Host Name: 127.0.0.1
   [junit4]   2> 5323486 T15410 oasc.ZkContainer.initZooKeeper Zookeeper client=127.0.0.1:62019/solr
   [junit4]   2> 5323488 T15410 oasc.ZkController.checkChrootPath zkHost includes chroot
   [junit4]   2> 5323488 T15410 oascc.SolrZkClient.createZkCredentialsToAddAutomatically Using default ZkCredentialsProvider
   [junit4]   2> 5323490 T15410 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 5323494 T15433 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@21c663fd name:ZooKeeperConnection Watcher:127.0.0.1:62019 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 5323495 T15410 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 5323495 T15410 oascc.SolrZkClient.createZkACLProvider Using default ZkACLProvider
   [junit4]   2> 5323502 T15410 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 5323506 T15436 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@59ac9a89 name:ZooKeeperConnection Watcher:127.0.0.1:62019/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 5323507 T15410 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 5323512 T15410 oascc.SolrZkClient.makePath makePath: /overseer/queue
   [junit4]   2> 5323519 T15410 oascc.SolrZkClient.makePath makePath: /overseer/collection-queue-work
   [junit4]   2> 5323527 T15410 oascc.SolrZkClient.makePath makePath: /overseer/collection-map-running
   [junit4]   2> 5323532 T15410 oascc.SolrZkClient.makePath makePath: /overseer/collection-map-completed
   [junit4]   2> 5323544 T15410 oascc.SolrZkClient.makePath makePath: /overseer/collection-map-failure
   [junit4]   2> 5323560 T15410 oascc.SolrZkClient.makePath makePath: /live_nodes
   [junit4]   2> 5323564 T15410 oasc.ZkController.createEphemeralLiveNode Register node as live in ZooKeeper:/live_nodes/127.0.0.1:62022_
   [junit4]   2> 5323565 T15410 oascc.SolrZkClient.makePath makePath: /live_nodes/127.0.0.1:62022_
   [junit4]   2> 5323575 T15410 oascc.SolrZkClient.makePath makePath: /overseer_elect
   [junit4]   2> 5323580 T15410 oascc.SolrZkClient.makePath makePath: /overseer_elect/election
   [junit4]   2> 5323587 T15410 oasc.Overseer.close Overseer (id=null) closing
   [junit4]   2> 5323592 T15410 oasc.OverseerElectionContext.runLeaderProcess I am going to be the leader 127.0.0.1:62022_
   [junit4]   2> 5323592 T15410 oascc.SolrZkClient.makePath makePath: /overseer_elect/leader
   [junit4]   2> 5323601 T15410 oasc.Overseer.start Overseer (id=92955464444346371-127.0.0.1:62022_-n_0000000000) starting
   [junit4]   2> 5323616 T15410 oascc.SolrZkClient.makePath makePath: /overseer/queue-work
   [junit4]   2> 5323657 T15410 oasc.OverseerAutoReplicaFailoverThread.<init> Starting OverseerAutoReplicaFailoverThread autoReplicaFailoverWorkLoopDelay=10000 autoReplicaFailoverWaitAfterExpiration=30000 autoReplicaFailoverBadNodeExpiration=60000
   [junit4]   2> 5323661 T15438 oasc.OverseerCollectionProcessor.run Process current queue of collection creations
   [junit4]   2> 5323664 T15410 oascc.SolrZkClient.makePath makePath: /clusterstate.json
   [junit4]   2> 5323673 T15410 oascc.SolrZkClient.makePath makePath: /aliases.json
   [junit4]   2> 5323677 T15410 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
   [junit4]   2> 5323688 T15437 oasc.Overseer$ClusterStateUpdater.run Starting to work on the main queue
   [junit4]   2> 5323699 T15440 oasc.ZkController.publish publishing core=collection1 state=down collection=control_collection
   [junit4]   2> 5323699 T15440 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
   [junit4]   2> 5323704 T15436 oasc.DistributedQueue$LatchWatcher.process NodeChildrenChanged fired on path /overseer/queue state SyncConnected
   [junit4]   2> 5323710 T15437 oasc.Overseer$ClusterStateUpdater.processMessage processMessage: queueSize: 1, message = {
   [junit4]   2> 	  "core":"collection1",
   [junit4]   2> 	  "roles":null,
   [junit4]   2> 	  "base_url":"http://127.0.0.1:62022",
   [junit4]   2> 	  "node_name":"127.0.0.1:62022_",
   [junit4]   2> 	  "numShards":"1",
   [junit4]   2> 	  "state":"down",
   [junit4]   2> 	  "shard":null,
   [junit4]   2> 	  "collection":"control_collection",
   [junit4]   2> 	  "operation":"state"}
   [junit4]   2> 5323710 T15437 oasc.Overseer$ClusterStateUpdater.createCollection Create collection control_collection with shards [shard1]
   [junit4]   2> 5323710 T15437 oasc.Overseer$ClusterStateUpdater.createCollection state version control_collection 1
   [junit4]   2> 5323711 T15437 oasc.Overseer$ClusterStateUpdater.updateState Assigning new node to shard shard=shard1
   [junit4]   2> 5323722 T15440 oasc.ZkController.waitForCoreNodeName look for our core node name
   [junit4]   2> 5323740 T15436 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> 5324724 T15440 oasc.ZkController.waitForShardId waiting to find shard id in clusterstate for collection1
   [junit4]   2> 5324724 T15440 oasc.ZkController.createCollectionZkNode Check for collection zkNode:control_collection
   [junit4]   2> 5324726 T15440 oasc.ZkController.createCollectionZkNode Collection zkNode exists
   [junit4]   2> 5324726 T15440 oascc.ZkStateReader.readConfigName Load collection config from:/collections/control_collection
   [junit4]   2> 5324730 T15440 oascc.ZkStateReader.readConfigName path=/collections/control_collection configName=conf1 specified config exists in ZooKeeper
   [junit4]   2> 5324731 T15440 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '/Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.ChaosMonkeyNothingIsSafeTest-A15C9B14D2D793FB-001/tempDir-002/collection1/'
   [junit4]   2> 5324733 T15440 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.ChaosMonkeyNothingIsSafeTest-A15C9B14D2D793FB-001/tempDir-002/collection1/lib/.svn/' to classloader
   [junit4]   2> 5324734 T15440 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.ChaosMonkeyNothingIsSafeTest-A15C9B14D2D793FB-001/tempDir-002/collection1/lib/classes/' to classloader
   [junit4]   2> 5324735 T15440 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.ChaosMonkeyNothingIsSafeTest-A15C9B14D2D793FB-001/tempDir-002/collection1/lib/README' to classloader
   [junit4]   2> 5324773 T15440 oasc.ZkController.watchZKConfDir watch zkdir /configs/conf1
   [junit4]   2> 5324778 T15440 oasc.Config.<init> loaded config solrconfig.xml with version 0 
   [junit4]   2> 5324798 T15440 oasc.SolrConfig.<init> Using Lucene MatchVersion: 5.0.0
   [junit4]   2> 5324807 T15440 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig.xml
   [junit4]   2> 5324906 T15440 oass.IndexSchema.readSchema Reading Solr Schema from /configs/conf1/schema.xml
   [junit4]   2> 5324934 T15440 oass.IndexSchema.readSchema [collection1] Schema name=test
   [junit4]   2> 5325141 T15440 oass.IndexSchema.readSchema default search field in schema is text
   [junit4]   2> 5325142 T15440 oass.IndexSchema.readSchema unique key field: id
   [junit4]   2> 5325147 T15440 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
   [junit4]   2> 5325158 T15440 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
   [junit4]   2> 5325254 T15440 oasc.CoreContainer.create Creating SolrCore 'collection1' using configuration from collection control_collection
   [junit4]   2> 5325254 T15440 oasc.SolrCore.initDirectoryFactory solr.StandardDirectoryFactory
   [junit4]   2> 5325254 T15440 oasc.SolrCore.<init> [collection1] Opening new SolrCore at /Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.ChaosMonkeyNothingIsSafeTest-A15C9B14D2D793FB-001/tempDir-002/collection1/, dataDir=/Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.ChaosMonkeyNothingIsSafeTest-A15C9B14D2D793FB-001/tempDir-001/control/data/
   [junit4]   2> 5325255 T15440 oasc.JmxMonitoredMap.<init> JMX monitoring is enabled. Adding Solr mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@89524c5
   [junit4]   2> 5325257 T15440 oasc.CachingDirectoryFactory.get return new directory for /Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.ChaosMonkeyNothingIsSafeTest-A15C9B14D2D793FB-001/tempDir-001/control/data
   [junit4]   2> 5325257 T15440 oasc.SolrCore.getNewIndexDir New index directory detected: old=null new=/Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.ChaosMonkeyNothingIsSafeTest-A15C9B14D2D793FB-001/tempDir-001/control/data/index/
   [junit4]   2> 5325259 T15440 oasc.SolrCore.initIndex WARN [collection1] Solr index directory '/Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.ChaosMonkeyNothingIsSafeTest-A15C9B14D2D793FB-001/tempDir-001/control/data/index' doesn't exist. Creating new index...
   [junit4]   2> 5325260 T15440 oasc.CachingDirectoryFactory.get return new directory for /Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.ChaosMonkeyNothingIsSafeTest-A15C9B14D2D793FB-001/tempDir-001/control/data/index
   [junit4]   2> 5325261 T15440 oasu.RandomMergePolicy.<init> RandomMergePolicy wrapping class org.apache.lucene.index.AlcoholicMergePolicy: [AlcoholicMergePolicy: minMergeSize=0, mergeFactor=10, maxMergeSize=260443640, maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true, maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.1]
   [junit4]   2> 5325266 T15440 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits: num=1
   [junit4]   2> 		commit{dir=/Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.ChaosMonkeyNothingIsSafeTest-A15C9B14D2D793FB-001/tempDir-001/control/data/index,segFN=segments_1,generation=1}
   [junit4]   2> 5325266 T15440 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1
   [junit4]   2> 5325276 T15440 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "nodistrib"
   [junit4]   2> 5325276 T15440 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "dedupe"
   [junit4]   2> 5325276 T15440 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe"
   [junit4]   2> 5325276 T15440 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "stored_sig"
   [junit4]   2> 5325277 T15440 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "stored_sig"
   [junit4]   2> 5325277 T15440 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "distrib-dup-test-chain-explicit"
   [junit4]   2> 5325277 T15440 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "distrib-dup-test-chain-implicit"
   [junit4]   2> 5325277 T15440 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "distrib-dup-test-chain-implicit"
   [junit4]   2> 5325278 T15440 oasc.SolrCore.loadUpdateProcessorChains no updateRequestProcessorChain defined as default, creating implicit default
   [junit4]   2> 5325278 T15440 oasc.RequestHandlers.initHandlersFromConfig created /update: org.apache.solr.handler.UpdateRequestHandler
   [junit4]   2> 5325279 T15440 oasc.RequestHandlers.initHandlersFromConfig created /update/json: org.apache.solr.handler.UpdateRequestHandler
   [junit4]   2> 5325279 T15440 oasc.RequestHandlers.initHandlersFromConfig created /update/csv: org.apache.solr.handler.UpdateRequestHandler
   [junit4]   2> 5325279 T15440 oasc.RequestHandlers.initHandlersFromConfig created /update/json/docs: org.apache.solr.handler.UpdateRequestHandler
   [junit4]   2> 5325280 T15440 oasc.RequestHandlers.initHandlersFromConfig created /config: org.apache.solr.handler.SolrConfigHandler
   [junit4]   2> 5325280 T15440 oasc.RequestHandlers.initHandlersFromConfig created /schema: org.apache.solr.handler.SchemaHandler
   [junit4]   2> 5325281 T15440 oasc.RequestHandlers.initHandlersFromConfig created /replication: org.apache.solr.handler.ReplicationHandler
   [junit4]   2> 5325282 T15440 oasc.RequestHandlers.initHandlersFromConfig created /get: org.apache.solr.handler.RealTimeGetHandler
   [junit4]   2> 5325282 T15440 oasc.RequestHandlers.initHandlersFromConfig created /admin/luke: org.apache.solr.handler.admin.LukeRequestHandler
   [junit4]   2> 5325283 T15440 oasc.RequestHandlers.initHandlersFromConfig created /admin/system: org.apache.solr.handler.admin.SystemInfoHandler
   [junit4]   2> 5325284 T15440 oasc.RequestHandlers.initHandlersFromConfig created /admin/mbeans: org.apache.solr.handler.admin.SolrInfoMBeanHandler
   [junit4]   2> 5325284 T15440 oasc.RequestHandlers.initHandlersFromConfig created /admin/plugins: org.apache.solr.handler.admin.PluginInfoHandler
   [junit4]   2> 5325286 T15440 oasc.RequestHandlers.initHandlersFromConfig created /admin/threads: org.apache.solr.handler.admin.ThreadDumpHandler
   [junit4]   2> 5325286 T15440 oasc.RequestHandlers.initHandlersFromConfig created /admin/properties: org.apache.solr.handler.admin.PropertiesRequestHandler
   [junit4]   2> 5325286 T15440 oasc.RequestHandlers.initHandlersFromConfig created /admin/logging: org.apache.solr.handler.admin.LoggingHandler
   [junit4]   2> 5325287 T15440 oasc.RequestHandlers.initHandlersFromConfig created /admin/ping: org.apache.solr.handler.PingRequestHandler
   [junit4]   2> 5325287 T15440 oasc.RequestHandlers.initHandlersFromConfig created standard: solr.StandardRequestHandler
   [junit4]   2> 5325287 T15440 oasc.RequestHandlers.initHandlersFromConfig created /admin/file: solr.admin.ShowFileRequestHandler
   [junit4]   2> 5325288 T15440 oasc.RequestHandlers.initHandlersFromConfig created /admin/fileedit: solr.admin.EditFileRequestHandler
   [junit4]   2> 5325294 T15440 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 5325296 T15440 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 5325299 T15440 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 5325300 T15440 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 5325311 T15440 oasu.CommitTracker.<init> Hard AutoCommit: disabled
   [junit4]   2> 5325311 T15440 oasu.CommitTracker.<init> Soft AutoCommit: disabled
   [junit4]   2> 5325312 T15440 oasu.RandomMergePolicy.<init> RandomMergePolicy wrapping class org.apache.lucene.index.LogDocMergePolicy: [LogDocMergePolicy: minMergeSize=1000, mergeFactor=47, maxMergeSize=9223372036854775807, maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true, maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=1.0]
   [junit4]   2> 5325313 T15440 oasc.SolrDeletionPolicy.onInit SolrDeletionPolicy.onInit: commits: num=1
   [junit4]   2> 		commit{dir=/Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.ChaosMonkeyNothingIsSafeTest-A15C9B14D2D793FB-001/tempDir-001/control/data/index,segFN=segments_1,generation=1}
   [junit4]   2> 5325314 T15440 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1
   [junit4]   2> 5325314 T15440 oass.SolrIndexSearcher.<init> Opening Searcher@1a3b447d[collection1] main
   [junit4]   2> 5325314 T15440 oascc.ZkStateReader.readConfigName Load collection config from:/collections/control_collection
   [junit4]   2> 5325319 T15440 oascc.ZkStateReader.readConfigName path=/collections/control_collection configName=conf1 specified config exists in ZooKeeper
   [junit4]   2> 5325319 T15440 oasr.ManagedResourceStorage.newStorageIO Setting up ZooKeeper-based storage for the RestManager with znodeBase: /configs/conf1
   [junit4]   2> 5325320 T15440 oasr.ManagedResourceStorage$ZooKeeperStorageIO.configure Configured ZooKeeperStorageIO with znodeBase: /configs/conf1
   [junit4]   2> 5325320 T15440 oasr.RestManager.init Initializing RestManager with initArgs: {}
   [junit4]   2> 5325320 T15440 oasr.ManagedResourceStorage.load Reading _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 5325321 T15440 oasr.ManagedResourceStorage$ZooKeeperStorageIO.openInputStream No data found for znode /configs/conf1/_rest_managed.json
   [junit4]   2> 5325322 T15440 oasr.ManagedResourceStorage.load Loaded null at path _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 5325323 T15440 oascc.SolrZkClient.makePath makePath: /configs/conf1/_rest_managed.json
   [junit4]   2> 5325327 T15440 oasr.ManagedResourceStorage$ZooKeeperStorageIO$1.close Wrote 38 bytes to new znode /configs/conf1/_rest_managed.json
   [junit4]   2> 5325328 T15440 oasr.ManagedResourceStorage$JsonStorage.store Saved JSON object to path _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 5325328 T15440 oasr.RestManager.init Initializing 0 registered ManagedResources
   [junit4]   2> 5325328 T15440 oash.ReplicationHandler.inform Commits will be reserved for  10000
   [junit4]   2> 5325330 T15441 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@1a3b447d[collection1] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 5325330 T15440 oasc.CoreContainer.registerCore registering core: collection1
   [junit4]   2> 5325332 T15444 oasc.ZkController.register Register replica - core:collection1 address:http://127.0.0.1:62022 collection:control_collection shard:shard1
   [junit4]   2> 5325333 T15410 oass.SolrDispatchFilter.init user.dir=/Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/solr/build/solr-core/test/J0
   [junit4]   2> 5325333 T15410 oass.SolrDispatchFilter.init SolrDispatchFilter.init() done
   [junit4]   2> 5325334 T15410 oascc.SolrZkClient.createZkCredentialsToAddAutomatically Using default ZkCredentialsProvider
   [junit4]   2> 5325335 T15410 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 5325337 T15444 oascc.SolrZkClient.makePath makePath: /collections/control_collection/leader_elect/shard1/election
   [junit4]   2> 5325339 T15447 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@74f696d4 name:ZooKeeperConnection Watcher:127.0.0.1:62019/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 5325340 T15410 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 5325340 T15410 oascc.SolrZkClient.createZkACLProvider Using default ZkACLProvider
   [junit4]   2> 5325342 T15410 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
   [junit4]   2> 5325352 T15410 oasc.ChaosMonkey.monkeyLog monkey: init - expire sessions:false cause connection loss:false
   [junit4]   2> 5325389 T15444 oasc.ShardLeaderElectionContext.runLeaderProcess Running the leader process for shard shard1
   [junit4]   2> 5325400 T15436 oasc.DistributedQueue$LatchWatcher.process NodeChildrenChanged fired on path /overseer/queue state SyncConnected
   [junit4]   2> 5325401 T15444 oasc.ShardLeaderElectionContext.waitForReplicasToComeUp Enough replicas found to continue.
   [junit4]   2> 5325401 T15444 oasc.ShardLeaderElectionContext.runLeaderProcess I may be the new leader - try and sync
   [junit4]   2> ASYNC  NEW_CORE C3592 name=collection1 org.apache.solr.core.SolrCore@5140e830 url=http://127.0.0.1:62022/collection1 node=127.0.0.1:62022_ C3592_STATE=coll:control_collection core:collection1 props:{core=collection1, base_url=http://127.0.0.1:62022, node_name=127.0.0.1:62022_, state=down}
   [junit4]   2> 5325402 T15444 C3592 P62022 oasc.SyncStrategy.sync Sync replicas to http://127.0.0.1:62022/collection1/
   [junit4]   2> 5325402 T15444 C3592 P62022 oasc.SyncStrategy.syncReplicas Sync Success - now sync replicas to me
   [junit4]   2> 5325402 T15444 C3592 P62022 oasc.SyncStrategy.syncToMe http://127.0.0.1:62022/collection1/ has no replicas
   [junit4]   2> 5325402 T15444 oasc.ShardLeaderElectionContext.runLeaderProcess I am the new leader: http://127.0.0.1:62022/collection1/ shard1
   [junit4]   2> 5325402 T15444 oascc.SolrZkClient.makePath makePath: /collections/control_collection/leaders/shard1
   [junit4]   2> 5325425 T15437 oasc.Overseer$ClusterStateUpdater.processMessage processMessage: queueSize: 1, message = {
   [junit4]   2> 	  "operation":"leader",
   [junit4]   2> 	  "shard":"shard1",
   [junit4]   2> 	  "collection":"control_collection"}
   [junit4]   2> 5325440 T15436 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> 5325444 T15447 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> 5325492 T15437 oasc.Overseer$ClusterStateUpdater.processMessage processMessage: queueSize: 1, message = {
   [junit4]   2> 	  "operation":"leader",
   [junit4]   2> 	  "shard":"shard1",
   [junit4]   2> 	  "collection":"control_collection",
   [junit4]   2> 	  "base_url":"http://127.0.0.1:62022",
   [junit4]   2> 	  "core":"collection1",
   [junit4]   2> 	  "state":"active"}
   [junit4]   2> 5325501 T15436 oasc.DistributedQueue$LatchWatcher.process NodeChildrenChanged fired on path /overseer/queue state SyncConnected
   [junit4]   2> 5325611 T15447 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> 5325612 T15436 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> 5325647 T15444 oasc.ZkController.register We are http://127.0.0.1:62022/collection1/ and leader is http://127.0.0.1:62022/collection1/
   [junit4]   2> 5325648 T15444 oasc.ZkController.register No LogReplay needed for core=collection1 baseURL=http://127.0.0.1:62022
   [junit4]   2> 5325648 T15444 oasc.ZkController.checkRecovery I am the leader, no recovery necessary
   [junit4]   2> 5325648 T15444 oasc.ZkController.publish publishing core=collection1 state=active collection=control_collection
   [junit4]   2> 5325648 T15444 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
   [junit4]   2> 5325658 T15436 oasc.DistributedQueue$LatchWatcher.process NodeChildrenChanged fired on path /overseer/queue state SyncConnected
   [junit4]   2> 5325703 T15437 oasc.Overseer$ClusterStateUpdater.processMessage processMessage: queueSize: 1, message = {
   [junit4]   2> 	  "core":"collection1",
   [junit4]   2> 	  "core_node_name":"core_node1",
   [junit4]   2> 	  "roles":null,
   [junit4]   2> 	  "base_url":"http://127.0.0.1:62022",
   [junit4]   2> 	  "node_name":"127.0.0.1:62022_",
   [junit4]   2> 	  "numShards":"1",
   [junit4]   2> 	  "state":"active",
   [junit4]   2> 	  "shard":"shard1",
   [junit4]   2> 	  "collection":"control_collection",
   [junit4]   2> 	  "operation":"state"}
   [junit4]   2> 5325825 T15447 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> 5325826 T15436 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> 5327586 T15410 oasc.AbstractFullDistribZkTestBase.createJettys create jetty 1
   [junit4]   2> 5327588 T15410 oejs.Server.doStart jetty-8.1.10.v20130312
   [junit4]   2> 5327595 T15410 oejs.AbstractConnector.doStart Started SelectChannelConnector@127.0.0.1:62026
   [junit4]   2> 5327597 T15410 oass.SolrDispatchFilter.init SolrDispatchFilter.init()
   [junit4]   2> 5327598 T15410 oasc.SolrResourceLoader.locateSolrHome JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 5327598 T15410 oasc.SolrResourceLoader.locateSolrHome using system property solr.solr.home: ../../../../../../../../../Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.ChaosMonkeyNothingIsSafeTest-A15C9B14D2D793FB-001/tempDir-003
   [junit4]   2> 5327599 T15410 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '../../../../../../../../../Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.ChaosMonkeyNothingIsSafeTest-A15C9B14D2D793FB-001/tempDir-003/'
   [junit4]   2> 5327643 T15410 oasc.ConfigSolr.fromFile Loading container configuration from /Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/solr/build/solr-core/test/J0/../../../../../../../../../Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.ChaosMonkeyNothingIsSafeTest-A15C9B14D2D793FB-001/tempDir-003/solr.xml
   [junit4]   2> 5327668 T15410 oasc.CoreContainer.<init> New CoreContainer 6050552
   [junit4]   2> 5327668 T15410 oasc.CoreContainer.load Loading cores into CoreContainer [instanceDir=../../../../../../../../../Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.ChaosMonkeyNothingIsSafeTest-A15C9B14D2D793FB-001/tempDir-003/]
   [junit4]   2> 5327669 T15410 oashc.HttpShardHandlerFactory.getParameter Setting socketTimeout to: 90000
   [junit4]   2> 5327670 T15410 oashc.HttpShardHandlerFactory.getParameter Setting urlScheme to: 
   [junit4]   2> 5327670 T15410 oashc.HttpShardHandlerFactory.getParameter Setting connTimeout to: 15000
   [junit4]   2> 5327671 T15410 oashc.HttpShardHandlerFactory.getParameter Setting maxConnectionsPerHost to: 20
   [junit4]   2> 5327671 T15410 oashc.HttpShardHandlerFactory.getParameter Setting maxConnections to: 10000
   [junit4]   2> 5327671 T15410 oashc.HttpShardHandlerFactory.getParameter Setting corePoolSize to: 0
   [junit4]   2> 5327671 T15410 oashc.HttpShardHandlerFactory.getParameter Setting maximumPoolSize to: 2147483647
   [junit4]   2> 5327672 T15410 oashc.HttpShardHandlerFactory.getParameter Setting maxThreadIdleTime to: 5
   [junit4]   2> 5327673 T15410 oashc.HttpShardHandlerFactory.getParameter Setting sizeOfQueue to: -1
   [junit4]   2> 5327673 T15410 oashc.HttpShardHandlerFactory.getParameter Setting fairnessPolicy to: false
   [junit4]   2> 5327673 T15410 oasu.UpdateShardHandler.<init> Creating UpdateShardHandler HTTP client with params: socketTimeout=340000&connTimeout=45000&retry=false
   [junit4]   2> 5327673 T15410 oasl.LogWatcher.createWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory
   [junit4]   2> 5327674 T15410 oasl.LogWatcher.newRegisteredLogWatcher Registering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)]
   [junit4]   2> 5327674 T15410 oasc.CoreContainer.load Host Name: 127.0.0.1
   [junit4]   2> 5327675 T15410 oasc.ZkContainer.initZooKeeper Zookeeper client=127.0.0.1:62019/solr
   [junit4]   2> 5327675 T15410 oasc.ZkController.checkChrootPath zkHost includes chroot
   [junit4]   2> 5327676 T15410 oascc.SolrZkClient.createZkCredentialsToAddAutomatically Using default ZkCredentialsProvider
   [junit4]   2> 5327678 T15410 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 5327681 T15459 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@226494d1 name:ZooKeeperConnection Watcher:127.0.0.1:62019 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 5327681 T15410 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 5327681 T15410 oascc.SolrZkClient.createZkACLProvider Using default ZkACLProvider
   [junit4]   2> 5327690 T15410 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 5327692 T15462 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@23771ce0 name:ZooKeeperConnection Watcher:127.0.0.1:62019/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 5327692 T15410 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 5327720 T15410 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
   [junit4]   2> 5328735 T15410 oasc.ZkController.createEphemeralLiveNode Register node as live in ZooKeeper:/live_nodes/127.0.0.1:62026_
   [junit4]   2> 5328740 T15410 oascc.SolrZkClient.makePath makePath: /live_nodes/127.0.0.1:62026_
   [junit4]   2> 5328759 T15410 oasc.Overseer.close Overseer (id=null) closing
   [junit4]   2> 5328773 T15463 oasc.ZkController.publish publishing core=collection1 state=down collection=collection1
   [junit4]   2> 5328774 T15463 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
   [junit4]   2> 5328776 T15436 oasc.DistributedQueue$LatchWatcher.process NodeChildrenChanged fired on path /overseer/queue state SyncConnected
   [junit4]   2> 5328776 T15463 oasc.ZkController.waitForCoreNodeName look for our core node name
   [junit4]   2> 5328785 T15437 oasc.Overseer$ClusterStateUpdater.processMessage processMessage: queueSize: 1, message = {
   [junit4]   2> 	  "core":"collection1",
   [junit4]   2> 	  "roles":null,
   [junit4]   2> 	  "base_url":"http://127.0.0.1:62026",
   [junit4]   2> 	  "node_name":"127.0.0.1:62026_",
   [junit4]   2> 	  "numShards":"1",
   [junit4]   2> 	  "state":"down",
   [junit4]   2> 	  "shard":null,
   [junit4]   2> 	  "collection":"collection1",
   [junit4]   2> 	  "operation":"state"}
   [junit4]   2> 5328785 T15437 oasc.Overseer$ClusterStateUpdater.createCollection Create collection collection1 with shards [shard1]
   [junit4]   2> 5328786 T15437 oasc.Overseer$ClusterStateUpdater.createCollection state version collection1 1
   [junit4]   2> 5328787 T15437 oasc.Overseer$ClusterStateUpdater.updateState Assigning new node to shard shard=shard1
   [junit4]   2> 5328796 T15436 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> 5328797 T15462 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> 5328797 T15447 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> 5329779 T15463 oasc.ZkController.waitForShardId waiting to find shard id in clusterstate for collection1
   [junit4]   2> 5329779 T15463 oasc.ZkController.createCollectionZkNode Check for collection zkNode:collection1
   [junit4]   2> 5329781 T15463 oasc.ZkController.createCollectionZkNode Collection zkNode exists
   [junit4]   2> 5329781 T15463 oascc.ZkStateReader.readConfigName Load collection config from:/collections/collection1
   [junit4]   2> 5329785 T15463 oascc.ZkStateReader.readConfigName path=/collections/collection1 configName=conf1 specified config exists in ZooKeeper
   [junit4]   2> 5329785 T15463 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '../../../../../../../../../Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.ChaosMonkeyNothingIsSafeTest-A15C9B14D2D793FB-001/tempDir-003/collection1/'
   [junit4]   2> 5329786 T15463 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.ChaosMonkeyNothingIsSafeTest-A15C9B14D2D793FB-001/tempDir-003/collection1/lib/.svn/' to classloader
   [junit4]   2> 5329787 T15463 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.ChaosMonkeyNothingIsSafeTest-A15C9B14D2D793FB-001/tempDir-003/collection1/lib/classes/' to classloader
   [junit4]   2> 5329787 T15463 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.ChaosMonkeyNothingIsSafeTest-A15C9B14D2D793FB-001/tempDir-003/collection1/lib/README' to classloader
   [junit4]   2> 5329822 T15463 oasc.ZkController.watchZKConfDir watch zkdir /configs/conf1
   [junit4]   2> 5329828 T15463 oasc.Config.<init> loaded config solrconfig.xml with version 0 
   [junit4]   2> 5329843 T15463 oasc.SolrConfig.<init> Using Lucene MatchVersion: 5.0.0
   [junit4]   2> 5329852 T15463 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig.xml
   [junit4]   2> 5329858 T15463 oass.IndexSchema.readSchema Reading Solr Schema from /configs/conf1/schema.xml
   [junit4]   2> 5329872 T15463 oass.IndexSchema.readSchema [collection1] Schema name=test
   [junit4]   2> 5330038 T15463 oass.IndexSchema.readSchema default search field in schema is text
   [junit4]   2> 5330039 T15463 oass.IndexSchema.readSchema unique key field: id
   [junit4]   2> 5330041 T15463 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
   [junit4]   2> 5330047 T15463 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
   [junit4]   2> 5330153 T15463 oasc.CoreContainer.create Creating SolrCore 'collection1' using configuration from collection collection1
   [junit4]   2> 5330154 T15463 oasc.SolrCore.initDirectoryFactory solr.StandardDirectoryFactory
   [junit4]   2> 5330155 T15463 oasc.SolrCore.<init> [collection1] Opening new SolrCore at ../../../../../../../../../Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.ChaosMonkeyNothingIsSafeTest-A15C9B14D2D793FB-001/tempDir-003/collection1/, dataDir=/Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.ChaosMonkeyNothingIsSafeTest-A15C9B14D2D793FB-001/tempDir-001/jetty1/
   [junit4]   2> 5330155 T15463 oasc.JmxMonitoredMap.<init> JMX monitoring is enabled. Adding Solr mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@89524c5
   [junit4]   2> 5330160 T15463 oasc.CachingDirectoryFactory.get return new directory for /Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.ChaosMonkeyNothingIsSafeTest-A15C9B14D2D793FB-001/tempDir-001/jetty1
   [junit4]   2> 5330164 T15463 oasc.SolrCore.getNewIndexDir New index directory detected: old=null new=/Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.ChaosMonkeyNothingIsSafeTest-A15C9B14D2D793FB-001/tempDir-001/jetty1/index/
   [junit4]   2> 5330165 T15463 oasc.SolrCore.initIndex WARN [collection1] Solr index directory '/Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.ChaosMonkeyNothingIsSafeTest-A15C9B14D2D793FB-001/tempDir-001/jetty1/index' doesn't exist. Creating new index...
   [junit4]   2> 5330166 T15463 oasc.CachingDirectoryFactory.get return new directory for /Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.ChaosMonkeyNothingIsSafeTest-A15C9B14D2D793FB-001/tempDir-001/jetty1/index
   [junit4]   2> 5330170 T15463 oasu.RandomMergePolicy.<init> RandomMergePolicy wrapping class org.apache.lucene.index.AlcoholicMergePolicy: [AlcoholicMergePolicy: minMergeSize=0, mergeFactor=10, maxMergeSize=260443640, maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true, maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.1]
   [junit4]   2> 5330175 T15463 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits: num=1
   [junit4]   2> 		commit{dir=/Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.ChaosMonkeyNothingIsSafeTest-A15C9B14D2D793FB-001/tempDir-001/jetty1/index,segFN=segments_1,generation=1}
   [junit4]   2> 5330176 T15463 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1
   [junit4]   2> 5330181 T15463 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "nodistrib"
   [junit4]   2> 5330181 T15463 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "dedupe"
   [junit4]   2> 5330181 T15463 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe"
   [junit4]   2> 5330182 T15463 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "stored_sig"
   [junit4]   2> 5330182 T15463 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "stored_sig"
   [junit4]   2> 5330182 T15463 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "distrib-dup-test-chain-explicit"
   [junit4]   2> 5330183 T15463 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "distrib-dup-test-chain-implicit"
   [junit4]   2> 5330184 T15463 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "distrib-dup-test-chain-implicit"
   [junit4]   2> 5330184 T15463 oasc.SolrCore.loadUpdateProcessorChains no updateRequestProcessorChain defined as default, creating implicit default
   [junit4]   2> 5330185 T15463 oasc.RequestHandlers.initHandlersFromConfig created /update: org.apache.solr.handler.UpdateRequestHandler
   [junit4]   2> 5330186 T15463 oasc.RequestHandlers.initHandlersFromConfig created /update/json: org.apache.solr.handler.UpdateRequestHandler
   [junit4]   2> 5330186 T15463 oasc.RequestHandlers.initHandlersFromConfig created /update/csv: org.apache.solr.handler.UpdateRequestHandler
   [junit4]   2> 5330187 T15463 oasc.RequestHandlers.initHandlersFromConfig created /update/json/docs: org.apache.solr.handler.UpdateRequestHandler
   [junit4]   2> 5330187 T15463 oasc.RequestHandlers.initHandlersFromConfig created /config: org.apache.solr.handler.SolrConfigHandler
   [junit4]   2> 5330188 T15463 oasc.RequestHandlers.initHandlersFromConfig created /schema: org.apache.solr.handler.SchemaHandler
   [junit4]   2> 5330191 T15463 oasc.RequestHandlers.initHandlersFromConfig created /replication: org.apache.solr.handler.ReplicationHandler
   [junit4]   2> 5330192 T15463 oasc.RequestHandlers.initHandlersFromConfig created /get: org.apache.solr.handler.RealTimeGetHandler
   [junit4]   2> 5330193 T15463 oasc.RequestHandlers.initHandlersFromConfig created /admin/luke: org.apache.solr.handler.admin.LukeRequestHandler
   [junit4]   2> 5330195 T15463 oasc.RequestHandlers.initHandlersFromConfig created /admin/system: org.apache.solr.handler.admin.SystemInfoHandler
   [junit4]   2> 5330196 T15463 oasc.RequestHandlers.initHandlersFromConfig created /admin/mbeans: org.apache.solr.handler.admin.SolrInfoMBeanHandler
   [junit4]   2> 5330197 T15463 oasc.RequestHandlers.initHandlersFromConfig created /admin/plugins: org.apache.solr.handler.admin.PluginInfoHandler
   [junit4]   2> 5330198 T15463 oasc.RequestHandlers.initHandlersFromConfig created /admin/threads: org.apache.solr.handler.admin.ThreadDumpHandler
   [junit4]   2> 5330199 T15463 oasc.RequestHandlers.initHandlersFromConfig created /admin/properties: org.apache.solr.handler.admin.PropertiesRequestHandler
   [junit4]   2> 5330199 T15463 oasc.RequestHandlers.initHandlersFromConfig created /admin/logging: org.apache.solr.handler.admin.LoggingHandler
   [junit4]   2> 5330200 T15463 oasc.RequestHandlers.initHandlersFromConfig created /admin/ping: org.apache.solr.handler.PingRequestHandler
   [junit4]   2> 5330201 T15463 oasc.RequestHandlers.initHandlersFromConfig created standard: solr.StandardRequestHandler
   [junit4]   2> 5330201 T15463 oasc.RequestHandlers.initHandlersFromConfig created /admin/file: solr.admin.ShowFileRequestHandler
   [junit4]   2> 5330202 T15463 oasc.RequestHandlers.initHandlersFromConfig created /admin/fileedit: solr.admin.EditFileRequestHandler
   [junit4]   2> 5330213 T15463 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 5330216 T15463 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 5330218 T15463 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 5330220 T15463 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 5330222 T15463 oasu.CommitTracker.<init> Hard AutoCommit: disabled
   [junit4]   2> 5330223 T15463 oasu.CommitTracker.<init> Soft AutoCommit: disabled
   [junit4]   2> 5330223 T15463 oasu.RandomMergePolicy.<init> RandomMergePolicy wrapping class org.apache.lucene.index.LogDocMergePolicy: [LogDocMergePolicy: minMergeSize=1000, mergeFactor=47, maxMergeSize=9223372036854775807, maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true, maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=1.0]
   [junit4]   2> 5330225 T15463 oasc.SolrDeletionPolicy.onInit SolrDeletionPolicy.onInit: commits: num=1
   [junit4]   2> 		commit{dir=/Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.ChaosMonkeyNothingIsSafeTest-A15C9B14D2D793FB-001/tempDir-001/jetty1/index,segFN=segments_1,generation=1}
   [junit4]   2> 5330225 T15463 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1
   [junit4]   2> 5330225 T15463 oass.SolrIndexSearcher.<init> Opening Searcher@50e4f861[collection1] main
   [junit4]   2> 5330225 T15463 oascc.ZkStateReader.readConfigName Load collection config from:/collections/collection1
   [junit4]   2> 5330228 T15463 oascc.ZkStateReader.readConfigName path=/collections/collection1 configName=conf1 specified config exists in ZooKeeper
   [junit4]   2> 5330229 T15463 oasr.ManagedResourceStorage.newStorageIO Setting up ZooKeeper-based storage for the RestManager with znodeBase: /configs/conf1
   [junit4]   2> 5330231 T15463 oasr.ManagedResourceStorage$ZooKeeperStorageIO.configure Configured ZooKeeperStorageIO with znodeBase: /configs/conf1
   [junit4]   2> 5330231 T15463 oasr.RestManager.init Initializing RestManager with initArgs: {}
   [junit4]   2> 5330231 T15463 oasr.ManagedResourceStorage.load Reading _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 5330234 T15463 oasr.ManagedResourceStorage$ZooKeeperStorageIO.openInputStream Read 38 bytes from znode /configs/conf1/_rest_managed.json
   [junit4]   2> 5330234 T15463 oasr.ManagedResourceStorage.load Loaded LinkedHashMap at path _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 5330234 T15463 oasr.ManagedResource.reloadFromStorage Loaded initArgs {} for /rest/managed
   [junit4]   2> 5330235 T15463 oasr.RestManager.init Initializing 0 registered ManagedResources
   [junit4]   2> 5330235 T15463 oash.ReplicationHandler.inform Commits will be reserved for  10000
   [junit4]   2> 5330236 T15463 oasc.CoreContainer.registerCore registering core: collection1
   [junit4]   2> 5330237 T15464 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@50e4f861[collection1] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 5330238 T15467 oasc.ZkController.register Register replica - core:collection1 address:http://127.0.0.1:62026 collection:collection1 shard:shard1
   [junit4]   2> 5330240 T15410 oass.SolrDispatchFilter.init user.dir=/Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/solr/build/solr-core/test/J0
   [junit4]   2> 5330241 T15467 oascc.SolrZkClient.makePath makePath: /collections/collection1/leader_elect/shard1/election
   [junit4]   2> 5330241 T15410 oass.SolrDispatchFilter.init SolrDispatchFilter.init() done
   [junit4]   2> 5330255 T15467 oasc.ShardLeaderElectionContext.runLeaderProcess Running the leader process for shard shard1
   [junit4]   2> 5330259 T15436 oasc.DistributedQueue$LatchWatcher.process NodeChildrenChanged fired on path /overseer/queue state SyncConnected
   [junit4]   2> 5330264 T15467 oasc.ShardLeaderElectionContext.waitForReplicasToComeUp Enough replicas found to continue.
   [junit4]   2> 5330264 T15467 oasc.ShardLeaderElectionContext.runLeaderProcess I may be the new leader - try and sync
   [junit4]   2> ASYNC  NEW_CORE C3593 name=collection1 org.apache.solr.core.SolrCore@59a99ea5 url=http://127.0.0.1:62026/collection1 node=127.0.0.1:62026_ C3593_STATE=coll:collection1 core:collection1 props:{core=collection1, base_url=http://127.0.0.1:62026, node_name=127.0.0.1:62026_, state=down}
   [junit4]   2> 5330264 T15467 C3593 P62026 oasc.SyncStrategy.sync Sync replicas to http://127.0.0.1:62026/collection1/
   [junit4]   2> 5330265 T15467 C3593 P62026 oasc.SyncStrategy.syncReplicas Sync Success - now sync replicas to me
   [junit4]   2> 5330265 T15467 C3593 P62026 oasc.SyncStrategy.syncToMe http://127.0.0.1:62026/collection1/ has no replicas
   [junit4]   2> 5330265 T15467 oasc.ShardLeaderElectionContext.runLeaderProcess I am the new leader: http://127.0.0.1:62026/collection1/ shard1
   [junit4]   2> 5330265 T15467 oascc.SolrZkClient.makePath makePath: /collections/collection1/leaders/shard1
   [junit4]   2> 5330270 T15437 oasc.Overseer$ClusterStateUpdater.processMessage processMessage: queueSize: 1, message = {
   [junit4]   2> 	  "operation":"leader",
   [junit4]   2> 	  "shard":"shard1",
   [junit4]   2> 	  "collection":"collection1"}
   [junit4]   2> 5330288 T15436 oasc.DistributedQueue$LatchWatcher.process NodeChildrenChanged fired on path /overseer/queue state SyncConnected
   [junit4]   2> 5330293 T15437 oasc.Overseer$ClusterStateUpdater.processMessage processMessage: queueSize: 1, message = {
   [junit4]   2> 	  "operation":"leader",
   [junit4]   2> 	  "shard":"shard1",
   [junit4]   2> 	  "collection":"collection1",
   [junit4]   2> 	  "base_url":"http://127.0.0.1:62026",
   [junit4]   2> 	  "core":"collection1",
   [junit4]   2> 	  "state":"active"}
   [junit4]   2> 5330301 T15436 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> 5330302 T15462 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> 5330304 T15447 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> 5330347 T15467 oasc.ZkController.register We are http://127.0.0.1:62026/collection1/ and leader is http://127.0.0.1:62026/collection1/
   [junit4]   2> 5330348 T15467 oasc.ZkController.register No LogReplay needed for core=collection1 baseURL=http://127.0.0.1:62026
   [junit4]   2> 5330348 T15467 oasc.ZkController.checkRecovery I am the leader, no recovery necessary
   [junit4]   2> 5330348 T15467 oasc.ZkController.publish publishing core=collection1 state=active collection=collection1
   [junit4]   2> 5330348 T15467 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
   [junit4]   2> 5330353 T15436 oasc.DistributedQueue$LatchWatcher.process NodeChildrenChanged fired on path /overseer/queue state SyncConnected
   [junit4]   2> 5330365 T15437 oasc.Overseer$ClusterStateUpdater.processMessage processMessage: queueSize: 1, message = {
   [junit4]   2> 	  "core":"collection1",
   [junit4]   2> 	  "core_node_name":"core_node1",
   [junit4]   2> 	  "roles":null,
   [junit4]   2> 	  "base_url":"http://127.0.0.1:62026",
   [junit4]   2> 	  "node_name":"127.0.0.1:62026_",
   [junit4]   2> 	  "numShards":"1",
   [junit4]   2> 	  "state":"active",
   [junit4]   2> 	  "shard":"shard1",
   [junit4]   2> 	  "collection":"collection1",
   [junit4]   2> 	  "operation":"state"}
   [junit4]   2> 5330471 T15447 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> 5330471 T15462 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> 5330472 T15436 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> 5332454 T15410 oasc.AbstractFullDistribZkTestBase.createJettys create jetty 2
   [junit4]   2> 5332455 T15410 oejs.Server.doStart jetty-8.1.10.v20130312
   [junit4]   2> 5332460 T15410 oejs.AbstractConnector.doStart Started SelectChannelConnector@127.0.0.1:62029
   [junit4]   2> 5332462 T15410 oass.SolrDispatchFilter.init SolrDispatchFilter.init()
   [junit4]   2> 5332462 T15410 oasc.SolrResourceLoader.locateSolrHome JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 5332462 T15410 oasc.SolrResourceLoader.locateSolrHome using system property solr.solr.home: ../../../../../../../../../Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.ChaosMonkeyNothingIsSafeTest-A15C9B14D2D793FB-001/tempDir-004
   [junit4]   2> 5332463 T15410 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '../../../../../../../../../Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.ChaosMonkeyNothingIsSafeTest-A15C9B14D2D793FB-001/tempDir-004/'
   [junit4]   2> 5332508 T15410 oasc.ConfigSolr.fromFile Loading container configuration from /Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/solr/build/solr-core/test/J0/../../../../../../../../../Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.ChaosMonkeyNothingIsSafeTest-A15C9B14D2D793FB-001/tempDir-004/solr.xml
   [junit4]   2> 5332528 T15410 oasc.CoreContainer.<init> New CoreContainer 57202033
   [junit4]   2> 5332529 T15410 oasc.CoreContainer.load Loading cores into CoreContainer [instanceDir=../../../../../../../../../Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.ChaosMonkeyNothingIsSafeTest-A15C9B14D2D793FB-001/tempDir-004/]
   [junit4]   2> 5332530 T15410 oashc.HttpShardHandlerFactory.getParameter Setting socketTimeout to: 90000
   [junit4]   2> 5332531 T15410 oashc.HttpShardHandlerFactory.getParameter Setting urlScheme to: 
   [junit4]   2> 5332531 T15410 oashc.HttpShardHandlerFactory.getParameter Setting connTimeout to: 15000
   [junit4]   2> 5332531 T15410 oashc.HttpShardHandlerFactory.getParameter Setting maxConnectionsPerHost to: 20
   [junit4]   2> 5332533 T15410 oashc.HttpShardHandlerFactory.getParameter Setting maxConnections to: 10000
   [junit4]   2> 5332533 T15410 oashc.HttpShardHandlerFactory.getParameter Setting corePoolSize to: 0
   [junit4]   2> 5332533 T15410 oashc.HttpShardHandlerFactory.getParameter Setting maximumPoolSize to: 2147483647
   [junit4]   2> 5332533 T15410 oashc.HttpShardHandlerFactory.getParameter Setting maxThreadIdleTime to: 5
   [junit4]   2> 5332534 T15410 oashc.HttpShardHandlerFactory.getParameter Setting sizeOfQueue to: -1
   [junit4]   2> 5332534 T15410 oashc.HttpShardHandlerFactory.getParameter Setting fairnessPolicy to: false
   [junit4]   2> 5332535 T15410 oasu.UpdateShardHandler.<init> Creating UpdateShardHandler HTTP client with params: socketTimeout=340000&connTimeout=45000&retry=false
   [junit4]   2> 5332535 T15410 oasl.LogWatcher.createWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory
   [junit4]   2> 5332536 T15410 oasl.LogWatcher.newRegisteredLogWatcher Registering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)]
   [junit4]   2> 5332536 T15410 oasc.CoreContainer.load Host Name: 127.0.0.1
   [junit4]   2> 5332537 T15410 oasc.ZkContainer.initZooKeeper Zookeeper client=127.0.0.1:62019/solr
   [junit4]   2> 5332537 T15410 oasc.ZkController.checkChrootPath zkHost includes chroot
   [junit4]   2> 5332538 T15410 oascc.SolrZkClient.createZkCredentialsToAddAutomatically Using default ZkCredentialsProvider
   [junit4]   2> 5332540 T15410 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 5332545 T15479 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@697d5916 name:ZooKeeperConnection Watcher:127.0.0.1:62019 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 5332545 T15410 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 5332546 T15410 oascc.SolrZkClient.createZkACLProvider Using default ZkACLProvider
   [junit4]   2> 5332551 T15410 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 5332556 T15482 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@4d944a70 name:ZooKeeperConnection Watcher:127.0.0.1:62019/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 5332557 T15410 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 5332580 T15410 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
   [junit4]   2> 5333596 T15410 oasc.ZkController.createEphemeralLiveNode Register node as live in ZooKeeper:/live_nodes/127.0.0.1:62029_
   [junit4]   2> 5333599 T15410 oascc.SolrZkClient.makePath makePath: /live_nodes/127.0.0.1:62029_
   [junit4]   2> 5333617 T15410 oasc.Overseer.close Overseer (id=null) closing
   [junit4]   2> 5333631 T15483 oasc.ZkController.publish publishing core=collection1 state=down collection=collection1
   [junit4]   2> 5333631 T15483 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
   [junit4]   2> 5333634 T15436 oasc.DistributedQueue$LatchWatcher.process NodeChildrenChanged fired on path /overseer/queue state SyncConnected
   [junit4]   2> 5333634 T15483 oasc.ZkController.waitForCoreNodeName look for our core node name
   [junit4]   2> 5333647 T15437 oasc.Overseer$ClusterStateUpdater.processMessage processMessage: queueSize: 1, message = {
   [junit4]   2> 	  "core":"collection1",
   [junit4]   2> 	  "roles":null,
   [junit4]   2> 	  "base_url":"http://127.0.0.1:62029",
   [junit4]   2> 	  "node_name":"127.0.0.1:62029_",
   [junit4]   2> 	  "numShards":"1",
   [junit4]   2> 	  "state":"down",
   [junit4]   2> 	  "shard":null,
   [junit4]   2> 	  "collection":"collection1",
   [junit4]   2> 	  "operation":"state"}
   [junit4]   2> 5333648 T15437 oasc.Overseer$ClusterStateUpdater.updateState Collection already exists with numShards=1
   [junit4]   2> 5333648 T15437 oasc.Overseer$ClusterStateUpdater.updateState Assigning new node to shard shard=shard1
   [junit4]   2> 5333659 T15447 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> 5333660 T15482 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> 5333660 T15462 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> 5333659 T15436 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> 5334636 T15483 oasc.ZkController.waitForShardId waiting to find shard id in clusterstate for collection1
   [junit4]   2> 5334637 T15483 oasc.ZkController.createCollectionZkNode Check for collection zkNode:collection1
   [junit4]   2> 5334640 T15483 oasc.ZkController.createCollectionZkNode Collection zkNode exists
   [junit4]   2> 5334641 T15483 oascc.ZkStateReader.readConfigName Load collection config from:/collections/collection1
   [junit4]   2> 5334643 T15483 oascc.ZkStateReader.readConfigName path=/collections/collection1 configName=conf1 specified config exists in ZooKeeper
   [junit4]   2> 5334644 T15483 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '../../../../../../../../../Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.ChaosMonkeyNothingIsSafeTest-A15C9B14D2D793FB-001/tempDir-004/collection1/'
   [junit4]   2> 5334646 T15483 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.ChaosMonkeyNothingIsSafeTest-A15C9B14D2D793FB-001/tempDir-004/collection1/lib/.svn/' to classloader
   [junit4]   2> 5334646 T15483 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.ChaosMonkeyNothingIsSafeTest-A15C9B14D2D793FB-001/tempDir-004/collection1/lib/classes/' to classloader
   [junit4]   2> 5334647 T15483 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.ChaosMonkeyNothingIsSafeTest-A15C9B14D2D793FB-001/tempDir-004/collection1/lib/README' to classloader
   [junit4]   2> 5334689 T15483 oasc.ZkController.watchZKConfDir watch zkdir /configs/conf1
   [junit4]   2> 5334695 T15483 oasc.Config.<init> loaded config solrconfig.xml with version 0 
   [junit4]   2> 5334714 T15483 oasc.SolrConfig.<init> Using Lucene MatchVersion: 5.0.0
   [junit4]   2> 5334727 T15483 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig.xml
   [junit4]   2> 5334730 T15483 oass.IndexSchema.readSchema Reading Solr Schema from /configs/conf1/schema.xml
   [junit4]   2> 5334740 T15483 oass.IndexSchema.readSchema [collection1] Schema name=test
   [junit4]   2> 5334977 T15483 oass.IndexSchema.readSchema default search field in schema is text
   [junit4]   2> 5334979 T15483 oass.IndexSchema.readSchema unique key field: id
   [junit4]   2> 5334979 T15483 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
   [junit4]   2> 5334995 T15483 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
   [junit4]   2> 5335081 T15483 oasc.CoreContainer.create Creating SolrCore 'collection1' using configuration from collection collection1
   [junit4]   2> 5335082 T15483 oasc.SolrCore.initDirectoryFactory solr.StandardDirectoryFactory
   [junit4]   2> 5335082 T15483 oasc.SolrCore.<init> [collection1] Opening new SolrCore at ../../../../../../../../../Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.ChaosMonkeyNothingIsSafeTest-A15C9B14D2D793FB-001/tempDir-004/collection1/, dataDir=/Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.ChaosMonkeyNothingIsSafeTest-A15C9B14D2D793FB-001/tempDir-001/jetty2/
   [junit4]   2> 5335083 T15483 oasc.JmxMonitoredMap.<init> JMX monitoring is enabled. Adding Solr mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@89524c5
   [junit4]   2> 5335084 T15483 oasc.CachingDirectoryFactory.get return new directory for /Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.ChaosMonkeyNothingIsSafeTest-A15C9B14D2D793FB-001/tempDir-001/jetty2
   [junit4]   2> 5335085 T15483 oasc.SolrCore.getNewIndexDir New index directory detected: old=null new=/Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.ChaosMonkeyNothingIsSafeTest-A15C9B14D2D793FB-001/tempDir-001/jetty2/index/
   [junit4]   2> 5335087 T15483 oasc.SolrCore.initIndex WARN [collection1] Solr index directory '/Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.ChaosMonkeyNothingIsSafeTest-A15C9B14D2D793FB-001/tempDir-001/jetty2/index' doesn't exist. Creating new index...
   [junit4]   2> 5335087 T15483 oasc.CachingDirectoryFactory.get return new directory for /Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.ChaosMonkeyNothingIsSafeTest-A15C9B14D2D793FB-001/tempDir-001/jetty2/index
   [junit4]   2> 5335090 T15483 oasu.RandomMergePolicy.<init> RandomMergePolicy wrapping class org.apache.lucene.index.AlcoholicMergePolicy: [AlcoholicMergePolicy: minMergeSize=0, mergeFactor=10, maxMergeSize=260443640, maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true, maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.1]
   [junit4]   2> 5335100 T15483 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits: num=1
   [junit4]   2> 		commit{dir=/Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.ChaosMonkeyNothingIsSafeTest-A15C9B14D2D793FB-001/tempDir-001/jetty2/index,segFN=segments_1,generation=1}
   [junit4]   2> 5335101 T15483 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1
   [junit4]   2> 5335104 T15483 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "nodistrib"
   [junit4]   2> 5335105 T15483 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "dedupe"
   [junit4]   2> 5335105 T15483 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe"
   [junit4]   2> 5335106 T15483 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "stored_sig"
   [junit4]   2> 5335106 T15483 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "stored_sig"
   [junit4]   2> 5335107 T15483 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "distrib-dup-test-chain-explicit"
   [junit4]   2> 5335108 T15483 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "distrib-dup-test-chain-implicit"
   [junit4]   2> 5335109 T15483 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "distrib-dup-test-chain-implicit"
   [junit4]   2> 5335109 T15483 oasc.SolrCore.loadUpdateProcessorChains no updateRequestProcessorChain defined as default, creating implicit default
   [junit4]   2> 5335111 T15483 oasc.RequestHandlers.initHandlersFromConfig created /update: org.apache.solr.handler.UpdateRequestHandler
   [junit4]   2> 5335113 T15483 oasc.RequestHandlers.initHandlersFromConfig created /update/json: org.apache.solr.handler.UpdateRequestHandler
   [junit4]   2> 5335114 T15483 oasc.RequestHandlers.initHandlersFromConfig created /update/csv: org.apache.solr.handler.UpdateRequestHandler
   [junit4]   2> 5335115 T15483 oasc.RequestHandlers.initHandlersFromConfig created /update/json/docs: org.apache.solr.handler.UpdateRequestHandler
   [junit4]   2> 5335116 T15483 oasc.RequestHandlers.initHandlersFromConfig created /config: org.apache.solr.handler.SolrConfigHandler
   [junit4]   2> 5335117 T15483 oasc.RequestHandlers.initHandlersFromConfig created /schema: org.apache.solr.handler.SchemaHandler
   [junit4]   2> 5335120 T15483 oasc.RequestHandlers.initHandlersFromConfig created /replication: org.apache.solr.handler.ReplicationHandler
   [junit4]   2> 5335121 T15483 oasc.RequestHandlers.initHandlersFromConfig created /get: org.apache.solr.handler.RealTimeGetHandler
   [junit4]   2> 5335122 T15483 oasc.RequestHandlers.initHandlersFromConfig created /admin/luke: org.apache.solr.handler.admin.LukeRequestHandler
   [junit4]   2> 5335128 T15483 oasc.RequestHandlers.initHandlersFromConfig created /admin/system: org.apache.solr.handler.admin.SystemInfoHandler
   [junit4]   2> 5335129 T15483 oasc.RequestHandlers.initHandlersFromConfig created /admin/mbeans: org.apache.solr.handler.admin.SolrInfoMBeanHandler
   [junit4]   2> 5335130 T15483 oasc.RequestHandlers.initHandlersFromConfig created /admin/plugins: org.apache.solr.handler.admin.PluginInfoHandler
   [junit4]   2> 5335130 T15483 oasc.RequestHandlers.initHandlersFromConfig created /admin/threads: org.apache.solr.handler.admin.ThreadDumpHandler
   [junit4]   2> 5335131 T15483 oasc.RequestHandlers.initHandlersFromConfig created /admin/properties: org.apache.solr.handler.admin.PropertiesRequestHandler
   [junit4]   2> 5335132 T15483 oasc.RequestHandlers.initHandlersFromConfig created /admin/logging: org.apache.solr.handler.admin.LoggingHandler
   [junit4]   2> 5335132 T15483 oasc.RequestHandlers.initHandlersFromConfig created /admin/ping: org.apache.solr.handler.PingRequestHandler
   [junit4]   2> 5335133 T15483 oasc.RequestHandlers.initHandlersFromConfig created standard: solr.StandardRequestHandler
   [junit4]   2> 5335135 T15483 oasc.RequestHandlers.initHandlersFromConfig created /admin/file: solr.admin.ShowFileRequestHandler
   [junit4]   2> 5335136 T15483 oasc.RequestHandlers.initHandlersFromConfig created /admin/fileedit: solr.admin.EditFileRequestHandler
   [junit4]   2> 5335149 T15483 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 5335151 T15483 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 5335153 T15483 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 5335155 T15483 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 5335163 T15483 oasu.CommitTracker.<init> Hard AutoCommit: disabled
   [junit4]   2> 5335163 T15483 oasu.CommitTracker.<init> Soft AutoCommit: disabled
   [junit4]   2> 5335164 T15483 oasu.RandomMergePolicy.<init> RandomMergePolicy wrapping class org.apache.lucene.index.LogDocMergePolicy: [LogDocMergePolicy: minMergeSize=1000, mergeFactor=47, maxMergeSize=9223372036854775807, maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true, maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=1.0]
   [junit4]   2> 5335167 T15483 oasc.SolrDeletionPolicy.onInit SolrDeletionPolicy.onInit: commits: num=1
   [junit4]   2> 		commit{dir=/Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.ChaosMonkeyNothingIsSafeTest-A15C9B14D2D793FB-001/tempDir-001/jetty2/index,segFN=segments_1,generation=1}
   [junit4]   2> 5335167 T15483 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1
   [junit4]   2> 5335168 T15483 oass.SolrIndexSearcher.<init> Opening Searcher@1c112288[collection1] main
   [junit4]   2> 5335168 T15483 oascc.ZkStateReader.readConfigName Load collection config from:/collections/collection1
   [junit4]   2> 5335171 T15483 oascc.ZkStateReader.readConfigName path=/collections/collection1 configName=conf1 specified config exists in ZooKeeper
   [junit4]   2> 5335171 T15483 oasr.ManagedResourceStorage.newStorageIO Setting up ZooKeeper-based storage for the RestManager with znodeBase: /configs/conf1
   [junit4]   2> 5335177 T15483 oasr.ManagedResourceStorage$ZooKeeperStorageIO.configure Configured ZooKeeperStorageIO with znodeBase: /configs/conf1
   [junit4]   2> 5335177 T15483 oasr.RestManager.init Initializing RestManager with initArgs: {}
   [junit4]   2> 5335177 T15483 oasr.ManagedResourceStorage.load Reading _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 5335180 T15483 oasr.ManagedResourceStorage$ZooKeeperStorageIO.openInputStream Read 38 bytes from znode /configs/conf1/_rest_managed.json
   [junit4]   2> 5335180 T15483 oasr.ManagedResourceStorage.load Loaded LinkedHashMap at path _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 5335180 T15483 oasr.ManagedResource.reloadFromStorage Loaded initArgs {} for /rest/managed
   [junit4]   2> 5335181 T15483 oasr.RestManager.init Initializing 0 registered ManagedResources
   [junit4]   2> 5335181 T15483 oash.ReplicationHandler.inform Commits will be reserved for  10000
   [junit4]   2> 5335182 T15483 oasc.CoreContainer.registerCore registering core: collection1
   [junit4]   2> 5335184 T15484 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@1c112288[collection1] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 5335185 T15487 oasc.ZkController.register Register replica - core:collection1 address:http://127.0.0.1:62029 collection:collection1 shard:shard1
   [junit4]   2> 5335186 T15410 oass.SolrDispatchFilter.init user.dir=/Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/solr/build/solr-core/test/J0
   [junit4]   2> 5335188 T15410 oass.SolrDispatchFilter.init SolrDispatchFilter.init() done
   [junit4]   2> 5335203 T15410 oasc.AbstractDistribZkTestBase.waitForRecoveriesToFinish Wait for recoveries to finish - collection: collection1 failOnTimeout:true timeout (sec):330
   [junit4]   2> 5335209 T15487 oasc.ZkController.register We are http://127.0.0.1:62029/collection1/ and leader is http://127.0.0.1:62026/collection1/
   [junit4]   2> 5335209 T15487 oasc.ZkController.register No LogReplay needed for core=collection1 baseURL=http://127.0.0.1:62029
   [junit4]   2> 5335210 T15487 oasc.ZkController.checkRecovery Core needs to recover:collection1
   [junit4]   2> 5335213 T15487 oasu.DefaultSolrCoreState.doRecovery Running recovery - first canceling any ongoing recovery
   [junit4]   2> ASYNC  NEW_CORE C3594 name=collection1 org.apache.solr.core.SolrCore@78b82d7f url=http://127.0.0.1:62029/collection1 node=127.0.0.1:62029_ C3594_STATE=coll:collection1 core:collection1 props:{core=collection1, base_url=http://127.0.0.1:62029, node_name=127.0.0.1:62029_, state=down}
   [junit4]   2> 5335218 T15488 C3594 P62029 oasc.RecoveryStrategy.run Starting recovery process.  core=collection1 recoveringAfterStartup=true
   [junit4]   2> 5335218 T15488 C3594 P62029 oasc.RecoveryStrategy.doRecovery ###### startupVersions=[]
   [junit4]   2> 5335219 T15488 C3594 P62029 oasc.RecoveryStrategy.doRecovery Publishing state of core collection1 as recovering, leader is http://127.0.0.1:62026/collection1/ and I am http://127.0.0.1:62029/collection1/
   [junit4]   2> 5335219 T15488 C3594 P62029 oasc.ZkController.publish publishing core=collection1 state=recovering collection=collection1
   [junit4]   2> 5335219 T15488 C3594 P62029 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
   [junit4]   2> 5335223 T15436 oasc.DistributedQueue$LatchWatcher.process NodeChildrenChanged fired on path /overseer/queue state SyncConnected
   [junit4]   2> 5335225 T15488 C3594 P62029 oasc.RecoveryStrategy.sendPrepRecoveryCmd Sending prep recovery command to http://127.0.0.1:62026; WaitForState: action=PREPRECOVERY&core=collection1&nodeName=127.0.0.1%3A62029_&coreNodeName=core_node2&state=recovering&checkLive=true&onlyIfLeader=true&onlyIfLeaderActive=true
   [junit4]   2> 5335233 T15451 oasha.CoreAdminHandler.handleWaitForStateAction Going to wait for coreNodeName: core_node2, state: recovering, checkLive: true, onlyIfLeader: true, onlyIfLeaderActive: true
   [junit4]   2> 5335238 T15437 oasc.Overseer$ClusterStateUpdater.processMessage processMessage: queueSize: 1, message = {
   [junit4]   2> 	  "core":"collection1",
   [junit4]   2> 	  "core_node_name":"core_node2",
   [junit4]   2> 	  "roles":null,
   [junit4]   2> 	  "base_url":"http://127.0.0.1:62029",
   [junit4]   2> 	  "node_name":"127.0.0.1:62029_",
   [junit4]   2> 	  "numShards":"1",
   [junit4]   2> 	  "state":"recovering",
   [junit4]   2> 	  "shard":"shard1",
   [junit4]   2> 	  "collection":"collection1",
   [junit4]   2> 	  "operation":"state"}
   [junit4]   2> 5335244 T15451 oasha.CoreAdminHandler.handleWaitForStateAction Will wait a max of 183 seconds to see collection1 (shard1 of collection1) have state: recovering
   [junit4]   2> 5335246 T15451 oasha.CoreAdminHandler.handleWaitForStateAction In WaitForState(recovering): collection=collection1, shard=shard1, thisCore=collection1, leaderDoesNotNeedRecovery=false, isLeader? true, live=true, checkLive=true, currentState=down, localState=active, nodeName=127.0.0.1:62029_, coreNodeName=core_node2, onlyIfActiveCheckResult=false, nodeProps: core_node2:{"core":"collection1","base_url":"http://127.0.0.1:62029","node_name":"127.0.0.1:62029_","state":"down"}
   [junit4]   2> 5335250 T15482 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> 5335251 T15447 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> 5335251 T15436 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> 5335251 T15462 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> 5336248 T15451 oasha.CoreAdminHandler.handleWaitForStateAction In WaitForState(recovering): collection=collection1, shard=shard1, thisCore=collection1, leaderDoesNotNeedRecovery=false, isLeader? true, live=true, checkLive=true, currentState=recovering, localState=active, nodeName=127.0.0.1:62029_, coreNodeName=core_node2, onlyIfActiveCheckResult=false, nodeProps: core_node2:{"core":"collection1","base_url":"http://127.0.0.1:62029","node_name":"127.0.0.1:62029_","state":"recovering"}
   [junit4]   2> 5336248 T15451 oasha.CoreAdminHandler.handleWaitForStateAction Waited coreNodeName: core_node2, state: recovering, checkLive: true, onlyIfLeader: true for: 1 seconds.
   [junit4]   2> 5336249 T15451 oass.SolrDispatchFilter.handleAdminRequest [admin] webapp=null path=/admin/cores params={nodeName=127.0.0.1:62029_&onlyIfLeaderActive=true&core=collection1&coreNodeName=core_node2&action=PREPRECOVERY&checkLive=true&state=recovering&onlyIfLeader=true&wt=javabin&version=2} status=0 QTime=1017 
   [junit4]   2>  C3594_STATE=coll:collection1 core:collection1 props:{core=collection1, base_url=http://127.0.0.1:62029, node_name=127.0.0.1:62029_, state=recovering}
   [jun

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

r.ThreadLeakControl.checkThreadLeaks WARNING Will linger awaiting termination of 1 leaked thread(s).
   [junit4]   2> NOTE: test params are: codec=Asserting(Lucene50): {rnd_b=TestBloomFilteredLucenePostings(BloomFilteringPostingsFormat(Lucene50(blocksize=128))), _version_=PostingsFormat(name=LuceneVarGapDocFreqInterval), a_t=Lucene50(blocksize=128), a_i=TestBloomFilteredLucenePostings(BloomFilteringPostingsFormat(Lucene50(blocksize=128))), id=TestBloomFilteredLucenePostings(BloomFilteringPostingsFormat(Lucene50(blocksize=128)))}, docValues:{}, sim=RandomSimilarityProvider(queryNorm=false,coord=crazy): {}, locale=hu, timezone=America/Buenos_Aires
   [junit4]   2> NOTE: Mac OS X 10.8.5 x86_64/Oracle Corporation 1.8.0_20 (64-bit)/cpus=2,threads=1,free=127362392,total=469237760
   [junit4]   2> NOTE: All tests run in this JVM: [BasicDistributedZk2Test, XmlUpdateRequestHandlerTest, DistributedDebugComponentTest, TestWriterPerf, TestBulkSchemaAPI, DistributedFacetPivotLongTailTest, TestSolrQueryParserDefaultOperatorResource, TestBM25SimilarityFactory, DefaultValueUpdateProcessorTest, TestPivotHelperCode, TestBulkSchemaConcurrent, VMParamsZkACLAndCredentialsProvidersTest, DistributedExpandComponentTest, SolrInfoMBeanTest, TestDistribDocBasedVersion, OutputWriterTest, UpdateParamsTest, CircularListTest, PingRequestHandlerTest, TestOverriddenPrefixQueryForCustomFieldType, TestFieldTypeResource, TestSchemaResource, CacheHeaderTest, TestSolrConfigHandler, SolrCoreCheckLockOnStartupTest, TestAnalyzeInfixSuggestions, StressHdfsTest, TestStressRecovery, TestFieldTypeCollectionResource, TimeZoneUtilsTest, TestCSVLoader, HdfsLockFactoryTest, TestCollationFieldDocValues, TestSurroundQueryParser, DisMaxRequestHandlerTest, TestWordDelimiterFilterFactory, TestSolrXmlPersistor, DeleteShardTest, DistribCursorPagingTest, ShardRoutingCustomTest, DistributedQueueTest, NoCacheHeaderTest, TestSolr4Spatial, BasicDistributedZkTest, TestDocSet, TestBinaryResponseWriter, TestConfig, TestJmxIntegration, FacetPivotSmallTest, TestMissingGroups, LukeRequestHandlerTest, BlockCacheTest, PeerSyncTest, XsltUpdateRequestHandlerTest, TestRecovery, TestZkChroot, SolrPluginUtilsTest, AddBlockUpdateTest, SolrRequestParserTest, TestDefaultSimilarityFactory, CursorPagingTest, TestRTGBase, RegexBoostProcessorTest, JsonLoaderTest, TestDocumentBuilder, SpellPossibilityIteratorTest, DocumentAnalysisRequestHandlerTest, SOLR749Test, DistributedFacetPivotWhiteBoxTest, QueryResultKeyTest, TestJmxMonitoredMap, TestSolrQueryParser, TestSolrDeletionPolicy2, StatelessScriptUpdateProcessorFactoryTest, TestStressReorder, TestBlobHandler, TestImplicitCoreProperties, AliasIntegrationTest, SuggesterFSTTest, TestBlendedInfixSuggestions, TestLRUCache, TestLuceneMatchVersion, DistributedIntervalFacetingTest, TermVectorComponentDistributedTest, TestCloudSchemaless, DocumentBuilderTest, CloudExitableDirectoryReaderTest, TestSchemaVersionResource, ExternalFileFieldSortTest, TestJoin, TestInitParams, TestBadConfig, LeaderInitiatedRecoveryOnCommitTest, SpellingQueryConverterTest, TestLeaderElectionZkExpiry, TestSchemaSimilarityResource, AnalysisErrorHandlingTest, TestUpdate, RecoveryZkTest, CloudMLTQParserTest, WordBreakSolrSpellCheckerTest, DeleteLastCustomShardedReplicaTest, TriLevelCompositeIdRoutingTest, ClusterStateTest, TestExceedMaxTermLength, TestTolerantSearch, TestFieldCollectionResource, DistributedQueryComponentOptimizationTest, TestMergePolicyConfig, TestCSVResponseWriter, RequestHandlersTest, JSONWriterTest, PrimitiveFieldTypeTest, ExitableDirectoryReaderTest, AssignTest, TestModifyConfFiles, SimpleFacetsTest, DocValuesMultiTest, SortByFunctionTest, HdfsRecoveryZkTest, DOMUtilTest, DistributedSpellCheckComponentTest, TestCursorMarkWithoutUniqueKey, ScriptEngineTest, CurrencyFieldOpenExchangeTest, TestSolrConfigHandlerCloud, TestCustomSort, TestDocBasedVersionConstraints, TestSearchPerf, OutOfBoxZkACLAndCredentialsProvidersTest, OverseerCollectionProcessorTest, URLClassifyProcessorTest, ZkCLITest, ReplicationFactorTest, TestDFRSimilarityFactory, MinimalSchemaTest, HdfsBasicDistributedZk2Test, DistribDocExpirationUpdateProcessorTest, MoreLikeThisHandlerTest, TestReplicaProperties, DirectUpdateHandlerTest, CustomCollectionTest, AnalyticsQueryTest, HdfsWriteToMultipleCollectionsTest, HttpPartitionTest, ReturnFieldsTest, TestCollectionAPI, MultiTermTest, AtomicUpdatesTest, TestFastOutputStream, TestSolrJ, AsyncMigrateRouteKeyTest, SharedFSAutoReplicaFailoverTest, SuggesterTest, AddSchemaFieldsUpdateProcessorFactoryTest, HdfsDirectoryTest, SampleTest, TestSimpleQParserPlugin, TestCloudInspectUtil, FieldMutatingUpdateProcessorTest, SignatureUpdateProcessorFactoryTest, PathHierarchyTokenizerFactoryTest, TestSolr4Spatial2, SolrTestCaseJ4Test, DateRangeFieldTest, SimplePostToolTest, LoggingHandlerTest, CoreContainerCoreInitFailuresTest, TestHashPartitioner, TestReRankQParserPlugin, TestSort, TestAddFieldRealTimeGet, ExternalCollectionsTest, ChangedSchemaMergeTest, TestFunctionQuery, TestPhraseSuggestions, TestArbitraryIndexDir, TestStressUserVersions, LeaderElectionTest, ResponseHeaderTest, SolrXmlInZkTest, NumericFieldsTest, CachingDirectoryFactoryTest, DistributedQueryElevationComponentTest, SolrIndexSplitterTest, MBeansHandlerTest, BinaryUpdateRequestHandlerTest, ShardRoutingTest, TestRangeQuery, LegacyHTMLStripCharFilterTest, StatsComponentTest, TestCloudPivotFacet, TestQuerySenderListener, ClusterStateUpdateTest, TestNonDefinedSimilarityFactory, TestOrdValues, TestMaxScoreQueryParser, TestElisionMultitermQuery, MultiThreadedOCPTest, TestSolrXml, TestSystemIdResolver, TestPseudoReturnFields, IndexSchemaTest, PreAnalyzedUpdateProcessorTest, TestSolrXmlPersistence, TestManagedStopFilterFactory, CollectionsAPIAsyncDistributedZkTest, TestCollapseQParserPlugin, TestStressVersions, FileBasedSpellCheckerTest, TestReversedWildcardFilterFactory, FullSolrCloudDistribCmdsTest, TestHighFrequencyDictionaryFactory, TestLazyCores, ChaosMonkeySafeLeaderTest, UnloadDistributedZkTest, CollectionsAPIDistributedZkTest, SyncSliceTest, OpenCloseCoreStressTest, OverseerTest, LeaderElectionIntegrationTest, BasicZkTest, TestReplicationHandler, TestRandomFaceting, ZkSolrClientTest, TestRandomDVFaceting, TestDistributedSearch, AutoCommitTest, TestDistributedGrouping, TestFaceting, ZkControllerTest, TestRealTimeGet, TestReload, HardAutoCommitTest, DistributedTermsComponentTest, TestCoreContainer, SolrCoreTest, SpellCheckComponentTest, TestGroupingSearch, SolrCmdDistributorTest, QueryElevationComponentTest, BadIndexSchemaTest, ConvertedLegacyTest, TestFiltering, BasicFunctionalityTest, TestIndexSearcher, HighlighterTest, SoftAutoCommitTest, ShowFileRequestHandlerTest, CurrencyFieldXmlFileTest, TestCoreDiscovery, AnalysisAfterCoreReloadTest, TestExtendedDismaxParser, SpellCheckCollatorTest, CoreAdminHandlerTest, TestFoldingMultitermQuery, DocValuesTest, SuggesterTSTTest, TestStressLucene, TestTrie, SpatialFilterTest, SuggesterWFSTTest, PolyFieldTest, SchemaVersionSpecificBehaviorTest, TestAtomicUpdateErrorCases, QueryEqualityTest, DirectUpdateHandlerOptimizeTest, TestRemoteStreaming, DistanceFunctionTest, TestSolrDeletionPolicy1, DebugComponentTest, IndexBasedSpellCheckerTest, TestQueryUtils, StandardRequestHandlerTest, DirectSolrSpellCheckerTest, TestQueryTypes, TestOmitPositions, TermsComponentTest, TestValueSourceCache, TermVectorComponentTest, TestIndexingPerformance, RequiredFieldsTest, FieldAnalysisRequestHandlerTest, FastVectorHighlighterTest, IndexSchemaRuntimeFieldTest, TestCollationField, UpdateRequestProcessorFactoryTest, QueryParsingTest, TestAnalyzedSuggestions, UniqFieldsUpdateProcessorFactoryTest, TestPartialUpdateDeduplication, TestPHPSerializedResponseWriter, CSVRequestHandlerTest, TestComponentsName, SearchHandlerTest, TestLFUCache, HighlighterConfigTest, AlternateDirectoryTest, TestSolrIndexConfig, TestQuerySenderNoQuery, CopyFieldTest, ResponseLogComponentTest, SolrIndexConfigTest, BadComponentTest, TestBinaryField, TestFuzzyAnalyzedSuggestions, TestSolrCoreProperties, TestPostingsSolrHighlighter, DirectSolrConnectionTest, NotRequiredUniqueKeyTest, TestCharFilters, TestCodecSupport, SynonymTokenizerTest, TestXIncludeConfig, EchoParamsTest, TestSweetSpotSimilarityFactory, TestPerFieldSimilarity, TestLMDirichletSimilarityFactory, TestLMJelinekMercerSimilarityFactory, TestIBSimilarityFactory, TestFastWriter, ResourceLoaderTest, OpenExchangeRatesOrgProviderTest, PluginInfoTest, TestFastLRUCache, DateMathParserTest, ChaosMonkeyNothingIsSafeTest]
   [junit4] Completed in 49.96s, 1 test, 1 failure <<< FAILURES!

[...truncated 363 lines...]
BUILD FAILED
/Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/build.xml:529: The following error occurred while executing this line:
/Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/build.xml:477: The following error occurred while executing this line:
/Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/build.xml:61: The following error occurred while executing this line:
/Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/extra-targets.xml:39: The following error occurred while executing this line:
/Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/solr/build.xml:190: The following error occurred while executing this line:
/Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/solr/common-build.xml:508: The following error occurred while executing this line:
/Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/lucene/common-build.xml:1363: The following error occurred while executing this line:
/Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/lucene/common-build.xml:970: There were test failures: 450 suites, 1843 tests, 1 failure, 36 ignored (21 assumptions)

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