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/11/01 05:21:16 UTC

[JENKINS] Lucene-Solr-5.x-Linux (64bit/jdk1.7.0_67) - Build # 11388 - Failure!

Build: http://jenkins.thetaphi.de/job/Lucene-Solr-5.x-Linux/11388/
Java: 64bit/jdk1.7.0_67 -XX:+UseCompressedOops -XX:+UseG1GC

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

Error Message:
expected:<0> but was:<1>

Stack Trace:
java.lang.AssertionError: expected:<0> but was:<1>
	at __randomizedtesting.SeedInfo.seed([E99CD7F5B253F6BA:687A59EDC50C9686]:0)
	at org.junit.Assert.fail(Assert.java:93)
	at org.junit.Assert.failNotEquals(Assert.java:647)
	at org.junit.Assert.assertEquals(Assert.java:128)
	at org.junit.Assert.assertEquals(Assert.java:472)
	at org.junit.Assert.assertEquals(Assert.java:456)
	at org.apache.solr.cloud.ChaosMonkeySafeLeaderTest.doTest(ChaosMonkeySafeLeaderTest.java:153)
	at org.apache.solr.BaseDistributedSearchTestCase.testDistribSearch(BaseDistributedSearchTestCase.java:869)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java: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 11566 lines...]
   [junit4] Suite: org.apache.solr.cloud.ChaosMonkeySafeLeaderTest
   [junit4]   2> Creating dataDir: /mnt/ssd/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.ChaosMonkeySafeLeaderTest-E99CD7F5B253F6BA-001/init-core-data-001
   [junit4]   2> 1125611 T3212 oas.SolrTestCaseJ4.buildSSLConfig Randomized ssl (true) and clientAuth (false)
   [junit4]   2> 1125612 T3212 oas.BaseDistributedSearchTestCase.initHostContext Setting hostContext system property: /
   [junit4]   2> 1125636 T3212 oas.SolrTestCaseJ4.setUp ###Starting testDistribSearch
   [junit4]   2> 1125637 T3212 oasc.ZkTestServer.run STARTING ZK TEST SERVER
   [junit4]   1> client port:0.0.0.0/0.0.0.0:0
   [junit4]   2> 1125645 T3213 oasc.ZkTestServer$ZKServerMain.runFromConfig Starting server
   [junit4]   2> 1125745 T3212 oasc.ZkTestServer.run start zk server on port:58085
   [junit4]   2> 1125746 T3212 oascc.SolrZkClient.createZkCredentialsToAddAutomatically Using default ZkCredentialsProvider
   [junit4]   2> 1125763 T3212 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 1125765 T3219 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@20707768 name:ZooKeeperConnection Watcher:127.0.0.1:58085 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 1125765 T3212 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 1125765 T3212 oascc.SolrZkClient.createZkACLProvider Using default ZkACLProvider
   [junit4]   2> 1125766 T3212 oascc.SolrZkClient.makePath makePath: /solr
   [junit4]   2> 1125768 T3212 oascc.SolrZkClient.createZkCredentialsToAddAutomatically Using default ZkCredentialsProvider
   [junit4]   2> 1125771 T3212 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 1125772 T3221 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@31a3562c name:ZooKeeperConnection Watcher:127.0.0.1:58085/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 1125772 T3212 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 1125772 T3212 oascc.SolrZkClient.createZkACLProvider Using default ZkACLProvider
   [junit4]   2> 1125773 T3212 oascc.SolrZkClient.makePath makePath: /collections/collection1
   [junit4]   2> 1125779 T3212 oascc.SolrZkClient.makePath makePath: /collections/collection1/shards
   [junit4]   2> 1125781 T3212 oascc.SolrZkClient.makePath makePath: /collections/control_collection
   [junit4]   2> 1125783 T3212 oascc.SolrZkClient.makePath makePath: /collections/control_collection/shards
   [junit4]   2> 1125785 T3212 oasc.AbstractZkTestCase.putConfig put /mnt/ssd/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/core/src/test-files/solr/collection1/conf/solrconfig-tlog.xml to /configs/conf1/solrconfig.xml
   [junit4]   2> 1125786 T3212 oascc.SolrZkClient.makePath makePath: /configs/conf1/solrconfig.xml
   [junit4]   2> 1125790 T3212 oasc.AbstractZkTestCase.putConfig put /mnt/ssd/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/core/src/test-files/solr/collection1/conf/schema15.xml to /configs/conf1/schema.xml
   [junit4]   2> 1125790 T3212 oascc.SolrZkClient.makePath makePath: /configs/conf1/schema.xml
   [junit4]   2> 1125793 T3212 oasc.AbstractZkTestCase.putConfig put /mnt/ssd/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/core/src/test-files/solr/collection1/conf/solrconfig.snippet.randomindexconfig.xml to /configs/conf1/solrconfig.snippet.randomindexconfig.xml
   [junit4]   2> 1125794 T3212 oascc.SolrZkClient.makePath makePath: /configs/conf1/solrconfig.snippet.randomindexconfig.xml
   [junit4]   2> 1125796 T3212 oasc.AbstractZkTestCase.putConfig put /mnt/ssd/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/core/src/test-files/solr/collection1/conf/stopwords.txt to /configs/conf1/stopwords.txt
   [junit4]   2> 1125797 T3212 oascc.SolrZkClient.makePath makePath: /configs/conf1/stopwords.txt
   [junit4]   2> 1125799 T3212 oasc.AbstractZkTestCase.putConfig put /mnt/ssd/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/core/src/test-files/solr/collection1/conf/protwords.txt to /configs/conf1/protwords.txt
   [junit4]   2> 1125799 T3212 oascc.SolrZkClient.makePath makePath: /configs/conf1/protwords.txt
   [junit4]   2> 1125801 T3212 oasc.AbstractZkTestCase.putConfig put /mnt/ssd/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/core/src/test-files/solr/collection1/conf/currency.xml to /configs/conf1/currency.xml
   [junit4]   2> 1125802 T3212 oascc.SolrZkClient.makePath makePath: /configs/conf1/currency.xml
   [junit4]   2> 1125804 T3212 oasc.AbstractZkTestCase.putConfig put /mnt/ssd/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/core/src/test-files/solr/collection1/conf/enumsConfig.xml to /configs/conf1/enumsConfig.xml
   [junit4]   2> 1125805 T3212 oascc.SolrZkClient.makePath makePath: /configs/conf1/enumsConfig.xml
   [junit4]   2> 1125807 T3212 oasc.AbstractZkTestCase.putConfig put /mnt/ssd/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/core/src/test-files/solr/collection1/conf/open-exchange-rates.json to /configs/conf1/open-exchange-rates.json
   [junit4]   2> 1125808 T3212 oascc.SolrZkClient.makePath makePath: /configs/conf1/open-exchange-rates.json
   [junit4]   2> 1125810 T3212 oasc.AbstractZkTestCase.putConfig put /mnt/ssd/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/core/src/test-files/solr/collection1/conf/mapping-ISOLatin1Accent.txt to /configs/conf1/mapping-ISOLatin1Accent.txt
   [junit4]   2> 1125811 T3212 oascc.SolrZkClient.makePath makePath: /configs/conf1/mapping-ISOLatin1Accent.txt
   [junit4]   2> 1125813 T3212 oasc.AbstractZkTestCase.putConfig put /mnt/ssd/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/core/src/test-files/solr/collection1/conf/old_synonyms.txt to /configs/conf1/old_synonyms.txt
   [junit4]   2> 1125813 T3212 oascc.SolrZkClient.makePath makePath: /configs/conf1/old_synonyms.txt
   [junit4]   2> 1125815 T3212 oasc.AbstractZkTestCase.putConfig put /mnt/ssd/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/core/src/test-files/solr/collection1/conf/synonyms.txt to /configs/conf1/synonyms.txt
   [junit4]   2> 1125816 T3212 oascc.SolrZkClient.makePath makePath: /configs/conf1/synonyms.txt
   [junit4]   2> 1125819 T3212 oascc.SolrZkClient.createZkCredentialsToAddAutomatically Using default ZkCredentialsProvider
   [junit4]   2> 1125820 T3212 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 1125821 T3223 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@300dadd3 name:ZooKeeperConnection Watcher:127.0.0.1:58085/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 1125821 T3212 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 1125822 T3212 oascc.SolrZkClient.createZkACLProvider Using default ZkACLProvider
   [junit4]   2> 1126184 T3212 oejs.Server.doStart jetty-8.1.10.v20130312
   [junit4]   2> 1126207 T3212 oejus.SslContextFactory.doStart Enabled Protocols [SSLv2Hello, SSLv3, TLSv1, TLSv1.1, TLSv1.2] of [SSLv2Hello, SSLv3, TLSv1, TLSv1.1, TLSv1.2]
   [junit4]   2> 1126208 T3212 oejs.AbstractConnector.doStart Started SslSelectChannelConnector@127.0.0.1:57829
   [junit4]   2> 1126227 T3212 oass.SolrDispatchFilter.init SolrDispatchFilter.init()
   [junit4]   2> 1126228 T3212 oasc.SolrResourceLoader.locateSolrHome JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 1126228 T3212 oasc.SolrResourceLoader.locateSolrHome using system property solr.solr.home: ../../../../../../../../../../mnt/ssd/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.ChaosMonkeySafeLeaderTest-E99CD7F5B253F6BA-001/tempDir-002
   [junit4]   2> 1126228 T3212 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '../../../../../../../../../../mnt/ssd/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.ChaosMonkeySafeLeaderTest-E99CD7F5B253F6BA-001/tempDir-002/'
   [junit4]   2> 1126245 T3212 oasc.ConfigSolr.fromFile Loading container configuration from /mnt/ssd/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J1/../../../../../../../../../../mnt/ssd/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.ChaosMonkeySafeLeaderTest-E99CD7F5B253F6BA-001/tempDir-002/solr.xml
   [junit4]   2> 1126282 T3212 oasc.CoreContainer.<init> New CoreContainer 139755274
   [junit4]   2> 1126282 T3212 oasc.CoreContainer.load Loading cores into CoreContainer [instanceDir=../../../../../../../../../../mnt/ssd/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.ChaosMonkeySafeLeaderTest-E99CD7F5B253F6BA-001/tempDir-002/]
   [junit4]   2> 1126283 T3212 oashc.HttpShardHandlerFactory.getParameter Setting socketTimeout to: 90000
   [junit4]   2> 1126283 T3212 oashc.HttpShardHandlerFactory.getParameter Setting urlScheme to: 
   [junit4]   2> 1126283 T3212 oashc.HttpShardHandlerFactory.getParameter Setting connTimeout to: 15000
   [junit4]   2> 1126284 T3212 oashc.HttpShardHandlerFactory.getParameter Setting maxConnectionsPerHost to: 20
   [junit4]   2> 1126284 T3212 oashc.HttpShardHandlerFactory.getParameter Setting maxConnections to: 10000
   [junit4]   2> 1126284 T3212 oashc.HttpShardHandlerFactory.getParameter Setting corePoolSize to: 0
   [junit4]   2> 1126284 T3212 oashc.HttpShardHandlerFactory.getParameter Setting maximumPoolSize to: 2147483647
   [junit4]   2> 1126285 T3212 oashc.HttpShardHandlerFactory.getParameter Setting maxThreadIdleTime to: 5
   [junit4]   2> 1126285 T3212 oashc.HttpShardHandlerFactory.getParameter Setting sizeOfQueue to: -1
   [junit4]   2> 1126285 T3212 oashc.HttpShardHandlerFactory.getParameter Setting fairnessPolicy to: false
   [junit4]   2> 1126287 T3212 oasu.UpdateShardHandler.<init> Creating UpdateShardHandler HTTP client with params: socketTimeout=340000&connTimeout=45000&retry=false
   [junit4]   2> 1126288 T3212 oasl.LogWatcher.createWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory
   [junit4]   2> 1126288 T3212 oasl.LogWatcher.newRegisteredLogWatcher Registering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)]
   [junit4]   2> 1126289 T3212 oasc.CoreContainer.load Host Name: 127.0.0.1
   [junit4]   2> 1126289 T3212 oasc.ZkContainer.initZooKeeper Zookeeper client=127.0.0.1:58085/solr
   [junit4]   2> 1126289 T3212 oasc.ZkController.checkChrootPath zkHost includes chroot
   [junit4]   2> 1126290 T3212 oascc.SolrZkClient.createZkCredentialsToAddAutomatically Using default ZkCredentialsProvider
   [junit4]   2> 1126294 T3212 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 1126294 T3234 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@1f12c8db name:ZooKeeperConnection Watcher:127.0.0.1:58085 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 1126294 T3212 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 1126295 T3212 oascc.SolrZkClient.createZkACLProvider Using default ZkACLProvider
   [junit4]   2> 1126296 T3212 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 1126298 T3236 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@50b23545 name:ZooKeeperConnection Watcher:127.0.0.1:58085/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 1126299 T3212 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 1126300 T3212 oascc.SolrZkClient.makePath makePath: /overseer/queue
   [junit4]   2> 1126301 T3212 oascc.SolrZkClient.makePath makePath: /overseer/collection-queue-work
   [junit4]   2> 1126303 T3212 oascc.SolrZkClient.makePath makePath: /overseer/collection-map-running
   [junit4]   2> 1126305 T3212 oascc.SolrZkClient.makePath makePath: /overseer/collection-map-completed
   [junit4]   2> 1126307 T3212 oascc.SolrZkClient.makePath makePath: /overseer/collection-map-failure
   [junit4]   2> 1126310 T3212 oascc.SolrZkClient.makePath makePath: /live_nodes
   [junit4]   2> 1126311 T3212 oasc.ZkController.createEphemeralLiveNode Register node as live in ZooKeeper:/live_nodes/127.0.0.1:57829_
   [junit4]   2> 1126312 T3212 oascc.SolrZkClient.makePath makePath: /live_nodes/127.0.0.1:57829_
   [junit4]   2> 1126313 T3212 oascc.SolrZkClient.makePath makePath: /overseer_elect
   [junit4]   2> 1126317 T3212 oascc.SolrZkClient.makePath makePath: /overseer_elect/election
   [junit4]   2> 1126318 T3212 oasc.Overseer.close Overseer (id=null) closing
   [junit4]   2> 1126320 T3212 oasc.OverseerElectionContext.runLeaderProcess I am going to be the leader 127.0.0.1:57829_
   [junit4]   2> 1126320 T3212 oascc.SolrZkClient.makePath makePath: /overseer_elect/leader
   [junit4]   2> 1126322 T3212 oasc.Overseer.start Overseer (id=92721227047501828-127.0.0.1:57829_-n_0000000000) starting
   [junit4]   2> 1126323 T3212 oascc.SolrZkClient.makePath makePath: /overseer/queue-work
   [junit4]   2> 1126347 T3212 oasc.OverseerAutoReplicaFailoverThread.<init> Starting OverseerAutoReplicaFailoverThread autoReplicaFailoverWorkLoopDelay=10000 autoReplicaFailoverWaitAfterExpiration=30000 autoReplicaFailoverBadNodeExpiration=60000
   [junit4]   2> 1126349 T3238 oasc.OverseerCollectionProcessor.run Process current queue of collection creations
   [junit4]   2> 1126349 T3212 oascc.SolrZkClient.makePath makePath: /clusterstate.json
   [junit4]   2> 1126351 T3212 oascc.SolrZkClient.makePath makePath: /aliases.json
   [junit4]   2> 1126353 T3212 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
   [junit4]   2> 1126355 T3237 oasc.Overseer$ClusterStateUpdater.run Starting to work on the main queue
   [junit4]   2> 1126359 T3240 oasc.ZkController.publish publishing core=collection1 state=down collection=control_collection
   [junit4]   2> 1126360 T3240 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
   [junit4]   2> 1126361 T3240 oasc.ZkController.waitForCoreNodeName look for our core node name
   [junit4]   2> 1126361 T3241 oasc.DistributedQueue$LatchWatcher.process NodeChildrenChanged fired on path /overseer/queue state SyncConnected
   [junit4]   2> 1126363 T3237 oasc.Overseer$ClusterStateUpdater.updateState Update state numShards=1 message={
   [junit4]   2> 	  "collection":"control_collection",
   [junit4]   2> 	  "shard":null,
   [junit4]   2> 	  "base_url":"https://127.0.0.1:57829",
   [junit4]   2> 	  "state":"down",
   [junit4]   2> 	  "numShards":"1",
   [junit4]   2> 	  "operation":"state",
   [junit4]   2> 	  "roles":null,
   [junit4]   2> 	  "node_name":"127.0.0.1:57829_",
   [junit4]   2> 	  "core":"collection1"}
   [junit4]   2> 1126363 T3237 oasc.Overseer$ClusterStateUpdater.createCollection Create collection control_collection with shards [shard1]
   [junit4]   2> 1126363 T3237 oasc.Overseer$ClusterStateUpdater.createCollection state version control_collection 1
   [junit4]   2> 1126364 T3237 oasc.Overseer$ClusterStateUpdater.updateState Assigning new node to shard shard=shard1
   [junit4]   2> 1126366 T3241 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> 1127361 T3240 oasc.ZkController.waitForShardId waiting to find shard id in clusterstate for collection1
   [junit4]   2> 1127361 T3240 oasc.ZkController.createCollectionZkNode Check for collection zkNode:control_collection
   [junit4]   2> 1127362 T3240 oasc.ZkController.createCollectionZkNode Collection zkNode exists
   [junit4]   2> 1127362 T3240 oascc.ZkStateReader.readConfigName Load collection config from:/collections/control_collection
   [junit4]   2> 1127363 T3240 oascc.ZkStateReader.readConfigName path=/collections/control_collection configName=conf1 specified config exists in ZooKeeper
   [junit4]   2> 1127364 T3240 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '../../../../../../../../../../mnt/ssd/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.ChaosMonkeySafeLeaderTest-E99CD7F5B253F6BA-001/tempDir-002/collection1/'
   [junit4]   2> 1127365 T3240 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/mnt/ssd/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.ChaosMonkeySafeLeaderTest-E99CD7F5B253F6BA-001/tempDir-002/collection1/lib/.svn/' to classloader
   [junit4]   2> 1127365 T3240 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/mnt/ssd/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.ChaosMonkeySafeLeaderTest-E99CD7F5B253F6BA-001/tempDir-002/collection1/lib/classes/' to classloader
   [junit4]   2> 1127366 T3240 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/mnt/ssd/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.ChaosMonkeySafeLeaderTest-E99CD7F5B253F6BA-001/tempDir-002/collection1/lib/README' to classloader
   [junit4]   2> 1127448 T3240 oasc.SolrConfig.<init> Using Lucene MatchVersion: 5.0.0
   [junit4]   2> 1127511 T3240 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig.xml
   [junit4]   2> 1127514 T3240 oass.IndexSchema.readSchema Reading Solr Schema from /configs/conf1/schema.xml
   [junit4]   2> 1127524 T3240 oass.IndexSchema.readSchema [collection1] Schema name=test
   [junit4]   2> 1127920 T3240 oass.IndexSchema.readSchema default search field in schema is text
   [junit4]   2> 1127922 T3240 oass.IndexSchema.readSchema unique key field: id
   [junit4]   2> 1127924 T3240 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
   [junit4]   2> 1127936 T3240 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
   [junit4]   2> 1127974 T3240 oasc.CoreContainer.create Creating SolrCore 'collection1' using configuration from collection control_collection
   [junit4]   2> 1127974 T3240 oasc.SolrCore.initDirectoryFactory solr.StandardDirectoryFactory
   [junit4]   2> 1127975 T3240 oasc.SolrCore.<init> [collection1] Opening new SolrCore at ../../../../../../../../../../mnt/ssd/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.ChaosMonkeySafeLeaderTest-E99CD7F5B253F6BA-001/tempDir-002/collection1/, dataDir=/mnt/ssd/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.ChaosMonkeySafeLeaderTest-E99CD7F5B253F6BA-001/tempDir-001/control/data/
   [junit4]   2> 1127975 T3240 oasc.JmxMonitoredMap.<init> JMX monitoring is enabled. Adding Solr mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@558db56
   [junit4]   2> 1127976 T3240 oasc.CachingDirectoryFactory.get return new directory for /mnt/ssd/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.ChaosMonkeySafeLeaderTest-E99CD7F5B253F6BA-001/tempDir-001/control/data
   [junit4]   2> 1127977 T3240 oasc.SolrCore.getNewIndexDir New index directory detected: old=null new=/mnt/ssd/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.ChaosMonkeySafeLeaderTest-E99CD7F5B253F6BA-001/tempDir-001/control/data/index/
   [junit4]   2> 1127977 T3240 oasc.SolrCore.initIndex WARN [collection1] Solr index directory '/mnt/ssd/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.ChaosMonkeySafeLeaderTest-E99CD7F5B253F6BA-001/tempDir-001/control/data/index' doesn't exist. Creating new index...
   [junit4]   2> 1127977 T3240 oasc.CachingDirectoryFactory.get return new directory for /mnt/ssd/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.ChaosMonkeySafeLeaderTest-E99CD7F5B253F6BA-001/tempDir-001/control/data/index
   [junit4]   2> 1127978 T3240 oasu.RandomMergePolicy.<init> RandomMergePolicy wrapping class org.apache.lucene.index.MockRandomMergePolicy: org.apache.lucene.index.MockRandomMergePolicy@3bdd9085
   [junit4]   2> 1128071 T3240 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits: num=1
   [junit4]   2> 		commit{dir=/mnt/ssd/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.ChaosMonkeySafeLeaderTest-E99CD7F5B253F6BA-001/tempDir-001/control/data/index,segFN=segments_1,generation=1}
   [junit4]   2> 1128071 T3240 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1
   [junit4]   2> 1128077 T3240 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "nodistrib"
   [junit4]   2> 1128077 T3240 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "dedupe"
   [junit4]   2> 1128078 T3240 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe"
   [junit4]   2> 1128078 T3240 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "stored_sig"
   [junit4]   2> 1128078 T3240 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "stored_sig"
   [junit4]   2> 1128079 T3240 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "distrib-dup-test-chain-explicit"
   [junit4]   2> 1128079 T3240 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "distrib-dup-test-chain-implicit"
   [junit4]   2> 1128080 T3240 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "distrib-dup-test-chain-implicit"
   [junit4]   2> 1128080 T3240 oasc.SolrCore.loadUpdateProcessorChains no updateRequestProcessorChain defined as default, creating implicit default
   [junit4]   2> 1128081 T3240 oasc.RequestHandlers.initHandlersFromConfig created /update/csv: org.apache.solr.handler.UpdateRequestHandler
   [junit4]   2> 1128081 T3240 oasc.RequestHandlers.initHandlersFromConfig created /update/json/docs: org.apache.solr.handler.UpdateRequestHandler
   [junit4]   2> 1128082 T3240 oasc.RequestHandlers.initHandlersFromConfig created /update/json: org.apache.solr.handler.UpdateRequestHandler
   [junit4]   2> 1128082 T3240 oasc.RequestHandlers.initHandlersFromConfig created standard: solr.StandardRequestHandler
   [junit4]   2> 1128083 T3240 oasc.RequestHandlers.initHandlersFromConfig created /get: solr.RealTimeGetHandler
   [junit4]   2> 1128083 T3240 oasc.RequestHandlers.initHandlersFromConfig adding lazy requestHandler: solr.ReplicationHandler
   [junit4]   2> 1128084 T3240 oasc.RequestHandlers.initHandlersFromConfig created /replication: solr.ReplicationHandler
   [junit4]   2> 1128084 T3240 oasc.RequestHandlers.initHandlersFromConfig created /update: solr.UpdateRequestHandler
   [junit4]   2> 1128085 T3240 oasc.RequestHandlers.initHandlersFromConfig created /admin/: org.apache.solr.handler.admin.AdminHandlers
   [junit4]   2> 1128085 T3240 oasc.RequestHandlers.initHandlersFromConfig created /admin/file: solr.admin.ShowFileRequestHandler
   [junit4]   2> 1128086 T3240 oasc.RequestHandlers.initHandlersFromConfig created /admin/fileedit: solr.admin.EditFileRequestHandler
   [junit4]   2> 1128090 T3240 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 1128093 T3240 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 1128095 T3240 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 1128097 T3240 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 1128101 T3240 oasu.CommitTracker.<init> Hard AutoCommit: disabled
   [junit4]   2> 1128101 T3240 oasu.CommitTracker.<init> Soft AutoCommit: disabled
   [junit4]   2> 1128102 T3240 oasu.RandomMergePolicy.<init> RandomMergePolicy wrapping class org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: maxMergeAtOnce=16, maxMergeAtOnceExplicit=49, maxMergedSegmentMB=97.9501953125, floorSegmentMB=1.912109375, forceMergeDeletesPctAllowed=9.31799848224565, segmentsPerTier=48.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.0
   [junit4]   2> 1128104 T3240 oasc.SolrDeletionPolicy.onInit SolrDeletionPolicy.onInit: commits: num=1
   [junit4]   2> 		commit{dir=/mnt/ssd/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.ChaosMonkeySafeLeaderTest-E99CD7F5B253F6BA-001/tempDir-001/control/data/index,segFN=segments_1,generation=1}
   [junit4]   2> 1128104 T3240 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1
   [junit4]   2> 1128104 T3240 oass.SolrIndexSearcher.<init> Opening Searcher@7e850673[collection1] main
   [junit4]   2> 1128105 T3240 oascc.ZkStateReader.readConfigName Load collection config from:/collections/control_collection
   [junit4]   2> 1128106 T3240 oascc.ZkStateReader.readConfigName path=/collections/control_collection configName=conf1 specified config exists in ZooKeeper
   [junit4]   2> 1128106 T3240 oasr.ManagedResourceStorage.newStorageIO Setting up ZooKeeper-based storage for the RestManager with znodeBase: /configs/conf1
   [junit4]   2> 1128107 T3240 oasr.ManagedResourceStorage$ZooKeeperStorageIO.configure Configured ZooKeeperStorageIO with znodeBase: /configs/conf1
   [junit4]   2> 1128107 T3240 oasr.RestManager.init Initializing RestManager with initArgs: {}
   [junit4]   2> 1128107 T3240 oasr.ManagedResourceStorage.load Reading _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 1128108 T3240 oasr.ManagedResourceStorage$ZooKeeperStorageIO.openInputStream No data found for znode /configs/conf1/_rest_managed.json
   [junit4]   2> 1128108 T3240 oasr.ManagedResourceStorage.load Loaded null at path _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 1128109 T3240 oascc.SolrZkClient.makePath makePath: /configs/conf1/_rest_managed.json
   [junit4]   2> 1128111 T3240 oasr.ManagedResourceStorage$ZooKeeperStorageIO$1.close Wrote 38 bytes to new znode /configs/conf1/_rest_managed.json
   [junit4]   2> 1128111 T3240 oasr.ManagedResourceStorage$JsonStorage.store Saved JSON object to path _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 1128111 T3240 oasr.RestManager.init Initializing 0 registered ManagedResources
   [junit4]   2> 1128114 T3242 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@7e850673[collection1] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 1128116 T3240 oasc.CoreContainer.registerCore registering core: collection1
   [junit4]   2> 1128117 T3245 oasc.ZkController.register Register replica - core:collection1 address:https://127.0.0.1:57829 collection:control_collection shard:shard1
   [junit4]   2> 1128117 T3212 oass.SolrDispatchFilter.init user.dir=/mnt/ssd/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J1
   [junit4]   2> 1128118 T3245 oascc.SolrZkClient.makePath makePath: /collections/control_collection/leader_elect/shard1/election
   [junit4]   2> 1128118 T3212 oass.SolrDispatchFilter.init SolrDispatchFilter.init() done
   [junit4]   2> 1128123 T3212 oascc.SolrZkClient.createZkCredentialsToAddAutomatically Using default ZkCredentialsProvider
   [junit4]   2> 1128124 T3212 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 1128125 T3247 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@3162f7f5 name:ZooKeeperConnection Watcher:127.0.0.1:58085/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 1128126 T3212 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 1128126 T3212 oascc.SolrZkClient.createZkACLProvider Using default ZkACLProvider
   [junit4]   2> 1128127 T3212 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
   [junit4]   2> 1128131 T3245 oasc.ShardLeaderElectionContext.runLeaderProcess Running the leader process for shard shard1
   [junit4]   2> 1128131 T3212 oasc.ChaosMonkey.monkeyLog monkey: init - expire sessions:false cause connection loss:false
   [junit4]   2> 1128133 T3241 oasc.DistributedQueue$LatchWatcher.process NodeChildrenChanged fired on path /overseer/queue state SyncConnected
   [junit4]   2> 1128134 T3245 oasc.ShardLeaderElectionContext.waitForReplicasToComeUp Enough replicas found to continue.
   [junit4]   2> 1128139 T3241 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> 1128142 T3245 oasc.ShardLeaderElectionContext.runLeaderProcess I may be the new leader - try and sync
   [junit4]   2> ASYNC  NEW_CORE C426 name=collection1 org.apache.solr.core.SolrCore@140a966a url=https://127.0.0.1:57829/collection1 node=127.0.0.1:57829_ C426_STATE=coll:control_collection core:collection1 props:{base_url=https://127.0.0.1:57829, state=down, node_name=127.0.0.1:57829_, core=collection1}
   [junit4]   2> 1128143 T3245 C426 P57829 oasc.SyncStrategy.sync Sync replicas to https://127.0.0.1:57829/collection1/
   [junit4]   2> 1128143 T3245 C426 P57829 oasc.SyncStrategy.syncReplicas Sync Success - now sync replicas to me
   [junit4]   2> 1128143 T3245 C426 P57829 oasc.SyncStrategy.syncToMe https://127.0.0.1:57829/collection1/ has no replicas
   [junit4]   2> 1128144 T3245 oasc.ShardLeaderElectionContext.runLeaderProcess I am the new leader: https://127.0.0.1:57829/collection1/ shard1
   [junit4]   2> 1128144 T3245 oascc.SolrZkClient.makePath makePath: /collections/control_collection/leaders/shard1
   [junit4]   2> 1128148 T3241 oasc.DistributedQueue$LatchWatcher.process NodeChildrenChanged fired on path /overseer/queue state SyncConnected
   [junit4]   2> 1128149 T3248 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> 1128253 T3248 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> 1128253 T3241 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> 1128301 T3245 oasc.ZkController.register We are https://127.0.0.1:57829/collection1/ and leader is https://127.0.0.1:57829/collection1/
   [junit4]   2> 1128301 T3245 oasc.ZkController.register No LogReplay needed for core=collection1 baseURL=https://127.0.0.1:57829
   [junit4]   2> 1128301 T3245 oasc.ZkController.checkRecovery I am the leader, no recovery necessary
   [junit4]   2> 1128301 T3245 oasc.ZkController.publish publishing core=collection1 state=active collection=control_collection
   [junit4]   2> 1128302 T3245 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
   [junit4]   2> 1128304 T3241 oasc.DistributedQueue$LatchWatcher.process NodeChildrenChanged fired on path /overseer/queue state SyncConnected
   [junit4]   2> 1128308 T3237 oasc.Overseer$ClusterStateUpdater.updateState Update state numShards=3 message={
   [junit4]   2> 	  "collection":"control_collection",
   [junit4]   2> 	  "shard":"shard1",
   [junit4]   2> 	  "base_url":"https://127.0.0.1:57829",
   [junit4]   2> 	  "core_node_name":"core_node1",
   [junit4]   2> 	  "state":"active",
   [junit4]   2> 	  "numShards":"3",
   [junit4]   2> 	  "operation":"state",
   [junit4]   2> 	  "roles":null,
   [junit4]   2> 	  "node_name":"127.0.0.1:57829_",
   [junit4]   2> 	  "core":"collection1"}
   [junit4]   2> 1128412 T3241 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> 1128412 T3248 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> 1128519 T3212 oasc.AbstractFullDistribZkTestBase.createJettys create jetty 1
   [junit4]   2> 1128520 T3212 oejs.Server.doStart jetty-8.1.10.v20130312
   [junit4]   2> 1128523 T3212 oejus.SslContextFactory.doStart Enabled Protocols [SSLv2Hello, SSLv3, TLSv1, TLSv1.1, TLSv1.2] of [SSLv2Hello, SSLv3, TLSv1, TLSv1.1, TLSv1.2]
   [junit4]   2> 1128525 T3212 oejs.AbstractConnector.doStart Started SslSelectChannelConnector@127.0.0.1:58656
   [junit4]   2> 1128529 T3212 oass.SolrDispatchFilter.init SolrDispatchFilter.init()
   [junit4]   2> 1128529 T3212 oasc.SolrResourceLoader.locateSolrHome JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 1128530 T3212 oasc.SolrResourceLoader.locateSolrHome using system property solr.solr.home: ../../../../../../../../../../mnt/ssd/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.ChaosMonkeySafeLeaderTest-E99CD7F5B253F6BA-001/tempDir-003
   [junit4]   2> 1128530 T3212 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '../../../../../../../../../../mnt/ssd/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.ChaosMonkeySafeLeaderTest-E99CD7F5B253F6BA-001/tempDir-003/'
   [junit4]   2> 1128556 T3212 oasc.ConfigSolr.fromFile Loading container configuration from /mnt/ssd/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J1/../../../../../../../../../../mnt/ssd/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.ChaosMonkeySafeLeaderTest-E99CD7F5B253F6BA-001/tempDir-003/solr.xml
   [junit4]   2> 1128649 T3212 oasc.CoreContainer.<init> New CoreContainer 1289205776
   [junit4]   2> 1128650 T3212 oasc.CoreContainer.load Loading cores into CoreContainer [instanceDir=../../../../../../../../../../mnt/ssd/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.ChaosMonkeySafeLeaderTest-E99CD7F5B253F6BA-001/tempDir-003/]
   [junit4]   2> 1128653 T3212 oashc.HttpShardHandlerFactory.getParameter Setting socketTimeout to: 90000
   [junit4]   2> 1128654 T3212 oashc.HttpShardHandlerFactory.getParameter Setting urlScheme to: 
   [junit4]   2> 1128655 T3212 oashc.HttpShardHandlerFactory.getParameter Setting connTimeout to: 15000
   [junit4]   2> 1128655 T3212 oashc.HttpShardHandlerFactory.getParameter Setting maxConnectionsPerHost to: 20
   [junit4]   2> 1128655 T3212 oashc.HttpShardHandlerFactory.getParameter Setting maxConnections to: 10000
   [junit4]   2> 1128655 T3212 oashc.HttpShardHandlerFactory.getParameter Setting corePoolSize to: 0
   [junit4]   2> 1128656 T3212 oashc.HttpShardHandlerFactory.getParameter Setting maximumPoolSize to: 2147483647
   [junit4]   2> 1128656 T3212 oashc.HttpShardHandlerFactory.getParameter Setting maxThreadIdleTime to: 5
   [junit4]   2> 1128656 T3212 oashc.HttpShardHandlerFactory.getParameter Setting sizeOfQueue to: -1
   [junit4]   2> 1128656 T3212 oashc.HttpShardHandlerFactory.getParameter Setting fairnessPolicy to: false
   [junit4]   2> 1128658 T3212 oasu.UpdateShardHandler.<init> Creating UpdateShardHandler HTTP client with params: socketTimeout=340000&connTimeout=45000&retry=false
   [junit4]   2> 1128660 T3212 oasl.LogWatcher.createWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory
   [junit4]   2> 1128660 T3212 oasl.LogWatcher.newRegisteredLogWatcher Registering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)]
   [junit4]   2> 1128661 T3212 oasc.CoreContainer.load Host Name: 127.0.0.1
   [junit4]   2> 1128661 T3212 oasc.ZkContainer.initZooKeeper Zookeeper client=127.0.0.1:58085/solr
   [junit4]   2> 1128661 T3212 oasc.ZkController.checkChrootPath zkHost includes chroot
   [junit4]   2> 1128662 T3212 oascc.SolrZkClient.createZkCredentialsToAddAutomatically Using default ZkCredentialsProvider
   [junit4]   2> 1128665 T3212 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 1128670 T3259 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@5e1f5aa7 name:ZooKeeperConnection Watcher:127.0.0.1:58085 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 1128670 T3212 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 1128671 T3212 oascc.SolrZkClient.createZkACLProvider Using default ZkACLProvider
   [junit4]   2> 1128678 T3212 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 1128679 T3261 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@4a4e45e4 name:ZooKeeperConnection Watcher:127.0.0.1:58085/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 1128679 T3212 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 1128687 T3212 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
   [junit4]   2> 1129692 T3212 oasc.ZkController.createEphemeralLiveNode Register node as live in ZooKeeper:/live_nodes/127.0.0.1:58656_
   [junit4]   2> 1129693 T3212 oascc.SolrZkClient.makePath makePath: /live_nodes/127.0.0.1:58656_
   [junit4]   2> 1129698 T3212 oasc.Overseer.close Overseer (id=null) closing
   [junit4]   2> 1129716 T3263 oasc.ZkController.publish publishing core=collection1 state=down collection=collection1
   [junit4]   2> 1129716 T3263 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
   [junit4]   2> 1129717 T3241 oasc.DistributedQueue$LatchWatcher.process NodeChildrenChanged fired on path /overseer/queue state SyncConnected
   [junit4]   2> 1129717 T3263 oasc.ZkController.waitForCoreNodeName look for our core node name
   [junit4]   2> 1129720 T3237 oasc.Overseer$ClusterStateUpdater.updateState Update state numShards=3 message={
   [junit4]   2> 	  "collection":"collection1",
   [junit4]   2> 	  "shard":null,
   [junit4]   2> 	  "base_url":"https://127.0.0.1:58656",
   [junit4]   2> 	  "state":"down",
   [junit4]   2> 	  "numShards":"3",
   [junit4]   2> 	  "operation":"state",
   [junit4]   2> 	  "roles":null,
   [junit4]   2> 	  "node_name":"127.0.0.1:58656_",
   [junit4]   2> 	  "core":"collection1"}
   [junit4]   2> 1129720 T3237 oasc.Overseer$ClusterStateUpdater.createCollection Create collection collection1 with shards [shard1, shard2, shard3]
   [junit4]   2> 1129720 T3237 oasc.Overseer$ClusterStateUpdater.createCollection state version collection1 1
   [junit4]   2> 1129721 T3237 oasc.Overseer$ClusterStateUpdater.updateState Assigning new node to shard shard=shard3
   [junit4]   2> 1129824 T3262 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> 1129824 T3248 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> 1129824 T3241 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> 1130718 T3263 oasc.ZkController.waitForShardId waiting to find shard id in clusterstate for collection1
   [junit4]   2> 1130718 T3263 oasc.ZkController.createCollectionZkNode Check for collection zkNode:collection1
   [junit4]   2> 1130721 T3263 oasc.ZkController.createCollectionZkNode Collection zkNode exists
   [junit4]   2> 1130722 T3263 oascc.ZkStateReader.readConfigName Load collection config from:/collections/collection1
   [junit4]   2> 1130723 T3263 oascc.ZkStateReader.readConfigName path=/collections/collection1 configName=conf1 specified config exists in ZooKeeper
   [junit4]   2> 1130723 T3263 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '../../../../../../../../../../mnt/ssd/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.ChaosMonkeySafeLeaderTest-E99CD7F5B253F6BA-001/tempDir-003/collection1/'
   [junit4]   2> 1130724 T3263 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/mnt/ssd/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.ChaosMonkeySafeLeaderTest-E99CD7F5B253F6BA-001/tempDir-003/collection1/lib/.svn/' to classloader
   [junit4]   2> 1130725 T3263 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/mnt/ssd/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.ChaosMonkeySafeLeaderTest-E99CD7F5B253F6BA-001/tempDir-003/collection1/lib/classes/' to classloader
   [junit4]   2> 1130725 T3263 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/mnt/ssd/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.ChaosMonkeySafeLeaderTest-E99CD7F5B253F6BA-001/tempDir-003/collection1/lib/README' to classloader
   [junit4]   2> 1130785 T3263 oasc.SolrConfig.<init> Using Lucene MatchVersion: 5.0.0
   [junit4]   2> 1130820 T3263 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig.xml
   [junit4]   2> 1130828 T3263 oass.IndexSchema.readSchema Reading Solr Schema from /configs/conf1/schema.xml
   [junit4]   2> 1130838 T3263 oass.IndexSchema.readSchema [collection1] Schema name=test
   [junit4]   2> 1131182 T3263 oass.IndexSchema.readSchema default search field in schema is text
   [junit4]   2> 1131184 T3263 oass.IndexSchema.readSchema unique key field: id
   [junit4]   2> 1131186 T3263 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
   [junit4]   2> 1131191 T3263 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
   [junit4]   2> 1131233 T3263 oasc.CoreContainer.create Creating SolrCore 'collection1' using configuration from collection collection1
   [junit4]   2> 1131233 T3263 oasc.SolrCore.initDirectoryFactory solr.StandardDirectoryFactory
   [junit4]   2> 1131233 T3263 oasc.SolrCore.<init> [collection1] Opening new SolrCore at ../../../../../../../../../../mnt/ssd/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.ChaosMonkeySafeLeaderTest-E99CD7F5B253F6BA-001/tempDir-003/collection1/, dataDir=/mnt/ssd/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.ChaosMonkeySafeLeaderTest-E99CD7F5B253F6BA-001/tempDir-001/jetty1/
   [junit4]   2> 1131233 T3263 oasc.JmxMonitoredMap.<init> JMX monitoring is enabled. Adding Solr mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@558db56
   [junit4]   2> 1131234 T3263 oasc.CachingDirectoryFactory.get return new directory for /mnt/ssd/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.ChaosMonkeySafeLeaderTest-E99CD7F5B253F6BA-001/tempDir-001/jetty1
   [junit4]   2> 1131234 T3263 oasc.SolrCore.getNewIndexDir New index directory detected: old=null new=/mnt/ssd/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.ChaosMonkeySafeLeaderTest-E99CD7F5B253F6BA-001/tempDir-001/jetty1/index/
   [junit4]   2> 1131235 T3263 oasc.SolrCore.initIndex WARN [collection1] Solr index directory '/mnt/ssd/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.ChaosMonkeySafeLeaderTest-E99CD7F5B253F6BA-001/tempDir-001/jetty1/index' doesn't exist. Creating new index...
   [junit4]   2> 1131235 T3263 oasc.CachingDirectoryFactory.get return new directory for /mnt/ssd/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.ChaosMonkeySafeLeaderTest-E99CD7F5B253F6BA-001/tempDir-001/jetty1/index
   [junit4]   2> 1131235 T3263 oasu.RandomMergePolicy.<init> RandomMergePolicy wrapping class org.apache.lucene.index.MockRandomMergePolicy: org.apache.lucene.index.MockRandomMergePolicy@2aaa46e6
   [junit4]   2> 1131257 T3263 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits: num=1
   [junit4]   2> 		commit{dir=/mnt/ssd/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.ChaosMonkeySafeLeaderTest-E99CD7F5B253F6BA-001/tempDir-001/jetty1/index,segFN=segments_1,generation=1}
   [junit4]   2> 1131257 T3263 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1
   [junit4]   2> 1131274 T3263 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "nodistrib"
   [junit4]   2> 1131274 T3263 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "dedupe"
   [junit4]   2> 1131275 T3263 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe"
   [junit4]   2> 1131275 T3263 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "stored_sig"
   [junit4]   2> 1131275 T3263 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "stored_sig"
   [junit4]   2> 1131276 T3263 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "distrib-dup-test-chain-explicit"
   [junit4]   2> 1131276 T3263 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "distrib-dup-test-chain-implicit"
   [junit4]   2> 1131276 T3263 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "distrib-dup-test-chain-implicit"
   [junit4]   2> 1131277 T3263 oasc.SolrCore.loadUpdateProcessorChains no updateRequestProcessorChain defined as default, creating implicit default
   [junit4]   2> 1131278 T3263 oasc.RequestHandlers.initHandlersFromConfig created /update/csv: org.apache.solr.handler.UpdateRequestHandler
   [junit4]   2> 1131278 T3263 oasc.RequestHandlers.initHandlersFromConfig created /update/json/docs: org.apache.solr.handler.UpdateRequestHandler
   [junit4]   2> 1131279 T3263 oasc.RequestHandlers.initHandlersFromConfig created /update/json: org.apache.solr.handler.UpdateRequestHandler
   [junit4]   2> 1131280 T3263 oasc.RequestHandlers.initHandlersFromConfig created standard: solr.StandardRequestHandler
   [junit4]   2> 1131280 T3263 oasc.RequestHandlers.initHandlersFromConfig created /get: solr.RealTimeGetHandler
   [junit4]   2> 1131280 T3263 oasc.RequestHandlers.initHandlersFromConfig adding lazy requestHandler: solr.ReplicationHandler
   [junit4]   2> 1131281 T3263 oasc.RequestHandlers.initHandlersFromConfig created /replication: solr.ReplicationHandler
   [junit4]   2> 1131281 T3263 oasc.RequestHandlers.initHandlersFromConfig created /update: solr.UpdateRequestHandler
   [junit4]   2> 1131282 T3263 oasc.RequestHandlers.initHandlersFromConfig created /admin/: org.apache.solr.handler.admin.AdminHandlers
   [junit4]   2> 1131282 T3263 oasc.RequestHandlers.initHandlersFromConfig created /admin/file: solr.admin.ShowFileRequestHandler
   [junit4]   2> 1131283 T3263 oasc.RequestHandlers.initHandlersFromConfig created /admin/fileedit: solr.admin.EditFileRequestHandler
   [junit4]   2> 1131287 T3263 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 1131289 T3263 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 1131291 T3263 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 1131293 T3263 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 1131295 T3263 oasu.CommitTracker.<init> Hard AutoCommit: disabled
   [junit4]   2> 1131296 T3263 oasu.CommitTracker.<init> Soft AutoCommit: disabled
   [junit4]   2> 1131297 T3263 oasu.RandomMergePolicy.<init> RandomMergePolicy wrapping class org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: maxMergeAtOnce=16, maxMergeAtOnceExplicit=49, maxMergedSegmentMB=97.9501953125, floorSegmentMB=1.912109375, forceMergeDeletesPctAllowed=9.31799848224565, segmentsPerTier=48.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.0
   [junit4]   2> 1131298 T3263 oasc.SolrDeletionPolicy.onInit SolrDeletionPolicy.onInit: commits: num=1
   [junit4]   2> 		commit{dir=/mnt/ssd/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.ChaosMonkeySafeLeaderTest-E99CD7F5B253F6BA-001/tempDir-001/jetty1/index,segFN=segments_1,generation=1}
   [junit4]   2> 1131299 T3263 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1
   [junit4]   2> 1131299 T3263 oass.SolrIndexSearcher.<init> Opening Searcher@588d9757[collection1] main
   [junit4]   2> 1131299 T3263 oascc.ZkStateReader.readConfigName Load collection config from:/collections/collection1
   [junit4]   2> 1131301 T3263 oascc.ZkStateReader.readConfigName path=/collections/collection1 configName=conf1 specified config exists in ZooKeeper
   [junit4]   2> 1131301 T3263 oasr.ManagedResourceStorage.newStorageIO Setting up ZooKeeper-based storage for the RestManager with znodeBase: /configs/conf1
   [junit4]   2> 1131305 T3263 oasr.ManagedResourceStorage$ZooKeeperStorageIO.configure Configured ZooKeeperStorageIO with znodeBase: /configs/conf1
   [junit4]   2> 1131305 T3263 oasr.RestManager.init Initializing RestManager with initArgs: {}
   [junit4]   2> 1131306 T3263 oasr.ManagedResourceStorage.load Reading _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 1131307 T3263 oasr.ManagedResourceStorage$ZooKeeperStorageIO.openInputStream Read 38 bytes from znode /configs/conf1/_rest_managed.json
   [junit4]   2> 1131307 T3263 oasr.ManagedResourceStorage.load Loaded LinkedHashMap at path _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 1131307 T3263 oasr.ManagedResource.reloadFromStorage Loaded initArgs {} for /rest/managed
   [junit4]   2> 1131307 T3263 oasr.RestManager.init Initializing 0 registered ManagedResources
   [junit4]   2> 1131313 T3264 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@588d9757[collection1] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 1131315 T3263 oasc.CoreContainer.registerCore registering core: collection1
   [junit4]   2> 1131316 T3267 oasc.ZkController.register Register replica - core:collection1 address:https://127.0.0.1:58656 collection:collection1 shard:shard3
   [junit4]   2> 1131317 T3212 oass.SolrDispatchFilter.init user.dir=/mnt/ssd/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J1
   [junit4]   2> 1131317 T3212 oass.SolrDispatchFilter.init SolrDispatchFilter.init() done
   [junit4]   2> 1131327 T3267 oascc.SolrZkClient.makePath makePath: /collections/collection1/leader_elect/shard3/election
   [junit4]   2> 1131338 T3267 oasc.ShardLeaderElectionContext.runLeaderProcess Running the leader process for shard shard3
   [junit4]   2> 1131339 T3241 oasc.DistributedQueue$LatchWatcher.process NodeChildrenChanged fired on path /overseer/queue state SyncConnected
   [junit4]   2> 1131344 T3248 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> 1131344 T3241 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> 1131347 T3262 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> 1131348 T3267 oasc.ShardLeaderElectionContext.waitForReplicasToComeUp Enough replicas found to continue.
   [junit4]   2> 1131348 T3267 oasc.ShardLeaderElectionContext.runLeaderProcess I may be the new leader - try and sync
   [junit4]   2> ASYNC  NEW_CORE C427 name=collection1 org.apache.solr.core.SolrCore@4999b8e7 url=https://127.0.0.1:58656/collection1 node=127.0.0.1:58656_ C427_STATE=coll:collection1 core:collection1 props:{base_url=https://127.0.0.1:58656, state=down, node_name=127.0.0.1:58656_, core=collection1}
   [junit4]   2> 1131349 T3267 C427 P58656 oasc.SyncStrategy.sync Sync replicas to https://127.0.0.1:58656/collection1/
   [junit4]   2> 1131349 T3267 C427 P58656 oasc.SyncStrategy.syncReplicas Sync Success - now sync replicas to me
   [junit4]   2> 1131349 T3267 C427 P58656 oasc.SyncStrategy.syncToMe https://127.0.0.1:58656/collection1/ has no replicas
   [junit4]   2> 1131349 T3267 oasc.ShardLeaderElectionContext.runLeaderProcess I am the new leader: https://127.0.0.1:58656/collection1/ shard3
   [junit4]   2> 1131350 T3267 oascc.SolrZkClient.makePath makePath: /collections/collection1/leaders/shard3
   [junit4]   2> 1131354 T3241 oasc.DistributedQueue$LatchWatcher.process NodeChildrenChanged fired on path /overseer/queue state SyncConnected
   [junit4]   2> 1131460 T3262 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> 1131460 T3248 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> 1131461 T3241 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> 1131505 T3267 oasc.ZkController.register We are https://127.0.0.1:58656/collection1/ and leader is https://127.0.0.1:58656/collection1/
   [junit4]   2> 1131506 T3267 oasc.ZkController.register No LogReplay needed for core=collection1 baseURL=https://127.0.0.1:58656
   [junit4]   2> 1131506 T3267 oasc.ZkController.checkRecovery I am the leader, no recovery necessary
   [junit4]   2> 1131506 T3267 oasc.ZkController.publish publishing core=collection1 state=active collection=collection1
   [junit4]   2> 1131506 T3267 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
   [junit4]   2> 1131508 T3241 oasc.DistributedQueue$LatchWatcher.process NodeChildrenChanged fired on path /overseer/queue state SyncConnected
   [junit4]   2> 1131511 T3237 oasc.Overseer$ClusterStateUpdater.updateState Update state numShards=3 message={
   [junit4]   2> 	  "collection":"collection1",
   [junit4]   2> 	  "shard":"shard3",
   [junit4]   2> 	  "base_url":"https://127.0.0.1:58656",
   [junit4]   2> 	  "core_node_name":"core_node1",
   [junit4]   2> 	  "state":"active",
   [junit4]   2> 	  "numShards":"3",
   [junit4]   2> 	  "operation":"state",
   [junit4]   2> 	  "roles":null,
   [junit4]   2> 	  "node_name":"127.0.0.1:58656_",
   [junit4]   2> 	  "core":"collection1"}
   [junit4]   2> 1131613 T3248 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> 1131613 T3262 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> 1131614 T3241 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> 1131684 T3212 oasc.AbstractFullDistribZkTestBase.createJettys create jetty 2
   [junit4]   2> 1131685 T3212 oejs.Server.doStart jetty-8.1.10.v20130312
   [junit4]   2> 1131688 T3212 oejus.SslContextFactory.doStart Enabled Protocols [SSLv2Hello, SSLv3, TLSv1, TLSv1.1, TLSv1.2] of [SSLv2Hello, SSLv3, TLSv1, TLSv1.1, TLSv1.2]
   [junit4]   2> 1131690 T3212 oejs.AbstractConnector.doStart Started SslSelectChannelConnector@127.0.0.1:41748
   [junit4]   2> 1131691 T3212 oass.SolrDispatchFilter.init SolrDispatchFilter.init()
   [junit4]   2> 1131692 T3212 oasc.SolrResourceLoader.locateSolrHome JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 1131692 T3212 oasc.SolrResourceLoader.locateSolrHome using system property solr.solr.home: /mnt/ssd/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.ChaosMonkeySafeLeaderTest-E99CD7F5B253F6BA-001/tempDir-004
   [junit4]   2> 1131692 T3212 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '/mnt/ssd/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.ChaosMonkeySafeLeaderTest-E99CD7F5B253F6BA-001/tempDir-004/'
   [junit4]   2> 1131709 T3212 oasc.ConfigSolr.fromFile Loading container configuration from /mnt/ssd/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.ChaosMonkeySafeLeaderTest-E99CD7F5B253F6BA-001/tempDir-004/solr.xml
   [junit4]   2> 1131759 T3212 oasc.CoreContainer.<init> New CoreContainer 1339164528
   [junit4]   2> 1131759 T3212 oasc.CoreContainer.load Loading cores into CoreContainer [instanceDir=/mnt/ssd/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.ChaosMonkeySafeLeaderTest-E99CD7F5B253F6BA-001/tempDir-004/]
   [junit4]   2> 1131760 T3212 oashc.HttpShardHandlerFactory.getParameter Setting socketTimeout to: 90000
   [junit4]   2> 1131760 T3212 oashc.HttpShardHandlerFactory.getParameter Setting urlScheme to: 
   [junit4]   2> 1131761 T3212 oashc.HttpShardHandlerFactory.getParameter Setting connTimeout to: 15000
   [junit4]   2> 1131763 T3212 oashc.HttpShardHandlerFactory.getParameter Setting maxConnectionsPerHost to: 20
   [junit4]   2> 1131764 T3212 oashc.HttpShardHandlerFactory.getParameter Setting maxConnections to: 10000
   [junit4]   2> 1131764 T3212 oashc.HttpShardHandlerFactory.getParameter Setting corePoolSize to: 0
   [junit4]   2> 1131764 T3212 oashc.HttpShardHandlerFactory.getParameter Setting maximumPoolSize to: 2147483647
   [junit4]   2> 1131764 T3212 oashc.HttpShardHandlerFactory.getParameter Setting maxThreadIdleTime to: 5
   [junit4]   2> 1131765 T3212 oashc.HttpShardHandlerFactory.getParameter Setting sizeOfQueue to: -1
   [junit4]   2> 1131765 T3212 oashc.HttpShardHandlerFactory.getParameter Setting fairnessPolicy to: false
   [junit4]   2> 1131767 T3212 oasu.UpdateShardHandler.<init> Creating UpdateShardHandler HTTP client with params: socketTimeout=340000&connTimeout=45000&retry=false
   [junit4]   2> 1131770 T3212 oasl.LogWatcher.createWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory
   [junit4]   2> 1131771 T3212 oasl.LogWatcher.newRegisteredLogWatcher Registering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)]
   [junit4]   2> 1131771 T3212 oasc.CoreContainer.load Host Name: 127.0.0.1
   [junit4]   2> 1131772 T3212 oasc.ZkContainer.initZooKeeper Zookeeper client=127.0.0.1:58085/solr
   [junit4]   2> 1131772 T3212 oasc.ZkController.checkChrootPath zkHost includes chroot
   [junit4]   2> 1131773 T3212 oascc.SolrZkClient.createZkCredentialsToAddAutomatically Using default ZkCredentialsProvider
   [junit4]   2> 1131777 T3212 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 1131779 T3278 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@2ef6baa name:ZooKeeperConnection Watcher:127.0.0.1:58085 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 1131779 T3212 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 1131779 T3212 oascc.SolrZkClient.createZkACLProvider Using default ZkACLProvider
   [junit4]   2> 1131796 T3212 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 1131796 T3280 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@9c9d370 name:ZooKeeperConnection Watcher:127.0.0.1:58085/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 1131797 T3212 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 1131804 T3212 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
   [junit4]   2> 1132828 T3212 oasc.ZkController.createEphemeralLiveNode Register node as live in ZooKeeper:/live_nodes/127.0.0.1:41748_
   [junit4]   2> 1132830 T3212 oascc.SolrZkClient.makePath makePath: /live_nodes/127.0.0.1:41748_
   [junit4]   2> 1132834 T3212 oasc.Overseer.close Overseer (id=null) closing
   [junit4]   2> 1132846 T3282 oasc.ZkController.publish publishing core=collection1 state=down collection=collection1
   [junit4]   2> 1132847 T3282 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
   [junit4]   2> 1132848 T3282 oasc.ZkController.waitForCoreNodeName look for our core node name
   [junit4]   2> 1132848 T3241 oasc.DistributedQueue$LatchWatcher.process NodeChildrenChanged fired on path /overseer/queue state SyncConnected
   [junit4]   2> 1132850 T3237 oasc.Overseer$ClusterStateUpdater.updateState Update state numShards=3 message={
   [junit4]   2> 	  "collection":"collection1",
   [junit4]   2> 	  "shard":null,
   [junit4]   2> 	  "base_url":"https://127.0.0.1:41748",
   [junit4]   2> 	  "state":"down",
   [junit4]   2> 	  "numShards":"3",
   [junit4]   2> 	  "operation":"state",
   [junit4]   2> 	  "roles":null,
   [junit4]   2> 	  "node_name":"127.0.0.1:41748_",
   [junit4]   2> 	  "core":"collection1"}
   [junit4]   2> 1132851 T3237 oasc.Overseer$ClusterStateUpdater.updateState Collection already exists with numShards=3
   [junit4]   2> 1132851 T3237 oasc.Overseer$ClusterStateUpdater.updateState Assigning new node to shard shard=shard2
   [junit4]   2> 1132954 T3248 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> 1132954 T3241 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> 1132954 T3262 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> 1132954 T3281 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> 1133849 T3282 oasc.ZkController.waitForShardId waiting to find shard id in clusterstate for collection1
   [junit4]   2> 1133849 T3282 oasc.ZkController.createCollectionZkNode Check for collection zkNode:collection1
   [junit4]   2> 1133850 T3282 oasc.ZkController.createCollectionZkNode Collection zkNode exists
   [junit4]   2> 1133850 T3282 oascc.ZkStateReader.readConfigName Load collection config from:/collections/collection1
   [junit4]   2> 1133855 T3282 oascc.ZkStateReader.readConfigName path=/collections/collection1 configName=conf1 specified config exists in ZooKeeper
   [junit4]   2> 1133856 T3282 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '/mnt/ssd/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.ChaosMonkeySafeLeaderTest-E99CD7F5B253F6BA-001/tempDir-004/collection1/'
   [junit4]   2> 1133856 T3282 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/mnt/ssd/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.ChaosMonkeySafeLeaderTest-E99CD7F5B253F6BA-001/tempDir-004/collection1/lib/.svn/' to classloader
   [junit4]   2> 1133857 T3282 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/mnt/ssd/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.ChaosMonkeySafeLeaderTest-E99CD7F5B253F6BA-001/tempDir-004/collection1/lib/classes/' to classloader
   [junit4]   2> 1133857 T3282 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/mnt/ssd/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.ChaosMonkeySafeLeaderTest-E99CD7F5B253F6BA-001/tempDir-004/collection1/lib/README' to classloader
   [junit4]   2> 1133898 T3282 oasc.SolrConfig.<init> Using Lucene MatchVersion: 5.0.0
   [junit4]   2> 1133933 T3282 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig.xml
   [junit4]   2> 1133935 T3282 oass.IndexSchema.readSchema Reading Solr Schema from /configs/conf1/schema.xml
   [junit4]   2> 1133945 T3282 oass.IndexSchema.readSchema [collection1] Schema name=test
   [junit4]   2> 1134414 T3282 oass.IndexSchema.readSchema default search field in schema is text
   [junit4]   2> 1134417 T3282 oass.IndexSchema.readSchema unique key field: id
   [junit4]   2> 1134419 T3282 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
   [junit4]   2> 1134424 T3282 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
   [junit4]   2> 1134465 T3282 oasc.CoreContainer.create Creating SolrCore 'collection1' using configuration from collection collection1
   [junit4]   2> 1134466 T3282 oasc.SolrCore.initDirectoryFactory solr.StandardDirectoryFactory
   [junit4]   2> 1134466 T3282 oasc.SolrCore.<init> [collection1] Opening new SolrCore at /mnt/ssd/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.ChaosMonkeySafeLeaderTest-E99CD7F5B253F6BA-001/tempDir-004/collection1/, dataDir=/mnt/ssd/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.ChaosMonkeySafeLeaderTest-E99CD7F5B253F6BA-001/tempDir-001/jetty2/
   [junit4]   2> 1134466 T3282 oasc.JmxMonitoredMap.<init> JMX monitoring is enabled. Adding Solr mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@558db56
   [junit4]   2> 1134467 T3282 oasc.CachingDirectoryFactory.get return new directory for /mnt/ssd/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.ChaosMonkeySafeLeaderTest-E99CD7F5B253F6BA-001/tempDir-001/jetty2
   [junit4]   2> 1134467 T3282 oasc.SolrCore.getNewIndexDir New index directory detected: old=null new=/mnt/ssd/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.ChaosMonkeySafeLeaderTest-E99CD7F5B253F6BA-001/tempDir-001/jetty2/index/
   [junit4]   2> 1134467 T3282 oasc.SolrCore.initIndex WARN [collection1] Solr index directory '/mnt/ssd/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.ChaosMonkeySafeLeaderTest-E99CD7F5B253F6BA-001/tempDir-001/jetty2/index' doesn't exist. Creating new index...
   [junit4]   2> 1134468 T3282 oasc.CachingDirectoryFactory.get return new directory for /mnt/ssd/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.ChaosMonkeySafeLeaderTest-E99CD7F5B253F6BA-001/tempDir-001/jetty2/index
   [junit4]   2> 1134469 T3282 oasu.RandomMergePolicy.<init> RandomMergePolicy wrapping class org.apache.lucene.index.MockRandomMergePolicy: org.apache.lucene.index.MockRandomMergePolicy@7a177250
   [junit4]   2> 1134483 T3282 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits: num=1
   [junit4]   2> 		commit{dir=/mnt/ssd/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.ChaosMonkeySafeLeaderTest-E99CD7F5B253F6BA-001/tempDir-001/jetty2/index,segFN=segments_1,generation=1}
   [junit4]   2> 1134483 T3282 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1
   [junit4]   2> 1134489 T3282 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "nodistrib"
   [junit4]   2> 1134490 T3282 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "dedupe"
   [junit4]   2> 1134490 T3282 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe"
   [junit4]   2> 1134490 T3282 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "stored_sig"
   [junit4]   2> 1134490 T3282 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "stored_sig"
   [junit4]   2> 1134490 T3282 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "distrib-dup-test-chain-explicit"
   [junit4]   2> 1134491 T3282 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "distrib-dup-test-chain-implicit"
   [junit4]   2> 1134491 T3282 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "distrib-dup-test-chain-implicit"
   [junit4]   2> 1134491 T3282 oasc.SolrCore.loadUpdateProcessorChains no updateRequestProcessorChain defined as default, creating implicit default
   [junit4]   2> 1134492 T3282 oasc.RequestHandlers.initHandlersFromConfig created /update/csv: org.apache.solr.handler.UpdateRequestHandler
   [junit4]   2> 1134493 T3282 oasc.RequestHandlers.initHandlersFromConfig created /update/json/docs: org.apache.solr.handler.UpdateRequestHandler
   [junit4]   2> 1134493 T3282 oasc.RequestHandlers.initHandlersFromConfig created /update/json: org.apache.solr.handler.UpdateRequestHandler
   [junit4]   2> 1134494 T3282 oasc.RequestHandlers.initHandlersFromConfig created standard: solr.StandardRequestHandler
   [junit4]   2> 1134494 T3282 oasc.RequestHandlers.initHandlersFromConfig created /get: solr.RealTimeGetHandler
   [junit4]   2> 1134494 T3282 oasc.RequestHandlers.initHandlersFromConfig adding lazy requestHandler: solr.ReplicationHandler
   [junit4]   2> 1134495 T3282 oasc.RequestHandlers.initHandlersFromConfig created /replication: solr.ReplicationHandler
   [junit4]   2> 1134495 T3282 oasc.RequestHandlers.initHandlersFromConfig created /update: solr.UpdateRequestHandler
   [junit4]   2> 1134495 T3282 oasc.RequestHandlers.initHandlersFromConfig created /admin/: org.apache.solr.handler.admin.AdminHandlers
   [junit4]   2> 1134496 T3282 oasc.RequestHandlers.initHandlersFromConfig created /admin/file: solr.admin.ShowFileRequestHandler
   [junit4]   2> 1134496 T3282 oasc.RequestHandlers.initHandlersFromConfig created /admin/fileedit: solr.admin.EditFileRequestHandler
   [junit4]   2> 1134500 T3282 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 1134501 T3282 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 1134503 T3282 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 1134504 T3282 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 1134507 T3282 oasu.CommitTracker.<init> Hard AutoCommit: disabled
   [junit4]   2> 1134507 T3282 oasu.CommitTracker.<init> Soft AutoCommit: disabled
   [junit4]   2> 1134508 T3282 oasu.RandomMergePolicy.<init> RandomMergePolicy wrapping class org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: maxMergeAtOnce=16, maxMergeAtOnceExplicit=49, maxMergedSegmentMB=97.9501953125, floorSegmentMB=1.912109375, forceMergeDeletesPctAllowed=9.31799848224565, segmentsPerTier=48.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.0
   [junit4]   2> 1134510 T3282 oasc.SolrDeletionPolicy.onInit SolrDeletionPolicy.onInit: commits: num=1
   [junit4]   2> 		commit{dir=/mnt/ssd/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.ChaosMonkeySafeLeaderTest-E99CD7F5B253F6BA-001/tempDir-001/jetty2/index,segFN=segments_1,generation=1}
   [junit4]   2> 1134510 T3282 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1
   [junit4]   2> 1134511 T3282 oass.SolrIndexSearcher.<init> Opening Searcher@195b369f[collection1] main
   [junit4]   2> 1134511 T3282 oascc.ZkStateReader.readConfigName Load collection config from:/collections/collection1
   [junit4]   2> 1134519 T3282 oascc.ZkStateReader.readConfigName path=/collections/collection1 configName=conf1 specified config exists in ZooKeeper
   [junit4]   2> 1134519 T3282 oasr.ManagedResourceStorage.newStorageIO Setting up ZooKeeper-based storage for the RestManager with znodeBase: /configs/conf1
   [junit4]   2> 1134520 T3282 oasr.ManagedResourceStorage$ZooKeeperStorageIO.configure Configured ZooKeeperStorageIO with znodeBase: /configs/conf1
   [junit4]   2> 1134521 T3282 oasr.RestManager.init Initializing RestManager with initArgs: {}
   [junit4]   2> 1134521 T3282 oasr.ManagedResourceStorage.load Reading _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 1134522 T3282 oasr.ManagedResourceStorage$ZooKeeperStorageIO.openInputStream Read 38 bytes from znode /configs/conf1/_rest_managed.json
   [junit4]   2> 1134522 T3282 oasr.ManagedResourceStorage.load Loaded LinkedHashMap at path _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 1134522 T3282 oasr.ManagedResource.reloadFromStorage Loaded initArgs {} for /rest/managed
   [junit4]   2> 1134522 T3282 oasr.RestManager.init Initializing 0 registered ManagedResources
   [junit4]   2> 1134527 T3283 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@195b369f[collection1] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 1134531 T3282 oasc.CoreContainer.registerCore registering core: collection1
   [junit4]   2> 1134532 T3286 oasc.ZkController.register Register replica - core:collection1 address:https://127.0.0.1:41748 collection:collection1 shard:shard2
   [junit4]   2> 1134532 T3212 oass.SolrDispatchFilter.init user.dir=/mnt/ssd/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J1
   [junit4]   2> 1134533 T3212 oass.SolrDispatchFilter.init SolrDispatchFilter.init() done
   [junit4]   2> 1134545 T3286 oascc.SolrZkClient.makePath makePath: /collections/collection1/leader_elect/shard2/election
   [junit4]   2> 1134549 T3286 oasc.ShardLeaderElectionContext.runLeaderProcess Running the leader process for shard shard2
   [junit4]   2> 1134550 T3241 oasc.DistributedQueue$LatchWatcher.process NodeChildrenChanged fired on path /overseer/queue state SyncConnected
   [junit4]   2> 1134554 T3262 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> 1134554 T3241 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> 1134554 T3281 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> 1134554 T3248 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> 1134555 T3286 oasc.ShardLeaderElectionContext.waitForReplicasToComeUp Enough replicas found to continue.
   [junit4]   2> 1134556 T3286 oasc.ShardLeaderElectionContext.runLeaderProcess I may be the new leader - try and sync
   [junit4]   2> ASYNC  NEW_CORE C428 name=collection1 org.apache.solr.core.SolrCore@1a85b66a url=https://127.0.0.1:41748/collection1 node=127.0.0.1:41748_ C428_STATE=coll:collection1 core:collection1 props:{base_url=https://127.0.0.1:41748, state=down, node_name=127.0.0.1:41748_, core=collection1}
   [junit4]   2> 1134556 T3286 C428 P41748 oasc.SyncStrategy.sync Sync replicas to https://127.0.0.1:41748/collection1/
   [junit4]   2> 1134556 T3286 C428 P41748 oasc.SyncStrategy.syncReplicas Sync Success - now sync replicas to me
   [junit4]   2> 1134556 T3286 C428 P41748 oasc.SyncStrategy.syncToMe https://127.0.0.1:41748/collection1/ has no replicas
   [junit4]   2> 1134556 T3286 oasc.ShardLeaderElectionContext.runLeaderProcess I am the new leader: https://127.0.0.1:41748/collection1/ shard2
   [junit4]   2> 1134557 T3286 oascc.SolrZkClient.makePath makePath: /collections/collection1/leaders/shard2
   [junit4]   2> 1134561 T3241 oasc.DistributedQueue$LatchWatcher.process NodeChildrenChanged fired on path /overseer/queue state SyncConnected
   [junit4]   2> 1134667 T3262 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> 1134667 T3281 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> 1134667 T3248 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> 1134667 T3241 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> 1134715 T3286 oasc.ZkController.register We are https://127.0.0.1:41748/collection1/ and leader is https://127.0.0.1:41748/collection1/
   [junit4]   2> 1134715 T3286 oasc.ZkController.register No LogReplay needed for core=collection1 baseURL=https://127.0.0.1:41748
   [junit4]   2> 1134715 T3286 oasc.ZkController.checkRecovery I am the leader, no recovery necessary
   [junit4]   2> 1134716 T3286 oasc.ZkController.publish publishing core=collection1 state=active collection=collection1
   [junit4]   2> 1134716 T3286 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
   [junit4]   2> 1134717 T3241 oasc.DistributedQueue$LatchWatcher.process NodeChildrenChanged fired on path /overseer/queue state SyncConnected
   [junit4]   2> 1134721 T3237 oasc.Overseer$ClusterStateUpdater.updateState Update state numShards=3 message={
   [junit4]   2> 	  "collection":"collection1",
   [junit4]   2> 	  "shard":"shard2",
   [junit4]   2> 	  "base_url":"https://127.0.0.1:41748",
   [junit4]   2> 	  "core_node_name":"core_node2",
   [junit4]   2> 	  "state":"active",
   [junit4]   2> 	  "numShards":"3",
   [junit4]   2> 	  "operation":"state",
   [junit4]   2> 	  "roles":null,
   [junit4]   2> 	  "node_name":"127.0.0.1:41748_",
   [junit4]   2> 	  "core":"collection1"}
   [junit4]   2> 1134825 T3262 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> 1134825 T3248 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> 1134825 T3281 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> 1134826 T3241 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> 1134947 T3212 oasc.AbstractFullDistribZkTestBase.createJettys create jetty 3
   [junit4]   2> 1134948 T3212 oejs.Server.doStart jetty-8.1.10.v20130312
   [junit4]   2> 1134951 T3212 oejus.SslContextFactory.doStart Enabled Protocols [SSLv2Hello, SSLv3, TLSv1, TLSv1.1, TLSv1.2] of [SSLv2Hello, SSLv3, TLSv1, TLSv1.1, TLSv1.2]
   [junit4]   2> 1134953 T3212 oejs.AbstractConnector.doStart Started SslSelectChannelConnector@127.0.0.1:59615
   [junit4]   2> 1134954 T3212 oass.SolrDispatchFilter.init SolrDispatchFilter.init()
   [junit4]   2> 1134954 T3212 oasc.SolrResourceLoader.locateSolrHome JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 1134954 T3212 oasc.SolrResourceLoader.locateSolrHome using system property solr.solr.home: /mnt/ssd/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.ChaosMonkeySafeLeaderTest-E99CD7F5B253F6BA-001/tempDir-005
   [junit4]   2> 1134955 T3212 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '/mnt/ssd/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.ChaosMonkeySafeLeaderTest-E99CD7F5B253F6BA-001/tempDir-005/'
   [junit4]   2> 1134976 T3212 oasc.ConfigSolr.fromFile Loading container configuration from /mnt/ssd/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.ChaosMonkeySafeLeaderTest-E99CD7F5B253F6BA-001/tempDir-005/solr.xml
   [junit4]   2> 1135012 T3212 oasc.CoreContainer.<init> New CoreContainer 618893565
   [junit4]   2> 1135013 T3212 oasc.CoreContainer.load Loading cores into CoreContainer [instanceDir=/mnt/ssd/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.ChaosMonkeySafeLeaderTest-E99CD7F5B253F6BA-001/tempDir-005/]
   [junit4]   2> 1135013 T3212 oashc.HttpShardHandlerFactory.getParameter Setting socketTimeout to: 90000
   [junit4]   2> 1135014 T3212 oashc.HttpShardHandlerFactory.getParameter Setting urlScheme to: 
   [junit4]   2> 1135014 T3212 oashc.HttpShardHandlerFactory.getParameter Setting connTimeout to: 15000
   [junit4]   2> 1135014 T3212 oashc.HttpShardHandlerFactory.getParameter Setting maxConnectionsPerHost to: 20
   [junit4]   2> 1135014 T3212 oashc.HttpShardHandlerFactory.getParameter Setting maxConnections to: 10000
   [junit4]   2> 1135015 T3212 oashc.HttpShardHandlerFactory.getParameter Setting corePoolSize to: 0
   [junit4]   2> 1135015 T3212 oashc.HttpShardHandlerFactory.getParameter Setting maximumPoolSize to: 2147483647
   [junit4]   2> 1135015 T3212 oashc.HttpShardHandlerFactory.getParameter Setting maxThreadIdleTime to: 5
   [junit4]   2> 1135015 T3212 oashc.HttpShardHandlerFactory.getParameter Setting sizeOfQueue to: -1
   [junit4]   2> 1135015 T3212 oashc.HttpShardHandlerFactory.getParameter Setting fairnessPolicy to: false
   [junit4]   2> 1135017 T3212 oasu.UpdateShardHandler.<init> Creating UpdateShardHandler HTTP client with params: socketTimeout=340000&connTimeout=45000&retry=false
   [junit4]   2> 1135018 T3212 oasl.LogWatcher.createWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory
   [junit4]   2> 1135018 T3212 oasl.LogWatcher.newRegisteredLogWatcher Registering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)]
   [junit4]   2> 1135018 T3212 oasc.CoreContainer.load Host Name: 127.0.0.1
   [junit4]   2> 1135018 T3212 oasc.ZkContainer.initZooKeeper Zookeeper client=127.0.0.1:58085/solr
   [junit4]   2> 1135019 T3212 oasc.ZkController.checkChrootPath zkHost includes chroot
   [junit4]   2> 1135019 T3212 oascc.SolrZkClient.createZkCredentialsToAddAutomatically Using default ZkCredentialsProvider
   [junit4]   2> 1135020 T3212 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 1135021 T3297 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@7048b480 name:ZooKeeperConnection Watcher:127.0.0.1:58085 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 1135021 T3212 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 1135021 T3212 oascc.SolrZkClient.createZkACLProvider Using default ZkACLProvider
   [junit4]   2> 1135026 T3212 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 1135027 T3299 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@39355b1d name:ZooKeeperConnection Watcher:127.0.0.1:58085/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 1135027 T3212 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 1135034 T3212 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
   [junit4]   2> 1136038 T3212 oasc.ZkController.createEphemeralLiveNode Register node as live in ZooKeeper:/live_nodes/127.0.0.1:59615_
   [junit4]   2> 1136041 T3212 oascc.SolrZkClient.makePath makePath: /live_nodes/127.0.0.1:59615_
   [junit4]   2> 1136063 T3212 oasc.Overseer.close Overseer (id=null) closing
   [junit4]   2> 1136067 T3301 oasc.ZkController.publish publishing core=collection1 state=down collection=collection1
   [junit4]   2> 1136067 T3301 oasc.ZkControl

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

