You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@lucene.apache.org by Apache Jenkins Server <je...@builds.apache.org> on 2013/08/03 23:35:18 UTC

[JENKINS] Lucene-Solr-Tests-4.x-Java6 - Build # 1870 - Still Failing

Build: https://builds.apache.org/job/Lucene-Solr-Tests-4.x-Java6/1870/

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

Error Message:
IOException occured when talking to server at: http://127.0.0.1:24982/er/iy

Stack Trace:
org.apache.solr.client.solrj.SolrServerException: IOException occured when talking to server at: http://127.0.0.1:24982/er/iy
	at __randomizedtesting.SeedInfo.seed([3D36923F151D8C77:BCD01C276242EC4B]:0)
	at org.apache.solr.client.solrj.impl.HttpSolrServer.request(HttpSolrServer.java:435)
	at org.apache.solr.client.solrj.impl.HttpSolrServer.request(HttpSolrServer.java:180)
	at org.apache.solr.cloud.AbstractFullDistribZkTestBase.createCollection(AbstractFullDistribZkTestBase.java:1535)
	at org.apache.solr.cloud.CollectionsAPIDistributedZkTest.testCustomCollectionsAPI(CollectionsAPIDistributedZkTest.java:677)
	at org.apache.solr.cloud.CollectionsAPIDistributedZkTest.doTest(CollectionsAPIDistributedZkTest.java:159)
	at org.apache.solr.BaseDistributedSearchTestCase.testDistribSearch(BaseDistributedSearchTestCase.java:835)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:616)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1559)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.access$600(RandomizedRunner.java:79)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:737)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:773)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:787)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:53)
	at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:50)
	at org.apache.lucene.util.TestRuleFieldCacheSanity$1.evaluate(TestRuleFieldCacheSanity.java:51)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:46)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesInvariantRule$1.evaluate(SystemPropertiesInvariantRule.java:55)
	at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:49)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:70)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:48)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:358)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:782)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:442)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:746)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$3.evaluate(RandomizedRunner.java:648)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$4.evaluate(RandomizedRunner.java:682)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:693)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:53)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:46)
	at org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:42)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesInvariantRule$1.evaluate(SystemPropertiesInvariantRule.java:55)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:39)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:39)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:43)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:48)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:70)
	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:55)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:358)
	at java.lang.Thread.run(Thread.java:679)
Caused by: org.apache.http.conn.ConnectTimeoutException: Connect to 127.0.0.1:24982 timed out
	at org.apache.http.conn.scheme.PlainSocketFactory.connectSocket(PlainSocketFactory.java:129)
	at org.apache.http.impl.conn.DefaultClientConnectionOperator.openConnection(DefaultClientConnectionOperator.java:180)
	at org.apache.http.impl.conn.ManagedClientConnectionImpl.open(ManagedClientConnectionImpl.java:294)
	at org.apache.http.impl.client.DefaultRequestDirector.tryConnect(DefaultRequestDirector.java:645)
	at org.apache.http.impl.client.DefaultRequestDirector.execute(DefaultRequestDirector.java:480)
	at org.apache.http.impl.client.AbstractHttpClient.execute(AbstractHttpClient.java:906)
	at org.apache.http.impl.client.AbstractHttpClient.execute(AbstractHttpClient.java:805)
	at org.apache.http.impl.client.AbstractHttpClient.execute(AbstractHttpClient.java:784)
	at org.apache.solr.client.solrj.impl.HttpSolrServer.request(HttpSolrServer.java:365)
	... 45 more




