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 2015/02/14 11:54:44 UTC

[JENKINS] Lucene-Solr-5.0-Linux (64bit/jdk1.8.0_31) - Build # 141 - Failure!

Build: http://jenkins.thetaphi.de/job/Lucene-Solr-5.0-Linux/141/
Java: 64bit/jdk1.8.0_31 -XX:+UseCompressedOops -XX:+UseG1GC

1 tests failed.
FAILED:  org.apache.solr.handler.TestSolrConfigHandlerCloud.testDistribSearch

Error Message:
Could not get expected value  P val for path [response, params, y, p] full output {   "responseHeader":{     "status":0,     "QTime":0},   "response":{     "znodeVersion":0,     "params":{"x":{         "a":"A val",         "b":"B val",         "":{"v":0}}}}}

Stack Trace:
java.lang.AssertionError: Could not get expected value  P val for path [response, params, y, p] full output {
  "responseHeader":{
    "status":0,
    "QTime":0},
  "response":{
    "znodeVersion":0,
    "params":{"x":{
        "a":"A val",
        "b":"B val",
        "":{"v":0}}}}}
	at __randomizedtesting.SeedInfo.seed([E4979BE3856BBEB7:657115FBF234DE8B]:0)
	at org.junit.Assert.fail(Assert.java:93)
	at org.junit.Assert.assertTrue(Assert.java:43)
	at org.apache.solr.core.TestSolrConfigHandler.testForResponseElement(TestSolrConfigHandler.java:255)
	at org.apache.solr.handler.TestSolrConfigHandlerCloud.testReqParams(TestSolrConfigHandlerCloud.java:243)
	at org.apache.solr.handler.TestSolrConfigHandlerCloud.doTest(TestSolrConfigHandlerCloud.java:76)
	at org.apache.solr.BaseDistributedSearchTestCase.testDistribSearch(BaseDistributedSearchTestCase.java:878)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:483)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1618)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:827)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:863)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:877)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:53)
	at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:50)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:46)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesInvariantRule$1.evaluate(SystemPropertiesInvariantRule.java:55)
	at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:49)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:65)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:48)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:365)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:798)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:458)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:836)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$3.evaluate(RandomizedRunner.java:738)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$4.evaluate(RandomizedRunner.java:772)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:783)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:53)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:46)
	at org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:42)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesInvariantRule$1.evaluate(SystemPropertiesInvariantRule.java:55)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:39)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:39)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:54)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:48)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:65)
	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:55)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:365)
	at java.lang.Thread.run(Thread.java:745)




