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

[JENKINS] Lucene-Solr-trunk-Linux (32bit/jdk1.9.0-ea-b34) - Build # 11772 - Failure!

Build: http://jenkins.thetaphi.de/job/Lucene-Solr-trunk-Linux/11772/
Java: 32bit/jdk1.9.0-ea-b34 -client -XX:+UseSerialGC (asserts: true)

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

Error Message:
expected:<...2A2FC3D6D84C9-001/te[mpDir-003/solrj_test_core_props_shard1_replica1]> but was:<...2A2FC3D6D84C9-001/te[stPropertyParamsForCreate-001/instanceDir-qf]>

Stack Trace:
org.junit.ComparisonFailure: expected:<...2A2FC3D6D84C9-001/te[mpDir-003/solrj_test_core_props_shard1_replica1]> but was:<...2A2FC3D6D84C9-001/te[stPropertyParamsForCreate-001/instanceDir-qf]>
	at __randomizedtesting.SeedInfo.seed([9C2A2FC3D6D84C9:88242CE44A32E4F5]:0)
	at org.junit.Assert.assertEquals(Assert.java:125)
	at org.junit.Assert.assertEquals(Assert.java:147)
	at org.apache.solr.cloud.CollectionsAPIDistributedZkTest.checkInstanceDirs(CollectionsAPIDistributedZkTest.java:1154)
	at org.apache.solr.cloud.CollectionsAPIDistributedZkTest.testCollectionsAPI(CollectionsAPIDistributedZkTest.java:901)
	at org.apache.solr.cloud.CollectionsAPIDistributedZkTest.doTest(CollectionsAPIDistributedZkTest.java:205)
	at org.apache.solr.BaseDistributedSearchTestCase.testDistribSearch(BaseDistributedSearchTestCase.java:869)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:498)
	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 9458 lines...]
   [junit4] Suite: org.apache.solr.cloud.CollectionsAPIDistributedZkTest
   [junit4]   2> Creating dataDir: /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.CollectionsAPIDistributedZkTest-9C2A2FC3D6D84C9-001/init-core-data-001
   [junit4]   2> 1410712 T4350 oas.SolrTestCaseJ4.buildSSLConfig Randomized ssl (false) and clientAuth (false)
   [junit4]   2> 1410713 T4350 oas.BaseDistributedSearchTestCase.initHostContext Setting hostContext system property: /hdwf/yu
   [junit4]   2> 1410715 T4350 oas.SolrTestCaseJ4.setUp ###Starting testDistribSearch
   [junit4]   2> 1410716 T4350 oasc.ZkTestServer.run STARTING ZK TEST SERVER
   [junit4]   1> client port:0.0.0.0/0.0.0.0:0
   [junit4]   2> 1410716 T4351 oasc.ZkTestServer$ZKServerMain.runFromConfig Starting server
   [junit4]   2> 1410816 T4350 oasc.ZkTestServer.run start zk server on port:52839
   [junit4]   2> 1410818 T4350 oascc.SolrZkClient.createZkCredentialsToAddAutomatically Using default ZkCredentialsProvider
   [junit4]   2> 1410830 T4350 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 1410832 T4358 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@14fb155 name:ZooKeeperConnection Watcher:127.0.0.1:52839 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 1410833 T4350 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 1410833 T4350 oascc.SolrZkClient.createZkACLProvider Using default ZkACLProvider
   [junit4]   2> 1410834 T4350 oascc.SolrZkClient.makePath makePath: /solr
   [junit4]   2> 1410838 T4350 oascc.SolrZkClient.createZkCredentialsToAddAutomatically Using default ZkCredentialsProvider
   [junit4]   2> 1410838 T4350 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 1410841 T4361 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@c03300 name:ZooKeeperConnection Watcher:127.0.0.1:52839/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 1410842 T4350 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 1410843 T4350 oascc.SolrZkClient.createZkACLProvider Using default ZkACLProvider
   [junit4]   2> 1410844 T4350 oascc.SolrZkClient.makePath makePath: /collections/collection1
   [junit4]   2> 1410857 T4350 oascc.SolrZkClient.makePath makePath: /collections/collection1/shards
   [junit4]   2> 1410858 T4350 oascc.SolrZkClient.makePath makePath: /collections/control_collection
   [junit4]   2> 1410859 T4350 oascc.SolrZkClient.makePath makePath: /collections/control_collection/shards
   [junit4]   2> 1410861 T4350 oasc.AbstractZkTestCase.putConfig put /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/core/src/test-files/solr/collection1/conf/solrconfig-tlog.xml to /configs/conf1/solrconfig.xml
   [junit4]   2> 1410861 T4350 oascc.SolrZkClient.makePath makePath: /configs/conf1/solrconfig.xml
   [junit4]   2> 1410863 T4350 oasc.AbstractZkTestCase.putConfig put /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/core/src/test-files/solr/collection1/conf/schema.xml to /configs/conf1/schema.xml
   [junit4]   2> 1410864 T4350 oascc.SolrZkClient.makePath makePath: /configs/conf1/schema.xml
   [junit4]   2> 1410866 T4350 oasc.AbstractZkTestCase.putConfig put /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/core/src/test-files/solr/collection1/conf/solrconfig.snippet.randomindexconfig.xml to /configs/conf1/solrconfig.snippet.randomindexconfig.xml
   [junit4]   2> 1410866 T4350 oascc.SolrZkClient.makePath makePath: /configs/conf1/solrconfig.snippet.randomindexconfig.xml
   [junit4]   2> 1410868 T4350 oasc.AbstractZkTestCase.putConfig put /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/core/src/test-files/solr/collection1/conf/stopwords.txt to /configs/conf1/stopwords.txt
   [junit4]   2> 1410868 T4350 oascc.SolrZkClient.makePath makePath: /configs/conf1/stopwords.txt
   [junit4]   2> 1410874 T4350 oasc.AbstractZkTestCase.putConfig put /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/core/src/test-files/solr/collection1/conf/protwords.txt to /configs/conf1/protwords.txt
   [junit4]   2> 1410875 T4350 oascc.SolrZkClient.makePath makePath: /configs/conf1/protwords.txt
   [junit4]   2> 1410884 T4350 oasc.AbstractZkTestCase.putConfig put /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/core/src/test-files/solr/collection1/conf/currency.xml to /configs/conf1/currency.xml
   [junit4]   2> 1410887 T4350 oascc.SolrZkClient.makePath makePath: /configs/conf1/currency.xml
   [junit4]   2> 1410889 T4350 oasc.AbstractZkTestCase.putConfig put /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/core/src/test-files/solr/collection1/conf/enumsConfig.xml to /configs/conf1/enumsConfig.xml
   [junit4]   2> 1410889 T4350 oascc.SolrZkClient.makePath makePath: /configs/conf1/enumsConfig.xml
   [junit4]   2> 1410891 T4350 oasc.AbstractZkTestCase.putConfig put /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/core/src/test-files/solr/collection1/conf/open-exchange-rates.json to /configs/conf1/open-exchange-rates.json
   [junit4]   2> 1410891 T4350 oascc.SolrZkClient.makePath makePath: /configs/conf1/open-exchange-rates.json
   [junit4]   2> 1410893 T4350 oasc.AbstractZkTestCase.putConfig put /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/core/src/test-files/solr/collection1/conf/mapping-ISOLatin1Accent.txt to /configs/conf1/mapping-ISOLatin1Accent.txt
   [junit4]   2> 1410893 T4350 oascc.SolrZkClient.makePath makePath: /configs/conf1/mapping-ISOLatin1Accent.txt
   [junit4]   2> 1410895 T4350 oasc.AbstractZkTestCase.putConfig put /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/core/src/test-files/solr/collection1/conf/old_synonyms.txt to /configs/conf1/old_synonyms.txt
   [junit4]   2> 1410896 T4350 oascc.SolrZkClient.makePath makePath: /configs/conf1/old_synonyms.txt
   [junit4]   2> 1410898 T4350 oasc.AbstractZkTestCase.putConfig put /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/core/src/test-files/solr/collection1/conf/synonyms.txt to /configs/conf1/synonyms.txt
   [junit4]   2> 1410899 T4350 oascc.SolrZkClient.makePath makePath: /configs/conf1/synonyms.txt
   [junit4]   2> Using old style solr.xml
   [junit4]   2> 1410903 T4350 oascc.SolrZkClient.createZkCredentialsToAddAutomatically Using default ZkCredentialsProvider
   [junit4]   2> 1410906 T4350 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 1410914 T4364 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@145cbc2 name:ZooKeeperConnection Watcher:127.0.0.1:52839 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 1410914 T4350 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 1410915 T4350 oascc.SolrZkClient.createZkACLProvider Using default ZkACLProvider
   [junit4]   2> 1410915 T4350 oascc.SolrZkClient.makePath makePath: /solr
   [junit4]   2> 1410917 T4350 oascc.SolrZkClient.createZkCredentialsToAddAutomatically Using default ZkCredentialsProvider
   [junit4]   2> 1410918 T4350 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 1410919 T4367 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@5d4c90 name:ZooKeeperConnection Watcher:127.0.0.1:52839/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 1410919 T4350 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 1410919 T4350 oascc.SolrZkClient.createZkACLProvider Using default ZkACLProvider
   [junit4]   2> 1410920 T4350 oasc.AbstractZkTestCase.putConfig put /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/core/src/test-files/solr/collection1/conf/solrconfig-tlog.xml to /configs/conf2/solrconfig.xml
   [junit4]   2> 1410920 T4350 oascc.SolrZkClient.makePath makePath: /configs/conf2/solrconfig.xml
   [junit4]   2> 1410922 T4350 oasc.AbstractZkTestCase.putConfig put /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/core/src/test-files/solr/collection1/conf/schema.xml to /configs/conf2/schema.xml
   [junit4]   2> 1410923 T4350 oascc.SolrZkClient.makePath makePath: /configs/conf2/schema.xml
   [junit4]   2> 1410938 T4350 oasc.AbstractZkTestCase.putConfig put /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/core/src/test-files/solr/collection1/conf/solrconfig.snippet.randomindexconfig.xml to /configs/conf2/solrconfig.snippet.randomindexconfig.xml
   [junit4]   2> 1410939 T4350 oascc.SolrZkClient.makePath makePath: /configs/conf2/solrconfig.snippet.randomindexconfig.xml
   [junit4]   2> 1410942 T4350 oasc.AbstractZkTestCase.putConfig put /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/core/src/test-files/solr/collection1/conf/stopwords.txt to /configs/conf2/stopwords.txt
   [junit4]   2> 1410942 T4350 oascc.SolrZkClient.makePath makePath: /configs/conf2/stopwords.txt
   [junit4]   2> 1410944 T4350 oasc.AbstractZkTestCase.putConfig put /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/core/src/test-files/solr/collection1/conf/protwords.txt to /configs/conf2/protwords.txt
   [junit4]   2> 1410944 T4350 oascc.SolrZkClient.makePath makePath: /configs/conf2/protwords.txt
   [junit4]   2> 1410946 T4350 oasc.AbstractZkTestCase.putConfig put /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/core/src/test-files/solr/collection1/conf/currency.xml to /configs/conf2/currency.xml
   [junit4]   2> 1410946 T4350 oascc.SolrZkClient.makePath makePath: /configs/conf2/currency.xml
   [junit4]   2> 1410947 T4350 oasc.AbstractZkTestCase.putConfig put /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/core/src/test-files/solr/collection1/conf/open-exchange-rates.json to /configs/conf2/open-exchange-rates.json
   [junit4]   2> 1410948 T4350 oascc.SolrZkClient.makePath makePath: /configs/conf2/open-exchange-rates.json
   [junit4]   2> 1410950 T4350 oasc.AbstractZkTestCase.putConfig put /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/core/src/test-files/solr/collection1/conf/mapping-ISOLatin1Accent.txt to /configs/conf2/mapping-ISOLatin1Accent.txt
   [junit4]   2> 1410950 T4350 oascc.SolrZkClient.makePath makePath: /configs/conf2/mapping-ISOLatin1Accent.txt
   [junit4]   2> 1410952 T4350 oasc.AbstractZkTestCase.putConfig put /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/core/src/test-files/solr/collection1/conf/old_synonyms.txt to /configs/conf2/old_synonyms.txt
   [junit4]   2> 1410953 T4350 oascc.SolrZkClient.makePath makePath: /configs/conf2/old_synonyms.txt
   [junit4]   2> 1410955 T4350 oasc.AbstractZkTestCase.putConfig put /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/core/src/test-files/solr/collection1/conf/synonyms.txt to /configs/conf2/synonyms.txt
   [junit4]   2> 1410956 T4350 oascc.SolrZkClient.makePath makePath: /configs/conf2/synonyms.txt
   [junit4]   2> 1410958 T4350 oasc.AbstractZkTestCase.putConfig put /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/core/src/test-files/solr/collection1/conf/elevate.xml to /configs/conf2/elevate.xml
   [junit4]   2> 1410959 T4350 oascc.SolrZkClient.makePath makePath: /configs/conf2/elevate.xml
   [junit4]   2> 1411351 T4350 oejs.Server.doStart jetty-8.1.10.v20130312
   [junit4]   2> 1411353 T4350 oejs.AbstractConnector.doStart Started SelectChannelConnector@127.0.0.1:40121
   [junit4]   2> 1411354 T4350 oass.SolrDispatchFilter.init SolrDispatchFilter.init()
   [junit4]   2> 1411354 T4350 oasc.SolrResourceLoader.locateSolrHome JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 1411354 T4350 oasc.SolrResourceLoader.locateSolrHome using system property solr.solr.home: ../../../../../../../../../../mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.CollectionsAPIDistributedZkTest-9C2A2FC3D6D84C9-001/tempDir-002
   [junit4]   2> 1411355 T4350 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '../../../../../../../../../../mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.CollectionsAPIDistributedZkTest-9C2A2FC3D6D84C9-001/tempDir-002/'
   [junit4]   2> 1411375 T4350 oasc.ConfigSolr.fromFile Loading container configuration from /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/../../../../../../../../../../mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.CollectionsAPIDistributedZkTest-9C2A2FC3D6D84C9-001/tempDir-002/solr.xml
   [junit4]   2> 1411392 T4350 oasc.CoreContainer.<init> New CoreContainer 16194352
   [junit4]   2> 1411392 T4350 oasc.CoreContainer.load Loading cores into CoreContainer [instanceDir=../../../../../../../../../../mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.CollectionsAPIDistributedZkTest-9C2A2FC3D6D84C9-001/tempDir-002/]
   [junit4]   2> 1411393 T4350 oashc.HttpShardHandlerFactory.getParameter Setting socketTimeout to: 120000
   [junit4]   2> 1411393 T4350 oashc.HttpShardHandlerFactory.getParameter Setting urlScheme to: null
   [junit4]   2> 1411393 T4350 oashc.HttpShardHandlerFactory.getParameter Setting connTimeout to: 15000
   [junit4]   2> 1411393 T4350 oashc.HttpShardHandlerFactory.getParameter Setting maxConnectionsPerHost to: 20
   [junit4]   2> 1411394 T4350 oashc.HttpShardHandlerFactory.getParameter Setting maxConnections to: 10000
   [junit4]   2> 1411394 T4350 oashc.HttpShardHandlerFactory.getParameter Setting corePoolSize to: 0
   [junit4]   2> 1411394 T4350 oashc.HttpShardHandlerFactory.getParameter Setting maximumPoolSize to: 2147483647
   [junit4]   2> 1411395 T4350 oashc.HttpShardHandlerFactory.getParameter Setting maxThreadIdleTime to: 5
   [junit4]   2> 1411395 T4350 oashc.HttpShardHandlerFactory.getParameter Setting sizeOfQueue to: -1
   [junit4]   2> 1411395 T4350 oashc.HttpShardHandlerFactory.getParameter Setting fairnessPolicy to: false
   [junit4]   2> 1411396 T4350 oasu.UpdateShardHandler.<init> Creating UpdateShardHandler HTTP client with params: socketTimeout=3400000&connTimeout=45000&retry=false
   [junit4]   2> 1411397 T4350 oasl.LogWatcher.createWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory
   [junit4]   2> 1411397 T4350 oasl.LogWatcher.newRegisteredLogWatcher Registering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)]
   [junit4]   2> 1411398 T4350 oasc.CoreContainer.load Host Name: 127.0.0.1
   [junit4]   2> 1411399 T4350 oasc.ZkContainer.initZooKeeper Zookeeper client=127.0.0.1:52839/solr
   [junit4]   2> 1411399 T4350 oasc.ZkController.checkChrootPath zkHost includes chroot
   [junit4]   2> 1411400 T4350 oascc.SolrZkClient.createZkCredentialsToAddAutomatically Using default ZkCredentialsProvider
   [junit4]   2> 1411406 T4350 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 1411407 T4379 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@18dc173 name:ZooKeeperConnection Watcher:127.0.0.1:52839 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 1411407 T4350 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 1411408 T4350 oascc.SolrZkClient.createZkACLProvider Using default ZkACLProvider
   [junit4]   2> 1411409 T4350 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 1411410 T4382 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@82071 name:ZooKeeperConnection Watcher:127.0.0.1:52839/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 1411410 T4350 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 1411424 T4350 oascc.SolrZkClient.makePath makePath: /overseer/queue
   [junit4]   2> 1411426 T4350 oascc.SolrZkClient.makePath makePath: /overseer/collection-queue-work
   [junit4]   2> 1411429 T4350 oascc.SolrZkClient.makePath makePath: /overseer/collection-map-running
   [junit4]   2> 1411433 T4350 oascc.SolrZkClient.makePath makePath: /overseer/collection-map-completed
   [junit4]   2> 1411437 T4350 oascc.SolrZkClient.makePath makePath: /overseer/collection-map-failure
   [junit4]   2> 1411441 T4350 oascc.SolrZkClient.makePath makePath: /live_nodes
   [junit4]   2> 1411442 T4350 oasc.ZkController.createEphemeralLiveNode Register node as live in ZooKeeper:/live_nodes/127.0.0.1:40121_hdwf%2Fyu
   [junit4]   2> 1411442 T4350 oascc.SolrZkClient.makePath makePath: /live_nodes/127.0.0.1:40121_hdwf%2Fyu
   [junit4]   2> 1411444 T4350 oascc.SolrZkClient.makePath makePath: /overseer_elect
   [junit4]   2> 1411445 T4350 oascc.SolrZkClient.makePath makePath: /overseer_elect/election
   [junit4]   2> 1411449 T4350 oasc.Overseer.close Overseer (id=null) closing
   [junit4]   2> 1411452 T4350 oasc.OverseerElectionContext.runLeaderProcess I am going to be the leader 127.0.0.1:40121_hdwf%2Fyu
   [junit4]   2> 1411453 T4350 oascc.SolrZkClient.makePath makePath: /overseer_elect/leader
   [junit4]   2> 1411458 T4350 oasc.Overseer.start Overseer (id=92993657087131653-127.0.0.1:40121_hdwf%2Fyu-n_0000000000) starting
   [junit4]   2> 1411460 T4350 oascc.SolrZkClient.makePath makePath: /overseer/queue-work
   [junit4]   2> 1411464 T4350 oasc.OverseerAutoReplicaFailoverThread.<init> Starting OverseerAutoReplicaFailoverThread autoReplicaFailoverWorkLoopDelay=10000 autoReplicaFailoverWaitAfterExpiration=30000 autoReplicaFailoverBadNodeExpiration=60000
   [junit4]   2> 1411465 T4384 oasc.OverseerCollectionProcessor.run Process current queue of collection creations
   [junit4]   2> 1411465 T4350 oascc.SolrZkClient.makePath makePath: /clusterstate.json
   [junit4]   2> 1411478 T4350 oascc.SolrZkClient.makePath makePath: /aliases.json
   [junit4]   2> 1411479 T4350 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
   [junit4]   2> 1411482 T4383 oasc.Overseer$ClusterStateUpdater.run Starting to work on the main queue
   [junit4]   2> 1411484 T4350 oass.SolrDispatchFilter.init user.dir=/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1
   [junit4]   2> 1411484 T4350 oass.SolrDispatchFilter.init SolrDispatchFilter.init() done
   [junit4]   2> 1411485 T4350 oascc.SolrZkClient.createZkCredentialsToAddAutomatically Using default ZkCredentialsProvider
   [junit4]   2> 1411487 T4350 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 1411488 T4389 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@69fcd1 name:ZooKeeperConnection Watcher:127.0.0.1:52839/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 1411489 T4350 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 1411489 T4350 oascc.SolrZkClient.createZkACLProvider Using default ZkACLProvider
   [junit4]   2> 1411490 T4350 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
   [junit4]   2> 1411493 T4350 oasc.ChaosMonkey.monkeyLog monkey: init - expire sessions:false cause connection loss:false
   [junit4]   2> 1411494 T4350 oasc.AbstractFullDistribZkTestBase.createJettys Creating collection1 with stateFormat=2
   [junit4]   2> 1411494 T4350 oascc.SolrZkClient.createZkCredentialsToAddAutomatically Using default ZkCredentialsProvider
   [junit4]   2> 1411495 T4350 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 1411498 T4392 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@c42d9d name:ZooKeeperConnection Watcher:127.0.0.1:52839/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 1411498 T4350 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 1411499 T4350 oascc.SolrZkClient.createZkACLProvider Using default ZkACLProvider
   [junit4]   2> 1411500 T4382 oasc.DistributedQueue$LatchWatcher.process NodeChildrenChanged fired on path /overseer/queue state SyncConnected
   [junit4]   2> 1411509 T4383 oasc.Overseer$ClusterStateUpdater.run processMessage: queueSize: 0, message = {
   [junit4]   2> 	  "operation":"create",
   [junit4]   2> 	  "name":"collection1",
   [junit4]   2> 	  "numShards":"2",
   [junit4]   2> 	  "stateFormat":2} current state version: 0
   [junit4]   2> 1411510 T4383 oasco.ClusterStateMutator.createCollection building a new cName: collection1
   [junit4]   2> 1411511 T4383 oasco.ZkStateWriter.writePendingUpdates going to create_collection /collections/collection1/state.json
   [junit4]   2> 1411513 T4389 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> 1411513 T4382 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> 1411829 T4350 oasc.AbstractFullDistribZkTestBase.createJettys create jetty 1
   [junit4]   2> 1411830 T4350 oejs.Server.doStart jetty-8.1.10.v20130312
   [junit4]   2> 1411832 T4350 oejs.AbstractConnector.doStart Started SelectChannelConnector@127.0.0.1:60471
   [junit4]   2> 1411833 T4350 oass.SolrDispatchFilter.init SolrDispatchFilter.init()
   [junit4]   2> 1411833 T4350 oasc.SolrResourceLoader.locateSolrHome JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 1411833 T4350 oasc.SolrResourceLoader.locateSolrHome using system property solr.solr.home: ../../../../../../../../../../mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.CollectionsAPIDistributedZkTest-9C2A2FC3D6D84C9-001/tempDir-003
   [junit4]   2> 1411834 T4350 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '../../../../../../../../../../mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.CollectionsAPIDistributedZkTest-9C2A2FC3D6D84C9-001/tempDir-003/'
   [junit4]   2> 1411847 T4350 oasc.ConfigSolr.fromFile Loading container configuration from /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/../../../../../../../../../../mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.CollectionsAPIDistributedZkTest-9C2A2FC3D6D84C9-001/tempDir-003/solr.xml
   [junit4]   2> 1411856 T4350 oasc.CoreContainer.<init> New CoreContainer 19240139
   [junit4]   2> 1411857 T4350 oasc.CoreContainer.load Loading cores into CoreContainer [instanceDir=../../../../../../../../../../mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.CollectionsAPIDistributedZkTest-9C2A2FC3D6D84C9-001/tempDir-003/]
   [junit4]   2> 1411857 T4350 oashc.HttpShardHandlerFactory.getParameter Setting socketTimeout to: 120000
   [junit4]   2> 1411858 T4350 oashc.HttpShardHandlerFactory.getParameter Setting urlScheme to: null
   [junit4]   2> 1411858 T4350 oashc.HttpShardHandlerFactory.getParameter Setting connTimeout to: 15000
   [junit4]   2> 1411858 T4350 oashc.HttpShardHandlerFactory.getParameter Setting maxConnectionsPerHost to: 20
   [junit4]   2> 1411859 T4350 oashc.HttpShardHandlerFactory.getParameter Setting maxConnections to: 10000
   [junit4]   2> 1411859 T4350 oashc.HttpShardHandlerFactory.getParameter Setting corePoolSize to: 0
   [junit4]   2> 1411859 T4350 oashc.HttpShardHandlerFactory.getParameter Setting maximumPoolSize to: 2147483647
   [junit4]   2> 1411859 T4350 oashc.HttpShardHandlerFactory.getParameter Setting maxThreadIdleTime to: 5
   [junit4]   2> 1411860 T4350 oashc.HttpShardHandlerFactory.getParameter Setting sizeOfQueue to: -1
   [junit4]   2> 1411860 T4350 oashc.HttpShardHandlerFactory.getParameter Setting fairnessPolicy to: false
   [junit4]   2> 1411861 T4350 oasu.UpdateShardHandler.<init> Creating UpdateShardHandler HTTP client with params: socketTimeout=3400000&connTimeout=45000&retry=false
   [junit4]   2> 1411861 T4350 oasl.LogWatcher.createWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory
   [junit4]   2> 1411861 T4350 oasl.LogWatcher.newRegisteredLogWatcher Registering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)]
   [junit4]   2> 1411861 T4350 oasc.CoreContainer.load Host Name: 127.0.0.1
   [junit4]   2> 1411862 T4350 oasc.ZkContainer.initZooKeeper Zookeeper client=127.0.0.1:52839/solr
   [junit4]   2> 1411862 T4350 oasc.ZkController.checkChrootPath zkHost includes chroot
   [junit4]   2> 1411862 T4350 oascc.SolrZkClient.createZkCredentialsToAddAutomatically Using default ZkCredentialsProvider
   [junit4]   2> 1411863 T4350 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 1411864 T4404 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@8dc050 name:ZooKeeperConnection Watcher:127.0.0.1:52839 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 1411865 T4350 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 1411865 T4350 oascc.SolrZkClient.createZkACLProvider Using default ZkACLProvider
   [junit4]   2> 1411867 T4350 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 1411868 T4407 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@1d31d37 name:ZooKeeperConnection Watcher:127.0.0.1:52839/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 1411868 T4350 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 1411873 T4350 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
   [junit4]   2> 1412876 T4350 oasc.ZkController.createEphemeralLiveNode Register node as live in ZooKeeper:/live_nodes/127.0.0.1:60471_hdwf%2Fyu
   [junit4]   2> 1412877 T4350 oascc.SolrZkClient.makePath makePath: /live_nodes/127.0.0.1:60471_hdwf%2Fyu
   [junit4]   2> 1412883 T4350 oasc.Overseer.close Overseer (id=null) closing
   [junit4]   2> 1412888 T4350 oass.SolrDispatchFilter.init user.dir=/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1
   [junit4]   2> 1412888 T4350 oass.SolrDispatchFilter.init SolrDispatchFilter.init() done
   [junit4]   2> 1413165 T4350 oasc.AbstractFullDistribZkTestBase.createJettys create jetty 2
   [junit4]   2> 1413166 T4350 oejs.Server.doStart jetty-8.1.10.v20130312
   [junit4]   2> 1413168 T4350 oejs.AbstractConnector.doStart Started SelectChannelConnector@127.0.0.1:46154
   [junit4]   2> 1413169 T4350 oass.SolrDispatchFilter.init SolrDispatchFilter.init()
   [junit4]   2> 1413169 T4350 oasc.SolrResourceLoader.locateSolrHome JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 1413169 T4350 oasc.SolrResourceLoader.locateSolrHome using system property solr.solr.home: /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.CollectionsAPIDistributedZkTest-9C2A2FC3D6D84C9-001/tempDir-004
   [junit4]   2> 1413170 T4350 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.CollectionsAPIDistributedZkTest-9C2A2FC3D6D84C9-001/tempDir-004/'
   [junit4]   2> 1413199 T4350 oasc.ConfigSolr.fromFile Loading container configuration from /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.CollectionsAPIDistributedZkTest-9C2A2FC3D6D84C9-001/tempDir-004/solr.xml
   [junit4]   2> 1413208 T4350 oasc.CoreContainer.<init> New CoreContainer 33360148
   [junit4]   2> 1413208 T4350 oasc.CoreContainer.load Loading cores into CoreContainer [instanceDir=/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.CollectionsAPIDistributedZkTest-9C2A2FC3D6D84C9-001/tempDir-004/]
   [junit4]   2> 1413209 T4350 oashc.HttpShardHandlerFactory.getParameter Setting socketTimeout to: 120000
   [junit4]   2> 1413209 T4350 oashc.HttpShardHandlerFactory.getParameter Setting urlScheme to: null
   [junit4]   2> 1413209 T4350 oashc.HttpShardHandlerFactory.getParameter Setting connTimeout to: 15000
   [junit4]   2> 1413210 T4350 oashc.HttpShardHandlerFactory.getParameter Setting maxConnectionsPerHost to: 20
   [junit4]   2> 1413210 T4350 oashc.HttpShardHandlerFactory.getParameter Setting maxConnections to: 10000
   [junit4]   2> 1413210 T4350 oashc.HttpShardHandlerFactory.getParameter Setting corePoolSize to: 0
   [junit4]   2> 1413210 T4350 oashc.HttpShardHandlerFactory.getParameter Setting maximumPoolSize to: 2147483647
   [junit4]   2> 1413211 T4350 oashc.HttpShardHandlerFactory.getParameter Setting maxThreadIdleTime to: 5
   [junit4]   2> 1413211 T4350 oashc.HttpShardHandlerFactory.getParameter Setting sizeOfQueue to: -1
   [junit4]   2> 1413211 T4350 oashc.HttpShardHandlerFactory.getParameter Setting fairnessPolicy to: false
   [junit4]   2> 1413212 T4350 oasu.UpdateShardHandler.<init> Creating UpdateShardHandler HTTP client with params: socketTimeout=3400000&connTimeout=45000&retry=false
   [junit4]   2> 1413212 T4350 oasl.LogWatcher.createWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory
   [junit4]   2> 1413212 T4350 oasl.LogWatcher.newRegisteredLogWatcher Registering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)]
   [junit4]   2> 1413213 T4350 oasc.CoreContainer.load Host Name: 127.0.0.1
   [junit4]   2> 1413213 T4350 oasc.ZkContainer.initZooKeeper Zookeeper client=127.0.0.1:52839/solr
   [junit4]   2> 1413214 T4350 oasc.ZkController.checkChrootPath zkHost includes chroot
   [junit4]   2> 1413214 T4350 oascc.SolrZkClient.createZkCredentialsToAddAutomatically Using default ZkCredentialsProvider
   [junit4]   2> 1413216 T4350 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 1413217 T4420 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@7d30bc name:ZooKeeperConnection Watcher:127.0.0.1:52839 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 1413218 T4350 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 1413218 T4350 oascc.SolrZkClient.createZkACLProvider Using default ZkACLProvider
   [junit4]   2> 1413220 T4350 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 1413222 T4423 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@1a15fc4 name:ZooKeeperConnection Watcher:127.0.0.1:52839/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 1413222 T4350 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 1413227 T4350 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
   [junit4]   2> 1414230 T4350 oasc.ZkController.createEphemeralLiveNode Register node as live in ZooKeeper:/live_nodes/127.0.0.1:46154_hdwf%2Fyu
   [junit4]   2> 1414231 T4350 oascc.SolrZkClient.makePath makePath: /live_nodes/127.0.0.1:46154_hdwf%2Fyu
   [junit4]   2> 1414234 T4350 oasc.Overseer.close Overseer (id=null) closing
   [junit4]   2> 1414237 T4350 oass.SolrDispatchFilter.init user.dir=/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1
   [junit4]   2> 1414237 T4350 oass.SolrDispatchFilter.init SolrDispatchFilter.init() done
   [junit4]   2> 1414513 T4350 oasc.AbstractFullDistribZkTestBase.createJettys create jetty 3
   [junit4]   2> 1414514 T4350 oejs.Server.doStart jetty-8.1.10.v20130312
   [junit4]   2> 1414516 T4350 oejs.AbstractConnector.doStart Started SelectChannelConnector@127.0.0.1:58744
   [junit4]   2> 1414516 T4350 oass.SolrDispatchFilter.init SolrDispatchFilter.init()
   [junit4]   2> 1414517 T4350 oasc.SolrResourceLoader.locateSolrHome JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 1414517 T4350 oasc.SolrResourceLoader.locateSolrHome using system property solr.solr.home: /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.CollectionsAPIDistributedZkTest-9C2A2FC3D6D84C9-001/tempDir-005
   [junit4]   2> 1414517 T4350 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.CollectionsAPIDistributedZkTest-9C2A2FC3D6D84C9-001/tempDir-005/'
   [junit4]   2> 1414531 T4350 oasc.ConfigSolr.fromFile Loading container configuration from /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.CollectionsAPIDistributedZkTest-9C2A2FC3D6D84C9-001/tempDir-005/solr.xml
   [junit4]   2> 1414551 T4350 oasc.CoreContainer.<init> New CoreContainer 21959023
   [junit4]   2> 1414552 T4350 oasc.CoreContainer.load Loading cores into CoreContainer [instanceDir=/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.CollectionsAPIDistributedZkTest-9C2A2FC3D6D84C9-001/tempDir-005/]
   [junit4]   2> 1414552 T4350 oashc.HttpShardHandlerFactory.getParameter Setting socketTimeout to: 120000
   [junit4]   2> 1414552 T4350 oashc.HttpShardHandlerFactory.getParameter Setting urlScheme to: null
   [junit4]   2> 1414553 T4350 oashc.HttpShardHandlerFactory.getParameter Setting connTimeout to: 15000
   [junit4]   2> 1414553 T4350 oashc.HttpShardHandlerFactory.getParameter Setting maxConnectionsPerHost to: 20
   [junit4]   2> 1414553 T4350 oashc.HttpShardHandlerFactory.getParameter Setting maxConnections to: 10000
   [junit4]   2> 1414554 T4350 oashc.HttpShardHandlerFactory.getParameter Setting corePoolSize to: 0
   [junit4]   2> 1414554 T4350 oashc.HttpShardHandlerFactory.getParameter Setting maximumPoolSize to: 2147483647
   [junit4]   2> 1414554 T4350 oashc.HttpShardHandlerFactory.getParameter Setting maxThreadIdleTime to: 5
   [junit4]   2> 1414554 T4350 oashc.HttpShardHandlerFactory.getParameter Setting sizeOfQueue to: -1
   [junit4]   2> 1414555 T4350 oashc.HttpShardHandlerFactory.getParameter Setting fairnessPolicy to: false
   [junit4]   2> 1414555 T4350 oasu.UpdateShardHandler.<init> Creating UpdateShardHandler HTTP client with params: socketTimeout=3400000&connTimeout=45000&retry=false
   [junit4]   2> 1414556 T4350 oasl.LogWatcher.createWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory
   [junit4]   2> 1414556 T4350 oasl.LogWatcher.newRegisteredLogWatcher Registering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)]
   [junit4]   2> 1414556 T4350 oasc.CoreContainer.load Host Name: 127.0.0.1
   [junit4]   2> 1414557 T4350 oasc.ZkContainer.initZooKeeper Zookeeper client=127.0.0.1:52839/solr
   [junit4]   2> 1414557 T4350 oasc.ZkController.checkChrootPath zkHost includes chroot
   [junit4]   2> 1414557 T4350 oascc.SolrZkClient.createZkCredentialsToAddAutomatically Using default ZkCredentialsProvider
   [junit4]   2> 1414558 T4350 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 1414559 T4436 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@db660d name:ZooKeeperConnection Watcher:127.0.0.1:52839 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 1414559 T4350 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 1414560 T4350 oascc.SolrZkClient.createZkACLProvider Using default ZkACLProvider
   [junit4]   2> 1414561 T4350 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 1414562 T4439 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@17274f name:ZooKeeperConnection Watcher:127.0.0.1:52839/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 1414562 T4350 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 1414567 T4350 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
   [junit4]   2> 1415570 T4350 oasc.ZkController.createEphemeralLiveNode Register node as live in ZooKeeper:/live_nodes/127.0.0.1:58744_hdwf%2Fyu
   [junit4]   2> 1415571 T4350 oascc.SolrZkClient.makePath makePath: /live_nodes/127.0.0.1:58744_hdwf%2Fyu
   [junit4]   2> 1415575 T4350 oasc.Overseer.close Overseer (id=null) closing
   [junit4]   2> 1415578 T4350 oass.SolrDispatchFilter.init user.dir=/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1
   [junit4]   2> 1415579 T4350 oass.SolrDispatchFilter.init SolrDispatchFilter.init() done
   [junit4]   2> 1415926 T4350 oasc.AbstractFullDistribZkTestBase.createJettys create jetty 4
   [junit4]   2> 1415926 T4350 oejs.Server.doStart jetty-8.1.10.v20130312
   [junit4]   2> 1415928 T4350 oejs.AbstractConnector.doStart Started SelectChannelConnector@127.0.0.1:44890
   [junit4]   2> 1415929 T4350 oass.SolrDispatchFilter.init SolrDispatchFilter.init()
   [junit4]   2> 1415929 T4350 oasc.SolrResourceLoader.locateSolrHome JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 1415930 T4350 oasc.SolrResourceLoader.locateSolrHome using system property solr.solr.home: /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.CollectionsAPIDistributedZkTest-9C2A2FC3D6D84C9-001/tempDir-006
   [junit4]   2> 1415930 T4350 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.CollectionsAPIDistributedZkTest-9C2A2FC3D6D84C9-001/tempDir-006/'
   [junit4]   2> 1415945 T4350 oasc.ConfigSolr.fromFile Loading container configuration from /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.CollectionsAPIDistributedZkTest-9C2A2FC3D6D84C9-001/tempDir-006/solr.xml
   [junit4]   2> 1415954 T4350 oasc.CoreContainer.<init> New CoreContainer 11436487
   [junit4]   2> 1415955 T4350 oasc.CoreContainer.load Loading cores into CoreContainer [instanceDir=/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.CollectionsAPIDistributedZkTest-9C2A2FC3D6D84C9-001/tempDir-006/]
   [junit4]   2> 1415955 T4350 oashc.HttpShardHandlerFactory.getParameter Setting socketTimeout to: 120000
   [junit4]   2> 1415956 T4350 oashc.HttpShardHandlerFactory.getParameter Setting urlScheme to: null
   [junit4]   2> 1415956 T4350 oashc.HttpShardHandlerFactory.getParameter Setting connTimeout to: 15000
   [junit4]   2> 1415956 T4350 oashc.HttpShardHandlerFactory.getParameter Setting maxConnectionsPerHost to: 20
   [junit4]   2> 1415957 T4350 oashc.HttpShardHandlerFactory.getParameter Setting maxConnections to: 10000
   [junit4]   2> 1415957 T4350 oashc.HttpShardHandlerFactory.getParameter Setting corePoolSize to: 0
   [junit4]   2> 1415957 T4350 oashc.HttpShardHandlerFactory.getParameter Setting maximumPoolSize to: 2147483647
   [junit4]   2> 1415958 T4350 oashc.HttpShardHandlerFactory.getParameter Setting maxThreadIdleTime to: 5
   [junit4]   2> 1415958 T4350 oashc.HttpShardHandlerFactory.getParameter Setting sizeOfQueue to: -1
   [junit4]   2> 1415958 T4350 oashc.HttpShardHandlerFactory.getParameter Setting fairnessPolicy to: false
   [junit4]   2> 1415959 T4350 oasu.UpdateShardHandler.<init> Creating UpdateShardHandler HTTP client with params: socketTimeout=3400000&connTimeout=45000&retry=false
   [junit4]   2> 1415959 T4350 oasl.LogWatcher.createWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory
   [junit4]   2> 1415959 T4350 oasl.LogWatcher.newRegisteredLogWatcher Registering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)]
   [junit4]   2> 1415960 T4350 oasc.CoreContainer.load Host Name: 127.0.0.1
   [junit4]   2> 1415960 T4350 oasc.ZkContainer.initZooKeeper Zookeeper client=127.0.0.1:52839/solr
   [junit4]   2> 1415960 T4350 oasc.ZkController.checkChrootPath zkHost includes chroot
   [junit4]   2> 1415961 T4350 oascc.SolrZkClient.createZkCredentialsToAddAutomatically Using default ZkCredentialsProvider
   [junit4]   2> 1415961 T4350 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 1415963 T4452 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@17005ca name:ZooKeeperConnection Watcher:127.0.0.1:52839 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 1415963 T4350 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 1415963 T4350 oascc.SolrZkClient.createZkACLProvider Using default ZkACLProvider
   [junit4]   2> 1415965 T4350 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 1415966 T4455 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@10a18a2 name:ZooKeeperConnection Watcher:127.0.0.1:52839/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 1415966 T4350 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 1415969 T4350 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
   [junit4]   2> 1416972 T4350 oasc.ZkController.createEphemeralLiveNode Register node as live in ZooKeeper:/live_nodes/127.0.0.1:44890_hdwf%2Fyu
   [junit4]   2> 1416974 T4350 oascc.SolrZkClient.makePath makePath: /live_nodes/127.0.0.1:44890_hdwf%2Fyu
   [junit4]   2> 1416978 T4350 oasc.Overseer.close Overseer (id=null) closing
   [junit4]   2> 1416981 T4350 oass.SolrDispatchFilter.init user.dir=/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1
   [junit4]   2> 1416982 T4350 oass.SolrDispatchFilter.init SolrDispatchFilter.init() done
   [junit4]   2> 1416986 T4399 oasha.CollectionsHandler.handleCreateAction Creating Collection : replicationFactor=2&collection.configName=conf1&router.field=myOwnField&name=solrj_collection&action=CREATE&numShards=2&wt=javabin&version=2
   [junit4]   2> 1416988 T4382 oasc.DistributedQueue$LatchWatcher.process NodeChildrenChanged fired on path /overseer/collection-queue-work state SyncConnected
   [junit4]   2> 1416989 T4384 oasc.OverseerCollectionProcessor.run Overseer Collection Processor: Get the message id:/overseer/collection-queue-work/qn-0000000000 message:{
   [junit4]   2> 	  "operation":"create",
   [junit4]   2> 	  "fromApi":"true",
   [junit4]   2> 	  "name":"solrj_collection",
   [junit4]   2> 	  "replicationFactor":"2",
   [junit4]   2> 	  "collection.configName":"conf1",
   [junit4]   2> 	  "numShards":"2",
   [junit4]   2> 	  "router.field":"myOwnField"}
   [junit4]   2> 1416991 T4457 oasc.OverseerCollectionProcessor.processMessage WARN OverseerCollectionProcessor.processMessage : create , {
   [junit4]   2> 	  "operation":"create",
   [junit4]   2> 	  "fromApi":"true",
   [junit4]   2> 	  "name":"solrj_collection",
   [junit4]   2> 	  "replicationFactor":"2",
   [junit4]   2> 	  "collection.configName":"conf1",
   [junit4]   2> 	  "numShards":"2",
   [junit4]   2> 	  "router.field":"myOwnField"}
   [junit4]   2> 1416992 T4457 oasc.OverseerCollectionProcessor.createConfNode creating collections conf node /collections/solrj_collection 
   [junit4]   2> 1416992 T4457 oascc.SolrZkClient.makePath makePath: /collections/solrj_collection
   [junit4]   2> 1416995 T4382 oasc.DistributedQueue$LatchWatcher.process NodeChildrenChanged fired on path /overseer/queue state SyncConnected
   [junit4]   2> 1416995 T4383 oasc.Overseer$ClusterStateUpdater.run processMessage: queueSize: 1, message = {
   [junit4]   2> 	  "operation":"create",
   [junit4]   2> 	  "fromApi":"true",
   [junit4]   2> 	  "name":"solrj_collection",
   [junit4]   2> 	  "replicationFactor":"2",
   [junit4]   2> 	  "collection.configName":"conf1",
   [junit4]   2> 	  "numShards":"2",
   [junit4]   2> 	  "router.field":"myOwnField"} current state version: 1
   [junit4]   2> 1416996 T4383 oasco.ClusterStateMutator.createCollection building a new cName: solrj_collection
   [junit4]   2> 1416997 T4407 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 5)
   [junit4]   2> 1416997 T4455 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 5)
   [junit4]   2> 1416997 T4389 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 5)
   [junit4]   2> 1416997 T4423 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 5)
   [junit4]   2> 1416997 T4382 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 5)
   [junit4]   2> 1416997 T4439 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 5)
   [junit4]   2> 1417195 T4457 oasc.OverseerCollectionProcessor.createCollection Creating SolrCores for new collection solrj_collection, shardNames [shard1, shard2] , replicationFactor : 2
   [junit4]   2> 1417195 T4457 oasc.OverseerCollectionProcessor.createCollection Creating shard solrj_collection_shard1_replica1 as part of slice shard1 of collection solrj_collection on 127.0.0.1:44890_hdwf%2Fyu
   [junit4]   2> 1417196 T4457 oasc.OverseerCollectionProcessor.createCollection Creating shard solrj_collection_shard1_replica2 as part of slice shard1 of collection solrj_collection on 127.0.0.1:46154_hdwf%2Fyu
   [junit4]   2> 1417198 T4457 oasc.OverseerCollectionProcessor.createCollection Creating shard solrj_collection_shard2_replica1 as part of slice shard2 of collection solrj_collection on 127.0.0.1:40121_hdwf%2Fyu
   [junit4]   2> 1417198 T4449 oasha.CoreAdminHandler.handleCreateAction core create command qt=/admin/cores&collection.configName=conf1&name=solrj_collection_shard1_replica1&action=CREATE&numShards=2&collection=solrj_collection&shard=shard1&wt=javabin&version=2
   [junit4]   2> 1417199 T4457 oasc.OverseerCollectionProcessor.createCollection Creating shard solrj_collection_shard2_replica2 as part of slice shard2 of collection solrj_collection on 127.0.0.1:58744_hdwf%2Fyu
   [junit4]   2> 1417201 T4449 oasc.ZkController.publish publishing core=solrj_collection_shard1_replica1 state=down collection=solrj_collection
   [junit4]   2> 1417201 T4373 oasha.CoreAdminHandler.handleCreateAction core create command qt=/admin/cores&collection.configName=conf1&name=solrj_collection_shard2_replica1&action=CREATE&numShards=2&collection=solrj_collection&shard=shard2&wt=javabin&version=2
   [junit4]   2> 1417201 T4430 oasha.CoreAdminHandler.handleCreateAction core create command qt=/admin/cores&collection.configName=conf1&name=solrj_collection_shard2_replica2&action=CREATE&numShards=2&collection=solrj_collection&shard=shard2&wt=javabin&version=2
   [junit4]   2> 1417201 T4414 oasha.CoreAdminHandler.handleCreateAction core create command qt=/admin/cores&collection.configName=conf1&name=solrj_collection_shard1_replica2&action=CREATE&numShards=2&collection=solrj_collection&shard=shard1&wt=javabin&version=2
   [junit4]   2> 1417202 T4449 oasc.ZkController.waitForCoreNodeName look for our core node name
   [junit4]   2> 1417203 T4430 oasc.ZkController.publish publishing core=solrj_collection_shard2_replica2 state=down collection=solrj_collection
   [junit4]   2> 1417202 T4382 oasc.DistributedQueue$LatchWatcher.process NodeChildrenChanged fired on path /overseer/queue state SyncConnected
   [junit4]   2> 1417203 T4414 oasc.ZkController.publish publishing core=solrj_collection_shard1_replica2 state=down collection=solrj_collection
   [junit4]   2> 1417202 T4373 oasc.ZkController.publish publishing core=solrj_collection_shard2_replica1 state=down collection=solrj_collection
   [junit4]   2> 1417204 T4414 oasc.ZkController.waitForCoreNodeName look for our core node name
   [junit4]   2> 1417204 T4430 oasc.ZkController.waitForCoreNodeName look for our core node name
   [junit4]   2> 1417204 T4373 oasc.ZkController.waitForCoreNodeName look for our core node name
   [junit4]   2> 1417204 T4383 oasc.Overseer$ClusterStateUpdater.run processMessage: queueSize: 2, message = {
   [junit4]   2> 	  "core":"solrj_collection_shard1_replica1",
   [junit4]   2> 	  "roles":null,
   [junit4]   2> 	  "base_url":"http://127.0.0.1:44890/hdwf/yu",
   [junit4]   2> 	  "node_name":"127.0.0.1:44890_hdwf%2Fyu",
   [junit4]   2> 	  "numShards":"2",
   [junit4]   2> 	  "state":"down",
   [junit4]   2> 	  "shard":"shard1",
   [junit4]   2> 	  "collection":"solrj_collection",
   [junit4]   2> 	  "operation":"state"} current state version: 2
   [junit4]   2> 1417205 T4383 oasco.ReplicaMutator.updateState Update state numShards=2 message={
   [junit4]   2> 	  "core":"solrj_collection_shard1_replica1",
   [junit4]   2> 	  "roles":null,
   [junit4]   2> 	  "base_url":"http://127.0.0.1:44890/hdwf/yu",
   [junit4]   2> 	  "node_name":"127.0.0.1:44890_hdwf%2Fyu",
   [junit4]   2> 	  "numShards":"2",
   [junit4]   2> 	  "state":"down",
   [junit4]   2> 	  "shard":"shard1",
   [junit4]   2> 	  "collection":"solrj_collection",
   [junit4]   2> 	  "operation":"state"}
   [junit4]   2> 1417208 T4383 oasc.Overseer$ClusterStateUpdater.run processMessage: queueSize: 3, message = {
   [junit4]   2> 	  "core":"solrj_collection_shard2_replica2",
   [junit4]   2> 	  "roles":null,
   [junit4]   2> 	  "base_url":"http://127.0.0.1:58744/hdwf/yu",
   [junit4]   2> 	  "node_name":"127.0.0.1:58744_hdwf%2Fyu",
   [junit4]   2> 	  "numShards":"2",
   [junit4]   2> 	  "state":"down",
   [junit4]   2> 	  "shard":"shard2",
   [junit4]   2> 	  "collection":"solrj_collection",
   [junit4]   2> 	  "operation":"state"} current state version: 2
   [junit4]   2> 1417208 T4383 oasco.ReplicaMutator.updateState Update state numShards=2 message={
   [junit4]   2> 	  "core":"solrj_collection_shard2_replica2",
   [junit4]   2> 	  "roles":null,
   [junit4]   2> 	  "base_url":"http://127.0.0.1:58744/hdwf/yu",
   [junit4]   2> 	  "node_name":"127.0.0.1:58744_hdwf%2Fyu",
   [junit4]   2> 	  "numShards":"2",
   [junit4]   2> 	  "state":"down",
   [junit4]   2> 	  "shard":"shard2",
   [junit4]   2> 	  "collection":"solrj_collection",
   [junit4]   2> 	  "operation":"state"}
   [junit4]   2> 1417210 T4382 oasc.DistributedQueue$LatchWatcher.process NodeChildrenChanged fired on path /overseer/queue state SyncConnected
   [junit4]   2> 1417210 T4383 oasc.Overseer$ClusterStateUpdater.run processMessage: queueSize: 3, message = {
   [junit4]   2> 	  "core":"solrj_collection_shard1_replica2",
   [junit4]   2> 	  "roles":null,
   [junit4]   2> 	  "base_url":"http://127.0.0.1:46154/hdwf/yu",
   [junit4]   2> 	  "node_name":"127.0.0.1:46154_hdwf%2Fyu",
   [junit4]   2> 	  "numShards":"2",
   [junit4]   2> 	  "state":"down",
   [junit4]   2> 	  "shard":"shard1",
   [junit4]   2> 	  "collection":"solrj_collection",
   [junit4]   2> 	  "operation":"state"} current state version: 2
   [junit4]   2> 1417211 T4383 oasco.ReplicaMutator.updateState Update state numShards=2 message={
   [junit4]   2> 	  "core":"solrj_collection_shard1_replica2",
   [junit4]   2> 	  "roles":null,
   [junit4]   2> 	  "base_url":"http://127.0.0.1:46154/hdwf/yu",
   [junit4]   2> 	  "node_name":"127.0.0.1:46154_hdwf%2Fyu",
   [junit4]   2> 	  "numShards":"2",
   [junit4]   2> 	  "state":"down",
   [junit4]   2> 	  "shard":"shard1",
   [junit4]   2> 	  "collection":"solrj_collection",
   [junit4]   2> 	  "operation":"state"}
   [junit4]   2> 1417212 T4383 oasc.Overseer$ClusterStateUpdater.run processMessage: queueSize: 1, message = {
   [junit4]   2> 	  "core":"solrj_collection_shard2_replica1",
   [junit4]   2> 	  "roles":null,
   [junit4]   2> 	  "base_url":"http://127.0.0.1:40121/hdwf/yu",
   [junit4]   2> 	  "node_name":"127.0.0.1:40121_hdwf%2Fyu",
   [junit4]   2> 	  "numShards":"2",
   [junit4]   2> 	  "state":"down",
   [junit4]   2> 	  "shard":"shard2",
   [junit4]   2> 	  "collection":"solrj_collection",
   [junit4]   2> 	  "operation":"state"} current state version: 2
   [junit4]   2> 1417213 T4383 oasco.ReplicaMutator.updateState Update state numShards=2 message={
   [junit4]   2> 	  "core":"solrj_collection_shard2_replica1",
   [junit4]   2> 	  "roles":null,
   [junit4]   2> 	  "base_url":"http://127.0.0.1:40121/hdwf/yu",
   [junit4]   2> 	  "node_name":"127.0.0.1:40121_hdwf%2Fyu",
   [junit4]   2> 	  "numShards":"2",
   [junit4]   2> 	  "state":"down",
   [junit4]   2> 	  "shard":"shard2",
   [junit4]   2> 	  "collection":"solrj_collection",
   [junit4]   2> 	  "operation":"state"}
   [junit4]   2> 1417214 T4382 oasc.DistributedQueue$LatchWatcher.process NodeChildrenChanged fired on path /overseer/queue state SyncConnected
   [junit4]   2> 1417215 T4407 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 5)
   [junit4]   2> 1417215 T4439 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 5)
   [junit4]   2> 1417215 T4389 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 5)
   [junit4]   2> 1417215 T4382 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 5)
   [junit4]   2> 1417215 T4455 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 5)
   [junit4]   2> 1417215 T4423 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 5)
   [junit4]   2> 1418203 T4449 oasc.ZkController.waitForShardId waiting to find shard id in clusterstate for solrj_collection_shard1_replica1
   [junit4]   2> 1418203 T4449 oasc.ZkController.createCollectionZkNode Check for collection zkNode:solrj_collection
   [junit4]   2> 1418204 T4449 oasc.ZkController.createCollectionZkNode Collection zkNode exists
   [junit4]   2> 1418204 T4449 oascc.ZkStateReader.readConfigName Load collection config from:/collections/solrj_collection
   [junit4]   2> 1418204 T4414 oasc.ZkController.waitForShardId waiting to find shard id in clusterstate for solrj_collection_shard1_replica2
   [junit4]   2> 1418205 T4414 oasc.ZkController.createCollectionZkNode Check for collection zkNode:solrj_collection
   [junit4]   2> 1418205 T4449 oascc.ZkStateReader.readConfigName path=/collections/solrj_collection configName=conf1 specified config exists in ZooKeeper
   [junit4]   2> 1418205 T4449 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.CollectionsAPIDistributedZkTest-9C2A2FC3D6D84C9-001/tempDir-006/solrj_collection_shard1_replica1/'
   [junit4]   2> 1418204 T4430 oasc.ZkController.waitForShardId waiting to find shard id in clusterstate for solrj_collection_shard2_replica2
   [junit4]   2> 1418208 T4430 oasc.ZkController.createCollectionZkNode Check for collection zkNode:solrj_collection
   [junit4]   2> 1418205 T4414 oasc.ZkController.createCollectionZkNode Collection zkNode exists
   [junit4]   2> 1418209 T4414 oascc.ZkStateReader.readConfigName Load collection config from:/collections/solrj_collection
   [junit4]   2> 1418205 T4373 oasc.ZkController.waitForShardId waiting to find shard id in clusterstate for solrj_collection_shard2_replica1
   [junit4]   2> 1418209 T4430 oasc.ZkController.createCollectionZkNode Collection zkNode exists
   [junit4]   2> 1418210 T4430 oascc.ZkStateReader.readConfigName Load collection config from:/collections/solrj_collection
   [junit4]   2> 1418210 T4373 oasc.ZkController.createCollectionZkNode Check for collection zkNode:solrj_collection
   [junit4]   2> 1418210 T4414 oascc.ZkStateReader.readConfigName path=/collections/solrj_collection configName=conf1 specified config exists in ZooKeeper
   [junit4]   2> 1418211 T4430 oascc.ZkStateReader.readConfigName path=/collections/solrj_collection configName=conf1 specified config exists in ZooKeeper
   [junit4]   2> 1418211 T4414 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.CollectionsAPIDistributedZkTest-9C2A2FC3D6D84C9-001/tempDir-004/solrj_collection_shard1_replica2/'
   [junit4]   2> 1418211 T4430 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.CollectionsAPIDistributedZkTest-9C2A2FC3D6D84C9-001/tempDir-005/solrj_collection_shard2_replica2/'
   [junit4]   2> 1418213 T4373 oasc.ZkController.createCollectionZkNode Collection zkNode exists
   [junit4]   2> 1418213 T4373 oascc.ZkStateReader.readConfigName Load collection config from:/collections/solrj_collection
   [junit4]   2> 1418214 T4373 oascc.ZkStateReader.readConfigName path=/collections/solrj_collection configName=conf1 specified config exists in ZooKeeper
   [junit4]   2> 1418214 T4373 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '../../../../../../../../../../mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.CollectionsAPIDistributedZkTest-9C2A2FC3D6D84C9-001/tempDir-002/solrj_collection_shard2_replica1/'
   [junit4]   2> 1418220 T4449 oasc.ZkController.watchZKConfDir watch zkdir /configs/conf1
   [junit4]   2> 1418226 T4449 oasc.Config.<init> loaded config solrconfig.xml with version 0 
   [junit4]   2> 1418230 T4414 oasc.ZkController.watchZKConfDir watch zkdir /configs/conf1
   [junit4]   2> 1418232 T4414 oasc.Config.<init> loaded config solrconfig.xml with version 0 
   [junit4]   2> 1418237 T4373 oasc.ZkController.watchZKConfDir watch zkdir /configs/conf1
   [junit4]   2> 1418239 T4373 oasc.Config.<init> loaded config solrconfig.xml with version 0 
   [junit4]   2> 1418239 T4449 oasc.SolrConfig.<init> Using Lucene MatchVersion: 6.0.0
   [junit4]   2> 1418244 T4430 oasc.ZkController.watchZKConfDir watch zkdir /configs/conf1
   [junit4]   2> 1418255 T4414 oasc.SolrConfig.<init> Using Lucene MatchVersion: 6.0.0
   [junit4]   2> 1418256 T4430 oasc.Config.<init> loaded config solrconfig.xml with version 0 
   [junit4]   2> 1418264 T4373 oasc.SolrConfig.<init> Using Lucene MatchVersion: 6.0.0
   [junit4]   2> 1418268 T4449 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig.xml
   [junit4]   2> 1418269 T4430 oasc.SolrConfig.<init> Using Lucene MatchVersion: 6.0.0
   [junit4]   2> 1418270 T4449 oass.IndexSchema.readSchema Reading Solr Schema from /configs/conf1/schema.xml
   [junit4]   2> 1418282 T4414 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig.xml
   [junit4]   2> 1418284 T4414 oass.IndexSchema.readSchema Reading Solr Schema from /configs/conf1/schema.xml
   [junit4]   2> 1418288 T4449 oass.IndexSchema.readSchema [solrj_collection_shard1_replica1] Schema name=test
   [junit4]   2> 1418289 T4373 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig.xml
   [junit4]   2> 1418290 T4373 oass.IndexSchema.readSchema Reading Solr Schema from /configs/conf1/schema.xml
   [junit4]   2> 1418292 T4430 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig.xml
   [junit4]   2> 1418293 T4430 oass.IndexSchema.readSchema Reading Solr Schema from /configs/conf1/schema.xml
   [junit4]   2> 1418294 T4414 oass.IndexSchema.readSchema [solrj_collection_shard1_replica2] Schema name=test
   [junit4]   2> 1418300 T4373 oass.IndexSchema.readSchema [solrj_collection_shard2_replica1] Schema name=test
   [junit4]   2> 1418314 T4430 oass.IndexSchema.readSchema [solrj_collection_shard2_replica2] Schema name=test
   [junit4]   2> 1418620 T4449 oass.OpenExchangeRatesOrgProvider.init Initialized with rates=open-exchange-rates.json, refreshInterval=1440.
   [junit4]   2> 1418626 T4373 oass.OpenExchangeRatesOrgProvider.init Initialized with rates=open-exchange-rates.json, refreshInterval=1440.
   [junit4]   2> 1418626 T4449 oass.IndexSchema.readSchema default search field in schema is text
   [junit4]   2> 1418627 T4430 oass.OpenExchangeRatesOrgProvider.init Initialized with rates=open-exchange-rates.json, refreshInterval=1440.
   [junit4]   2> 1418629 T4449 oass.IndexSchema.readSchema unique key field: id
   [junit4]   2> 1418629 T4414 oass.OpenExchangeRatesOrgProvider.init Initialized with rates=open-exchange-rates.json, refreshInterval=1440.
   [junit4]   2> 1418651 T4373 oass.IndexSchema.readSchema default search field in schema is text
   [junit4]   2> 1418653 T4430 oass.IndexSchema.readSchema default search field in schema is text
   [junit4]   2> 1418654 T4373 oass.IndexSchema.readSchema unique key field: id
   [junit4]   2> 1418655 T4430 oass.IndexSchema.readSchema unique key field: id
   [junit4]   2> 1418655 T4414 oass.IndexSchema.readSchema default search field in schema is text
   [junit4]   2> 1418658 T4414 oass.IndexSchema.readSchema unique key field: id
   [junit4]   2> 1418660 T4449 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
   [junit4]   2> 1418665 T4449 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
   [junit4]   2> 1418676 T4430 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
   [junit4]   2> 1418677 T4449 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
   [junit4]   2> 1418678 T4449 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Unknown key IMPORTANT NOTE
   [junit4]   2> 1418680 T4449 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Expected key, got STRING
   [junit4]   2> 1418678 T4430 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
   [junit4]   2> 1418681 T4373 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
   [junit4]   2> 1418681 T4449 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
   [junit4]   2> 1418683 T4449 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Unknown key IMPORTANT NOTE
   [junit4]   2> 1418683 T4414 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
   [junit4]   2> 1418683 T4430 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
   [junit4]   2> 1418683 T4449 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Expected key, got STRING
   [junit4]   2> 1418684 T4373 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
   [junit4]   2> 1418684 T4430 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Unknown key IMPORTANT NOTE
   [junit4]   2> 1418685 T4430 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Expected key, got STRING
   [junit4]   2> 1418685 T4430 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
   [junit4]   2> 1418684 T4449 oasc.CoreContainer.create Creating SolrCore 'solrj_collection_shard1_replica1' using configuration from collection solrj_collection
   [junit4]   2> 1418686 T4449 oasc.SolrCore.initDirectoryFactory org.apache.solr.core.MockDirectoryFactory
   [junit4]   2> 1418686 T4414 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
   [junit4]   2> 1418686 T4449 oasc.SolrCore.<init> [solrj_collection_shard1_replica1] Opening new SolrCore at /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.CollectionsAPIDistributedZkTest-9C2A2FC3D6D84C9-001/tempDir-006/solrj_collection_shard1_replica1/, dataDir=/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.CollectionsAPIDistributedZkTest-9C2A2FC3D6D84C9-001/tempDir-006/solrj_collection_shard1_replica1/data/
   [junit4]   2> 1418687 T4373 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
   [junit4]   2> 1418687 T4430 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Unknown key IMPORTANT NOTE
   [junit4]   2> 1418687 T4430 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Expected key, got STRING
   [junit4]   2> 1418687 T4449 oasc.JmxMonitoredMap.<init> JMX monitoring is enabled. Adding Solr mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@1476e8d
   [junit4]   2> 1418688 T4373 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Unknown key IMPORTANT NOTE
   [junit4]   2> 1418688 T4373 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Expected key, got STRING
   [junit4]   2> 1418689 T4414 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
   [junit4]   2> 1418688 T4430 oasc.CoreContainer.create Creating SolrCore 'solrj_collection_shard2_replica2' using configuration from collection solrj_collection
   [junit4]   2> 1418690 T4430 oasc.SolrCore.initDirectoryFactory org.apache.solr.core.MockDirectoryFactory
   [junit4]   2> 1418690 T4430 oasc.SolrCore.<init> [solrj_collection_shard2_replica2] Opening new SolrCore at /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.CollectionsAPIDistributedZkTest-9C2A2FC3D6D84C9-001/tempDir-005/solrj_collection_shard2_replica2/, dataDir=/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.CollectionsAPIDistributedZkTest-9C2A2FC3D6D84C9-001/tempDir-005/solrj_collection_shard2_replica2/data/
   [junit4]   2> 1418691 T4430 oasc.JmxMonitoredMap.<init> JMX monitoring is enabled. Adding Solr mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@1476e8d
   [junit4]   2> 1418692 T4430 oasc.CachingDirectoryFactory.get return new directory for /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.CollectionsAPIDistributedZkTest-9C2A2FC3D6D84C9-001/tempDir-005/solrj_collection_shard2_replica2/data
   [junit4]   2> 1418693 T4430 oasc.SolrCore.getNewIndexDir New index directory detected: old=null new=/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.CollectionsAPIDistributedZkTest-9C2A2FC3D6D84C9-001/tempDir-005/solrj_collection_shard2_replica2/data/index/
   [junit4]   2> 1418693 T4430 oasc.SolrCore.initIndex WARN [solrj_collection_shard2_replica2] Solr index directory '/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.CollectionsAPIDistributedZkTest-9C2A2FC3D6D84C9-001/tempDir-005/solrj_collection_shard2_replica2/data/index' doesn't exist. Creating new index...
   [junit4]   2> 1418694 T4430 oasc.CachingDirectoryFactory.get return new directory for /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.CollectionsAPIDistributedZkTest-9C2A2FC3D6D84C9-001/tempDir-005/solrj_collection_shard2_replica2/data/index
   [junit4]   2> 1418695 T4430 oasu.RandomMergePolicy.<init> RandomMergePolicy wrapping class org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: maxMergeAtOnce=18, maxMergeAtOnceExplicit=36, maxMergedSegmentMB=68.78125, floorSegmentMB=1.673828125, forceMergeDeletesPctAllowed=5.038331474671066, segmentsPerTier=12.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=1.0
   [junit4]   2> 1418689 T4373 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
   [junit4]   2> 1418689 T4449 oasc.CachingDirectoryFactory.get return new directory for /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.CollectionsAPIDistributedZkTest-9C2A2FC3D6D84C9-001/tempDir-006/solrj_collection_shard1_replica1/data
   [junit4]   2> 1418698 T4449 oasc.SolrCore.getNewIndexDir New index directory detected: old=null new=/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.CollectionsAPIDistributedZkTest-9C2A2FC3D6D84C9-001/tempDir-006/solrj_collection_shard1_replica1/data/index/
   [junit4]   2> 1418698 T4449 oasc.SolrCore.initIndex WARN [solrj_collection_shard1_replica1] Solr index directory '/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.CollectionsAPIDistributedZkTest-9C2A2FC3D6D84C9-001/tempDir-006/solrj_collection_shard1_replica1/data/index' doesn't exist. Creating new index...
   [junit4]   2> 1418699 T4449 oasc.CachingDirectoryFactory.get return new directory for /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.CollectionsAPIDistributedZkTest-9C2A2FC3D6D84C9-001/tempDir-006/solrj_collection_shard1_replica1/data/index
   [junit4]   2> 1418700 T4449 oasu.RandomMergePolicy.<init> RandomMergePolicy wrapping class org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: maxMergeAtOnce=18, maxMergeAtOnceExplicit=36, maxMergedSegmentMB=68.78125, floorSegmentMB=1.673828125, forceMergeDeletesPctAllowed=5.038331474671066, segmentsPerTier=12.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=1.0
   [junit4]   2> 1418701 T4430 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits: num=1
   [junit4]   2> 		commit{dir=MockDirectoryWrapper(RAMDirectory@da6f76 lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@1d1a428),segFN=segments_1,generation=1}
   [junit4]   2> 1418702 T4430 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1
   [junit4]   2> 1418696 T4414 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Unknown key IMPORTANT NOTE
   [junit4]   2> 1418706 T4414 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Expected key, got STRING
   [junit4]   2> 1418705 T4449 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits: num=1
   [junit4]   2> 		commit{dir=MockDirectoryWrapper(RAMDirectory@c780bf lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@1875bd0),segFN=segments_1,generation=1}
   [junit4]   2> 1418706 T4449 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1
   [junit4]   2> 1418698 T4373 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Unknown key IMPORTANT NOTE
   [junit4]   2> 1418707 T4373 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Expected key, got STRING
   [junit4]   2> 1418706 T4414 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
   [junit4]   2> 1418707 T4373 oasc.CoreContainer.create Creating SolrCore 'solrj_collection_shard2_replica1' using configuration from collection solrj_collection
   [junit4]   2> 1418708 T4373 oasc.SolrCore.initDirectoryFactory org.apache.solr.core.MockDirectoryFactory
   [junit4]   2> 1418708 T4430 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "nodistrib"
   [junit4]   2> 1418708 T4373 oasc.SolrCore.<init> [solrj_collection_shard2_replica1] Opening new SolrCore at ../../../../../../../../../../mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.CollectionsAPIDistributedZkTest-9C2A2FC3D6D84C9-001/tempDir-002/solrj_collection_shard2_replica1/, dataDir=/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/../../../../../../../../../../mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.CollectionsAPIDistributedZkTest-9C2A2FC3D6D84C9-001/tempDir-002/solrj_collection_shard2_replica1/data/
   [junit4]   2> 1418708 T4414 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Unknown key IMPORTANT NOTE
   [junit4]   2> 1418709 T4430 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "dedupe"
   [junit4]   2> 1418709 T4373 oasc.JmxMonitoredMap.<init> JMX monitoring is enabled. Adding Solr mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@1476e8d
   [junit4]   2> 1418710 T4449 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "nodistrib"
   [junit4]   2> 1418710 T4430 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe"
   [junit4]   2> 1418709 T4414 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Expected key, got STRING
   [junit4]   2> 1418711 T4430 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "stored_sig"
   [junit4]   2> 1418711 T4373 oasc.CachingDirectoryFactory.get return new directory for /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/../../../../../../../../../../mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.CollectionsAPIDistributedZkTest-9C2A2FC3D6D84C9-001/tempDir-002/solrj_collection_shard2_replica1/data
   [junit4]   2> 1418710 T4449 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "dedupe"
   [junit4]   2> 1418712 T4373 oasc.SolrCore.getNewIndexDir New index directory detected: old=null new=/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/../../../../../../../../../../mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.CollectionsAPIDistributedZkTest-9C2A2FC3D6D84C9-001/tempDir-002/solrj_collection_shard2_replica1/data/index/
   [junit4]   2> 1418711 T4430 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "stored_sig"
   [junit4]   2> 1418711 T4414 oasc.CoreContainer.create Creating SolrCore 'solrj_collection_shard1_replica2' using configuration from collection solrj_collection
   [junit4]   2> 1418713 T4430 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "distrib-dup-test-chain-explicit"
   [junit4]   2> 1418712 T4373 oasc.SolrCore.initIndex WARN [solrj_collection_shard2_replica1] Solr index directory '/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/../../../../../../../../../../mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.CollectionsAPIDistributedZkTest-9C2A2FC3D6D84C9-001/tempDir-002/solrj_collection_shard2_replica1/data/index' doesn't exist. Creating new index...
   [junit4]   2> 1418712 T4449 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe"
   [junit4]   2> 1418714 T4373 oasc.CachingDirectoryFactory.get return new directory for /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/../../../../../../../../../../mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.CollectionsAPIDistributedZkTest-9C2A2FC3D6D84C9-001/tempDir-002/solrj_collection_shard2_replica1/data/index
   [junit4]   2> 1418714 T4430 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "distrib-dup-test-chain-implicit"
   [junit4]   2> 1418713 T4414 oasc.SolrCore.initDirectoryFactory org.apache.solr.core.MockDirectoryFactory
   [junit4]   2> 1418716 T4414 oasc.SolrCore.<init> [solrj_collection_shard1_replica2] Opening new SolrCore at /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.CollectionsAPIDistributedZkTest-9C2A2FC3D6D84C9-001/tempDir-004/solrj_collection_shard1_replica2/, dataDir=/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.CollectionsAPIDistributedZkTest-9C2A2FC3D6D84C9-001/tempDir-004/solrj_collection_shard1_replica2/data/
   [junit4]   2> 1418716 T4414 oasc.JmxMonitoredMap.<init> JMX monitoring is enabled. Adding Solr mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@1476e8d
   [junit4]   2> 1418718 T4414 oasc.CachingDirectoryFactory.get return new directory for /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.CollectionsAPIDistributedZkTest-9C2A2FC3D6D84C9-001/tempDir-004/solrj_collection_shard1_replica2/data
   [junit4]   2> 1418718 T4414 oasc.SolrCore.getNewIndexDir New index directory detected: old=null new=/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.CollectionsAPIDistributedZkTest-9C2A2FC3D6D84C9-001/tempDir-004/solrj_collection_shard1_replica2/data/index/
   [junit4]   2> 1418719 T4414 oasc.SolrCore.initIndex WARN [solrj_collection_shard1_replica2] Solr index directory '/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.CollectionsAPIDistributedZkTest-9C2A2FC3D6D84C9-001/tempDir-004/solrj_collection_shard1_replica2/data/index' doesn't exist. Creating new index...
   [junit4]   2> 1418719 T4414 oasc.CachingDirectoryFactory.get return new directory for /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.CollectionsAPIDistributedZkTest-9C2A2FC3D6D84C9-001/tempDir-004/solrj_collection_shard1_replica2/data/index
   [junit4]   2> 1418720 T4414 oasu.RandomMergePolicy.<init> RandomMergePolicy wrapping class org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: maxMergeAtOnce=18, maxMergeAtOnceExplicit=36, maxMergedSegmentMB=68.78125, floorSegmentMB=1.673828125, forceMergeDeletesPctAllowed=5.038331474671066, segmentsPerTier=12.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=1.0
   [junit4]   2> 1418715 T4430 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "distrib-dup-test-chain-implicit"
   [junit4]   2> 1418715 T4373 oasu.RandomMergePolicy.<init> RandomMergePolicy wrapping class org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: maxMergeAtOnce=18, maxMergeAtOnceExplicit=36, maxMergedSegmentMB=68.78125, floorSegmentMB=1.673828125, forceMergeDeletesPctAllowed=5.038331474671066, segmentsPerTier=12.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=1.0
   [junit4]   2> 1418715 T4449 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "stored_sig"
   [junit4]   2> 1418723 T4373 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits: num=1
   [junit4]   2> 		commit{dir=MockDirectoryWrapper(RAMDirectory@1970274 lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@fe421),segFN=segments_1,generation=1}
   [junit4]   2> 1418723 T4373 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1
   [junit4]   2> 1418723 T4449 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "stored_sig"
   [junit4]   2> 1418724 T4449 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "distrib-dup-test-chain-explicit"
   [junit4]   2> 1418725 T4449 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "distrib-dup-test-chain-implicit"
   [junit4]   2> 1418725 T4449 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "distrib-dup-test-chain-implicit"
   [junit4]   2> 1418726 T4449 oasc.SolrCore.loadUpdateProcessorChains no updateRequestProcessorChain defined as default, creating implicit default
   [junit4]   2> 1418727 T4449 oasc.RequestHandlers.initHandlersFromConfig created /update: org.apache.solr.handler.UpdateRequestHandler
   [junit4]   2> 1418728 T4449 oasc.RequestHandlers.initHandlersFromConfig created /update/json: org.apache.solr.handler.UpdateRequestHandler
   [junit4]   2> 1418728 T4449 oasc.RequestHandlers.initHandlersFromConfig created /update/csv: org.apache.solr.handler.UpdateRequestHandler
   [junit4]   2> 1418729 T4449 oasc.RequestHandlers.initHandlersFromConfig created /update/json/docs: org.apache.solr.handler.UpdateRequestHandler
   [junit4]   2> 1418730 T4449 oasc.RequestHandlers.initHandlersFromConfig created /config: org.apache.solr.handler.SolrConfigHandler
   [junit4]   2> 1418731 T4449 oasc.RequestHandlers.initHandlersFromConfig created /schema: org.apache.solr.handler.SchemaHandler
   [junit4]   2> 1418722 T4414 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits: num=1
   [junit4]   2> 		commit{dir=MockDirectoryWrapper(RAMDirectory@91540b lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@d7cdb5),segFN=segments_1,generation=1}
   [junit4]   2> 1418722 T4430 oasc.SolrCore.loadUpdateProcessorChains no updateRequestProcessorChain defined as default, creating implicit default
   [junit4]   2> 1418733 T4449 oasc.RequestHandlers.initHandlersFromConfig created /replication: org.apache.solr.handler.ReplicationHandler
   [junit4]   2> 1418733 T4414 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1
   [junit4]   2> 1418727 T4373 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "nodistrib"
   [junit4]   2> 1418734 T4449 oasc.RequestHandlers.initHandlersFromConfig created /get: org.apache.solr.handler.RealTimeGetHandler
   [junit4]   2> 1418734 T4430 oasc.RequestHandlers.initHandlersFromConfig created /update: org.apache.solr.handler.UpdateRequestHandler
   [junit4]   2> 1418735 T4373 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "dedupe"
   [junit4]   2> 1418735 T4430 oasc.RequestHandlers.initHandlersFromConfig created /update/json: org.apache.solr.handler.UpdateRequestHandler
   [junit4]   2> 1418735 T4449 oasc.RequestHandlers.initHandlersFromConfig created /admin/luke: org.apache.solr.handler.admin.LukeRequestHandler
   [junit4]   2> 1418736 T4430 oasc.RequestHandlers.initHandlersFromConfig created /update/csv: org.apache.solr.handler.UpdateRequestHandler
   [junit4]   2> 1418736 T4373 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe"
   [junit4]   2> 1418737 T4373 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "stored_sig"
   [junit4]   2> 1418737 T4373 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "stored_sig"
   [junit4]   2> 1418737 T4430 oasc.RequestHandlers.initHandlersFromConfig created /update/json/docs: org.apache.solr.handler.UpdateRequestHandler
   [junit4]   2> 1418738 T4373 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "distrib-dup-test-chain-explicit"
   [junit4]   2> 1418738 T4414 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "nodistrib"
   [junit4]   2> 1418739 T4373 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "distrib-dup-test-chain-implicit"
   [junit4]   2> 1418737 T4449 oasc.RequestHandlers.initHandlersFromConfig created /admin/system: org.apache.solr.handler.admin.SystemInfoHandler
   [junit4]   2> 1418739 T4373 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dist

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

arrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
   [junit4]   2> 	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
   [junit4]   2> 	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
   [junit4]   2> 	at org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:54)
   [junit4]   2> 	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:48)
   [junit4]   2> 	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:65)
   [junit4]   2> 	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:55)
   [junit4]   2> 	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
   [junit4]   2> 	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:365)
   [junit4]   2> 	at java.lang.Thread.run(Thread.java:745)
   [junit4]   2> 
   [junit4]   2> 1474073 T4350 oasc.CachingDirectoryFactory.close Closing MockDirectoryFactory - 2 directories currently being tracked
   [junit4]   2> 1474073 T4350 oasc.CachingDirectoryFactory.closeCacheValue looking to close /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.CollectionsAPIDistributedZkTest-9C2A2FC3D6D84C9-001/tempDir-006/awholynewcollection_0_shard2_replica2/data/index [CachedDir<<refCount=0;path=/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.CollectionsAPIDistributedZkTest-9C2A2FC3D6D84C9-001/tempDir-006/awholynewcollection_0_shard2_replica2/data/index;done=false>>]
   [junit4]   2> 1474073 T4350 oasc.CachingDirectoryFactory.close Closing directory: /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.CollectionsAPIDistributedZkTest-9C2A2FC3D6D84C9-001/tempDir-006/awholynewcollection_0_shard2_replica2/data/index
   [junit4]   2> 1474074 T4350 oasc.CachingDirectoryFactory.closeCacheValue looking to close /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.CollectionsAPIDistributedZkTest-9C2A2FC3D6D84C9-001/tempDir-006/awholynewcollection_0_shard2_replica2/data [CachedDir<<refCount=0;path=/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.CollectionsAPIDistributedZkTest-9C2A2FC3D6D84C9-001/tempDir-006/awholynewcollection_0_shard2_replica2/data;done=false>>]
   [junit4]   2> 1474074 T4350 oasc.CachingDirectoryFactory.close Closing directory: /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.CollectionsAPIDistributedZkTest-9C2A2FC3D6D84C9-001/tempDir-006/awholynewcollection_0_shard2_replica2/data
   [junit4]   2> 1474075 T4350 oasc.Overseer.close Overseer (id=92993657087131663-127.0.0.1:44890_hdwf%2Fyu-n_0000000004) closing
   [junit4]   2> 1474075 T4635 oasc.Overseer$ClusterStateUpdater.run Overseer Loop exiting : 127.0.0.1:44890_hdwf%2Fyu
   [junit4]   2> 1475579 T4570 oascc.ZkStateReader$3.process WARN ZooKeeper watch triggered, but Solr cannot talk to ZK
   [junit4]   2> 1475604 T4350 oejsh.ContextHandler.doStop stopped o.e.j.s.ServletContextHandler{/hdwf/yu,null}
   [junit4]   2> 1480593 T4350 oas.SolrTestCaseJ4.tearDown ###Ending testDistribSearch
   [junit4]   2> 1480595 T4350 oasc.ZkTestServer.send4LetterWord connecting to 127.0.0.1:52839 52839
   [junit4]   2> 1481161 T4562 oasc.ZkTestServer.send4LetterWord connecting to 127.0.0.1:52839 52839
   [junit4]   2> 1481163 T4562 oasc.ZkTestServer$ZKServerMain.runFromConfig WARN Watch limit violations: 
   [junit4]   2> 	Maximum concurrent children watches above limit:
   [junit4]   2> 	
   [junit4]   2> 		4	/solr/overseer/queue
   [junit4]   2> 		4	/solr/overseer/collection-queue-work
   [junit4]   2> 	
   [junit4]   2> NOTE: reproduce with: ant test  -Dtestcase=CollectionsAPIDistributedZkTest -Dtests.method=testDistribSearch -Dtests.seed=9C2A2FC3D6D84C9 -Dtests.multiplier=3 -Dtests.slow=true -Dtests.locale=hi -Dtests.timezone=UCT -Dtests.asserts=true -Dtests.file.encoding=UTF-8
   [junit4] FAILURE 70.5s J1 | CollectionsAPIDistributedZkTest.testDistribSearch <<<
   [junit4]    > Throwable #1: org.junit.ComparisonFailure: expected:<...2A2FC3D6D84C9-001/te[mpDir-003/solrj_test_core_props_shard1_replica1]> but was:<...2A2FC3D6D84C9-001/te[stPropertyParamsForCreate-001/instanceDir-qf]>
   [junit4]    > 	at __randomizedtesting.SeedInfo.seed([9C2A2FC3D6D84C9:88242CE44A32E4F5]:0)
   [junit4]    > 	at org.apache.solr.cloud.CollectionsAPIDistributedZkTest.checkInstanceDirs(CollectionsAPIDistributedZkTest.java:1154)
   [junit4]    > 	at org.apache.solr.cloud.CollectionsAPIDistributedZkTest.testCollectionsAPI(CollectionsAPIDistributedZkTest.java:901)
   [junit4]    > 	at org.apache.solr.cloud.CollectionsAPIDistributedZkTest.doTest(CollectionsAPIDistributedZkTest.java:205)
   [junit4]    > 	at org.apache.solr.BaseDistributedSearchTestCase.testDistribSearch(BaseDistributedSearchTestCase.java:869)
   [junit4]    > 	at java.lang.Thread.run(Thread.java:745)
   [junit4]   2> 1481187 T4350 oas.SolrTestCaseJ4.deleteCore ###deleteCore
   [junit4]   2> NOTE: leaving temporary files on disk at: /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.CollectionsAPIDistributedZkTest-9C2A2FC3D6D84C9-001
   [junit4]   2> NOTE: test params are: codec=Asserting(Lucene50): {}, docValues:{}, sim=DefaultSimilarity, locale=hi, timezone=UCT
   [junit4]   2> NOTE: Linux 3.13.0-43-generic i386/Oracle Corporation 1.9.0-ea (32-bit)/cpus=8,threads=1,free=16878552,total=195870720
   [junit4]   2> NOTE: All tests run in this JVM: [TestManagedResource, CopyFieldTest, SolrCmdDistributorTest, SignatureUpdateProcessorFactoryTest, TestSystemIdResolver, TestSchemaVersionResource, TestSolrConfigHandlerCloud, IndexSchemaTest, CursorPagingTest, TestMergePolicyConfig, QueryEqualityTest, TestSolrQueryParser, TestValueSourceCache, RemoteQueryErrorTest, CachingDirectoryFactoryTest, TestBM25SimilarityFactory, SpellPossibilityIteratorTest, TestDefaultSimilarityFactory, TestSolrQueryParserResource, TestSolrConfigHandler, TestConfigReload, TermVectorComponentDistributedTest, DistributedTermsComponentTest, BadComponentTest, SampleTest, TestRangeQuery, TestFreeTextSuggestions, RollingRestartTest, TestLMJelinekMercerSimilarityFactory, TestNonDefinedSimilarityFactory, TestInitQParser, DistributedDebugComponentTest, SimplePostToolTest, TestFiltering, TestSolrIndexConfig, TestFieldSortValues, TestRandomMergePolicy, TestPerFieldSimilarity, TestFieldResource, ChaosMonkeyNothingIsSafeTest, TestSearchPerf, ShardRoutingCustomTest, TestNonNRTOpen, RankQueryTest, ConnectionManagerTest, TestBadConfig, TestUtils, MoreLikeThisHandlerTest, TestConfig, TestCharFilters, TestRTGBase, TestChildDocTransformer, SearchHandlerTest, ScriptEngineTest, BinaryUpdateRequestHandlerTest, HdfsBasicDistributedZk2Test, PrimitiveFieldTypeTest, ConvertedLegacyTest, TestCollapseQParserPlugin, CoreMergeIndexesAdminHandlerTest, HdfsCollectionsAPIDistributedZkTest, SpellCheckComponentTest, CurrencyFieldOpenExchangeTest, TestAnalyzeInfixSuggestions, TestNRTOpen, TestComplexPhraseQParserPlugin, StandardRequestHandlerTest, WordBreakSolrSpellCheckerTest, MigrateRouteKeyTest, OverriddenZkACLAndCredentialsProvidersTest, TestRandomFaceting, TestPseudoReturnFields, TermsComponentTest, URLClassifyProcessorTest, FullSolrCloudDistribCmdsTest, TestRestManager, LeaderElectionIntegrationTest, TimeZoneUtilsTest, TestInfoStreamLogging, PolyFieldTest, TestSolrQueryParserDefaultOperatorResource, FieldMutatingUpdateProcessorTest, TestCollationFieldDocValues, TestDistributedMissingSort, TestDynamicFieldResource, FileUtilsTest, DistributedFacetPivotLongTailTest, SuggestComponentTest, TestReversedWildcardFilterFactory, TestRemoteStreaming, TestReRankQParserPlugin, TestReloadAndDeleteDocs, TermVectorComponentTest, SpellingQueryConverterTest, TestSolrJ, HighlighterTest, JsonLoaderTest, TestPivotHelperCode, SolrRequestParserTest, TestJoin, TestExceedMaxTermLength, SpatialFilterTest, AddBlockUpdateTest, CurrencyFieldXmlFileTest, AutoCommitTest, TestFieldCollectionResource, DocValuesMissingTest, BasicDistributedZkTest, ChaosMonkeySafeLeaderTest, BasicDistributedZk2Test, UnloadDistributedZkTest, CollectionsAPIDistributedZkTest]
   [junit4] Completed on J1 in 70.52s, 1 test, 1 failure <<< FAILURES!

[...truncated 791 lines...]
BUILD FAILED
/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/build.xml:519: The following error occurred while executing this line:
/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/build.xml:467: The following error occurred while executing this line:
/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/build.xml:61: The following error occurred while executing this line:
/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/extra-targets.xml:39: The following error occurred while executing this line:
/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build.xml:187: The following error occurred while executing this line:
/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/common-build.xml:510: The following error occurred while executing this line:
/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/lucene/common-build.xml:1349: The following error occurred while executing this line:
/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/lucene/common-build.xml:956: There were test failures: 452 suites, 1847 tests, 1 failure, 32 ignored (22 assumptions)

Total time: 86 minutes 37 seconds
Build step 'Invoke Ant' marked build as failure
[description-setter] Description set: Java: 32bit/jdk1.9.0-ea-b34 -client -XX:+UseSerialGC (asserts: true)
Archiving artifacts
Recording test results
Email was triggered for: Failure - Any
Sending email for trigger: Failure - Any