Build Log:
[...truncated 9245 lines...]
   [junit4] Suite: org.apache.solr.cloud.CollectionsAPIDistributedZkTest
   [junit4]   2> 1109120 T2480 oas.BaseDistributedSearchTestCase.initHostContext Setting hostContext system property: /er/iy
   [junit4]   2> 1109125 T2480 oas.SolrTestCaseJ4.setUp ###Starting testDistribSearch
   [junit4]   2> Creating dataDir: /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-Java6/solr/build/solr-core/test/J1/./solrtest-CollectionsAPIDistributedZkTest-1375564823964
   [junit4]   2> 1109127 T2480 oasc.ZkTestServer.run STARTING ZK TEST SERVER
   [junit4]   2> 1109128 T2481 oasc.ZkTestServer$ZKServerMain.runFromConfig Starting server
   [junit4]   2> 1109228 T2480 oasc.ZkTestServer.run start zk server on port:24972
   [junit4]   2> 1109230 T2480 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 1109234 T2487 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@79643ad7 name:ZooKeeperConnection Watcher:127.0.0.1:24972 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 1109234 T2480 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 1109234 T2480 oascc.SolrZkClient.makePath makePath: /solr
   [junit4]   2> 1109250 T2480 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 1109253 T2489 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@5cdd9329 name:ZooKeeperConnection Watcher:127.0.0.1:24972/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 1109253 T2480 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 1109253 T2480 oascc.SolrZkClient.makePath makePath: /collections/collection1
   [junit4]   2> 1109262 T2480 oascc.SolrZkClient.makePath makePath: /collections/collection1/shards
   [junit4]   2> 1109271 T2480 oascc.SolrZkClient.makePath makePath: /collections/control_collection
   [junit4]   2> 1109273 T2480 oascc.SolrZkClient.makePath makePath: /collections/control_collection/shards
   [junit4]   2> 1109276 T2480 oasc.AbstractZkTestCase.putConfig put /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-Java6/solr/build/solr-core/test-files/solr/collection1/conf/solrconfig-tlog.xml to /configs/conf1/solrconfig.xml
   [junit4]   2> 1109277 T2480 oascc.SolrZkClient.makePath makePath: /configs/conf1/solrconfig.xml
   [junit4]   2> 1109283 T2480 oasc.AbstractZkTestCase.putConfig put /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-Java6/solr/build/solr-core/test-files/solr/collection1/conf/schema.xml to /configs/conf1/schema.xml
   [junit4]   2> 1109283 T2480 oascc.SolrZkClient.makePath makePath: /configs/conf1/schema.xml
   [junit4]   2> 1109388 T2480 oasc.AbstractZkTestCase.putConfig put /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-Java6/solr/build/solr-core/test-files/solr/collection1/conf/stopwords.txt to /configs/conf1/stopwords.txt
   [junit4]   2> 1109389 T2480 oascc.SolrZkClient.makePath makePath: /configs/conf1/stopwords.txt
   [junit4]   2> 1109392 T2480 oasc.AbstractZkTestCase.putConfig put /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-Java6/solr/build/solr-core/test-files/solr/collection1/conf/protwords.txt to /configs/conf1/protwords.txt
   [junit4]   2> 1109393 T2480 oascc.SolrZkClient.makePath makePath: /configs/conf1/protwords.txt
   [junit4]   2> 1109402 T2480 oasc.AbstractZkTestCase.putConfig put /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-Java6/solr/build/solr-core/test-files/solr/collection1/conf/currency.xml to /configs/conf1/currency.xml
   [junit4]   2> 1109402 T2480 oascc.SolrZkClient.makePath makePath: /configs/conf1/currency.xml
   [junit4]   2> 1109405 T2480 oasc.AbstractZkTestCase.putConfig put /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-Java6/solr/build/solr-core/test-files/solr/collection1/conf/open-exchange-rates.json to /configs/conf1/open-exchange-rates.json
   [junit4]   2> 1109406 T2480 oascc.SolrZkClient.makePath makePath: /configs/conf1/open-exchange-rates.json
   [junit4]   2> 1109409 T2480 oasc.AbstractZkTestCase.putConfig put /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-Java6/solr/build/solr-core/test-files/solr/collection1/conf/mapping-ISOLatin1Accent.txt to /configs/conf1/mapping-ISOLatin1Accent.txt
   [junit4]   2> 1109410 T2480 oascc.SolrZkClient.makePath makePath: /configs/conf1/mapping-ISOLatin1Accent.txt
   [junit4]   2> 1109413 T2480 oasc.AbstractZkTestCase.putConfig put /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-Java6/solr/build/solr-core/test-files/solr/collection1/conf/old_synonyms.txt to /configs/conf1/old_synonyms.txt
   [junit4]   2> 1109414 T2480 oascc.SolrZkClient.makePath makePath: /configs/conf1/old_synonyms.txt
   [junit4]   2> 1109417 T2480 oasc.AbstractZkTestCase.putConfig put /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-Java6/solr/build/solr-core/test-files/solr/collection1/conf/synonyms.txt to /configs/conf1/synonyms.txt
   [junit4]   2> 1109417 T2480 oascc.SolrZkClient.makePath makePath: /configs/conf1/synonyms.txt
   [junit4]   2> 1109698 T2480 oejs.Server.doStart jetty-8.1.10.v20130312
   [junit4]   2> 1109703 T2480 oejs.AbstractConnector.doStart Started SocketConnector@127.0.0.1:24975
   [junit4]   2> 1109704 T2480 oass.SolrDispatchFilter.init SolrDispatchFilter.init()
   [junit4]   2> 1109704 T2480 oasc.SolrResourceLoader.locateSolrHome JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 1109705 T2480 oasc.SolrResourceLoader.locateSolrHome using system property solr.solr.home: /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-Java6/solr/build/solr-core/test/J1/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-controljetty-1375564824266
   [junit4]   2> 1109705 T2480 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-Java6/solr/build/solr-core/test/J1/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-controljetty-1375564824266/'
   [junit4]   2> 1109743 T2480 oasc.ConfigSolr.fromFile Loading container configuration from /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-Java6/solr/build/solr-core/test/J1/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-controljetty-1375564824266/solr.xml
   [junit4]   2> 1109822 T2480 oasc.ConfigSolrXml.<init> Config-defined core root directory: 
   [junit4]   2> 1109823 T2480 oasc.CoreContainer.<init> New CoreContainer 175924969
   [junit4]   2> 1109823 T2480 oasc.CoreContainer.load Loading cores into CoreContainer [instanceDir=/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-Java6/solr/build/solr-core/test/J1/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-controljetty-1375564824266/]
   [junit4]   2> 1109825 T2480 oashc.HttpShardHandlerFactory.getParameter Setting socketTimeout to: 120000
   [junit4]   2> 1109826 T2480 oashc.HttpShardHandlerFactory.getParameter Setting urlScheme to: http://
   [junit4]   2> 1109826 T2480 oashc.HttpShardHandlerFactory.getParameter Setting connTimeout to: 15000
   [junit4]   2> 1109827 T2480 oashc.HttpShardHandlerFactory.getParameter Setting maxConnectionsPerHost to: 20
   [junit4]   2> 1109827 T2480 oashc.HttpShardHandlerFactory.getParameter Setting corePoolSize to: 0
   [junit4]   2> 1109827 T2480 oashc.HttpShardHandlerFactory.getParameter Setting maximumPoolSize to: 2147483647
   [junit4]   2> 1109828 T2480 oashc.HttpShardHandlerFactory.getParameter Setting maxThreadIdleTime to: 5
   [junit4]   2> 1109828 T2480 oashc.HttpShardHandlerFactory.getParameter Setting sizeOfQueue to: -1
   [junit4]   2> 1109829 T2480 oashc.HttpShardHandlerFactory.getParameter Setting fairnessPolicy to: false
   [junit4]   2> 1109829 T2480 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnectionsPerHost=20&maxConnections=10000&socketTimeout=120000&connTimeout=15000&retry=false
   [junit4]   2> 1109847 T2480 oasc.ZkContainer.initZooKeeper Zookeeper client=127.0.0.1:24972/solr
   [junit4]   2> 1109847 T2480 oasc.ZkController.checkChrootPath zkHost includes chroot
   [junit4]   2> 1109848 T2480 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 1109851 T2500 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@6d48505f name:ZooKeeperConnection Watcher:127.0.0.1:24972 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 1109852 T2480 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 1109860 T2480 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=500&maxConnectionsPerHost=16&socketTimeout=120000&connTimeout=15000
   [junit4]   2> 1109872 T2480 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 1109874 T2502 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@60a04e8c name:ZooKeeperConnection Watcher:127.0.0.1:24972/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 1109875 T2480 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 1109877 T2480 oascc.SolrZkClient.makePath makePath: /overseer/queue
   [junit4]   2> 1109888 T2480 oascc.SolrZkClient.makePath makePath: /overseer/collection-queue-work
   [junit4]   2> 1109892 T2480 oascc.SolrZkClient.makePath makePath: /live_nodes
   [junit4]   2> 1109894 T2480 oasc.ZkController.createEphemeralLiveNode Register node as live in ZooKeeper:/live_nodes/127.0.0.1:24975_er%2Fiy
   [junit4]   2> 1109902 T2480 oascc.SolrZkClient.makePath makePath: /live_nodes/127.0.0.1:24975_er%2Fiy
   [junit4]   2> 1109905 T2480 oascc.SolrZkClient.makePath makePath: /overseer_elect/election
   [junit4]   2> 1109922 T2480 oascc.SolrZkClient.makePath makePath: /overseer_elect/leader
   [junit4]   2> 1109925 T2480 oasc.Overseer.start Overseer (id=90149016303763459-127.0.0.1:24975_er%2Fiy-n_0000000000) starting
   [junit4]   2> 1109938 T2480 oascc.SolrZkClient.makePath makePath: /overseer/queue-work
   [junit4]   2> 1109949 T2504 oasc.OverseerCollectionProcessor.run Process current queue of collection creations
   [junit4]   2> 1109950 T2480 oascc.SolrZkClient.makePath makePath: /clusterstate.json
   [junit4]   2> 1109953 T2480 oascc.SolrZkClient.makePath makePath: /aliases.json
   [junit4]   2> 1109955 T2480 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
   [junit4]   2> 1109958 T2503 oasc.Overseer$ClusterStateUpdater.run Starting to work on the main queue
   [junit4]   2> 1109961 T2480 oasc.CorePropertiesLocator.discover Looking for core definitions underneath /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-Java6/solr/build/solr-core/test/J1/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-controljetty-1375564824266
   [junit4]   2> 1109966 T2480 oasc.CorePropertiesLocator.discoverUnder Found core conf in /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-Java6/solr/build/solr-core/test/J1/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-controljetty-1375564824266/conf/
   [junit4]   2> 1110127 T2480 oasc.CorePropertiesLocator.discover Found 1 core definitions
   [junit4]   2> 1110128 T2480 oass.SolrDispatchFilter.init user.dir=/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-Java6/solr/build/solr-core/test/J1
   [junit4]   2> 1110128 T2480 oass.SolrDispatchFilter.init SolrDispatchFilter.init() done
   [junit4]   2> 1110129 T2480 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=128&maxConnectionsPerHost=32&followRedirects=false
   [junit4]   2> 1110146 T2480 oascsi.HttpClientUtil.createClient Creating new http client, config:
   [junit4]   2> 1110148 T2480 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 1110154 T2507 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@407390a4 name:ZooKeeperConnection Watcher:127.0.0.1:24972/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 1110154 T2480 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 1110156 T2480 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
   [junit4]   2> 1110158 T2480 oasc.ChaosMonkey.monkeyLog monkey: init - expire sessions:true cause connection loss:true
   [junit4]   2> 1110426 T2480 oejs.Server.doStart jetty-8.1.10.v20130312
   [junit4]   2> 1110429 T2480 oejs.AbstractConnector.doStart Started SocketConnector@127.0.0.1:24979
   [junit4]   2> 1110430 T2480 oass.SolrDispatchFilter.init SolrDispatchFilter.init()
   [junit4]   2> 1110430 T2480 oasc.SolrResourceLoader.locateSolrHome JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 1110431 T2480 oasc.SolrResourceLoader.locateSolrHome using system property solr.solr.home: /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-Java6/solr/build/solr-core/test/J1/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty1-1375564824997
   [junit4]   2> 1110431 T2480 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-Java6/solr/build/solr-core/test/J1/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty1-1375564824997/'
   [junit4]   2> 1110469 T2480 oasc.ConfigSolr.fromFile Loading container configuration from /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-Java6/solr/build/solr-core/test/J1/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty1-1375564824997/solr.xml
   [junit4]   2> 1110540 T2480 oasc.ConfigSolrXml.<init> Config-defined core root directory: 
   [junit4]   2> 1110541 T2480 oasc.CoreContainer.<init> New CoreContainer 958455288
   [junit4]   2> 1110541 T2480 oasc.CoreContainer.load Loading cores into CoreContainer [instanceDir=/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-Java6/solr/build/solr-core/test/J1/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty1-1375564824997/]
   [junit4]   2> 1110543 T2480 oashc.HttpShardHandlerFactory.getParameter Setting socketTimeout to: 120000
   [junit4]   2> 1110543 T2480 oashc.HttpShardHandlerFactory.getParameter Setting urlScheme to: http://
   [junit4]   2> 1110544 T2480 oashc.HttpShardHandlerFactory.getParameter Setting connTimeout to: 15000
   [junit4]   2> 1110544 T2480 oashc.HttpShardHandlerFactory.getParameter Setting maxConnectionsPerHost to: 20
   [junit4]   2> 1110545 T2480 oashc.HttpShardHandlerFactory.getParameter Setting corePoolSize to: 0
   [junit4]   2> 1110545 T2480 oashc.HttpShardHandlerFactory.getParameter Setting maximumPoolSize to: 2147483647
   [junit4]   2> 1110546 T2480 oashc.HttpShardHandlerFactory.getParameter Setting maxThreadIdleTime to: 5
   [junit4]   2> 1110546 T2480 oashc.HttpShardHandlerFactory.getParameter Setting sizeOfQueue to: -1
   [junit4]   2> 1110546 T2480 oashc.HttpShardHandlerFactory.getParameter Setting fairnessPolicy to: false
   [junit4]   2> 1110547 T2480 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnectionsPerHost=20&maxConnections=10000&socketTimeout=120000&connTimeout=15000&retry=false
   [junit4]   2> 1110564 T2480 oasc.ZkContainer.initZooKeeper Zookeeper client=127.0.0.1:24972/solr
   [junit4]   2> 1110565 T2480 oasc.ZkController.checkChrootPath zkHost includes chroot
   [junit4]   2> 1110566 T2480 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 1110569 T2518 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@1ccce215 name:ZooKeeperConnection Watcher:127.0.0.1:24972 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 1110569 T2480 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 1110582 T2480 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=500&maxConnectionsPerHost=16&socketTimeout=120000&connTimeout=15000
   [junit4]   2> 1110595 T2480 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 1110597 T2520 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@1025959a name:ZooKeeperConnection Watcher:127.0.0.1:24972/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 1110597 T2480 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 1110604 T2480 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
   [junit4]   2> 1111607 T2480 oasc.ZkController.createEphemeralLiveNode Register node as live in ZooKeeper:/live_nodes/127.0.0.1:24979_er%2Fiy
   [junit4]   2> 1111610 T2480 oascc.SolrZkClient.makePath makePath: /live_nodes/127.0.0.1:24979_er%2Fiy
   [junit4]   2> 1111613 T2502 oascc.ZkStateReader$3.process Updating live nodes... (2)
   [junit4]   2> 1111613 T2507 oascc.ZkStateReader$3.process Updating live nodes... (2)
   [junit4]   2> 1111614 T2520 oascc.ZkStateReader$3.process Updating live nodes... (2)
   [junit4]   2> 1111629 T2480 oasc.CorePropertiesLocator.discover Looking for core definitions underneath /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-Java6/solr/build/solr-core/test/J1/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty1-1375564824997
   [junit4]   2> 1111631 T2480 oasc.CorePropertiesLocator.discoverUnder Found core conf in /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-Java6/solr/build/solr-core/test/J1/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty1-1375564824997/conf/
   [junit4]   2> 1111795 T2480 oasc.CorePropertiesLocator.discover Found 1 core definitions
   [junit4]   2> 1111796 T2480 oass.SolrDispatchFilter.init user.dir=/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-Java6/solr/build/solr-core/test/J1
   [junit4]   2> 1111797 T2480 oass.SolrDispatchFilter.init SolrDispatchFilter.init() done
   [junit4]   2> 1111797 T2480 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=128&maxConnectionsPerHost=32&followRedirects=false
   [junit4]   2> 1112084 T2480 oejs.Server.doStart jetty-8.1.10.v20130312
   [junit4]   2> 1112087 T2480 oejs.AbstractConnector.doStart Started SocketConnector@127.0.0.1:24982
   [junit4]   2> 1112088 T2480 oass.SolrDispatchFilter.init SolrDispatchFilter.init()
   [junit4]   2> 1112089 T2480 oasc.SolrResourceLoader.locateSolrHome JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 1112089 T2480 oasc.SolrResourceLoader.locateSolrHome using system property solr.solr.home: /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-Java6/solr/build/solr-core/test/J1/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty2-1375564826651
   [junit4]   2> 1112090 T2480 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-Java6/solr/build/solr-core/test/J1/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty2-1375564826651/'
   [junit4]   2> 1112127 T2480 oasc.ConfigSolr.fromFile Loading container configuration from /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-Java6/solr/build/solr-core/test/J1/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty2-1375564826651/solr.xml
   [junit4]   2> 1112195 T2480 oasc.ConfigSolrXml.<init> Config-defined core root directory: 
   [junit4]   2> 1112196 T2480 oasc.CoreContainer.<init> New CoreContainer 1709759514
   [junit4]   2> 1112196 T2480 oasc.CoreContainer.load Loading cores into CoreContainer [instanceDir=/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-Java6/solr/build/solr-core/test/J1/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty2-1375564826651/]
   [junit4]   2> 1112198 T2480 oashc.HttpShardHandlerFactory.getParameter Setting socketTimeout to: 120000
   [junit4]   2> 1112198 T2480 oashc.HttpShardHandlerFactory.getParameter Setting urlScheme to: http://
   [junit4]   2> 1112198 T2480 oashc.HttpShardHandlerFactory.getParameter Setting connTimeout to: 15000
   [junit4]   2> 1112199 T2480 oashc.HttpShardHandlerFactory.getParameter Setting maxConnectionsPerHost to: 20
   [junit4]   2> 1112199 T2480 oashc.HttpShardHandlerFactory.getParameter Setting corePoolSize to: 0
   [junit4]   2> 1112200 T2480 oashc.HttpShardHandlerFactory.getParameter Setting maximumPoolSize to: 2147483647
   [junit4]   2> 1112200 T2480 oashc.HttpShardHandlerFactory.getParameter Setting maxThreadIdleTime to: 5
   [junit4]   2> 1112201 T2480 oashc.HttpShardHandlerFactory.getParameter Setting sizeOfQueue to: -1
   [junit4]   2> 1112201 T2480 oashc.HttpShardHandlerFactory.getParameter Setting fairnessPolicy to: false
   [junit4]   2> 1112201 T2480 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnectionsPerHost=20&maxConnections=10000&socketTimeout=120000&connTimeout=15000&retry=false
   [junit4]   2> 1112216 T2480 oasc.ZkContainer.initZooKeeper Zookeeper client=127.0.0.1:24972/solr
   [junit4]   2> 1112217 T2480 oasc.ZkController.checkChrootPath zkHost includes chroot
   [junit4]   2> 1112218 T2480 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 1112220 T2532 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@1aca633b name:ZooKeeperConnection Watcher:127.0.0.1:24972 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 1112220 T2480 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 1112224 T2480 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=500&maxConnectionsPerHost=16&socketTimeout=120000&connTimeout=15000
   [junit4]   2> 1112235 T2480 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 1112237 T2534 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@28f32272 name:ZooKeeperConnection Watcher:127.0.0.1:24972/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 1112237 T2480 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 1112250 T2480 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
   [junit4]   2> 1113254 T2480 oasc.ZkController.createEphemeralLiveNode Register node as live in ZooKeeper:/live_nodes/127.0.0.1:24982_er%2Fiy
   [junit4]   2> 1113258 T2480 oascc.SolrZkClient.makePath makePath: /live_nodes/127.0.0.1:24982_er%2Fiy
   [junit4]   2> 1113334 T2502 oascc.ZkStateReader$3.process Updating live nodes... (3)
   [junit4]   2> 1113334 T2520 oascc.ZkStateReader$3.process Updating live nodes... (3)
   [junit4]   2> 1113334 T2507 oascc.ZkStateReader$3.process Updating live nodes... (3)
   [junit4]   2> 1113334 T2534 oascc.ZkStateReader$3.process Updating live nodes... (3)
   [junit4]   2> 1113340 T2480 oasc.CorePropertiesLocator.discover Looking for core definitions underneath /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-Java6/solr/build/solr-core/test/J1/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty2-1375564826651
   [junit4]   2> 1113346 T2480 oasc.CorePropertiesLocator.discoverUnder Found core conf in /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-Java6/solr/build/solr-core/test/J1/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty2-1375564826651/conf/
   [junit4]   2> 1113507 T2480 oasc.CorePropertiesLocator.discover Found 1 core definitions
   [junit4]   2> 1113508 T2480 oass.SolrDispatchFilter.init user.dir=/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-Java6/solr/build/solr-core/test/J1
   [junit4]   2> 1113508 T2480 oass.SolrDispatchFilter.init SolrDispatchFilter.init() done
   [junit4]   2> 1113509 T2480 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=128&maxConnectionsPerHost=32&followRedirects=false
   [junit4]   2> 1113790 T2480 oejs.Server.doStart jetty-8.1.10.v20130312
   [junit4]   2> 1113792 T2480 oejs.AbstractConnector.doStart Started SocketConnector@127.0.0.1:24985
   [junit4]   2> 1113793 T2480 oass.SolrDispatchFilter.init SolrDispatchFilter.init()
   [junit4]   2> 1113794 T2480 oasc.SolrResourceLoader.locateSolrHome JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 1113794 T2480 oasc.SolrResourceLoader.locateSolrHome using system property solr.solr.home: /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-Java6/solr/build/solr-core/test/J1/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty3-1375564828362
   [junit4]   2> 1113794 T2480 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-Java6/solr/build/solr-core/test/J1/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty3-1375564828362/'
   [junit4]   2> 1113831 T2480 oasc.ConfigSolr.fromFile Loading container configuration from /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-Java6/solr/build/solr-core/test/J1/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty3-1375564828362/solr.xml
   [junit4]   2> 1113911 T2480 oasc.ConfigSolrXml.<init> Config-defined core root directory: 
   [junit4]   2> 1113912 T2480 oasc.CoreContainer.<init> New CoreContainer 854546071
   [junit4]   2> 1113913 T2480 oasc.CoreContainer.load Loading cores into CoreContainer [instanceDir=/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-Java6/solr/build/solr-core/test/J1/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty3-1375564828362/]
   [junit4]   2> 1113914 T2480 oashc.HttpShardHandlerFactory.getParameter Setting socketTimeout to: 120000
   [junit4]   2> 1113915 T2480 oashc.HttpShardHandlerFactory.getParameter Setting urlScheme to: http://
   [junit4]   2> 1113915 T2480 oashc.HttpShardHandlerFactory.getParameter Setting connTimeout to: 15000
   [junit4]   2> 1113916 T2480 oashc.HttpShardHandlerFactory.getParameter Setting maxConnectionsPerHost to: 20
   [junit4]   2> 1113916 T2480 oashc.HttpShardHandlerFactory.getParameter Setting corePoolSize to: 0
   [junit4]   2> 1113917 T2480 oashc.HttpShardHandlerFactory.getParameter Setting maximumPoolSize to: 2147483647
   [junit4]   2> 1113917 T2480 oashc.HttpShardHandlerFactory.getParameter Setting maxThreadIdleTime to: 5
   [junit4]   2> 1113918 T2480 oashc.HttpShardHandlerFactory.getParameter Setting sizeOfQueue to: -1
   [junit4]   2> 1113918 T2480 oashc.HttpShardHandlerFactory.getParameter Setting fairnessPolicy to: false
   [junit4]   2> 1113919 T2480 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnectionsPerHost=20&maxConnections=10000&socketTimeout=120000&connTimeout=15000&retry=false
   [junit4]   2> 1113934 T2480 oasc.ZkContainer.initZooKeeper Zookeeper client=127.0.0.1:24972/solr
   [junit4]   2> 1113935 T2480 oasc.ZkController.checkChrootPath zkHost includes chroot
   [junit4]   2> 1113936 T2480 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 1113942 T2546 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@7f1deda0 name:ZooKeeperConnection Watcher:127.0.0.1:24972 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 1113942 T2480 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 1113946 T2480 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=500&maxConnectionsPerHost=16&socketTimeout=120000&connTimeout=15000
   [junit4]   2> 1113956 T2480 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 1113961 T2548 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@1bd46a73 name:ZooKeeperConnection Watcher:127.0.0.1:24972/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 1113961 T2480 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 1113976 T2480 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
   [junit4]   2> 1114979 T2480 oasc.ZkController.createEphemeralLiveNode Register node as live in ZooKeeper:/live_nodes/127.0.0.1:24985_er%2Fiy
   [junit4]   2> 1114981 T2480 oascc.SolrZkClient.makePath makePath: /live_nodes/127.0.0.1:24985_er%2Fiy
   [junit4]   2> 1114985 T2507 oascc.ZkStateReader$3.process Updating live nodes... (4)
   [junit4]   2> 1114985 T2502 oascc.ZkStateReader$3.process Updating live nodes... (4)
   [junit4]   2> 1114986 T2548 oascc.ZkStateReader$3.process Updating live nodes... (4)
   [junit4]   2> 1114985 T2520 oascc.ZkStateReader$3.process Updating live nodes... (4)
   [junit4]   2> 1114985 T2534 oascc.ZkStateReader$3.process Updating live nodes... (4)
   [junit4]   2> 1114997 T2480 oasc.CorePropertiesLocator.discover Looking for core definitions underneath /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-Java6/solr/build/solr-core/test/J1/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty3-1375564828362
   [junit4]   2> 1115000 T2480 oasc.CorePropertiesLocator.discoverUnder Found core conf in /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-Java6/solr/build/solr-core/test/J1/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty3-1375564828362/conf/
   [junit4]   2> 1115164 T2480 oasc.CorePropertiesLocator.discover Found 1 core definitions
   [junit4]   2> 1115165 T2480 oass.SolrDispatchFilter.init user.dir=/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-Java6/solr/build/solr-core/test/J1
   [junit4]   2> 1115166 T2480 oass.SolrDispatchFilter.init SolrDispatchFilter.init() done
   [junit4]   2> 1115166 T2480 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=128&maxConnectionsPerHost=32&followRedirects=false
   [junit4]   2> 1115452 T2480 oejs.Server.doStart jetty-8.1.10.v20130312
   [junit4]   2> 1115454 T2480 oejs.AbstractConnector.doStart Started SocketConnector@127.0.0.1:24996
   [junit4]   2> 1115455 T2480 oass.SolrDispatchFilter.init SolrDispatchFilter.init()
   [junit4]   2> 1115456 T2480 oasc.SolrResourceLoader.locateSolrHome JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 1115456 T2480 oasc.SolrResourceLoader.locateSolrHome using system property solr.solr.home: /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-Java6/solr/build/solr-core/test/J1/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty4-1375564830019
   [junit4]   2> 1115456 T2480 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-Java6/solr/build/solr-core/test/J1/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty4-1375564830019/'
   [junit4]   2> 1115493 T2480 oasc.ConfigSolr.fromFile Loading container configuration from /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-Java6/solr/build/solr-core/test/J1/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty4-1375564830019/solr.xml
   [junit4]   2> 1115563 T2480 oasc.ConfigSolrXml.<init> Config-defined core root directory: 
   [junit4]   2> 1115564 T2480 oasc.CoreContainer.<init> New CoreContainer 1103948456
   [junit4]   2> 1115564 T2480 oasc.CoreContainer.load Loading cores into CoreContainer [instanceDir=/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-Java6/solr/build/solr-core/test/J1/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty4-1375564830019/]
   [junit4]   2> 1115566 T2480 oashc.HttpShardHandlerFactory.getParameter Setting socketTimeout to: 120000
   [junit4]   2> 1115566 T2480 oashc.HttpShardHandlerFactory.getParameter Setting urlScheme to: http://
   [junit4]   2> 1115567 T2480 oashc.HttpShardHandlerFactory.getParameter Setting connTimeout to: 15000
   [junit4]   2> 1115567 T2480 oashc.HttpShardHandlerFactory.getParameter Setting maxConnectionsPerHost to: 20
   [junit4]   2> 1115568 T2480 oashc.HttpShardHandlerFactory.getParameter Setting corePoolSize to: 0
   [junit4]   2> 1115568 T2480 oashc.HttpShardHandlerFactory.getParameter Setting maximumPoolSize to: 2147483647
   [junit4]   2> 1115568 T2480 oashc.HttpShardHandlerFactory.getParameter Setting maxThreadIdleTime to: 5
   [junit4]   2> 1115569 T2480 oashc.HttpShardHandlerFactory.getParameter Setting sizeOfQueue to: -1
   [junit4]   2> 1115569 T2480 oashc.HttpShardHandlerFactory.getParameter Setting fairnessPolicy to: false
   [junit4]   2> 1115570 T2480 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnectionsPerHost=20&maxConnections=10000&socketTimeout=120000&connTimeout=15000&retry=false
   [junit4]   2> 1115586 T2480 oasc.ZkContainer.initZooKeeper Zookeeper client=127.0.0.1:24972/solr
   [junit4]   2> 1115587 T2480 oasc.ZkController.checkChrootPath zkHost includes chroot
   [junit4]   2> 1115589 T2480 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 1115609 T2560 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@102ab662 name:ZooKeeperConnection Watcher:127.0.0.1:24972 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 1115609 T2480 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 1115612 T2480 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=500&maxConnectionsPerHost=16&socketTimeout=120000&connTimeout=15000
   [junit4]   2> 1115623 T2480 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 1115625 T2562 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@4cb3d94 name:ZooKeeperConnection Watcher:127.0.0.1:24972/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 1115626 T2480 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 1115638 T2480 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
   [junit4]   2> 1116641 T2480 oasc.ZkController.createEphemeralLiveNode Register node as live in ZooKeeper:/live_nodes/127.0.0.1:24996_er%2Fiy
   [junit4]   2> 1116653 T2480 oascc.SolrZkClient.makePath makePath: /live_nodes/127.0.0.1:24996_er%2Fiy
   [junit4]   2> 1116657 T2548 oascc.ZkStateReader$3.process Updating live nodes... (5)
   [junit4]   2> 1116657 T2502 oascc.ZkStateReader$3.process Updating live nodes... (5)
   [junit4]   2> 1116657 T2534 oascc.ZkStateReader$3.process Updating live nodes... (5)
   [junit4]   2> 1116657 T2507 oascc.ZkStateReader$3.process Updating live nodes... (5)
   [junit4]   2> 1116657 T2562 oascc.ZkStateReader$3.process Updating live nodes... (5)
   [junit4]   2> 1116657 T2520 oascc.ZkStateReader$3.process Updating live nodes... (5)
   [junit4]   2> 1116663 T2480 oasc.CorePropertiesLocator.discover Looking for core definitions underneath /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-Java6/solr/build/solr-core/test/J1/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty4-1375564830019
   [junit4]   2> 1116668 T2480 oasc.CorePropertiesLocator.discoverUnder Found core conf in /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-Java6/solr/build/solr-core/test/J1/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty4-1375564830019/conf/
   [junit4]   2> 1116833 T2480 oasc.CorePropertiesLocator.discover Found 1 core definitions
   [junit4]   2> 1116833 T2480 oass.SolrDispatchFilter.init user.dir=/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-Java6/solr/build/solr-core/test/J1
   [junit4]   2> 1116834 T2480 oass.SolrDispatchFilter.init SolrDispatchFilter.init() done
   [junit4]   2> 1116834 T2480 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=128&maxConnectionsPerHost=32&followRedirects=false
   [junit4]   2> 1116851 T2480 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=128&maxConnectionsPerHost=32&followRedirects=false
   [junit4]   2> 1116863 T2510 oasha.CollectionsHandler.handleCreateAction Creating Collection : numShards=2&name=nodes_used_collection&replicationFactor=2&action=CREATE&wt=javabin&version=2
   [junit4]   2> 1116865 T2502 oasc.DistributedQueue$LatchChildWatcher.process Watcher fired on path: /overseer/collection-queue-work state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 1116867 T2504 oasc.OverseerCollectionProcessor.run Overseer Collection Processor: Get the message id:/overseer/collection-queue-work/qn-0000000000 message:{
   [junit4]   2> 	  "operation":"createcollection",
   [junit4]   2> 	  "numShards":"2",
   [junit4]   2> 	  "name":"nodes_used_collection",
   [junit4]   2> 	  "replicationFactor":"2"}
   [junit4]   2> 1116867 T2504 oasc.OverseerCollectionProcessor.processMessage WARN OverseerCollectionProcessor.processMessage : createcollection , {
   [junit4]   2> 	  "operation":"createcollection",
   [junit4]   2> 	  "numShards":"2",
   [junit4]   2> 	  "name":"nodes_used_collection",
   [junit4]   2> 	  "replicationFactor":"2"}
   [junit4]   2> 1117470 T2503 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
   [junit4]   2> 1117470 T2503 oasc.Overseer$ClusterStateUpdater.buildCollection building a new collection: nodes_used_collection
   [junit4]   2> 1117471 T2503 oasc.Overseer$ClusterStateUpdater.createCollection Create collection nodes_used_collection with shards [shard1, shard2]
   [junit4]   2> 1117486 T2548 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> 1117486 T2520 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> 1117486 T2534 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> 1117486 T2562 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> 1117486 T2502 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> 1117486 T2507 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> 1117588 T2504 oasc.OverseerCollectionProcessor.createCollection going to create cores replicas shardNames [shard1, shard2] , repFactor : 2
   [junit4]   2> 1117588 T2504 oasc.OverseerCollectionProcessor.createCollection Creating shard nodes_used_collection_shard1_replica1 as part of slice shard1 of collection nodes_used_collection on 127.0.0.1:24985_er%2Fiy
   [junit4]   2> 1117589 T2504 oasc.OverseerCollectionProcessor.createCollection Creating shard nodes_used_collection_shard1_replica2 as part of slice shard1 of collection nodes_used_collection on 127.0.0.1:24979_er%2Fiy
   [junit4]   2> 1117590 T2504 oasc.OverseerCollectionProcessor.createCollection Creating shard nodes_used_collection_shard2_replica1 as part of slice shard2 of collection nodes_used_collection on 127.0.0.1:24996_er%2Fiy
   [junit4]   2> 1117590 T2504 oasc.OverseerCollectionProcessor.createCollection Creating shard nodes_used_collection_shard2_replica2 as part of slice shard2 of collection nodes_used_collection on 127.0.0.1:24975_er%2Fiy
   [junit4]   2> 1117593 T2538 oasc.ZkController.publish publishing core=nodes_used_collection_shard1_replica1 state=down
   [junit4]   2> 1117594 T2552 oasc.ZkController.publish publishing core=nodes_used_collection_shard2_replica1 state=down
   [junit4]   2> 1117593 T2511 oasc.ZkController.publish publishing core=nodes_used_collection_shard1_replica2 state=down
   [junit4]   2> 1117594 T2492 oasc.ZkController.publish publishing core=nodes_used_collection_shard2_replica2 state=down
   [junit4]   2> 1117595 T2538 oasc.ZkController.waitForCoreNodeName look for our core node name
   [junit4]   2> 1117596 T2552 oasc.ZkController.waitForCoreNodeName look for our core node name
   [junit4]   2> 1117606 T2511 oasc.ZkController.waitForCoreNodeName look for our core node name
   [junit4]   2> 1117606 T2492 oasc.ZkController.waitForCoreNodeName look for our core node name
   [junit4]   2> 1118992 T2503 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
   [junit4]   2> 1118993 T2503 oasc.Overseer$ClusterStateUpdater.updateState WARN Could not find collection node for nodes_used_collection, skipping publish state
   [junit4]   2> 1118993 T2503 oasc.Overseer$ClusterStateUpdater.updateState Update state numShards=2 message={
   [junit4]   2> 	  "operation":"state",
   [junit4]   2> 	  "core_node_name":"core_node1",
   [junit4]   2> 	  "numShards":"2",
   [junit4]   2> 	  "shard":"shard1",
   [junit4]   2> 	  "roles":null,
   [junit4]   2> 	  "state":"down",
   [junit4]   2> 	  "shard_state":"active",
   [junit4]   2> 	  "core":"nodes_used_collection_shard1_replica1",
   [junit4]   2> 	  "collection":"nodes_used_collection",
   [junit4]   2> 	  "shard_range":null,
   [junit4]   2> 	  "node_name":"127.0.0.1:24985_er%2Fiy",
   [junit4]   2> 	  "base_url":"http://127.0.0.1:24985/er/iy"}
   [junit4]   2> 1119001 T2503 oasc.Overseer$ClusterStateUpdater.updateState WARN Could not find collection node for nodes_used_collection, skipping publish state
   [junit4]   2> 1119002 T2503 oasc.Overseer$ClusterStateUpdater.updateState Update state numShards=2 message={
   [junit4]   2> 	  "operation":"state",
   [junit4]   2> 	  "core_node_name":"core_node2",
   [junit4]   2> 	  "numShards":"2",
   [junit4]   2> 	  "shard":"shard2",
   [junit4]   2> 	  "roles":null,
   [junit4]   2> 	  "state":"down",
   [junit4]   2> 	  "shard_state":"active",
   [junit4]   2> 	  "core":"nodes_used_collection_shard2_replica1",
   [junit4]   2> 	  "collection":"nodes_used_collection",
   [junit4]   2> 	  "shard_range":null,
   [junit4]   2> 	  "node_name":"127.0.0.1:24996_er%2Fiy",
   [junit4]   2> 	  "base_url":"http://127.0.0.1:24996/er/iy"}
   [junit4]   2> 1119014 T2503 oasc.Overseer$ClusterStateUpdater.updateState WARN Could not find collection node for nodes_used_collection, skipping publish state
   [junit4]   2> 1119015 T2503 oasc.Overseer$ClusterStateUpdater.updateState Update state numShards=2 message={
   [junit4]   2> 	  "operation":"state",
   [junit4]   2> 	  "core_node_name":"core_node3",
   [junit4]   2> 	  "numShards":"2",
   [junit4]   2> 	  "shard":"shard1",
   [junit4]   2> 	  "roles":null,
   [junit4]   2> 	  "state":"down",
   [junit4]   2> 	  "shard_state":"active",
   [junit4]   2> 	  "core":"nodes_used_collection_shard1_replica2",
   [junit4]   2> 	  "collection":"nodes_used_collection",
   [junit4]   2> 	  "shard_range":null,
   [junit4]   2> 	  "node_name":"127.0.0.1:24979_er%2Fiy",
   [junit4]   2> 	  "base_url":"http://127.0.0.1:24979/er/iy"}
   [junit4]   2> 1119019 T2503 oasc.Overseer$ClusterStateUpdater.updateState WARN Could not find collection node for nodes_used_collection, skipping publish state
   [junit4]   2> 1119019 T2503 oasc.Overseer$ClusterStateUpdater.updateState Update state numShards=2 message={
   [junit4]   2> 	  "operation":"state",
   [junit4]   2> 	  "core_node_name":"core_node4",
   [junit4]   2> 	  "numShards":"2",
   [junit4]   2> 	  "shard":"shard2",
   [junit4]   2> 	  "roles":null,
   [junit4]   2> 	  "state":"down",
   [junit4]   2> 	  "shard_state":"active",
   [junit4]   2> 	  "core":"nodes_used_collection_shard2_replica2",
   [junit4]   2> 	  "collection":"nodes_used_collection",
   [junit4]   2> 	  "shard_range":null,
   [junit4]   2> 	  "node_name":"127.0.0.1:24975_er%2Fiy",
   [junit4]   2> 	  "base_url":"http://127.0.0.1:24975/er/iy"}
   [junit4]   2> 1119028 T2548 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> 1119029 T2562 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> 1119028 T2534 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> 1119028 T2520 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> 1119028 T2507 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> 1119028 T2502 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> 1119598 T2538 oasc.ZkController.waitForShardId waiting to find shard id in clusterstate for nodes_used_collection_shard1_replica1
   [junit4]   2> 1119598 T2552 oasc.ZkController.waitForShardId waiting to find shard id in clusterstate for nodes_used_collection_shard2_replica1
   [junit4]   2> 1119599 T2538 oasc.CorePropertiesLocator.writePropertiesFile ERROR Couldn't persist core properties to /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-Java6/solr/build/solr-core/test/J1/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty3-1375564828362/nodes_used_collection_shard1_replica1/core.properties: java.io.FileNotFoundException: /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-Java6/solr/build/solr-core/test/J1/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty3-1375564828362/nodes_used_collection_shard1_replica1/core.properties (No such file or directory)
   [junit4]   2> 1119600 T2552 oasc.CorePropertiesLocator.writePropertiesFile ERROR Couldn't persist core properties to /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-Java6/solr/build/solr-core/test/J1/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty4-1375564830019/nodes_used_collection_shard2_replica1/core.properties: java.io.FileNotFoundException: /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-Java6/solr/build/solr-core/test/J1/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty4-1375564830019/nodes_used_collection_shard2_replica1/core.properties (No such file or directory)
   [junit4]   2> 1119600 T2538 oasc.CoreContainer.create Creating SolrCore 'nodes_used_collection_shard1_replica1' using instanceDir: /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-Java6/solr/build/solr-core/test/J1/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty3-1375564828362/nodes_used_collection_shard1_replica1
   [junit4]   2> 1119601 T2552 oasc.CoreContainer.create Creating SolrCore 'nodes_used_collection_shard2_replica1' using instanceDir: /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-Java6/solr/build/solr-core/test/J1/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty4-1375564830019/nodes_used_collection_shard2_replica1
   [junit4]   2> 1119601 T2538 oasc.ZkController.createCollectionZkNode Check for collection zkNode:nodes_used_collection
   [junit4]   2> 1119601 T2552 oasc.ZkController.createCollectionZkNode Check for collection zkNode:nodes_used_collection
   [junit4]   2> 1119602 T2538 oasc.ZkController.createCollectionZkNode Creating collection in ZooKeeper:nodes_used_collection
   [junit4]   2> 1119602 T2552 oasc.ZkController.createCollectionZkNode Creating collection in ZooKeeper:nodes_used_collection
   [junit4]   2> 1119603 T2538 oasc.ZkController.getConfName Looking for collection configName
   [junit4]   2> 1119603 T2552 oasc.ZkController.getConfName Looking for collection configName
   [junit4]   2> 1119604 T2538 oasc.ZkController.getConfName Only one config set found in zk - using it:conf1
   [junit4]   2> 1119604 T2552 oasc.ZkController.getConfName Only one config set found in zk - using it:conf1
   [junit4]   2> 1119604 T2538 oascc.SolrZkClient.makePath makePath: /collections/nodes_used_collection
   [junit4]   2> 1119605 T2552 oascc.SolrZkClient.makePath makePath: /collections/nodes_used_collection
   [junit4]   2> 1119608 T2511 oasc.ZkController.waitForShardId waiting to find shard id in clusterstate for nodes_used_collection_shard1_replica2
   [junit4]   2> 1119609 T2492 oasc.ZkController.waitForShardId waiting to find shard id in clusterstate for nodes_used_collection_shard2_replica2
   [junit4]   2> 1119609 T2511 oasc.CorePropertiesLocator.writePropertiesFile ERROR Couldn't persist core properties to /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-Java6/solr/build/solr-core/test/J1/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty1-1375564824997/nodes_used_collection_shard1_replica2/core.properties: java.io.FileNotFoundException: /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-Java6/solr/build/solr-core/test/J1/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty1-1375564824997/nodes_used_collection_shard1_replica2/core.properties (No such file or directory)
   [junit4]   2> 1119609 T2511 oasc.CoreContainer.create Creating SolrCore 'nodes_used_collection_shard1_replica2' using instanceDir: /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-Java6/solr/build/solr-core/test/J1/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty1-1375564824997/nodes_used_collection_shard1_replica2
   [junit4]   2> 1119610 T2492 oasc.CorePropertiesLocator.writePropertiesFile ERROR Couldn't persist core properties to /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-Java6/solr/build/solr-core/test/J1/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-controljetty-1375564824266/nodes_used_collection_shard2_replica2/core.properties: java.io.FileNotFoundException: /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-Java6/solr/build/solr-core/test/J1/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-controljetty-1375564824266/nodes_used_collection_shard2_replica2/core.properties (No such file or directory)
   [junit4]   2> 1119610 T2511 oasc.ZkController.createCollectionZkNode Check for collection zkNode:nodes_used_collection
   [junit4]   2> 1119610 T2492 oasc.CoreContainer.create Creating SolrCore 'nodes_used_collection_shard2_replica2' using instanceDir: /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-Java6/solr/build/solr-core/test/J1/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-controljetty-1375564824266/nodes_used_collection_shard2_replica2
   [junit4]   2> 1119611 T2492 oasc.ZkController.createCollectionZkNode Check for collection zkNode:nodes_used_collection
   [junit4]   2> 1119611 T2552 oasc.ZkController.readConfigName Load collection config from:/collections/nodes_used_collection
   [junit4]   2> 1119611 T2538 oasc.ZkController.readConfigName Load collection config from:/collections/nodes_used_collection
   [junit4]   2> 1119612 T2492 oasc.ZkController.createCollectionZkNode Collection zkNode exists
   [junit4]   2> 1119612 T2492 oasc.ZkController.readConfigName Load collection config from:/collections/nodes_used_collection
   [junit4]   2> 1119611 T2511 oasc.ZkController.createCollectionZkNode Collection zkNode exists
   [junit4]   2> 1119613 T2511 oasc.ZkController.readConfigName Load collection config from:/collections/nodes_used_collection
   [junit4]   2> 1119613 T2538 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-Java6/solr/build/solr-core/test/J1/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty3-1375564828362/nodes_used_collection_shard1_replica1/'
   [junit4]   2> 1119612 T2552 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-Java6/solr/build/solr-core/test/J1/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty4-1375564830019/nodes_used_collection_shard2_replica1/'
   [junit4]   2> 1119613 T2492 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-Java6/solr/build/solr-core/test/J1/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-controljetty-1375564824266/nodes_used_collection_shard2_replica2/'
   [junit4]   2> 1119614 T2511 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-Java6/solr/build/solr-core/test/J1/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty1-1375564824997/nodes_used_collection_shard1_replica2/'
   [junit4]   2> 1119734 T2492 oasc.SolrConfig.<init> Using Lucene MatchVersion: LUCENE_45
   [junit4]   2> 1119735 T2538 oasc.SolrConfig.<init> Using Lucene MatchVersion: LUCENE_45
   [junit4]   2> 1119735 T2511 oasc.SolrConfig.<init> Using Lucene MatchVersion: LUCENE_45
   [junit4]   2> 1119735 T2552 oasc.SolrConfig.<init> Using Lucene MatchVersion: LUCENE_45
   [junit4]   2> 1119814 T2492 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig.xml
   [junit4]   2> 1119816 T2538 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig.xml
   [junit4]   2> 1119817 T2552 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig.xml
   [junit4]   2> 1119817 T2511 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig.xml
   [junit4]   2> 1119915 T2492 oass.IndexSchema.readSchema Reading Solr Schema from schema.xml
   [junit4]   2> 1119917 T2538 oass.IndexSchema.readSchema Reading Solr Schema from schema.xml
   [junit4]   2> 1119918 T2511 oass.IndexSchema.readSchema Reading Solr Schema from schema.xml
   [junit4]   2> 1119918 T2552 oass.IndexSchema.readSchema Reading Solr Schema from schema.xml
   [junit4]   2> 1119926 T2492 oass.IndexSchema.readSchema [nodes_used_collection_shard2_replica2] Schema name=test
   [junit4]   2> 1119929 T2538 oass.IndexSchema.readSchema [nodes_used_collection_shard1_replica1] Schema name=test
   [junit4]   2> 1119929 T2511 oass.IndexSchema.readSchema [nodes_used_collection_shard1_replica2] Schema name=test
   [junit4]   2> 1119929 T2552 oass.IndexSchema.readSchema [nodes_used_collection_shard2_replica1] Schema name=test
   [junit4]   2> 1120699 T2492 oass.ByteField.init WARN ByteField is deprecated and will be removed in 5.0. You should use TrieIntField instead.
   [junit4]   2> 1120700 T2511 oass.ByteField.init WARN ByteField is deprecated and will be removed in 5.0. You should use TrieIntField instead.
   [junit4]   2> 1120700 T2492 oass.ShortField.init WARN ShortField is deprecated and will be removed in 5.0. You should use TrieIntField instead.
   [junit4]   2> 1120700 T2511 oass.ShortField.init WARN ShortField is deprecated and will be removed in 5.0. You should use TrieIntField instead.
   [junit4]   2> 1120701 T2538 oass.ByteField.init WARN ByteField is deprecated and will be removed in 5.0. You should use TrieIntField instead.
   [junit4]   2> 1120701 T2552 oass.ByteField.init WARN ByteField is deprecated and will be removed in 5.0. You should use TrieIntField instead.
   [junit4]   2> 1120701 T2492 oass.OpenExchangeRatesOrgProvider.init Initialized with rates=open-exchange-rates.json, refreshInterval=1440.
   [junit4]   2> 1120702 T2552 oass.ShortField.init WARN ShortField is deprecated and will be removed in 5.0. You should use TrieIntField instead.
   [junit4]   2> 1120702 T2511 oass.OpenExchangeRatesOrgProvider.init Initialized with rates=open-exchange-rates.json, refreshInterval=1440.
   [junit4]   2> 1120702 T2538 oass.ShortField.init WARN ShortField is deprecated and will be removed in 5.0. You should use TrieIntField instead.
   [junit4]   2> 1120703 T2552 oass.OpenExchangeRatesOrgProvider.init Initialized with rates=open-exchange-rates.json, refreshInterval=1440.
   [junit4]   2> 1120704 T2538 oass.OpenExchangeRatesOrgProvider.init Initialized with rates=open-exchange-rates.json, refreshInterval=1440.
   [junit4]   2> 1120715 T2511 oass.IndexSchema.readSchema default search field in schema is text
   [junit4]   2> 1120715 T2538 oass.IndexSchema.readSchema default search field in schema is text
   [junit4]   2> 1120715 T2492 oass.IndexSchema.readSchema default search field in schema is text
   [junit4]   2> 1120716 T2552 oass.IndexSchema.readSchema default search field in schema is text
   [junit4]   2> 1120720 T2511 oass.IndexSchema.readSchema unique key field: id
   [junit4]   2> 1120720 T2538 oass.IndexSchema.readSchema unique key field: id
   [junit4]   2> 1120721 T2492 oass.IndexSchema.readSchema unique key field: id
   [junit4]   2> 1120721 T2552 oass.IndexSchema.readSchema unique key field: id
   [junit4]   2> 1120742 T2511 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
   [junit4]   2> 1120742 T2552 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
   [junit4]   2> 1120742 T2492 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
   [junit4]   2> 1120742 T2538 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
   [junit4]   2> 1120748 T2511 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
   [junit4]   2> 1120748 T2552 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
   [junit4]   2> 1120748 T2492 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
   [junit4]   2> 1120748 T2538 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
   [junit4]   2> 1120753 T2511 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
   [junit4]   2> 1120753 T2552 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
   [junit4]   2> 1120754 T2538 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
   [junit4]   2> 1120753 T2492 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
   [junit4]   2> 1120754 T2511 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Unknown key IMPORTANT NOTE
   [junit4]   2> 1120755 T2511 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Expected key, got STRING
   [junit4]   2> 1120755 T2552 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Unknown key IMPORTANT NOTE
   [junit4]   2> 1120755 T2492 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Unknown key IMPORTANT NOTE
   [junit4]   2> 1120756 T2492 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Expected key, got STRING
   [junit4]   2> 1120755 T2511 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
   [junit4]   2> 1120755 T2538 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Unknown key IMPORTANT NOTE
   [junit4]   2> 1120757 T2538 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Expected key, got STRING
   [junit4]   2> 1120756 T2492 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
   [junit4]   2> 1120756 T2552 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Expected key, got STRING
   [junit4]   2> 1120758 T2511 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Unknown key IMPORTANT NOTE
   [junit4]   2> 1120758 T2538 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
   [junit4]   2> 1120759 T2492 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Unknown key IMPORTANT NOTE
   [junit4]   2> 1120759 T2492 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Expected key, got STRING
   [junit4]   2> 1120759 T2511 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Expected key, got STRING
   [junit4]   2> 1120758 T2552 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
   [junit4]   2> 1120760 T2511 oasc.SolrCore.initDirectoryFactory org.apache.solr.core.MockDirectoryFactory
   [junit4]   2> 1120760 T2492 oasc.SolrCore.initDirectoryFactory org.apache.solr.core.MockDirectoryFactory
   [junit4]   2> 1120760 T2538 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Unknown key IMPORTANT NOTE
   [junit4]   2> 1120761 T2552 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Unknown key IMPORTANT NOTE
   [junit4]   2> 1120761 T2492 oasc.SolrCore.<init> [nodes_used_collection_shard2_replica2] Opening new SolrCore at /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-Java6/solr/build/solr-core/test/J1/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-controljetty-1375564824266/nodes_used_collection_shard2_replica2/, dataDir=/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-Java6/solr/build/solr-core/test/J1/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-controljetty-1375564824266//nodes_used_collection_shard2_replica2/data/
   [junit4]   2> 1120761 T2511 oasc.SolrCore.<init> [nodes_used_collection_shard1_replica2] Opening new SolrCore at /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-Java6/solr/build/solr-core/test/J1/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty1-1375564824997/nodes_used_collection_shard1_replica2/, dataDir=/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-Java6/solr/build/solr-core/test/J1/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty1-1375564824997//nodes_used_collection_shard1_replica2/data/
   [junit4]   2> 1120762 T2492 oasc.JmxMonitoredMap.<init> JMX monitoring is enabled. Adding Solr mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@12f65ce5
   [junit4]   2> 1120762 T2552 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Expected key, got STRING
   [junit4]   2> 1120761 T2538 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Expected key, got STRING
   [junit4]   2> 1120763 T2552 oasc.SolrCore.initDirectoryFactory org.apache.solr.core.MockDirectoryFactory
   [junit4]   2> 1120763 T2511 oasc.JmxMonitoredMap.<init> JMX monitoring is enabled. Adding Solr mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@12f65ce5
   [junit4]   2> 1120764 T2552 oasc.SolrCore.<init> [nodes_used_collection_shard2_replica1] Opening new SolrCore at /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-Java6/solr/build/solr-core/test/J1/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty4-1375564830019/nodes_used_collection_shard2_replica1/, dataDir=/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-Java6/solr/build/solr-core/test/J1/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty4-1375564830019//nodes_used_collection_shard2_replica1/data/
   [junit4]   2> 1120764 T2538 oasc.SolrCore.initDirectoryFactory org.apache.solr.core.MockDirectoryFactory
   [junit4]   2> 1120765 T2511 oasc.CachingDirectoryFactory.get return new directory for /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-Java6/solr/build/solr-core/test/J1/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty1-1375564824997//nodes_used_collection_shard1_replica2/data
   [junit4]   2> 1120764 T2492 oasc.CachingDirectoryFactory.get return new directory for /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-Java6/solr/build/solr-core/test/J1/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-controljetty-1375564824266//nodes_used_collection_shard2_replica2/data
   [junit4]   2> 1120765 T2511 oasc.SolrCore.getNewIndexDir New index directory detected: old=null new=/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-Java6/solr/build/solr-core/test/J1/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty1-1375564824997//nodes_used_collection_shard1_replica2/data/index/
   [junit4]   2> 1120765 T2538 oasc.SolrCore.<init> [nodes_used_collection_shard1_replica1] Opening new SolrCore at /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-Java6/solr/build/solr-core/test/J1/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty3-1375564828362/nodes_used_collection_shard1_replica1/, dataDir=/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-Java6/solr/build/solr-core/test/J1/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty3-1375564828362//nodes_used_collection_shard1_replica1/data/
   [junit4]   2> 1120765 T2552 oasc.JmxMonitoredMap.<init> JMX monitoring is enabled. Adding Solr mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@12f65ce5
   [junit4]   2> 1120767 T2538 oasc.JmxMonitoredMap.<init> JMX monitoring is enabled. Adding Solr mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@12f65ce5
   [junit4]   2> 1120766 T2511 oasc.SolrCore.initIndex WARN [nodes_used_collection_shard1_replica2] Solr index directory '/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-Java6/solr/build/solr-core/test/J1/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty1-1375564824997/nodes_used_collection_shard1_replica2/data/index' doesn't exist. Creating new index...
   [junit4]   2> 1120766 T2492 oasc.SolrCore.getNewIndexDir New index directory detected: old=null new=/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-Java6/solr/build/solr-core/test/J1/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-controljetty-1375564824266//nodes_used_collection_shard2_replica2/data/index/
   [junit4]   2> 1120768 T2538 oasc.CachingDirectoryFactory.get return new directory for /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-Java6/solr/build/solr-core/test/J1/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty3-1375564828362//nodes_used_collection_shard1_replica1/data
   [junit4]   2> 1120768 T2511 oasc.CachingDirectoryFactory.get return new directory for /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-Java6/solr/build/solr-core/test/J1/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty1-1375564824997//nodes_used_collection_shard1_replica2/data/index
   [junit4]   2> 1120768 T2492 oasc.SolrCore.initIndex WARN [nodes_used_collection_shard2_replica2] Solr index directory '/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-Java6/solr/build/solr-core/test/J1/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-controljetty-1375564824266/nodes_used_collection_shard2_replica2/data/index' doesn't exist. Creating new index...
   [junit4]   2> 1120767 T2552 oasc.CachingDirectoryFactory.get return new directory for /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-Java6/solr/build/solr-core/test/J1/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty4-1375564830019//nodes_used_collection_shard2_replica1/data
   [junit4]   2> 1120769 T2492 oasc.CachingDirectoryFactory.get return new directory for /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-Java6/solr/build/solr-core/test/J1/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-controljetty-1375564824266//nodes_used_collection_shard2_replica2/data/index
   [junit4]   2> 1120768 T2538 oasc.SolrCore.getNewIndexDir New index directory detected: old=null new=/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-Java6/solr/build/solr-core/test/J1/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty3-1375564828362//nodes_used_collection_shard1_replica1/data/index/
   [junit4]   2> 1120769 T2552 oasc.SolrCore.getNewIndexDir New index directory detected: old=null new=/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-Java6/solr/build/solr-core/test/J1/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty4-1375564830019//nodes_used_collection_shard2_replica1/data/index/
   [junit4]   2> 1120770 T2538 oasc.SolrCore.initIndex WARN [nodes_used_collection_shard1_replica1] Solr index directory '/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-Java6/solr/build/solr-core/test/J1/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty3-1375564828362/nodes_used_collection_shard1_replica1/data/index' doesn't exist. Creating new index...
   [junit4]   2> 1120771 T2552 oasc.SolrCore.initIndex WARN [nodes_used_collection_shard2_replica1] Solr index directory '/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-Java6/solr/build/solr-core/test/J1/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty4-1375564830019/nodes_used_collection_shard2_replica1/data/index' doesn't exist. Creating new index...
   [junit4]   2> 1120771 T2538 oasc.CachingDirectoryFactory.get return new directory for /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-Java6/solr/build/solr-core/test/J1/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty3-1375564828362//nodes_used_collection_shard1_replica1/data/index
   [junit4]   2> 1120772 T2552 oasc.CachingDirectoryFactory.get return new directory for /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-Java6/solr/build/solr-core/test/J1/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty4-1375564830019//nodes_used_collection_shard2_replica1/data/index
   [junit4]   2> 1120774 T2511 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits: num=1
   [junit4]   2> 		commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@5c736703 lockFactory=org.apache.lucene.store.NativeFSLockFactory@1deb010a),segFN=segments_1,generation=1}
   [junit4]   2> 1120775 T2511 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1
   [junit4]   2> 1120776 T2492 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits: num=1
   [junit4]   2> 		commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@6ac3b137 lockFactory=org.apache.lucene.store.NativeFSLockFactory@19ef247c),segFN=segments_1,generation=1}
   [junit4]   2> 1120776 T2492 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1
   [junit4]   2> 1120778 T2552 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits: num=1
   [junit4]   2> 		commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@27a7e69e lockFactory=org.apache.lucene.store.NativeFSLockFactory@252d787d),segFN=segments_1,generation=1}
   [junit4]   2> 1120778 T2538 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits: num=1
   [junit4]   2> 		commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@5b76bd0d lockFactory=org.apache.lucene.store.NativeFSLockFactory@18124914),segFN=segments_1,generation=1}
   [junit4]   2> 1120779 T2552 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1
   [junit4]   2> 1120779 T2538 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1
   [junit4]   2> 1120780 T2511 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe"
   [junit4]   2> 1120780 T2511 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "stored_sig"
   [junit4]   2> 1120781 T2511 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "distrib-dup-test-chain-implicit"
   [junit4]   2> 1120781 T2492 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe"
   [junit4]   2> 1120782 T2511 oasc.RequestHandlers.initHandlersFromConfig created standard: solr.StandardRequestHandler
   [junit4]   2> 1120782 T2492 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "stored_sig"
   [junit4]   2> 1120782 T2511 oasc.RequestHandlers.initHandlersFromConfig created /get: solr.RealTimeGetHandler
   [junit4]   2> 1120783 T2511 oasc.RequestHandlers.initHandlersFromConfig adding lazy requestHandler: solr.ReplicationHandler
   [junit4]   2> 1120783 T2492 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "distrib-dup-test-chain-implicit"
   [junit4]   2> 1120783 T2511 oasc.RequestHandlers.initHandlersFromConfig created /replication: solr.ReplicationHandler
   [junit4]   2> 1120784 T2492 oasc.RequestHandlers.initHandlersFromConfig created standard: solr.StandardRequestHandler
   [junit4]   2> 1120784 T2511 oasc.RequestHandlers.initHandlersFromConfig created /update: solr.UpdateRequestHandler
   [junit4]   2> 1120784 T2552 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe"
   [junit4]   2> 1120785 T2511 oasc.RequestHandlers.initHandlersFromConfig created /admin/: org.apache.solr.handler.admin.AdminHandlers
   [junit4]   2> 1120785 T2538 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe"
   [junit4]   2> 1120785 T2492 oasc.RequestHandlers.initHandlersFromConfig created /get: solr.RealTimeGetHandler
   [junit4]   2> 1120786 T2538 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "stored_sig"
   [junit4]   2> 1120785 T2552 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "stored_sig"
   [junit4]   2> 1120786 T2492 oasc.RequestHandlers.initHandlersFromConfig adding lazy requestHandler: solr.ReplicationHandler
   [junit4]   2> 1120787 T2538 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "distrib-dup-test-chain-implicit"
   [junit4]   2> 1120787 T2492 oasc.RequestHandlers.initHandlersFromConfig created /replication: solr.ReplicationHandler
   [junit4]   2> 1120787 T2552 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "distrib-dup-test-chain-implicit"
   [junit4]   2> 1120788 T2492 oasc.RequestHandlers.initHandlersFromConfig created /update: solr.UpdateRequestHandler
   [junit4]   2> 1120788 T2538 oasc.RequestHandlers.initHandlersFromConfig created standard: solr.StandardRequestHandler
   [junit4]   2> 1120789 T2492 oasc.RequestHandlers.initHandlersFromConfig created /admin/: org.apache.solr.handler.admin.AdminHandlers
   [junit4]   2> 1120788 T2552 oasc.RequestHandlers.initHandlersFromConfig created standard: solr.StandardRequestHandler
   [junit4]   2> 1120789 T2538 oasc.RequestHandlers.initHandlersFromConfig created /get: solr.RealTimeGetHandler
   [junit4]   2> 1120790 T2552 oasc.RequestHandlers.initHandlersFromConfig created /get: solr.RealTimeGetHandler
   [junit4]   2> 1120790 T2552 oasc.RequestHandlers.initHandlersFromConfig adding lazy requestHandler: solr.ReplicationHandler
   [junit4]   2> 1120790 T2538 oasc.RequestHandlers.initHandlersFromConfig adding lazy requestHandler: solr.ReplicationHandler
   [junit4]   2> 1120790 T2552 oasc.RequestHandlers.initHandlersFromConfig created /replication: solr.ReplicationHandler
   [junit4]   2> 1120791 T2538 oasc.RequestHandlers.initHandlersFromConfig created /replication: solr.ReplicationHandler
   [junit4]   2> 1120791 T2552 oasc.RequestHandlers.initHandlersFromConfig created /update: solr.UpdateRequestHandler
   [junit4]   2> 1120792 T2538 oasc.RequestHandlers.initHandlersFromConfig created /update: solr.UpdateRequestHandler
   [junit4]   2> 1120792 T2552 oasc.RequestHandlers.initHandlersFromConfig created /admin/: org.apache.solr.handler.admin.AdminHandlers
   [junit4]   2> 1120792 T2538 oasc.RequestHandlers.initHandlersFromConfig created /admin/: org.apache.solr.handler.admin.AdminHandlers
   [junit4]   2> 1120797 T2511 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 1120797 T2492 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 1120797 T2552 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 1120798 T2538 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 1120809 T2538 oass.SolrIndexSearcher.<init> Opening Searcher@84fe79 main
   [junit4]   2> 1120810 T2492 oass.SolrIndexSearcher.<init> Opening Searcher@fabd64 main
   [junit4]   2> 1120810 T2511 oass.SolrIndexSearcher.<init> Opening Searcher@3c115cc main
   [junit4]   2> 1120809 T2552 oass.SolrIndexSearcher.<init> Opening Searcher@14987e43 main
   [junit4]   2> 1120811 T2538 oasu.CommitTracker.<init> Hard AutoCommit: disabled
   [junit4]   2> 1120812 T2492 oasu.CommitTracker.<init> Hard AutoCommit: disabled
   [junit4]   2> 1120812 T2552 oasu.CommitTracker.<init> Hard AutoCommit: disabled
   [junit4]   2> 1120812 T2511 oasu.CommitTracker.<init> Hard AutoCommit: disabled
   [junit4]   2> 1120812 T2538 oasu.CommitTracker.<init> Soft AutoCommit: disabled
   [junit4]   2> 1120813 T2511 oasu.CommitTracker.<init> Soft AutoCommit: disabled
   [junit4]   2> 1120812 T2552 oasu.CommitTracker.<init> Soft AutoCommit: disabled
   [junit4]   2> 1120812 T2492 oasu.CommitTracker.<init> Soft AutoCommit: disabled
   [junit4]   2> 1120817 T2568 oasc.SolrCore.registerSearcher [nodes_used_collection_shard1_replica1] Registered new searcher Searcher@84fe79 main{StandardDirectoryReader(segments_1:1)}
   [junit4]   2> 1120817 T2569 oasc.SolrCore.registerSearcher [nodes_used_collection_shard2_replica1] Registered new searcher Searcher@14987e43 main{StandardDirectoryReader(segments_1:1)}
   [junit4]   2> 1120817 T2570 oasc.SolrCore.registerSearcher [nodes_used_collection_shard1_replica2] Registered new searcher Searcher@3c115cc main{StandardDirectoryReader(segments_1:1)}
   [junit4]   2> 1120818 T2571 oasc.SolrCore.registerSearcher [nodes_used_collection_shard2_replica2] Registered new searcher Searcher@fabd64 main{StandardDirectoryReader(segments_1:1)}
   [junit4]   2> 1120819 T2538 oasc.CoreContainer.registerCore registering core: nodes_used_collection_shard1_replica1
   [junit4]   2> 1120820 T2552 oasc.CoreContainer.registerCore registering core: nodes_used_collection_shard2_replica1
   [junit4]   2> 1120820 T2511 oasc.CoreContainer.registerCore registering core: nodes_used_collection_shard1_replica2
   [junit4]   2> 1120820 T2538 oasc.ZkController.register Register replica - core:nodes_used_collection_shard1_replica1 address:http://127.0.0.1:24985/er/iy collection:nodes_used_collection shard:shard1
   [junit4]   2> 1120820 T2511 oasc.ZkController.register Register replica - core:nodes_used_collection_shard1_replica2 address:http://127.0.0.1:24979/er/iy collection:nodes_used_collection shard:shard1
   [junit4]   2> 1120820 T2492 oasc.CoreContainer.registerCore registering core: nodes_used_collection_shard2_replica2
   [junit4]   2> 1120820 T2552 oasc.ZkController.register Register replica - core:nodes_used_collection_shard2_replica1 address:http://127.0.0.1:24996/er/iy collection:nodes_used_collection shard:shard2
   [junit4]   2> 1120821 T2492 oasc.ZkController.register Register replica - core:nodes_used_collection_shard2_replica2 address:http://127.0.0.1:24975/er/iy collection:nodes_used_collection shard:shard2
   [junit4]   2> 1120821 T2511 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=10000&maxConnectionsPerHost=20&connTimeout=15000&socketTimeout=30000&retry=false
   [junit4]   2> 1120821 T2538 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=10000&maxConnectionsPerHost=20&connTimeout=15000&socketTimeout=30000&retry=false
   [junit4]   2> 1120822 T2492 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=10000&maxConnectionsPerHost=20&connTimeout=15000&socketTimeout=30000&retry=false
   [junit4]   2> 1120822 T2552 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=10000&maxConnectionsPerHost=20&connTimeout=15000&socketTimeout=30000&retry=false
   [junit4]   2> 1120847 T2511 oascc.SolrZkClient.makePath makePath: /collections/nodes_used_collection/leader_elect/shard1/election
   [junit4]   2> 1120847 T2492 oascc.SolrZkClient.makePath makePath: /collections/nodes_used_collection/leader_elect/shard2/election
   [junit4]   2> 1120847 T2538 oascc.SolrZkClient.makePath makePath: /collections/nodes_used_collection/leader_elect/shard1/election
   [junit4]   2> 1120847 T2552 oascc.SolrZkClient.makePath makePath: /collections/nodes_used_collection/leader_elect/shard2/election
   [junit4]   2> 1120869 T2538 oasc.ShardLeaderElectionContext.runLeaderProcess Running the leader process for shard shard1
   [junit4]   2> 1120870 T2552 oasc.ShardLeaderElectionContext.runLeaderProcess Running the leader process for shard shard2
   [junit4]   2> 1120873 T2538 oasc.ShardLeaderElectionContext.waitForReplicasToComeUp Enough replicas found to continue.
   [junit4]   2> 1120873 T2552 oasc.ShardLeaderElectionContext.waitForReplicasToComeUp Enough replicas found to continue.
   [junit4]   2> 1120873 T2538 oasc.ShardLeaderElectionContext.runLeaderProcess I may be the new leader - try and sync
   [junit4]   2> 1120874 T2552 oasc.ShardLeaderElectionContext.runLeaderProcess I may be the new leader - try and sync
   [junit4]   2> 1120874 T2538 oasc.SyncStrategy.sync Sync replicas to http://127.0.0.1:24985/er/iy/nodes_used_collection_shard1_replica1/
   [junit4]   2> 1120874 T2552 oasc.SyncStrategy.sync Sync replicas to http://127.0.0.1:24996/er/iy/nodes_used_collection_shard2_replica1/
   [junit4]   2> 1120875 T2538 oasu.PeerSync.sync PeerSync: core=nodes_used_collection_shard1_replica1 url=http://127.0.0.1:24985/er/iy START replicas=[http://127.0.0.1:24979/er/iy/nodes_used_collection_shard1_replica2/] nUpdates=100
   [junit4]   2> 1120875 T2552 oasu.PeerSync.sync PeerSync: core=nodes_used_collection_shard2_replica1 url=http://127.0.0.1:24996/er/iy START replicas=[http://127.0.0.1:24975/er/iy/nodes_used_collection_shard2_replica2/] nUpdates=100
   [junit4]   2> 1120875 T2538 oasu.PeerSync.sync PeerSync: core=nodes_used_collection_shard1_replica1 url=http://127.0.0.1:24985/er/iy DONE.  We have no versions.  sync failed.
   [junit4]   2> 1120876 T2552 oasu.PeerSync.sync PeerSync: core=nodes_used_collection_shard2_replica1 url=http://127.0.0.1:24996/er/iy DONE.  We have no versions.  sync failed.
   [junit4]   2> 1120876 T2538 oasc.SyncStrategy.syncReplicas Leader's attempt to sync with shard failed, moving to the next candidate
   [junit4]   2> 1120

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