Build Log:
[...truncated 9454 lines...]
   [junit4] Suite: org.apache.solr.handler.TestSolrConfigHandlerCloud
   [junit4]   2> Creating dataDir: /mnt/ssd/jenkins/workspace/Lucene-Solr-5.0-Linux/solr/build/solr-core/test/J0/temp/solr.handler.TestSolrConfigHandlerCloud E4979BE3856BBEB7-001/init-core-data-001
   [junit4]   2> 503400 T3598 oas.SolrTestCaseJ4.buildSSLConfig Randomized ssl (false) and clientAuth (false)
   [junit4]   2> 503401 T3598 oas.BaseDistributedSearchTestCase.initHostContext Setting hostContext system property: /
   [junit4]   2> 503403 T3598 oas.SolrTestCaseJ4.setUp ###Starting testDistribSearch
   [junit4]   2> 503403 T3598 oasc.ZkTestServer.run STARTING ZK TEST SERVER
   [junit4]   1> client port:0.0.0.0/0.0.0.0:0
   [junit4]   2> 503404 T3599 oasc.ZkTestServer$ZKServerMain.runFromConfig Starting server
   [junit4]   2> 503504 T3598 oasc.ZkTestServer.run start zk server on port:39247
   [junit4]   2> 503504 T3598 oascc.SolrZkClient.createZkCredentialsToAddAutomatically Using default ZkCredentialsProvider
   [junit4]   2> 503505 T3598 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 503507 T3606 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@195eca43 name:ZooKeeperConnection Watcher:127.0.0.1:39247 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 503507 T3598 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 503508 T3598 oascc.SolrZkClient.createZkACLProvider Using default ZkACLProvider
   [junit4]   2> 503508 T3598 oascc.SolrZkClient.makePath makePath: /solr
   [junit4]   2> 503511 T3598 oascc.SolrZkClient.createZkCredentialsToAddAutomatically Using default ZkCredentialsProvider
   [junit4]   2> 503511 T3598 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 503512 T3609 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@5b1cc66b name:ZooKeeperConnection Watcher:127.0.0.1:39247/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 503512 T3598 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 503513 T3598 oascc.SolrZkClient.createZkACLProvider Using default ZkACLProvider
   [junit4]   2> 503513 T3598 oascc.SolrZkClient.makePath makePath: /collections/collection1
   [junit4]   2> 503515 T3598 oascc.SolrZkClient.makePath makePath: /collections/collection1/shards
   [junit4]   2> 503516 T3598 oascc.SolrZkClient.makePath makePath: /collections/control_collection
   [junit4]   2> 503517 T3598 oascc.SolrZkClient.makePath makePath: /collections/control_collection/shards
   [junit4]   2> 503518 T3598 oasc.AbstractZkTestCase.putConfig put /mnt/ssd/jenkins/workspace/Lucene-Solr-5.0-Linux/solr/core/src/test-files/solr/collection1/conf/solrconfig-tlog.xml to /configs/conf1/solrconfig.xml
   [junit4]   2> 503518 T3598 oascc.SolrZkClient.makePath makePath: /configs/conf1/solrconfig.xml
   [junit4]   2> 503520 T3598 oasc.AbstractZkTestCase.putConfig put /mnt/ssd/jenkins/workspace/Lucene-Solr-5.0-Linux/solr/core/src/test-files/solr/collection1/conf/schema.xml to /configs/conf1/schema.xml
   [junit4]   2> 503520 T3598 oascc.SolrZkClient.makePath makePath: /configs/conf1/schema.xml
   [junit4]   2> 503521 T3598 oasc.AbstractZkTestCase.putConfig put /mnt/ssd/jenkins/workspace/Lucene-Solr-5.0-Linux/solr/core/src/test-files/solr/collection1/conf/solrconfig.snippet.randomindexconfig.xml to /configs/conf1/solrconfig.snippet.randomindexconfig.xml
   [junit4]   2> 503522 T3598 oascc.SolrZkClient.makePath makePath: /configs/conf1/solrconfig.snippet.randomindexconfig.xml
   [junit4]   2> 503523 T3598 oasc.AbstractZkTestCase.putConfig put /mnt/ssd/jenkins/workspace/Lucene-Solr-5.0-Linux/solr/core/src/test-files/solr/collection1/conf/stopwords.txt to /configs/conf1/stopwords.txt
   [junit4]   2> 503523 T3598 oascc.SolrZkClient.makePath makePath: /configs/conf1/stopwords.txt
   [junit4]   2> 503524 T3598 oasc.AbstractZkTestCase.putConfig put /mnt/ssd/jenkins/workspace/Lucene-Solr-5.0-Linux/solr/core/src/test-files/solr/collection1/conf/protwords.txt to /configs/conf1/protwords.txt
   [junit4]   2> 503524 T3598 oascc.SolrZkClient.makePath makePath: /configs/conf1/protwords.txt
   [junit4]   2> 503525 T3598 oasc.AbstractZkTestCase.putConfig put /mnt/ssd/jenkins/workspace/Lucene-Solr-5.0-Linux/solr/core/src/test-files/solr/collection1/conf/currency.xml to /configs/conf1/currency.xml
   [junit4]   2> 503526 T3598 oascc.SolrZkClient.makePath makePath: /configs/conf1/currency.xml
   [junit4]   2> 503527 T3598 oasc.AbstractZkTestCase.putConfig put /mnt/ssd/jenkins/workspace/Lucene-Solr-5.0-Linux/solr/core/src/test-files/solr/collection1/conf/enumsConfig.xml to /configs/conf1/enumsConfig.xml
   [junit4]   2> 503527 T3598 oascc.SolrZkClient.makePath makePath: /configs/conf1/enumsConfig.xml
   [junit4]   2> 503528 T3598 oasc.AbstractZkTestCase.putConfig put /mnt/ssd/jenkins/workspace/Lucene-Solr-5.0-Linux/solr/core/src/test-files/solr/collection1/conf/open-exchange-rates.json to /configs/conf1/open-exchange-rates.json
   [junit4]   2> 503529 T3598 oascc.SolrZkClient.makePath makePath: /configs/conf1/open-exchange-rates.json
   [junit4]   2> 503530 T3598 oasc.AbstractZkTestCase.putConfig put /mnt/ssd/jenkins/workspace/Lucene-Solr-5.0-Linux/solr/core/src/test-files/solr/collection1/conf/mapping-ISOLatin1Accent.txt to /configs/conf1/mapping-ISOLatin1Accent.txt
   [junit4]   2> 503530 T3598 oascc.SolrZkClient.makePath makePath: /configs/conf1/mapping-ISOLatin1Accent.txt
   [junit4]   2> 503531 T3598 oasc.AbstractZkTestCase.putConfig put /mnt/ssd/jenkins/workspace/Lucene-Solr-5.0-Linux/solr/core/src/test-files/solr/collection1/conf/old_synonyms.txt to /configs/conf1/old_synonyms.txt
   [junit4]   2> 503532 T3598 oascc.SolrZkClient.makePath makePath: /configs/conf1/old_synonyms.txt
   [junit4]   2> 503533 T3598 oasc.AbstractZkTestCase.putConfig put /mnt/ssd/jenkins/workspace/Lucene-Solr-5.0-Linux/solr/core/src/test-files/solr/collection1/conf/synonyms.txt to /configs/conf1/synonyms.txt
   [junit4]   2> 503533 T3598 oascc.SolrZkClient.makePath makePath: /configs/conf1/synonyms.txt
   [junit4]   2> 503778 T3598 oas.SolrTestCaseJ4.writeCoreProperties Writing core.properties file to /mnt/ssd/jenkins/workspace/Lucene-Solr-5.0-Linux/solr/build/solr-core/test/J0/temp/solr.handler.TestSolrConfigHandlerCloud E4979BE3856BBEB7-001/control-001/cores/collection1
   [junit4]   2> 503779 T3598 oejs.Server.doStart jetty-8.1.10.v20130312
   [junit4]   2> 503782 T3598 oejs.AbstractConnector.doStart Started SelectChannelConnector@127.0.0.1:38931
   [junit4]   2> 503783 T3598 oass.SolrDispatchFilter.init SolrDispatchFilter.init()sun.misc.Launcher$AppClassLoader@c387f44
   [junit4]   2> 503783 T3598 oasc.SolrResourceLoader.locateSolrHome JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 503783 T3598 oasc.SolrResourceLoader.locateSolrHome using system property solr.solr.home: ../../../../../../../../../../mnt/ssd/jenkins/workspace/Lucene-Solr-5.0-Linux/solr/build/solr-core/test/J0/temp/solr.handler.TestSolrConfigHandlerCloud E4979BE3856BBEB7-001/control-001
   [junit4]   2> 503783 T3598 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '../../../../../../../../../../mnt/ssd/jenkins/workspace/Lucene-Solr-5.0-Linux/solr/build/solr-core/test/J0/temp/solr.handler.TestSolrConfigHandlerCloud E4979BE3856BBEB7-001/control-001/'
   [junit4]   2> 503795 T3598 oasc.ConfigSolr.fromFile Loading container configuration from /mnt/ssd/jenkins/workspace/Lucene-Solr-5.0-Linux/solr/build/solr-core/test/J0/../../../../../../../../../../mnt/ssd/jenkins/workspace/Lucene-Solr-5.0-Linux/solr/build/solr-core/test/J0/temp/solr.handler.TestSolrConfigHandlerCloud E4979BE3856BBEB7-001/control-001/solr.xml
   [junit4]   2> 503799 T3598 oasc.CorePropertiesLocator.<init> Config-defined core root directory: /mnt/ssd/jenkins/workspace/Lucene-Solr-5.0-Linux/solr/build/solr-core/test/J0/temp/solr.handler.TestSolrConfigHandlerCloud E4979BE3856BBEB7-001/control-001/cores
   [junit4]   2> 503800 T3598 oasc.CoreContainer.<init> New CoreContainer 894779523
   [junit4]   2> 503800 T3598 oasc.CoreContainer.load Loading cores into CoreContainer [instanceDir=../../../../../../../../../../mnt/ssd/jenkins/workspace/Lucene-Solr-5.0-Linux/solr/build/solr-core/test/J0/temp/solr.handler.TestSolrConfigHandlerCloud E4979BE3856BBEB7-001/control-001/]
   [junit4]   2> 503801 T3598 oashc.HttpShardHandlerFactory.getParameter Setting socketTimeout to: 90000
   [junit4]   2> 503801 T3598 oashc.HttpShardHandlerFactory.getParameter Setting urlScheme to: 
   [junit4]   2> 503801 T3598 oashc.HttpShardHandlerFactory.getParameter Setting connTimeout to: 15000
   [junit4]   2> 503801 T3598 oashc.HttpShardHandlerFactory.getParameter Setting maxConnectionsPerHost to: 20
   [junit4]   2> 503801 T3598 oashc.HttpShardHandlerFactory.getParameter Setting maxConnections to: 10000
   [junit4]   2> 503802 T3598 oashc.HttpShardHandlerFactory.getParameter Setting corePoolSize to: 0
   [junit4]   2> 503802 T3598 oashc.HttpShardHandlerFactory.getParameter Setting maximumPoolSize to: 2147483647
   [junit4]   2> 503802 T3598 oashc.HttpShardHandlerFactory.getParameter Setting maxThreadIdleTime to: 5
   [junit4]   2> 503802 T3598 oashc.HttpShardHandlerFactory.getParameter Setting sizeOfQueue to: -1
   [junit4]   2> 503803 T3598 oashc.HttpShardHandlerFactory.getParameter Setting fairnessPolicy to: false
   [junit4]   2> 503803 T3598 oashc.HttpShardHandlerFactory.getParameter Setting useRetries to: false
   [junit4]   2> 503803 T3598 oasu.UpdateShardHandler.<init> Creating UpdateShardHandler HTTP client with params: socketTimeout=340000&connTimeout=45000&retry=true
   [junit4]   2> 503804 T3598 oasl.LogWatcher.createWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory
   [junit4]   2> 503804 T3598 oasl.LogWatcher.newRegisteredLogWatcher Registering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)]
   [junit4]   2> 503804 T3598 oasc.CoreContainer.load Host Name: 127.0.0.1
   [junit4]   2> 503804 T3598 oasc.ZkContainer.initZooKeeper Zookeeper client=127.0.0.1:39247/solr
   [junit4]   2> 503805 T3598 oasc.ZkController.checkChrootPath zkHost includes chroot
   [junit4]   2> 503805 T3598 oascc.SolrZkClient.createZkCredentialsToAddAutomatically Using default ZkCredentialsProvider
   [junit4]   2> 503805 T3598 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 503807 T3621 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@2b788e84 name:ZooKeeperConnection Watcher:127.0.0.1:39247 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 503808 T3598 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 503808 T3598 oascc.SolrZkClient.createZkACLProvider Using default ZkACLProvider
   [junit4]   2> 503810 T3598 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 503811 T3624 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@5697b1c6 name:ZooKeeperConnection Watcher:127.0.0.1:39247/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 503811 T3598 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 503813 T3598 oascc.SolrZkClient.makePath makePath: /overseer/queue
   [junit4]   2> 503815 T3598 oascc.SolrZkClient.makePath makePath: /overseer/collection-queue-work
   [junit4]   2> 503816 T3598 oascc.SolrZkClient.makePath makePath: /overseer/collection-map-running
   [junit4]   2> 503817 T3598 oascc.SolrZkClient.makePath makePath: /overseer/collection-map-completed
   [junit4]   2> 503818 T3598 oascc.SolrZkClient.makePath makePath: /overseer/collection-map-failure
   [junit4]   2> 503820 T3598 oascc.SolrZkClient.makePath makePath: /live_nodes
   [junit4]   2> 503820 T3598 oasc.ZkController.createEphemeralLiveNode Register node as live in ZooKeeper:/live_nodes/127.0.0.1:38931_
   [junit4]   2> 503821 T3598 oascc.SolrZkClient.makePath makePath: /live_nodes/127.0.0.1:38931_
   [junit4]   2> 503822 T3598 oascc.SolrZkClient.makePath makePath: /overseer_elect
   [junit4]   2> 503823 T3598 oascc.SolrZkClient.makePath makePath: /overseer_elect/election
   [junit4]   2> 503824 T3598 oasc.Overseer.close Overseer (id=null) closing
   [junit4]   2> 503825 T3598 oasc.OverseerElectionContext.runLeaderProcess I am going to be the leader 127.0.0.1:38931_
   [junit4]   2> 503825 T3598 oascc.SolrZkClient.makePath makePath: /overseer_elect/leader
   [junit4]   2> 503826 T3598 oasc.Overseer.start Overseer (id=93317355463507971-127.0.0.1:38931_-n_0000000000) starting
   [junit4]   2> 503827 T3598 oascc.SolrZkClient.makePath makePath: /overseer/queue-work
   [junit4]   2> 503830 T3598 oasc.OverseerAutoReplicaFailoverThread.<init> Starting OverseerAutoReplicaFailoverThread autoReplicaFailoverWorkLoopDelay=10000 autoReplicaFailoverWaitAfterExpiration=30000 autoReplicaFailoverBadNodeExpiration=60000
   [junit4]   2> 503831 T3626 oasc.OverseerCollectionProcessor.run Process current queue of collection creations
   [junit4]   2> 503831 T3598 oascc.SolrZkClient.makePath makePath: /clusterstate.json
   [junit4]   2> 503832 T3598 oascc.SolrZkClient.makePath makePath: /aliases.json
   [junit4]   2> 503833 T3598 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
   [junit4]   2> 503834 T3625 oasc.Overseer$ClusterStateUpdater.run Starting to work on the main queue
   [junit4]   2> 503835 T3598 oasc.CorePropertiesLocator.discover Looking for core definitions underneath /mnt/ssd/jenkins/workspace/Lucene-Solr-5.0-Linux/solr/build/solr-core/test/J0/temp/solr.handler.TestSolrConfigHandlerCloud E4979BE3856BBEB7-001/control-001/cores
   [junit4]   2> 503835 T3598 oasc.CorePropertiesLocator.discoverUnder Found core collection1 in /mnt/ssd/jenkins/workspace/Lucene-Solr-5.0-Linux/solr/build/solr-core/test/J0/temp/solr.handler.TestSolrConfigHandlerCloud E4979BE3856BBEB7-001/control-001/cores/collection1/
   [junit4]   2> 503836 T3598 oasc.CorePropertiesLocator.discover Found 1 core definitions
   [junit4]   2> 503836 T3628 oasc.ZkController.publish publishing core=collection1 state=down collection=control_collection
   [junit4]   2> 503836 T3628 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
   [junit4]   2> 503837 T3624 oasc.DistributedQueue$LatchWatcher.process NodeChildrenChanged fired on path /overseer/queue state SyncConnected
   [junit4]   2> 503837 T3628 oasc.ZkController.waitForCoreNodeName look for our core node name
   [junit4]   2> 503839 T3625 oasc.Overseer$ClusterStateUpdater.run processMessage: queueSize: 0, message = {
   [junit4]   2> 	  "core":"collection1",
   [junit4]   2> 	  "roles":null,
   [junit4]   2> 	  "base_url":"http://127.0.0.1:38931",
   [junit4]   2> 	  "node_name":"127.0.0.1:38931_",
   [junit4]   2> 	  "numShards":"1",
   [junit4]   2> 	  "state":"down",
   [junit4]   2> 	  "shard":null,
   [junit4]   2> 	  "collection":"control_collection",
   [junit4]   2> 	  "operation":"state"} current state version: 0
   [junit4]   2> 503839 T3625 oasco.ReplicaMutator.updateState Update state numShards=1 message={
   [junit4]   2> 	  "core":"collection1",
   [junit4]   2> 	  "roles":null,
   [junit4]   2> 	  "base_url":"http://127.0.0.1:38931",
   [junit4]   2> 	  "node_name":"127.0.0.1:38931_",
   [junit4]   2> 	  "numShards":"1",
   [junit4]   2> 	  "state":"down",
   [junit4]   2> 	  "shard":null,
   [junit4]   2> 	  "collection":"control_collection",
   [junit4]   2> 	  "operation":"state"}
   [junit4]   2> 503839 T3625 oasco.ClusterStateMutator.createCollection building a new cName: control_collection
   [junit4]   2> 503839 T3625 oasco.ReplicaMutator.updateState Assigning new node to shard shard=shard1
   [junit4]   2> 503840 T3624 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> 504837 T3628 oasc.ZkController.waitForShardId waiting to find shard id in clusterstate for collection1
   [junit4]   2> 504837 T3628 oasc.ZkController.createCollectionZkNode Check for collection zkNode:control_collection
   [junit4]   2> 504838 T3628 oasc.ZkController.createCollectionZkNode Collection zkNode exists
   [junit4]   2> 504838 T3628 oascc.ZkStateReader.readConfigName Load collection config from:/collections/control_collection
   [junit4]   2> 504839 T3628 oascc.ZkStateReader.readConfigName path=/collections/control_collection configName=conf1 specified config exists in ZooKeeper
   [junit4]   2> 504839 T3628 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '/mnt/ssd/jenkins/workspace/Lucene-Solr-5.0-Linux/solr/build/solr-core/test/J0/temp/solr.handler.TestSolrConfigHandlerCloud E4979BE3856BBEB7-001/control-001/cores/collection1/'
   [junit4]   2> 504848 T3628 oasc.ZkController.watchZKConfDir watch zkdir /configs/conf1
   [junit4]   2> 504850 T3628 oasc.Config.<init> loaded config solrconfig.xml with version 0 
   [junit4]   2> 504854 T3628 oasc.SolrConfig.refreshRequestParams current version of requestparams : -1
   [junit4]   2> 504857 T3628 oasc.SolrConfig.<init> Using Lucene MatchVersion: 5.0.0
   [junit4]   2> 504865 T3628 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig.xml
   [junit4]   2> 504866 T3628 oass.IndexSchema.readSchema Reading Solr Schema from /configs/conf1/schema.xml
   [junit4]   2> 504870 T3628 oass.IndexSchema.readSchema [collection1] Schema name=test
   [junit4]   2> 504964 T3628 oass.OpenExchangeRatesOrgProvider.init Initialized with rates=open-exchange-rates.json, refreshInterval=1440.
   [junit4]   2> 504967 T3628 oass.IndexSchema.readSchema default search field in schema is text
   [junit4]   2> 504968 T3628 oass.IndexSchema.readSchema unique key field: id
   [junit4]   2> 504975 T3628 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
   [junit4]   2> 504977 T3628 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
   [junit4]   2> 504978 T3628 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
   [junit4]   2> 504979 T3628 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Unknown key IMPORTANT NOTE
   [junit4]   2> 504980 T3628 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Expected key, got STRING
   [junit4]   2> 504980 T3628 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
   [junit4]   2> 504980 T3628 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Unknown key IMPORTANT NOTE
   [junit4]   2> 504980 T3628 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Expected key, got STRING
   [junit4]   2> 504980 T3628 oasc.CoreContainer.create Creating SolrCore 'collection1' using configuration from collection control_collection
   [junit4]   2> 504981 T3628 oasc.SolrCore.initDirectoryFactory org.apache.solr.core.MockDirectoryFactory
   [junit4]   2> 504981 T3628 oasc.SolrCore.<init> [collection1] Opening new SolrCore at /mnt/ssd/jenkins/workspace/Lucene-Solr-5.0-Linux/solr/build/solr-core/test/J0/temp/solr.handler.TestSolrConfigHandlerCloud E4979BE3856BBEB7-001/control-001/cores/collection1/, dataDir=/mnt/ssd/jenkins/workspace/Lucene-Solr-5.0-Linux/solr/build/solr-core/test/J0/temp/solr.handler.TestSolrConfigHandlerCloud E4979BE3856BBEB7-001/tempDir-001/control/data/
   [junit4]   2> 504981 T3628 oasc.JmxMonitoredMap.<init> JMX monitoring is enabled. Adding Solr mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@3de15603
   [junit4]   2> 504982 T3628 oasc.CachingDirectoryFactory.get return new directory for /mnt/ssd/jenkins/workspace/Lucene-Solr-5.0-Linux/solr/build/solr-core/test/J0/temp/solr.handler.TestSolrConfigHandlerCloud E4979BE3856BBEB7-001/tempDir-001/control/data
   [junit4]   2> 504982 T3628 oasc.SolrCore.getNewIndexDir New index directory detected: old=null new=/mnt/ssd/jenkins/workspace/Lucene-Solr-5.0-Linux/solr/build/solr-core/test/J0/temp/solr.handler.TestSolrConfigHandlerCloud E4979BE3856BBEB7-001/tempDir-001/control/data/index/
   [junit4]   2> 504982 T3628 oasc.SolrCore.initIndex WARN [collection1] Solr index directory '/mnt/ssd/jenkins/workspace/Lucene-Solr-5.0-Linux/solr/build/solr-core/test/J0/temp/solr.handler.TestSolrConfigHandlerCloud E4979BE3856BBEB7-001/tempDir-001/control/data/index' doesn't exist. Creating new index...
   [junit4]   2> 504982 T3628 oasc.CachingDirectoryFactory.get return new directory for /mnt/ssd/jenkins/workspace/Lucene-Solr-5.0-Linux/solr/build/solr-core/test/J0/temp/solr.handler.TestSolrConfigHandlerCloud E4979BE3856BBEB7-001/tempDir-001/control/data/index
   [junit4]   2> 504983 T3628 oasu.RandomMergePolicy.<init> RandomMergePolicy wrapping class org.apache.lucene.index.LogByteSizeMergePolicy: [LogByteSizeMergePolicy: minMergeSize=1677721, mergeFactor=48, maxMergeSize=2147483648, maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true, maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.4688356093039333]
   [junit4]   2> 504983 T3628 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits: num=1
   [junit4]   2> 		commit{dir=MockDirectoryWrapper(RAMDirectory@7d255e1f lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@2fb32065),segFN=segments_1,generation=1}
   [junit4]   2> 504983 T3628 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1
   [junit4]   2> 504985 T3628 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "nodistrib"
   [junit4]   2> 504986 T3628 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "dedupe"
   [junit4]   2> 504986 T3628 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe"
   [junit4]   2> 504986 T3628 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "stored_sig"
   [junit4]   2> 504986 T3628 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "stored_sig"
   [junit4]   2> 504986 T3628 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "distrib-dup-test-chain-explicit"
   [junit4]   2> 504986 T3628 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "distrib-dup-test-chain-implicit"
   [junit4]   2> 504987 T3628 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "distrib-dup-test-chain-implicit"
   [junit4]   2> 504987 T3628 oasc.SolrCore.loadUpdateProcessorChains no updateRequestProcessorChain defined as default, creating implicit default
   [junit4]   2> 504987 T3628 oasc.RequestHandlers.initHandlersFromConfig created /update: org.apache.solr.handler.UpdateRequestHandler
   [junit4]   2> 504987 T3628 oasc.RequestHandlers.initHandlersFromConfig created /update/json: org.apache.solr.handler.UpdateRequestHandler
   [junit4]   2> 504988 T3628 oasc.RequestHandlers.initHandlersFromConfig created /update/csv: org.apache.solr.handler.UpdateRequestHandler
   [junit4]   2> 504988 T3628 oasc.RequestHandlers.initHandlersFromConfig created /update/json/docs: org.apache.solr.handler.UpdateRequestHandler
   [junit4]   2> 504988 T3628 oasc.RequestHandlers.initHandlersFromConfig created /config: org.apache.solr.handler.SolrConfigHandler
   [junit4]   2> 504988 T3628 oasc.RequestHandlers.initHandlersFromConfig created /schema: org.apache.solr.handler.SchemaHandler
   [junit4]   2> 504988 T3628 oasc.RequestHandlers.initHandlersFromConfig created /replication: org.apache.solr.handler.ReplicationHandler
   [junit4]   2> 504989 T3628 oasc.RequestHandlers.initHandlersFromConfig created /get: org.apache.solr.handler.RealTimeGetHandler
   [junit4]   2> 504989 T3628 oasc.RequestHandlers.initHandlersFromConfig created /admin/luke: org.apache.solr.handler.admin.LukeRequestHandler
   [junit4]   2> 504989 T3628 oasc.RequestHandlers.initHandlersFromConfig created /admin/system: org.apache.solr.handler.admin.SystemInfoHandler
   [junit4]   2> 504990 T3628 oasc.RequestHandlers.initHandlersFromConfig created /admin/mbeans: org.apache.solr.handler.admin.SolrInfoMBeanHandler
   [junit4]   2> 504990 T3628 oasc.RequestHandlers.initHandlersFromConfig created /admin/plugins: org.apache.solr.handler.admin.PluginInfoHandler
   [junit4]   2> 504990 T3628 oasc.RequestHandlers.initHandlersFromConfig created /admin/threads: org.apache.solr.handler.admin.ThreadDumpHandler
   [junit4]   2> 504990 T3628 oasc.RequestHandlers.initHandlersFromConfig created /admin/properties: org.apache.solr.handler.admin.PropertiesRequestHandler
   [junit4]   2> 504991 T3628 oasc.RequestHandlers.initHandlersFromConfig created /admin/logging: org.apache.solr.handler.admin.LoggingHandler
   [junit4]   2> 504991 T3628 oasc.RequestHandlers.initHandlersFromConfig created /admin/ping: org.apache.solr.handler.PingRequestHandler
   [junit4]   2> 504991 T3628 oasc.RequestHandlers.initHandlersFromConfig created standard: solr.StandardRequestHandler
   [junit4]   2> 504991 T3628 oasc.RequestHandlers.initHandlersFromConfig created /admin/file: solr.admin.ShowFileRequestHandler
   [junit4]   2> 504993 T3628 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 504993 T3628 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 504994 T3628 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 504995 T3628 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 504995 T3628 oasc.SolrCore.initStatsCache Using default statsCache cache: org.apache.solr.search.stats.LocalStatsCache
   [junit4]   2> 504996 T3628 oasu.CommitTracker.<init> Hard AutoCommit: disabled
   [junit4]   2> 504996 T3628 oasu.CommitTracker.<init> Soft AutoCommit: disabled
   [junit4]   2> 504996 T3628 oasu.RandomMergePolicy.<init> RandomMergePolicy wrapping class org.apache.lucene.index.AlcoholicMergePolicy: [AlcoholicMergePolicy: minMergeSize=0, mergeFactor=10, maxMergeSize=1481111893, maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true, maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.1]
   [junit4]   2> 504997 T3628 oasc.SolrDeletionPolicy.onInit SolrDeletionPolicy.onInit: commits: num=1
   [junit4]   2> 		commit{dir=MockDirectoryWrapper(RAMDirectory@7d255e1f lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@2fb32065),segFN=segments_1,generation=1}
   [junit4]   2> 504997 T3628 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1
   [junit4]   2> 504997 T3628 oass.SolrIndexSearcher.<init> Opening Searcher@17c22b1b[collection1] main
   [junit4]   2> 504997 T3628 oascc.ZkStateReader.readConfigName Load collection config from:/collections/control_collection
   [junit4]   2> 504998 T3628 oascc.ZkStateReader.readConfigName path=/collections/control_collection configName=conf1 specified config exists in ZooKeeper
   [junit4]   2> 504998 T3628 oasr.ManagedResourceStorage.newStorageIO Setting up ZooKeeper-based storage for the RestManager with znodeBase: /configs/conf1
   [junit4]   2> 504999 T3628 oasr.ManagedResourceStorage$ZooKeeperStorageIO.configure Configured ZooKeeperStorageIO with znodeBase: /configs/conf1
   [junit4]   2> 504999 T3628 oasr.RestManager.init Initializing RestManager with initArgs: {}
   [junit4]   2> 504999 T3628 oasr.ManagedResourceStorage.load Reading _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 505000 T3628 oasr.ManagedResourceStorage$ZooKeeperStorageIO.openInputStream No data found for znode /configs/conf1/_rest_managed.json
   [junit4]   2> 505000 T3628 oasr.ManagedResourceStorage.load Loaded null at path _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 505000 T3628 oasr.RestManager.init Initializing 0 registered ManagedResources
   [junit4]   2> 505000 T3628 oash.ReplicationHandler.inform Commits will be reserved for  10000
   [junit4]   2> 505000 T3628 oasc.CoreContainer.registerCore registering core: collection1
   [junit4]   2> 505000 T3629 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@17c22b1b[collection1] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 505001 T3632 oasc.ZkController.register Register replica - core:collection1 address:http://127.0.0.1:38931 collection:control_collection shard:shard1
   [junit4]   2> 505001 T3598 oass.SolrDispatchFilter.init user.dir=/mnt/ssd/jenkins/workspace/Lucene-Solr-5.0-Linux/solr/build/solr-core/test/J0
   [junit4]   2> 505001 T3598 oass.SolrDispatchFilter.init SolrDispatchFilter.init() done
   [junit4]   2> 505002 T3632 oascc.SolrZkClient.makePath makePath: /collections/control_collection/leader_elect/shard1/election
   [junit4]   2> 505002 T3598 oascc.SolrZkClient.createZkCredentialsToAddAutomatically Using default ZkCredentialsProvider
   [junit4]   2> 505002 T3598 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 505003 T3635 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@2d7b35ab name:ZooKeeperConnection Watcher:127.0.0.1:39247/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 505004 T3598 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 505004 T3598 oascc.SolrZkClient.createZkACLProvider Using default ZkACLProvider
   [junit4]   2> 505005 T3632 oasc.ShardLeaderElectionContext.runLeaderProcess Running the leader process for shard shard1
   [junit4]   2> 505005 T3598 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
   [junit4]   2> 505006 T3624 oasc.DistributedQueue$LatchWatcher.process NodeChildrenChanged fired on path /overseer/queue state SyncConnected
   [junit4]   2> 505006 T3632 oasc.ShardLeaderElectionContext.waitForReplicasToComeUp Enough replicas found to continue.
   [junit4]   2> 505006 T3632 oasc.ShardLeaderElectionContext.runLeaderProcess I may be the new leader - try and sync
   [junit4]   2> ASYNC  NEW_CORE C2226 name=collection1 org.apache.solr.core.SolrCore@15d2da01 url=http://127.0.0.1:38931/collection1 node=127.0.0.1:38931_ C2226_STATE=coll:control_collection core:collection1 props:{core=collection1, base_url=http://127.0.0.1:38931, node_name=127.0.0.1:38931_, state=down}
   [junit4]   2> 505006 T3632 C2226 P38931 oasc.SyncStrategy.sync Sync replicas to http://127.0.0.1:38931/collection1/
   [junit4]   2> 505006 T3632 C2226 P38931 oasc.SyncStrategy.syncReplicas Sync Success - now sync replicas to me
   [junit4]   2> 505006 T3632 C2226 P38931 oasc.SyncStrategy.syncToMe http://127.0.0.1:38931/collection1/ has no replicas
   [junit4]   2> 505006 T3632 oasc.ShardLeaderElectionContext.runLeaderProcess I am the new leader: http://127.0.0.1:38931/collection1/ shard1
   [junit4]   2> 505007 T3632 oascc.SolrZkClient.makePath makePath: /collections/control_collection/leaders/shard1
   [junit4]   2> 505007 T3625 oasc.Overseer$ClusterStateUpdater.run processMessage: queueSize: 1, message = {
   [junit4]   2> 	  "operation":"leader",
   [junit4]   2> 	  "shard":"shard1",
   [junit4]   2> 	  "collection":"control_collection"} current state version: 1
   [junit4]   2> 505007 T3598 oasc.ChaosMonkey.monkeyLog monkey: init - expire sessions:false cause connection loss:false
   [junit4]   2> 505008 T3598 oasc.AbstractFullDistribZkTestBase.createJettys Creating collection1 with stateFormat=2
   [junit4]   2> 505008 T3598 oascc.SolrZkClient.createZkCredentialsToAddAutomatically Using default ZkCredentialsProvider
   [junit4]   2> 505008 T3598 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 505010 T3638 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@25667379 name:ZooKeeperConnection Watcher:127.0.0.1:39247/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 505010 T3624 oasc.DistributedQueue$LatchWatcher.process NodeChildrenChanged fired on path /overseer/queue state SyncConnected
   [junit4]   2> 505010 T3598 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 505011 T3598 oascc.SolrZkClient.createZkACLProvider Using default ZkACLProvider
   [junit4]   2> 505011 T3625 oasc.Overseer$ClusterStateUpdater.run processMessage: queueSize: 1, message = {
   [junit4]   2> 	  "operation":"leader",
   [junit4]   2> 	  "shard":"shard1",
   [junit4]   2> 	  "collection":"control_collection",
   [junit4]   2> 	  "base_url":"http://127.0.0.1:38931",
   [junit4]   2> 	  "core":"collection1",
   [junit4]   2> 	  "state":"active"} current state version: 1
   [junit4]   2> 505012 T3625 oasc.Overseer$ClusterStateUpdater.run processMessage: queueSize: 1, message = {
   [junit4]   2> 	  "operation":"create",
   [junit4]   2> 	  "name":"collection1",
   [junit4]   2> 	  "numShards":"2",
   [junit4]   2> 	  "stateFormat":"2"} current state version: 1
   [junit4]   2> 505012 T3625 oasco.ClusterStateMutator.createCollection building a new cName: collection1
   [junit4]   2> 505013 T3635 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> 505013 T3624 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> 505016 T3639 oasc.DistributedQueue$LatchWatcher.process NodeChildrenChanged fired on path /overseer/queue state SyncConnected
   [junit4]   2> 505016 T3625 oasco.ZkStateWriter.writePendingUpdates going to create_collection /collections/collection1/state.json
   [junit4]   2> 505017 T3635 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> 505061 T3632 oasc.ZkController.register We are http://127.0.0.1:38931/collection1/ and leader is http://127.0.0.1:38931/collection1/
   [junit4]   2> 505061 T3632 oasc.ZkController.register No LogReplay needed for core=collection1 baseURL=http://127.0.0.1:38931
   [junit4]   2> 505061 T3632 oasc.ZkController.checkRecovery I am the leader, no recovery necessary
   [junit4]   2> 505061 T3632 oasc.ZkController.publish publishing core=collection1 state=active collection=control_collection
   [junit4]   2> 505062 T3632 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
   [junit4]   2> 505063 T3624 oasc.DistributedQueue$LatchWatcher.process NodeChildrenChanged fired on path /overseer/queue state SyncConnected
   [junit4]   2> 505064 T3625 oasc.Overseer$ClusterStateUpdater.run processMessage: queueSize: 1, message = {
   [junit4]   2> 	  "core":"collection1",
   [junit4]   2> 	  "core_node_name":"core_node1",
   [junit4]   2> 	  "roles":null,
   [junit4]   2> 	  "base_url":"http://127.0.0.1:38931",
   [junit4]   2> 	  "node_name":"127.0.0.1:38931_",
   [junit4]   2> 	  "numShards":"2",
   [junit4]   2> 	  "state":"active",
   [junit4]   2> 	  "shard":"shard1",
   [junit4]   2> 	  "collection":"control_collection",
   [junit4]   2> 	  "operation":"state"} current state version: 3
   [junit4]   2> 505064 T3625 oasco.ReplicaMutator.updateState Update state numShards=2 message={
   [junit4]   2> 	  "core":"collection1",
   [junit4]   2> 	  "core_node_name":"core_node1",
   [junit4]   2> 	  "roles":null,
   [junit4]   2> 	  "base_url":"http://127.0.0.1:38931",
   [junit4]   2> 	  "node_name":"127.0.0.1:38931_",
   [junit4]   2> 	  "numShards":"2",
   [junit4]   2> 	  "state":"active",
   [junit4]   2> 	  "shard":"shard1",
   [junit4]   2> 	  "collection":"control_collection",
   [junit4]   2> 	  "operation":"state"}
   [junit4]   2> 505167 T3624 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> 505167 T3635 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> 505271 T3598 oas.SolrTestCaseJ4.writeCoreProperties Writing core.properties file to /mnt/ssd/jenkins/workspace/Lucene-Solr-5.0-Linux/solr/build/solr-core/test/J0/temp/solr.handler.TestSolrConfigHandlerCloud E4979BE3856BBEB7-001/shard-1-001/cores/collection1
   [junit4]   2> 505271 T3598 oasc.AbstractFullDistribZkTestBase.createJettys create jetty 1
   [junit4]   2> 505272 T3598 oejs.Server.doStart jetty-8.1.10.v20130312
   [junit4]   2> 505273 T3598 oejs.AbstractConnector.doStart Started SelectChannelConnector@127.0.0.1:40757
   [junit4]   2> 505274 T3598 oass.SolrDispatchFilter.init SolrDispatchFilter.init()sun.misc.Launcher$AppClassLoader@c387f44
   [junit4]   2> 505275 T3598 oasc.SolrResourceLoader.locateSolrHome JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 505275 T3598 oasc.SolrResourceLoader.locateSolrHome using system property solr.solr.home: /mnt/ssd/jenkins/workspace/Lucene-Solr-5.0-Linux/solr/build/solr-core/test/J0/temp/solr.handler.TestSolrConfigHandlerCloud E4979BE3856BBEB7-001/shard-1-001
   [junit4]   2> 505275 T3598 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '/mnt/ssd/jenkins/workspace/Lucene-Solr-5.0-Linux/solr/build/solr-core/test/J0/temp/solr.handler.TestSolrConfigHandlerCloud E4979BE3856BBEB7-001/shard-1-001/'
   [junit4]   2> 505287 T3598 oasc.ConfigSolr.fromFile Loading container configuration from /mnt/ssd/jenkins/workspace/Lucene-Solr-5.0-Linux/solr/build/solr-core/test/J0/temp/solr.handler.TestSolrConfigHandlerCloud E4979BE3856BBEB7-001/shard-1-001/solr.xml
   [junit4]   2> 505291 T3598 oasc.CorePropertiesLocator.<init> Config-defined core root directory: /mnt/ssd/jenkins/workspace/Lucene-Solr-5.0-Linux/solr/build/solr-core/test/J0/temp/solr.handler.TestSolrConfigHandlerCloud E4979BE3856BBEB7-001/shard-1-001/cores
   [junit4]   2> 505291 T3598 oasc.CoreContainer.<init> New CoreContainer 771946357
   [junit4]   2> 505291 T3598 oasc.CoreContainer.load Loading cores into CoreContainer [instanceDir=/mnt/ssd/jenkins/workspace/Lucene-Solr-5.0-Linux/solr/build/solr-core/test/J0/temp/solr.handler.TestSolrConfigHandlerCloud E4979BE3856BBEB7-001/shard-1-001/]
   [junit4]   2> 505292 T3598 oashc.HttpShardHandlerFactory.getParameter Setting socketTimeout to: 90000
   [junit4]   2> 505292 T3598 oashc.HttpShardHandlerFactory.getParameter Setting urlScheme to: 
   [junit4]   2> 505292 T3598 oashc.HttpShardHandlerFactory.getParameter Setting connTimeout to: 15000
   [junit4]   2> 505292 T3598 oashc.HttpShardHandlerFactory.getParameter Setting maxConnectionsPerHost to: 20
   [junit4]   2> 505293 T3598 oashc.HttpShardHandlerFactory.getParameter Setting maxConnections to: 10000
   [junit4]   2> 505293 T3598 oashc.HttpShardHandlerFactory.getParameter Setting corePoolSize to: 0
   [junit4]   2> 505293 T3598 oashc.HttpShardHandlerFactory.getParameter Setting maximumPoolSize to: 2147483647
   [junit4]   2> 505293 T3598 oashc.HttpShardHandlerFactory.getParameter Setting maxThreadIdleTime to: 5
   [junit4]   2> 505293 T3598 oashc.HttpShardHandlerFactory.getParameter Setting sizeOfQueue to: -1
   [junit4]   2> 505294 T3598 oashc.HttpShardHandlerFactory.getParameter Setting fairnessPolicy to: false
   [junit4]   2> 505294 T3598 oashc.HttpShardHandlerFactory.getParameter Setting useRetries to: false
   [junit4]   2> 505294 T3598 oasu.UpdateShardHandler.<init> Creating UpdateShardHandler HTTP client with params: socketTimeout=340000&connTimeout=45000&retry=true
   [junit4]   2> 505295 T3598 oasl.LogWatcher.createWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory
   [junit4]   2> 505295 T3598 oasl.LogWatcher.newRegisteredLogWatcher Registering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)]
   [junit4]   2> 505295 T3598 oasc.CoreContainer.load Host Name: 127.0.0.1
   [junit4]   2> 505295 T3598 oasc.ZkContainer.initZooKeeper Zookeeper client=127.0.0.1:39247/solr
   [junit4]   2> 505296 T3598 oasc.ZkController.checkChrootPath zkHost includes chroot
   [junit4]   2> 505296 T3598 oascc.SolrZkClient.createZkCredentialsToAddAutomatically Using default ZkCredentialsProvider
   [junit4]   2> 505296 T3598 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 505298 T3651 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@29d81121 name:ZooKeeperConnection Watcher:127.0.0.1:39247 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 505298 T3598 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 505299 T3598 oascc.SolrZkClient.createZkACLProvider Using default ZkACLProvider
   [junit4]   2> 505300 T3598 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 505301 T3654 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@21870729 name:ZooKeeperConnection Watcher:127.0.0.1:39247/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 505301 T3598 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 505305 T3598 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
   [junit4]   2> 506307 T3598 oasc.ZkController.createEphemeralLiveNode Register node as live in ZooKeeper:/live_nodes/127.0.0.1:40757_
   [junit4]   2> 506308 T3598 oascc.SolrZkClient.makePath makePath: /live_nodes/127.0.0.1:40757_
   [junit4]   2> 506312 T3598 oasc.Overseer.close Overseer (id=null) closing
   [junit4]   2> 506314 T3598 oasc.CorePropertiesLocator.discover Looking for core definitions underneath /mnt/ssd/jenkins/workspace/Lucene-Solr-5.0-Linux/solr/build/solr-core/test/J0/temp/solr.handler.TestSolrConfigHandlerCloud E4979BE3856BBEB7-001/shard-1-001/cores
   [junit4]   2> 506315 T3598 oasc.CorePropertiesLocator.discoverUnder Found core collection1 in /mnt/ssd/jenkins/workspace/Lucene-Solr-5.0-Linux/solr/build/solr-core/test/J0/temp/solr.handler.TestSolrConfigHandlerCloud E4979BE3856BBEB7-001/shard-1-001/cores/collection1/
   [junit4]   2> 506315 T3598 oasc.CorePropertiesLocator.discover Found 1 core definitions
   [junit4]   2> 506317 T3655 oasc.ZkController.publish publishing core=collection1 state=down collection=collection1
   [junit4]   2> 506317 T3655 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
   [junit4]   2> 506318 T3624 oasc.DistributedQueue$LatchWatcher.process NodeChildrenChanged fired on path /overseer/queue state SyncConnected
   [junit4]   2> 506318 T3655 oasc.ZkController.preRegister Registering watch for external collection collection1
   [junit4]   2> 506318 T3655 oascc.ZkStateReader.addZkWatch addZkWatch collection1
   [junit4]   2> 506319 T3625 oasc.Overseer$ClusterStateUpdater.run processMessage: queueSize: 1, message = {
   [junit4]   2> 	  "core":"collection1",
   [junit4]   2> 	  "roles":null,
   [junit4]   2> 	  "base_url":"http://127.0.0.1:40757",
   [junit4]   2> 	  "node_name":"127.0.0.1:40757_",
   [junit4]   2> 	  "numShards":"2",
   [junit4]   2> 	  "state":"down",
   [junit4]   2> 	  "shard":null,
   [junit4]   2> 	  "collection":"collection1",
   [junit4]   2> 	  "operation":"state"} current state version: 4
   [junit4]   2> 506319 T3655 oascc.ZkStateReader.addZkWatch Updating collection state at /collections/collection1/state.json from ZooKeeper... 
   [junit4]   2> 506319 T3625 oasco.ReplicaMutator.updateState Update state numShards=2 message={
   [junit4]   2> 	  "core":"collection1",
   [junit4]   2> 	  "roles":null,
   [junit4]   2> 	  "base_url":"http://127.0.0.1:40757",
   [junit4]   2> 	  "node_name":"127.0.0.1:40757_",
   [junit4]   2> 	  "numShards":"2",
   [junit4]   2> 	  "state":"down",
   [junit4]   2> 	  "shard":null,
   [junit4]   2> 	  "collection":"collection1",
   [junit4]   2> 	  "operation":"state"}
   [junit4]   2> 506319 T3625 oasco.ReplicaMutator.updateState Collection already exists with numShards=2
   [junit4]   2> 506319 T3625 oasco.ReplicaMutator.updateState Assigning new node to shard shard=shard2
   [junit4]   2> 506319 T3655 oascc.ZkStateReader.updateWatchedCollection Updating data for collection1 to ver 0 
   [junit4]   2> 506319 T3655 oasc.ZkController.waitForCoreNodeName look for our core node name
   [junit4]   2> 506421 T3625 oasco.ZkStateWriter.writePendingUpdates going to update_collection /collections/collection1/state.json version: 0
   [junit4]   2> 506422 T3654 oascc.ZkStateReader$7.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/collection1/state.json, has occurred - updating... 
   [junit4]   2> 506422 T3654 oascc.ZkStateReader.updateWatchedCollection Updating data for collection1 to ver 1 
   [junit4]   2> 507320 T3655 oasc.ZkController.waitForShardId waiting to find shard id in clusterstate for collection1
   [junit4]   2> 507320 T3655 oasc.ZkController.createCollectionZkNode Check for collection zkNode:collection1
   [junit4]   2> 507320 T3655 oasc.ZkController.createCollectionZkNode Collection zkNode exists
   [junit4]   2> 507321 T3655 oascc.ZkStateReader.readConfigName Load collection config from:/collections/collection1
   [junit4]   2> 507321 T3655 oascc.ZkStateReader.readConfigName path=/collections/collection1 configName=conf1 specified config exists in ZooKeeper
   [junit4]   2> 507321 T3655 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '/mnt/ssd/jenkins/workspace/Lucene-Solr-5.0-Linux/solr/build/solr-core/test/J0/temp/solr.handler.TestSolrConfigHandlerCloud E4979BE3856BBEB7-001/shard-1-001/cores/collection1/'
   [junit4]   2> 507331 T3655 oasc.ZkController.watchZKConfDir watch zkdir /configs/conf1
   [junit4]   2> 507333 T3655 oasc.Config.<init> loaded config solrconfig.xml with version 0 
   [junit4]   2> 507337 T3655 oasc.SolrConfig.refreshRequestParams current version of requestparams : -1
   [junit4]   2> 507342 T3655 oasc.SolrConfig.<init> Using Lucene MatchVersion: 5.0.0
   [junit4]   2> 507350 T3655 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig.xml
   [junit4]   2> 507351 T3655 oass.IndexSchema.readSchema Reading Solr Schema from /configs/conf1/schema.xml
   [junit4]   2> 507356 T3655 oass.IndexSchema.readSchema [collection1] Schema name=test
   [junit4]   2> 507433 T3655 oass.OpenExchangeRatesOrgProvider.init Initialized with rates=open-exchange-rates.json, refreshInterval=1440.
   [junit4]   2> 507436 T3655 oass.IndexSchema.readSchema default search field in schema is text
   [junit4]   2> 507437 T3655 oass.IndexSchema.readSchema unique key field: id
   [junit4]   2> 507443 T3655 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
   [junit4]   2> 507445 T3655 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
   [junit4]   2> 507446 T3655 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
   [junit4]   2> 507447 T3655 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Unknown key IMPORTANT NOTE
   [junit4]   2> 507447 T3655 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Expected key, got STRING
   [junit4]   2> 507448 T3655 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
   [junit4]   2> 507448 T3655 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Unknown key IMPORTANT NOTE
   [junit4]   2> 507448 T3655 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Expected key, got STRING
   [junit4]   2> 507449 T3655 oasc.CoreContainer.create Creating SolrCore 'collection1' using configuration from collection collection1
   [junit4]   2> 507449 T3655 oasc.SolrCore.initDirectoryFactory org.apache.solr.core.MockDirectoryFactory
   [junit4]   2> 507449 T3655 oasc.SolrCore.<init> [collection1] Opening new SolrCore at /mnt/ssd/jenkins/workspace/Lucene-Solr-5.0-Linux/solr/build/solr-core/test/J0/temp/solr.handler.TestSolrConfigHandlerCloud E4979BE3856BBEB7-001/shard-1-001/cores/collection1/, dataDir=/mnt/ssd/jenkins/workspace/Lucene-Solr-5.0-Linux/solr/build/solr-core/test/J0/temp/solr.handler.TestSolrConfigHandlerCloud E4979BE3856BBEB7-001/tempDir-001/jetty1/
   [junit4]   2> 507449 T3655 oasc.JmxMonitoredMap.<init> JMX monitoring is enabled. Adding Solr mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@3de15603
   [junit4]   2> 507450 T3655 oasc.CachingDirectoryFactory.get return new directory for /mnt/ssd/jenkins/workspace/Lucene-Solr-5.0-Linux/solr/build/solr-core/test/J0/temp/solr.handler.TestSolrConfigHandlerCloud E4979BE3856BBEB7-001/tempDir-001/jetty1
   [junit4]   2> 507450 T3655 oasc.SolrCore.getNewIndexDir New index directory detected: old=null new=/mnt/ssd/jenkins/workspace/Lucene-Solr-5.0-Linux/solr/build/solr-core/test/J0/temp/solr.handler.TestSolrConfigHandlerCloud E4979BE3856BBEB7-001/tempDir-001/jetty1/index/
   [junit4]   2> 507450 T3655 oasc.SolrCore.initIndex WARN [collection1] Solr index directory '/mnt/ssd/jenkins/workspace/Lucene-Solr-5.0-Linux/solr/build/solr-core/test/J0/temp/solr.handler.TestSolrConfigHandlerCloud E4979BE3856BBEB7-001/tempDir-001/jetty1/index' doesn't exist. Creating new index...
   [junit4]   2> 507450 T3655 oasc.CachingDirectoryFactory.get return new directory for /mnt/ssd/jenkins/workspace/Lucene-Solr-5.0-Linux/solr/build/solr-core/test/J0/temp/solr.handler.TestSolrConfigHandlerCloud E4979BE3856BBEB7-001/tempDir-001/jetty1/index
   [junit4]   2> 507450 T3655 oasu.RandomMergePolicy.<init> RandomMergePolicy wrapping class org.apache.lucene.index.LogByteSizeMergePolicy: [LogByteSizeMergePolicy: minMergeSize=1677721, mergeFactor=48, maxMergeSize=2147483648, maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true, maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.4688356093039333]
   [junit4]   2> 507451 T3655 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits: num=1
   [junit4]   2> 		commit{dir=MockDirectoryWrapper(RAMDirectory@74cf1576 lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@69ef06d0),segFN=segments_1,generation=1}
   [junit4]   2> 507451 T3655 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1
   [junit4]   2> 507454 T3655 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "nodistrib"
   [junit4]   2> 507454 T3655 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "dedupe"
   [junit4]   2> 507454 T3655 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe"
   [junit4]   2> 507454 T3655 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "stored_sig"
   [junit4]   2> 507454 T3655 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "stored_sig"
   [junit4]   2> 507455 T3655 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "distrib-dup-test-chain-explicit"
   [junit4]   2> 507455 T3655 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "distrib-dup-test-chain-implicit"
   [junit4]   2> 507455 T3655 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "distrib-dup-test-chain-implicit"
   [junit4]   2> 507455 T3655 oasc.SolrCore.loadUpdateProcessorChains no updateRequestProcessorChain defined as default, creating implicit default
   [junit4]   2> 507455 T3655 oasc.RequestHandlers.initHandlersFromConfig created /update: org.apache.solr.handler.UpdateRequestHandler
   [junit4]   2> 507456 T3655 oasc.RequestHandlers.initHandlersFromConfig created /update/json: org.apache.solr.handler.UpdateRequestHandler
   [junit4]   2> 507456 T3655 oasc.RequestHandlers.initHandlersFromConfig created /update/csv: org.apache.solr.handler.UpdateRequestHandler
   [junit4]   2> 507456 T3655 oasc.RequestHandlers.initHandlersFromConfig created /update/json/docs: org.apache.solr.handler.UpdateRequestHandler
   [junit4]   2> 507457 T3655 oasc.RequestHandlers.initHandlersFromConfig created /config: org.apache.solr.handler.SolrConfigHandler
   [junit4]   2> 507457 T3655 oasc.RequestHandlers.initHandlersFromConfig created /schema: org.apache.solr.handler.SchemaHandler
   [junit4]   2> 507457 T3655 oasc.RequestHandlers.initHandlersFromConfig created /replication: org.apache.solr.handler.ReplicationHandler
   [junit4]   2> 507458 T3655 oasc.RequestHandlers.initHandlersFromConfig created /get: org.apache.solr.handler.RealTimeGetHandler
   [junit4]   2> 507458 T3655 oasc.RequestHandlers.initHandlersFromConfig created /admin/luke: org.apache.solr.handler.admin.LukeRequestHandler
   [junit4]   2> 507458 T3655 oasc.RequestHandlers.initHandlersFromConfig created /admin/system: org.apache.solr.handler.admin.SystemInfoHandler
   [junit4]   2> 507459 T3655 oasc.RequestHandlers.initHandlersFromConfig created /admin/mbeans: org.apache.solr.handler.admin.SolrInfoMBeanHandler
   [junit4]   2> 507459 T3655 oasc.RequestHandlers.initHandlersFromConfig created /admin/plugins: org.apache.solr.handler.admin.PluginInfoHandler
   [junit4]   2> 507459 T3655 oasc.RequestHandlers.initHandlersFromConfig created /admin/threads: org.apache.solr.handler.admin.ThreadDumpHandler
   [junit4]   2> 507460 T3655 oasc.RequestHandlers.initHandlersFromConfig created /admin/properties: org.apache.solr.handler.admin.PropertiesRequestHandler
   [junit4]   2> 507460 T3655 oasc.RequestHandlers.initHandlersFromConfig created /admin/logging: org.apache.solr.handler.admin.LoggingHandler
   [junit4]   2> 507460 T3655 oasc.RequestHandlers.initHandlersFromConfig created /admin/ping: org.apache.solr.handler.PingRequestHandler
   [junit4]   2> 507461 T3655 oasc.RequestHandlers.initHandlersFromConfig created standard: solr.StandardRequestHandler
   [junit4]   2> 507461 T3655 oasc.RequestHandlers.initHandlersFromConfig created /admin/file: solr.admin.ShowFileRequestHandler
   [junit4]   2> 507462 T3655 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 507463 T3655 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 507463 T3655 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 507464 T3655 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 507464 T3655 oasc.SolrCore.initStatsCache Using default statsCache cache: org.apache.solr.search.stats.LocalStatsCache
   [junit4]   2> 507465 T3655 oasu.CommitTracker.<init> Hard AutoCommit: disabled
   [junit4]   2> 507465 T3655 oasu.CommitTracker.<init> Soft AutoCommit: disabled
   [junit4]   2> 507466 T3655 oasu.RandomMergePolicy.<init> RandomMergePolicy wrapping class org.apache.lucene.index.AlcoholicMergePolicy: [AlcoholicMergePolicy: minMergeSize=0, mergeFactor=10, maxMergeSize=1481111893, maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true, maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.1]
   [junit4]   2> 507467 T3655 oasc.SolrDeletionPolicy.onInit SolrDeletionPolicy.onInit: commits: num=1
   [junit4]   2> 		commit{dir=MockDirectoryWrapper(RAMDirectory@74cf1576 lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@69ef06d0),segFN=segments_1,generation=1}
   [junit4]   2> 507467 T3655 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1
   [junit4]   2> 507467 T3655 oass.SolrIndexSearcher.<init> Opening Searcher@28942cd2[collection1] main
   [junit4]   2> 507467 T3655 oascc.ZkStateReader.readConfigName Load collection config from:/collections/collection1
   [junit4]   2> 507468 T3655 oascc.ZkStateReader.readConfigName path=/collections/collection1 configName=conf1 specified config exists in ZooKeeper
   [junit4]   2> 507468 T3655 oasr.ManagedResourceStorage.newStorageIO Setting up ZooKeeper-based storage for the RestManager with znodeBase: /configs/conf1
   [junit4]   2> 507469 T3655 oasr.ManagedResourceStorage$ZooKeeperStorageIO.configure Configured ZooKeeperStorageIO with znodeBase: /configs/conf1
   [junit4]   2> 507469 T3655 oasr.RestManager.init Initializing RestManager with initArgs: {}
   [junit4]   2> 507469 T3655 oasr.ManagedResourceStorage.load Reading _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 507469 T3655 oasr.ManagedResourceStorage$ZooKeeperStorageIO.openInputStream No data found for znode /configs/conf1/_rest_managed.json
   [junit4]   2> 507470 T3655 oasr.ManagedResourceStorage.load Loaded null at path _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 507470 T3655 oasr.RestManager.init Initializing 0 registered ManagedResources
   [junit4]   2> 507470 T3655 oash.ReplicationHandler.inform Commits will be reserved for  10000
   [junit4]   2> 507470 T3656 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@28942cd2[collection1] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 507471 T3655 oasc.CoreContainer.registerCore registering core: collection1
   [junit4]   2> 507471 T3659 oasc.ZkController.register Register replica - core:collection1 address:http://127.0.0.1:40757 collection:collection1 shard:shard2
   [junit4]   2> 507471 T3598 oass.SolrDispatchFilter.init user.dir=/mnt/ssd/jenkins/workspace/Lucene-Solr-5.0-Linux/solr/build/solr-core/test/J0
   [junit4]   2> 507472 T3659 oascc.SolrZkClient.makePath makePath: /collections/collection1/leader_elect/shard2/election
   [junit4]   2> 507472 T3598 oass.SolrDispatchFilter.init SolrDispatchFilter.init() done
   [junit4]   2> 507475 T3659 oasc.ShardLeaderElectionContext.runLeaderProcess Running the leader process for shard shard2
   [junit4]   2> 507475 T3624 oasc.DistributedQueue$LatchWatcher.process NodeChildrenChanged fired on path /overseer/queue state SyncConnected
   [junit4]   2> 507476 T3659 oasc.ShardLeaderElectionContext.waitForReplicasToComeUp Enough replicas found to continue.
   [junit4]   2> 507476 T3659 oasc.ShardLeaderElectionContext.runLeaderProcess I may be the new leader - try and sync
   [junit4]   2> ASYNC  NEW_CORE C2227 name=collection1 org.apache.solr.core.SolrCore@7328bdf url=http://127.0.0.1:40757/collection1 node=127.0.0.1:40757_ C2227_STATE=coll:collection1 core:collection1 props:{core=collection1, base_url=http://127.0.0.1:40757, node_name=127.0.0.1:40757_, state=down}
   [junit4]   2> 507476 T3659 C2227 P40757 oasc.SyncStrategy.sync Sync replicas to http://127.0.0.1:40757/collection1/
   [junit4]   2> 507476 T3625 oasc.Overseer$ClusterStateUpdater.run processMessage: queueSize: 1, message = {
   [junit4]   2> 	  "operation":"leader",
   [junit4]   2> 	  "shard":"shard2",
   [junit4]   2> 	  "collection":"collection1"} current state version: 4
   [junit4]   2> 507476 T3659 C2227 P40757 oasc.SyncStrategy.syncReplicas Sync Success - now sync replicas to me
   [junit4]   2> 507476 T3659 C2227 P40757 oasc.SyncStrategy.syncToMe http://127.0.0.1:40757/collection1/ has no replicas
   [junit4]   2> 507476 T3659 oasc.ShardLeaderElectionContext.runLeaderProcess I am the new leader: http://127.0.0.1:40757/collection1/ shard2
   [junit4]   2> 507477 T3659 oascc.SolrZkClient.makePath makePath: /collections/collection1/leaders/shard2
   [junit4]   2> 507477 T3625 oasco.ZkStateWriter.writePendingUpdates going to update_collection /collections/collection1/state.json version: 1
   [junit4]   2> 507477 T3654 oascc.ZkStateReader$7.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/collection1/state.json, has occurred - updating... 
   [junit4]   2> 507478 T3654 oascc.ZkStateReader.updateWatchedCollection Updating data for collection1 to ver 2 
   [junit4]   2> 507480 T3624 oasc.DistributedQueue$LatchWatcher.process NodeChildrenChanged fired on path /overseer/queue state SyncConnected
   [junit4]   2> 507480 T3625 oasc.Overseer$ClusterStateUpdater.run processMessage: queueSize: 1, message = {
   [junit4]   2> 	  "operation":"leader",
   [junit4]   2> 	  "shard":"shard2",
   [junit4]   2> 	  "collection":"collection1",
   [junit4]   2> 	  "base_url":"http://127.0.0.1:40757",
   [junit4]   2> 	  "core":"collection1",
   [junit4]   2> 	  "state":"active"} current state version: 4
   [junit4]   2> 507481 T3625 oasco.ZkStateWriter.writePendingUpdates going to update_collection /collections/collection1/state.json version: 2
   [junit4]   2> 507482 T3654 oascc.ZkStateReader$7.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/collection1/state.json, has occurred - updating... 
   [junit4]   2> 507482 T3654 oascc.ZkStateReader.updateWatchedCollection Updating data for collection1 to ver 3 
   [junit4]   2> 507530 T3659 oasc.ZkController.register We are http://127.0.0.1:40757/collection1/ and leader is http://127.0.0.1:40757/collection1/
   [junit4]   2> 507530 T3659 oasc.ZkController.register No LogReplay needed for core=collection1 baseURL=http://127.0.0.1:40757
   [junit4]   2> 507530 T3659 oasc.ZkController.checkRecovery I am the leader, no recovery necessary
   [junit4]   2> 507531 T3659 oasc.ZkController.publish publishing core=collection1 state=active collection=collection1
   [junit4]   2> 507531 T3659 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
   [junit4]   2> 507532 T3624 oasc.DistributedQueue$LatchWatcher.process NodeChildrenChanged fired on path /overseer/queue state SyncConnected
   [junit4]   2> 507532 T3625 oasc.Overseer$ClusterStateUpdater.run processMessage: queueSize: 1, message = {
   [junit4]   2> 	  "core":"collection1",
   [junit4]   2> 	  "core_node_name":"core_node1",
   [junit4]   2> 	  "roles":null,
   [junit4]   2> 	  "base_url":"http://127.0.0.1:40757",
   [junit4]   2> 	  "node_name":"127.0.0.1:40757_",
   [junit4]   2> 	  "numShards":"2",
   [junit4]   2> 	  "state":"active",
   [junit4]   2> 	  "shard":"shard2",
   [junit4]   2> 	  "collection":"collection1",
   [junit4]   2> 	  "operation":"state"} current state version: 4
   [junit4]   2> 507533 T3625 oasco.ReplicaMutator.updateState Update state numShards=2 message={
   [junit4]   2> 	  "core":"collection1",
   [junit4]   2> 	  "core_node_name":"core_node1",
   [junit4]   2> 	  "roles":null,
   [junit4]   2> 	  "base_url":"http://127.0.0.1:40757",
   [junit4]   2> 	  "node_name":"127.0.0.1:40757_",
   [junit4]   2> 	  "numShards":"2",
   [junit4]   2> 	  "state":"active",
   [junit4]   2> 	  "shard":"shard2",
   [junit4]   2> 	  "collection":"collection1",
   [junit4]   2> 	  "operation":"state"}
   [junit4]   2> 507534 T3625 oasco.ZkStateWriter.writePendingUpdates going to update_collection /collections/collection1/state.json version: 3
   [junit4]   2> 507534 T3659 oascc.ZkStateReader.updateWatchedCollection Updating data for collection1 to ver 3 
   [junit4]   2> 507534 T3654 oascc.ZkStateReader$7.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/collection1/state.json, has occurred - updating... 
   [junit4]   2> 507535 T3654 oascc.ZkStateReader.updateWatchedCollection Updating data for collection1 to ver 4 
   [junit4]   2> 507737 T3598 oas.SolrTestCaseJ4.writeCoreProperties Writing core.properties file to /mnt/ssd/jenkins/workspace/Lucene-Solr-5.0-Linux/solr/build/solr-core/test/J0/temp/solr.handler.TestSolrConfigHandlerCloud E4979BE3856BBEB7-001/shard-2-001/cores/collection1
   [junit4]   2> 507738 T3598 oasc.AbstractFullDistribZkTestBase.createJettys create jetty 2
   [junit4]   2> 507739 T3598 oejs.Server.doStart jetty-8.1.10.v20130312
   [junit4]   2> 507740 T3598 oejs.AbstractConnector.doStart Started SelectChannelConnector@127.0.0.1:48628
   [junit4]   2> 507746 T3598 oass.SolrDispatchFilter.init SolrDispatchFilter.init()sun.misc.Launcher$AppClassLoader@c387f44
   [junit4]   2> 507746 T3598 oasc.SolrResourceLoader.locateSolrHome JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 507747 T3598 oasc.SolrResourceLoader.locateSolrHome using system property solr.solr.home: ../../../../../../../../../../mnt/ssd/jenkins/workspace/Lucene-Solr-5.0-Linux/solr/build/solr-core/test/J0/temp/solr.handler.TestSolrConfigHandlerCloud E4979BE3856BBEB7-001/shard-2-001
   [junit4]   2> 507747 T3598 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '../../../../../../../../../../mnt/ssd/jenkins/workspace/Lucene-Solr-5.0-Linux/solr/build/solr-core/test/J0/temp/solr.handler.TestSolrConfigHandlerCloud E4979BE3856BBEB7-001/shard-2-001/'
   [junit4]   2> 507759 T3598 oasc.ConfigSolr.fromFile Loading container configuration from /mnt/ssd/jenkins/workspace/Lucene-Solr-5.0-Linux/solr/build/solr-core/test/J0/../../../../../../../../../../mnt/ssd/jenkins/workspace/Lucene-Solr-5.0-Linux/solr/build/solr-core/test/J0/temp/solr.handler.TestSolrConfigHandlerCloud E4979BE3856BBEB7-001/shard-2-001/solr.xml
   [junit4]   2> 507763 T3598 oasc.CorePropertiesLocator.<init> Config-defined core root directory: /mnt/ssd/jenkins/workspace/Lucene-Solr-5.0-Linux/solr/build/solr-core/test/J0/temp/solr.handler.TestSolrConfigHandlerCloud E4979BE3856BBEB7-001/shard-2-001/cores
   [junit4]   2> 507764 T3598 oasc.CoreContainer.<init> New CoreContainer 331276156
   [junit4]   2> 507764 T3598 oasc.CoreContainer.load Loading cores into CoreContainer [instanceDir=../../../../../../../../../../mnt/ssd/jenkins/workspace/Lucene-Solr-5.0-Linux/solr/build/solr-core/test/J0/temp/solr.handler.TestSolrConfigHandlerCloud E4979BE3856BBEB7-001/shard-2-001/]
   [junit4]   2> 507765 T3598 oashc.HttpShardHandlerFactory.getParameter Setting socketTimeout to: 90000
   [junit4]   2> 507765 T3598 oashc.HttpShardHandlerFactory.getParameter Setting urlScheme to: 
   [junit4]   2> 507765 T3598 oashc.HttpShardHandlerFactory.getParameter Setting connTimeout to: 15000
   [junit4]   2> 507765 T3598 oashc.HttpShardHandlerFactory.getParameter Setting maxConnectionsPerHost to: 20
   [junit4]   2> 507765 T3598 oashc.HttpShardHandlerFactory.getParameter Setting maxConnections to: 10000
   [junit4]   2> 507766 T3598 oashc.HttpShardHandlerFactory.getParameter Setting corePoolSize to: 0
   [junit4]   2> 507766 T3598 oashc.HttpShardHandlerFactory.getParameter Setting maximumPoolSize to: 2147483647
   [junit4]   2> 507766 T3598 oashc.HttpShardHandlerFactory.getParameter Setting maxThreadIdleTime to: 5
   [junit4]   2> 507766 T3598 oashc.HttpShardHandlerFactory.getParameter Setting sizeOfQueue to: -1
   [junit4]   2> 507767 T3598 oashc.HttpShardHandlerFactory.getParameter Setting fairnessPolicy to: false
   [junit4]   2> 507767 T3598 oashc.HttpShardHandlerFactory.getParameter Setting useRetries to: false
   [junit4]   2> 507767 T3598 oasu.UpdateShardHandler.<init> Creating UpdateShardHandler HTTP client with params: socketTimeout=340000&connTimeout=45000&retry=true
   [junit4]   2> 507767 T3598 oasl.LogWatcher.createWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory
   [junit4]   2> 507768 T3598 oasl.LogWatcher.newRegisteredLogWatcher Registering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)]
   [junit4]   2> 507768 T3598 oasc.CoreContainer.load Host Name: 127.0.0.1
   [junit4]   2> 507768 T3598 oasc.ZkContainer.initZooKeeper Zookeeper client=127.0.0.1:39247/solr
   [junit4]   2> 507768 T3598 oasc.ZkController.checkChrootPath zkHost includes chroot
   [junit4]   2> 507769 T3598 oascc.SolrZkClient.createZkCredentialsToAddAutomatically Using default ZkCredentialsProvider
   [junit4]   2> 507769 T3598 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 507770 T3671 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@455fcfd6 name:ZooKeeperConnection Watcher:127.0.0.1:39247 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 507771 T3598 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 507771 T3598 oascc.SolrZkClient.createZkACLProvider Using default ZkACLProvider
   [junit4]   2> 507773 T3598 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 507778 T3674 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@24d9f9a6 name:ZooKeeperConnection Watcher:127.0.0.1:39247/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 507778 T3598 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 507782 T3598 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
   [junit4]   2> 508785 T3598 oasc.ZkController.createEphemeralLiveNode Register node as live in ZooKeeper:/live_nodes/127.0.0.1:48628_
   [junit4]   2> 508786 T3598 oascc.SolrZkClient.makePath makePath: /live_nodes/127.0.0.1:48628_
   [junit4]   2> 508793 T3598 oasc.Overseer.close Overseer (id=null) closing
   [junit4]   2> 508798 T3598 oasc.CorePropertiesLocator.discover Looking for core definitions underneath /mnt/ssd/jenkins/workspace/Lucene-Solr-5.0-Linux/solr/build/solr-core/test/J0/temp/solr.handler.TestSolrConfigHandlerCloud E4979BE3856BBEB7-001/shard-2-001/cores
   [junit4]   2> 508799 T3598 oasc.CorePropertiesLocator.discoverUnder Found core collection1 in /mnt/ssd/jenkins/workspace/Lucene-Solr-5.0-Linux/solr/build/solr-core/test/J0/temp/solr.handler.TestSolrConfigHandlerCloud E4979BE3856BBEB7-001/shard-2-001/cores/collection1/
   [junit4]   2> 508799 T3598 oasc.CorePropertiesLocator.discover Found 1 core definitions
   [junit4]   2> 508800 T3675 oasc.ZkController.publish publishing core=collection1 state=down collection=collection1
   [junit4]   2> 508800 T3675 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
   [junit4]   2> 508801 T3624 oasc.DistributedQueue$LatchWatcher.process NodeChildrenChanged fired on path /overseer/queue state SyncConnected
   [junit4]   2> 508801 T3675 oasc.ZkController.preRegister Registering watch for external collection collection1
   [junit4]   2> 508802 T3675 oascc.ZkStateReader.addZkWatch addZkWatch collection1
   [junit4]   2> 508802 T3625 oasc.Overseer$ClusterStateUpdater.run processMessage: queueSize: 1, message = {
   [junit4]   2> 	  "core":"collection1",
   [junit4]   2> 	  "roles":null,
   [junit4]   2> 	  "base_url":"http://127.0.0.1:48628",
   [junit4]   2> 	  "node_name":"127.0.0.1:48628_",
   [junit4]   2> 	  "numShards":"2",
   [junit4]   2> 	  "state":"down",
   [junit4]   2> 	  "shard":null,
   [junit4]   2> 	  "collection":"collection1",
   [junit4]   2> 	  "operation":"state"} current state version: 4
   [junit4]   2> 508802 T3675 oascc.ZkStateReader.addZkWatch Updating collection state at /collections/collection1/state.json from ZooKeeper... 
   [junit4]   2> 508802 T3625 oasco.ReplicaMutator.updateState Update state numShards=2 message={
   [junit4]   2> 	  "core":"collection1",
   [junit4]   2> 	  "roles":null,
   [junit4]   2> 	  "base_url":"http://127.0.0.1:48628",
   [junit4]   2> 	  "node_name":"127.0.0.1:48628_",
   [junit4]   2> 	  "numShards":"2",
   [junit4]   2> 	  "state":"down",
   [junit4]   2> 	  "shard":null,
   [junit4]   2> 	  "collection":"collection1",
   [junit4]   2> 	  "operation":"state"}
   [junit4]   2> 508802 T3625 oasco.ReplicaMutator.updateState Collection already exists with numShards=2
   [junit4]   2> 508802 T3625 oasco.ReplicaMutator.updateState Assigning new node to shard shard=shard1
   [junit4]   2> 508803 T3675 oascc.ZkStateReader.updateWatchedCollection Updating data for collection1 to ver 4 
   [junit4]   2> 508803 T3675 oasc.ZkController.waitForCoreNodeName look for our core node name
   [junit4]   2> 508803 T3625 oasco.ZkStateWriter.writePendingUpdates going to update_collection /collections/collection1/state.json version: 4
   [junit4]   2> 508804 T3654 oascc.ZkStateReader$7.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/collection1/state.json, has occurred - updating... 
   [junit4]   2> 508804 T3674 oascc.ZkStateReader$7.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/collection1/state.json, has occurred - updating... 
   [junit4]   2> 508804 T3654 oascc.ZkStateReader.updateWatchedCollection Updating data for collection1 to ver 5 
   [junit4]   2> 508805 T3674 oascc.ZkStateReader.updateWatchedCollection Updating data for collection1 to ver 5 
   [junit4]   2> 509803 T3675 oasc.ZkController.waitForShardId waiting to find shard id in clusterstate for collection1
   [junit4]   2> 509803 T3675 oasc.ZkController.createCollectionZkNode Check for collection zkNode:collection1
   [junit4]   2> 509804 T3675 oasc.ZkController.createCollectionZkNode Collection zkNode exists
   [junit4]   2> 509804 T3675 oascc.ZkStateReader.readConfigName Load collection config from:/collections/collection1
   [junit4]   2> 509805 T3675 oascc.ZkStateReader.readConfigName path=/collections/collection1 configName=conf1 specified config exists in ZooKeeper
   [junit4]   2> 509805 T3675 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '/mnt/ssd/jenkins/workspace/Lucene-Solr-5.0-Linux/solr/build/solr-core/test/J0/temp/solr.handler.TestSolrConfigHandlerCloud E4979BE3856BBEB7-001/shard-2-001/cores/collection1/'
   [junit4]   2> 509815 T3675 oasc.ZkController.watchZKConfDir watch zkdir /configs/conf1
   [junit4]   2> 509816 T3675 oasc.Config.<init> loaded config solrconfig.xml with version 0 
   [junit4]   2> 509820 T3675 oasc.SolrConfig.refreshRequestParams current version of requestparams : -1
   [junit4]   2> 509823 T3675 oasc.SolrConfig.<init> Using Lucene MatchVersion: 5.0.0
   [junit4]   2> 509831 T3675 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig.xml
   [junit4]   2> 509832 T3675 oass.IndexSchema.readSchema Reading Solr Schema from /configs/conf1/schema.xml
   [junit4]   2> 509836 T3675 oass.IndexSchema.readSchema [collection1] Schema name=test
   [junit4]   2> 509914 T3675 oass.OpenExchangeRatesOrgProvider.init Initialized with rates=open-exchange-rates.json, refreshInterval=1440.
   [junit4]   2> 509917 T3675 oass.IndexSchema.readSchema default search field in schema is text
   [junit4]   2> 509918 T3675 oass.IndexSchema.readSchema unique key field: id
   [junit4]   2> 509924 T3675 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
   [junit4]   2> 509926 T3675 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
   [junit4]   2> 509927 T3675 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
   [junit4]   2> 509928 T3675 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Unknown key IMPORTANT NOTE
   [junit4]   2> 509928 T3675 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Expected key, got STRING
   [junit4]   2> 509929 T3675 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
   [junit4]   2> 509929 T3675 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Unknown key IMPORTANT NOTE
   [junit4]   2> 509929 T3675 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Expected key, got STRING
   [junit4]   2> 509929 T3675 oasc.CoreContainer.create Creating SolrCore 'collection1' using configuration from collection collection1
   [junit4]   2> 509929 T3675 oasc.SolrCore.initDirectoryFactory org.apache.solr.core.MockDirectoryFactory
   [junit4]   2> 509930 T3675 oasc.SolrCore.<init> [collection1] Opening new SolrCore at /mnt/ssd/jenkins/workspace/Lucene-Solr-5.0-Linux/solr/build/solr-core/test/J0/temp/solr.handler.TestSolrConfigHandlerCloud E4979BE3856BBEB7-001/shard-2-001/cores/collection1/, dataDir=/mnt/ssd/jenkins/workspace/Lucene-Solr-5.0-Linux/solr/build/solr-core/test/J0/temp/solr.handler.TestSolrConfigHandlerCloud E4979BE3856BBEB7-001/tempDir-001/jetty2/
   [junit4]   2> 509930 T3675 oasc.JmxMonitoredMap.<init> JMX monitoring is enabled. Adding Solr mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@3de15603
   [junit4]   2> 509930 T3675 oasc.CachingDirectoryFactory.get return new directory for /mnt/ssd/jenkins/workspace/Lucene-Solr-5.0-Linux/solr/build/solr-core/test/J0/temp/solr.handler.TestSolrConfigHandlerCloud E4979BE3856BBEB7-001/tempDir-001/jetty2
   [junit4]   2> 509931 T3675 oasc.SolrCore.getNewIndexDir New index directory detected: old=null new=/mnt/ssd/jenkins/workspace/Lucene-Solr-5.0-Linux/solr/build/solr-core/test/J0/temp/solr.handler.TestSolrConfigHandlerCloud E4979BE3856BBEB7-001/tempDir-001/jetty2/index/
   [junit4]   2> 509931 T3675 oasc.SolrCore.initIndex WARN [collection1] Solr index directory '/mnt/ssd/jenkins/workspace/Lucene-Solr-5.0-Linux/solr/build/solr-core/test/J0/temp/solr.handler.TestSolrConfigHandlerCloud E4979BE3856BBEB7-001/tempDir-001/jetty2/index' doesn't exist. Creating new index...
   [junit4]   2> 509931 T3675 oasc.CachingDirectoryFactory.get return new directory for /mnt/ssd/jenkins/workspace/Lucene-Solr-5.0-Linux/solr/build/solr-core/test/J0/temp/solr.handler.TestSolrConfigHandlerCloud E4979BE3856BBEB7-001/tempDir-001/jetty2/index
   [junit4]   2> 509931 T3675 oasu.RandomMergePolicy.<init> RandomMergePolicy wrapping class org.apache.lucene.index.LogByteSizeMergePolicy: [LogByteSizeMergePolicy: minMergeSize=1677721, mergeFactor=48, maxMergeSize=2147483648, maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true, maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.4688356093039333]
   [junit4]   2> 509932 T3675 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits: num=1
   [junit4]   2> 		commit{dir=MockDirectoryWrapper(RAMDirectory@af86d71 lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@64da016),segFN=segments_1,generation=1}
   [junit4]   2> 509932 T3675 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1
   [junit4]   2> 509934 T3675 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "nodistrib"
   [junit4]   2> 509935 T3675 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "dedupe"
   [junit4]   2> 509935 T3675 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe"
   [junit4]   2> 509935 T3675 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "stored_sig"
   [junit4]   2> 509935 T3675 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "stored_sig"
   [junit4]   2> 509935 T3675 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "distrib-dup-test-chain-explicit"
   [junit4]   2> 509936 T3675 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "distrib-dup-test-chain-implicit"
   [junit4]   2> 509936 T3675 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "distrib-dup-test-chain-implicit"
   [junit4]   2> 509936 T3675 oasc.SolrCore.loadUpdateProcessorChains no updateRequestProcessorChain defined as default, creating implicit default
   [junit4]   2> 509936 T3675 oasc.RequestHandlers.initHandlersFromConfig created /update: org.apache.solr.handler.UpdateRequestHandler
   [junit4]   2> 509937 T3675 oasc.RequestHandlers.initHandlersFromConfig created /update/json: org.apache.solr.handler.UpdateRequestHandler
   [junit4]   2> 509937 T3675 oasc.RequestHandlers.initHandlersFromConfig created /update/csv: org.apache.solr.handler.UpdateRequestHandler
   [junit4]   2> 509937 T3675 oasc.RequestHandlers.initHandlersFromConfig created /update/json/docs: org.apache.solr.handler.UpdateRequestHandler
   [junit4]   2> 509937 T3675 oasc.RequestHandlers.initHandlersFromConfig created /config: org.apache.solr.handler.SolrConfigHandler
   [junit4]   2> 509938 T3675 oasc.RequestHandlers.initHandlersFromConfig created /schema: org.apache.solr.handler.SchemaHandler
   [junit4]   2> 509938 T3675 oasc.RequestHandlers.initHandlersFromConfig created /replication: org.apache.solr.handler.ReplicationHandler
   [junit4]   2> 509938 T3675 oasc.RequestHandlers.initHandlersFromConfig created /get: org.apache.solr.handler.RealTimeGetHandler
   [junit4]   2> 509939 T3675 oasc.RequestHandlers.initHandlersFromConfig created /admin/luke: org.apache.solr.handler.admin.LukeRequestHandler
   [junit4]   2> 509939 T3675 oasc.RequestHandlers.initHandlersFromConfig created /admin/system: org.apache.solr.handler.admin.SystemInfoHandler
   [junit4]   2> 509940 T3675 oasc.RequestHandlers.initHandlersFromConfig created /admin/mbeans: org.apache.solr.handler.admin.SolrInfoMBeanHandler
   [junit4]   2> 509940 T3675 oasc.RequestHandlers.initHandlersFromConfig created /admin/plugins: org.apache.solr.handler.admin.PluginInfoHandler
   [junit4]   2> 509940 T3675 oasc.RequestHandlers.initHandlersFromConfig created /admin/threads: org.apache.solr.handler.admin.ThreadDumpHandler
   [junit4]   2> 509941 T3675 oasc.RequestHandlers.initHandlersFromConfig created /admin/properties: org.apache.solr.handler.admin.PropertiesRequestHandler
   [junit4]   2> 509941 T3675 oasc.RequestHandlers.initHandlersFromConfig created /admin/logging: org.apache.solr.handler.admin.LoggingHandler
   [junit4]   2> 509941 T3675 oasc.RequestHandlers.initHandlersFromConfig created /admin/ping: org.apache.solr.handler.PingRequestHandler
   [junit4]   2> 509941 T3675 oasc.RequestHandlers.initHandlersFromConfig created standard: solr.StandardRequestHandler
   [junit4]   2> 509942 T3675 oasc.RequestHandlers.initHandlersFromConfig created /admin/file: solr.admin.ShowFileRequestHandler
   [junit4]   2> 509943 T3675 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 509944 T3675 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 509944 T3675 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 509945 T3675 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 509946 T3675 oasc.SolrCore.initStatsCache Using default statsCache cache: org.apache.solr.search.stats.LocalStatsCache
   [junit4]   2> 509950 T3675 oasu.CommitTracker.<init> Hard AutoCommit: disabled
   [junit4]   2> 509950 T3675 oasu.CommitTracker.<init> Soft AutoCommit: disabled
   [junit4]   2> 509951 T3675 oasu.RandomMergePolicy.<init> RandomMergePolicy wrapping class org.apache.lucene.index.AlcoholicMergePolicy: [AlcoholicMergePolicy: minMergeSize=0, mergeFactor=10, maxMergeSize=1481111893, maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true, maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.1]
   [junit4]   2> 509952 T3675 oasc.SolrDeletionPolicy.onInit SolrDeletionPolicy.onInit: commits: num=1
   [junit4]   2> 		commit{dir=MockDirectoryWrapper(RAMDirectory@af86d71 lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@64da016),segFN=segments_1,generation=1}
   [junit4]   2> 509952 T3675 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1
   [junit4]   2> 509953 T3675 oass.SolrIndexSearcher.<init> Opening Searcher@66462153[collection1] main
   [junit4]   2> 509953 T3675 oascc.ZkStateReader.readConfigName Load collection config from:/collections/collection1
   [junit4]   2> 509954 T3675 oascc.ZkStateReader.readConfigName path=/collections/collection1 configName=conf1 specified con

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