27 T3212 oasu.DefaultSolrCoreState.closeIndexWriter SolrCoreState ref count has reached 0 - closing IndexWriter
   [junit4]   2> 1219727 T3212 oasu.DefaultSolrCoreState.closeIndexWriter closing IndexWriter with IndexWriterCloser
   [junit4]   2> 1219727 T3355 oasc.Overseer$ClusterStateUpdater.updateState Update state numShards=null message={
   [junit4]   2> 	  "collection":"collection1",
   [junit4]   2> 	  "shard":"shard1",
   [junit4]   2> 	  "base_url":"https://127.0.0.1:59615",
   [junit4]   2> 	  "core_node_name":"core_node3",
   [junit4]   2> 	  "state":"down",
   [junit4]   2> 	  "operation":"state",
   [junit4]   2> 	  "roles":null,
   [junit4]   2> 	  "node_name":"127.0.0.1:59615_",
   [junit4]   2> 	  "core":"collection1"}
   [junit4]   2> 1219727 T3212 C437 P59615 oasu.DirectUpdateHandler2.closeWriter Committing on IndexWriter close.
   [junit4]   2> 1219729 T3300 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>  C437_STATE=coll:collection1 core:collection1 props:{base_url=https://127.0.0.1:59615, state=down, node_name=127.0.0.1:59615_, core=collection1, leader=true}
   [junit4]   2> 1219745 T3212 C437 P59615 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits: num=2
   [junit4]   2> 		commit{dir=/mnt/ssd/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.ChaosMonkeySafeLeaderTest-E99CD7F5B253F6BA-001/tempDir-001/jetty3/index,segFN=segments_1,generation=1}
   [junit4]   2> 		commit{dir=/mnt/ssd/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.ChaosMonkeySafeLeaderTest-E99CD7F5B253F6BA-001/tempDir-001/jetty3/index,segFN=segments_2,generation=2}
   [junit4]   2> 1219746 T3212 C437 P59615 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 2
   [junit4]   2> 1219748 T3212 oasc.SolrCore.closeSearcher [collection1] Closing main searcher on request.
   [junit4]   2> 1219748 T3212 oasc.CachingDirectoryFactory.close Closing StandardDirectoryFactory - 2 directories currently being tracked
   [junit4]   2> 1219748 T3212 oasc.CachingDirectoryFactory.closeCacheValue looking to close /mnt/ssd/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.ChaosMonkeySafeLeaderTest-E99CD7F5B253F6BA-001/tempDir-001/jetty3/index [CachedDir<<refCount=0;path=/mnt/ssd/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.ChaosMonkeySafeLeaderTest-E99CD7F5B253F6BA-001/tempDir-001/jetty3/index;done=false>>]
   [junit4]   2> 1219748 T3212 oasc.CachingDirectoryFactory.close Closing directory: /mnt/ssd/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.ChaosMonkeySafeLeaderTest-E99CD7F5B253F6BA-001/tempDir-001/jetty3/index
   [junit4]   2> 1219749 T3212 oasc.CachingDirectoryFactory.closeCacheValue looking to close /mnt/ssd/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.ChaosMonkeySafeLeaderTest-E99CD7F5B253F6BA-001/tempDir-001/jetty3 [CachedDir<<refCount=0;path=/mnt/ssd/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.ChaosMonkeySafeLeaderTest-E99CD7F5B253F6BA-001/tempDir-001/jetty3;done=false>>]
   [junit4]   2> 1219749 T3212 oasc.CachingDirectoryFactory.close Closing directory: /mnt/ssd/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.ChaosMonkeySafeLeaderTest-E99CD7F5B253F6BA-001/tempDir-001/jetty3
   [junit4]   2> 1219749 T3212 oasc.Overseer.close Overseer (id=92721227047501835-127.0.0.1:59615_-n_0000000003) closing
   [junit4]   2> 1219749 T3355 oasc.Overseer$ClusterStateUpdater.run Overseer Loop exiting : 127.0.0.1:59615_
   [junit4]   2> 1221251 T3300 oascc.ZkStateReader$3.process WARN ZooKeeper watch triggered, but Solr cannot talk to ZK
   [junit4]   2> 1221275 T3212 oejsh.ContextHandler.doStop stopped o.e.j.s.ServletContextHandler{/,null}
   [junit4]   2> 1226264 T3212 oasc.ChaosMonkey.monkeyLog monkey: stop shard! 45152
   [junit4]   2> 1226265 T3212 oas.SolrTestCaseJ4.tearDown ###Ending testDistribSearch
   [junit4]   2> 1226266 T3212 oasc.ZkTestServer.send4LetterWord connecting to 127.0.0.1:58085 58085
   [junit4]   2> 1226851 T3213 oasc.ZkTestServer.send4LetterWord connecting to 127.0.0.1:58085 58085
   [junit4]   2> NOTE: reproduce with: ant test  -Dtestcase=ChaosMonkeySafeLeaderTest -Dtests.method=testDistribSearch -Dtests.seed=E99CD7F5B253F6BA -Dtests.multiplier=3 -Dtests.slow=true -Dtests.locale=ro -Dtests.timezone=NST -Dtests.asserts=true -Dtests.file.encoding=ISO-8859-1
   [junit4] FAILURE  101s J1 | ChaosMonkeySafeLeaderTest.testDistribSearch <<<
   [junit4]    > Throwable #1: java.lang.AssertionError: expected:<0> but was:<1>
   [junit4]    > 	at __randomizedtesting.SeedInfo.seed([E99CD7F5B253F6BA:687A59EDC50C9686]:0)
   [junit4]    > 	at org.apache.solr.cloud.ChaosMonkeySafeLeaderTest.doTest(ChaosMonkeySafeLeaderTest.java:153)
   [junit4]    > 	at org.apache.solr.BaseDistributedSearchTestCase.testDistribSearch(BaseDistributedSearchTestCase.java:869)
   [junit4]    > 	at java.lang.Thread.run(Thread.java:745)
   [junit4]   2> 1226872 T3212 oas.SolrTestCaseJ4.deleteCore ###deleteCore
   [junit4]   2> NOTE: leaving temporary files on disk at: /mnt/ssd/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.ChaosMonkeySafeLeaderTest-E99CD7F5B253F6BA-001
   [junit4]   2> NOTE: test params are: codec=Asserting(Lucene50): {_version_=BlockTreeOrds(blocksize=128), rnd_b=PostingsFormat(name=MockRandom), id=PostingsFormat(name=MockRandom), a_i=PostingsFormat(name=MockRandom), a_t=BlockTreeOrds(blocksize=128)}, docValues:{}, sim=RandomSimilarityProvider(queryNorm=true,coord=crazy): {}, locale=ro, timezone=NST
   [junit4]   2> NOTE: Linux 3.13.0-39-generic amd64/Oracle Corporation 1.7.0_67 (64-bit)/cpus=8,threads=1,free=212080568,total=448790528
   [junit4]   2> NOTE: All tests run in this JVM: [TestSolrQueryParser, TestOmitPositions, TestSchemaVersionResource, TestCSVLoader, LeaderInitiatedRecoveryOnCommitTest, TestAnalyzeInfixSuggestions, UpdateRequestProcessorFactoryTest, TestZkChroot, TestFieldResource, BlockCacheTest, TestConfigSets, BJQParserTest, DeleteReplicaTest, TestSolr4Spatial2, TestIndexingPerformance, ModifyConfFileTest, RAMDirectoryFactoryTest, OutOfBoxZkACLAndCredentialsProvidersTest, TestDefaultSearchFieldResource, SolrIndexConfigTest, SoftAutoCommitTest, TestReloadAndDeleteDocs, TestBadConfig, LegacyHTMLStripCharFilterTest, TestManagedSchema, CopyFieldTest, CoreAdminRequestStatusTest, TestBM25SimilarityFactory, SearchHandlerTest, TestInitQParser, TestSolrQueryParserResource, BlockDirectoryTest, TestXIncludeConfig, TestFieldTypeResource, DirectUpdateHandlerOptimizeTest, TestFunctionQuery, TestQueryUtils, DebugComponentTest, TestQueryTypes, TestCoreContainer, DistributedSuggestComponentTest, DeleteLastCustomShardedReplicaTest, DateMathParserTest, TestJmxMonitoredMap, IndexSchemaRuntimeFieldTest, RemoteQueryErrorTest, FullSolrCloudDistribCmdsTest, TestSweetSpotSimilarityFactory, TestCustomSort, TestCSVResponseWriter, SOLR749Test, TestDistributedGrouping, TestValueSourceCache, TestPseudoReturnFields, TestSchemaManager, QueryResultKeyTest, TestCopyFieldCollectionResource, TestMultiCoreConfBootstrap, TestBinaryField, TestStandardQParsers, SuggesterFSTTest, TestRandomMergePolicy, TestAddFieldRealTimeGet, BasicZkTest, TestCollectionAPI, TestSortingResponseWriter, DirectSolrConnectionTest, TestOrdValues, OutputWriterTest, TestManagedStopFilterFactory, TestRecoveryHdfs, TestSimpleQParserPlugin, NumericFieldsTest, SolrCoreTest, AlternateDirectoryTest, SolrInfoMBeanTest, TestSearcherReuse, BasicDistributedZk2Test, TestSerializedLuceneMatchVersion, ConvertedLegacyTest, StatsComponentTest, TestSolrXml, TestDistribDocBasedVersion, TestIntervalFaceting, SynonymTokenizerTest, TestPHPSerializedResponseWriter, TestSolrXmlPersistence, CSVRequestHandlerTest, BinaryUpdateRequestHandlerTest, TestUtils, ResourceLoaderTest, TestManagedSchemaFieldTypeResource, TestCollationField, DistributedQueryElevationComponentTest, TestPostingsSolrHighlighter, MultiTermTest, TestQuerySenderNoQuery, TestPerFieldSimilarity, LukeRequestHandlerTest, TestJoin, TermVectorComponentDistributedTest, TestCloudManagedSchema, SchemaVersionSpecificBehaviorTest, CoreContainerCoreInitFailuresTest, TestPhraseSuggestions, ChaosMonkeySafeLeaderTest]
   [junit4] Completed on J1 in 101.32s, 1 test, 1 failure <<< FAILURES!

[...truncated 852 lines...]
BUILD FAILED
/mnt/ssd/jenkins/workspace/Lucene-Solr-5.x-Linux/build.xml:525: The following error occurred while executing this line:
/mnt/ssd/jenkins/workspace/Lucene-Solr-5.x-Linux/build.xml:473: The following error occurred while executing this line:
/mnt/ssd/jenkins/workspace/Lucene-Solr-5.x-Linux/build.xml:61: The following error occurred while executing this line:
/mnt/ssd/jenkins/workspace/Lucene-Solr-5.x-Linux/extra-targets.xml:39: The following error occurred while executing this line:
/mnt/ssd/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build.xml:189: The following error occurred while executing this line:
/mnt/ssd/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/common-build.xml:496: The following error occurred while executing this line:
/mnt/ssd/jenkins/workspace/Lucene-Solr-5.x-Linux/lucene/common-build.xml:1359: The following error occurred while executing this line:
/mnt/ssd/jenkins/workspace/Lucene-Solr-5.x-Linux/lucene/common-build.xml:966: There were test failures: 441 suites, 1804 tests, 1 failure, 44 ignored (21 assumptions)

Total time: 107 minutes 1 second
Build step 'Invoke Ant' marked build as failure
[description-setter] Description set: Java: 64bit/jdk1.7.0_67 -XX:+UseCompressedOops -XX:+UseG1GC
Archiving artifacts
Recording test results
Email was triggered for: Failure - Any
Sending email for trigger: Failure - Any