unit4]   2> 1244076 T2959 oasc.Overseer$ClusterStateUpdater.amILeader According to ZK I (id=90149016303763468-127.0.0.1:24996_er%2Fiy-n_0000000004) am no longer a leader.
   [junit4]   2> 1244078 T2562 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeChildrenChanged path:/live_nodes, has occurred - updating... (live nodes size: 1)
   [junit4]   2> 1244080 T2480 oejsh.ContextHandler.doStop stopped o.e.j.s.ServletContextHandler{/er/iy,null}
   [junit4]   2> 1244136 T2480 oas.SolrTestCaseJ4.tearDown ###Ending testDistribSearch
   [junit4]   2> 1244139 T2480 oasc.ZkTestServer.send4LetterWord connecting to 127.0.0.1:24972 24972
   [junit4]   1> client port:0.0.0.0/0.0.0.0:0
   [junit4]   2> NOTE: reproduce with: ant test  -Dtestcase=CollectionsAPIDistributedZkTest -Dtests.method=testDistribSearch -Dtests.seed=3D36923F151D8C77 -Dtests.multiplier=3 -Dtests.slow=true -Dtests.locale=tr_TR -Dtests.timezone=America/St_Kitts -Dtests.file.encoding=ISO-8859-1
   [junit4] ERROR    135s J1 | CollectionsAPIDistributedZkTest.testDistribSearch <<<
   [junit4]    > Throwable #1: org.apache.solr.client.solrj.SolrServerException: IOException occured when talking to server at: http://127.0.0.1:24982/er/iy
   [junit4]    > 	at __randomizedtesting.SeedInfo.seed([3D36923F151D8C77:BCD01C276242EC4B]:0)
   [junit4]    > 	at org.apache.solr.client.solrj.impl.HttpSolrServer.request(HttpSolrServer.java:435)
   [junit4]    > 	at org.apache.solr.client.solrj.impl.HttpSolrServer.request(HttpSolrServer.java:180)
   [junit4]    > 	at org.apache.solr.cloud.AbstractFullDistribZkTestBase.createCollection(AbstractFullDistribZkTestBase.java:1535)
   [junit4]    > 	at org.apache.solr.cloud.CollectionsAPIDistributedZkTest.testCustomCollectionsAPI(CollectionsAPIDistributedZkTest.java:677)
   [junit4]    > 	at org.apache.solr.cloud.CollectionsAPIDistributedZkTest.doTest(CollectionsAPIDistributedZkTest.java:159)
   [junit4]    > 	at org.apache.solr.BaseDistributedSearchTestCase.testDistribSearch(BaseDistributedSearchTestCase.java:835)
   [junit4]    > 	at java.lang.Thread.run(Thread.java:679)
   [junit4]    > Caused by: org.apache.http.conn.ConnectTimeoutException: Connect to 127.0.0.1:24982 timed out
   [junit4]    > 	at org.apache.http.conn.scheme.PlainSocketFactory.connectSocket(PlainSocketFactory.java:129)
   [junit4]    > 	at org.apache.http.impl.conn.DefaultClientConnectionOperator.openConnection(DefaultClientConnectionOperator.java:180)
   [junit4]    > 	at org.apache.http.impl.conn.ManagedClientConnectionImpl.open(ManagedClientConnectionImpl.java:294)
   [junit4]    > 	at org.apache.http.impl.client.DefaultRequestDirector.tryConnect(DefaultRequestDirector.java:645)
   [junit4]    > 	at org.apache.http.impl.client.DefaultRequestDirector.execute(DefaultRequestDirector.java:480)
   [junit4]    > 	at org.apache.http.impl.client.AbstractHttpClient.execute(AbstractHttpClient.java:906)
   [junit4]    > 	at org.apache.http.impl.client.AbstractHttpClient.execute(AbstractHttpClient.java:805)
   [junit4]    > 	at org.apache.http.impl.client.AbstractHttpClient.execute(AbstractHttpClient.java:784)
   [junit4]    > 	at org.apache.solr.client.solrj.impl.HttpSolrServer.request(HttpSolrServer.java:365)
   [junit4]    > 	... 45 more
   [junit4]   2> 1244288 T2480 oas.SolrTestCaseJ4.deleteCore ###deleteCore
   [junit4]   2> 135179 T2479 ccr.ThreadLeakControl.checkThreadLeaks WARNING Will linger awaiting termination of 1 leaked thread(s).
   [junit4]   2> 1245379 T2562 oascc.ZkStateReader$2.process WARN ZooKeeper watch triggered, but Solr cannot talk to ZK
   [junit4]   2> 1245379 T2562 oascc.ZkStateReader$3.process WARN ZooKeeper watch triggered, but Solr cannot talk to ZK
   [junit4]   2> 1245379 T2562 oasc.LeaderElector$1.process WARN  org.apache.zookeeper.KeeperException$SessionExpiredException: KeeperErrorCode = Session expired for /collections/new_implicit_coll_0/leader_elect/c/election
   [junit4]   2> 	at org.apache.zookeeper.KeeperException.create(KeeperException.java:127)
   [junit4]   2> 	at org.apache.zookeeper.KeeperException.create(KeeperException.java:51)
   [junit4]   2> 	at org.apache.zookeeper.ZooKeeper.getChildren(ZooKeeper.java:1468)
   [junit4]   2> 	at org.apache.solr.common.cloud.SolrZkClient$6.execute(SolrZkClient.java:235)
   [junit4]   2> 	at org.apache.solr.common.cloud.SolrZkClient$6.execute(SolrZkClient.java:232)
   [junit4]   2> 	at org.apache.solr.common.cloud.ZkCmdExecutor.retryOperation(ZkCmdExecutor.java:65)
   [junit4]   2> 	at org.apache.solr.common.cloud.SolrZkClient.getChildren(SolrZkClient.java:232)
   [junit4]   2> 	at org.apache.solr.cloud.LeaderElector.checkIfIamLeader(LeaderElector.java:84)
   [junit4]   2> 	at org.apache.solr.cloud.LeaderElector.access$000(LeaderElector.java:55)
   [junit4]   2> 	at org.apache.solr.cloud.LeaderElector$1.process(LeaderElector.java:129)
   [junit4]   2> 	at org.apache.zookeeper.ClientCnxn$EventThread.processEvent(ClientCnxn.java:519)
   [junit4]   2> 	at org.apache.zookeeper.ClientCnxn$EventThread.run(ClientCnxn.java:495)
   [junit4]   2> 
   [junit4]   2> 1245380 T2562 oasc.LeaderElector$1.process WARN  org.apache.zookeeper.KeeperException$SessionExpiredException: KeeperErrorCode = Session expired for /collections/new_implicit_coll_0/leader_elect/b/election
   [junit4]   2> 	at org.apache.zookeeper.KeeperException.create(KeeperException.java:127)
   [junit4]   2> 	at org.apache.zookeeper.KeeperException.create(KeeperException.java:51)
   [junit4]   2> 	at org.apache.zookeeper.ZooKeeper.getChildren(ZooKeeper.java:1468)
   [junit4]   2> 	at org.apache.solr.common.cloud.SolrZkClient$6.execute(SolrZkClient.java:235)
   [junit4]   2> 	at org.apache.solr.common.cloud.SolrZkClient$6.execute(SolrZkClient.java:232)
   [junit4]   2> 	at org.apache.solr.common.cloud.ZkCmdExecutor.retryOperation(ZkCmdExecutor.java:65)
   [junit4]   2> 	at org.apache.solr.common.cloud.SolrZkClient.getChildren(SolrZkClient.java:232)
   [junit4]   2> 	at org.apache.solr.cloud.LeaderElector.checkIfIamLeader(LeaderElector.java:84)
   [junit4]   2> 	at org.apache.solr.cloud.LeaderElector.access$000(LeaderElector.java:55)
   [junit4]   2> 	at org.apache.solr.cloud.LeaderElector$1.process(LeaderElector.java:129)
   [junit4]   2> 	at org.apache.zookeeper.ClientCnxn$EventThread.processEvent(ClientCnxn.java:519)
   [junit4]   2> 	at org.apache.zookeeper.ClientCnxn$EventThread.run(ClientCnxn.java:495)
   [junit4]   2> 
   [junit4]   2> NOTE: test params are: codec=Appending, sim=RandomSimilarityProvider(queryNorm=true,coord=no): {}, locale=tr_TR, timezone=America/St_Kitts
   [junit4]   2> NOTE: FreeBSD 9.1-RELEASE-p3 amd64/Sun Microsystems Inc. 1.6.0_32 (64-bit)/cpus=16,threads=9,free=88727760,total=434241536
   [junit4]   2> NOTE: All tests run in this JVM: [StatsComponentTest, DirectSolrSpellCheckerTest, TestDistributedGrouping, SolrCoreCheckLockOnStartupTest, TestLuceneMatchVersion, UniqFieldsUpdateProcessorFactoryTest, HighlighterConfigTest, TestElisionMultitermQuery, TestRandomFaceting, JSONWriterTest, SolrCmdDistributorTest, DistanceFunctionTest, DirectUpdateHandlerTest, FullSolrCloudDistribCmdsTest, ShardSplitTest, BadIndexSchemaTest, TestSolrJ, TestBinaryField, CopyFieldTest, TestSystemIdResolver, TestCopyFieldCollectionResource, TestAnalyzedSuggestions, SuggesterTSTTest, RequiredFieldsTest, TermVectorComponentDistributedTest, BlockCacheTest, OutputWriterTest, TestNumberUtils, TestSolrXMLSerializer, QueryResultKeyTest, TestCoreDiscovery, AssignTest, XmlUpdateRequestHandlerTest, TestReload, ZkSolrClientTest, TestSuggestSpellingConverter, PreAnalyzedUpdateProcessorTest, TestDynamicFieldResource, DocumentAnalysisRequestHandlerTest, IndexSchemaRuntimeFieldTest, SpellCheckCollatorTest, TestSolr4Spatial, TimeZoneUtilsTest, DateMathParserTest, FieldAnalysisRequestHandlerTest, TestQueryTypes, CurrencyFieldOpenExchangeTest, BadCopyFieldTest, SolrPluginUtilsTest, TestIndexSearcher, TestArbitraryIndexDir, TestDistributedSearch, TestJmxMonitoredMap, OpenExchangeRatesOrgProviderTest, IndexReaderFactoryTest, ZkNodePropsTest, XsltUpdateRequestHandlerTest, TestDefaultSimilarityFactory, TestSchemaVersionResource, ChaosMonkeySafeLeaderTest, TestBinaryResponseWriter, LeaderElectionIntegrationTest, TestPropInject, NotRequiredUniqueKeyTest, SignatureUpdateProcessorFactoryTest, TestClassNameShortening, CurrencyFieldXmlFileTest, SpellPossibilityIteratorTest, CoreContainerCoreInitFailuresTest, ClusterStateTest, HighlighterTest, NoCacheHeaderTest, TestRangeQuery, TestAddFieldRealTimeGet, EchoParamsTest, DOMUtilTest, BasicDistributedZk2Test, CollectionsAPIDistributedZkTest]
   [junit4] Completed on J1 in 136.46s, 1 test, 1 error <<< FAILURES!

[...truncated 520 lines...]
BUILD FAILED
/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-Java6/build.xml:395: The following error occurred while executing this line:
/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-Java6/build.xml:375: The following error occurred while executing this line:
/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-Java6/build.xml:39: The following error occurred while executing this line:
/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-Java6/solr/build.xml:181: The following error occurred while executing this line:
/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-Java6/solr/common-build.xml:449: The following error occurred while executing this line:
/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-Java6/lucene/common-build.xml:1233: The following error occurred while executing this line:
/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-Java6/lucene/common-build.xml:876: There were test failures: 321 suites, 1352 tests, 1 error, 35 ignored (7 assumptions)

Total time: 54 minutes 49 seconds
Build step 'Invoke Ant' marked build as failure
Archiving artifacts
Recording test results
Email was triggered for: Failure
Sending email for trigger: Failure