e closing DirectUpdateHandler2{commits=0,autocommits=0,soft autocommits=0,optimizes=0,rollbacks=0,expungeDeletes=0,docsPending=0,adds=0,deletesById=0,deletesByQuery=0,errors=0,cumulative_adds=0,cumulative_deletesById=0,cumulative_deletesByQuery=0,cumulative_errors=0,transaction_logs_total_size=0,transaction_logs_total_number=0}
   [junit4]   2> 536713 T3823 oasc.Overseer$ClusterStateUpdater.run processMessage: queueSize: 1, message = {
   [junit4]   2> 	  "core":"collection1",
   [junit4]   2> 	  "core_node_name":"core_node4",
   [junit4]   2> 	  "roles":null,
   [junit4]   2> 	  "base_url":"http://127.0.0.1:39131",
   [junit4]   2> 	  "node_name":"127.0.0.1:39131_",
   [junit4]   2> 	  "numShards":"2",
   [junit4]   2> 	  "state":"down",
   [junit4]   2> 	  "shard":"shard1",
   [junit4]   2> 	  "collection":"collection1",
   [junit4]   2> 	  "operation":"state"} current state version: 5
   [junit4]   2> 536714 T3598 oasu.SolrCoreState.decrefSolrCoreState Closing SolrCoreState
   [junit4]   2> 536714 T3823 oasco.ReplicaMutator.updateState Update state numShards=2 message={
   [junit4]   2> 	  "core":"collection1",
   [junit4]   2> 	  "core_node_name":"core_node4",
   [junit4]   2> 	  "roles":null,
   [junit4]   2> 	  "base_url":"http://127.0.0.1:39131",
   [junit4]   2> 	  "node_name":"127.0.0.1:39131_",
   [junit4]   2> 	  "numShards":"2",
   [junit4]   2> 	  "state":"down",
   [junit4]   2> 	  "shard":"shard1",
   [junit4]   2> 	  "collection":"collection1",
   [junit4]   2> 	  "operation":"state"}
   [junit4]   2> 536714 T3598 oasu.DefaultSolrCoreState.closeIndexWriter SolrCoreState ref count has reached 0 - closing IndexWriter
   [junit4]   2> 536715 T3598 oasu.DefaultSolrCoreState.closeIndexWriter closing IndexWriter with IndexWriterCloser
   [junit4]   2> 536715 T3823 oasco.ZkStateWriter.writePendingUpdates going to update_collection /collections/collection1/state.json version: 21
   [junit4]   2> 536716 T3598 oasc.SolrCore.closeSearcher [collection1] Closing main searcher on request.
   [junit4]   2> 536716 T3817 oascc.ZkStateReader$7.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/collection1/state.json, has occurred - updating... 
   [junit4]   2> 536720 T3598 oasc.CachingDirectoryFactory.close Closing MockDirectoryFactory - 2 directories currently being tracked
   [junit4]   2> 536721 T3598 oasc.CachingDirectoryFactory.closeCacheValue looking to close /mnt/ssd/jenkins/workspace/Lucene-Solr-5.0-Linux/solr/build/solr-core/test/J0/temp/solr.handler.TestSolrConfigHandlerCloud E4979BE3856BBEB7-001/tempDir-001/jetty4 [CachedDir<<refCount=0;path=/mnt/ssd/jenkins/workspace/Lucene-Solr-5.0-Linux/solr/build/solr-core/test/J0/temp/solr.handler.TestSolrConfigHandlerCloud E4979BE3856BBEB7-001/tempDir-001/jetty4;done=false>>]
   [junit4]   2> 536721 T3598 oasc.CachingDirectoryFactory.close Closing directory: /mnt/ssd/jenkins/workspace/Lucene-Solr-5.0-Linux/solr/build/solr-core/test/J0/temp/solr.handler.TestSolrConfigHandlerCloud E4979BE3856BBEB7-001/tempDir-001/jetty4
   [junit4]   2> 536721 T3598 oasc.CachingDirectoryFactory.closeCacheValue looking to close /mnt/ssd/jenkins/workspace/Lucene-Solr-5.0-Linux/solr/build/solr-core/test/J0/temp/solr.handler.TestSolrConfigHandlerCloud E4979BE3856BBEB7-001/tempDir-001/jetty4/index [CachedDir<<refCount=0;path=/mnt/ssd/jenkins/workspace/Lucene-Solr-5.0-Linux/solr/build/solr-core/test/J0/temp/solr.handler.TestSolrConfigHandlerCloud E4979BE3856BBEB7-001/tempDir-001/jetty4/index;done=false>>]
   [junit4]   2> 536721 T3598 oasc.CachingDirectoryFactory.close Closing directory: /mnt/ssd/jenkins/workspace/Lucene-Solr-5.0-Linux/solr/build/solr-core/test/J0/temp/solr.handler.TestSolrConfigHandlerCloud E4979BE3856BBEB7-001/tempDir-001/jetty4/index
   [junit4]   2> 536722 T3598 oasc.Overseer.close Overseer (id=93317355463507981-127.0.0.1:39131_-n_0000000004) closing
   [junit4]   2> 536722 T3823 oasc.Overseer$ClusterStateUpdater.run Overseer Loop exiting : 127.0.0.1:39131_
   [junit4]   2> 538223 T3817 oascc.ZkStateReader$7.process WARN ZooKeeper watch triggered, but Solr cannot talk to ZK
   [junit4]   2> 538223 T3822 oascc.ZkStateReader$3.process WARN ZooKeeper watch triggered, but Solr cannot talk to ZK
   [junit4]   2> 538245 T3598 oejsh.ContextHandler.doStop stopped o.e.j.s.ServletContextHandler{/,null}
   [junit4]   2> 538436 T3598 oas.SolrTestCaseJ4.tearDown ###Ending testDistribSearch
   [junit4]   2> 538437 T3598 oasc.ZkTestServer.send4LetterWord connecting to 127.0.0.1:39247 39247
   [junit4]   2> 538999 T3599 oasc.ZkTestServer.send4LetterWord connecting to 127.0.0.1:39247 39247
   [junit4]   2> 539001 T3599 oasc.ZkTestServer$ZKServerMain.runFromConfig WARN Watch limit violations: 
   [junit4]   2> 	Maximum concurrent create/delete watches above limit:
   [junit4]   2> 	
   [junit4]   2> 		50	/solr/configs/conf1
   [junit4]   2> 		6	/solr/aliases.json
   [junit4]   2> 		6	/solr/clusterstate.json
   [junit4]   2> 		4	/solr/collections/collection1/state.json
   [junit4]   2> 	
   [junit4]   2> 	Maximum concurrent children watches above limit:
   [junit4]   2> 	
   [junit4]   2> 		6	/solr/live_nodes
   [junit4]   2> 		5	/solr/overseer/queue
   [junit4]   2> 		5	/solr/overseer/collection-queue-work
   [junit4]   2> 	
   [junit4]   2> NOTE: reproduce with: ant test  -Dtestcase=TestSolrConfigHandlerCloud -Dtests.method=testDistribSearch -Dtests.seed=E4979BE3856BBEB7 -Dtests.multiplier=3 -Dtests.slow=true -Dtests.locale=ca -Dtests.timezone=Asia/Katmandu -Dtests.asserts=true -Dtests.file.encoding=UTF-8
   [junit4] FAILURE 35.6s J0 | TestSolrConfigHandlerCloud.testDistribSearch <<<
   [junit4]    > Throwable #1: java.lang.AssertionError: Could not get expected value  P val for path [response, params, y, p] full output {
   [junit4]    >   "responseHeader":{
   [junit4]    >     "status":0,
   [junit4]    >     "QTime":0},
   [junit4]    >   "response":{
   [junit4]    >     "znodeVersion":0,
   [junit4]    >     "params":{"x":{
   [junit4]    >         "a":"A val",
   [junit4]    >         "b":"B val",
   [junit4]    >         "":{"v":0}}}}}
   [junit4]    > 	at __randomizedtesting.SeedInfo.seed([E4979BE3856BBEB7:657115FBF234DE8B]:0)
   [junit4]    > 	at org.apache.solr.core.TestSolrConfigHandler.testForResponseElement(TestSolrConfigHandler.java:255)
   [junit4]    > 	at org.apache.solr.handler.TestSolrConfigHandlerCloud.testReqParams(TestSolrConfigHandlerCloud.java:243)
   [junit4]    > 	at org.apache.solr.handler.TestSolrConfigHandlerCloud.doTest(TestSolrConfigHandlerCloud.java:76)
   [junit4]    > 	at org.apache.solr.BaseDistributedSearchTestCase.testDistribSearch(BaseDistributedSearchTestCase.java:878)
   [junit4]    > 	at java.lang.Thread.run(Thread.java:745)
   [junit4]   2> 539011 T3598 oas.SolrTestCaseJ4.deleteCore ###deleteCore
   [junit4]   2> NOTE: leaving temporary files on disk at: /mnt/ssd/jenkins/workspace/Lucene-Solr-5.0-Linux/solr/build/solr-core/test/J0/temp/solr.handler.TestSolrConfigHandlerCloud E4979BE3856BBEB7-001
   [junit4]   2> NOTE: test params are: codec=Asserting(Lucene50): {}, docValues:{}, sim=DefaultSimilarity, locale=ca, timezone=Asia/Katmandu
   [junit4]   2> NOTE: Linux 3.13.0-45-generic amd64/Oracle Corporation 1.8.0_31 (64-bit)/cpus=8,threads=1,free=199017208,total=536870912
   [junit4]   2> NOTE: All tests run in this JVM: [TestAtomicUpdateErrorCases, AnalysisAfterCoreReloadTest, TestComplexPhraseQParserPlugin, TestGroupingSearch, DistributedQueryElevationComponentTest, DistanceFunctionTest, TestJmxMonitoredMap, TestQueryTypes, TestSurroundQueryParser, TestStressLucene, MigrateRouteKeyTest, SliceStateTest, TestStressRecovery, TestCloudManagedSchemaConcurrent, ShowFileRequestHandlerTest, TestReloadAndDeleteDocs, TestIBSimilarityFactory, DocExpirationUpdateProcessorFactoryTest, TestDistributedMissingSort, TestFieldTypeCollectionResource, TestMissingGroups, DeleteReplicaTest, CloudExitableDirectoryReaderTest, HdfsSyncSliceTest, TestCollationField, AlternateDirectoryTest, PathHierarchyTokenizerFactoryTest, TestCopyFieldCollectionResource, TestLazyCores, UUIDFieldTest, HardAutoCommitTest, DefaultValueUpdateProcessorTest, TestRestManager, IndexSchemaRuntimeFieldTest, TestXIncludeConfig, PeerSyncTest, TestPhraseSuggestions, ReplicationFactorTest, DocumentAnalysisRequestHandlerTest, TestNonDefinedSimilarityFactory, NoCacheHeaderTest, SolrInfoMBeanTest, TestSimpleQParserPlugin, TestMiniSolrCloudCluster, FieldAnalysisRequestHandlerTest, TestSolrConfigHandlerCloud]
   [junit4] Completed on J0 in 35.63s, 1 test, 1 failure <<< FAILURES!

[...truncated 1053 lines...]
BUILD FAILED
/mnt/ssd/jenkins/workspace/Lucene-Solr-5.0-Linux/build.xml:529: The following error occurred while executing this line:
/mnt/ssd/jenkins/workspace/Lucene-Solr-5.0-Linux/build.xml:477: The following error occurred while executing this line:
/mnt/ssd/jenkins/workspace/Lucene-Solr-5.0-Linux/build.xml:61: The following error occurred while executing this line:
/mnt/ssd/jenkins/workspace/Lucene-Solr-5.0-Linux/extra-targets.xml:39: The following error occurred while executing this line:
/mnt/ssd/jenkins/workspace/Lucene-Solr-5.0-Linux/solr/build.xml:191: The following error occurred while executing this line:
/mnt/ssd/jenkins/workspace/Lucene-Solr-5.0-Linux/solr/common-build.xml:508: The following error occurred while executing this line:
/mnt/ssd/jenkins/workspace/Lucene-Solr-5.0-Linux/lucene/common-build.xml:1363: The following error occurred while executing this line:
/mnt/ssd/jenkins/workspace/Lucene-Solr-5.0-Linux/lucene/common-build.xml:970: There were test failures: 460 suites, 1842 tests, 1 failure, 45 ignored (20 assumptions)

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