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/02 02:48:10 UTC

[JENKINS] Lucene-Solr-Tests-trunk-Java7 - Build # 4201 - Still Failing

Build: https://builds.apache.org/job/Lucene-Solr-Tests-trunk-Java7/4201/

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

Error Message:
IOException occured when talking to server at: http://127.0.0.1:22400/_t/tw

Stack Trace:
org.apache.solr.client.solrj.SolrServerException: IOException occured when talking to server at: http://127.0.0.1:22400/_t/tw
	at __randomizedtesting.SeedInfo.seed([D23CB24F71E7B9E1:53DA3C5706B8D9DD]: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.CollectionsAPIDistributedZkTest.testCustomCollectionsAPI(CollectionsAPIDistributedZkTest.java:764)
	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:606)
	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:724)
Caused by: org.apache.http.conn.ConnectTimeoutException: Connect to 127.0.0.1:22400 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)
	... 44 more




Build Log:
[...truncated 9751 lines...]
   [junit4] Suite: org.apache.solr.cloud.CollectionsAPIDistributedZkTest
   [junit4]   2> 1013893 T2001 oas.BaseDistributedSearchTestCase.initHostContext Setting hostContext system property: /_t/tw
   [junit4]   2> 1013898 T2001 oas.SolrTestCaseJ4.setUp ###Starting testDistribSearch
   [junit4]   2> Creating dataDir: /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-Java7/solr/build/solr-core/test/J1/./solrtest-CollectionsAPIDistributedZkTest-1375403366681
   [junit4]   2> 1013900 T2001 oasc.ZkTestServer.run STARTING ZK TEST SERVER
   [junit4]   2> 1013900 T2002 oasc.ZkTestServer$ZKServerMain.runFromConfig Starting server
   [junit4]   2> 1014001 T2001 oasc.ZkTestServer.run start zk server on port:25073
   [junit4]   2> 1014002 T2001 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 1014006 T2008 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@2cc138be name:ZooKeeperConnection Watcher:127.0.0.1:25073 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 1014006 T2001 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 1014006 T2001 oascc.SolrZkClient.makePath makePath: /solr
   [junit4]   2> 1014022 T2001 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 1014024 T2010 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@2b37e8ed name:ZooKeeperConnection Watcher:127.0.0.1:25073/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 1014025 T2001 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 1014025 T2001 oascc.SolrZkClient.makePath makePath: /collections/collection1
   [junit4]   2> 1014029 T2001 oascc.SolrZkClient.makePath makePath: /collections/collection1/shards
   [junit4]   2> 1014037 T2001 oascc.SolrZkClient.makePath makePath: /collections/control_collection
   [junit4]   2> 1014040 T2001 oascc.SolrZkClient.makePath makePath: /collections/control_collection/shards
   [junit4]   2> 1014043 T2001 oasc.AbstractZkTestCase.putConfig put /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-Java7/solr/build/solr-core/test-files/solr/collection1/conf/solrconfig-tlog.xml to /configs/conf1/solrconfig.xml
   [junit4]   2> 1014044 T2001 oascc.SolrZkClient.makePath makePath: /configs/conf1/solrconfig.xml
   [junit4]   2> 1014058 T2001 oasc.AbstractZkTestCase.putConfig put /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-Java7/solr/build/solr-core/test-files/solr/collection1/conf/schema.xml to /configs/conf1/schema.xml
   [junit4]   2> 1014058 T2001 oascc.SolrZkClient.makePath makePath: /configs/conf1/schema.xml
   [junit4]   2> 1014162 T2001 oasc.AbstractZkTestCase.putConfig put /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-Java7/solr/build/solr-core/test-files/solr/collection1/conf/stopwords.txt to /configs/conf1/stopwords.txt
   [junit4]   2> 1014163 T2001 oascc.SolrZkClient.makePath makePath: /configs/conf1/stopwords.txt
   [junit4]   2> 1014166 T2001 oasc.AbstractZkTestCase.putConfig put /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-Java7/solr/build/solr-core/test-files/solr/collection1/conf/protwords.txt to /configs/conf1/protwords.txt
   [junit4]   2> 1014167 T2001 oascc.SolrZkClient.makePath makePath: /configs/conf1/protwords.txt
   [junit4]   2> 1014177 T2001 oasc.AbstractZkTestCase.putConfig put /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-Java7/solr/build/solr-core/test-files/solr/collection1/conf/currency.xml to /configs/conf1/currency.xml
   [junit4]   2> 1014178 T2001 oascc.SolrZkClient.makePath makePath: /configs/conf1/currency.xml
   [junit4]   2> 1014181 T2001 oasc.AbstractZkTestCase.putConfig put /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-Java7/solr/build/solr-core/test-files/solr/collection1/conf/open-exchange-rates.json to /configs/conf1/open-exchange-rates.json
   [junit4]   2> 1014182 T2001 oascc.SolrZkClient.makePath makePath: /configs/conf1/open-exchange-rates.json
   [junit4]   2> 1014185 T2001 oasc.AbstractZkTestCase.putConfig put /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-Java7/solr/build/solr-core/test-files/solr/collection1/conf/mapping-ISOLatin1Accent.txt to /configs/conf1/mapping-ISOLatin1Accent.txt
   [junit4]   2> 1014186 T2001 oascc.SolrZkClient.makePath makePath: /configs/conf1/mapping-ISOLatin1Accent.txt
   [junit4]   2> 1014189 T2001 oasc.AbstractZkTestCase.putConfig put /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-Java7/solr/build/solr-core/test-files/solr/collection1/conf/old_synonyms.txt to /configs/conf1/old_synonyms.txt
   [junit4]   2> 1014189 T2001 oascc.SolrZkClient.makePath makePath: /configs/conf1/old_synonyms.txt
   [junit4]   2> 1014193 T2001 oasc.AbstractZkTestCase.putConfig put /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-Java7/solr/build/solr-core/test-files/solr/collection1/conf/synonyms.txt to /configs/conf1/synonyms.txt
   [junit4]   2> 1014193 T2001 oascc.SolrZkClient.makePath makePath: /configs/conf1/synonyms.txt
   [junit4]   2> 1014415 T2001 oejs.Server.doStart jetty-8.1.10.v20130312
   [junit4]   2> 1014420 T2001 oejs.AbstractConnector.doStart Started SocketConnector@127.0.0.1:14122
   [junit4]   2> 1014420 T2001 oass.SolrDispatchFilter.init SolrDispatchFilter.init()
   [junit4]   2> 1014421 T2001 oasc.SolrResourceLoader.locateSolrHome JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 1014421 T2001 oasc.SolrResourceLoader.locateSolrHome using system property solr.solr.home: /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-Java7/solr/build/solr-core/test/J1/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-controljetty-1375403366986
   [junit4]   2> 1014421 T2001 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-Java7/solr/build/solr-core/test/J1/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-controljetty-1375403366986/'
   [junit4]   2> 1014450 T2001 oasc.ConfigSolr.fromFile Loading container configuration from /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-Java7/solr/build/solr-core/test/J1/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-controljetty-1375403366986/solr.xml
   [junit4]   2> 1014514 T2001 oasc.ConfigSolrXml.<init> Config-defined core root directory: 
   [junit4]   2> 1014515 T2001 oasc.CoreContainer.<init> New CoreContainer 1644293399
   [junit4]   2> 1014516 T2001 oasc.CoreContainer.load Loading cores into CoreContainer [instanceDir=/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-Java7/solr/build/solr-core/test/J1/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-controljetty-1375403366986/]
   [junit4]   2> 1014517 T2001 oashc.HttpShardHandlerFactory.getParameter Setting socketTimeout to: 120000
   [junit4]   2> 1014517 T2001 oashc.HttpShardHandlerFactory.getParameter Setting urlScheme to: http://
   [junit4]   2> 1014518 T2001 oashc.HttpShardHandlerFactory.getParameter Setting connTimeout to: 15000
   [junit4]   2> 1014518 T2001 oashc.HttpShardHandlerFactory.getParameter Setting maxConnectionsPerHost to: 20
   [junit4]   2> 1014518 T2001 oashc.HttpShardHandlerFactory.getParameter Setting corePoolSize to: 0
   [junit4]   2> 1014519 T2001 oashc.HttpShardHandlerFactory.getParameter Setting maximumPoolSize to: 2147483647
   [junit4]   2> 1014519 T2001 oashc.HttpShardHandlerFactory.getParameter Setting maxThreadIdleTime to: 5
   [junit4]   2> 1014519 T2001 oashc.HttpShardHandlerFactory.getParameter Setting sizeOfQueue to: -1
   [junit4]   2> 1014520 T2001 oashc.HttpShardHandlerFactory.getParameter Setting fairnessPolicy to: false
   [junit4]   2> 1014520 T2001 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnectionsPerHost=20&maxConnections=10000&socketTimeout=120000&connTimeout=15000&retry=false
   [junit4]   2> 1014532 T2001 oasc.ZkContainer.initZooKeeper Zookeeper client=127.0.0.1:25073/solr
   [junit4]   2> 1014532 T2001 oasc.ZkController.checkChrootPath zkHost includes chroot
   [junit4]   2> 1014533 T2001 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 1014536 T2021 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@2fa4793e name:ZooKeeperConnection Watcher:127.0.0.1:25073 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 1014537 T2001 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 1014571 T2001 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=500&maxConnectionsPerHost=16&socketTimeout=120000&connTimeout=15000
   [junit4]   2> 1014580 T2001 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 1014582 T2023 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@62b8bb23 name:ZooKeeperConnection Watcher:127.0.0.1:25073/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 1014582 T2001 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 1014622 T2001 oascc.SolrZkClient.makePath makePath: /overseer/queue
   [junit4]   2> 1014627 T2001 oascc.SolrZkClient.makePath makePath: /overseer/collection-queue-work
   [junit4]   2> 1014677 T2001 oascc.SolrZkClient.makePath makePath: /live_nodes
   [junit4]   2> 1014680 T2001 oasc.ZkController.createEphemeralLiveNode Register node as live in ZooKeeper:/live_nodes/127.0.0.1:14122__t%2Ftw
   [junit4]   2> 1014681 T2001 oascc.SolrZkClient.makePath makePath: /live_nodes/127.0.0.1:14122__t%2Ftw
   [junit4]   2> 1014690 T2001 oascc.SolrZkClient.makePath makePath: /overseer_elect/election
   [junit4]   2> 1014707 T2001 oascc.SolrZkClient.makePath makePath: /overseer_elect/leader
   [junit4]   2> 1014710 T2001 oasc.Overseer.start Overseer (id=90138435039199235-127.0.0.1:14122__t%2Ftw-n_0000000000) starting
   [junit4]   2> 1014721 T2001 oascc.SolrZkClient.makePath makePath: /overseer/queue-work
   [junit4]   2> 1014733 T2025 oasc.OverseerCollectionProcessor.run Process current queue of collection creations
   [junit4]   2> 1014734 T2001 oascc.SolrZkClient.makePath makePath: /clusterstate.json
   [junit4]   2> 1014736 T2001 oascc.SolrZkClient.makePath makePath: /aliases.json
   [junit4]   2> 1014738 T2001 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
   [junit4]   2> 1014741 T2024 oasc.Overseer$ClusterStateUpdater.run Starting to work on the main queue
   [junit4]   2> 1014745 T2001 oasc.CorePropertiesLocator.discover Looking for core definitions underneath /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-Java7/solr/build/solr-core/test/J1/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-controljetty-1375403366986
   [junit4]   2> 1014750 T2001 oasc.CorePropertiesLocator.discoverUnder Found core conf in /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-Java7/solr/build/solr-core/test/J1/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-controljetty-1375403366986/conf/
   [junit4]   2> 1014939 T2001 oasc.CorePropertiesLocator.discover Found 1 core definitions
   [junit4]   2> 1014939 T2001 oass.SolrDispatchFilter.init user.dir=/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-Java7/solr/build/solr-core/test/J1
   [junit4]   2> 1014940 T2001 oass.SolrDispatchFilter.init SolrDispatchFilter.init() done
   [junit4]   2> 1014941 T2001 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=128&maxConnectionsPerHost=32&followRedirects=false
   [junit4]   2> 1014958 T2001 oascsi.HttpClientUtil.createClient Creating new http client, config:
   [junit4]   2> 1014959 T2001 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 1014966 T2028 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@5b631cc5 name:ZooKeeperConnection Watcher:127.0.0.1:25073/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 1014966 T2001 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 1014969 T2001 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
   [junit4]   2> 1014971 T2001 oasc.ChaosMonkey.monkeyLog monkey: init - expire sessions:true cause connection loss:true
   [junit4]   2> 1015279 T2001 oejs.Server.doStart jetty-8.1.10.v20130312
   [junit4]   2> 1015281 T2001 oejs.AbstractConnector.doStart Started SocketConnector@127.0.0.1:22400
   [junit4]   2> 1015282 T2001 oass.SolrDispatchFilter.init SolrDispatchFilter.init()
   [junit4]   2> 1015283 T2001 oasc.SolrResourceLoader.locateSolrHome JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 1015283 T2001 oasc.SolrResourceLoader.locateSolrHome using system property solr.solr.home: /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-Java7/solr/build/solr-core/test/J1/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty1-1375403367753
   [junit4]   2> 1015284 T2001 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-Java7/solr/build/solr-core/test/J1/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty1-1375403367753/'
   [junit4]   2> 1015326 T2001 oasc.ConfigSolr.fromFile Loading container configuration from /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-Java7/solr/build/solr-core/test/J1/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty1-1375403367753/solr.xml
   [junit4]   2> 1015426 T2001 oasc.ConfigSolrXml.<init> Config-defined core root directory: 
   [junit4]   2> 1015427 T2001 oasc.CoreContainer.<init> New CoreContainer 620063059
   [junit4]   2> 1015427 T2001 oasc.CoreContainer.load Loading cores into CoreContainer [instanceDir=/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-Java7/solr/build/solr-core/test/J1/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty1-1375403367753/]
   [junit4]   2> 1015429 T2001 oashc.HttpShardHandlerFactory.getParameter Setting socketTimeout to: 120000
   [junit4]   2> 1015430 T2001 oashc.HttpShardHandlerFactory.getParameter Setting urlScheme to: http://
   [junit4]   2> 1015430 T2001 oashc.HttpShardHandlerFactory.getParameter Setting connTimeout to: 15000
   [junit4]   2> 1015431 T2001 oashc.HttpShardHandlerFactory.getParameter Setting maxConnectionsPerHost to: 20
   [junit4]   2> 1015431 T2001 oashc.HttpShardHandlerFactory.getParameter Setting corePoolSize to: 0
   [junit4]   2> 1015432 T2001 oashc.HttpShardHandlerFactory.getParameter Setting maximumPoolSize to: 2147483647
   [junit4]   2> 1015432 T2001 oashc.HttpShardHandlerFactory.getParameter Setting maxThreadIdleTime to: 5
   [junit4]   2> 1015432 T2001 oashc.HttpShardHandlerFactory.getParameter Setting sizeOfQueue to: -1
   [junit4]   2> 1015433 T2001 oashc.HttpShardHandlerFactory.getParameter Setting fairnessPolicy to: false
   [junit4]   2> 1015433 T2001 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnectionsPerHost=20&maxConnections=10000&socketTimeout=120000&connTimeout=15000&retry=false
   [junit4]   2> 1015452 T2001 oasc.ZkContainer.initZooKeeper Zookeeper client=127.0.0.1:25073/solr
   [junit4]   2> 1015452 T2001 oasc.ZkController.checkChrootPath zkHost includes chroot
   [junit4]   2> 1015454 T2001 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 1015482 T2039 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@3d0c231e name:ZooKeeperConnection Watcher:127.0.0.1:25073 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 1015482 T2001 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 1015495 T2001 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=500&maxConnectionsPerHost=16&socketTimeout=120000&connTimeout=15000
   [junit4]   2> 1015504 T2001 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 1015506 T2041 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@1dbbc127 name:ZooKeeperConnection Watcher:127.0.0.1:25073/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 1015506 T2001 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 1015518 T2001 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
   [junit4]   2> 1016521 T2001 oasc.ZkController.createEphemeralLiveNode Register node as live in ZooKeeper:/live_nodes/127.0.0.1:22400__t%2Ftw
   [junit4]   2> 1016523 T2001 oascc.SolrZkClient.makePath makePath: /live_nodes/127.0.0.1:22400__t%2Ftw
   [junit4]   2> 1016527 T2041 oascc.ZkStateReader$3.process Updating live nodes... (2)
   [junit4]   2> 1016527 T2023 oascc.ZkStateReader$3.process Updating live nodes... (2)
   [junit4]   2> 1016528 T2028 oascc.ZkStateReader$3.process Updating live nodes... (2)
   [junit4]   2> 1016542 T2001 oasc.CorePropertiesLocator.discover Looking for core definitions underneath /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-Java7/solr/build/solr-core/test/J1/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty1-1375403367753
   [junit4]   2> 1016548 T2001 oasc.CorePropertiesLocator.discoverUnder Found core conf in /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-Java7/solr/build/solr-core/test/J1/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty1-1375403367753/conf/
   [junit4]   2> 1016728 T2001 oasc.CorePropertiesLocator.discover Found 1 core definitions
   [junit4]   2> 1016729 T2001 oass.SolrDispatchFilter.init user.dir=/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-Java7/solr/build/solr-core/test/J1
   [junit4]   2> 1016730 T2001 oass.SolrDispatchFilter.init SolrDispatchFilter.init() done
   [junit4]   2> 1016730 T2001 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=128&maxConnectionsPerHost=32&followRedirects=false
   [junit4]   2> 1017049 T2001 oejs.Server.doStart jetty-8.1.10.v20130312
   [junit4]   2> 1017053 T2001 oejs.AbstractConnector.doStart Started SocketConnector@127.0.0.1:57571
   [junit4]   2> 1017053 T2001 oass.SolrDispatchFilter.init SolrDispatchFilter.init()
   [junit4]   2> 1017054 T2001 oasc.SolrResourceLoader.locateSolrHome JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 1017054 T2001 oasc.SolrResourceLoader.locateSolrHome using system property solr.solr.home: /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-Java7/solr/build/solr-core/test/J1/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty2-1375403369529
   [junit4]   2> 1017055 T2001 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-Java7/solr/build/solr-core/test/J1/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty2-1375403369529/'
   [junit4]   2> 1017099 T2001 oasc.ConfigSolr.fromFile Loading container configuration from /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-Java7/solr/build/solr-core/test/J1/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty2-1375403369529/solr.xml
   [junit4]   2> 1017194 T2001 oasc.ConfigSolrXml.<init> Config-defined core root directory: 
   [junit4]   2> 1017195 T2001 oasc.CoreContainer.<init> New CoreContainer 2059400420
   [junit4]   2> 1017195 T2001 oasc.CoreContainer.load Loading cores into CoreContainer [instanceDir=/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-Java7/solr/build/solr-core/test/J1/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty2-1375403369529/]
   [junit4]   2> 1017197 T2001 oashc.HttpShardHandlerFactory.getParameter Setting socketTimeout to: 120000
   [junit4]   2> 1017197 T2001 oashc.HttpShardHandlerFactory.getParameter Setting urlScheme to: http://
   [junit4]   2> 1017198 T2001 oashc.HttpShardHandlerFactory.getParameter Setting connTimeout to: 15000
   [junit4]   2> 1017198 T2001 oashc.HttpShardHandlerFactory.getParameter Setting maxConnectionsPerHost to: 20
   [junit4]   2> 1017199 T2001 oashc.HttpShardHandlerFactory.getParameter Setting corePoolSize to: 0
   [junit4]   2> 1017199 T2001 oashc.HttpShardHandlerFactory.getParameter Setting maximumPoolSize to: 2147483647
   [junit4]   2> 1017200 T2001 oashc.HttpShardHandlerFactory.getParameter Setting maxThreadIdleTime to: 5
   [junit4]   2> 1017200 T2001 oashc.HttpShardHandlerFactory.getParameter Setting sizeOfQueue to: -1
   [junit4]   2> 1017201 T2001 oashc.HttpShardHandlerFactory.getParameter Setting fairnessPolicy to: false
   [junit4]   2> 1017201 T2001 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnectionsPerHost=20&maxConnections=10000&socketTimeout=120000&connTimeout=15000&retry=false
   [junit4]   2> 1017219 T2001 oasc.ZkContainer.initZooKeeper Zookeeper client=127.0.0.1:25073/solr
   [junit4]   2> 1017219 T2001 oasc.ZkController.checkChrootPath zkHost includes chroot
   [junit4]   2> 1017220 T2001 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 1017223 T2053 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@70fbe121 name:ZooKeeperConnection Watcher:127.0.0.1:25073 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 1017223 T2001 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 1017226 T2001 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=500&maxConnectionsPerHost=16&socketTimeout=120000&connTimeout=15000
   [junit4]   2> 1017238 T2001 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 1017240 T2055 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@50732ddc name:ZooKeeperConnection Watcher:127.0.0.1:25073/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 1017240 T2001 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 1017252 T2001 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
   [junit4]   2> 1018256 T2001 oasc.ZkController.createEphemeralLiveNode Register node as live in ZooKeeper:/live_nodes/127.0.0.1:57571__t%2Ftw
   [junit4]   2> 1018260 T2001 oascc.SolrZkClient.makePath makePath: /live_nodes/127.0.0.1:57571__t%2Ftw
   [junit4]   2> 1018264 T2023 oascc.ZkStateReader$3.process Updating live nodes... (3)
   [junit4]   2> 1018265 T2055 oascc.ZkStateReader$3.process Updating live nodes... (3)
   [junit4]   2> 1018264 T2041 oascc.ZkStateReader$3.process Updating live nodes... (3)
   [junit4]   2> 1018264 T2028 oascc.ZkStateReader$3.process Updating live nodes... (3)
   [junit4]   2> 1018281 T2001 oasc.CorePropertiesLocator.discover Looking for core definitions underneath /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-Java7/solr/build/solr-core/test/J1/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty2-1375403369529
   [junit4]   2> 1018474 T2001 oasc.CorePropertiesLocator.discoverUnder Found core conf in /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-Java7/solr/build/solr-core/test/J1/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty2-1375403369529/conf/
   [junit4]   2> 1018474 T2001 oasc.CorePropertiesLocator.discover Found 1 core definitions
   [junit4]   2> 1018475 T2001 oass.SolrDispatchFilter.init user.dir=/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-Java7/solr/build/solr-core/test/J1
   [junit4]   2> 1018476 T2001 oass.SolrDispatchFilter.init SolrDispatchFilter.init() done
   [junit4]   2> 1018476 T2001 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=128&maxConnectionsPerHost=32&followRedirects=false
   [junit4]   2> 1018800 T2001 oejs.Server.doStart jetty-8.1.10.v20130312
   [junit4]   2> 1018804 T2001 oejs.AbstractConnector.doStart Started SocketConnector@127.0.0.1:29843
   [junit4]   2> 1018805 T2001 oass.SolrDispatchFilter.init SolrDispatchFilter.init()
   [junit4]   2> 1018806 T2001 oasc.SolrResourceLoader.locateSolrHome JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 1018806 T2001 oasc.SolrResourceLoader.locateSolrHome using system property solr.solr.home: /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-Java7/solr/build/solr-core/test/J1/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty3-1375403371277
   [junit4]   2> 1018806 T2001 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-Java7/solr/build/solr-core/test/J1/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty3-1375403371277/'
   [junit4]   2> 1018849 T2001 oasc.ConfigSolr.fromFile Loading container configuration from /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-Java7/solr/build/solr-core/test/J1/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty3-1375403371277/solr.xml
   [junit4]   2> 1018948 T2001 oasc.ConfigSolrXml.<init> Config-defined core root directory: 
   [junit4]   2> 1018949 T2001 oasc.CoreContainer.<init> New CoreContainer 816479723
   [junit4]   2> 1018949 T2001 oasc.CoreContainer.load Loading cores into CoreContainer [instanceDir=/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-Java7/solr/build/solr-core/test/J1/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty3-1375403371277/]
   [junit4]   2> 1018951 T2001 oashc.HttpShardHandlerFactory.getParameter Setting socketTimeout to: 120000
   [junit4]   2> 1018952 T2001 oashc.HttpShardHandlerFactory.getParameter Setting urlScheme to: http://
   [junit4]   2> 1018952 T2001 oashc.HttpShardHandlerFactory.getParameter Setting connTimeout to: 15000
   [junit4]   2> 1018953 T2001 oashc.HttpShardHandlerFactory.getParameter Setting maxConnectionsPerHost to: 20
   [junit4]   2> 1018953 T2001 oashc.HttpShardHandlerFactory.getParameter Setting corePoolSize to: 0
   [junit4]   2> 1018954 T2001 oashc.HttpShardHandlerFactory.getParameter Setting maximumPoolSize to: 2147483647
   [junit4]   2> 1018954 T2001 oashc.HttpShardHandlerFactory.getParameter Setting maxThreadIdleTime to: 5
   [junit4]   2> 1018954 T2001 oashc.HttpShardHandlerFactory.getParameter Setting sizeOfQueue to: -1
   [junit4]   2> 1018955 T2001 oashc.HttpShardHandlerFactory.getParameter Setting fairnessPolicy to: false
   [junit4]   2> 1018955 T2001 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnectionsPerHost=20&maxConnections=10000&socketTimeout=120000&connTimeout=15000&retry=false
   [junit4]   2> 1019003 T2001 oasc.ZkContainer.initZooKeeper Zookeeper client=127.0.0.1:25073/solr
   [junit4]   2> 1019004 T2001 oasc.ZkController.checkChrootPath zkHost includes chroot
   [junit4]   2> 1019005 T2001 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 1019008 T2067 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@42c65b51 name:ZooKeeperConnection Watcher:127.0.0.1:25073 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 1019008 T2001 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 1019010 T2001 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=500&maxConnectionsPerHost=16&socketTimeout=120000&connTimeout=15000
   [junit4]   2> 1019022 T2001 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 1019024 T2069 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@64cf73b6 name:ZooKeeperConnection Watcher:127.0.0.1:25073/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 1019025 T2001 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 1019035 T2001 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
   [junit4]   2> 1020039 T2001 oasc.ZkController.createEphemeralLiveNode Register node as live in ZooKeeper:/live_nodes/127.0.0.1:29843__t%2Ftw
   [junit4]   2> 1020045 T2001 oascc.SolrZkClient.makePath makePath: /live_nodes/127.0.0.1:29843__t%2Ftw
   [junit4]   2> 1020049 T2069 oascc.ZkStateReader$3.process Updating live nodes... (4)
   [junit4]   2> 1020049 T2055 oascc.ZkStateReader$3.process Updating live nodes... (4)
   [junit4]   2> 1020049 T2023 oascc.ZkStateReader$3.process Updating live nodes... (4)
   [junit4]   2> 1020049 T2028 oascc.ZkStateReader$3.process Updating live nodes... (4)
   [junit4]   2> 1020049 T2041 oascc.ZkStateReader$3.process Updating live nodes... (4)
   [junit4]   2> 1020055 T2001 oasc.CorePropertiesLocator.discover Looking for core definitions underneath /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-Java7/solr/build/solr-core/test/J1/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty3-1375403371277
   [junit4]   2> 1020058 T2001 oasc.CorePropertiesLocator.discoverUnder Found core conf in /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-Java7/solr/build/solr-core/test/J1/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty3-1375403371277/conf/
   [junit4]   2> 1020193 T2001 oasc.CorePropertiesLocator.discover Found 1 core definitions
   [junit4]   2> 1020194 T2001 oass.SolrDispatchFilter.init user.dir=/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-Java7/solr/build/solr-core/test/J1
   [junit4]   2> 1020194 T2001 oass.SolrDispatchFilter.init SolrDispatchFilter.init() done
   [junit4]   2> 1020195 T2001 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=128&maxConnectionsPerHost=32&followRedirects=false
   [junit4]   2> 1020429 T2001 oejs.Server.doStart jetty-8.1.10.v20130312
   [junit4]   2> 1020431 T2001 oejs.AbstractConnector.doStart Started SocketConnector@127.0.0.1:19326
   [junit4]   2> 1020432 T2001 oass.SolrDispatchFilter.init SolrDispatchFilter.init()
   [junit4]   2> 1020432 T2001 oasc.SolrResourceLoader.locateSolrHome JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 1020433 T2001 oasc.SolrResourceLoader.locateSolrHome using system property solr.solr.home: /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-Java7/solr/build/solr-core/test/J1/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty4-1375403372989
   [junit4]   2> 1020433 T2001 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-Java7/solr/build/solr-core/test/J1/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty4-1375403372989/'
   [junit4]   2> 1020467 T2001 oasc.ConfigSolr.fromFile Loading container configuration from /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-Java7/solr/build/solr-core/test/J1/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty4-1375403372989/solr.xml
   [junit4]   2> 1020543 T2001 oasc.ConfigSolrXml.<init> Config-defined core root directory: 
   [junit4]   2> 1020544 T2001 oasc.CoreContainer.<init> New CoreContainer 672161033
   [junit4]   2> 1020544 T2001 oasc.CoreContainer.load Loading cores into CoreContainer [instanceDir=/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-Java7/solr/build/solr-core/test/J1/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty4-1375403372989/]
   [junit4]   2> 1020546 T2001 oashc.HttpShardHandlerFactory.getParameter Setting socketTimeout to: 120000
   [junit4]   2> 1020546 T2001 oashc.HttpShardHandlerFactory.getParameter Setting urlScheme to: http://
   [junit4]   2> 1020547 T2001 oashc.HttpShardHandlerFactory.getParameter Setting connTimeout to: 15000
   [junit4]   2> 1020547 T2001 oashc.HttpShardHandlerFactory.getParameter Setting maxConnectionsPerHost to: 20
   [junit4]   2> 1020547 T2001 oashc.HttpShardHandlerFactory.getParameter Setting corePoolSize to: 0
   [junit4]   2> 1020548 T2001 oashc.HttpShardHandlerFactory.getParameter Setting maximumPoolSize to: 2147483647
   [junit4]   2> 1020548 T2001 oashc.HttpShardHandlerFactory.getParameter Setting maxThreadIdleTime to: 5
   [junit4]   2> 1020549 T2001 oashc.HttpShardHandlerFactory.getParameter Setting sizeOfQueue to: -1
   [junit4]   2> 1020549 T2001 oashc.HttpShardHandlerFactory.getParameter Setting fairnessPolicy to: false
   [junit4]   2> 1020549 T2001 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnectionsPerHost=20&maxConnections=10000&socketTimeout=120000&connTimeout=15000&retry=false
   [junit4]   2> 1020563 T2001 oasc.ZkContainer.initZooKeeper Zookeeper client=127.0.0.1:25073/solr
   [junit4]   2> 1020563 T2001 oasc.ZkController.checkChrootPath zkHost includes chroot
   [junit4]   2> 1020564 T2001 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 1020567 T2081 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@7415abe6 name:ZooKeeperConnection Watcher:127.0.0.1:25073 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 1020567 T2001 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 1020570 T2001 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=500&maxConnectionsPerHost=16&socketTimeout=120000&connTimeout=15000
   [junit4]   2> 1020578 T2001 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 1020580 T2083 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@10f488b4 name:ZooKeeperConnection Watcher:127.0.0.1:25073/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 1020581 T2001 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 1020593 T2001 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
   [junit4]   2> 1021596 T2001 oasc.ZkController.createEphemeralLiveNode Register node as live in ZooKeeper:/live_nodes/127.0.0.1:19326__t%2Ftw
   [junit4]   2> 1021604 T2001 oascc.SolrZkClient.makePath makePath: /live_nodes/127.0.0.1:19326__t%2Ftw
   [junit4]   2> 1021607 T2069 oascc.ZkStateReader$3.process Updating live nodes... (5)
   [junit4]   2> 1021608 T2023 oascc.ZkStateReader$3.process Updating live nodes... (5)
   [junit4]   2> 1021608 T2041 oascc.ZkStateReader$3.process Updating live nodes... (5)
   [junit4]   2> 1021608 T2028 oascc.ZkStateReader$3.process Updating live nodes... (5)
   [junit4]   2> 1021608 T2083 oascc.ZkStateReader$3.process Updating live nodes... (5)
   [junit4]   2> 1021608 T2055 oascc.ZkStateReader$3.process Updating live nodes... (5)
   [junit4]   2> 1021618 T2001 oasc.CorePropertiesLocator.discover Looking for core definitions underneath /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-Java7/solr/build/solr-core/test/J1/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty4-1375403372989
   [junit4]   2> 1021620 T2001 oasc.CorePropertiesLocator.discoverUnder Found core conf in /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-Java7/solr/build/solr-core/test/J1/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty4-1375403372989/conf/
   [junit4]   2> 1021745 T2001 oasc.CorePropertiesLocator.discover Found 1 core definitions
   [junit4]   2> 1021745 T2001 oass.SolrDispatchFilter.init user.dir=/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-Java7/solr/build/solr-core/test/J1
   [junit4]   2> 1021746 T2001 oass.SolrDispatchFilter.init SolrDispatchFilter.init() done
   [junit4]   2> 1021746 T2001 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=128&maxConnectionsPerHost=32&followRedirects=false
   [junit4]   2> 1021757 T2001 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=128&maxConnectionsPerHost=32&followRedirects=false
   [junit4]   2> 1021765 T2031 oasha.CollectionsHandler.handleCreateAction Creating Collection : numShards=2&name=nodes_used_collection&replicationFactor=2&action=CREATE&wt=javabin&version=2
   [junit4]   2> 1021767 T2023 oasc.DistributedQueue$LatchChildWatcher.process Watcher fired on path: /overseer/collection-queue-work state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 1021768 T2025 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> 1021768 T2025 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> 1022253 T2024 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
   [junit4]   2> 1022253 T2024 oasc.Overseer$ClusterStateUpdater.buildCollection building a new collection: nodes_used_collection
   [junit4]   2> 1022254 T2024 oasc.Overseer$ClusterStateUpdater.createCollection Create collection nodes_used_collection with shards [shard1, shard2]
   [junit4]   2> 1022268 T2069 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> 1022268 T2041 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> 1022268 T2083 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> 1022268 T2023 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> 1022268 T2028 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> 1022268 T2055 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> 1022285 T2025 oasc.OverseerCollectionProcessor.createCollection going to create cores replicas shardNames [shard1, shard2] , repFactor : 2
   [junit4]   2> 1022285 T2025 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:29843__t%2Ftw
   [junit4]   2> 1022285 T2025 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:22400__t%2Ftw
   [junit4]   2> 1022287 T2025 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:57571__t%2Ftw
   [junit4]   2> 1022287 T2025 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:14122__t%2Ftw
   [junit4]   2> 1022290 T2032 oasc.ZkController.publish publishing core=nodes_used_collection_shard1_replica2 state=down
   [junit4]   2> 1022291 T2059 oasc.ZkController.publish publishing core=nodes_used_collection_shard1_replica1 state=down
   [junit4]   2> 1022291 T2013 oasc.ZkController.publish publishing core=nodes_used_collection_shard2_replica2 state=down
   [junit4]   2> 1022290 T2045 oasc.ZkController.publish publishing core=nodes_used_collection_shard2_replica1 state=down
   [junit4]   2> 1022292 T2032 oasc.ZkController.waitForCoreNodeName look for our core node name
   [junit4]   2> 1022293 T2013 oasc.ZkController.waitForCoreNodeName look for our core node name
   [junit4]   2> 1022293 T2059 oasc.ZkController.waitForCoreNodeName look for our core node name
   [junit4]   2> 1022301 T2045 oasc.ZkController.waitForCoreNodeName look for our core node name
   [junit4]   2> 1023773 T2024 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
   [junit4]   2> 1023774 T2024 oasc.Overseer$ClusterStateUpdater.updateState WARN Could not find collection node for nodes_used_collection, skipping publish state
   [junit4]   2> 1023775 T2024 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_replica2",
   [junit4]   2> 	  "collection":"nodes_used_collection",
   [junit4]   2> 	  "shard_range":null,
   [junit4]   2> 	  "node_name":"127.0.0.1:22400__t%2Ftw",
   [junit4]   2> 	  "base_url":"http://127.0.0.1:22400/_t/tw"}
   [junit4]   2> 1023779 T2024 oasc.Overseer$ClusterStateUpdater.updateState WARN Could not find collection node for nodes_used_collection, skipping publish state
   [junit4]   2> 1023779 T2024 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":"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:29843__t%2Ftw",
   [junit4]   2> 	  "base_url":"http://127.0.0.1:29843/_t/tw"}
   [junit4]   2> 1023784 T2024 oasc.Overseer$ClusterStateUpdater.updateState WARN Could not find collection node for nodes_used_collection, skipping publish state
   [junit4]   2> 1023784 T2024 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":"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:14122__t%2Ftw",
   [junit4]   2> 	  "base_url":"http://127.0.0.1:14122/_t/tw"}
   [junit4]   2> 1023793 T2024 oasc.Overseer$ClusterStateUpdater.updateState WARN Could not find collection node for nodes_used_collection, skipping publish state
   [junit4]   2> 1023794 T2024 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_replica1",
   [junit4]   2> 	  "collection":"nodes_used_collection",
   [junit4]   2> 	  "shard_range":null,
   [junit4]   2> 	  "node_name":"127.0.0.1:57571__t%2Ftw",
   [junit4]   2> 	  "base_url":"http://127.0.0.1:57571/_t/tw"}
   [junit4]   2> 1023805 T2028 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> 1023806 T2055 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> 1023806 T2083 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> 1023806 T2041 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> 1023805 T2023 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> 1023805 T2069 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> 1024294 T2032 oasc.ZkController.waitForShardId waiting to find shard id in clusterstate for nodes_used_collection_shard1_replica2
   [junit4]   2> 1024295 T2032 oasc.CorePropertiesLocator.writePropertiesFile ERROR Couldn't persist core properties to /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-Java7/solr/build/solr-core/test/J1/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty1-1375403367753/nodes_used_collection_shard1_replica2/core.properties: java.io.FileNotFoundException: /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-Java7/solr/build/solr-core/test/J1/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty1-1375403367753/nodes_used_collection_shard1_replica2/core.properties (No such file or directory)
   [junit4]   2> 1024295 T2032 oasc.CoreContainer.create Creating SolrCore 'nodes_used_collection_shard1_replica2' using instanceDir: /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-Java7/solr/build/solr-core/test/J1/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty1-1375403367753/nodes_used_collection_shard1_replica2
   [junit4]   2> 1024296 T2059 oasc.ZkController.waitForShardId waiting to find shard id in clusterstate for nodes_used_collection_shard1_replica1
   [junit4]   2> 1024296 T2032 oasc.ZkController.createCollectionZkNode Check for collection zkNode:nodes_used_collection
   [junit4]   2> 1024296 T2013 oasc.ZkController.waitForShardId waiting to find shard id in clusterstate for nodes_used_collection_shard2_replica2
   [junit4]   2> 1024297 T2059 oasc.CorePropertiesLocator.writePropertiesFile ERROR Couldn't persist core properties to /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-Java7/solr/build/solr-core/test/J1/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty3-1375403371277/nodes_used_collection_shard1_replica1/core.properties: java.io.FileNotFoundException: /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-Java7/solr/build/solr-core/test/J1/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty3-1375403371277/nodes_used_collection_shard1_replica1/core.properties (No such file or directory)
   [junit4]   2> 1024297 T2032 oasc.ZkController.createCollectionZkNode Creating collection in ZooKeeper:nodes_used_collection
   [junit4]   2> 1024298 T2013 oasc.CorePropertiesLocator.writePropertiesFile ERROR Couldn't persist core properties to /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-Java7/solr/build/solr-core/test/J1/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-controljetty-1375403366986/nodes_used_collection_shard2_replica2/core.properties: java.io.FileNotFoundException: /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-Java7/solr/build/solr-core/test/J1/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-controljetty-1375403366986/nodes_used_collection_shard2_replica2/core.properties (No such file or directory)
   [junit4]   2> 1024298 T2032 oasc.ZkController.getConfName Looking for collection configName
   [junit4]   2> 1024298 T2059 oasc.CoreContainer.create Creating SolrCore 'nodes_used_collection_shard1_replica1' using instanceDir: /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-Java7/solr/build/solr-core/test/J1/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty3-1375403371277/nodes_used_collection_shard1_replica1
   [junit4]   2> 1024298 T2013 oasc.CoreContainer.create Creating SolrCore 'nodes_used_collection_shard2_replica2' using instanceDir: /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-Java7/solr/build/solr-core/test/J1/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-controljetty-1375403366986/nodes_used_collection_shard2_replica2
   [junit4]   2> 1024299 T2059 oasc.ZkController.createCollectionZkNode Check for collection zkNode:nodes_used_collection
   [junit4]   2> 1024300 T2032 oasc.ZkController.getConfName Only one config set found in zk - using it:conf1
   [junit4]   2> 1024299 T2013 oasc.ZkController.createCollectionZkNode Check for collection zkNode:nodes_used_collection
   [junit4]   2> 1024300 T2059 oasc.ZkController.createCollectionZkNode Creating collection in ZooKeeper:nodes_used_collection
   [junit4]   2> 1024300 T2032 oascc.SolrZkClient.makePath makePath: /collections/nodes_used_collection
   [junit4]   2> 1024301 T2059 oasc.ZkController.getConfName Looking for collection configName
   [junit4]   2> 1024301 T2013 oasc.ZkController.createCollectionZkNode Creating collection in ZooKeeper:nodes_used_collection
   [junit4]   2> 1024302 T2013 oasc.ZkController.getConfName Looking for collection configName
   [junit4]   2> 1024302 T2059 oasc.ZkController.getConfName Only one config set found in zk - using it:conf1
   [junit4]   2> 1024303 T2059 oascc.SolrZkClient.makePath makePath: /collections/nodes_used_collection
   [junit4]   2> 1024303 T2032 oasc.ZkController.readConfigName Load collection config from:/collections/nodes_used_collection
   [junit4]   2> 1024304 T2045 oasc.ZkController.waitForShardId waiting to find shard id in clusterstate for nodes_used_collection_shard2_replica1
   [junit4]   2> 1024303 T2013 oascc.SolrZkClient.makePath makePath: /collections/nodes_used_collection
   [junit4]   2> 1024305 T2045 oasc.CorePropertiesLocator.writePropertiesFile ERROR Couldn't persist core properties to /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-Java7/solr/build/solr-core/test/J1/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty2-1375403369529/nodes_used_collection_shard2_replica1/core.properties: java.io.FileNotFoundException: /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-Java7/solr/build/solr-core/test/J1/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty2-1375403369529/nodes_used_collection_shard2_replica1/core.properties (No such file or directory)
   [junit4]   2> 1024305 T2032 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-Java7/solr/build/solr-core/test/J1/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty1-1375403367753/nodes_used_collection_shard1_replica2/'
   [junit4]   2> 1024305 T2045 oasc.CoreContainer.create Creating SolrCore 'nodes_used_collection_shard2_replica1' using instanceDir: /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-Java7/solr/build/solr-core/test/J1/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty2-1375403369529/nodes_used_collection_shard2_replica1
   [junit4]   2> 1024305 T2059 oasc.ZkController.readConfigName Load collection config from:/collections/nodes_used_collection
   [junit4]   2> 1024306 T2045 oasc.ZkController.createCollectionZkNode Check for collection zkNode:nodes_used_collection
   [junit4]   2> 1024369 T2013 oasc.ZkController.readConfigName Load collection config from:/collections/nodes_used_collection
   [junit4]   2> 1024369 T2059 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-Java7/solr/build/solr-core/test/J1/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty3-1375403371277/nodes_used_collection_shard1_replica1/'
   [junit4]   2> 1024369 T2045 oasc.ZkController.createCollectionZkNode Collection zkNode exists
   [junit4]   2> 1024370 T2045 oasc.ZkController.readConfigName Load collection config from:/collections/nodes_used_collection
   [junit4]   2> 1024370 T2013 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-Java7/solr/build/solr-core/test/J1/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-controljetty-1375403366986/nodes_used_collection_shard2_replica2/'
   [junit4]   2> 1024371 T2045 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-Java7/solr/build/solr-core/test/J1/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty2-1375403369529/nodes_used_collection_shard2_replica1/'
   [junit4]   2> 1024434 T2013 oasc.SolrConfig.<init> Using Lucene MatchVersion: LUCENE_50
   [junit4]   2> 1024434 T2032 oasc.SolrConfig.<init> Using Lucene MatchVersion: LUCENE_50
   [junit4]   2> 1024441 T2045 oasc.SolrConfig.<init> Using Lucene MatchVersion: LUCENE_50
   [junit4]   2> 1024449 T2059 oasc.SolrConfig.<init> Using Lucene MatchVersion: LUCENE_50
   [junit4]   2> 1024497 T2013 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig.xml
   [junit4]   2> 1024498 T2032 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig.xml
   [junit4]   2> 1024522 T2045 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig.xml
   [junit4]   2> 1024527 T2059 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig.xml
   [junit4]   2> 1024599 T2013 oass.IndexSchema.readSchema Reading Solr Schema from schema.xml
   [junit4]   2> 1024599 T2032 oass.IndexSchema.readSchema Reading Solr Schema from schema.xml
   [junit4]   2> 1024612 T2032 oass.IndexSchema.readSchema [nodes_used_collection_shard1_replica2] Schema name=test
   [junit4]   2> 1024612 T2013 oass.IndexSchema.readSchema [nodes_used_collection_shard2_replica2] Schema name=test
   [junit4]   2> 1024623 T2045 oass.IndexSchema.readSchema Reading Solr Schema from schema.xml
   [junit4]   2> 1024629 T2059 oass.IndexSchema.readSchema Reading Solr Schema from schema.xml
   [junit4]   2> 1024636 T2045 oass.IndexSchema.readSchema [nodes_used_collection_shard2_replica1] Schema name=test
   [junit4]   2> 1024640 T2059 oass.IndexSchema.readSchema [nodes_used_collection_shard1_replica1] Schema name=test
   [junit4]   2> 1025328 T2013 oass.OpenExchangeRatesOrgProvider.init Initialized with rates=open-exchange-rates.json, refreshInterval=1440.
   [junit4]   2> 1025335 T2032 oass.OpenExchangeRatesOrgProvider.init Initialized with rates=open-exchange-rates.json, refreshInterval=1440.
   [junit4]   2> 1025338 T2013 oass.IndexSchema.readSchema default search field in schema is text
   [junit4]   2> 1025342 T2013 oass.IndexSchema.readSchema unique key field: id
   [junit4]   2> 1025345 T2032 oass.IndexSchema.readSchema default search field in schema is text
   [junit4]   2> 1025351 T2032 oass.IndexSchema.readSchema unique key field: id
   [junit4]   2> 1025358 T2013 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
   [junit4]   2> 1025363 T2013 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
   [junit4]   2> 1025366 T2059 oass.OpenExchangeRatesOrgProvider.init Initialized with rates=open-exchange-rates.json, refreshInterval=1440.
   [junit4]   2> 1025367 T2032 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
   [junit4]   2> 1025368 T2013 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
   [junit4]   2> 1025369 T2013 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Unknown key IMPORTANT NOTE
   [junit4]   2> 1025369 T2013 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Expected key, got STRING
   [junit4]   2> 1025370 T2013 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
   [junit4]   2> 1025371 T2013 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Unknown key IMPORTANT NOTE
   [junit4]   2> 1025371 T2013 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Expected key, got STRING
   [junit4]   2> 1025372 T2013 oasc.SolrCore.initDirectoryFactory org.apache.solr.core.MockDirectoryFactory
   [junit4]   2> 1025372 T2013 oasc.SolrCore.<init> [nodes_used_collection_shard2_replica2] Opening new SolrCore at /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-Java7/solr/build/solr-core/test/J1/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-controljetty-1375403366986/nodes_used_collection_shard2_replica2/, dataDir=/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-Java7/solr/build/solr-core/test/J1/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-controljetty-1375403366986//nodes_used_collection_shard2_replica2/data/
   [junit4]   2> 1025372 T2013 oasc.JmxMonitoredMap.<init> JMX monitoring is enabled. Adding Solr mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@15e4da62
   [junit4]   2> 1025373 T2032 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
   [junit4]   2> 1025373 T2059 oass.IndexSchema.readSchema default search field in schema is text
   [junit4]   2> 1025373 T2013 oasc.CachingDirectoryFactory.get return new directory for /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-Java7/solr/build/solr-core/test/J1/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-controljetty-1375403366986//nodes_used_collection_shard2_replica2/data
   [junit4]   2> 1025374 T2013 oasc.SolrCore.getNewIndexDir New index directory detected: old=null new=/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-Java7/solr/build/solr-core/test/J1/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-controljetty-1375403366986//nodes_used_collection_shard2_replica2/data/index/
   [junit4]   2> 1025374 T2013 oasc.SolrCore.initIndex WARN [nodes_used_collection_shard2_replica2] Solr index directory '/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-Java7/solr/build/solr-core/test/J1/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-controljetty-1375403366986/nodes_used_collection_shard2_replica2/data/index' doesn't exist. Creating new index...
   [junit4]   2> 1025375 T2013 oasc.CachingDirectoryFactory.get return new directory for /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-Java7/solr/build/solr-core/test/J1/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-controljetty-1375403366986//nodes_used_collection_shard2_replica2/data/index
   [junit4]   2> 1025377 T2059 oass.IndexSchema.readSchema unique key field: id
   [junit4]   2> 1025379 T2032 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
   [junit4]   2> 1025380 T2013 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits: num=1
   [junit4]   2> 		commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@2b29d96c lockFactory=org.apache.lucene.store.NativeFSLockFactory@415f2fbb),segFN=segments_1,generation=1}
   [junit4]   2> 1025380 T2013 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1
   [junit4]   2> 1025380 T2032 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Unknown key IMPORTANT NOTE
   [junit4]   2> 1025381 T2032 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Expected key, got STRING
   [junit4]   2> 1025381 T2032 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
   [junit4]   2> 1025383 T2032 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Unknown key IMPORTANT NOTE
   [junit4]   2> 1025383 T2032 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Expected key, got STRING
   [junit4]   2> 1025384 T2032 oasc.SolrCore.initDirectoryFactory org.apache.solr.core.MockDirectoryFactory
   [junit4]   2> 1025384 T2032 oasc.SolrCore.<init> [nodes_used_collection_shard1_replica2] Opening new SolrCore at /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-Java7/solr/build/solr-core/test/J1/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty1-1375403367753/nodes_used_collection_shard1_replica2/, dataDir=/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-Java7/solr/build/solr-core/test/J1/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty1-1375403367753//nodes_used_collection_shard1_replica2/data/
   [junit4]   2> 1025385 T2032 oasc.JmxMonitoredMap.<init> JMX monitoring is enabled. Adding Solr mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@15e4da62
   [junit4]   2> 1025385 T2013 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe"
   [junit4]   2> 1025386 T2013 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "stored_sig"
   [junit4]   2> 1025386 T2032 oasc.CachingDirectoryFactory.get return new directory for /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-Java7/solr/build/solr-core/test/J1/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty1-1375403367753//nodes_used_collection_shard1_replica2/data
   [junit4]   2> 1025386 T2013 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "distrib-dup-test-chain-implicit"
   [junit4]   2> 1025386 T2032 oasc.SolrCore.getNewIndexDir New index directory detected: old=null new=/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-Java7/solr/build/solr-core/test/J1/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty1-1375403367753//nodes_used_collection_shard1_replica2/data/index/
   [junit4]   2> 1025387 T2013 oasc.RequestHandlers.initHandlersFromConfig created standard: solr.StandardRequestHandler
   [junit4]   2> 1025387 T2032 oasc.SolrCore.initIndex WARN [nodes_used_collection_shard1_replica2] Solr index directory '/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-Java7/solr/build/solr-core/test/J1/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty1-1375403367753/nodes_used_collection_shard1_replica2/data/index' doesn't exist. Creating new index...
   [junit4]   2> 1025388 T2013 oasc.RequestHandlers.initHandlersFromConfig created /get: solr.RealTimeGetHandler
   [junit4]   2> 1025388 T2013 oasc.RequestHandlers.initHandlersFromConfig adding lazy requestHandler: solr.ReplicationHandler
   [junit4]   2> 1025388 T2032 oasc.CachingDirectoryFactory.get return new directory for /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-Java7/solr/build/solr-core/test/J1/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty1-1375403367753//nodes_used_collection_shard1_replica2/data/index
   [junit4]   2> 1025389 T2013 oasc.RequestHandlers.initHandlersFromConfig created /replication: solr.ReplicationHandler
   [junit4]   2> 1025389 T2013 oasc.RequestHandlers.initHandlersFromConfig created /update: solr.UpdateRequestHandler
   [junit4]   2> 1025390 T2013 oasc.RequestHandlers.initHandlersFromConfig created /admin/: org.apache.solr.handler.admin.AdminHandlers
   [junit4]   2> 1025393 T2059 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
   [junit4]   2> 1025396 T2032 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits: num=1
   [junit4]   2> 		commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@6caa9c6c lockFactory=org.apache.lucene.store.NativeFSLockFactory@61070b86),segFN=segments_1,generation=1}
   [junit4]   2> 1025396 T2032 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1
   [junit4]   2> 1025403 T2032 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe"
   [junit4]   2> 1025403 T2032 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "stored_sig"
   [junit4]   2> 1025404 T2032 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "distrib-dup-test-chain-implicit"
   [junit4]   2> 1025405 T2032 oasc.RequestHandlers.initHandlersFromConfig created standard: solr.StandardRequestHandler
   [junit4]   2> 1025406 T2032 oasc.RequestHandlers.initHandlersFromConfig created /get: solr.RealTimeGetHandler
   [junit4]   2> 1025406 T2032 oasc.RequestHandlers.initHandlersFromConfig adding lazy requestHandler: solr.ReplicationHandler
   [junit4]   2> 1025407 T2032 oasc.RequestHandlers.initHandlersFromConfig created /replication: solr.ReplicationHandler
   [junit4]   2> 1025407 T2032 oasc.RequestHandlers.initHandlersFromConfig created /update: solr.UpdateRequestHandler
   [junit4]   2> 1025408 T2032 oasc.RequestHandlers.initHandlersFromConfig created /admin/: org.apache.solr.handler.admin.AdminHandlers
   [junit4]   2> 1025409 T2013 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 1025412 T2013 oass.SolrIndexSearcher.<init> Opening Searcher@73694a16 main
   [junit4]   2> 1025414 T2013 oasu.CommitTracker.<init> Hard AutoCommit: disabled
   [junit4]   2> 1025415 T2013 oasu.CommitTracker.<init> Soft AutoCommit: disabled
   [junit4]   2> 1025415 T2059 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
   [junit4]   2> 1025418 T2032 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 1025418 T2089 oasc.SolrCore.registerSearcher [nodes_used_collection_shard2_replica2] Registered new searcher Searcher@73694a16 main{StandardDirectoryReader(segments_1:1)}
   [junit4]   2> 1025420 T2013 oasc.CoreContainer.registerCore registering core: nodes_used_collection_shard2_replica2
   [junit4]   2> 1025421 T2013 oasc.ZkController.register Register replica - core:nodes_used_collection_shard2_replica2 address:http://127.0.0.1:14122/_t/tw collection:nodes_used_collection shard:shard2
   [junit4]   2> 1025421 T2013 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=10000&maxConnectionsPerHost=20&connTimeout=15000&socketTimeout=30000&retry=false
   [junit4]   2> 1025422 T2032 oass.SolrIndexSearcher.<init> Opening Searcher@73de6b59 main
   [junit4]   2> 1025423 T2059 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
   [junit4]   2> 1025424 T2032 oasu.CommitTracker.<init> Hard AutoCommit: disabled
   [junit4]   2> 1025424 T2059 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Unknown key IMPORTANT NOTE
   [junit4]   2> 1025425 T2059 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Expected key, got STRING
   [junit4]   2> 1025425 T2032 oasu.CommitTracker.<init> Soft AutoCommit: disabled
   [junit4]   2> 1025426 T2059 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
   [junit4]   2> 1025427 T2059 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Unknown key IMPORTANT NOTE
   [junit4]   2> 1025427 T2059 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Expected key, got STRING
   [junit4]   2> 1025428 T2059 oasc.SolrCore.initDirectoryFactory org.apache.solr.core.MockDirectoryFactory
   [junit4]   2> 1025428 T2059 oasc.SolrCore.<init> [nodes_used_collection_shard1_replica1] Opening new SolrCore at /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-Java7/solr/build/solr-core/test/J1/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty3-1375403371277/nodes_used_collection_shard1_replica1/, dataDir=/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-Java7/solr/build/solr-core/test/J1/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty3-1375403371277//nodes_used_collection_shard1_replica1/data/
   [junit4]   2> 1025428 T2059 oasc.JmxMonitoredMap.<init> JMX monitoring is enabled. Adding Solr mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@15e4da62
   [junit4]   2> 1025429 T2059 oasc.CachingDirectoryFactory.get return new directory for /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-Java7/solr/build/solr-core/test/J1/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty3-1375403371277//nodes_used_collection_shard1_replica1/data
   [junit4]   2> 1025430 T2090 oasc.SolrCore.registerSearcher [nodes_used_collection_shard1_replica2] Registered new searcher Searcher@73de6b59 main{StandardDirectoryReader(segments_1:1)}
   [junit4]   2> 1025430 T2059 oasc.SolrCore.getNewIndexDir New index directory detected: old=null new=/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-Java7/solr/build/solr-core/test/J1/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty3-1375403371277//nodes_used_collection_shard1_replica1/data/index/
   [junit4]   2> 1025430 T2059 oasc.SolrCore.initIndex WARN [nodes_used_collection_shard1_replica1] Solr index directory '/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-Java7/solr/build/solr-core/test/J1/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty3-1375403371277/nodes_used_collection_shard1_replica1/data/index' doesn't exist. Creating new index...
   [junit4]   2> 1025431 T2059 oasc.CachingDirectoryFactory.get return new directory for /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-Java7/solr/build/solr-core/test/J1/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty3-1375403371277//nodes_used_collection_shard1_replica1/data/index
   [junit4]   2> 1025432 T2032 oasc.CoreContainer.registerCore registering core: nodes_used_collection_shard1_replica2
   [junit4]   2> 1025432 T2032 oasc.ZkController.register Register replica - core:nodes_used_collection_shard1_replica2 address:http://127.0.0.1:22400/_t/tw collection:nodes_used_collection shard:shard1
   [junit4]   2> 1025433 T2032 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=10000&maxConnectionsPerHost=20&connTimeout=15000&socketTimeout=30000&retry=false
   [junit4]   2> 1025436 T2059 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits: num=1
   [junit4]   2> 		commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@41bd65a2 lockFactory=org.apache.lucene.store.NativeFSLockFactory@124e6019),segFN=segments_1,generation=1}
   [junit4]   2> 1025436 T2059 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1
   [junit4]   2> 1025436 T2013 oascc.SolrZkClient.makePath makePath: /collections/nodes_used_collection/leader_elect/shard2/election
   [junit4]   2> 1025441 T2059 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe"
   [junit4]   2> 1025441 T2059 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "stored_sig"
   [junit4]   2> 1025442 T2059 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "distrib-dup-test-chain-implicit"
   [junit4]   2> 1025442 T2059 oasc.RequestHandlers.initHandlersFromConfig created standard: solr.StandardRequestHandler
   [junit4]   2> 1025443 T2059 oasc.RequestHandlers.initHandlersFromConfig created /get: solr.RealTimeGetHandler
   [junit4]   2> 1025443 T2059 oasc.RequestHandlers.initHandlersFromConfig adding lazy requestHandler: solr.ReplicationHandler
   [junit4]   2> 1025444 T2059 oasc.RequestHandlers.initHandlersFromConfig created /replication: solr.ReplicationHandler
   [junit4]   2> 1025444 T2059 oasc.RequestHandlers.initHandlersFromConfig created /update: solr.UpdateRequestHandler
   [junit4]   2> 1025444 T2059 oasc.RequestHandlers.initHandlersFromConfig created /admin/: org.apache.solr.handler.admin.AdminHandlers
   [junit4]   2> 1025454 T2045 oass.OpenExchangeRatesOrgProvider.init Initialized with rates=open-exchange-rates.json, refreshInterval=1440.
   [junit4]   2> 1025458 T2032 oascc.SolrZkClient.makePath makePath: /collections/nodes_used_collection/leader_elect/shard1/election
   [junit4]   2> 1025460 T2013 oasc.ShardLeaderElectionContext.runLeaderProcess Running the leader process for shard shard2
   [junit4]   2> 1025462 T2059 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 1025464 T2013 oasc.ShardLeaderElectionContext.waitForReplicasToComeUp Waiting until we see more replicas up for shard shard2: total=2 found=1 timeoutin=180000
   [junit4]   2> 1025465 T2045 oass.IndexSchema.readSchema default search field in schema is text
   [junit4]   2> 1025465 T2032 oasc.ShardLeaderElectionContext.runLeaderProcess Running the leader process for shard shard1
   [junit4]   2> 1025465 T2059 oass.SolrIndexSearcher.<init> Opening Searcher@313ca190 main
   [junit4]   2> 1025467 T2059 oasu.CommitTracker.<init> Hard AutoCommit: disabled
   [junit4]   2> 1025467 T2059 oasu.CommitTracker.<init> Soft AutoCommit: disabled
   [junit4]   2> 1025468 T2032 oasc.ShardLeaderElectionContext.waitForReplicasToComeUp Waiting until we see more replicas up for shard shard1: total=2 found=1 timeoutin=179999
   [junit4]   2> 1025468 T2045 oass.IndexSchema.readSchema unique key field: id
   [junit4]   2> 1025470 T2091 oasc.SolrCore.registerSearcher [nodes_used_collection_shard1_replica1] Registered new searcher Searcher@313ca190 main{StandardDirectoryReader(segments_1:1)}
   [junit4]   2> 1025471 T2059 oasc.CoreContainer.registerCore registering core: nodes_used_collection_shard1_replica1
   [junit4]   2> 1025472 T2059 oasc.ZkController.register Register replica - core:nodes_used_collection_shard1_replica1 address:http://127.0.0.1:29843/_t/tw collection:nodes_used_collection shard:shard1
   [junit4]   2> 1025472 T2059 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=10000&maxConnectionsPerHost=20&connTimeout=15000&socketTimeout=30000&retry=false
   [junit4]   2> 1025483 T2045 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
   [junit4]   2> 1025501 T2045 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
   [junit4]   2> 1025506 T2045 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
   [junit4]   2> 1025508 T2045 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Unknown key IMPORTANT NOTE
   [junit4]   2> 1025508 T2045 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Expected key, got STRING
   [junit4]   2> 1025509 T2045 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
   [junit4]   2> 1025510 T2045 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Unknown key IMPORTANT NOTE
   [junit4]   2> 1025510 T2045 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Expected key, got STRING
   [junit4]   2> 1025510 T2045 oasc.SolrCore.initDirectoryFactory org.apache.solr.core.MockDirectoryFactory
   [junit4]   2> 1025511 T2045 oasc.SolrCore.<init> [nodes_used_collection_shard2_replica1] Opening new SolrCore at /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-Java7/solr/build/solr-core/test/J1/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty2-1375403369529/nodes_used_collection_shard2_replica1/, dataDir=/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-Java7/solr/build/solr-core/test/J1/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty2-1375403369529//nodes_used_collection_shard2_replica1/data/
   [junit4]   2> 1025511 T2045 oasc.JmxMonitoredMap.<init> JMX monitoring is enabled. Adding Solr mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@15e4da62
   [junit4]   2> 1025512 T2045 oasc.CachingDirectoryFactory.get return new directory for /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-Java7/solr/build/solr-core/test/J1/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty2-1375403369529//nodes_used_collection_shard2_replica1/data
   [junit4]   2> 1025513 T2045 oasc.SolrCore.getNewIndexDir New index directory detected: old=null new=/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-Java7/solr/build/solr-core/test/J1/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty2-1375403369529//nodes_used_collection_shard2_replica1/data/index/
   [junit4]   2> 1025513 T2045 oasc.SolrCore.initIndex WARN [nodes_used_collection_shard2_replica1] Solr index directory '/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-Java7/solr/build/solr-core/test/J1/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty2-1375403369529/nodes_used_collection_shard2_replica1/data/index' doesn't exist. Creating new index...
   [junit4]   2> 1025513 T2045 oasc.CachingDirectoryFactory.get return new directory for /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-Java7/solr/build/solr-core/test/J1/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty2-1375403369529//nodes_used_collection_shard2_replica1/data/index
   [junit4]   2> 1025518 T2045 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits: num=1
   [junit4]   2> 		commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@342d52f5 lockFactory=org.apache.lucene.store.NativeFSLockFactory@2b7cb27),segFN=segments_1,generation=1}
   [junit4]   2> 1025518 T2045 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1
   [junit4]   2> 1025523 T2045 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe"
   [junit4]   2> 1025523 T2045 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "stored_sig"
   [junit4]   2> 1025524 T2045 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "distrib-dup-test-chain-implicit"
   [junit4]   2> 1025524 T2045 oasc.RequestHandlers.initHandlersFromConfig created standard: solr.StandardRequestHandler
   [junit4]   2> 1025525 T2045 oasc.RequestHandlers.initHandlersFromConfig created /get: solr.RealTimeGetHandler
   [junit4]   2> 1025525 T2045 oasc.RequestHandlers.initHandlersFromConfig adding lazy requestHandler: solr.ReplicationHandler
   [junit4]   2> 1025526 T2045 oasc.RequestHandlers.initHandlersFromConfig created /replication: solr.ReplicationHandler
   [junit4]   2> 1025526 T2045 oasc.RequestHandlers.initHandlersFromConfig created /update: solr.UpdateRequestHandler
   [junit4]   2> 1025527 T2045 oasc.RequestHandlers.initHandlersFromConfig created /admin/: org.apache.solr.handler.admin.AdminHandlers
   [junit4]   2> 1025541 T2045 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 1025547 T2045 oass.SolrIndexSearcher.<init> Opening Searcher@3ae9eabf main
   [junit4]   2> 1025549 T2045 oasu.CommitTracker.<init> Hard AutoCommit: disabled
   [junit4]   2> 1025549 T2045 oasu.CommitTracker.<init> Soft AutoCommit: disabled
   [junit4]   2> 1025552 T2092 oasc.SolrCore.registerSearcher [nodes_used_collection_shard2_replica1] Registered new searcher Searcher@3ae9eabf main{StandardDirectoryReader(segments_1:1)}
   [junit4]   2> 1025554 T2045 oasc.CoreContainer.registerCore registering core: nodes_used_collection_shard2_replica1
   [junit4]   2> 1025554 T2045 oasc.ZkController.register Register replica - core:nodes_used_collection_shard2_replica1 address:http://127.0.0.1:57571/_t/tw collection:nodes_used_collection shard:shard2
   [junit4]   2> 1025554 T2045 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=10000&maxConnectionsPerHost=20&connTimeout=15000&socketTimeout=30000&retry=false
   [junit4]   2> 1025966 T2013 oasc.ShardLeaderElectionContext.waitForReplicasToComeUp Enough replicas found to continue.
   [junit4]   2> 1025967 T2013 oasc.ShardLeaderElectionContext.runLeaderProcess I may be the new leader - try and sync
   [junit4]   2> 1025967 T2013 oasc.SyncStrategy.sync Sync replicas to http://127.0.0.1:14122/_t/tw/nodes_used_collection_shard2_replica2/
   [junit4]   2> 1025967 T2013 oasu.PeerSync.sync PeerSync: core=nodes_used_collection_shard2_replica2 url=http://127.0.0.1:14122/_t/tw START replicas=[http://127.0.0.1:57571/_t/tw/nodes_used_collection_shard2_replica1/] nUpdates=100
   [junit4]   2> 1025968 T2013 oasu.PeerSync.sync PeerSync: core=nodes_used_collection_shard2_replica2 url=http://127.0.0.1:14122/_t/tw DONE.  We have no versions.  sync failed.
   [junit4]   2> 1025968 T2013 oasc.SyncStrategy.syncReplicas Leader's attempt to sync with shard failed, moving to the next candidate
   [junit4]   2> 1025969 T2013 oasc.ShardLeaderElectionContext.runLeaderProcess We failed sync, but we have no versions - we can't sync in that case - we were active before, so become leader anyway
   [junit4]   2> 1025969 T2013 oasc.ShardLeaderElectionContext.runLeaderProcess I am the new leader: http://127.0.0.1:14122/_t/tw/nodes_used_collection_shard2_replica2/ shard2
   [junit4]   2> 1025970 T2013 oascc.SolrZkClient.makePath makePath: /collections/nodes_used_collection/leaders/shard2
   [junit4]   2> 1025970 T2032 oasc.ShardLeaderElectionContext.waitForReplicasToComeUp Enough replicas found to continue.
   [junit4]   2> 1025970 T2032 oasc.ShardLeaderElectionContext.runLeaderProcess I may be the new leader - try and sync
   [junit4]   2> 1025971 T2032 oasc.SyncStrategy.sync Sync replicas to http://127.0.0.1:22400/_t/tw/nodes_used_collection_shard1_replica2/
   [junit4]   2> 1025971 T2032 oasu.PeerSync.sync PeerSync: core=nodes_used_collection_shard1_replica2 url=http://127.0.0.1:22400/_t/tw START replicas=[http://127.0.0.1:29843/_t/tw/nodes_used_collection_shard1_replica1/] nUpdates=100
   [junit4]   2> 1025971 T2032 oasu.PeerSync.sync PeerSync: core=nodes_used_collection_shard1_replica2 url=http://127.0.0.1:22400/_t/tw DONE.  We have no versions.  sync failed.
   [junit4]   2> 1025972 T2032 oasc.SyncStrategy.syncReplicas Leader's attempt to sync with shard failed, moving to the next candidate
   [junit4]   2> 1025972 T2032 oasc.ShardLeaderElectionContext.runLeaderProcess We failed sync, but we have no versions - we can't sync in that case - we were active before, so b

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

domizedtesting.SeedInfo.seed([D23CB24F71E7B9E1:53DA3C5706B8D9DD]: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.CollectionsAPIDistributedZkTest.testCustomCollectionsAPI(CollectionsAPIDistributedZkTest.java:764)
   [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:724)
   [junit4]    > Caused by: org.apache.http.conn.ConnectTimeoutException: Connect to 127.0.0.1:22400 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]    > 	... 44 more
   [junit4]   2> 1182249 T2001 oas.SolrTestCaseJ4.deleteCore ###deleteCore
   [junit4]   2> 168367 T2000 ccr.ThreadLeakControl.checkThreadLeaks WARNING Will linger awaiting termination of 1 leaked thread(s).
   [junit4]   2> 1183358 T2083 oasc.LeaderElector$1.process WARN  org.apache.zookeeper.KeeperException$SessionExpiredException: KeeperErrorCode = Session expired for /collections/new_implicit_coll_0/leader_elect/d/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> 1183359 T2083 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> 1183359 T2083 oascc.ZkStateReader$3.process WARN ZooKeeper watch triggered, but Solr cannot talk to ZK
   [junit4]   2> 1183359 T2083 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> 1183360 T2083 oascc.ZkStateReader$2.process WARN ZooKeeper watch triggered, but Solr cannot talk to ZK
   [junit4]   2> 1183360 T2083 oasc.LeaderElector$1.process WARN  org.apache.zookeeper.KeeperException$SessionExpiredException: KeeperErrorCode = Session expired for /collections/new_implicit_coll_0/leader_elect/a/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=Lucene40, sim=RandomSimilarityProvider(queryNorm=true,coord=crazy): {}, locale=es_AR, timezone=America/Caracas
   [junit4]   2> NOTE: FreeBSD 9.1-RELEASE-p3 amd64/Oracle Corporation 1.7.0_25 (64-bit)/cpus=16,threads=6,free=94791856,total=536870912
   [junit4]   2> NOTE: All tests run in this JVM: [OpenExchangeRatesOrgProviderTest, DocumentAnalysisRequestHandlerTest, TestRecovery, CoreAdminCreateDiscoverTest, QueryResultKeyTest, TestSolr4Spatial, SimplePostToolTest, IndexBasedSpellCheckerTest, RequiredFieldsTest, TestJmxIntegration, BasicDistributedZk2Test, FieldAnalysisRequestHandlerTest, TestCollationField, TestCloudManagedSchema, TestBinaryResponseWriter, TestWordDelimiterFilterFactory, TestDistributedSearch, TestPostingsSolrHighlighter, TestReloadAndDeleteDocs, TestCSVResponseWriter, LeaderElectionIntegrationTest, OutputWriterTest, TestDFRSimilarityFactory, TestRTGBase, DebugComponentTest, HardAutoCommitTest, CoreContainerCoreInitFailuresTest, CurrencyFieldOpenExchangeTest, HdfsRecoveryZkTest, PathHierarchyTokenizerFactoryTest, TestSchemaResource, BadCopyFieldTest, SolrCmdDistributorTest, TestZkChroot, TestLuceneMatchVersion, PingRequestHandlerTest, ZkNodePropsTest, TestLazyCores, BasicZkTest, SolrPluginUtilsTest, DOMUtilTest, TestStressLucene, DisMaxRequestHandlerTest, TestSolrJ, TestQueryTypes, TestAddFieldRealTimeGet, SolrCoreCheckLockOnStartupTest, CopyFieldTest, TestSuggestSpellingConverter, TestRandomMergePolicy, DeleteShardTest, TestFastOutputStream, SuggesterTSTTest, MultiTermTest, TestCodecSupport, TestRandomFaceting, TestPartialUpdateDeduplication, SolrRequestParserTest, TestInfoStreamLogging, DistanceFunctionTest, TestCoreDiscovery, ZkSolrClientTest, StatsComponentTest, TimeZoneUtilsTest, TestFoldingMultitermQuery, TestManagedSchema, FullSolrCloudDistribCmdsTest, TestAtomicUpdateErrorCases, TestAnalyzedSuggestions, SampleTest, TestRecoveryHdfs, CurrencyFieldXmlFileTest, CollectionsAPIDistributedZkTest]
   [junit4] Completed on J1 in 169.65s, 1 test, 1 error <<< FAILURES!

[...truncated 544 lines...]
BUILD FAILED
/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-Java7/build.xml:389: The following error occurred while executing this line:
/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-Java7/build.xml:369: The following error occurred while executing this line:
/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-Java7/build.xml:39: The following error occurred while executing this line:
/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-Java7/solr/build.xml:181: The following error occurred while executing this line:
/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-Java7/solr/common-build.xml:449: The following error occurred while executing this line:
/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-Java7/lucene/common-build.xml:1230: The following error occurred while executing this line:
/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-Java7/lucene/common-build.xml:873: There were test failures: 320 suites, 1347 tests, 1 error, 34 ignored (6 assumptions)

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



[JENKINS] Lucene-Solr-Tests-trunk-Java7 - Build # 4208 - Still Failing

Posted by Apache Jenkins Server <je...@builds.apache.org>.
Build: https://builds.apache.org/job/Lucene-Solr-Tests-trunk-Java7/4208/

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

Error Message:
IOException occured when talking to server at: http://127.0.0.1:54704/djn

Stack Trace:
org.apache.solr.client.solrj.SolrServerException: IOException occured when talking to server at: http://127.0.0.1:54704/djn
	at __randomizedtesting.SeedInfo.seed([9E9FBBC428AC8A4E:1F7935DC5FF3EA72]: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.CollectionsAPIDistributedZkTest.testCustomCollectionsAPI(CollectionsAPIDistributedZkTest.java:764)
	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:606)
	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:724)
Caused by: org.apache.http.conn.ConnectTimeoutException: Connect to 127.0.0.1:54704 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)
	... 44 more




Build Log:
[...truncated 9794 lines...]
   [junit4] Suite: org.apache.solr.cloud.CollectionsAPIDistributedZkTest
   [junit4]   2> 1137358 T3108 oas.BaseDistributedSearchTestCase.initHostContext Setting hostContext system property: /djn/
   [junit4]   2> 1137364 T3108 oas.SolrTestCaseJ4.setUp ###Starting testDistribSearch
   [junit4]   2> Creating dataDir: /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-Java7/solr/build/solr-core/test/J0/./solrtest-CollectionsAPIDistributedZkTest-1375571694534
   [junit4]   2> 1137366 T3108 oasc.ZkTestServer.run STARTING ZK TEST SERVER
   [junit4]   2> 1137366 T3109 oasc.ZkTestServer$ZKServerMain.runFromConfig Starting server
   [junit4]   2> 1137467 T3108 oasc.ZkTestServer.run start zk server on port:40955
   [junit4]   2> 1137468 T3108 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 1137497 T3115 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@31f67f87 name:ZooKeeperConnection Watcher:127.0.0.1:40955 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 1137498 T3108 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 1137498 T3108 oascc.SolrZkClient.makePath makePath: /solr
   [junit4]   2> 1137525 T3108 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 1137527 T3117 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@b54b1c6 name:ZooKeeperConnection Watcher:127.0.0.1:40955/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 1137527 T3108 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 1137528 T3108 oascc.SolrZkClient.makePath makePath: /collections/collection1
   [junit4]   2> 1137538 T3108 oascc.SolrZkClient.makePath makePath: /collections/collection1/shards
   [junit4]   2> 1137549 T3108 oascc.SolrZkClient.makePath makePath: /collections/control_collection
   [junit4]   2> 1137552 T3108 oascc.SolrZkClient.makePath makePath: /collections/control_collection/shards
   [junit4]   2> 1137555 T3108 oasc.AbstractZkTestCase.putConfig put /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-Java7/solr/build/solr-core/test-files/solr/collection1/conf/solrconfig-tlog.xml to /configs/conf1/solrconfig.xml
   [junit4]   2> 1137556 T3108 oascc.SolrZkClient.makePath makePath: /configs/conf1/solrconfig.xml
   [junit4]   2> 1137569 T3108 oasc.AbstractZkTestCase.putConfig put /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-Java7/solr/build/solr-core/test-files/solr/collection1/conf/schema.xml to /configs/conf1/schema.xml
   [junit4]   2> 1137569 T3108 oascc.SolrZkClient.makePath makePath: /configs/conf1/schema.xml
   [junit4]   2> 1137673 T3108 oasc.AbstractZkTestCase.putConfig put /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-Java7/solr/build/solr-core/test-files/solr/collection1/conf/stopwords.txt to /configs/conf1/stopwords.txt
   [junit4]   2> 1137674 T3108 oascc.SolrZkClient.makePath makePath: /configs/conf1/stopwords.txt
   [junit4]   2> 1137676 T3108 oasc.AbstractZkTestCase.putConfig put /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-Java7/solr/build/solr-core/test-files/solr/collection1/conf/protwords.txt to /configs/conf1/protwords.txt
   [junit4]   2> 1137677 T3108 oascc.SolrZkClient.makePath makePath: /configs/conf1/protwords.txt
   [junit4]   2> 1137688 T3108 oasc.AbstractZkTestCase.putConfig put /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-Java7/solr/build/solr-core/test-files/solr/collection1/conf/currency.xml to /configs/conf1/currency.xml
   [junit4]   2> 1137689 T3108 oascc.SolrZkClient.makePath makePath: /configs/conf1/currency.xml
   [junit4]   2> 1137691 T3108 oasc.AbstractZkTestCase.putConfig put /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-Java7/solr/build/solr-core/test-files/solr/collection1/conf/open-exchange-rates.json to /configs/conf1/open-exchange-rates.json
   [junit4]   2> 1137692 T3108 oascc.SolrZkClient.makePath makePath: /configs/conf1/open-exchange-rates.json
   [junit4]   2> 1137695 T3108 oasc.AbstractZkTestCase.putConfig put /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-Java7/solr/build/solr-core/test-files/solr/collection1/conf/mapping-ISOLatin1Accent.txt to /configs/conf1/mapping-ISOLatin1Accent.txt
   [junit4]   2> 1137695 T3108 oascc.SolrZkClient.makePath makePath: /configs/conf1/mapping-ISOLatin1Accent.txt
   [junit4]   2> 1137698 T3108 oasc.AbstractZkTestCase.putConfig put /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-Java7/solr/build/solr-core/test-files/solr/collection1/conf/old_synonyms.txt to /configs/conf1/old_synonyms.txt
   [junit4]   2> 1137699 T3108 oascc.SolrZkClient.makePath makePath: /configs/conf1/old_synonyms.txt
   [junit4]   2> 1137702 T3108 oasc.AbstractZkTestCase.putConfig put /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-Java7/solr/build/solr-core/test-files/solr/collection1/conf/synonyms.txt to /configs/conf1/synonyms.txt
   [junit4]   2> 1137703 T3108 oascc.SolrZkClient.makePath makePath: /configs/conf1/synonyms.txt
   [junit4]   2> 1137975 T3108 oejs.Server.doStart jetty-8.1.10.v20130312
   [junit4]   2> 1137979 T3108 oejs.AbstractConnector.doStart Started SocketConnector@127.0.0.1:14295
   [junit4]   2> 1137980 T3108 oass.SolrDispatchFilter.init SolrDispatchFilter.init()
   [junit4]   2> 1137981 T3108 oasc.SolrResourceLoader.locateSolrHome JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 1137981 T3108 oasc.SolrResourceLoader.locateSolrHome using system property solr.solr.home: /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-Java7/solr/build/solr-core/test/J0/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-controljetty-1375571694882
   [junit4]   2> 1137982 T3108 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-Java7/solr/build/solr-core/test/J0/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-controljetty-1375571694882/'
   [junit4]   2> 1138019 T3108 oasc.ConfigSolr.fromFile Loading container configuration from /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-Java7/solr/build/solr-core/test/J0/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-controljetty-1375571694882/solr.xml
   [junit4]   2> 1138108 T3108 oasc.ConfigSolrXml.<init> Config-defined core root directory: 
   [junit4]   2> 1138108 T3108 oasc.CoreContainer.<init> New CoreContainer 638671275
   [junit4]   2> 1138109 T3108 oasc.CoreContainer.load Loading cores into CoreContainer [instanceDir=/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-Java7/solr/build/solr-core/test/J0/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-controljetty-1375571694882/]
   [junit4]   2> 1138111 T3108 oashc.HttpShardHandlerFactory.getParameter Setting socketTimeout to: 120000
   [junit4]   2> 1138111 T3108 oashc.HttpShardHandlerFactory.getParameter Setting urlScheme to: http://
   [junit4]   2> 1138112 T3108 oashc.HttpShardHandlerFactory.getParameter Setting connTimeout to: 15000
   [junit4]   2> 1138112 T3108 oashc.HttpShardHandlerFactory.getParameter Setting maxConnectionsPerHost to: 20
   [junit4]   2> 1138113 T3108 oashc.HttpShardHandlerFactory.getParameter Setting corePoolSize to: 0
   [junit4]   2> 1138113 T3108 oashc.HttpShardHandlerFactory.getParameter Setting maximumPoolSize to: 2147483647
   [junit4]   2> 1138113 T3108 oashc.HttpShardHandlerFactory.getParameter Setting maxThreadIdleTime to: 5
   [junit4]   2> 1138114 T3108 oashc.HttpShardHandlerFactory.getParameter Setting sizeOfQueue to: -1
   [junit4]   2> 1138114 T3108 oashc.HttpShardHandlerFactory.getParameter Setting fairnessPolicy to: false
   [junit4]   2> 1138115 T3108 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnectionsPerHost=20&maxConnections=10000&socketTimeout=120000&connTimeout=15000&retry=false
   [junit4]   2> 1138132 T3108 oasc.ZkContainer.initZooKeeper Zookeeper client=127.0.0.1:40955/solr
   [junit4]   2> 1138133 T3108 oasc.ZkController.checkChrootPath zkHost includes chroot
   [junit4]   2> 1138134 T3108 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 1138137 T3128 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@42f48969 name:ZooKeeperConnection Watcher:127.0.0.1:40955 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 1138137 T3108 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 1138147 T3108 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=500&maxConnectionsPerHost=16&socketTimeout=120000&connTimeout=15000
   [junit4]   2> 1138159 T3108 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 1138161 T3130 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@a8c1be5 name:ZooKeeperConnection Watcher:127.0.0.1:40955/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 1138161 T3108 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 1138168 T3108 oascc.SolrZkClient.makePath makePath: /overseer/queue
   [junit4]   2> 1138172 T3108 oascc.SolrZkClient.makePath makePath: /overseer/collection-queue-work
   [junit4]   2> 1138180 T3108 oascc.SolrZkClient.makePath makePath: /live_nodes
   [junit4]   2> 1138181 T3108 oasc.ZkController.createEphemeralLiveNode Register node as live in ZooKeeper:/live_nodes/127.0.0.1:14295_djn
   [junit4]   2> 1138183 T3108 oascc.SolrZkClient.makePath makePath: /live_nodes/127.0.0.1:14295_djn
   [junit4]   2> 1138187 T3108 oascc.SolrZkClient.makePath makePath: /overseer_elect/election
   [junit4]   2> 1138207 T3108 oascc.SolrZkClient.makePath makePath: /overseer_elect/leader
   [junit4]   2> 1138209 T3108 oasc.Overseer.start Overseer (id=90149466573570051-127.0.0.1:14295_djn-n_0000000000) starting
   [junit4]   2> 1138213 T3108 oascc.SolrZkClient.makePath makePath: /overseer/queue-work
   [junit4]   2> 1138229 T3132 oasc.OverseerCollectionProcessor.run Process current queue of collection creations
   [junit4]   2> 1138229 T3108 oascc.SolrZkClient.makePath makePath: /clusterstate.json
   [junit4]   2> 1138231 T3108 oascc.SolrZkClient.makePath makePath: /aliases.json
   [junit4]   2> 1138233 T3108 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
   [junit4]   2> 1138235 T3131 oasc.Overseer$ClusterStateUpdater.run Starting to work on the main queue
   [junit4]   2> 1138238 T3108 oasc.CorePropertiesLocator.discover Looking for core definitions underneath /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-Java7/solr/build/solr-core/test/J0/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-controljetty-1375571694882
   [junit4]   2> 1138240 T3108 oasc.CorePropertiesLocator.discoverUnder Found core conf in /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-Java7/solr/build/solr-core/test/J0/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-controljetty-1375571694882/conf/
   [junit4]   2> 1138408 T3108 oasc.CorePropertiesLocator.discover Found 1 core definitions
   [junit4]   2> 1138409 T3108 oass.SolrDispatchFilter.init user.dir=/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-Java7/solr/build/solr-core/test/J0
   [junit4]   2> 1138409 T3108 oass.SolrDispatchFilter.init SolrDispatchFilter.init() done
   [junit4]   2> 1138410 T3108 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=128&maxConnectionsPerHost=32&followRedirects=false
   [junit4]   2> 1138427 T3108 oascsi.HttpClientUtil.createClient Creating new http client, config:
   [junit4]   2> 1138428 T3108 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 1138448 T3135 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@677a428f name:ZooKeeperConnection Watcher:127.0.0.1:40955/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 1138449 T3108 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 1138450 T3108 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
   [junit4]   2> 1138452 T3108 oasc.ChaosMonkey.monkeyLog monkey: init - expire sessions:true cause connection loss:true
   [junit4]   2> 1138776 T3108 oejs.Server.doStart jetty-8.1.10.v20130312
   [junit4]   2> 1138779 T3108 oejs.AbstractConnector.doStart Started SocketConnector@127.0.0.1:54704
   [junit4]   2> 1138780 T3108 oass.SolrDispatchFilter.init SolrDispatchFilter.init()
   [junit4]   2> 1138780 T3108 oasc.SolrResourceLoader.locateSolrHome JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 1138781 T3108 oasc.SolrResourceLoader.locateSolrHome using system property solr.solr.home: /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-Java7/solr/build/solr-core/test/J0/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty1-1375571695621
   [junit4]   2> 1138781 T3108 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-Java7/solr/build/solr-core/test/J0/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty1-1375571695621/'
   [junit4]   2> 1138830 T3108 oasc.ConfigSolr.fromFile Loading container configuration from /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-Java7/solr/build/solr-core/test/J0/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty1-1375571695621/solr.xml
   [junit4]   2> 1138920 T3108 oasc.ConfigSolrXml.<init> Config-defined core root directory: 
   [junit4]   2> 1138921 T3108 oasc.CoreContainer.<init> New CoreContainer 1578351353
   [junit4]   2> 1138921 T3108 oasc.CoreContainer.load Loading cores into CoreContainer [instanceDir=/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-Java7/solr/build/solr-core/test/J0/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty1-1375571695621/]
   [junit4]   2> 1138923 T3108 oashc.HttpShardHandlerFactory.getParameter Setting socketTimeout to: 120000
   [junit4]   2> 1138923 T3108 oashc.HttpShardHandlerFactory.getParameter Setting urlScheme to: http://
   [junit4]   2> 1138924 T3108 oashc.HttpShardHandlerFactory.getParameter Setting connTimeout to: 15000
   [junit4]   2> 1138924 T3108 oashc.HttpShardHandlerFactory.getParameter Setting maxConnectionsPerHost to: 20
   [junit4]   2> 1138925 T3108 oashc.HttpShardHandlerFactory.getParameter Setting corePoolSize to: 0
   [junit4]   2> 1138925 T3108 oashc.HttpShardHandlerFactory.getParameter Setting maximumPoolSize to: 2147483647
   [junit4]   2> 1138926 T3108 oashc.HttpShardHandlerFactory.getParameter Setting maxThreadIdleTime to: 5
   [junit4]   2> 1138926 T3108 oashc.HttpShardHandlerFactory.getParameter Setting sizeOfQueue to: -1
   [junit4]   2> 1138926 T3108 oashc.HttpShardHandlerFactory.getParameter Setting fairnessPolicy to: false
   [junit4]   2> 1138927 T3108 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnectionsPerHost=20&maxConnections=10000&socketTimeout=120000&connTimeout=15000&retry=false
   [junit4]   2> 1138944 T3108 oasc.ZkContainer.initZooKeeper Zookeeper client=127.0.0.1:40955/solr
   [junit4]   2> 1138945 T3108 oasc.ZkController.checkChrootPath zkHost includes chroot
   [junit4]   2> 1138946 T3108 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 1138948 T3146 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@4f6d948b name:ZooKeeperConnection Watcher:127.0.0.1:40955 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 1138948 T3108 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 1138950 T3108 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=500&maxConnectionsPerHost=16&socketTimeout=120000&connTimeout=15000
   [junit4]   2> 1138963 T3108 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 1138965 T3148 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@2a9180fa name:ZooKeeperConnection Watcher:127.0.0.1:40955/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 1138965 T3108 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 1138976 T3108 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
   [junit4]   2> 1139985 T3108 oasc.ZkController.createEphemeralLiveNode Register node as live in ZooKeeper:/live_nodes/127.0.0.1:54704_djn
   [junit4]   2> 1139987 T3108 oascc.SolrZkClient.makePath makePath: /live_nodes/127.0.0.1:54704_djn
   [junit4]   2> 1139990 T3135 oascc.ZkStateReader$3.process Updating live nodes... (2)
   [junit4]   2> 1139991 T3148 oascc.ZkStateReader$3.process Updating live nodes... (2)
   [junit4]   2> 1139990 T3130 oascc.ZkStateReader$3.process Updating live nodes... (2)
   [junit4]   2> 1140002 T3108 oasc.CorePropertiesLocator.discover Looking for core definitions underneath /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-Java7/solr/build/solr-core/test/J0/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty1-1375571695621
   [junit4]   2> 1140179 T3108 oasc.CorePropertiesLocator.discoverUnder Found core conf in /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-Java7/solr/build/solr-core/test/J0/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty1-1375571695621/conf/
   [junit4]   2> 1140184 T3108 oasc.CorePropertiesLocator.discover Found 1 core definitions
   [junit4]   2> 1140184 T3108 oass.SolrDispatchFilter.init user.dir=/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-Java7/solr/build/solr-core/test/J0
   [junit4]   2> 1140185 T3108 oass.SolrDispatchFilter.init SolrDispatchFilter.init() done
   [junit4]   2> 1140185 T3108 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=128&maxConnectionsPerHost=32&followRedirects=false
   [junit4]   2> 1140507 T3108 oejs.Server.doStart jetty-8.1.10.v20130312
   [junit4]   2> 1140511 T3108 oejs.AbstractConnector.doStart Started SocketConnector@127.0.0.1:22021
   [junit4]   2> 1140512 T3108 oass.SolrDispatchFilter.init SolrDispatchFilter.init()
   [junit4]   2> 1140512 T3108 oasc.SolrResourceLoader.locateSolrHome JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 1140513 T3108 oasc.SolrResourceLoader.locateSolrHome using system property solr.solr.home: /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-Java7/solr/build/solr-core/test/J0/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty2-1375571697371
   [junit4]   2> 1140513 T3108 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-Java7/solr/build/solr-core/test/J0/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty2-1375571697371/'
   [junit4]   2> 1140556 T3108 oasc.ConfigSolr.fromFile Loading container configuration from /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-Java7/solr/build/solr-core/test/J0/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty2-1375571697371/solr.xml
   [junit4]   2> 1140658 T3108 oasc.ConfigSolrXml.<init> Config-defined core root directory: 
   [junit4]   2> 1140659 T3108 oasc.CoreContainer.<init> New CoreContainer 769492804
   [junit4]   2> 1140660 T3108 oasc.CoreContainer.load Loading cores into CoreContainer [instanceDir=/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-Java7/solr/build/solr-core/test/J0/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty2-1375571697371/]
   [junit4]   2> 1140662 T3108 oashc.HttpShardHandlerFactory.getParameter Setting socketTimeout to: 120000
   [junit4]   2> 1140662 T3108 oashc.HttpShardHandlerFactory.getParameter Setting urlScheme to: http://
   [junit4]   2> 1140663 T3108 oashc.HttpShardHandlerFactory.getParameter Setting connTimeout to: 15000
   [junit4]   2> 1140663 T3108 oashc.HttpShardHandlerFactory.getParameter Setting maxConnectionsPerHost to: 20
   [junit4]   2> 1140664 T3108 oashc.HttpShardHandlerFactory.getParameter Setting corePoolSize to: 0
   [junit4]   2> 1140664 T3108 oashc.HttpShardHandlerFactory.getParameter Setting maximumPoolSize to: 2147483647
   [junit4]   2> 1140664 T3108 oashc.HttpShardHandlerFactory.getParameter Setting maxThreadIdleTime to: 5
   [junit4]   2> 1140665 T3108 oashc.HttpShardHandlerFactory.getParameter Setting sizeOfQueue to: -1
   [junit4]   2> 1140665 T3108 oashc.HttpShardHandlerFactory.getParameter Setting fairnessPolicy to: false
   [junit4]   2> 1140666 T3108 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnectionsPerHost=20&maxConnections=10000&socketTimeout=120000&connTimeout=15000&retry=false
   [junit4]   2> 1140683 T3108 oasc.ZkContainer.initZooKeeper Zookeeper client=127.0.0.1:40955/solr
   [junit4]   2> 1140683 T3108 oasc.ZkController.checkChrootPath zkHost includes chroot
   [junit4]   2> 1140684 T3108 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 1140687 T3160 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@bed4ebe name:ZooKeeperConnection Watcher:127.0.0.1:40955 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 1140687 T3108 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 1140689 T3108 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=500&maxConnectionsPerHost=16&socketTimeout=120000&connTimeout=15000
   [junit4]   2> 1140700 T3108 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 1140702 T3162 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@1a798ece name:ZooKeeperConnection Watcher:127.0.0.1:40955/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 1140702 T3108 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 1140711 T3108 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
   [junit4]   2> 1141714 T3108 oasc.ZkController.createEphemeralLiveNode Register node as live in ZooKeeper:/live_nodes/127.0.0.1:22021_djn
   [junit4]   2> 1141716 T3108 oascc.SolrZkClient.makePath makePath: /live_nodes/127.0.0.1:22021_djn
   [junit4]   2> 1141719 T3148 oascc.ZkStateReader$3.process Updating live nodes... (3)
   [junit4]   2> 1141719 T3135 oascc.ZkStateReader$3.process Updating live nodes... (3)
   [junit4]   2> 1141719 T3130 oascc.ZkStateReader$3.process Updating live nodes... (3)
   [junit4]   2> 1141719 T3162 oascc.ZkStateReader$3.process Updating live nodes... (3)
   [junit4]   2> 1141776 T3108 oasc.CorePropertiesLocator.discover Looking for core definitions underneath /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-Java7/solr/build/solr-core/test/J0/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty2-1375571697371
   [junit4]   2> 1141778 T3108 oasc.CorePropertiesLocator.discoverUnder Found core conf in /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-Java7/solr/build/solr-core/test/J0/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty2-1375571697371/conf/
   [junit4]   2> 1141945 T3108 oasc.CorePropertiesLocator.discover Found 1 core definitions
   [junit4]   2> 1141946 T3108 oass.SolrDispatchFilter.init user.dir=/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-Java7/solr/build/solr-core/test/J0
   [junit4]   2> 1141947 T3108 oass.SolrDispatchFilter.init SolrDispatchFilter.init() done
   [junit4]   2> 1141947 T3108 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=128&maxConnectionsPerHost=32&followRedirects=false
   [junit4]   2> 1142226 T3108 oejs.Server.doStart jetty-8.1.10.v20130312
   [junit4]   2> 1142230 T3108 oejs.AbstractConnector.doStart Started SocketConnector@127.0.0.1:42695
   [junit4]   2> 1142231 T3108 oass.SolrDispatchFilter.init SolrDispatchFilter.init()
   [junit4]   2> 1142231 T3108 oasc.SolrResourceLoader.locateSolrHome JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 1142232 T3108 oasc.SolrResourceLoader.locateSolrHome using system property solr.solr.home: /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-Java7/solr/build/solr-core/test/J0/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty3-1375571699131
   [junit4]   2> 1142232 T3108 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-Java7/solr/build/solr-core/test/J0/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty3-1375571699131/'
   [junit4]   2> 1142271 T3108 oasc.ConfigSolr.fromFile Loading container configuration from /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-Java7/solr/build/solr-core/test/J0/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty3-1375571699131/solr.xml
   [junit4]   2> 1142361 T3108 oasc.ConfigSolrXml.<init> Config-defined core root directory: 
   [junit4]   2> 1142361 T3108 oasc.CoreContainer.<init> New CoreContainer 1687942746
   [junit4]   2> 1142362 T3108 oasc.CoreContainer.load Loading cores into CoreContainer [instanceDir=/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-Java7/solr/build/solr-core/test/J0/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty3-1375571699131/]
   [junit4]   2> 1142364 T3108 oashc.HttpShardHandlerFactory.getParameter Setting socketTimeout to: 120000
   [junit4]   2> 1142364 T3108 oashc.HttpShardHandlerFactory.getParameter Setting urlScheme to: http://
   [junit4]   2> 1142365 T3108 oashc.HttpShardHandlerFactory.getParameter Setting connTimeout to: 15000
   [junit4]   2> 1142365 T3108 oashc.HttpShardHandlerFactory.getParameter Setting maxConnectionsPerHost to: 20
   [junit4]   2> 1142366 T3108 oashc.HttpShardHandlerFactory.getParameter Setting corePoolSize to: 0
   [junit4]   2> 1142366 T3108 oashc.HttpShardHandlerFactory.getParameter Setting maximumPoolSize to: 2147483647
   [junit4]   2> 1142366 T3108 oashc.HttpShardHandlerFactory.getParameter Setting maxThreadIdleTime to: 5
   [junit4]   2> 1142367 T3108 oashc.HttpShardHandlerFactory.getParameter Setting sizeOfQueue to: -1
   [junit4]   2> 1142367 T3108 oashc.HttpShardHandlerFactory.getParameter Setting fairnessPolicy to: false
   [junit4]   2> 1142368 T3108 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnectionsPerHost=20&maxConnections=10000&socketTimeout=120000&connTimeout=15000&retry=false
   [junit4]   2> 1142409 T3108 oasc.ZkContainer.initZooKeeper Zookeeper client=127.0.0.1:40955/solr
   [junit4]   2> 1142410 T3108 oasc.ZkController.checkChrootPath zkHost includes chroot
   [junit4]   2> 1142411 T3108 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 1142414 T3174 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@76ee54cc name:ZooKeeperConnection Watcher:127.0.0.1:40955 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 1142414 T3108 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 1142416 T3108 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=500&maxConnectionsPerHost=16&socketTimeout=120000&connTimeout=15000
   [junit4]   2> 1142427 T3108 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 1142428 T3176 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@14dca98e name:ZooKeeperConnection Watcher:127.0.0.1:40955/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 1142429 T3108 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 1142433 T3108 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
   [junit4]   2> 1143435 T3108 oasc.ZkController.createEphemeralLiveNode Register node as live in ZooKeeper:/live_nodes/127.0.0.1:42695_djn
   [junit4]   2> 1143463 T3108 oascc.SolrZkClient.makePath makePath: /live_nodes/127.0.0.1:42695_djn
   [junit4]   2> 1143466 T3130 oascc.ZkStateReader$3.process Updating live nodes... (4)
   [junit4]   2> 1143466 T3162 oascc.ZkStateReader$3.process Updating live nodes... (4)
   [junit4]   2> 1143466 T3135 oascc.ZkStateReader$3.process Updating live nodes... (4)
   [junit4]   2> 1143466 T3176 oascc.ZkStateReader$3.process Updating live nodes... (4)
   [junit4]   2> 1143466 T3148 oascc.ZkStateReader$3.process Updating live nodes... (4)
   [junit4]   2> 1143472 T3108 oasc.CorePropertiesLocator.discover Looking for core definitions underneath /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-Java7/solr/build/solr-core/test/J0/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty3-1375571699131
   [junit4]   2> 1143476 T3108 oasc.CorePropertiesLocator.discoverUnder Found core conf in /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-Java7/solr/build/solr-core/test/J0/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty3-1375571699131/conf/
   [junit4]   2> 1143643 T3108 oasc.CorePropertiesLocator.discover Found 1 core definitions
   [junit4]   2> 1143644 T3108 oass.SolrDispatchFilter.init user.dir=/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-Java7/solr/build/solr-core/test/J0
   [junit4]   2> 1143644 T3108 oass.SolrDispatchFilter.init SolrDispatchFilter.init() done
   [junit4]   2> 1143645 T3108 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=128&maxConnectionsPerHost=32&followRedirects=false
   [junit4]   2> 1143926 T3108 oejs.Server.doStart jetty-8.1.10.v20130312
   [junit4]   2> 1143930 T3108 oejs.AbstractConnector.doStart Started SocketConnector@127.0.0.1:53665
   [junit4]   2> 1143931 T3108 oass.SolrDispatchFilter.init SolrDispatchFilter.init()
   [junit4]   2> 1143931 T3108 oasc.SolrResourceLoader.locateSolrHome JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 1143932 T3108 oasc.SolrResourceLoader.locateSolrHome using system property solr.solr.home: /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-Java7/solr/build/solr-core/test/J0/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty4-1375571700830
   [junit4]   2> 1143932 T3108 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-Java7/solr/build/solr-core/test/J0/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty4-1375571700830/'
   [junit4]   2> 1143970 T3108 oasc.ConfigSolr.fromFile Loading container configuration from /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-Java7/solr/build/solr-core/test/J0/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty4-1375571700830/solr.xml
   [junit4]   2> 1144058 T3108 oasc.ConfigSolrXml.<init> Config-defined core root directory: 
   [junit4]   2> 1144059 T3108 oasc.CoreContainer.<init> New CoreContainer 2054450237
   [junit4]   2> 1144059 T3108 oasc.CoreContainer.load Loading cores into CoreContainer [instanceDir=/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-Java7/solr/build/solr-core/test/J0/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty4-1375571700830/]
   [junit4]   2> 1144061 T3108 oashc.HttpShardHandlerFactory.getParameter Setting socketTimeout to: 120000
   [junit4]   2> 1144062 T3108 oashc.HttpShardHandlerFactory.getParameter Setting urlScheme to: http://
   [junit4]   2> 1144062 T3108 oashc.HttpShardHandlerFactory.getParameter Setting connTimeout to: 15000
   [junit4]   2> 1144063 T3108 oashc.HttpShardHandlerFactory.getParameter Setting maxConnectionsPerHost to: 20
   [junit4]   2> 1144063 T3108 oashc.HttpShardHandlerFactory.getParameter Setting corePoolSize to: 0
   [junit4]   2> 1144063 T3108 oashc.HttpShardHandlerFactory.getParameter Setting maximumPoolSize to: 2147483647
   [junit4]   2> 1144064 T3108 oashc.HttpShardHandlerFactory.getParameter Setting maxThreadIdleTime to: 5
   [junit4]   2> 1144064 T3108 oashc.HttpShardHandlerFactory.getParameter Setting sizeOfQueue to: -1
   [junit4]   2> 1144065 T3108 oashc.HttpShardHandlerFactory.getParameter Setting fairnessPolicy to: false
   [junit4]   2> 1144065 T3108 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnectionsPerHost=20&maxConnections=10000&socketTimeout=120000&connTimeout=15000&retry=false
   [junit4]   2> 1144083 T3108 oasc.ZkContainer.initZooKeeper Zookeeper client=127.0.0.1:40955/solr
   [junit4]   2> 1144083 T3108 oasc.ZkController.checkChrootPath zkHost includes chroot
   [junit4]   2> 1144084 T3108 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 1144087 T3188 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@218ac4b2 name:ZooKeeperConnection Watcher:127.0.0.1:40955 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 1144087 T3108 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 1144098 T3108 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=500&maxConnectionsPerHost=16&socketTimeout=120000&connTimeout=15000
   [junit4]   2> 1144111 T3108 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 1144113 T3190 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@2131ef54 name:ZooKeeperConnection Watcher:127.0.0.1:40955/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 1144113 T3108 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 1144117 T3108 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
   [junit4]   2> 1145120 T3108 oasc.ZkController.createEphemeralLiveNode Register node as live in ZooKeeper:/live_nodes/127.0.0.1:53665_djn
   [junit4]   2> 1145122 T3108 oascc.SolrZkClient.makePath makePath: /live_nodes/127.0.0.1:53665_djn
   [junit4]   2> 1145125 T3135 oascc.ZkStateReader$3.process Updating live nodes... (5)
   [junit4]   2> 1145126 T3148 oascc.ZkStateReader$3.process Updating live nodes... (5)
   [junit4]   2> 1145126 T3176 oascc.ZkStateReader$3.process Updating live nodes... (5)
   [junit4]   2> 1145126 T3190 oascc.ZkStateReader$3.process Updating live nodes... (5)
   [junit4]   2> 1145125 T3130 oascc.ZkStateReader$3.process Updating live nodes... (5)
   [junit4]   2> 1145125 T3162 oascc.ZkStateReader$3.process Updating live nodes... (5)
   [junit4]   2> 1145144 T3108 oasc.CorePropertiesLocator.discover Looking for core definitions underneath /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-Java7/solr/build/solr-core/test/J0/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty4-1375571700830
   [junit4]   2> 1145146 T3108 oasc.CorePropertiesLocator.discoverUnder Found core conf in /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-Java7/solr/build/solr-core/test/J0/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty4-1375571700830/conf/
   [junit4]   2> 1145347 T3108 oasc.CorePropertiesLocator.discover Found 1 core definitions
   [junit4]   2> 1145348 T3108 oass.SolrDispatchFilter.init user.dir=/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-Java7/solr/build/solr-core/test/J0
   [junit4]   2> 1145348 T3108 oass.SolrDispatchFilter.init SolrDispatchFilter.init() done
   [junit4]   2> 1145349 T3108 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=128&maxConnectionsPerHost=32&followRedirects=false
   [junit4]   2> 1145370 T3108 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=128&maxConnectionsPerHost=32&followRedirects=false
   [junit4]   2> 1145383 T3138 oasha.CollectionsHandler.handleCreateAction Creating Collection : numShards=2&name=nodes_used_collection&replicationFactor=2&action=CREATE&wt=javabin&version=2
   [junit4]   2> 1145385 T3130 oasc.DistributedQueue$LatchChildWatcher.process Watcher fired on path: /overseer/collection-queue-work state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 1145387 T3132 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> 1145387 T3132 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> 1145746 T3131 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
   [junit4]   2> 1145746 T3131 oasc.Overseer$ClusterStateUpdater.buildCollection building a new collection: nodes_used_collection
   [junit4]   2> 1145747 T3131 oasc.Overseer$ClusterStateUpdater.createCollection Create collection nodes_used_collection with shards [shard1, shard2]
   [junit4]   2> 1145763 T3130 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> 1145764 T3190 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> 1145764 T3162 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> 1145764 T3176 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> 1145764 T3148 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> 1145763 T3135 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> 1145802 T3132 oasc.OverseerCollectionProcessor.createCollection going to create cores replicas shardNames [shard1, shard2] , repFactor : 2
   [junit4]   2> 1145802 T3132 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:53665_djn
   [junit4]   2> 1145803 T3132 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:42695_djn
   [junit4]   2> 1145804 T3132 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:54704_djn
   [junit4]   2> 1145805 T3132 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:14295_djn
   [junit4]   2> 1145816 T3180 oasc.ZkController.publish publishing core=nodes_used_collection_shard1_replica1 state=down
   [junit4]   2> 1145816 T3120 oasc.ZkController.publish publishing core=nodes_used_collection_shard2_replica2 state=down
   [junit4]   2> 1145816 T3139 oasc.ZkController.publish publishing core=nodes_used_collection_shard2_replica1 state=down
   [junit4]   2> 1145816 T3166 oasc.ZkController.publish publishing core=nodes_used_collection_shard1_replica2 state=down
   [junit4]   2> 1145818 T3180 oasc.ZkController.waitForCoreNodeName look for our core node name
   [junit4]   2> 1145818 T3120 oasc.ZkController.waitForCoreNodeName look for our core node name
   [junit4]   2> 1145818 T3139 oasc.ZkController.waitForCoreNodeName look for our core node name
   [junit4]   2> 1145829 T3166 oasc.ZkController.waitForCoreNodeName look for our core node name
   [junit4]   2> 1147268 T3131 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
   [junit4]   2> 1147269 T3131 oasc.Overseer$ClusterStateUpdater.updateState WARN Could not find collection node for nodes_used_collection, skipping publish state
   [junit4]   2> 1147270 T3131 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:53665_djn",
   [junit4]   2> 	  "base_url":"http://127.0.0.1:53665/djn"}
   [junit4]   2> 1147328 T3131 oasc.Overseer$ClusterStateUpdater.updateState WARN Could not find collection node for nodes_used_collection, skipping publish state
   [junit4]   2> 1147328 T3131 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_replica2",
   [junit4]   2> 	  "collection":"nodes_used_collection",
   [junit4]   2> 	  "shard_range":null,
   [junit4]   2> 	  "node_name":"127.0.0.1:14295_djn",
   [junit4]   2> 	  "base_url":"http://127.0.0.1:14295/djn"}
   [junit4]   2> 1147342 T3131 oasc.Overseer$ClusterStateUpdater.updateState WARN Could not find collection node for nodes_used_collection, skipping publish state
   [junit4]   2> 1147342 T3131 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":"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:54704_djn",
   [junit4]   2> 	  "base_url":"http://127.0.0.1:54704/djn"}
   [junit4]   2> 1147345 T3131 oasc.Overseer$ClusterStateUpdater.updateState WARN Could not find collection node for nodes_used_collection, skipping publish state
   [junit4]   2> 1147346 T3131 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":"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:42695_djn",
   [junit4]   2> 	  "base_url":"http://127.0.0.1:42695/djn"}
   [junit4]   2> 1147362 T3130 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> 1147362 T3148 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> 1147362 T3176 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> 1147362 T3135 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> 1147362 T3162 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> 1147362 T3190 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> 1147820 T3180 oasc.ZkController.waitForShardId waiting to find shard id in clusterstate for nodes_used_collection_shard1_replica1
   [junit4]   2> 1147821 T3139 oasc.ZkController.waitForShardId waiting to find shard id in clusterstate for nodes_used_collection_shard2_replica1
   [junit4]   2> 1147821 T3120 oasc.ZkController.waitForShardId waiting to find shard id in clusterstate for nodes_used_collection_shard2_replica2
   [junit4]   2> 1147821 T3180 oasc.CorePropertiesLocator.writePropertiesFile ERROR Couldn't persist core properties to /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-Java7/solr/build/solr-core/test/J0/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty4-1375571700830/nodes_used_collection_shard1_replica1/core.properties: java.io.FileNotFoundException: /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-Java7/solr/build/solr-core/test/J0/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty4-1375571700830/nodes_used_collection_shard1_replica1/core.properties (No such file or directory)
   [junit4]   2> 1147822 T3139 oasc.CorePropertiesLocator.writePropertiesFile ERROR Couldn't persist core properties to /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-Java7/solr/build/solr-core/test/J0/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty1-1375571695621/nodes_used_collection_shard2_replica1/core.properties: java.io.FileNotFoundException: /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-Java7/solr/build/solr-core/test/J0/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty1-1375571695621/nodes_used_collection_shard2_replica1/core.properties (No such file or directory)
   [junit4]   2> 1147823 T3120 oasc.CorePropertiesLocator.writePropertiesFile ERROR Couldn't persist core properties to /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-Java7/solr/build/solr-core/test/J0/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-controljetty-1375571694882/nodes_used_collection_shard2_replica2/core.properties: java.io.FileNotFoundException: /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-Java7/solr/build/solr-core/test/J0/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-controljetty-1375571694882/nodes_used_collection_shard2_replica2/core.properties (No such file or directory)
   [junit4]   2> 1147823 T3180 oasc.CoreContainer.create Creating SolrCore 'nodes_used_collection_shard1_replica1' using instanceDir: /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-Java7/solr/build/solr-core/test/J0/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty4-1375571700830/nodes_used_collection_shard1_replica1
   [junit4]   2> 1147824 T3120 oasc.CoreContainer.create Creating SolrCore 'nodes_used_collection_shard2_replica2' using instanceDir: /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-Java7/solr/build/solr-core/test/J0/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-controljetty-1375571694882/nodes_used_collection_shard2_replica2
   [junit4]   2> 1147824 T3120 oasc.ZkController.createCollectionZkNode Check for collection zkNode:nodes_used_collection
   [junit4]   2> 1147823 T3139 oasc.CoreContainer.create Creating SolrCore 'nodes_used_collection_shard2_replica1' using instanceDir: /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-Java7/solr/build/solr-core/test/J0/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty1-1375571695621/nodes_used_collection_shard2_replica1
   [junit4]   2> 1147824 T3180 oasc.ZkController.createCollectionZkNode Check for collection zkNode:nodes_used_collection
   [junit4]   2> 1147825 T3120 oasc.ZkController.createCollectionZkNode Creating collection in ZooKeeper:nodes_used_collection
   [junit4]   2> 1147825 T3139 oasc.ZkController.createCollectionZkNode Check for collection zkNode:nodes_used_collection
   [junit4]   2> 1147826 T3120 oasc.ZkController.getConfName Looking for collection configName
   [junit4]   2> 1147826 T3139 oasc.ZkController.createCollectionZkNode Creating collection in ZooKeeper:nodes_used_collection
   [junit4]   2> 1147826 T3180 oasc.ZkController.createCollectionZkNode Creating collection in ZooKeeper:nodes_used_collection
   [junit4]   2> 1147827 T3120 oasc.ZkController.getConfName Only one config set found in zk - using it:conf1
   [junit4]   2> 1147827 T3180 oasc.ZkController.getConfName Looking for collection configName
   [junit4]   2> 1147827 T3139 oasc.ZkController.getConfName Looking for collection configName
   [junit4]   2> 1147827 T3120 oascc.SolrZkClient.makePath makePath: /collections/nodes_used_collection
   [junit4]   2> 1147828 T3180 oasc.ZkController.getConfName Only one config set found in zk - using it:conf1
   [junit4]   2> 1147829 T3139 oasc.ZkController.getConfName Only one config set found in zk - using it:conf1
   [junit4]   2> 1147829 T3180 oascc.SolrZkClient.makePath makePath: /collections/nodes_used_collection
   [junit4]   2> 1147829 T3139 oascc.SolrZkClient.makePath makePath: /collections/nodes_used_collection
   [junit4]   2> 1147831 T3166 oasc.ZkController.waitForShardId waiting to find shard id in clusterstate for nodes_used_collection_shard1_replica2
   [junit4]   2> 1147832 T3166 oasc.CorePropertiesLocator.writePropertiesFile ERROR Couldn't persist core properties to /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-Java7/solr/build/solr-core/test/J0/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty3-1375571699131/nodes_used_collection_shard1_replica2/core.properties: java.io.FileNotFoundException: /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-Java7/solr/build/solr-core/test/J0/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty3-1375571699131/nodes_used_collection_shard1_replica2/core.properties (No such file or directory)
   [junit4]   2> 1147832 T3166 oasc.CoreContainer.create Creating SolrCore 'nodes_used_collection_shard1_replica2' using instanceDir: /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-Java7/solr/build/solr-core/test/J0/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty3-1375571699131/nodes_used_collection_shard1_replica2
   [junit4]   2> 1147832 T3120 oasc.ZkController.readConfigName Load collection config from:/collections/nodes_used_collection
   [junit4]   2> 1147832 T3166 oasc.ZkController.createCollectionZkNode Check for collection zkNode:nodes_used_collection
   [junit4]   2> 1147833 T3180 oasc.ZkController.readConfigName Load collection config from:/collections/nodes_used_collection
   [junit4]   2> 1147833 T3166 oasc.ZkController.createCollectionZkNode Collection zkNode exists
   [junit4]   2> 1147834 T3166 oasc.ZkController.readConfigName Load collection config from:/collections/nodes_used_collection
   [junit4]   2> 1147834 T3180 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-Java7/solr/build/solr-core/test/J0/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty4-1375571700830/nodes_used_collection_shard1_replica1/'
   [junit4]   2> 1147833 T3139 oasc.ZkController.readConfigName Load collection config from:/collections/nodes_used_collection
   [junit4]   2> 1147834 T3120 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-Java7/solr/build/solr-core/test/J0/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-controljetty-1375571694882/nodes_used_collection_shard2_replica2/'
   [junit4]   2> 1147835 T3166 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-Java7/solr/build/solr-core/test/J0/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty3-1375571699131/nodes_used_collection_shard1_replica2/'
   [junit4]   2> 1147836 T3139 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-Java7/solr/build/solr-core/test/J0/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty1-1375571695621/nodes_used_collection_shard2_replica1/'
   [junit4]   2> 1147979 T3139 oasc.SolrConfig.<init> Using Lucene MatchVersion: LUCENE_50
   [junit4]   2> 1147979 T3166 oasc.SolrConfig.<init> Using Lucene MatchVersion: LUCENE_50
   [junit4]   2> 1147980 T3120 oasc.SolrConfig.<init> Using Lucene MatchVersion: LUCENE_50
   [junit4]   2> 1147979 T3180 oasc.SolrConfig.<init> Using Lucene MatchVersion: LUCENE_50
   [junit4]   2> 1148057 T3139 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig.xml
   [junit4]   2> 1148057 T3180 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig.xml
   [junit4]   2> 1148059 T3166 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig.xml
   [junit4]   2> 1148059 T3120 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig.xml
   [junit4]   2> 1148158 T3139 oass.IndexSchema.readSchema Reading Solr Schema from schema.xml
   [junit4]   2> 1148158 T3180 oass.IndexSchema.readSchema Reading Solr Schema from schema.xml
   [junit4]   2> 1148160 T3120 oass.IndexSchema.readSchema Reading Solr Schema from schema.xml
   [junit4]   2> 1148160 T3166 oass.IndexSchema.readSchema Reading Solr Schema from schema.xml
   [junit4]   2> 1148171 T3139 oass.IndexSchema.readSchema [nodes_used_collection_shard2_replica1] Schema name=test
   [junit4]   2> 1148171 T3180 oass.IndexSchema.readSchema [nodes_used_collection_shard1_replica1] Schema name=test
   [junit4]   2> 1148172 T3120 oass.IndexSchema.readSchema [nodes_used_collection_shard2_replica2] Schema name=test
   [junit4]   2> 1148173 T3166 oass.IndexSchema.readSchema [nodes_used_collection_shard1_replica2] Schema name=test
   [junit4]   2> 1149002 T3120 oass.OpenExchangeRatesOrgProvider.init Initialized with rates=open-exchange-rates.json, refreshInterval=1440.
   [junit4]   2> 1149011 T3180 oass.OpenExchangeRatesOrgProvider.init Initialized with rates=open-exchange-rates.json, refreshInterval=1440.
   [junit4]   2> 1149015 T3120 oass.IndexSchema.readSchema default search field in schema is text
   [junit4]   2> 1149019 T3180 oass.IndexSchema.readSchema default search field in schema is text
   [junit4]   2> 1149020 T3120 oass.IndexSchema.readSchema unique key field: id
   [junit4]   2> 1149024 T3180 oass.IndexSchema.readSchema unique key field: id
   [junit4]   2> 1149024 T3139 oass.OpenExchangeRatesOrgProvider.init Initialized with rates=open-exchange-rates.json, refreshInterval=1440.
   [junit4]   2> 1149024 T3166 oass.OpenExchangeRatesOrgProvider.init Initialized with rates=open-exchange-rates.json, refreshInterval=1440.
   [junit4]   2> 1149033 T3139 oass.IndexSchema.readSchema default search field in schema is text
   [junit4]   2> 1149033 T3120 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
   [junit4]   2> 1149034 T3166 oass.IndexSchema.readSchema default search field in schema is text
   [junit4]   2> 1149036 T3180 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
   [junit4]   2> 1149037 T3139 oass.IndexSchema.readSchema unique key field: id
   [junit4]   2> 1149038 T3166 oass.IndexSchema.readSchema unique key field: id
   [junit4]   2> 1149039 T3120 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
   [junit4]   2> 1149041 T3180 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
   [junit4]   2> 1149064 T3120 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
   [junit4]   2> 1149065 T3120 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Unknown key IMPORTANT NOTE
   [junit4]   2> 1149065 T3120 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Expected key, got STRING
   [junit4]   2> 1149066 T3120 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
   [junit4]   2> 1149067 T3180 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
   [junit4]   2> 1149067 T3120 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Unknown key IMPORTANT NOTE
   [junit4]   2> 1149067 T3120 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Expected key, got STRING
   [junit4]   2> 1149068 T3120 oasc.SolrCore.initDirectoryFactory org.apache.solr.core.MockDirectoryFactory
   [junit4]   2> 1149068 T3180 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Unknown key IMPORTANT NOTE
   [junit4]   2> 1149068 T3120 oasc.SolrCore.<init> [nodes_used_collection_shard2_replica2] Opening new SolrCore at /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-Java7/solr/build/solr-core/test/J0/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-controljetty-1375571694882/nodes_used_collection_shard2_replica2/, dataDir=/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-Java7/solr/build/solr-core/test/J0/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-controljetty-1375571694882//nodes_used_collection_shard2_replica2/data/
   [junit4]   2> 1149069 T3180 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Expected key, got STRING
   [junit4]   2> 1149069 T3120 oasc.JmxMonitoredMap.<init> JMX monitoring is enabled. Adding Solr mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@e29b003
   [junit4]   2> 1149069 T3180 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
   [junit4]   2> 1149070 T3180 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Unknown key IMPORTANT NOTE
   [junit4]   2> 1149071 T3120 oasc.CachingDirectoryFactory.get return new directory for /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-Java7/solr/build/solr-core/test/J0/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-controljetty-1375571694882//nodes_used_collection_shard2_replica2/data
   [junit4]   2> 1149071 T3180 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Expected key, got STRING
   [junit4]   2> 1149071 T3139 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
   [junit4]   2> 1149072 T3166 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
   [junit4]   2> 1149072 T3180 oasc.SolrCore.initDirectoryFactory org.apache.solr.core.MockDirectoryFactory
   [junit4]   2> 1149071 T3120 oasc.SolrCore.getNewIndexDir New index directory detected: old=null new=/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-Java7/solr/build/solr-core/test/J0/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-controljetty-1375571694882//nodes_used_collection_shard2_replica2/data/index/
   [junit4]   2> 1149073 T3180 oasc.SolrCore.<init> [nodes_used_collection_shard1_replica1] Opening new SolrCore at /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-Java7/solr/build/solr-core/test/J0/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty4-1375571700830/nodes_used_collection_shard1_replica1/, dataDir=/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-Java7/solr/build/solr-core/test/J0/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty4-1375571700830//nodes_used_collection_shard1_replica1/data/
   [junit4]   2> 1149073 T3120 oasc.SolrCore.initIndex WARN [nodes_used_collection_shard2_replica2] Solr index directory '/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-Java7/solr/build/solr-core/test/J0/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-controljetty-1375571694882/nodes_used_collection_shard2_replica2/data/index' doesn't exist. Creating new index...
   [junit4]   2> 1149074 T3180 oasc.JmxMonitoredMap.<init> JMX monitoring is enabled. Adding Solr mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@e29b003
   [junit4]   2> 1149075 T3120 oasc.CachingDirectoryFactory.get return new directory for /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-Java7/solr/build/solr-core/test/J0/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-controljetty-1375571694882//nodes_used_collection_shard2_replica2/data/index
   [junit4]   2> 1149076 T3180 oasc.CachingDirectoryFactory.get return new directory for /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-Java7/solr/build/solr-core/test/J0/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty4-1375571700830//nodes_used_collection_shard1_replica1/data
   [junit4]   2> 1149076 T3180 oasc.SolrCore.getNewIndexDir New index directory detected: old=null new=/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-Java7/solr/build/solr-core/test/J0/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty4-1375571700830//nodes_used_collection_shard1_replica1/data/index/
   [junit4]   2> 1149076 T3180 oasc.SolrCore.initIndex WARN [nodes_used_collection_shard1_replica1] Solr index directory '/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-Java7/solr/build/solr-core/test/J0/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty4-1375571700830/nodes_used_collection_shard1_replica1/data/index' doesn't exist. Creating new index...
   [junit4]   2> 1149077 T3180 oasc.CachingDirectoryFactory.get return new directory for /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-Java7/solr/build/solr-core/test/J0/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty4-1375571700830//nodes_used_collection_shard1_replica1/data/index
   [junit4]   2> 1149078 T3166 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
   [junit4]   2> 1149078 T3139 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
   [junit4]   2> 1149080 T3120 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits: num=1
   [junit4]   2> 		commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@6c02b0f5 lockFactory=org.apache.lucene.store.NativeFSLockFactory@dec9e19),segFN=segments_1,generation=1}
   [junit4]   2> 1149081 T3120 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1
   [junit4]   2> 1149082 T3180 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits: num=1
   [junit4]   2> 		commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@2c7bf549 lockFactory=org.apache.lucene.store.NativeFSLockFactory@56abc422),segFN=segments_1,generation=1}
   [junit4]   2> 1149082 T3180 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1
   [junit4]   2> 1149087 T3120 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe"
   [junit4]   2> 1149087 T3120 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "stored_sig"
   [junit4]   2> 1149088 T3120 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "distrib-dup-test-chain-implicit"
   [junit4]   2> 1149088 T3180 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe"
   [junit4]   2> 1149089 T3166 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
   [junit4]   2> 1149089 T3139 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
   [junit4]   2> 1149089 T3180 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "stored_sig"
   [junit4]   2> 1149089 T3120 oasc.RequestHandlers.initHandlersFromConfig created standard: solr.StandardRequestHandler
   [junit4]   2> 1149090 T3139 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Unknown key IMPORTANT NOTE
   [junit4]   2> 1149090 T3166 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Unknown key IMPORTANT NOTE
   [junit4]   2> 1149091 T3139 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Expected key, got STRING
   [junit4]   2> 1149091 T3120 oasc.RequestHandlers.initHandlersFromConfig created /get: solr.RealTimeGetHandler
   [junit4]   2> 1149092 T3120 oasc.RequestHandlers.initHandlersFromConfig adding lazy requestHandler: solr.ReplicationHandler
   [junit4]   2> 1149090 T3180 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "distrib-dup-test-chain-implicit"
   [junit4]   2> 1149092 T3120 oasc.RequestHandlers.initHandlersFromConfig created /replication: solr.ReplicationHandler
   [junit4]   2> 1149091 T3139 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
   [junit4]   2> 1149091 T3166 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Expected key, got STRING
   [junit4]   2> 1149093 T3120 oasc.RequestHandlers.initHandlersFromConfig created /update: solr.UpdateRequestHandler
   [junit4]   2> 1149094 T3139 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Unknown key IMPORTANT NOTE
   [junit4]   2> 1149093 T3180 oasc.RequestHandlers.initHandlersFromConfig created standard: solr.StandardRequestHandler
   [junit4]   2> 1149094 T3139 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Expected key, got STRING
   [junit4]   2> 1149094 T3120 oasc.RequestHandlers.initHandlersFromConfig created /admin/: org.apache.solr.handler.admin.AdminHandlers
   [junit4]   2> 1149094 T3166 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
   [junit4]   2> 1149095 T3139 oasc.SolrCore.initDirectoryFactory org.apache.solr.core.MockDirectoryFactory
   [junit4]   2> 1149095 T3180 oasc.RequestHandlers.initHandlersFromConfig created /get: solr.RealTimeGetHandler
   [junit4]   2> 1149096 T3166 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Unknown key IMPORTANT NOTE
   [junit4]   2> 1149096 T3139 oasc.SolrCore.<init> [nodes_used_collection_shard2_replica1] Opening new SolrCore at /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-Java7/solr/build/solr-core/test/J0/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty1-1375571695621/nodes_used_collection_shard2_replica1/, dataDir=/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-Java7/solr/build/solr-core/test/J0/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty1-1375571695621//nodes_used_collection_shard2_replica1/data/
   [junit4]   2> 1149097 T3166 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Expected key, got STRING
   [junit4]   2> 1149096 T3180 oasc.RequestHandlers.initHandlersFromConfig adding lazy requestHandler: solr.ReplicationHandler
   [junit4]   2> 1149098 T3166 oasc.SolrCore.initDirectoryFactory org.apache.solr.core.MockDirectoryFactory
   [junit4]   2> 1149097 T3139 oasc.JmxMonitoredMap.<init> JMX monitoring is enabled. Adding Solr mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@e29b003
   [junit4]   2> 1149098 T3166 oasc.SolrCore.<init> [nodes_used_collection_shard1_replica2] Opening new SolrCore at /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-Java7/solr/build/solr-core/test/J0/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty3-1375571699131/nodes_used_collection_shard1_replica2/, dataDir=/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-Java7/solr/build/solr-core/test/J0/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty3-1375571699131//nodes_used_collection_shard1_replica2/data/
   [junit4]   2> 1149098 T3180 oasc.RequestHandlers.initHandlersFromConfig created /replication: solr.ReplicationHandler
   [junit4]   2> 1149099 T3166 oasc.JmxMonitoredMap.<init> JMX monitoring is enabled. Adding Solr mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@e29b003
   [junit4]   2> 1149100 T3139 oasc.CachingDirectoryFactory.get return new directory for /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-Java7/solr/build/solr-core/test/J0/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty1-1375571695621//nodes_used_collection_shard2_replica1/data
   [junit4]   2> 1149100 T3180 oasc.RequestHandlers.initHandlersFromConfig created /update: solr.UpdateRequestHandler
   [junit4]   2> 1149100 T3139 oasc.SolrCore.getNewIndexDir New index directory detected: old=null new=/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-Java7/solr/build/solr-core/test/J0/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty1-1375571695621//nodes_used_collection_shard2_replica1/data/index/
   [junit4]   2> 1149101 T3180 oasc.RequestHandlers.initHandlersFromConfig created /admin/: org.apache.solr.handler.admin.AdminHandlers
   [junit4]   2> 1149100 T3166 oasc.CachingDirectoryFactory.get return new directory for /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-Java7/solr/build/solr-core/test/J0/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty3-1375571699131//nodes_used_collection_shard1_replica2/data
   [junit4]   2> 1149101 T3139 oasc.SolrCore.initIndex WARN [nodes_used_collection_shard2_replica1] Solr index directory '/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-Java7/solr/build/solr-core/test/J0/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty1-1375571695621/nodes_used_collection_shard2_replica1/data/index' doesn't exist. Creating new index...
   [junit4]   2> 1149102 T3166 oasc.SolrCore.getNewIndexDir New index directory detected: old=null new=/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-Java7/solr/build/solr-core/test/J0/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty3-1375571699131//nodes_used_collection_shard1_replica2/data/index/
   [junit4]   2> 1149102 T3139 oasc.CachingDirectoryFactory.get return new directory for /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-Java7/solr/build/solr-core/test/J0/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty1-1375571695621//nodes_used_collection_shard2_replica1/data/index
   [junit4]   2> 1149102 T3166 oasc.SolrCore.initIndex WARN [nodes_used_collection_shard1_replica2] Solr index directory '/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-Java7/solr/build/solr-core/test/J0/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty3-1375571699131/nodes_used_collection_shard1_replica2/data/index' doesn't exist. Creating new index...
   [junit4]   2> 1149103 T3166 oasc.CachingDirectoryFactory.get return new directory for /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-Java7/solr/build/solr-core/test/J0/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty3-1375571699131//nodes_used_collection_shard1_replica2/data/index
   [junit4]   2> 1149110 T3139 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits: num=1
   [junit4]   2> 		commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@5dbc6672 lockFactory=org.apache.lucene.store.NativeFSLockFactory@234e1a71),segFN=segments_1,generation=1}
   [junit4]   2> 1149110 T3139 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1
   [junit4]   2> 1149110 T3166 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits: num=1
   [junit4]   2> 		commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@1d9f5885 lockFactory=org.apache.lucene.store.NativeFSLockFactory@690068f1),segFN=segments_1,generation=1}
   [junit4]   2> 1149111 T3166 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1
   [junit4]   2> 1149116 T3139 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe"
   [junit4]   2> 1149117 T3139 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "stored_sig"
   [junit4]   2> 1149117 T3166 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe"
   [junit4]   2> 1149118 T3180 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 1149117 T3120 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 1149118 T3139 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "distrib-dup-test-chain-implicit"
   [junit4]   2> 1149118 T3166 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "stored_sig"
   [junit4]   2> 1149119 T3139 oasc.RequestHandlers.initHandlersFromConfig created standard: solr.StandardRequestHandler
   [junit4]   2> 1149120 T3166 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "distrib-dup-test-chain-implicit"
   [junit4]   2> 1149120 T3139 oasc.RequestHandlers.initHandlersFromConfig created /get: solr.RealTimeGetHandler
   [junit4]   2> 1149120 T3139 oasc.RequestHandlers.initHandlersFromConfig adding lazy requestHandler: solr.ReplicationHandler
   [junit4]   2> 1149120 T3166 oasc.RequestHandlers.initHandlersFromConfig created standard: solr.StandardRequestHandler
   [junit4]   2> 1149121 T3139 oasc.RequestHandlers.initHandlersFromConfig created /replication: solr.ReplicationHandler
   [junit4]   2> 1149122 T3166 oasc.RequestHandlers.initHandlersFromConfig created /get: solr.RealTimeGetHandler
   [junit4]   2> 1149122 T3166 oasc.RequestHandlers.initHandlersFromConfig adding lazy requestHandler: solr.ReplicationHandler
   [junit4]   2> 1149122 T3139 oasc.RequestHandlers.initHandlersFromConfig created /update: solr.UpdateRequestHandler
   [junit4]   2> 1149122 T3166 oasc.RequestHandlers.initHandlersFromConfig created /replication: solr.ReplicationHandler
   [junit4]   2> 1149123 T3139 oasc.RequestHandlers.initHandlersFromConfig created /admin/: org.apache.solr.handler.admin.AdminHandlers
   [junit4]   2> 1149123 T3166 oasc.RequestHandlers.initHandlersFromConfig created /update: solr.UpdateRequestHandler
   [junit4]   2> 1149124 T3166 oasc.RequestHandlers.initHandlersFromConfig created /admin/: org.apache.solr.handler.admin.AdminHandlers
   [junit4]   2> 1149128 T3180 oass.SolrIndexSearcher.<init> Opening Searcher@5434c3f1 main
   [junit4]   2> 1149129 T3120 oass.SolrIndexSearcher.<init> Opening Searcher@3e2a5b8b main
   [junit4]   2> 1149130 T3180 oasu.CommitTracker.<init> Hard AutoCommit: disabled
   [junit4]   2> 1149131 T3120 oasu.CommitTracker.<init> Hard AutoCommit: disabled
   [junit4]   2> 1149131 T3180 oasu.CommitTracker.<init> Soft AutoCommit: disabled
   [junit4]   2> 1149131 T3120 oasu.CommitTracker.<init> Soft AutoCommit: disabled
   [junit4]   2> 1149136 T3197 oasc.SolrCore.registerSearcher [nodes_used_collection_shard2_replica2] Registered new searcher Searcher@3e2a5b8b main{StandardDirectoryReader(segments_1:1)}
   [junit4]   2> 1149136 T3196 oasc.SolrCore.registerSearcher [nodes_used_collection_shard1_replica1] Registered new searcher Searcher@5434c3f1 main{StandardDirectoryReader(segments_1:1)}
   [junit4]   2> 1149139 T3120 oasc.CoreContainer.registerCore registering core: nodes_used_collection_shard2_replica2
   [junit4]   2> 1149139 T3180 oasc.CoreContainer.registerCore registering core: nodes_used_collection_shard1_replica1
   [junit4]   2> 1149139 T3120 oasc.ZkController.register Register replica - core:nodes_used_collection_shard2_replica2 address:http://127.0.0.1:14295/djn collection:nodes_used_collection shard:shard2
   [junit4]   2> 1149139 T3180 oasc.ZkController.register Register replica - core:nodes_used_collection_shard1_replica1 address:http://127.0.0.1:53665/djn collection:nodes_used_collection shard:shard1
   [junit4]   2> 1149140 T3120 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=10000&maxConnectionsPerHost=20&connTimeout=15000&socketTimeout=30000&retry=false
   [junit4]   2> 1149140 T3180 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=10000&maxConnectionsPerHost=20&connTimeout=15000&socketTimeout=30000&retry=false
   [junit4]   2> 1149144 T3139 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 1149144 T3166 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 1149148 T3139 oass.SolrIndexSearcher.<init> Opening Searcher@2d647872 main
   [junit4]   2> 1149148 T3166 oass.SolrIndexSearcher.<init> Opening Searcher@398cd5aa main
   [junit4]   2> 1149149 T3139 oasu.CommitTracker.<init> Hard AutoCommit: disabled
   [junit4]   2> 1149150 T3166 oasu.CommitTracker.<init> Hard AutoCommit: disabled
   [junit4]   2> 1149150 T3139 oasu.CommitTracker.<init> Soft AutoCommit: disabled
   [junit4]   2> 1149150 T3166 oasu.CommitTracker.<init> Soft AutoCommit: disabled
   [junit4]   2> 1149154 T3198 oasc.SolrCore.registerSearcher [nodes_used_collection_shard2_replica1] Registered new searcher Searcher@2d647872 main{StandardDirectoryReader(segments_1:1)}
   [junit4]   2> 1149154 T3199 oasc.SolrCore.registerSearcher [nodes_used_collection_shard1_replica2] Registered new searcher Searcher@398cd5aa main{StandardDirectoryReader(segments_1:1)}
   [junit4]   2> 1149157 T3139 oasc.CoreContainer.registerCore registering core: nodes_used_collection_shard2_replica1
   [junit4]   2> 1149157 T3166 oasc.CoreContainer.registerCore registering core: nodes_used_collection_shard1_replica2
   [junit4]   2> 1149157 T3139 oasc.ZkController.register Register replica - core:nodes_used_collection_shard2_replica1 address:http://127.0.0.1:54704/djn collection:nodes_used_collection shard:shard2
   [junit4]   2> 1149158 T3166 oasc.ZkController.register Register replica - core:nodes_used_collection_shard1_replica2 address:http://127.0.0.1:42695/djn collection:nodes_used_collection shard:shard1
   [junit4]   2> 1149158 T3139 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=10000&maxConnectionsPerHost=20&connTimeout=15000&socketTimeout=30000&retry=false
   [junit4]   2> 1149158 T3166 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=10000&maxConnectionsPerHost=20&connTimeout=15000&socketTimeout=30000&retry=false
   [junit4]   2> 1149166 T3120 oascc.SolrZkClient.makePath makePath: /collections/nodes_used_collection/leader_elect/shard2/election
   [junit4]   2> 1149166 T3180 oascc.SolrZkClient.makePath makePath: /collections/nodes_used_collection/leader_elect/shard1/election
   [junit4]   2> 1149195 T3120 oasc.ShardLeaderElectionContext.runLeaderProcess Running the leader process for shard shard2
   [junit4]   2> 1149196 T3166 oasc.ShardLeaderElectionContext.runLeaderProcess Running the leader process for shard shard1
   [junit4]   2> 1149198 T3120 oasc.ShardLeaderElectionContext.waitForReplicasToComeUp Enough replicas found to continue.
   [junit4]   2> 1149198 T3166 oasc.ShardLeaderElectionContext.waitForReplicasToComeUp Enough replicas found to continue.
   [junit4]   2> 1149199 T3166 oasc.ShardLeaderElectionContext.runLeaderProcess I may be the new leader - try and sync
   [junit4]   2> 1149198 T3120 oasc.ShardLeaderElectionContext.runLeaderProcess I may be the new leader - try and sync
   [junit4]   2> 1149199 T3166 oasc.SyncStrategy.sync Sync replicas to http://127.0.0.1:42695/djn/nodes_used_collection_shard1_replica2/
   [junit4]   2> 1149199 T3120 oasc.SyncStrategy.sync Sync replicas to http://127.0.0.1:14295/djn/nodes_used_collection_shard2_replica2/
   [junit4]   2> 1149200 T3166 oasu.PeerSync.sync PeerSync: core=nodes_used_collection_shard1_replica2 url=http://127.0.0.1:42695/djn START replicas=[http://127.0.0.1:53665/djn/nodes_used_collection_shard1_replica1/] nUpdates=100
   [junit4]   2> 1149200 T3120 oasu.PeerSync.sync PeerSync: core=nodes_used_collection_shard2_replica2 url=http://127.0.0.1:14295/djn START replicas=[http://127.0.0.1:54704/djn/nodes_used_collection_shard2_replica1/] nUpdates=100
   [junit4]   2> 1149201 T3166 oasu.PeerSync.sync PeerSync: core=nodes_used_collection_shard1_replica2 url=http://127.0.0.1:42695/djn DONE.  We have no versions.  sync failed.
   [junit4]   2> 1149201 T3120 oasu.PeerSync.sync PeerSync: core=nodes_used_collection_shard2_replica2 url=http://127.0.0.1:14295/djn DONE.  We have no versions.  sync failed.
   [junit4]   2> 1149202 T3120 oasc.SyncStrategy.syncReplicas Leader's attempt to sync with shard failed, moving to the next candidate
   [junit4]   2> 1149201 T3166 oasc.SyncStrategy.syncReplicas Leader's attempt to sync with shard failed, moving to the next candidate
   [junit4]   2> 1149202 T3120 oasc.ShardLeaderElectionContext.runLeaderProcess We failed sync, but we have no versions - we can't sync in that case - we were active before, so become leader anyway
   [junit4]   2> 1149203 T3166 oasc.ShardLeaderElectionContext.runLeaderProcess We failed sync, but we have no versions - we can't sync in that case - we were active before, so become leader anyway
   [junit4]   2> 1149203 T3120 oasc.ShardLeaderElectionContext.runLeaderProcess I am the new leader: http://127.0.0.1:14295/djn/nodes_used_collection_shard2_replica2/ shard2
   [junit4]   2> 1149203 T3166 oasc.ShardLeaderElectionContext.runLeaderProcess I am the new leader: http://127.0.0.1:42695/djn/nodes_used_collection_shard1_replica2/ shard1
   [junit4]   2> 1149204 T3120 oascc.SolrZkClient.makePath makePath: /collections/nodes_used_collection/leaders/shard2
   [junit4]   2> 1149204 T3166 oascc.SolrZkClient.makePath makePath: /collections/nodes_used_collection/leaders/shard1
   [junit4]   2> ASYNC  NEW_CORE C796 name=nodes_u

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

tributedZkTest-jetty4-1375571700830//new_implicit_coll_1_a_replica1/data
   [junit4]   2> 1278473 T3108 oasc.SolrCore.close [new_implicit_coll_1_d_replica1]  CLOSING SolrCore org.apache.solr.core.SolrCore@5655fd80
   [junit4]   2> 1278483 T3108 oasu.DirectUpdateHandler2.close closing DirectUpdateHandler2{commits=4,autocommits=0,soft autocommits=0,optimizes=0,rollbacks=0,expungeDeletes=0,docsPending=0,adds=0,deletesById=0,deletesByQuery=0,errors=0,cumulative_adds=0,cumulative_deletesById=0,cumulative_deletesByQuery=1,cumulative_errors=0}
   [junit4]   2> 1278483 T3108 oasu.SolrCoreState.decrefSolrCoreState Closing SolrCoreState
   [junit4]   2> 1278484 T3108 oasu.DefaultSolrCoreState.closeIndexWriter SolrCoreState ref count has reached 0 - closing IndexWriter
   [junit4]   2> 1278484 T3108 oasu.DefaultSolrCoreState.closeIndexWriter closing IndexWriter with IndexWriterCloser
   [junit4]   2> 1278487 T3108 oasc.SolrCore.closeSearcher [new_implicit_coll_1_d_replica1] Closing main searcher on request.
   [junit4]   2> 1278487 T3108 oasc.CachingDirectoryFactory.close Closing MockDirectoryFactory - 2 directories currently being tracked
   [junit4]   2> 1278487 T3108 oasc.CachingDirectoryFactory.closeCacheValue looking to close /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-Java7/solr/build/solr-core/test/J0/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty4-1375571700830//new_implicit_coll_1_d_replica1/data/index [CachedDir<<refCount=0;path=/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-Java7/solr/build/solr-core/test/J0/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty4-1375571700830//new_implicit_coll_1_d_replica1/data/index;done=false>>]
   [junit4]   2> 1278488 T3108 oasc.CachingDirectoryFactory.close Closing directory: /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-Java7/solr/build/solr-core/test/J0/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty4-1375571700830//new_implicit_coll_1_d_replica1/data/index
   [junit4]   2> 1278488 T3108 oasc.CachingDirectoryFactory.closeCacheValue looking to close /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-Java7/solr/build/solr-core/test/J0/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty4-1375571700830//new_implicit_coll_1_d_replica1/data [CachedDir<<refCount=0;path=/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-Java7/solr/build/solr-core/test/J0/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty4-1375571700830//new_implicit_coll_1_d_replica1/data;done=false>>]
   [junit4]   2> 1278489 T3108 oasc.CachingDirectoryFactory.close Closing directory: /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-Java7/solr/build/solr-core/test/J0/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty4-1375571700830//new_implicit_coll_1_d_replica1/data
   [junit4]   2> 1278490 T3475 oasc.Overseer$ClusterStateUpdater.amILeader According to ZK I (id=90149466573570060-127.0.0.1:53665_djn-n_0000000004) am no longer a leader.
   [junit4]   2> 1278492 T3108 oejsh.ContextHandler.doStop stopped o.e.j.s.ServletContextHandler{/djn,null}
   [junit4]   2> 1278549 T3108 oas.SolrTestCaseJ4.tearDown ###Ending testDistribSearch
   [junit4]   2> 1278552 T3108 oasc.ZkTestServer.send4LetterWord connecting to 127.0.0.1:40955 40955
   [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=9E9FBBC428AC8A4E -Dtests.multiplier=3 -Dtests.slow=true -Dtests.locale=sk -Dtests.timezone=America/Rainy_River -Dtests.file.encoding=UTF-8
   [junit4] ERROR    142s J0 | CollectionsAPIDistributedZkTest.testDistribSearch <<<
   [junit4]    > Throwable #1: org.apache.solr.client.solrj.SolrServerException: IOException occured when talking to server at: http://127.0.0.1:54704/djn
   [junit4]    > 	at __randomizedtesting.SeedInfo.seed([9E9FBBC428AC8A4E:1F7935DC5FF3EA72]: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.CollectionsAPIDistributedZkTest.testCustomCollectionsAPI(CollectionsAPIDistributedZkTest.java:764)
   [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:724)
   [junit4]    > Caused by: org.apache.http.conn.ConnectTimeoutException: Connect to 127.0.0.1:54704 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]    > 	... 44 more
   [junit4]   2> 1279633 T3108 oas.SolrTestCaseJ4.deleteCore ###deleteCore
   [junit4]   2> 142286 T3107 ccr.ThreadLeakControl.checkThreadLeaks WARNING Will linger awaiting termination of 1 leaked thread(s).
   [junit4]   2> 1279792 T3190 oascc.ZkStateReader$3.process WARN ZooKeeper watch triggered, but Solr cannot talk to ZK
   [junit4]   2> 1279792 T3190 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> 1279792 T3190 oascc.ZkStateReader$2.process WARN ZooKeeper watch triggered, but Solr cannot talk to ZK
   [junit4]   2> NOTE: test params are: codec=Asserting, sim=DefaultSimilarity, locale=sk, timezone=America/Rainy_River
   [junit4]   2> NOTE: FreeBSD 9.1-RELEASE-p3 amd64/Oracle Corporation 1.7.0_25 (64-bit)/cpus=16,threads=4,free=145985224,total=511705088
   [junit4]   2> NOTE: All tests run in this JVM: [JsonLoaderTest, TestGroupingSearch, TermsComponentTest, TestQuerySenderListener, TestDynamicFieldCollectionResource, TestXIncludeConfig, TestPhraseSuggestions, PluginInfoTest, TestSchemaVersionResource, TestCloudManagedSchemaAddField, SimpleFacetsTest, TestLMDirichletSimilarityFactory, TestBadConfig, OverseerTest, PrimitiveFieldTypeTest, TestQueryUtils, SpatialFilterTest, TermVectorComponentTest, SchemaVersionSpecificBehaviorTest, TestFaceting, MinimalSchemaTest, TestMaxScoreQueryParser, PolyFieldTest, TestPseudoReturnFields, WordBreakSolrSpellCheckerTest, ChaosMonkeyNothingIsSafeTest, TestDocumentBuilder, AlternateDirectoryTest, UUIDFieldTest, TestSurroundQueryParser, RecoveryZkTest, TestFastWriter, TestShardHandlerFactory, CoreMergeIndexesAdminHandlerTest, CircularListTest, TestSolrIndexConfig, TestPHPSerializedResponseWriter, UpdateRequestProcessorFactoryTest, TestFieldTypeResource, StressHdfsTest, MoreLikeThisHandlerTest, TestWriterPerf, TestSolrQueryParser, PeerSyncTest, TestFastLRUCache, IndexSchemaTest, CacheHeaderTest, BasicFunctionalityTest, RegexBoostProcessorTest, ZkControllerTest, SystemInfoHandlerTest, ReturnFieldsTest, ShowFileRequestHandlerTest, TestReplicationHandler, SolrInfoMBeanTest, SearchHandlerTest, TestJoin, TestTrie, PreAnalyzedUpdateProcessorTest, TestCoreContainer, AddSchemaFieldsUpdateProcessorFactoryTest, ResourceLoaderTest, SolrTestCaseJ4Test, DistributedQueryElevationComponentTest, BadComponentTest, InfoHandlerTest, TestSolrQueryParserDefaultOperatorResource, SoftAutoCommitTest, TestSerializedLuceneMatchVersion, FieldMutatingUpdateProcessorTest, DirectUpdateHandlerOptimizeTest, TestIBSimilarityFactory, BlockDirectoryTest, ShardRoutingTest, CachingDirectoryFactoryTest, TestSolrDeletionPolicy2, TestReversedWildcardFilterFactory, ChaosMonkeySafeLeaderTest, CollectionsAPIDistributedZkTest]
   [junit4] Completed on J0 in 142.57s, 1 test, 1 error <<< FAILURES!

[...truncated 493 lines...]
BUILD FAILED
/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-Java7/build.xml:389: The following error occurred while executing this line:
/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-Java7/build.xml:369: The following error occurred while executing this line:
/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-Java7/build.xml:39: The following error occurred while executing this line:
/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-Java7/solr/build.xml:181: The following error occurred while executing this line:
/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-Java7/solr/common-build.xml:449: The following error occurred while executing this line:
/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-Java7/lucene/common-build.xml:1230: The following error occurred while executing this line:
/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-Java7/lucene/common-build.xml:873: There were test failures: 320 suites, 1347 tests, 1 error, 34 ignored (6 assumptions)

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



[JENKINS] Lucene-Solr-Tests-trunk-Java7 - Build # 4207 - Still Failing

Posted by Apache Jenkins Server <je...@builds.apache.org>.
Build: https://builds.apache.org/job/Lucene-Solr-Tests-trunk-Java7/4207/

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

Error Message:
IOException occured when talking to server at: http://127.0.0.1:22940

Stack Trace:
org.apache.solr.client.solrj.SolrServerException: IOException occured when talking to server at: http://127.0.0.1:22940
	at __randomizedtesting.SeedInfo.seed([A0DBC4A68435BE3C:213D4ABEF36ADE00]: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:606)
	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:724)
Caused by: org.apache.http.conn.ConnectTimeoutException: Connect to 127.0.0.1:22940 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 9698 lines...]
   [junit4] Suite: org.apache.solr.cloud.CollectionsAPIDistributedZkTest
   [junit4]   2> 823023 T2115 oas.BaseDistributedSearchTestCase.initHostContext Setting hostContext system property: /
   [junit4]   2> 823027 T2115 oas.SolrTestCaseJ4.setUp ###Starting testDistribSearch
   [junit4]   2> Creating dataDir: /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-Java7/solr/build/solr-core/test/J1/./solrtest-CollectionsAPIDistributedZkTest-1375542114809
   [junit4]   2> 823028 T2115 oasc.ZkTestServer.run STARTING ZK TEST SERVER
   [junit4]   2> 823029 T2116 oasc.ZkTestServer$ZKServerMain.runFromConfig Starting server
   [junit4]   2> 823130 T2115 oasc.ZkTestServer.run start zk server on port:22930
   [junit4]   2> 823131 T2115 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 823136 T2122 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@5355e98d name:ZooKeeperConnection Watcher:127.0.0.1:22930 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 823136 T2115 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 823137 T2115 oascc.SolrZkClient.makePath makePath: /solr
   [junit4]   2> 823154 T2115 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 823156 T2124 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@4f015c6b name:ZooKeeperConnection Watcher:127.0.0.1:22930/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 823156 T2115 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 823157 T2115 oascc.SolrZkClient.makePath makePath: /collections/collection1
   [junit4]   2> 823167 T2115 oascc.SolrZkClient.makePath makePath: /collections/collection1/shards
   [junit4]   2> 823170 T2115 oascc.SolrZkClient.makePath makePath: /collections/control_collection
   [junit4]   2> 823172 T2115 oascc.SolrZkClient.makePath makePath: /collections/control_collection/shards
   [junit4]   2> 823176 T2115 oasc.AbstractZkTestCase.putConfig put /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-Java7/solr/build/solr-core/test-files/solr/collection1/conf/solrconfig-tlog.xml to /configs/conf1/solrconfig.xml
   [junit4]   2> 823177 T2115 oascc.SolrZkClient.makePath makePath: /configs/conf1/solrconfig.xml
   [junit4]   2> 823189 T2115 oasc.AbstractZkTestCase.putConfig put /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-Java7/solr/build/solr-core/test-files/solr/collection1/conf/schema.xml to /configs/conf1/schema.xml
   [junit4]   2> 823190 T2115 oascc.SolrZkClient.makePath makePath: /configs/conf1/schema.xml
   [junit4]   2> 823295 T2115 oasc.AbstractZkTestCase.putConfig put /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-Java7/solr/build/solr-core/test-files/solr/collection1/conf/stopwords.txt to /configs/conf1/stopwords.txt
   [junit4]   2> 823296 T2115 oascc.SolrZkClient.makePath makePath: /configs/conf1/stopwords.txt
   [junit4]   2> 823299 T2115 oasc.AbstractZkTestCase.putConfig put /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-Java7/solr/build/solr-core/test-files/solr/collection1/conf/protwords.txt to /configs/conf1/protwords.txt
   [junit4]   2> 823300 T2115 oascc.SolrZkClient.makePath makePath: /configs/conf1/protwords.txt
   [junit4]   2> 823310 T2115 oasc.AbstractZkTestCase.putConfig put /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-Java7/solr/build/solr-core/test-files/solr/collection1/conf/currency.xml to /configs/conf1/currency.xml
   [junit4]   2> 823310 T2115 oascc.SolrZkClient.makePath makePath: /configs/conf1/currency.xml
   [junit4]   2> 823314 T2115 oasc.AbstractZkTestCase.putConfig put /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-Java7/solr/build/solr-core/test-files/solr/collection1/conf/open-exchange-rates.json to /configs/conf1/open-exchange-rates.json
   [junit4]   2> 823315 T2115 oascc.SolrZkClient.makePath makePath: /configs/conf1/open-exchange-rates.json
   [junit4]   2> 823318 T2115 oasc.AbstractZkTestCase.putConfig put /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-Java7/solr/build/solr-core/test-files/solr/collection1/conf/mapping-ISOLatin1Accent.txt to /configs/conf1/mapping-ISOLatin1Accent.txt
   [junit4]   2> 823319 T2115 oascc.SolrZkClient.makePath makePath: /configs/conf1/mapping-ISOLatin1Accent.txt
   [junit4]   2> 823322 T2115 oasc.AbstractZkTestCase.putConfig put /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-Java7/solr/build/solr-core/test-files/solr/collection1/conf/old_synonyms.txt to /configs/conf1/old_synonyms.txt
   [junit4]   2> 823323 T2115 oascc.SolrZkClient.makePath makePath: /configs/conf1/old_synonyms.txt
   [junit4]   2> 823326 T2115 oasc.AbstractZkTestCase.putConfig put /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-Java7/solr/build/solr-core/test-files/solr/collection1/conf/synonyms.txt to /configs/conf1/synonyms.txt
   [junit4]   2> 823327 T2115 oascc.SolrZkClient.makePath makePath: /configs/conf1/synonyms.txt
   [junit4]   2> 823612 T2115 oejs.Server.doStart jetty-8.1.10.v20130312
   [junit4]   2> 823618 T2115 oejs.AbstractConnector.doStart Started SocketConnector@127.0.0.1:22933
   [junit4]   2> 823618 T2115 oass.SolrDispatchFilter.init SolrDispatchFilter.init()
   [junit4]   2> 823619 T2115 oasc.SolrResourceLoader.locateSolrHome JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 823620 T2115 oasc.SolrResourceLoader.locateSolrHome using system property solr.solr.home: /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-Java7/solr/build/solr-core/test/J1/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-controljetty-1375542115112
   [junit4]   2> 823620 T2115 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-Java7/solr/build/solr-core/test/J1/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-controljetty-1375542115112/'
   [junit4]   2> 823662 T2115 oasc.ConfigSolr.fromFile Loading container configuration from /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-Java7/solr/build/solr-core/test/J1/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-controljetty-1375542115112/solr.xml
   [junit4]   2> 823756 T2115 oasc.ConfigSolrXml.<init> Config-defined core root directory: 
   [junit4]   2> 823757 T2115 oasc.CoreContainer.<init> New CoreContainer 855685611
   [junit4]   2> 823758 T2115 oasc.CoreContainer.load Loading cores into CoreContainer [instanceDir=/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-Java7/solr/build/solr-core/test/J1/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-controljetty-1375542115112/]
   [junit4]   2> 823760 T2115 oashc.HttpShardHandlerFactory.getParameter Setting socketTimeout to: 120000
   [junit4]   2> 823761 T2115 oashc.HttpShardHandlerFactory.getParameter Setting urlScheme to: http://
   [junit4]   2> 823761 T2115 oashc.HttpShardHandlerFactory.getParameter Setting connTimeout to: 15000
   [junit4]   2> 823761 T2115 oashc.HttpShardHandlerFactory.getParameter Setting maxConnectionsPerHost to: 20
   [junit4]   2> 823762 T2115 oashc.HttpShardHandlerFactory.getParameter Setting corePoolSize to: 0
   [junit4]   2> 823762 T2115 oashc.HttpShardHandlerFactory.getParameter Setting maximumPoolSize to: 2147483647
   [junit4]   2> 823763 T2115 oashc.HttpShardHandlerFactory.getParameter Setting maxThreadIdleTime to: 5
   [junit4]   2> 823763 T2115 oashc.HttpShardHandlerFactory.getParameter Setting sizeOfQueue to: -1
   [junit4]   2> 823764 T2115 oashc.HttpShardHandlerFactory.getParameter Setting fairnessPolicy to: false
   [junit4]   2> 823765 T2115 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnectionsPerHost=20&maxConnections=10000&socketTimeout=120000&connTimeout=15000&retry=false
   [junit4]   2> 823783 T2115 oasc.ZkContainer.initZooKeeper Zookeeper client=127.0.0.1:22930/solr
   [junit4]   2> 823784 T2115 oasc.ZkController.checkChrootPath zkHost includes chroot
   [junit4]   2> 823785 T2115 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 823788 T2135 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@660e378c name:ZooKeeperConnection Watcher:127.0.0.1:22930 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 823788 T2115 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 823798 T2115 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=500&maxConnectionsPerHost=16&socketTimeout=120000&connTimeout=15000
   [junit4]   2> 823811 T2115 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 823813 T2137 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@4a5833ae name:ZooKeeperConnection Watcher:127.0.0.1:22930/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 823813 T2115 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 823816 T2115 oascc.SolrZkClient.makePath makePath: /overseer/queue
   [junit4]   2> 823825 T2115 oascc.SolrZkClient.makePath makePath: /overseer/collection-queue-work
   [junit4]   2> 823829 T2115 oascc.SolrZkClient.makePath makePath: /live_nodes
   [junit4]   2> 823859 T2115 oasc.ZkController.createEphemeralLiveNode Register node as live in ZooKeeper:/live_nodes/127.0.0.1:22933_
   [junit4]   2> 823861 T2115 oascc.SolrZkClient.makePath makePath: /live_nodes/127.0.0.1:22933_
   [junit4]   2> 823871 T2115 oascc.SolrZkClient.makePath makePath: /overseer_elect/election
   [junit4]   2> 823884 T2115 oascc.SolrZkClient.makePath makePath: /overseer_elect/leader
   [junit4]   2> 823888 T2115 oasc.Overseer.start Overseer (id=90147528036450307-127.0.0.1:22933_-n_0000000000) starting
   [junit4]   2> 823899 T2115 oascc.SolrZkClient.makePath makePath: /overseer/queue-work
   [junit4]   2> 823909 T2139 oasc.OverseerCollectionProcessor.run Process current queue of collection creations
   [junit4]   2> 823909 T2115 oascc.SolrZkClient.makePath makePath: /clusterstate.json
   [junit4]   2> 823912 T2115 oascc.SolrZkClient.makePath makePath: /aliases.json
   [junit4]   2> 823919 T2115 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
   [junit4]   2> 823922 T2138 oasc.Overseer$ClusterStateUpdater.run Starting to work on the main queue
   [junit4]   2> 823926 T2115 oasc.CorePropertiesLocator.discover Looking for core definitions underneath /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-Java7/solr/build/solr-core/test/J1/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-controljetty-1375542115112
   [junit4]   2> 823930 T2115 oasc.CorePropertiesLocator.discoverUnder Found core conf in /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-Java7/solr/build/solr-core/test/J1/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-controljetty-1375542115112/conf/
   [junit4]   2> 824106 T2115 oasc.CorePropertiesLocator.discover Found 1 core definitions
   [junit4]   2> 824107 T2115 oass.SolrDispatchFilter.init user.dir=/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-Java7/solr/build/solr-core/test/J1
   [junit4]   2> 824107 T2115 oass.SolrDispatchFilter.init SolrDispatchFilter.init() done
   [junit4]   2> 824108 T2115 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=128&maxConnectionsPerHost=32&followRedirects=false
   [junit4]   2> 824126 T2115 oascsi.HttpClientUtil.createClient Creating new http client, config:
   [junit4]   2> 824128 T2115 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 824130 T2142 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@4805376d name:ZooKeeperConnection Watcher:127.0.0.1:22930/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 824130 T2115 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 824133 T2115 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
   [junit4]   2> 824135 T2115 oasc.ChaosMonkey.monkeyLog monkey: init - expire sessions:true cause connection loss:true
   [junit4]   2> 824427 T2115 oejs.Server.doStart jetty-8.1.10.v20130312
   [junit4]   2> 824430 T2115 oejs.AbstractConnector.doStart Started SocketConnector@127.0.0.1:22937
   [junit4]   2> 824431 T2115 oass.SolrDispatchFilter.init SolrDispatchFilter.init()
   [junit4]   2> 824431 T2115 oasc.SolrResourceLoader.locateSolrHome JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 824432 T2115 oasc.SolrResourceLoader.locateSolrHome using system property solr.solr.home: /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-Java7/solr/build/solr-core/test/J1/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty1-1375542115917
   [junit4]   2> 824432 T2115 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-Java7/solr/build/solr-core/test/J1/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty1-1375542115917/'
   [junit4]   2> 824477 T2115 oasc.ConfigSolr.fromFile Loading container configuration from /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-Java7/solr/build/solr-core/test/J1/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty1-1375542115917/solr.xml
   [junit4]   2> 824575 T2115 oasc.ConfigSolrXml.<init> Config-defined core root directory: 
   [junit4]   2> 824576 T2115 oasc.CoreContainer.<init> New CoreContainer 1345369951
   [junit4]   2> 824576 T2115 oasc.CoreContainer.load Loading cores into CoreContainer [instanceDir=/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-Java7/solr/build/solr-core/test/J1/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty1-1375542115917/]
   [junit4]   2> 824578 T2115 oashc.HttpShardHandlerFactory.getParameter Setting socketTimeout to: 120000
   [junit4]   2> 824578 T2115 oashc.HttpShardHandlerFactory.getParameter Setting urlScheme to: http://
   [junit4]   2> 824578 T2115 oashc.HttpShardHandlerFactory.getParameter Setting connTimeout to: 15000
   [junit4]   2> 824579 T2115 oashc.HttpShardHandlerFactory.getParameter Setting maxConnectionsPerHost to: 20
   [junit4]   2> 824579 T2115 oashc.HttpShardHandlerFactory.getParameter Setting corePoolSize to: 0
   [junit4]   2> 824579 T2115 oashc.HttpShardHandlerFactory.getParameter Setting maximumPoolSize to: 2147483647
   [junit4]   2> 824580 T2115 oashc.HttpShardHandlerFactory.getParameter Setting maxThreadIdleTime to: 5
   [junit4]   2> 824580 T2115 oashc.HttpShardHandlerFactory.getParameter Setting sizeOfQueue to: -1
   [junit4]   2> 824580 T2115 oashc.HttpShardHandlerFactory.getParameter Setting fairnessPolicy to: false
   [junit4]   2> 824581 T2115 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnectionsPerHost=20&maxConnections=10000&socketTimeout=120000&connTimeout=15000&retry=false
   [junit4]   2> 824593 T2115 oasc.ZkContainer.initZooKeeper Zookeeper client=127.0.0.1:22930/solr
   [junit4]   2> 824593 T2115 oasc.ZkController.checkChrootPath zkHost includes chroot
   [junit4]   2> 824594 T2115 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 824597 T2153 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@25ffdefe name:ZooKeeperConnection Watcher:127.0.0.1:22930 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 824597 T2115 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 824612 T2115 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=500&maxConnectionsPerHost=16&socketTimeout=120000&connTimeout=15000
   [junit4]   2> 824620 T2115 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 824622 T2155 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@137554fc name:ZooKeeperConnection Watcher:127.0.0.1:22930/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 824622 T2115 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 824631 T2115 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
   [junit4]   2> 825633 T2115 oasc.ZkController.createEphemeralLiveNode Register node as live in ZooKeeper:/live_nodes/127.0.0.1:22937_
   [junit4]   2> 825636 T2115 oascc.SolrZkClient.makePath makePath: /live_nodes/127.0.0.1:22937_
   [junit4]   2> 825639 T2137 oascc.ZkStateReader$3.process Updating live nodes... (2)
   [junit4]   2> 825639 T2142 oascc.ZkStateReader$3.process Updating live nodes... (2)
   [junit4]   2> 825639 T2155 oascc.ZkStateReader$3.process Updating live nodes... (2)
   [junit4]   2> 825646 T2115 oasc.CorePropertiesLocator.discover Looking for core definitions underneath /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-Java7/solr/build/solr-core/test/J1/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty1-1375542115917
   [junit4]   2> 825649 T2115 oasc.CorePropertiesLocator.discoverUnder Found core conf in /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-Java7/solr/build/solr-core/test/J1/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty1-1375542115917/conf/
   [junit4]   2> 825850 T2115 oasc.CorePropertiesLocator.discover Found 1 core definitions
   [junit4]   2> 825852 T2115 oass.SolrDispatchFilter.init user.dir=/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-Java7/solr/build/solr-core/test/J1
   [junit4]   2> 825852 T2115 oass.SolrDispatchFilter.init SolrDispatchFilter.init() done
   [junit4]   2> 825853 T2115 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=128&maxConnectionsPerHost=32&followRedirects=false
   [junit4]   2> 826163 T2115 oejs.Server.doStart jetty-8.1.10.v20130312
   [junit4]   2> 826167 T2115 oejs.AbstractConnector.doStart Started SocketConnector@127.0.0.1:22940
   [junit4]   2> 826168 T2115 oass.SolrDispatchFilter.init SolrDispatchFilter.init()
   [junit4]   2> 826168 T2115 oasc.SolrResourceLoader.locateSolrHome JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 826169 T2115 oasc.SolrResourceLoader.locateSolrHome using system property solr.solr.home: /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-Java7/solr/build/solr-core/test/J1/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty2-1375542117652
   [junit4]   2> 826169 T2115 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-Java7/solr/build/solr-core/test/J1/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty2-1375542117652/'
   [junit4]   2> 826213 T2115 oasc.ConfigSolr.fromFile Loading container configuration from /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-Java7/solr/build/solr-core/test/J1/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty2-1375542117652/solr.xml
   [junit4]   2> 826314 T2115 oasc.ConfigSolrXml.<init> Config-defined core root directory: 
   [junit4]   2> 826315 T2115 oasc.CoreContainer.<init> New CoreContainer 208878040
   [junit4]   2> 826315 T2115 oasc.CoreContainer.load Loading cores into CoreContainer [instanceDir=/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-Java7/solr/build/solr-core/test/J1/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty2-1375542117652/]
   [junit4]   2> 826317 T2115 oashc.HttpShardHandlerFactory.getParameter Setting socketTimeout to: 120000
   [junit4]   2> 826318 T2115 oashc.HttpShardHandlerFactory.getParameter Setting urlScheme to: http://
   [junit4]   2> 826318 T2115 oashc.HttpShardHandlerFactory.getParameter Setting connTimeout to: 15000
   [junit4]   2> 826319 T2115 oashc.HttpShardHandlerFactory.getParameter Setting maxConnectionsPerHost to: 20
   [junit4]   2> 826319 T2115 oashc.HttpShardHandlerFactory.getParameter Setting corePoolSize to: 0
   [junit4]   2> 826320 T2115 oashc.HttpShardHandlerFactory.getParameter Setting maximumPoolSize to: 2147483647
   [junit4]   2> 826320 T2115 oashc.HttpShardHandlerFactory.getParameter Setting maxThreadIdleTime to: 5
   [junit4]   2> 826321 T2115 oashc.HttpShardHandlerFactory.getParameter Setting sizeOfQueue to: -1
   [junit4]   2> 826321 T2115 oashc.HttpShardHandlerFactory.getParameter Setting fairnessPolicy to: false
   [junit4]   2> 826322 T2115 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnectionsPerHost=20&maxConnections=10000&socketTimeout=120000&connTimeout=15000&retry=false
   [junit4]   2> 826340 T2115 oasc.ZkContainer.initZooKeeper Zookeeper client=127.0.0.1:22930/solr
   [junit4]   2> 826340 T2115 oasc.ZkController.checkChrootPath zkHost includes chroot
   [junit4]   2> 826341 T2115 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 826344 T2167 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@5b597106 name:ZooKeeperConnection Watcher:127.0.0.1:22930 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 826344 T2115 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 826347 T2115 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=500&maxConnectionsPerHost=16&socketTimeout=120000&connTimeout=15000
   [junit4]   2> 826360 T2115 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 826362 T2169 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@15f2b91a name:ZooKeeperConnection Watcher:127.0.0.1:22930/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 826362 T2115 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 826373 T2115 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
   [junit4]   2> 827376 T2115 oasc.ZkController.createEphemeralLiveNode Register node as live in ZooKeeper:/live_nodes/127.0.0.1:22940_
   [junit4]   2> 827384 T2115 oascc.SolrZkClient.makePath makePath: /live_nodes/127.0.0.1:22940_
   [junit4]   2> 827387 T2155 oascc.ZkStateReader$3.process Updating live nodes... (3)
   [junit4]   2> 827388 T2142 oascc.ZkStateReader$3.process Updating live nodes... (3)
   [junit4]   2> 827388 T2137 oascc.ZkStateReader$3.process Updating live nodes... (3)
   [junit4]   2> 827388 T2169 oascc.ZkStateReader$3.process Updating live nodes... (3)
   [junit4]   2> 827402 T2115 oasc.CorePropertiesLocator.discover Looking for core definitions underneath /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-Java7/solr/build/solr-core/test/J1/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty2-1375542117652
   [junit4]   2> 827580 T2115 oasc.CorePropertiesLocator.discoverUnder Found core conf in /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-Java7/solr/build/solr-core/test/J1/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty2-1375542117652/conf/
   [junit4]   2> 827587 T2115 oasc.CorePropertiesLocator.discover Found 1 core definitions
   [junit4]   2> 827588 T2115 oass.SolrDispatchFilter.init user.dir=/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-Java7/solr/build/solr-core/test/J1
   [junit4]   2> 827588 T2115 oass.SolrDispatchFilter.init SolrDispatchFilter.init() done
   [junit4]   2> 827589 T2115 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=128&maxConnectionsPerHost=32&followRedirects=false
   [junit4]   2> 827887 T2115 oejs.Server.doStart jetty-8.1.10.v20130312
   [junit4]   2> 827890 T2115 oejs.AbstractConnector.doStart Started SocketConnector@127.0.0.1:22943
   [junit4]   2> 827891 T2115 oass.SolrDispatchFilter.init SolrDispatchFilter.init()
   [junit4]   2> 827892 T2115 oasc.SolrResourceLoader.locateSolrHome JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 827892 T2115 oasc.SolrResourceLoader.locateSolrHome using system property solr.solr.home: /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-Java7/solr/build/solr-core/test/J1/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty3-1375542119385
   [junit4]   2> 827893 T2115 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-Java7/solr/build/solr-core/test/J1/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty3-1375542119385/'
   [junit4]   2> 827933 T2115 oasc.ConfigSolr.fromFile Loading container configuration from /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-Java7/solr/build/solr-core/test/J1/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty3-1375542119385/solr.xml
   [junit4]   2> 828025 T2115 oasc.ConfigSolrXml.<init> Config-defined core root directory: 
   [junit4]   2> 828026 T2115 oasc.CoreContainer.<init> New CoreContainer 333352415
   [junit4]   2> 828026 T2115 oasc.CoreContainer.load Loading cores into CoreContainer [instanceDir=/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-Java7/solr/build/solr-core/test/J1/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty3-1375542119385/]
   [junit4]   2> 828028 T2115 oashc.HttpShardHandlerFactory.getParameter Setting socketTimeout to: 120000
   [junit4]   2> 828029 T2115 oashc.HttpShardHandlerFactory.getParameter Setting urlScheme to: http://
   [junit4]   2> 828029 T2115 oashc.HttpShardHandlerFactory.getParameter Setting connTimeout to: 15000
   [junit4]   2> 828030 T2115 oashc.HttpShardHandlerFactory.getParameter Setting maxConnectionsPerHost to: 20
   [junit4]   2> 828030 T2115 oashc.HttpShardHandlerFactory.getParameter Setting corePoolSize to: 0
   [junit4]   2> 828031 T2115 oashc.HttpShardHandlerFactory.getParameter Setting maximumPoolSize to: 2147483647
   [junit4]   2> 828031 T2115 oashc.HttpShardHandlerFactory.getParameter Setting maxThreadIdleTime to: 5
   [junit4]   2> 828032 T2115 oashc.HttpShardHandlerFactory.getParameter Setting sizeOfQueue to: -1
   [junit4]   2> 828032 T2115 oashc.HttpShardHandlerFactory.getParameter Setting fairnessPolicy to: false
   [junit4]   2> 828033 T2115 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnectionsPerHost=20&maxConnections=10000&socketTimeout=120000&connTimeout=15000&retry=false
   [junit4]   2> 828049 T2115 oasc.ZkContainer.initZooKeeper Zookeeper client=127.0.0.1:22930/solr
   [junit4]   2> 828050 T2115 oasc.ZkController.checkChrootPath zkHost includes chroot
   [junit4]   2> 828052 T2115 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 828057 T2181 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@ef1ad77 name:ZooKeeperConnection Watcher:127.0.0.1:22930 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 828057 T2115 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 828061 T2115 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=500&maxConnectionsPerHost=16&socketTimeout=120000&connTimeout=15000
   [junit4]   2> 828072 T2115 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 828074 T2183 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@1033c7d name:ZooKeeperConnection Watcher:127.0.0.1:22930/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 828074 T2115 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 828086 T2115 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
   [junit4]   2> 829089 T2115 oasc.ZkController.createEphemeralLiveNode Register node as live in ZooKeeper:/live_nodes/127.0.0.1:22943_
   [junit4]   2> 829092 T2115 oascc.SolrZkClient.makePath makePath: /live_nodes/127.0.0.1:22943_
   [junit4]   2> 829095 T2169 oascc.ZkStateReader$3.process Updating live nodes... (4)
   [junit4]   2> 829096 T2142 oascc.ZkStateReader$3.process Updating live nodes... (4)
   [junit4]   2> 829096 T2137 oascc.ZkStateReader$3.process Updating live nodes... (4)
   [junit4]   2> 829096 T2183 oascc.ZkStateReader$3.process Updating live nodes... (4)
   [junit4]   2> 829095 T2155 oascc.ZkStateReader$3.process Updating live nodes... (4)
   [junit4]   2> 829113 T2115 oasc.CorePropertiesLocator.discover Looking for core definitions underneath /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-Java7/solr/build/solr-core/test/J1/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty3-1375542119385
   [junit4]   2> 829313 T2115 oasc.CorePropertiesLocator.discoverUnder Found core conf in /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-Java7/solr/build/solr-core/test/J1/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty3-1375542119385/conf/
   [junit4]   2> 829317 T2115 oasc.CorePropertiesLocator.discover Found 1 core definitions
   [junit4]   2> 829317 T2115 oass.SolrDispatchFilter.init user.dir=/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-Java7/solr/build/solr-core/test/J1
   [junit4]   2> 829318 T2115 oass.SolrDispatchFilter.init SolrDispatchFilter.init() done
   [junit4]   2> 829318 T2115 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=128&maxConnectionsPerHost=32&followRedirects=false
   [junit4]   2> 829637 T2115 oejs.Server.doStart jetty-8.1.10.v20130312
   [junit4]   2> 829641 T2115 oejs.AbstractConnector.doStart Started SocketConnector@127.0.0.1:16058
   [junit4]   2> 829641 T2115 oass.SolrDispatchFilter.init SolrDispatchFilter.init()
   [junit4]   2> 829642 T2115 oasc.SolrResourceLoader.locateSolrHome JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 829642 T2115 oasc.SolrResourceLoader.locateSolrHome using system property solr.solr.home: /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-Java7/solr/build/solr-core/test/J1/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty4-1375542121117
   [junit4]   2> 829643 T2115 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-Java7/solr/build/solr-core/test/J1/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty4-1375542121117/'
   [junit4]   2> 829685 T2115 oasc.ConfigSolr.fromFile Loading container configuration from /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-Java7/solr/build/solr-core/test/J1/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty4-1375542121117/solr.xml
   [junit4]   2> 829777 T2115 oasc.ConfigSolrXml.<init> Config-defined core root directory: 
   [junit4]   2> 829778 T2115 oasc.CoreContainer.<init> New CoreContainer 1512990020
   [junit4]   2> 829778 T2115 oasc.CoreContainer.load Loading cores into CoreContainer [instanceDir=/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-Java7/solr/build/solr-core/test/J1/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty4-1375542121117/]
   [junit4]   2> 829781 T2115 oashc.HttpShardHandlerFactory.getParameter Setting socketTimeout to: 120000
   [junit4]   2> 829781 T2115 oashc.HttpShardHandlerFactory.getParameter Setting urlScheme to: http://
   [junit4]   2> 829782 T2115 oashc.HttpShardHandlerFactory.getParameter Setting connTimeout to: 15000
   [junit4]   2> 829782 T2115 oashc.HttpShardHandlerFactory.getParameter Setting maxConnectionsPerHost to: 20
   [junit4]   2> 829783 T2115 oashc.HttpShardHandlerFactory.getParameter Setting corePoolSize to: 0
   [junit4]   2> 829783 T2115 oashc.HttpShardHandlerFactory.getParameter Setting maximumPoolSize to: 2147483647
   [junit4]   2> 829784 T2115 oashc.HttpShardHandlerFactory.getParameter Setting maxThreadIdleTime to: 5
   [junit4]   2> 829784 T2115 oashc.HttpShardHandlerFactory.getParameter Setting sizeOfQueue to: -1
   [junit4]   2> 829785 T2115 oashc.HttpShardHandlerFactory.getParameter Setting fairnessPolicy to: false
   [junit4]   2> 829785 T2115 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnectionsPerHost=20&maxConnections=10000&socketTimeout=120000&connTimeout=15000&retry=false
   [junit4]   2> 829802 T2115 oasc.ZkContainer.initZooKeeper Zookeeper client=127.0.0.1:22930/solr
   [junit4]   2> 829803 T2115 oasc.ZkController.checkChrootPath zkHost includes chroot
   [junit4]   2> 829804 T2115 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 829832 T2195 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@451dbab3 name:ZooKeeperConnection Watcher:127.0.0.1:22930 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 829832 T2115 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 829835 T2115 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=500&maxConnectionsPerHost=16&socketTimeout=120000&connTimeout=15000
   [junit4]   2> 829846 T2115 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 829848 T2197 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@dd8901e name:ZooKeeperConnection Watcher:127.0.0.1:22930/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 829848 T2115 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 829860 T2115 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
   [junit4]   2> 830864 T2115 oasc.ZkController.createEphemeralLiveNode Register node as live in ZooKeeper:/live_nodes/127.0.0.1:16058_
   [junit4]   2> 830869 T2115 oascc.SolrZkClient.makePath makePath: /live_nodes/127.0.0.1:16058_
   [junit4]   2> 830874 T2169 oascc.ZkStateReader$3.process Updating live nodes... (5)
   [junit4]   2> 830874 T2183 oascc.ZkStateReader$3.process Updating live nodes... (5)
   [junit4]   2> 830874 T2197 oascc.ZkStateReader$3.process Updating live nodes... (5)
   [junit4]   2> 830874 T2142 oascc.ZkStateReader$3.process Updating live nodes... (5)
   [junit4]   2> 830874 T2137 oascc.ZkStateReader$3.process Updating live nodes... (5)
   [junit4]   2> 830874 T2155 oascc.ZkStateReader$3.process Updating live nodes... (5)
   [junit4]   2> 830889 T2115 oasc.CorePropertiesLocator.discover Looking for core definitions underneath /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-Java7/solr/build/solr-core/test/J1/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty4-1375542121117
   [junit4]   2> 830892 T2115 oasc.CorePropertiesLocator.discoverUnder Found core conf in /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-Java7/solr/build/solr-core/test/J1/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty4-1375542121117/conf/
   [junit4]   2> 831083 T2115 oasc.CorePropertiesLocator.discover Found 1 core definitions
   [junit4]   2> 831084 T2115 oass.SolrDispatchFilter.init user.dir=/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-Java7/solr/build/solr-core/test/J1
   [junit4]   2> 831085 T2115 oass.SolrDispatchFilter.init SolrDispatchFilter.init() done
   [junit4]   2> 831085 T2115 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=128&maxConnectionsPerHost=32&followRedirects=false
   [junit4]   2> 831102 T2115 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=128&maxConnectionsPerHost=32&followRedirects=false
   [junit4]   2> 831114 T2145 oasha.CollectionsHandler.handleCreateAction Creating Collection : numShards=2&name=nodes_used_collection&replicationFactor=2&action=CREATE&wt=javabin&version=2
   [junit4]   2> 831116 T2137 oasc.DistributedQueue$LatchChildWatcher.process Watcher fired on path: /overseer/collection-queue-work state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 831118 T2139 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> 831118 T2139 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> 831435 T2138 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
   [junit4]   2> 831436 T2138 oasc.Overseer$ClusterStateUpdater.buildCollection building a new collection: nodes_used_collection
   [junit4]   2> 831436 T2138 oasc.Overseer$ClusterStateUpdater.createCollection Create collection nodes_used_collection with shards [shard1, shard2]
   [junit4]   2> 831450 T2155 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> 831450 T2197 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> 831450 T2142 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> 831450 T2137 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> 831450 T2183 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> 831450 T2169 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> 831538 T2139 oasc.OverseerCollectionProcessor.createCollection going to create cores replicas shardNames [shard1, shard2] , repFactor : 2
   [junit4]   2> 831538 T2139 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:22937_
   [junit4]   2> 831539 T2139 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:22933_
   [junit4]   2> 831540 T2139 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:16058_
   [junit4]   2> 831541 T2139 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:22943_
   [junit4]   2> 831544 T2146 oasc.ZkController.publish publishing core=nodes_used_collection_shard1_replica1 state=down
   [junit4]   2> 831545 T2173 oasc.ZkController.publish publishing core=nodes_used_collection_shard2_replica2 state=down
   [junit4]   2> 831544 T2187 oasc.ZkController.publish publishing core=nodes_used_collection_shard2_replica1 state=down
   [junit4]   2> 831544 T2127 oasc.ZkController.publish publishing core=nodes_used_collection_shard1_replica2 state=down
   [junit4]   2> 831547 T2146 oasc.ZkController.waitForCoreNodeName look for our core node name
   [junit4]   2> 831547 T2173 oasc.ZkController.waitForCoreNodeName look for our core node name
   [junit4]   2> 831547 T2187 oasc.ZkController.waitForCoreNodeName look for our core node name
   [junit4]   2> 831558 T2127 oasc.ZkController.waitForCoreNodeName look for our core node name
   [junit4]   2> 832956 T2138 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
   [junit4]   2> 832958 T2138 oasc.Overseer$ClusterStateUpdater.updateState WARN Could not find collection node for nodes_used_collection, skipping publish state
   [junit4]   2> 832958 T2138 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:22937_",
   [junit4]   2> 	  "base_url":"http://127.0.0.1:22937"}
   [junit4]   2> 832968 T2138 oasc.Overseer$ClusterStateUpdater.updateState WARN Could not find collection node for nodes_used_collection, skipping publish state
   [junit4]   2> 832968 T2138 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_replica2",
   [junit4]   2> 	  "collection":"nodes_used_collection",
   [junit4]   2> 	  "shard_range":null,
   [junit4]   2> 	  "node_name":"127.0.0.1:22943_",
   [junit4]   2> 	  "base_url":"http://127.0.0.1:22943"}
   [junit4]   2> 832988 T2138 oasc.Overseer$ClusterStateUpdater.updateState WARN Could not find collection node for nodes_used_collection, skipping publish state
   [junit4]   2> 832988 T2138 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":"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:16058_",
   [junit4]   2> 	  "base_url":"http://127.0.0.1:16058"}
   [junit4]   2> 833001 T2138 oasc.Overseer$ClusterStateUpdater.updateState WARN Could not find collection node for nodes_used_collection, skipping publish state
   [junit4]   2> 833001 T2138 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":"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:22933_",
   [junit4]   2> 	  "base_url":"http://127.0.0.1:22933"}
   [junit4]   2> 833023 T2169 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> 833023 T2142 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> 833023 T2197 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> 833023 T2183 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> 833023 T2137 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> 833023 T2155 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> 833549 T2146 oasc.ZkController.waitForShardId waiting to find shard id in clusterstate for nodes_used_collection_shard1_replica1
   [junit4]   2> 833549 T2173 oasc.ZkController.waitForShardId waiting to find shard id in clusterstate for nodes_used_collection_shard2_replica2
   [junit4]   2> 833550 T2187 oasc.ZkController.waitForShardId waiting to find shard id in clusterstate for nodes_used_collection_shard2_replica1
   [junit4]   2> 833550 T2146 oasc.CorePropertiesLocator.writePropertiesFile ERROR Couldn't persist core properties to /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-Java7/solr/build/solr-core/test/J1/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty1-1375542115917/nodes_used_collection_shard1_replica1/core.properties: java.io.FileNotFoundException: /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-Java7/solr/build/solr-core/test/J1/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty1-1375542115917/nodes_used_collection_shard1_replica1/core.properties (No such file or directory)
   [junit4]   2> 833551 T2146 oasc.CoreContainer.create Creating SolrCore 'nodes_used_collection_shard1_replica1' using instanceDir: /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-Java7/solr/build/solr-core/test/J1/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty1-1375542115917/nodes_used_collection_shard1_replica1
   [junit4]   2> 833551 T2146 oasc.ZkController.createCollectionZkNode Check for collection zkNode:nodes_used_collection
   [junit4]   2> 833551 T2173 oasc.CorePropertiesLocator.writePropertiesFile ERROR Couldn't persist core properties to /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-Java7/solr/build/solr-core/test/J1/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty3-1375542119385/nodes_used_collection_shard2_replica2/core.properties: java.io.FileNotFoundException: /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-Java7/solr/build/solr-core/test/J1/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty3-1375542119385/nodes_used_collection_shard2_replica2/core.properties (No such file or directory)
   [junit4]   2> 833551 T2187 oasc.CorePropertiesLocator.writePropertiesFile ERROR Couldn't persist core properties to /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-Java7/solr/build/solr-core/test/J1/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty4-1375542121117/nodes_used_collection_shard2_replica1/core.properties: java.io.FileNotFoundException: /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-Java7/solr/build/solr-core/test/J1/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty4-1375542121117/nodes_used_collection_shard2_replica1/core.properties (No such file or directory)
   [junit4]   2> 833552 T2146 oasc.ZkController.createCollectionZkNode Creating collection in ZooKeeper:nodes_used_collection
   [junit4]   2> 833552 T2173 oasc.CoreContainer.create Creating SolrCore 'nodes_used_collection_shard2_replica2' using instanceDir: /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-Java7/solr/build/solr-core/test/J1/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty3-1375542119385/nodes_used_collection_shard2_replica2
   [junit4]   2> 833553 T2146 oasc.ZkController.getConfName Looking for collection configName
   [junit4]   2> 833552 T2187 oasc.CoreContainer.create Creating SolrCore 'nodes_used_collection_shard2_replica1' using instanceDir: /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-Java7/solr/build/solr-core/test/J1/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty4-1375542121117/nodes_used_collection_shard2_replica1
   [junit4]   2> 833553 T2173 oasc.ZkController.createCollectionZkNode Check for collection zkNode:nodes_used_collection
   [junit4]   2> 833554 T2187 oasc.ZkController.createCollectionZkNode Check for collection zkNode:nodes_used_collection
   [junit4]   2> 833554 T2146 oasc.ZkController.getConfName Only one config set found in zk - using it:conf1
   [junit4]   2> 833554 T2173 oasc.ZkController.createCollectionZkNode Creating collection in ZooKeeper:nodes_used_collection
   [junit4]   2> 833555 T2187 oasc.ZkController.createCollectionZkNode Creating collection in ZooKeeper:nodes_used_collection
   [junit4]   2> 833555 T2146 oascc.SolrZkClient.makePath makePath: /collections/nodes_used_collection
   [junit4]   2> 833555 T2187 oasc.ZkController.getConfName Looking for collection configName
   [junit4]   2> 833555 T2173 oasc.ZkController.getConfName Looking for collection configName
   [junit4]   2> 833557 T2187 oasc.ZkController.getConfName Only one config set found in zk - using it:conf1
   [junit4]   2> 833557 T2187 oascc.SolrZkClient.makePath makePath: /collections/nodes_used_collection
   [junit4]   2> 833560 T2127 oasc.ZkController.waitForShardId waiting to find shard id in clusterstate for nodes_used_collection_shard1_replica2
   [junit4]   2> 833561 T2127 oasc.CorePropertiesLocator.writePropertiesFile ERROR Couldn't persist core properties to /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-Java7/solr/build/solr-core/test/J1/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-controljetty-1375542115112/nodes_used_collection_shard1_replica2/core.properties: java.io.FileNotFoundException: /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-Java7/solr/build/solr-core/test/J1/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-controljetty-1375542115112/nodes_used_collection_shard1_replica2/core.properties (No such file or directory)
   [junit4]   2> 833561 T2127 oasc.CoreContainer.create Creating SolrCore 'nodes_used_collection_shard1_replica2' using instanceDir: /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-Java7/solr/build/solr-core/test/J1/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-controljetty-1375542115112/nodes_used_collection_shard1_replica2
   [junit4]   2> 833562 T2127 oasc.ZkController.createCollectionZkNode Check for collection zkNode:nodes_used_collection
   [junit4]   2> 833567 T2173 oasc.ZkController.getConfName Only one config set found in zk - using it:conf1
   [junit4]   2> 833567 T2146 oasc.ZkController.readConfigName Load collection config from:/collections/nodes_used_collection
   [junit4]   2> 833567 T2127 oasc.ZkController.createCollectionZkNode Collection zkNode exists
   [junit4]   2> 833568 T2127 oasc.ZkController.readConfigName Load collection config from:/collections/nodes_used_collection
   [junit4]   2> 833568 T2173 oascc.SolrZkClient.makePath makePath: /collections/nodes_used_collection
   [junit4]   2> 833569 T2187 oasc.ZkController.readConfigName Load collection config from:/collections/nodes_used_collection
   [junit4]   2> 833569 T2146 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-Java7/solr/build/solr-core/test/J1/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty1-1375542115917/nodes_used_collection_shard1_replica1/'
   [junit4]   2> 833570 T2127 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-Java7/solr/build/solr-core/test/J1/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-controljetty-1375542115112/nodes_used_collection_shard1_replica2/'
   [junit4]   2> 833571 T2173 oasc.ZkController.readConfigName Load collection config from:/collections/nodes_used_collection
   [junit4]   2> 833571 T2187 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-Java7/solr/build/solr-core/test/J1/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty4-1375542121117/nodes_used_collection_shard2_replica1/'
   [junit4]   2> 833572 T2173 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-Java7/solr/build/solr-core/test/J1/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty3-1375542119385/nodes_used_collection_shard2_replica2/'
   [junit4]   2> 833701 T2187 oasc.SolrConfig.<init> Using Lucene MatchVersion: LUCENE_50
   [junit4]   2> 833701 T2173 oasc.SolrConfig.<init> Using Lucene MatchVersion: LUCENE_50
   [junit4]   2> 833715 T2146 oasc.SolrConfig.<init> Using Lucene MatchVersion: LUCENE_50
   [junit4]   2> 833715 T2127 oasc.SolrConfig.<init> Using Lucene MatchVersion: LUCENE_50
   [junit4]   2> 833787 T2173 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig.xml
   [junit4]   2> 833799 T2187 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig.xml
   [junit4]   2> 833816 T2146 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig.xml
   [junit4]   2> 833817 T2127 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig.xml
   [junit4]   2> 833889 T2173 oass.IndexSchema.readSchema Reading Solr Schema from schema.xml
   [junit4]   2> 833900 T2187 oass.IndexSchema.readSchema Reading Solr Schema from schema.xml
   [junit4]   2> 833901 T2173 oass.IndexSchema.readSchema [nodes_used_collection_shard2_replica2] Schema name=test
   [junit4]   2> 833909 T2187 oass.IndexSchema.readSchema [nodes_used_collection_shard2_replica1] Schema name=test
   [junit4]   2> 833918 T2146 oass.IndexSchema.readSchema Reading Solr Schema from schema.xml
   [junit4]   2> 833918 T2127 oass.IndexSchema.readSchema Reading Solr Schema from schema.xml
   [junit4]   2> 833931 T2146 oass.IndexSchema.readSchema [nodes_used_collection_shard1_replica1] Schema name=test
   [junit4]   2> 833931 T2127 oass.IndexSchema.readSchema [nodes_used_collection_shard1_replica2] Schema name=test
   [junit4]   2> 834669 T2127 oass.OpenExchangeRatesOrgProvider.init Initialized with rates=open-exchange-rates.json, refreshInterval=1440.
   [junit4]   2> 834669 T2187 oass.OpenExchangeRatesOrgProvider.init Initialized with rates=open-exchange-rates.json, refreshInterval=1440.
   [junit4]   2> 834680 T2127 oass.IndexSchema.readSchema default search field in schema is text
   [junit4]   2> 834681 T2187 oass.IndexSchema.readSchema default search field in schema is text
   [junit4]   2> 834684 T2127 oass.IndexSchema.readSchema unique key field: id
   [junit4]   2> 834687 T2187 oass.IndexSchema.readSchema unique key field: id
   [junit4]   2> 834697 T2127 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
   [junit4]   2> 834700 T2187 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
   [junit4]   2> 834701 T2127 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
   [junit4]   2> 834706 T2187 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
   [junit4]   2> 834706 T2127 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
   [junit4]   2> 834708 T2127 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Unknown key IMPORTANT NOTE
   [junit4]   2> 834708 T2127 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Expected key, got STRING
   [junit4]   2> 834708 T2127 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
   [junit4]   2> 834709 T2127 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Unknown key IMPORTANT NOTE
   [junit4]   2> 834710 T2127 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Expected key, got STRING
   [junit4]   2> 834710 T2127 oasc.SolrCore.initDirectoryFactory org.apache.solr.core.MockDirectoryFactory
   [junit4]   2> 834710 T2127 oasc.SolrCore.<init> [nodes_used_collection_shard1_replica2] Opening new SolrCore at /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-Java7/solr/build/solr-core/test/J1/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-controljetty-1375542115112/nodes_used_collection_shard1_replica2/, dataDir=/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-Java7/solr/build/solr-core/test/J1/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-controljetty-1375542115112//nodes_used_collection_shard1_replica2/data/
   [junit4]   2> 834711 T2127 oasc.JmxMonitoredMap.<init> JMX monitoring is enabled. Adding Solr mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@1ba1f28e
   [junit4]   2> 834712 T2187 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
   [junit4]   2> 834712 T2127 oasc.CachingDirectoryFactory.get return new directory for /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-Java7/solr/build/solr-core/test/J1/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-controljetty-1375542115112//nodes_used_collection_shard1_replica2/data
   [junit4]   2> 834712 T2127 oasc.SolrCore.getNewIndexDir New index directory detected: old=null new=/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-Java7/solr/build/solr-core/test/J1/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-controljetty-1375542115112//nodes_used_collection_shard1_replica2/data/index/
   [junit4]   2> 834713 T2127 oasc.SolrCore.initIndex WARN [nodes_used_collection_shard1_replica2] Solr index directory '/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-Java7/solr/build/solr-core/test/J1/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-controljetty-1375542115112/nodes_used_collection_shard1_replica2/data/index' doesn't exist. Creating new index...
   [junit4]   2> 834713 T2187 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Unknown key IMPORTANT NOTE
   [junit4]   2> 834713 T2127 oasc.CachingDirectoryFactory.get return new directory for /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-Java7/solr/build/solr-core/test/J1/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-controljetty-1375542115112//nodes_used_collection_shard1_replica2/data/index
   [junit4]   2> 834713 T2187 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Expected key, got STRING
   [junit4]   2> 834714 T2187 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
   [junit4]   2> 834715 T2187 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Unknown key IMPORTANT NOTE
   [junit4]   2> 834716 T2187 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Expected key, got STRING
   [junit4]   2> 834716 T2187 oasc.SolrCore.initDirectoryFactory org.apache.solr.core.MockDirectoryFactory
   [junit4]   2> 834717 T2187 oasc.SolrCore.<init> [nodes_used_collection_shard2_replica1] Opening new SolrCore at /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-Java7/solr/build/solr-core/test/J1/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty4-1375542121117/nodes_used_collection_shard2_replica1/, dataDir=/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-Java7/solr/build/solr-core/test/J1/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty4-1375542121117//nodes_used_collection_shard2_replica1/data/
   [junit4]   2> 834717 T2187 oasc.JmxMonitoredMap.<init> JMX monitoring is enabled. Adding Solr mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@1ba1f28e
   [junit4]   2> 834718 T2127 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits: num=1
   [junit4]   2> 		commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@6292a3e3 lockFactory=org.apache.lucene.store.NativeFSLockFactory@2629dd18),segFN=segments_1,generation=1}
   [junit4]   2> 834718 T2127 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1
   [junit4]   2> 834718 T2187 oasc.CachingDirectoryFactory.get return new directory for /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-Java7/solr/build/solr-core/test/J1/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty4-1375542121117//nodes_used_collection_shard2_replica1/data
   [junit4]   2> 834719 T2187 oasc.SolrCore.getNewIndexDir New index directory detected: old=null new=/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-Java7/solr/build/solr-core/test/J1/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty4-1375542121117//nodes_used_collection_shard2_replica1/data/index/
   [junit4]   2> 834719 T2187 oasc.SolrCore.initIndex WARN [nodes_used_collection_shard2_replica1] Solr index directory '/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-Java7/solr/build/solr-core/test/J1/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty4-1375542121117/nodes_used_collection_shard2_replica1/data/index' doesn't exist. Creating new index...
   [junit4]   2> 834720 T2187 oasc.CachingDirectoryFactory.get return new directory for /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-Java7/solr/build/solr-core/test/J1/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty4-1375542121117//nodes_used_collection_shard2_replica1/data/index
   [junit4]   2> 834723 T2127 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe"
   [junit4]   2> 834723 T2127 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "stored_sig"
   [junit4]   2> 834724 T2127 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "distrib-dup-test-chain-implicit"
   [junit4]   2> 834725 T2127 oasc.RequestHandlers.initHandlersFromConfig created standard: solr.StandardRequestHandler
   [junit4]   2> 834725 T2127 oasc.RequestHandlers.initHandlersFromConfig created /get: solr.RealTimeGetHandler
   [junit4]   2> 834726 T2127 oasc.RequestHandlers.initHandlersFromConfig adding lazy requestHandler: solr.ReplicationHandler
   [junit4]   2> 834726 T2127 oasc.RequestHandlers.initHandlersFromConfig created /replication: solr.ReplicationHandler
   [junit4]   2> 834726 T2187 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits: num=1
   [junit4]   2> 		commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@1117b2b0 lockFactory=org.apache.lucene.store.NativeFSLockFactory@31df042a),segFN=segments_1,generation=1}
   [junit4]   2> 834726 T2127 oasc.RequestHandlers.initHandlersFromConfig created /update: solr.UpdateRequestHandler
   [junit4]   2> 834727 T2187 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1
   [junit4]   2> 834727 T2127 oasc.RequestHandlers.initHandlersFromConfig created /admin/: org.apache.solr.handler.admin.AdminHandlers
   [junit4]   2> 834728 T2146 oass.OpenExchangeRatesOrgProvider.init Initialized with rates=open-exchange-rates.json, refreshInterval=1440.
   [junit4]   2> 834734 T2187 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe"
   [junit4]   2> 834734 T2187 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "stored_sig"
   [junit4]   2> 834735 T2187 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "distrib-dup-test-chain-implicit"
   [junit4]   2> 834736 T2187 oasc.RequestHandlers.initHandlersFromConfig created standard: solr.StandardRequestHandler
   [junit4]   2> 834737 T2187 oasc.RequestHandlers.initHandlersFromConfig created /get: solr.RealTimeGetHandler
   [junit4]   2> 834737 T2187 oasc.RequestHandlers.initHandlersFromConfig adding lazy requestHandler: solr.ReplicationHandler
   [junit4]   2> 834738 T2187 oasc.RequestHandlers.initHandlersFromConfig created /replication: solr.ReplicationHandler
   [junit4]   2> 834739 T2187 oasc.RequestHandlers.initHandlersFromConfig created /update: solr.UpdateRequestHandler
   [junit4]   2> 834739 T2187 oasc.RequestHandlers.initHandlersFromConfig created /admin/: org.apache.solr.handler.admin.AdminHandlers
   [junit4]   2> 834749 T2127 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 834749 T2187 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 834751 T2146 oass.IndexSchema.readSchema default search field in schema is text
   [junit4]   2> 834752 T2127 oass.SolrIndexSearcher.<init> Opening Searcher@5ea2a935 main
   [junit4]   2> 834753 T2187 oass.SolrIndexSearcher.<init> Opening Searcher@4b21f9cc main
   [junit4]   2> 834754 T2127 oasu.CommitTracker.<init> Hard AutoCommit: disabled
   [junit4]   2> 834754 T2127 oasu.CommitTracker.<init> Soft AutoCommit: disabled
   [junit4]   2> 834755 T2187 oasu.CommitTracker.<init> Hard AutoCommit: disabled
   [junit4]   2> 834756 T2187 oasu.CommitTracker.<init> Soft AutoCommit: disabled
   [junit4]   2> 834756 T2146 oass.IndexSchema.readSchema unique key field: id
   [junit4]   2> 834758 T2203 oasc.SolrCore.registerSearcher [nodes_used_collection_shard1_replica2] Registered new searcher Searcher@5ea2a935 main{StandardDirectoryReader(segments_1:1)}
   [junit4]   2> 834759 T2127 oasc.CoreContainer.registerCore registering core: nodes_used_collection_shard1_replica2
   [junit4]   2> 834760 T2127 oasc.ZkController.register Register replica - core:nodes_used_collection_shard1_replica2 address:http://127.0.0.1:22933 collection:nodes_used_collection shard:shard1
   [junit4]   2> 834760 T2204 oasc.SolrCore.registerSearcher [nodes_used_collection_shard2_replica1] Registered new searcher Searcher@4b21f9cc main{StandardDirectoryReader(segments_1:1)}
   [junit4]   2> 834760 T2127 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=10000&maxConnectionsPerHost=20&connTimeout=15000&socketTimeout=30000&retry=false
   [junit4]   2> 834762 T2187 oasc.CoreContainer.registerCore registering core: nodes_used_collection_shard2_replica1
   [junit4]   2> 834763 T2187 oasc.ZkController.register Register replica - core:nodes_used_collection_shard2_replica1 address:http://127.0.0.1:16058 collection:nodes_used_collection shard:shard2
   [junit4]   2> 834763 T2187 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=10000&maxConnectionsPerHost=20&connTimeout=15000&socketTimeout=30000&retry=false
   [junit4]   2> 834771 T2173 oass.OpenExchangeRatesOrgProvider.init Initialized with rates=open-exchange-rates.json, refreshInterval=1440.
   [junit4]   2> 834773 T2146 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
   [junit4]   2> 834776 T2127 oascc.SolrZkClient.makePath makePath: /collections/nodes_used_collection/leader_elect/shard1/election
   [junit4]   2> 834779 T2187 oascc.SolrZkClient.makePath makePath: /collections/nodes_used_collection/leader_elect/shard2/election
   [junit4]   2> 834782 T2173 oass.IndexSchema.readSchema default search field in schema is text
   [junit4]   2> 834786 T2173 oass.IndexSchema.readSchema unique key field: id
   [junit4]   2> 834797 T2127 oasc.ShardLeaderElectionContext.runLeaderProcess Running the leader process for shard shard1
   [junit4]   2> 834797 T2146 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
   [junit4]   2> 834810 T2187 oasc.ShardLeaderElectionContext.runLeaderProcess Running the leader process for shard shard2
   [junit4]   2> 834811 T2127 oasc.ShardLeaderElectionContext.waitForReplicasToComeUp Waiting until we see more replicas up for shard shard1: total=2 found=1 timeoutin=179999
   [junit4]   2> 834813 T2187 oasc.ShardLeaderElectionContext.waitForReplicasToComeUp Waiting until we see more replicas up for shard shard2: total=2 found=1 timeoutin=179999
   [junit4]   2> 834813 T2146 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
   [junit4]   2> 834815 T2146 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Unknown key IMPORTANT NOTE
   [junit4]   2> 834815 T2146 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Expected key, got STRING
   [junit4]   2> 834816 T2146 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
   [junit4]   2> 834816 T2173 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
   [junit4]   2> 834817 T2146 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Unknown key IMPORTANT NOTE
   [junit4]   2> 834817 T2146 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Expected key, got STRING
   [junit4]   2> 834818 T2146 oasc.SolrCore.initDirectoryFactory org.apache.solr.core.MockDirectoryFactory
   [junit4]   2> 834818 T2146 oasc.SolrCore.<init> [nodes_used_collection_shard1_replica1] Opening new SolrCore at /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-Java7/solr/build/solr-core/test/J1/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty1-1375542115917/nodes_used_collection_shard1_replica1/, dataDir=/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-Java7/solr/build/solr-core/test/J1/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty1-1375542115917//nodes_used_collection_shard1_replica1/data/
   [junit4]   2> 834819 T2146 oasc.JmxMonitoredMap.<init> JMX monitoring is enabled. Adding Solr mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@1ba1f28e
   [junit4]   2> 834820 T2146 oasc.CachingDirectoryFactory.get return new directory for /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-Java7/solr/build/solr-core/test/J1/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty1-1375542115917//nodes_used_collection_shard1_replica1/data
   [junit4]   2> 834821 T2173 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
   [junit4]   2> 834821 T2146 oasc.SolrCore.getNewIndexDir New index directory detected: old=null new=/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-Java7/solr/build/solr-core/test/J1/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty1-1375542115917//nodes_used_collection_shard1_replica1/data/index/
   [junit4]   2> 834821 T2146 oasc.SolrCore.initIndex WARN [nodes_used_collection_shard1_replica1] Solr index directory '/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-Java7/solr/build/solr-core/test/J1/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty1-1375542115917/nodes_used_collection_shard1_replica1/data/index' doesn't exist. Creating new index...
   [junit4]   2> 834822 T2146 oasc.CachingDirectoryFactory.get return new directory for /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-Java7/solr/build/solr-core/test/J1/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty1-1375542115917//nodes_used_collection_shard1_replica1/data/index
   [junit4]   2> 834825 T2173 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
   [junit4]   2> 834826 T2173 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Unknown key IMPORTANT NOTE
   [junit4]   2> 834826 T2173 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Expected key, got STRING
   [junit4]   2> 834827 T2173 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
   [junit4]   2> 834828 T2173 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Unknown key IMPORTANT NOTE
   [junit4]   2> 834828 T2146 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits: num=1
   [junit4]   2> 		commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@af80dfd lockFactory=org.apache.lucene.store.NativeFSLockFactory@5dce9f66),segFN=segments_1,generation=1}
   [junit4]   2> 834828 T2173 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Expected key, got STRING
   [junit4]   2> 834829 T2146 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1
   [junit4]   2> 834829 T2173 oasc.SolrCore.initDirectoryFactory org.apache.solr.core.MockDirectoryFactory
   [junit4]   2> 834830 T2173 oasc.SolrCore.<init> [nodes_used_collection_shard2_replica2] Opening new SolrCore at /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-Java7/solr/build/solr-core/test/J1/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty3-1375542119385/nodes_used_collection_shard2_replica2/, dataDir=/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-Java7/solr/build/solr-core/test/J1/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty3-1375542119385//nodes_used_collection_shard2_replica2/data/
   [junit4]   2> 834830 T2173 oasc.JmxMonitoredMap.<init> JMX monitoring is enabled. Adding Solr mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@1ba1f28e
   [junit4]   2> 834831 T2173 oasc.CachingDirectoryFactory.get return new directory for /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-Java7/solr/build/solr-core/test/J1/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty3-1375542119385//nodes_used_collection_shard2_replica2/data
   [junit4]   2> 834831 T2173 oasc.SolrCore.getNewIndexDir New index directory detected: old=null new=/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-Java7/solr/build/solr-core/test/J1/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty3-1375542119385//nodes_used_collection_shard2_replica2/data/index/
   [junit4]   2> 834832 T2173 oasc.SolrCore.initIndex WARN [nodes_used_collection_shard2_replica2] Solr index directory '/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-Java7/solr/build/solr-core/test/J1/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty3-1375542119385/nodes_used_collection_shard2_replica2/data/index' doesn't exist. Creating new index...
   [junit4]   2> 834832 T2173 oasc.CachingDirectoryFactory.get return new directory for /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-Java7/solr/build/solr-core/test/J1/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty3-1375542119385//nodes_used_collection_shard2_replica2/data/index
   [junit4]   2> 834835 T2146 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe"
   [junit4]   2> 834835 T2146 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "stored_sig"
   [junit4]   2> 834836 T2173 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits: num=1
   [junit4]   2> 		commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@50a9d5c2 lockFactory=org.apache.lucene.store.NativeFSLockFactory@4635a980),segFN=segments_1,generation=1}
   [junit4]   2> 834836 T2173 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1
   [junit4]   2> 834836 T2146 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "distrib-dup-test-chain-implicit"
   [junit4]   2> 834837 T2146 oasc.RequestHandlers.initHandlersFromConfig created standard: solr.StandardRequestHandler
   [junit4]   2> 834838 T2146 oasc.RequestHandlers.initHandlersFromConfig created /get: solr.RealTimeGetHandler
   [junit4]   2> 834838 T2146 oasc.RequestHandlers.initHandlersFromConfig adding lazy requestHandler: solr.ReplicationHandler
   [junit4]   2> 834839 T2146 oasc.RequestHandlers.initHandlersFromConfig created /replication: solr.ReplicationHandler
   [junit4]   2> 834840 T2146 oasc.RequestHandlers.initHandlersFromConfig created /update: solr.UpdateRequestHandler
   [junit4]   2> 834840 T2146 oasc.RequestHandlers.initHandlersFromConfig created /admin/: org.apache.solr.handler.admin.AdminHandlers
   [junit4]   2> 834840 T2173 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe"
   [junit4]   2> 834841 T2173 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "stored_sig"
   [junit4]   2> 834842 T2173 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "distrib-dup-test-chain-implicit"
   [junit4]   2> 834843 T2173 oasc.RequestHandlers.initHandlersFromConfig created standard: solr.StandardRequestHandler
   [junit4]   2> 834843 T2173 oasc.RequestHandlers.initHandlersFromConfig created /get: solr.RealTimeGetHandler
   [junit4]   2> 834843 T2173 oasc.RequestHandlers.initHandlersFromConfig adding lazy requestHandler: solr.ReplicationHandler
   [junit4]   2> 834844 T2173 oasc.RequestHandlers.initHandlersFromConfig created /replication: solr.ReplicationHandler
   [junit4]   2> 834844 T2173 oasc.RequestHandlers.initHandlersFromConfig created /update: solr.UpdateRequestHandler
   [junit4]   2> 834845 T2173 oasc.RequestHandlers.initHandlersFromConfig created /admin/: org.apache.solr.handler.admin.AdminHandlers
   [junit4]   2> 834860 T2173 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 834860 T2146 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 834868 T2173 oass.SolrIndexSearcher.<init> Opening Searcher@2775fbc0 main
   [junit4]   2> 834869 T2146 oass.SolrIndexSearcher.<init> Opening Searcher@3bb21a0c main
   [junit4]   2> 834870 T2173 oasu.CommitTracker.<init> Hard AutoCommit: disabled
   [junit4]   2> 834870 T2173 oasu.CommitTracker.<init> Soft AutoCommit: disabled
   [junit4]   2> 834871 T2146 oasu.CommitTracker.<init> Hard AutoCommit: disabled
   [junit4]   2> 834872 T2146 oasu.CommitTracker.<init> Soft AutoCommit: disabled
   [junit4]   2> 834874 T2205 oasc.SolrCore.registerSearcher [nodes_used_collection_shard2_replica2] Registered new searcher Searcher@2775fbc0 main{StandardDirectoryReader(segments_1:1)}
   [junit4]   2> 834876 T2173 oasc.CoreContainer.registerCore registering core: nodes_used_collection_shard2_replica2
   [junit4]   2> 834876 T2206 oasc.SolrCore.registerSearcher [nodes_used_collection_shard1_replica1] Registered new searcher Searcher@3bb21a0c main{StandardDirectoryReader(segments_1:1)}
   [junit4]   2> 834876 T2173 oasc.ZkController.register Register replica - core:nodes_used_collection_shard2_replica2 address:http://127.0.0.1:22943 collection:nodes_used_collection shard:shard2
   [junit4]   2> 834877 T2173 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=10000&maxConnectionsPerHost=20&connTimeout=15000&socketTimeout=30000&retry=false
   [junit4]   2> 834878 T2146 oasc.CoreContainer.registerCore registering core: nodes_used_collection_shard1_replica1
   [junit4]   2> 834879 T2146 oasc.ZkController.register Register replica - core:nodes_used_collection_shard1_replica1 address:http://127.0.0.1:22937 collection:nodes_used_collection shard:shard1
   [junit4]   2> 834879 T2146 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=10000&maxConnectionsPerHost=20&connTimeout=15000&socketTimeout=30000&retry=false
   [junit4]   2> 835313 T2127 oasc.ShardLeaderElectionContext.waitForReplicasToComeUp Enough replicas found to continue.
   [junit4]   2> 835314 T2187 oasc.ShardLeaderElectionContext.waitForReplicasToComeUp Enough replicas found to continue.
   [junit4]   2> 835314 T2127 oasc.ShardLeaderElectionContext.runLeaderProcess I may be the new leader - try and sync
   [junit4]   2> 835315 T2187 oasc.ShardLeaderElectionContext.runLeaderProcess I may be the new leader - try and sync
   [junit4]   2> 835315 T2127 oasc.SyncStrategy.sync Sync replicas to http://127.0.0.1:22933/nodes_used_collection_shard1_replica2/
   [junit4]   2> 835315 T2187 oasc.SyncStrategy.sync Sync replicas to http://127.0.0.1:16058/nodes_used_collection_shard2_replica1/
   [junit4]   2> 835316 T2127 oasu.PeerSync.sync PeerSync: core=nodes_used_collection_shard1_replica2 url=http://127.0.0.1:22933 START replicas=[http://127.0.0.1:22937/nodes_used_collection_shard1_replica1/] nUpdates=100
   [junit4]   2> 835316 T2187 oasu.PeerSync.sync PeerSync: core=nodes_used_collection_shard2_replica1 url=http://127.0.0.1:16058 START replicas=[http://127.0.0.1:22943/nodes_used_collection_shard2_replica2/] nUpdates=100
   [junit4]   2> 835317 T2127 oasu.PeerSync.sync PeerSync: core=nodes_used_collection_shard1_replica2 url=http://127.0.0.1:22933 DONE.  We have no versions.  sync failed.
   [junit4]   2> 835318 T2127 oasc.SyncStrategy.syncReplicas Leader's attempt to sync with shard failed, moving to the next candidate
   [junit4]   2> 835317 T2187 oasu.PeerSync.sync PeerSync: core=nodes_used_collection_shard2_replica1 url=http://127.0.0.1:16058 DONE.  We have no versions.  sync failed.
   [junit4]   2> 835320 T2187 oasc.SyncStrategy.syncReplicas Leader's attempt to sync with shard failed, moving to the next candidate
   [junit4]   2> 835319 T2127 oasc.ShardLeaderElectionContext.runLeaderProcess We failed sync, but we have no versions - we can't sync in that case - we were active before, so become leader anyway
   [junit4]   2> 835320 T2187 oasc.ShardLeaderElectionContext.runLeaderProcess We failed sync, but we have no versions - we can't sync in that case - we were active before, so become leader anyway
   [junit4]   2> 835321 T2127 oasc.ShardLeaderElectionContext.runLeaderProcess I am the new leader: http://127.0.0.1:22933/nodes_used_collection_shard1_replica2/ shard1
   [junit4]   2> 835321 T2187 oasc.ShardLeaderElectionContext.runLeaderProcess I am the new leader: http://127.0.0.1:16058/nodes_used_collection_shard2_replica1/ shard2
   [junit4]   2> 835321 T2127 oascc.SolrZkClient.makePath makePath: /collections/nodes_used_collection/leaders/shard1
   [junit4]   2> 835322 T2187 oascc.SolrZkClient.makePath makePath: /collections/nodes_used_collection/leaders/shard2
   [junit4]   2> ASYNC  NEW_CORE C2193 name=nodes_used_collection_shard1_replica1 org.apache.solr.core.SolrCore@abd6eb9 url=http://127.0.0.1:22937/nodes_used_collection_shard1_replica1 node=127.0.0.1:22937_ C2193_STATE=coll:nodes_used_collection co

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

 0 - closing IndexWriter
   [junit4]   2> 952428 T2115 oasu.DefaultSolrCoreState.closeIndexWriter closing IndexWriter with IndexWriterCloser
   [junit4]   2> 952431 T2115 oasc.SolrCore.closeSearcher [new_implicit_coll_1_a_replica1] Closing main searcher on request.
   [junit4]   2> 952431 T2115 oasc.CachingDirectoryFactory.close Closing MockDirectoryFactory - 2 directories currently being tracked
   [junit4]   2> 952432 T2115 oasc.CachingDirectoryFactory.closeCacheValue looking to close /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-Java7/solr/build/solr-core/test/J1/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty4-1375542121117//new_implicit_coll_1_a_replica1/data/index [CachedDir<<refCount=0;path=/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-Java7/solr/build/solr-core/test/J1/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty4-1375542121117//new_implicit_coll_1_a_replica1/data/index;done=false>>]
   [junit4]   2> 952432 T2115 oasc.CachingDirectoryFactory.close Closing directory: /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-Java7/solr/build/solr-core/test/J1/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty4-1375542121117//new_implicit_coll_1_a_replica1/data/index
   [junit4]   2> 952433 T2115 oasc.CachingDirectoryFactory.closeCacheValue looking to close /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-Java7/solr/build/solr-core/test/J1/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty4-1375542121117//new_implicit_coll_1_a_replica1/data [CachedDir<<refCount=0;path=/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-Java7/solr/build/solr-core/test/J1/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty4-1375542121117//new_implicit_coll_1_a_replica1/data;done=false>>]
   [junit4]   2> 952433 T2115 oasc.CachingDirectoryFactory.close Closing directory: /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-Java7/solr/build/solr-core/test/J1/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty4-1375542121117//new_implicit_coll_1_a_replica1/data
   [junit4]   2> 952435 T2425 oasc.Overseer$ClusterStateUpdater.amILeader According to ZK I (id=90147528036450316-127.0.0.1:16058_-n_0000000004) am no longer a leader.
   [junit4]   2> 952440 T2115 oejsh.ContextHandler.doStop stopped o.e.j.s.ServletContextHandler{/,null}
   [junit4]   2> 952496 T2115 oas.SolrTestCaseJ4.tearDown ###Ending testDistribSearch
   [junit4]   2> 952499 T2115 oasc.ZkTestServer.send4LetterWord connecting to 127.0.0.1:22930 22930
   [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=A0DBC4A68435BE3C -Dtests.multiplier=3 -Dtests.slow=true -Dtests.locale=th -Dtests.timezone=Europe/Dublin -Dtests.file.encoding=ISO-8859-1
   [junit4] ERROR    130s J1 | CollectionsAPIDistributedZkTest.testDistribSearch <<<
   [junit4]    > Throwable #1: org.apache.solr.client.solrj.SolrServerException: IOException occured when talking to server at: http://127.0.0.1:22940
   [junit4]    > 	at __randomizedtesting.SeedInfo.seed([A0DBC4A68435BE3C:213D4ABEF36ADE00]: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:724)
   [junit4]    > Caused by: org.apache.http.conn.ConnectTimeoutException: Connect to 127.0.0.1:22940 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> 952586 T2115 oas.SolrTestCaseJ4.deleteCore ###deleteCore
   [junit4]   2> 129573 T2114 ccr.ThreadLeakControl.checkThreadLeaks WARNING Will linger awaiting termination of 2 leaked thread(s).
   [junit4]   2> 953740 T2197 oascc.ZkStateReader$3.process WARN ZooKeeper watch triggered, but Solr cannot talk to ZK
   [junit4]   2> 953740 T2197 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> 953740 T2197 oascc.ZkStateReader$2.process WARN ZooKeeper watch triggered, but Solr cannot talk to ZK
   [junit4]   2> NOTE: test params are: codec=Lucene42: {timestamp=PostingsFormat(name=MockRandom), range_facet_l=PostingsFormat(name=MockRandom), id=PostingsFormat(name=Lucene41VarGapFixedInterval), range_facet_sl=Pulsing41(freqCutoff=20 minBlockSize=77 maxBlockSize=238), a_t=PostingsFormat(name=MockRandom), text=Pulsing41(freqCutoff=20 minBlockSize=77 maxBlockSize=238), range_facet_si=PostingsFormat(name=Memory doPackFST= false), _version_=PostingsFormat(name=MockRandom), other_tl1=PostingsFormat(name=MockRandom), multiDefault=PostingsFormat(name=Memory doPackFST= false), a_si=PostingsFormat(name=Memory doPackFST= false), intDefault=PostingsFormat(name=MockRandom)}, docValues:{timestamp=DocValuesFormat(name=Disk)}, sim=DefaultSimilarity, locale=th, timezone=Europe/Dublin
   [junit4]   2> NOTE: FreeBSD 9.1-RELEASE-p3 amd64/Oracle Corporation 1.7.0_25 (64-bit)/cpus=16,threads=3,free=162674248,total=483393536
   [junit4]   2> NOTE: All tests run in this JVM: [QueryResultKeyTest, PathHierarchyTokenizerFactoryTest, TestJmxIntegration, SuggesterWFSTTest, TestBinaryField, DirectUpdateHandlerTest, OpenExchangeRatesOrgProviderTest, TestPostingsSolrHighlighter, TestManagedSchemaFieldResource, TestRandomFaceting, BadCopyFieldTest, SampleTest, DeleteShardTest, TestRecoveryHdfs, XsltUpdateRequestHandlerTest, TestZkChroot, TestCloudManagedSchema, TestNumberUtils, HdfsRecoveryZkTest, TestAddFieldRealTimeGet, OpenCloseCoreStressTest, DateMathParserTest, TestDFRSimilarityFactory, SimplePostToolTest, TestFieldCollectionResource, StatsComponentTest, TestFoldingMultitermQuery, TestLazyCores, TestDefaultSimilarityFactory, TermVectorComponentDistributedTest, RequestHandlersTest, TestUniqueKeyFieldResource, TestSolrJ, TestCoreDiscovery, TestHashPartitioner, ShardRoutingCustomTest, SpellCheckCollatorTest, TestLuceneMatchVersion, CoreContainerCoreInitFailuresTest, TimeZoneUtilsTest, TestMergePolicyConfig, TestClassNameShortening, MultiTermTest, DisMaxRequestHandlerTest, HdfsDirectoryTest, CurrencyFieldOpenExchangeTest, FileUtilsTest, TestQueryTypes, SolrPluginUtilsTest, DOMUtilTest, TestReloadAndDeleteDocs, HighlighterTest, TestFastOutputStream, IndexSchemaRuntimeFieldTest, TestBinaryResponseWriter, FieldAnalysisRequestHandlerTest, HighlighterConfigTest, TestJmxMonitoredMap, TestInfoStreamLogging, DefaultValueUpdateProcessorTest, HdfsUnloadDistributedZkTest, ZkNodePropsTest, HardAutoCommitTest, SolrRequestParserTest, IndexBasedSpellCheckerTest, TestBM25SimilarityFactory, TestUtils, HdfsCollectionsAPIDistributedZkTest, TestSuggestSpellingConverter, TestManagedSchema, RequiredFieldsTest, BadIndexSchemaTest, HdfsBasicDistributedZk2Test, TestPartialUpdateDeduplication, TestIndexSearcher, ChaosMonkeySafeLeaderTest, BasicDistributedZk2Test, CollectionsAPIDistributedZkTest]
   [junit4] Completed on J1 in 130.85s, 1 test, 1 error <<< FAILURES!

[...truncated 596 lines...]
BUILD FAILED
/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-Java7/build.xml:389: The following error occurred while executing this line:
/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-Java7/build.xml:369: The following error occurred while executing this line:
/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-Java7/build.xml:39: The following error occurred while executing this line:
/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-Java7/solr/build.xml:181: The following error occurred while executing this line:
/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-Java7/solr/common-build.xml:449: The following error occurred while executing this line:
/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-Java7/lucene/common-build.xml:1230: The following error occurred while executing this line:
/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-Java7/lucene/common-build.xml:873: There were test failures: 320 suites, 1347 tests, 1 error, 34 ignored (6 assumptions)

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



[JENKINS] Lucene-Solr-Tests-trunk-Java7 - Build # 4206 - Still Failing

Posted by Apache Jenkins Server <je...@builds.apache.org>.
Build: https://builds.apache.org/job/Lucene-Solr-Tests-trunk-Java7/4206/

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

Error Message:
IOException occured when talking to server at: http://127.0.0.1:12032/dnczo/yc

Stack Trace:
org.apache.solr.client.solrj.SolrServerException: IOException occured when talking to server at: http://127.0.0.1:12032/dnczo/yc
	at __randomizedtesting.SeedInfo.seed([40150A0641F431CB:C1F3841E36AB51F7]: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:606)
	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:724)
Caused by: org.apache.http.conn.ConnectTimeoutException: Connect to 127.0.0.1:12032 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 9477 lines...]
   [junit4] Suite: org.apache.solr.cloud.CollectionsAPIDistributedZkTest
   [junit4]   2> 342991 T709 oas.BaseDistributedSearchTestCase.initHostContext Setting hostContext system property: /dnczo/yc
   [junit4]   2> 342997 T709 oas.SolrTestCaseJ4.setUp ###Starting testDistribSearch
   [junit4]   2> Creating dataDir: /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-Java7/solr/build/solr-core/test/J1/./solrtest-CollectionsAPIDistributedZkTest-1375518001882
   [junit4]   2> 342998 T709 oasc.ZkTestServer.run STARTING ZK TEST SERVER
   [junit4]   2> 342998 T710 oasc.ZkTestServer$ZKServerMain.runFromConfig Starting server
   [junit4]   2> 343099 T709 oasc.ZkTestServer.run start zk server on port:15611
   [junit4]   2> 343100 T709 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 343104 T716 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@588e038c name:ZooKeeperConnection Watcher:127.0.0.1:15611 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 343104 T709 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 343104 T709 oascc.SolrZkClient.makePath makePath: /solr
   [junit4]   2> 343119 T709 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 343121 T718 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@4d8c64bf name:ZooKeeperConnection Watcher:127.0.0.1:15611/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 343121 T709 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 343121 T709 oascc.SolrZkClient.makePath makePath: /collections/collection1
   [junit4]   2> 343130 T709 oascc.SolrZkClient.makePath makePath: /collections/collection1/shards
   [junit4]   2> 343133 T709 oascc.SolrZkClient.makePath makePath: /collections/control_collection
   [junit4]   2> 343141 T709 oascc.SolrZkClient.makePath makePath: /collections/control_collection/shards
   [junit4]   2> 343144 T709 oasc.AbstractZkTestCase.putConfig put /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-Java7/solr/build/solr-core/test-files/solr/collection1/conf/solrconfig-tlog.xml to /configs/conf1/solrconfig.xml
   [junit4]   2> 343145 T709 oascc.SolrZkClient.makePath makePath: /configs/conf1/solrconfig.xml
   [junit4]   2> 343158 T709 oasc.AbstractZkTestCase.putConfig put /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-Java7/solr/build/solr-core/test-files/solr/collection1/conf/schema.xml to /configs/conf1/schema.xml
   [junit4]   2> 343158 T709 oascc.SolrZkClient.makePath makePath: /configs/conf1/schema.xml
   [junit4]   2> 343279 T709 oasc.AbstractZkTestCase.putConfig put /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-Java7/solr/build/solr-core/test-files/solr/collection1/conf/stopwords.txt to /configs/conf1/stopwords.txt
   [junit4]   2> 343280 T709 oascc.SolrZkClient.makePath makePath: /configs/conf1/stopwords.txt
   [junit4]   2> 343283 T709 oasc.AbstractZkTestCase.putConfig put /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-Java7/solr/build/solr-core/test-files/solr/collection1/conf/protwords.txt to /configs/conf1/protwords.txt
   [junit4]   2> 343283 T709 oascc.SolrZkClient.makePath makePath: /configs/conf1/protwords.txt
   [junit4]   2> 343291 T709 oasc.AbstractZkTestCase.putConfig put /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-Java7/solr/build/solr-core/test-files/solr/collection1/conf/currency.xml to /configs/conf1/currency.xml
   [junit4]   2> 343292 T709 oascc.SolrZkClient.makePath makePath: /configs/conf1/currency.xml
   [junit4]   2> 343295 T709 oasc.AbstractZkTestCase.putConfig put /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-Java7/solr/build/solr-core/test-files/solr/collection1/conf/open-exchange-rates.json to /configs/conf1/open-exchange-rates.json
   [junit4]   2> 343295 T709 oascc.SolrZkClient.makePath makePath: /configs/conf1/open-exchange-rates.json
   [junit4]   2> 343298 T709 oasc.AbstractZkTestCase.putConfig put /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-Java7/solr/build/solr-core/test-files/solr/collection1/conf/mapping-ISOLatin1Accent.txt to /configs/conf1/mapping-ISOLatin1Accent.txt
   [junit4]   2> 343298 T709 oascc.SolrZkClient.makePath makePath: /configs/conf1/mapping-ISOLatin1Accent.txt
   [junit4]   2> 343306 T709 oasc.AbstractZkTestCase.putConfig put /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-Java7/solr/build/solr-core/test-files/solr/collection1/conf/old_synonyms.txt to /configs/conf1/old_synonyms.txt
   [junit4]   2> 343306 T709 oascc.SolrZkClient.makePath makePath: /configs/conf1/old_synonyms.txt
   [junit4]   2> 343309 T709 oasc.AbstractZkTestCase.putConfig put /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-Java7/solr/build/solr-core/test-files/solr/collection1/conf/synonyms.txt to /configs/conf1/synonyms.txt
   [junit4]   2> 343309 T709 oascc.SolrZkClient.makePath makePath: /configs/conf1/synonyms.txt
   [junit4]   2> 343511 T709 oejs.Server.doStart jetty-8.1.10.v20130312
   [junit4]   2> 343515 T709 oejs.AbstractConnector.doStart Started SocketConnector@127.0.0.1:12787
   [junit4]   2> 343517 T709 oass.SolrDispatchFilter.init SolrDispatchFilter.init()
   [junit4]   2> 343517 T709 oasc.SolrResourceLoader.locateSolrHome JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 343517 T709 oasc.SolrResourceLoader.locateSolrHome using system property solr.solr.home: /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-Java7/solr/build/solr-core/test/J1/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-controljetty-1375518002205
   [junit4]   2> 343518 T709 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-Java7/solr/build/solr-core/test/J1/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-controljetty-1375518002205/'
   [junit4]   2> 343544 T709 oasc.ConfigSolr.fromFile Loading container configuration from /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-Java7/solr/build/solr-core/test/J1/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-controljetty-1375518002205/solr.xml
   [junit4]   2> 343606 T709 oasc.ConfigSolrXml.<init> Config-defined core root directory: 
   [junit4]   2> 343607 T709 oasc.CoreContainer.<init> New CoreContainer 1378094936
   [junit4]   2> 343607 T709 oasc.CoreContainer.load Loading cores into CoreContainer [instanceDir=/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-Java7/solr/build/solr-core/test/J1/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-controljetty-1375518002205/]
   [junit4]   2> 343608 T709 oashc.HttpShardHandlerFactory.getParameter Setting socketTimeout to: 120000
   [junit4]   2> 343609 T709 oashc.HttpShardHandlerFactory.getParameter Setting urlScheme to: http://
   [junit4]   2> 343609 T709 oashc.HttpShardHandlerFactory.getParameter Setting connTimeout to: 15000
   [junit4]   2> 343609 T709 oashc.HttpShardHandlerFactory.getParameter Setting maxConnectionsPerHost to: 20
   [junit4]   2> 343610 T709 oashc.HttpShardHandlerFactory.getParameter Setting corePoolSize to: 0
   [junit4]   2> 343610 T709 oashc.HttpShardHandlerFactory.getParameter Setting maximumPoolSize to: 2147483647
   [junit4]   2> 343610 T709 oashc.HttpShardHandlerFactory.getParameter Setting maxThreadIdleTime to: 5
   [junit4]   2> 343610 T709 oashc.HttpShardHandlerFactory.getParameter Setting sizeOfQueue to: -1
   [junit4]   2> 343611 T709 oashc.HttpShardHandlerFactory.getParameter Setting fairnessPolicy to: false
   [junit4]   2> 343611 T709 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnectionsPerHost=20&maxConnections=10000&socketTimeout=120000&connTimeout=15000&retry=false
   [junit4]   2> 343623 T709 oasc.ZkContainer.initZooKeeper Zookeeper client=127.0.0.1:15611/solr
   [junit4]   2> 343623 T709 oasc.ZkController.checkChrootPath zkHost includes chroot
   [junit4]   2> 343624 T709 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 343627 T729 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@10d90b94 name:ZooKeeperConnection Watcher:127.0.0.1:15611 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 343627 T709 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 343629 T709 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=500&maxConnectionsPerHost=16&socketTimeout=120000&connTimeout=15000
   [junit4]   2> 343637 T709 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 343639 T731 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@378c3d97 name:ZooKeeperConnection Watcher:127.0.0.1:15611/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 343639 T709 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 343641 T709 oascc.SolrZkClient.makePath makePath: /overseer/queue
   [junit4]   2> 343651 T709 oascc.SolrZkClient.makePath makePath: /overseer/collection-queue-work
   [junit4]   2> 343654 T709 oascc.SolrZkClient.makePath makePath: /live_nodes
   [junit4]   2> 343657 T709 oasc.ZkController.createEphemeralLiveNode Register node as live in ZooKeeper:/live_nodes/127.0.0.1:12787_dnczo%2Fyc
   [junit4]   2> 343665 T709 oascc.SolrZkClient.makePath makePath: /live_nodes/127.0.0.1:12787_dnczo%2Fyc
   [junit4]   2> 343674 T709 oascc.SolrZkClient.makePath makePath: /overseer_elect/election
   [junit4]   2> 343789 T709 oascc.SolrZkClient.makePath makePath: /overseer_elect/leader
   [junit4]   2> 343834 T709 oasc.Overseer.start Overseer (id=90145947771731971-127.0.0.1:12787_dnczo%2Fyc-n_0000000000) starting
   [junit4]   2> 343867 T709 oascc.SolrZkClient.makePath makePath: /overseer/queue-work
   [junit4]   2> 343935 T733 oasc.OverseerCollectionProcessor.run Process current queue of collection creations
   [junit4]   2> 343936 T709 oascc.SolrZkClient.makePath makePath: /clusterstate.json
   [junit4]   2> 343997 T709 oascc.SolrZkClient.makePath makePath: /aliases.json
   [junit4]   2> 344000 T709 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
   [junit4]   2> 344002 T732 oasc.Overseer$ClusterStateUpdater.run Starting to work on the main queue
   [junit4]   2> 344021 T709 oasc.CorePropertiesLocator.discover Looking for core definitions underneath /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-Java7/solr/build/solr-core/test/J1/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-controljetty-1375518002205
   [junit4]   2> 344027 T709 oasc.CorePropertiesLocator.discoverUnder Found core conf in /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-Java7/solr/build/solr-core/test/J1/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-controljetty-1375518002205/conf/
   [junit4]   2> 344212 T709 oasc.CorePropertiesLocator.discover Found 1 core definitions
   [junit4]   2> 344213 T709 oass.SolrDispatchFilter.init user.dir=/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-Java7/solr/build/solr-core/test/J1
   [junit4]   2> 344213 T709 oass.SolrDispatchFilter.init SolrDispatchFilter.init() done
   [junit4]   2> 344214 T709 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=128&maxConnectionsPerHost=32&followRedirects=false
   [junit4]   2> 344235 T709 oascsi.HttpClientUtil.createClient Creating new http client, config:
   [junit4]   2> 344237 T709 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 344245 T736 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@600cf387 name:ZooKeeperConnection Watcher:127.0.0.1:15611/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 344245 T709 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 344247 T709 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
   [junit4]   2> 344249 T709 oasc.ChaosMonkey.monkeyLog monkey: init - expire sessions:true cause connection loss:true
   [junit4]   2> 344442 T709 oejs.Server.doStart jetty-8.1.10.v20130312
   [junit4]   2> 344445 T709 oejs.AbstractConnector.doStart Started SocketConnector@127.0.0.1:20454
   [junit4]   2> 344446 T709 oass.SolrDispatchFilter.init SolrDispatchFilter.init()
   [junit4]   2> 344446 T709 oasc.SolrResourceLoader.locateSolrHome JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 344446 T709 oasc.SolrResourceLoader.locateSolrHome using system property solr.solr.home: /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-Java7/solr/build/solr-core/test/J1/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty1-1375518003134
   [junit4]   2> 344446 T709 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-Java7/solr/build/solr-core/test/J1/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty1-1375518003134/'
   [junit4]   2> 344473 T709 oasc.ConfigSolr.fromFile Loading container configuration from /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-Java7/solr/build/solr-core/test/J1/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty1-1375518003134/solr.xml
   [junit4]   2> 344535 T709 oasc.ConfigSolrXml.<init> Config-defined core root directory: 
   [junit4]   2> 344536 T709 oasc.CoreContainer.<init> New CoreContainer 1997080207
   [junit4]   2> 344536 T709 oasc.CoreContainer.load Loading cores into CoreContainer [instanceDir=/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-Java7/solr/build/solr-core/test/J1/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty1-1375518003134/]
   [junit4]   2> 344537 T709 oashc.HttpShardHandlerFactory.getParameter Setting socketTimeout to: 120000
   [junit4]   2> 344537 T709 oashc.HttpShardHandlerFactory.getParameter Setting urlScheme to: http://
   [junit4]   2> 344538 T709 oashc.HttpShardHandlerFactory.getParameter Setting connTimeout to: 15000
   [junit4]   2> 344538 T709 oashc.HttpShardHandlerFactory.getParameter Setting maxConnectionsPerHost to: 20
   [junit4]   2> 344538 T709 oashc.HttpShardHandlerFactory.getParameter Setting corePoolSize to: 0
   [junit4]   2> 344539 T709 oashc.HttpShardHandlerFactory.getParameter Setting maximumPoolSize to: 2147483647
   [junit4]   2> 344539 T709 oashc.HttpShardHandlerFactory.getParameter Setting maxThreadIdleTime to: 5
   [junit4]   2> 344539 T709 oashc.HttpShardHandlerFactory.getParameter Setting sizeOfQueue to: -1
   [junit4]   2> 344540 T709 oashc.HttpShardHandlerFactory.getParameter Setting fairnessPolicy to: false
   [junit4]   2> 344540 T709 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnectionsPerHost=20&maxConnections=10000&socketTimeout=120000&connTimeout=15000&retry=false
   [junit4]   2> 344552 T709 oasc.ZkContainer.initZooKeeper Zookeeper client=127.0.0.1:15611/solr
   [junit4]   2> 344552 T709 oasc.ZkController.checkChrootPath zkHost includes chroot
   [junit4]   2> 344553 T709 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 344557 T747 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@213937c8 name:ZooKeeperConnection Watcher:127.0.0.1:15611 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 344557 T709 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 344572 T709 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=500&maxConnectionsPerHost=16&socketTimeout=120000&connTimeout=15000
   [junit4]   2> 344585 T709 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 344588 T749 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@451bd089 name:ZooKeeperConnection Watcher:127.0.0.1:15611/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 344588 T709 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 344598 T709 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
   [junit4]   2> 345601 T709 oasc.ZkController.createEphemeralLiveNode Register node as live in ZooKeeper:/live_nodes/127.0.0.1:20454_dnczo%2Fyc
   [junit4]   2> 345629 T709 oascc.SolrZkClient.makePath makePath: /live_nodes/127.0.0.1:20454_dnczo%2Fyc
   [junit4]   2> 345633 T731 oascc.ZkStateReader$3.process Updating live nodes... (2)
   [junit4]   2> 345633 T736 oascc.ZkStateReader$3.process Updating live nodes... (2)
   [junit4]   2> 345633 T749 oascc.ZkStateReader$3.process Updating live nodes... (2)
   [junit4]   2> 345649 T709 oasc.CorePropertiesLocator.discover Looking for core definitions underneath /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-Java7/solr/build/solr-core/test/J1/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty1-1375518003134
   [junit4]   2> 345652 T709 oasc.CorePropertiesLocator.discoverUnder Found core conf in /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-Java7/solr/build/solr-core/test/J1/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty1-1375518003134/conf/
   [junit4]   2> 345766 T709 oasc.CorePropertiesLocator.discover Found 1 core definitions
   [junit4]   2> 345767 T709 oass.SolrDispatchFilter.init user.dir=/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-Java7/solr/build/solr-core/test/J1
   [junit4]   2> 345767 T709 oass.SolrDispatchFilter.init SolrDispatchFilter.init() done
   [junit4]   2> 345768 T709 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=128&maxConnectionsPerHost=32&followRedirects=false
   [junit4]   2> 345971 T709 oejs.Server.doStart jetty-8.1.10.v20130312
   [junit4]   2> 345973 T709 oejs.AbstractConnector.doStart Started SocketConnector@127.0.0.1:12032
   [junit4]   2> 345974 T709 oass.SolrDispatchFilter.init SolrDispatchFilter.init()
   [junit4]   2> 345974 T709 oasc.SolrResourceLoader.locateSolrHome JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 345974 T709 oasc.SolrResourceLoader.locateSolrHome using system property solr.solr.home: /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-Java7/solr/build/solr-core/test/J1/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty2-1375518004664
   [junit4]   2> 345975 T709 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-Java7/solr/build/solr-core/test/J1/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty2-1375518004664/'
   [junit4]   2> 346000 T709 oasc.ConfigSolr.fromFile Loading container configuration from /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-Java7/solr/build/solr-core/test/J1/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty2-1375518004664/solr.xml
   [junit4]   2> 346061 T709 oasc.ConfigSolrXml.<init> Config-defined core root directory: 
   [junit4]   2> 346062 T709 oasc.CoreContainer.<init> New CoreContainer 1427015498
   [junit4]   2> 346062 T709 oasc.CoreContainer.load Loading cores into CoreContainer [instanceDir=/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-Java7/solr/build/solr-core/test/J1/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty2-1375518004664/]
   [junit4]   2> 346064 T709 oashc.HttpShardHandlerFactory.getParameter Setting socketTimeout to: 120000
   [junit4]   2> 346064 T709 oashc.HttpShardHandlerFactory.getParameter Setting urlScheme to: http://
   [junit4]   2> 346064 T709 oashc.HttpShardHandlerFactory.getParameter Setting connTimeout to: 15000
   [junit4]   2> 346065 T709 oashc.HttpShardHandlerFactory.getParameter Setting maxConnectionsPerHost to: 20
   [junit4]   2> 346065 T709 oashc.HttpShardHandlerFactory.getParameter Setting corePoolSize to: 0
   [junit4]   2> 346065 T709 oashc.HttpShardHandlerFactory.getParameter Setting maximumPoolSize to: 2147483647
   [junit4]   2> 346065 T709 oashc.HttpShardHandlerFactory.getParameter Setting maxThreadIdleTime to: 5
   [junit4]   2> 346066 T709 oashc.HttpShardHandlerFactory.getParameter Setting sizeOfQueue to: -1
   [junit4]   2> 346066 T709 oashc.HttpShardHandlerFactory.getParameter Setting fairnessPolicy to: false
   [junit4]   2> 346066 T709 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnectionsPerHost=20&maxConnections=10000&socketTimeout=120000&connTimeout=15000&retry=false
   [junit4]   2> 346078 T709 oasc.ZkContainer.initZooKeeper Zookeeper client=127.0.0.1:15611/solr
   [junit4]   2> 346078 T709 oasc.ZkController.checkChrootPath zkHost includes chroot
   [junit4]   2> 346079 T709 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 346081 T761 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@126158d3 name:ZooKeeperConnection Watcher:127.0.0.1:15611 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 346082 T709 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 346083 T709 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=500&maxConnectionsPerHost=16&socketTimeout=120000&connTimeout=15000
   [junit4]   2> 346092 T709 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 346095 T763 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@6e13f394 name:ZooKeeperConnection Watcher:127.0.0.1:15611/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 346095 T709 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 346107 T709 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
   [junit4]   2> 347111 T709 oasc.ZkController.createEphemeralLiveNode Register node as live in ZooKeeper:/live_nodes/127.0.0.1:12032_dnczo%2Fyc
   [junit4]   2> 347113 T709 oascc.SolrZkClient.makePath makePath: /live_nodes/127.0.0.1:12032_dnczo%2Fyc
   [junit4]   2> 347139 T736 oascc.ZkStateReader$3.process Updating live nodes... (3)
   [junit4]   2> 347139 T763 oascc.ZkStateReader$3.process Updating live nodes... (3)
   [junit4]   2> 347139 T749 oascc.ZkStateReader$3.process Updating live nodes... (3)
   [junit4]   2> 347139 T731 oascc.ZkStateReader$3.process Updating live nodes... (3)
   [junit4]   2> 347147 T709 oasc.CorePropertiesLocator.discover Looking for core definitions underneath /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-Java7/solr/build/solr-core/test/J1/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty2-1375518004664
   [junit4]   2> 347317 T709 oasc.CorePropertiesLocator.discoverUnder Found core conf in /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-Java7/solr/build/solr-core/test/J1/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty2-1375518004664/conf/
   [junit4]   2> 347318 T709 oasc.CorePropertiesLocator.discover Found 1 core definitions
   [junit4]   2> 347318 T709 oass.SolrDispatchFilter.init user.dir=/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-Java7/solr/build/solr-core/test/J1
   [junit4]   2> 347319 T709 oass.SolrDispatchFilter.init SolrDispatchFilter.init() done
   [junit4]   2> 347319 T709 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=128&maxConnectionsPerHost=32&followRedirects=false
   [junit4]   2> 347639 T709 oejs.Server.doStart jetty-8.1.10.v20130312
   [junit4]   2> 347643 T709 oejs.AbstractConnector.doStart Started SocketConnector@127.0.0.1:47099
   [junit4]   2> 347643 T709 oass.SolrDispatchFilter.init SolrDispatchFilter.init()
   [junit4]   2> 347644 T709 oasc.SolrResourceLoader.locateSolrHome JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 347644 T709 oasc.SolrResourceLoader.locateSolrHome using system property solr.solr.home: /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-Java7/solr/build/solr-core/test/J1/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty3-1375518006222
   [junit4]   2> 347645 T709 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-Java7/solr/build/solr-core/test/J1/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty3-1375518006222/'
   [junit4]   2> 347686 T709 oasc.ConfigSolr.fromFile Loading container configuration from /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-Java7/solr/build/solr-core/test/J1/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty3-1375518006222/solr.xml
   [junit4]   2> 347785 T709 oasc.ConfigSolrXml.<init> Config-defined core root directory: 
   [junit4]   2> 347786 T709 oasc.CoreContainer.<init> New CoreContainer 185379512
   [junit4]   2> 347786 T709 oasc.CoreContainer.load Loading cores into CoreContainer [instanceDir=/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-Java7/solr/build/solr-core/test/J1/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty3-1375518006222/]
   [junit4]   2> 347788 T709 oashc.HttpShardHandlerFactory.getParameter Setting socketTimeout to: 120000
   [junit4]   2> 347788 T709 oashc.HttpShardHandlerFactory.getParameter Setting urlScheme to: http://
   [junit4]   2> 347789 T709 oashc.HttpShardHandlerFactory.getParameter Setting connTimeout to: 15000
   [junit4]   2> 347789 T709 oashc.HttpShardHandlerFactory.getParameter Setting maxConnectionsPerHost to: 20
   [junit4]   2> 347790 T709 oashc.HttpShardHandlerFactory.getParameter Setting corePoolSize to: 0
   [junit4]   2> 347790 T709 oashc.HttpShardHandlerFactory.getParameter Setting maximumPoolSize to: 2147483647
   [junit4]   2> 347791 T709 oashc.HttpShardHandlerFactory.getParameter Setting maxThreadIdleTime to: 5
   [junit4]   2> 347791 T709 oashc.HttpShardHandlerFactory.getParameter Setting sizeOfQueue to: -1
   [junit4]   2> 347791 T709 oashc.HttpShardHandlerFactory.getParameter Setting fairnessPolicy to: false
   [junit4]   2> 347792 T709 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnectionsPerHost=20&maxConnections=10000&socketTimeout=120000&connTimeout=15000&retry=false
   [junit4]   2> 347810 T709 oasc.ZkContainer.initZooKeeper Zookeeper client=127.0.0.1:15611/solr
   [junit4]   2> 347811 T709 oasc.ZkController.checkChrootPath zkHost includes chroot
   [junit4]   2> 347812 T709 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 347842 T775 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@7251b109 name:ZooKeeperConnection Watcher:127.0.0.1:15611 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 347843 T709 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 347845 T709 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=500&maxConnectionsPerHost=16&socketTimeout=120000&connTimeout=15000
   [junit4]   2> 347858 T709 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 347861 T777 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@1d74135e name:ZooKeeperConnection Watcher:127.0.0.1:15611/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 347861 T709 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 347882 T709 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
   [junit4]   2> 348886 T709 oasc.ZkController.createEphemeralLiveNode Register node as live in ZooKeeper:/live_nodes/127.0.0.1:47099_dnczo%2Fyc
   [junit4]   2> 348907 T709 oascc.SolrZkClient.makePath makePath: /live_nodes/127.0.0.1:47099_dnczo%2Fyc
   [junit4]   2> 348941 T763 oascc.ZkStateReader$3.process Updating live nodes... (4)
   [junit4]   2> 348941 T749 oascc.ZkStateReader$3.process Updating live nodes... (4)
   [junit4]   2> 348942 T777 oascc.ZkStateReader$3.process Updating live nodes... (4)
   [junit4]   2> 348942 T736 oascc.ZkStateReader$3.process Updating live nodes... (4)
   [junit4]   2> 348941 T731 oascc.ZkStateReader$3.process Updating live nodes... (4)
   [junit4]   2> 348948 T709 oasc.CorePropertiesLocator.discover Looking for core definitions underneath /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-Java7/solr/build/solr-core/test/J1/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty3-1375518006222
   [junit4]   2> 349118 T709 oasc.CorePropertiesLocator.discoverUnder Found core conf in /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-Java7/solr/build/solr-core/test/J1/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty3-1375518006222/conf/
   [junit4]   2> 349121 T709 oasc.CorePropertiesLocator.discover Found 1 core definitions
   [junit4]   2> 349121 T709 oass.SolrDispatchFilter.init user.dir=/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-Java7/solr/build/solr-core/test/J1
   [junit4]   2> 349122 T709 oass.SolrDispatchFilter.init SolrDispatchFilter.init() done
   [junit4]   2> 349122 T709 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=128&maxConnectionsPerHost=32&followRedirects=false
   [junit4]   2> 349406 T709 oejs.Server.doStart jetty-8.1.10.v20130312
   [junit4]   2> 349409 T709 oejs.AbstractConnector.doStart Started SocketConnector@127.0.0.1:63470
   [junit4]   2> 349409 T709 oass.SolrDispatchFilter.init SolrDispatchFilter.init()
   [junit4]   2> 349410 T709 oasc.SolrResourceLoader.locateSolrHome JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 349410 T709 oasc.SolrResourceLoader.locateSolrHome using system property solr.solr.home: /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-Java7/solr/build/solr-core/test/J1/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty4-1375518008022
   [junit4]   2> 349411 T709 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-Java7/solr/build/solr-core/test/J1/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty4-1375518008022/'
   [junit4]   2> 349446 T709 oasc.ConfigSolr.fromFile Loading container configuration from /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-Java7/solr/build/solr-core/test/J1/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty4-1375518008022/solr.xml
   [junit4]   2> 349532 T709 oasc.ConfigSolrXml.<init> Config-defined core root directory: 
   [junit4]   2> 349533 T709 oasc.CoreContainer.<init> New CoreContainer 37584007
   [junit4]   2> 349533 T709 oasc.CoreContainer.load Loading cores into CoreContainer [instanceDir=/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-Java7/solr/build/solr-core/test/J1/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty4-1375518008022/]
   [junit4]   2> 349535 T709 oashc.HttpShardHandlerFactory.getParameter Setting socketTimeout to: 120000
   [junit4]   2> 349535 T709 oashc.HttpShardHandlerFactory.getParameter Setting urlScheme to: http://
   [junit4]   2> 349536 T709 oashc.HttpShardHandlerFactory.getParameter Setting connTimeout to: 15000
   [junit4]   2> 349536 T709 oashc.HttpShardHandlerFactory.getParameter Setting maxConnectionsPerHost to: 20
   [junit4]   2> 349537 T709 oashc.HttpShardHandlerFactory.getParameter Setting corePoolSize to: 0
   [junit4]   2> 349537 T709 oashc.HttpShardHandlerFactory.getParameter Setting maximumPoolSize to: 2147483647
   [junit4]   2> 349537 T709 oashc.HttpShardHandlerFactory.getParameter Setting maxThreadIdleTime to: 5
   [junit4]   2> 349538 T709 oashc.HttpShardHandlerFactory.getParameter Setting sizeOfQueue to: -1
   [junit4]   2> 349538 T709 oashc.HttpShardHandlerFactory.getParameter Setting fairnessPolicy to: false
   [junit4]   2> 349539 T709 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnectionsPerHost=20&maxConnections=10000&socketTimeout=120000&connTimeout=15000&retry=false
   [junit4]   2> 349553 T709 oasc.ZkContainer.initZooKeeper Zookeeper client=127.0.0.1:15611/solr
   [junit4]   2> 349553 T709 oasc.ZkController.checkChrootPath zkHost includes chroot
   [junit4]   2> 349554 T709 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 349560 T789 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@5bfb96c2 name:ZooKeeperConnection Watcher:127.0.0.1:15611 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 349560 T709 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 349563 T709 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=500&maxConnectionsPerHost=16&socketTimeout=120000&connTimeout=15000
   [junit4]   2> 349572 T709 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 349575 T791 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@403da760 name:ZooKeeperConnection Watcher:127.0.0.1:15611/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 349575 T709 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 349588 T709 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
   [junit4]   2> 350591 T709 oasc.ZkController.createEphemeralLiveNode Register node as live in ZooKeeper:/live_nodes/127.0.0.1:63470_dnczo%2Fyc
   [junit4]   2> 350620 T709 oascc.SolrZkClient.makePath makePath: /live_nodes/127.0.0.1:63470_dnczo%2Fyc
   [junit4]   2> 350624 T791 oascc.ZkStateReader$3.process Updating live nodes... (5)
   [junit4]   2> 350624 T749 oascc.ZkStateReader$3.process Updating live nodes... (5)
   [junit4]   2> 350625 T731 oascc.ZkStateReader$3.process Updating live nodes... (5)
   [junit4]   2> 350625 T736 oascc.ZkStateReader$3.process Updating live nodes... (5)
   [junit4]   2> 350625 T777 oascc.ZkStateReader$3.process Updating live nodes... (5)
   [junit4]   2> 350624 T763 oascc.ZkStateReader$3.process Updating live nodes... (5)
   [junit4]   2> 350647 T709 oasc.CorePropertiesLocator.discover Looking for core definitions underneath /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-Java7/solr/build/solr-core/test/J1/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty4-1375518008022
   [junit4]   2> 350652 T709 oasc.CorePropertiesLocator.discoverUnder Found core conf in /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-Java7/solr/build/solr-core/test/J1/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty4-1375518008022/conf/
   [junit4]   2> 350823 T709 oasc.CorePropertiesLocator.discover Found 1 core definitions
   [junit4]   2> 350825 T709 oass.SolrDispatchFilter.init user.dir=/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-Java7/solr/build/solr-core/test/J1
   [junit4]   2> 350825 T709 oass.SolrDispatchFilter.init SolrDispatchFilter.init() done
   [junit4]   2> 350826 T709 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=128&maxConnectionsPerHost=32&followRedirects=false
   [junit4]   2> 350848 T709 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=128&maxConnectionsPerHost=32&followRedirects=false
   [junit4]   2> 350867 T739 oasha.CollectionsHandler.handleCreateAction Creating Collection : numShards=2&name=nodes_used_collection&replicationFactor=2&action=CREATE&wt=javabin&version=2
   [junit4]   2> 350869 T731 oasc.DistributedQueue$LatchChildWatcher.process Watcher fired on path: /overseer/collection-queue-work state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 350871 T733 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> 350872 T733 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> 351515 T732 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
   [junit4]   2> 351516 T732 oasc.Overseer$ClusterStateUpdater.buildCollection building a new collection: nodes_used_collection
   [junit4]   2> 351516 T732 oasc.Overseer$ClusterStateUpdater.createCollection Create collection nodes_used_collection with shards [shard1, shard2]
   [junit4]   2> 351548 T791 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> 351548 T731 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> 351548 T736 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> 351548 T763 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> 351548 T777 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> 351548 T749 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> 351583 T733 oasc.OverseerCollectionProcessor.createCollection going to create cores replicas shardNames [shard1, shard2] , repFactor : 2
   [junit4]   2> 351583 T733 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:63470_dnczo%2Fyc
   [junit4]   2> 351584 T733 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:47099_dnczo%2Fyc
   [junit4]   2> 351585 T733 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:12787_dnczo%2Fyc
   [junit4]   2> 351585 T733 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:20454_dnczo%2Fyc
   [junit4]   2> 351597 T781 oasc.ZkController.publish publishing core=nodes_used_collection_shard1_replica1 state=down
   [junit4]   2> 351597 T721 oasc.ZkController.publish publishing core=nodes_used_collection_shard2_replica1 state=down
   [junit4]   2> 351597 T740 oasc.ZkController.publish publishing core=nodes_used_collection_shard2_replica2 state=down
   [junit4]   2> 351597 T767 oasc.ZkController.publish publishing core=nodes_used_collection_shard1_replica2 state=down
   [junit4]   2> 351599 T781 oasc.ZkController.waitForCoreNodeName look for our core node name
   [junit4]   2> 351600 T721 oasc.ZkController.waitForCoreNodeName look for our core node name
   [junit4]   2> 351600 T740 oasc.ZkController.waitForCoreNodeName look for our core node name
   [junit4]   2> 351610 T767 oasc.ZkController.waitForCoreNodeName look for our core node name
   [junit4]   2> 353054 T732 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
   [junit4]   2> 353055 T732 oasc.Overseer$ClusterStateUpdater.updateState WARN Could not find collection node for nodes_used_collection, skipping publish state
   [junit4]   2> 353055 T732 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:63470_dnczo%2Fyc",
   [junit4]   2> 	  "base_url":"http://127.0.0.1:63470/dnczo/yc"}
   [junit4]   2> 353060 T732 oasc.Overseer$ClusterStateUpdater.updateState WARN Could not find collection node for nodes_used_collection, skipping publish state
   [junit4]   2> 353060 T732 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:12787_dnczo%2Fyc",
   [junit4]   2> 	  "base_url":"http://127.0.0.1:12787/dnczo/yc"}
   [junit4]   2> 353074 T732 oasc.Overseer$ClusterStateUpdater.updateState WARN Could not find collection node for nodes_used_collection, skipping publish state
   [junit4]   2> 353074 T732 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":"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:20454_dnczo%2Fyc",
   [junit4]   2> 	  "base_url":"http://127.0.0.1:20454/dnczo/yc"}
   [junit4]   2> 353078 T732 oasc.Overseer$ClusterStateUpdater.updateState WARN Could not find collection node for nodes_used_collection, skipping publish state
   [junit4]   2> 353078 T732 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":"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:47099_dnczo%2Fyc",
   [junit4]   2> 	  "base_url":"http://127.0.0.1:47099/dnczo/yc"}
   [junit4]   2> 353082 T791 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> 353082 T731 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> 353082 T736 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> 353082 T777 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> 353082 T749 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> 353082 T763 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> 353601 T781 oasc.ZkController.waitForShardId waiting to find shard id in clusterstate for nodes_used_collection_shard1_replica1
   [junit4]   2> 353602 T721 oasc.ZkController.waitForShardId waiting to find shard id in clusterstate for nodes_used_collection_shard2_replica1
   [junit4]   2> 353602 T740 oasc.ZkController.waitForShardId waiting to find shard id in clusterstate for nodes_used_collection_shard2_replica2
   [junit4]   2> 353602 T781 oasc.CorePropertiesLocator.writePropertiesFile ERROR Couldn't persist core properties to /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-Java7/solr/build/solr-core/test/J1/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty4-1375518008022/nodes_used_collection_shard1_replica1/core.properties: java.io.FileNotFoundException: /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-Java7/solr/build/solr-core/test/J1/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty4-1375518008022/nodes_used_collection_shard1_replica1/core.properties (No such file or directory)
   [junit4]   2> 353603 T781 oasc.CoreContainer.create Creating SolrCore 'nodes_used_collection_shard1_replica1' using instanceDir: /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-Java7/solr/build/solr-core/test/J1/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty4-1375518008022/nodes_used_collection_shard1_replica1
   [junit4]   2> 353603 T740 oasc.CorePropertiesLocator.writePropertiesFile ERROR Couldn't persist core properties to /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-Java7/solr/build/solr-core/test/J1/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty1-1375518003134/nodes_used_collection_shard2_replica2/core.properties: java.io.FileNotFoundException: /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-Java7/solr/build/solr-core/test/J1/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty1-1375518003134/nodes_used_collection_shard2_replica2/core.properties (No such file or directory)
   [junit4]   2> 353603 T781 oasc.ZkController.createCollectionZkNode Check for collection zkNode:nodes_used_collection
   [junit4]   2> 353603 T721 oasc.CorePropertiesLocator.writePropertiesFile ERROR Couldn't persist core properties to /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-Java7/solr/build/solr-core/test/J1/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-controljetty-1375518002205/nodes_used_collection_shard2_replica1/core.properties: java.io.FileNotFoundException: /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-Java7/solr/build/solr-core/test/J1/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-controljetty-1375518002205/nodes_used_collection_shard2_replica1/core.properties (No such file or directory)
   [junit4]   2> 353604 T740 oasc.CoreContainer.create Creating SolrCore 'nodes_used_collection_shard2_replica2' using instanceDir: /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-Java7/solr/build/solr-core/test/J1/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty1-1375518003134/nodes_used_collection_shard2_replica2
   [junit4]   2> 353605 T781 oasc.ZkController.createCollectionZkNode Creating collection in ZooKeeper:nodes_used_collection
   [junit4]   2> 353604 T721 oasc.CoreContainer.create Creating SolrCore 'nodes_used_collection_shard2_replica1' using instanceDir: /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-Java7/solr/build/solr-core/test/J1/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-controljetty-1375518002205/nodes_used_collection_shard2_replica1
   [junit4]   2> 353605 T781 oasc.ZkController.getConfName Looking for collection configName
   [junit4]   2> 353605 T740 oasc.ZkController.createCollectionZkNode Check for collection zkNode:nodes_used_collection
   [junit4]   2> 353605 T721 oasc.ZkController.createCollectionZkNode Check for collection zkNode:nodes_used_collection
   [junit4]   2> 353606 T740 oasc.ZkController.createCollectionZkNode Creating collection in ZooKeeper:nodes_used_collection
   [junit4]   2> 353607 T781 oasc.ZkController.getConfName Only one config set found in zk - using it:conf1
   [junit4]   2> 353607 T740 oasc.ZkController.getConfName Looking for collection configName
   [junit4]   2> 353607 T721 oasc.ZkController.createCollectionZkNode Creating collection in ZooKeeper:nodes_used_collection
   [junit4]   2> 353607 T781 oascc.SolrZkClient.makePath makePath: /collections/nodes_used_collection
   [junit4]   2> 353608 T721 oasc.ZkController.getConfName Looking for collection configName
   [junit4]   2> 353608 T740 oasc.ZkController.getConfName Only one config set found in zk - using it:conf1
   [junit4]   2> 353609 T740 oascc.SolrZkClient.makePath makePath: /collections/nodes_used_collection
   [junit4]   2> 353609 T721 oasc.ZkController.getConfName Only one config set found in zk - using it:conf1
   [junit4]   2> 353610 T721 oascc.SolrZkClient.makePath makePath: /collections/nodes_used_collection
   [junit4]   2> 353610 T781 oasc.ZkController.readConfigName Load collection config from:/collections/nodes_used_collection
   [junit4]   2> 353611 T740 oasc.ZkController.readConfigName Load collection config from:/collections/nodes_used_collection
   [junit4]   2> 353612 T767 oasc.ZkController.waitForShardId waiting to find shard id in clusterstate for nodes_used_collection_shard1_replica2
   [junit4]   2> 353613 T767 oasc.CorePropertiesLocator.writePropertiesFile ERROR Couldn't persist core properties to /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-Java7/solr/build/solr-core/test/J1/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty3-1375518006222/nodes_used_collection_shard1_replica2/core.properties: java.io.FileNotFoundException: /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-Java7/solr/build/solr-core/test/J1/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty3-1375518006222/nodes_used_collection_shard1_replica2/core.properties (No such file or directory)
   [junit4]   2> 353613 T767 oasc.CoreContainer.create Creating SolrCore 'nodes_used_collection_shard1_replica2' using instanceDir: /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-Java7/solr/build/solr-core/test/J1/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty3-1375518006222/nodes_used_collection_shard1_replica2
   [junit4]   2> 353613 T767 oasc.ZkController.createCollectionZkNode Check for collection zkNode:nodes_used_collection
   [junit4]   2> 353623 T721 oasc.ZkController.readConfigName Load collection config from:/collections/nodes_used_collection
   [junit4]   2> 353623 T767 oasc.ZkController.createCollectionZkNode Collection zkNode exists
   [junit4]   2> 353623 T740 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-Java7/solr/build/solr-core/test/J1/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty1-1375518003134/nodes_used_collection_shard2_replica2/'
   [junit4]   2> 353623 T781 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-Java7/solr/build/solr-core/test/J1/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty4-1375518008022/nodes_used_collection_shard1_replica1/'
   [junit4]   2> 353623 T767 oasc.ZkController.readConfigName Load collection config from:/collections/nodes_used_collection
   [junit4]   2> 353624 T721 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-Java7/solr/build/solr-core/test/J1/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-controljetty-1375518002205/nodes_used_collection_shard2_replica1/'
   [junit4]   2> 353625 T767 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-Java7/solr/build/solr-core/test/J1/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty3-1375518006222/nodes_used_collection_shard1_replica2/'
   [junit4]   2> 353756 T740 oasc.SolrConfig.<init> Using Lucene MatchVersion: LUCENE_50
   [junit4]   2> 353767 T767 oasc.SolrConfig.<init> Using Lucene MatchVersion: LUCENE_50
   [junit4]   2> 353767 T781 oasc.SolrConfig.<init> Using Lucene MatchVersion: LUCENE_50
   [junit4]   2> 353767 T721 oasc.SolrConfig.<init> Using Lucene MatchVersion: LUCENE_50
   [junit4]   2> 353818 T740 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig.xml
   [junit4]   2> 353865 T781 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig.xml
   [junit4]   2> 353865 T767 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig.xml
   [junit4]   2> 353866 T721 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig.xml
   [junit4]   2> 353919 T740 oass.IndexSchema.readSchema Reading Solr Schema from schema.xml
   [junit4]   2> 353932 T740 oass.IndexSchema.readSchema [nodes_used_collection_shard2_replica2] Schema name=test
   [junit4]   2> 353966 T781 oass.IndexSchema.readSchema Reading Solr Schema from schema.xml
   [junit4]   2> 353966 T767 oass.IndexSchema.readSchema Reading Solr Schema from schema.xml
   [junit4]   2> 353967 T721 oass.IndexSchema.readSchema Reading Solr Schema from schema.xml
   [junit4]   2> 353975 T781 oass.IndexSchema.readSchema [nodes_used_collection_shard1_replica1] Schema name=test
   [junit4]   2> 353976 T721 oass.IndexSchema.readSchema [nodes_used_collection_shard2_replica1] Schema name=test
   [junit4]   2> 353980 T767 oass.IndexSchema.readSchema [nodes_used_collection_shard1_replica2] Schema name=test
   [junit4]   2> 354624 T721 oass.OpenExchangeRatesOrgProvider.init Initialized with rates=open-exchange-rates.json, refreshInterval=1440.
   [junit4]   2> 354639 T721 oass.IndexSchema.readSchema default search field in schema is text
   [junit4]   2> 354644 T721 oass.IndexSchema.readSchema unique key field: id
   [junit4]   2> 354663 T721 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
   [junit4]   2> 354669 T721 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
   [junit4]   2> 354675 T721 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
   [junit4]   2> 354676 T721 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Unknown key IMPORTANT NOTE
   [junit4]   2> 354677 T721 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Expected key, got STRING
   [junit4]   2> 354677 T721 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
   [junit4]   2> 354678 T721 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Unknown key IMPORTANT NOTE
   [junit4]   2> 354679 T721 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Expected key, got STRING
   [junit4]   2> 354679 T721 oasc.SolrCore.initDirectoryFactory org.apache.solr.core.MockDirectoryFactory
   [junit4]   2> 354679 T721 oasc.SolrCore.<init> [nodes_used_collection_shard2_replica1] Opening new SolrCore at /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-Java7/solr/build/solr-core/test/J1/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-controljetty-1375518002205/nodes_used_collection_shard2_replica1/, dataDir=/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-Java7/solr/build/solr-core/test/J1/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-controljetty-1375518002205//nodes_used_collection_shard2_replica1/data/
   [junit4]   2> 354681 T721 oasc.JmxMonitoredMap.<init> JMX monitoring is enabled. Adding Solr mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@ccb1813
   [junit4]   2> 354682 T721 oasc.CachingDirectoryFactory.get return new directory for /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-Java7/solr/build/solr-core/test/J1/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-controljetty-1375518002205//nodes_used_collection_shard2_replica1/data
   [junit4]   2> 354682 T721 oasc.SolrCore.getNewIndexDir New index directory detected: old=null new=/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-Java7/solr/build/solr-core/test/J1/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-controljetty-1375518002205//nodes_used_collection_shard2_replica1/data/index/
   [junit4]   2> 354683 T721 oasc.SolrCore.initIndex WARN [nodes_used_collection_shard2_replica1] Solr index directory '/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-Java7/solr/build/solr-core/test/J1/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-controljetty-1375518002205/nodes_used_collection_shard2_replica1/data/index' doesn't exist. Creating new index...
   [junit4]   2> 354684 T721 oasc.CachingDirectoryFactory.get return new directory for /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-Java7/solr/build/solr-core/test/J1/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-controljetty-1375518002205//nodes_used_collection_shard2_replica1/data/index
   [junit4]   2> 354690 T721 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits: num=1
   [junit4]   2> 		commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@52b28256 lockFactory=org.apache.lucene.store.NativeFSLockFactory@32d8cf89),segFN=segments_1,generation=1}
   [junit4]   2> 354691 T721 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1
   [junit4]   2> 354697 T721 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe"
   [junit4]   2> 354698 T721 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "stored_sig"
   [junit4]   2> 354699 T721 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "distrib-dup-test-chain-implicit"
   [junit4]   2> 354700 T721 oasc.RequestHandlers.initHandlersFromConfig created standard: solr.StandardRequestHandler
   [junit4]   2> 354700 T721 oasc.RequestHandlers.initHandlersFromConfig created /get: solr.RealTimeGetHandler
   [junit4]   2> 354701 T781 oass.OpenExchangeRatesOrgProvider.init Initialized with rates=open-exchange-rates.json, refreshInterval=1440.
   [junit4]   2> 354701 T721 oasc.RequestHandlers.initHandlersFromConfig adding lazy requestHandler: solr.ReplicationHandler
   [junit4]   2> 354702 T721 oasc.RequestHandlers.initHandlersFromConfig created /replication: solr.ReplicationHandler
   [junit4]   2> 354702 T721 oasc.RequestHandlers.initHandlersFromConfig created /update: solr.UpdateRequestHandler
   [junit4]   2> 354703 T721 oasc.RequestHandlers.initHandlersFromConfig created /admin/: org.apache.solr.handler.admin.AdminHandlers
   [junit4]   2> 354727 T781 oass.IndexSchema.readSchema default search field in schema is text
   [junit4]   2> 354731 T740 oass.OpenExchangeRatesOrgProvider.init Initialized with rates=open-exchange-rates.json, refreshInterval=1440.
   [junit4]   2> 354732 T781 oass.IndexSchema.readSchema unique key field: id
   [junit4]   2> 354738 T721 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 354741 T740 oass.IndexSchema.readSchema default search field in schema is text
   [junit4]   2> 354742 T721 oass.SolrIndexSearcher.<init> Opening Searcher@f29c916 main
   [junit4]   2> 354744 T721 oasu.CommitTracker.<init> Hard AutoCommit: disabled
   [junit4]   2> 354744 T721 oasu.CommitTracker.<init> Soft AutoCommit: disabled
   [junit4]   2> 354746 T740 oass.IndexSchema.readSchema unique key field: id
   [junit4]   2> 354749 T797 oasc.SolrCore.registerSearcher [nodes_used_collection_shard2_replica1] Registered new searcher Searcher@f29c916 main{StandardDirectoryReader(segments_1:1)}
   [junit4]   2> 354751 T781 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
   [junit4]   2> 354752 T721 oasc.CoreContainer.registerCore registering core: nodes_used_collection_shard2_replica1
   [junit4]   2> 354752 T721 oasc.ZkController.register Register replica - core:nodes_used_collection_shard2_replica1 address:http://127.0.0.1:12787/dnczo/yc collection:nodes_used_collection shard:shard2
   [junit4]   2> 354753 T721 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=10000&maxConnectionsPerHost=20&connTimeout=15000&socketTimeout=30000&retry=false
   [junit4]   2> 354762 T740 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
   [junit4]   2> 354770 T767 oass.OpenExchangeRatesOrgProvider.init Initialized with rates=open-exchange-rates.json, refreshInterval=1440.
   [junit4]   2> 354775 T721 oascc.SolrZkClient.makePath makePath: /collections/nodes_used_collection/leader_elect/shard2/election
   [junit4]   2> 354777 T767 oass.IndexSchema.readSchema default search field in schema is text
   [junit4]   2> 354779 T781 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
   [junit4]   2> 354779 T740 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
   [junit4]   2> 354780 T767 oass.IndexSchema.readSchema unique key field: id
   [junit4]   2> 354785 T781 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
   [junit4]   2> 354808 T781 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Unknown key IMPORTANT NOTE
   [junit4]   2> 354808 T781 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Expected key, got STRING
   [junit4]   2> 354808 T781 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
   [junit4]   2> 354810 T740 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
   [junit4]   2> 354827 T721 oasc.ShardLeaderElectionContext.runLeaderProcess Running the leader process for shard shard2
   [junit4]   2> 354827 T781 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Unknown key IMPORTANT NOTE
   [junit4]   2> 354827 T740 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Unknown key IMPORTANT NOTE
   [junit4]   2> 354828 T781 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Expected key, got STRING
   [junit4]   2> 354828 T740 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Expected key, got STRING
   [junit4]   2> 354829 T781 oasc.SolrCore.initDirectoryFactory org.apache.solr.core.MockDirectoryFactory
   [junit4]   2> 354829 T740 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
   [junit4]   2> 354829 T781 oasc.SolrCore.<init> [nodes_used_collection_shard1_replica1] Opening new SolrCore at /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-Java7/solr/build/solr-core/test/J1/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty4-1375518008022/nodes_used_collection_shard1_replica1/, dataDir=/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-Java7/solr/build/solr-core/test/J1/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty4-1375518008022//nodes_used_collection_shard1_replica1/data/
   [junit4]   2> 354830 T781 oasc.JmxMonitoredMap.<init> JMX monitoring is enabled. Adding Solr mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@ccb1813
   [junit4]   2> 354830 T721 oasc.ShardLeaderElectionContext.waitForReplicasToComeUp Waiting until we see more replicas up for shard shard2: total=2 found=1 timeoutin=180000
   [junit4]   2> 354830 T740 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Unknown key IMPORTANT NOTE
   [junit4]   2> 354831 T740 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Expected key, got STRING
   [junit4]   2> 354831 T781 oasc.CachingDirectoryFactory.get return new directory for /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-Java7/solr/build/solr-core/test/J1/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty4-1375518008022//nodes_used_collection_shard1_replica1/data
   [junit4]   2> 354832 T740 oasc.SolrCore.initDirectoryFactory org.apache.solr.core.MockDirectoryFactory
   [junit4]   2> 354832 T781 oasc.SolrCore.getNewIndexDir New index directory detected: old=null new=/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-Java7/solr/build/solr-core/test/J1/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty4-1375518008022//nodes_used_collection_shard1_replica1/data/index/
   [junit4]   2> 354832 T740 oasc.SolrCore.<init> [nodes_used_collection_shard2_replica2] Opening new SolrCore at /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-Java7/solr/build/solr-core/test/J1/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty1-1375518003134/nodes_used_collection_shard2_replica2/, dataDir=/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-Java7/solr/build/solr-core/test/J1/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty1-1375518003134//nodes_used_collection_shard2_replica2/data/
   [junit4]   2> 354833 T781 oasc.SolrCore.initIndex WARN [nodes_used_collection_shard1_replica1] Solr index directory '/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-Java7/solr/build/solr-core/test/J1/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty4-1375518008022/nodes_used_collection_shard1_replica1/data/index' doesn't exist. Creating new index...
   [junit4]   2> 354833 T740 oasc.JmxMonitoredMap.<init> JMX monitoring is enabled. Adding Solr mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@ccb1813
   [junit4]   2> 354834 T781 oasc.CachingDirectoryFactory.get return new directory for /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-Java7/solr/build/solr-core/test/J1/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty4-1375518008022//nodes_used_collection_shard1_replica1/data/index
   [junit4]   2> 354835 T740 oasc.CachingDirectoryFactory.get return new directory for /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-Java7/solr/build/solr-core/test/J1/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty1-1375518003134//nodes_used_collection_shard2_replica2/data
   [junit4]   2> 354835 T740 oasc.SolrCore.getNewIndexDir New index directory detected: old=null new=/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-Java7/solr/build/solr-core/test/J1/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty1-1375518003134//nodes_used_collection_shard2_replica2/data/index/
   [junit4]   2> 354835 T740 oasc.SolrCore.initIndex WARN [nodes_used_collection_shard2_replica2] Solr index directory '/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-Java7/solr/build/solr-core/test/J1/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty1-1375518003134/nodes_used_collection_shard2_replica2/data/index' doesn't exist. Creating new index...
   [junit4]   2> 354836 T740 oasc.CachingDirectoryFactory.get return new directory for /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-Java7/solr/build/solr-core/test/J1/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty1-1375518003134//nodes_used_collection_shard2_replica2/data/index
   [junit4]   2> 354838 T767 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
   [junit4]   2> 354840 T781 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits: num=1
   [junit4]   2> 		commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@7d6d7d69 lockFactory=org.apache.lucene.store.NativeFSLockFactory@46e6f3f9),segFN=segments_1,generation=1}
   [junit4]   2> 354840 T781 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1
   [junit4]   2> 354842 T740 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits: num=1
   [junit4]   2> 		commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@b64dfad lockFactory=org.apache.lucene.store.NativeFSLockFactory@3c10d701),segFN=segments_1,generation=1}
   [junit4]   2> 354842 T740 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1
   [junit4]   2> 354846 T781 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe"
   [junit4]   2> 354846 T781 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "stored_sig"
   [junit4]   2> 354847 T781 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "distrib-dup-test-chain-implicit"
   [junit4]   2> 354848 T781 oasc.RequestHandlers.initHandlersFromConfig created standard: solr.StandardRequestHandler
   [junit4]   2> 354848 T740 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe"
   [junit4]   2> 354849 T781 oasc.RequestHandlers.initHandlersFromConfig created /get: solr.RealTimeGetHandler
   [junit4]   2> 354849 T740 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "stored_sig"
   [junit4]   2> 354849 T781 oasc.RequestHandlers.initHandlersFromConfig adding lazy requestHandler: solr.ReplicationHandler
   [junit4]   2> 354850 T781 oasc.RequestHandlers.initHandlersFromConfig created /replication: solr.ReplicationHandler
   [junit4]   2> 354850 T740 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "distrib-dup-test-chain-implicit"
   [junit4]   2> 354851 T781 oasc.RequestHandlers.initHandlersFromConfig created /update: solr.UpdateRequestHandler
   [junit4]   2> 354851 T740 oasc.RequestHandlers.initHandlersFromConfig created standard: solr.StandardRequestHandler
   [junit4]   2> 354851 T781 oasc.RequestHandlers.initHandlersFromConfig created /admin/: org.apache.solr.handler.admin.AdminHandlers
   [junit4]   2> 354852 T740 oasc.RequestHandlers.initHandlersFromConfig created /get: solr.RealTimeGetHandler
   [junit4]   2> 354852 T740 oasc.RequestHandlers.initHandlersFromConfig adding lazy requestHandler: solr.ReplicationHandler
   [junit4]   2> 354853 T740 oasc.RequestHandlers.initHandlersFromConfig created /replication: solr.ReplicationHandler
   [junit4]   2> 354853 T767 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
   [junit4]   2> 354853 T740 oasc.RequestHandlers.initHandlersFromConfig created /update: solr.UpdateRequestHandler
   [junit4]   2> 354854 T740 oasc.RequestHandlers.initHandlersFromConfig created /admin/: org.apache.solr.handler.admin.AdminHandlers
   [junit4]   2> 354875 T781 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 354875 T740 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 354876 T767 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
   [junit4]   2> 354877 T767 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Unknown key IMPORTANT NOTE
   [junit4]   2> 354878 T767 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Expected key, got STRING
   [junit4]   2> 354878 T767 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
   [junit4]   2> 354879 T781 oass.SolrIndexSearcher.<init> Opening Searcher@741f70ef main
   [junit4]   2> 354879 T740 oass.SolrIndexSearcher.<init> Opening Searcher@3ab139e1 main
   [junit4]   2> 354880 T767 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Unknown key IMPORTANT NOTE
   [junit4]   2> 354880 T767 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Expected key, got STRING
   [junit4]   2> 354881 T767 oasc.SolrCore.initDirectoryFactory org.apache.solr.core.MockDirectoryFactory
   [junit4]   2> 354881 T781 oasu.CommitTracker.<init> Hard AutoCommit: disabled
   [junit4]   2> 354881 T740 oasu.CommitTracker.<init> Hard AutoCommit: disabled
   [junit4]   2> 354881 T767 oasc.SolrCore.<init> [nodes_used_collection_shard1_replica2] Opening new SolrCore at /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-Java7/solr/build/solr-core/test/J1/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty3-1375518006222/nodes_used_collection_shard1_replica2/, dataDir=/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-Java7/solr/build/solr-core/test/J1/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty3-1375518006222//nodes_used_collection_shard1_replica2/data/
   [junit4]   2> 354882 T740 oasu.CommitTracker.<init> Soft AutoCommit: disabled
   [junit4]   2> 354881 T781 oasu.CommitTracker.<init> Soft AutoCommit: disabled
   [junit4]   2> 354882 T767 oasc.JmxMonitoredMap.<init> JMX monitoring is enabled. Adding Solr mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@ccb1813
   [junit4]   2> 354884 T767 oasc.CachingDirectoryFactory.get return new directory for /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-Java7/solr/build/solr-core/test/J1/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty3-1375518006222//nodes_used_collection_shard1_replica2/data
   [junit4]   2> 354884 T767 oasc.SolrCore.getNewIndexDir New index directory detected: old=null new=/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-Java7/solr/build/solr-core/test/J1/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty3-1375518006222//nodes_used_collection_shard1_replica2/data/index/
   [junit4]   2> 354885 T767 oasc.SolrCore.initIndex WARN [nodes_used_collection_shard1_replica2] Solr index directory '/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-Java7/solr/build/solr-core/test/J1/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty3-1375518006222/nodes_used_collection_shard1_replica2/data/index' doesn't exist. Creating new index...
   [junit4]   2> 354886 T767 oasc.CachingDirectoryFactory.get return new directory for /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-Java7/solr/build/solr-core/test/J1/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty3-1375518006222//nodes_used_collection_shard1_replica2/data/index
   [junit4]   2> 354887 T799 oasc.SolrCore.registerSearcher [nodes_used_collection_shard2_replica2] Registered new searcher Searcher@3ab139e1 main{StandardDirectoryReader(segments_1:1)}
   [junit4]   2> 354887 T798 oasc.SolrCore.registerSearcher [nodes_used_collection_shard1_replica1] Registered new searcher Searcher@741f70ef main{StandardDirectoryReader(segments_1:1)}
   [junit4]   2> 354889 T740 oasc.CoreContainer.registerCore registering core: nodes_used_collection_shard2_replica2
   [junit4]   2> 354889 T740 oasc.ZkController.register Register replica - core:nodes_used_collection_shard2_replica2 address:http://127.0.0.1:20454/dnczo/yc collection:nodes_used_collection shard:shard2
   [junit4]   2> 354889 T740 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=10000&maxConnectionsPerHost=20&connTimeout=15000&socketTimeout=30000&retry=false
   [junit4]   2> 354890 T781 oasc.CoreContainer.registerCore registering core: nodes_used_collection_shard1_replica1
   [junit4]   2> 354890 T781 oasc.ZkController.register Register replica - core:nodes_used_collection_shard1_replica1 address:http://127.0.0.1:63470/dnczo/yc collection:nodes_used_collection shard:shard1
   [junit4]   2> 354890 T781 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=10000&maxConnectionsPerHost=20&connTimeout=15000&socketTimeout=30000&retry=false
   [junit4]   2> 354892 T767 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits: num=1
   [junit4]   2> 		commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@1ee0e086 lockFactory=org.apache.lucene.store.NativeFSLockFactory@1a97512e),segFN=segments_1,generation=1}
   [junit4]   2> 354892 T767 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1
   [junit4]   2> 354899 T767 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe"
   [junit4]   2> 354899 T767 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "stored_sig"
   [junit4]   2> 354900 T767 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "distrib-dup-test-chain-implicit"
   [junit4]   2> 354901 T767 oasc.RequestHandlers.initHandlersFromConfig created standard: solr.StandardRequestHandler
   [junit4]   2> 354902 T767 oasc.RequestHandlers.initHandlersFromConfig created /get: solr.RealTimeGetHandler
   [junit4]   2> 354902 T767 oasc.RequestHandlers.initHandlersFromConfig adding lazy requestHandler: solr.ReplicationHandler
   [junit4]   2> 354902 T767 oasc.RequestHandlers.initHandlersFromConfig created /replication: solr.ReplicationHandler
   [junit4]   2> 354903 T767 oasc.RequestHandlers.initHandlersFromConfig created /update: solr.UpdateRequestHandler
   [junit4]   2> 354904 T767 oasc.RequestHandlers.initHandlersFromConfig created /admin/: org.apache.solr.handler.admin.AdminHandlers
   [junit4]   2> 354913 T781 oascc.SolrZkClient.makePath makePath: /collections/nodes_used_collection/leader_elect/shard1/election
   [junit4]   2> 354925 T767 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 354928 T781 oasc.ShardLeaderElectionContext.runLeaderProcess Running the leader process for shard shard1
   [junit4]   2> 354932 T781 oasc.ShardLeaderElectionContext.waitForReplicasToComeUp Waiting until we see more replicas up for shard shard1: total=2 found=1 timeoutin=180000
   [junit4]   2> 354934 T767 oass.SolrIndexSearcher.<init> Opening Searcher@74a23270 main
   [junit4]   2> 354936 T767 oasu.CommitTracker.<init> Hard AutoCommit: disabled
   [junit4]   2> 354936 T767 oasu.CommitTracker.<init> Soft AutoCommit: disabled
   [junit4]   2> 354941 T800 oasc.SolrCore.registerSearcher [nodes_used_collection_shard1_replica2] Registered new searcher Searcher@74a23270 main{StandardDirectoryReader(segments_1:1)}
   [junit4]   2> 354944 T767 oasc.CoreContainer.registerCore registering core: nodes_used_collection_shard1_replica2
   [junit4]   2> 354944 T767 oasc.ZkController.register Register replica - core:nodes_used_collection_shard1_replica2 address:http://127.0.0.1:47099/dnczo/yc collection:nodes_used_collection shard:shard1
   [junit4]   2> 354944 T767 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=10000&maxConnectionsPerHost=20&connTimeout=15000&socketTimeout=30000&retry=false
   [junit4]   2> 355332 T721 oasc.ShardLeaderElectionContext.waitForReplicasToComeUp Enough replicas found to continue.
   [junit4]   2> 355333 T721 oasc.ShardLeaderElectionContext.runLeaderProcess I may be the new leader - try and sync
   [junit4]   2> 355333 T721 oasc.SyncStrategy.sync Sync replicas to http://127.0.0.1:12787/dnczo/yc/nodes_used_collection_shard2_replica1/
   [junit4]   2> 355334 T721 oasu.PeerSync.sync PeerSync: core=nodes_used_collection_shard2_replica1 url=http://127.0.0.1:12787/dnczo/yc START replicas=[http://127.0.0.1:20454/dnczo/yc/nodes_used_collection_shard2_replica2/] nUpdates=100
   [junit4]   2> 355335 T721 oasu.PeerSync.sync PeerSync: core=nodes_used_collection_shard2_replica1 url=http://127.0.0.1:12787/dnczo/yc DONE.  We have no versions.  sync failed.
   [junit4]   2> 355335 T721 oasc.SyncStrategy.syncReplicas Leader's attempt to sync with shard failed, moving to the next candidate
   [junit4]   2> 355335 T721 oasc.ShardLeaderElectionContext.runLeaderProcess We failed sync, but we have no versions - we can't sync in that case - we were active before, so become leader anyway
   [junit4]   2> 355336 T721 oasc.ShardLeaderElectionContext.runLeaderProcess I am the new leader: http://127.0.0.1:12787/dnczo/yc/nodes_used_collection_shard2_replica1/ shard2
   [junit4]   2> 355337 T721 oascc.SolrZkClient.makePath makePath: /collections/nodes_used_collection/leaders/shard2
   [junit4]   2> ASYNC  NEW_CORE C77 name=nodes_used_collection_shard2_replica2 org.apache.solr.core.SolrCore@f9ad26f url=http://127.0.0.1:20454/dnczo/yc/nodes_used_collection_shard2_replica2 node=127.0.0.1:20454_dnczo%2Fyc C77_STATE=coll:nodes_used_collection core:nodes_used_collection_shard2_replica2 props:{state=down, core=nodes_used_collection_shard2_replica2, node_name=127.0.0.1:20454_dnczo%2Fyc, base_url=http://127.0.0.1:20454/dnczo/yc}
   [junit4]   2> 355344 T741 C77 P20454 oasc.SolrCore.execute [nodes_used_collection_shard2_replica2] webapp=/dnczo/yc path=/get params={getVersions=100&distrib=false&wt=javabin&qt=/get&version=2} status=0 QTime=0 
   [junit4]   2> 355433 T781 oasc.ShardLeaderElectionContext.waitForReplicasToComeUp Enough replicas found to continue.
   [junit4]   2> 355434 T781 oasc.ShardLeaderElectionContext.runLeaderProcess I may be the new leader - try and sync
   [junit4]   2> 355434 T781 oasc.SyncStrategy.sync Sync replicas to http://127.0.0.1:63470/dnczo/yc/nodes_used_collection_shard1_replica1/
   [junit4]   2> 355435 T781 oasu.PeerSync.sync PeerSync: core=nodes_used_collection_shard1_replica1 url=http://127.0.0.1:63470/dnczo/yc START replicas=[http://127.0.0.1:47099/dnczo/yc/nodes_used_collection_shard1_replica2/] nUpdates=100
   [junit4]   2> 355436 T781 oasu.PeerSync.sync PeerSync: core=nodes_used_collection_shard1_replica1 url=http://127.0.0.1:63470/dnczo/yc DONE.  We have no versions.  sync failed.
   [junit4]   2> 355436 T781 oasc.SyncStrategy.syncReplicas Leader's attempt to sync with shard failed, moving to the next candidate
   [junit4]   2> 355436 T781 oasc.ShardLeaderElectionContext.runLeaderProcess We failed sync, but we have no versions - we can't sync in that case - we were active before, so become leader anyway
   [junit4]   2> 355437 T781 oa

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

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> 509608 T791 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> 509608 T791 oasc.LeaderElector$1.process WARN  org.apache.zookeeper.KeeperException$SessionExpiredException: KeeperErrorCode = Session expired for /collections/new_implicit_coll_1/leader_elect/a/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> 509609 T791 oascc.ZkStateReader$3.process WARN ZooKeeper watch triggered, but Solr cannot talk to ZK
   [junit4]   2> 509609 T791 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> 509609 T791 oascc.ZkStateReader$2.process WARN ZooKeeper watch triggered, but Solr cannot talk to ZK
   [junit4]   2> 509609 T791 oasc.LeaderElector$1.process WARN  org.apache.zookeeper.KeeperException$SessionExpiredException: KeeperErrorCode = Session expired for /collections/new_implicit_coll_1/leader_elect/d/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> 509610 T791 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=Lucene42: {timestamp=MockFixedIntBlock(blockSize=902), range_facet_l=MockFixedIntBlock(blockSize=902), id=PostingsFormat(name=Lucene41VarGapFixedInterval), range_facet_sl=PostingsFormat(name=Lucene41VarGapFixedInterval), a_t=MockFixedIntBlock(blockSize=902), text=Pulsing41(freqCutoff=2 minBlockSize=63 maxBlockSize=172), range_facet_si=MockFixedIntBlock(blockSize=902), _version_=PostingsFormat(name=Lucene41VarGapFixedInterval), other_tl1=PostingsFormat(name=Lucene41VarGapFixedInterval), multiDefault=MockFixedIntBlock(blockSize=902), a_si=PostingsFormat(name=Lucene41VarGapFixedInterval), intDefault=PostingsFormat(name=Lucene41VarGapFixedInterval)}, docValues:{timestamp=DocValuesFormat(name=Asserting)}, sim=RandomSimilarityProvider(queryNorm=true,coord=yes): {}, locale=sr_BA, timezone=America/Detroit
   [junit4]   2> NOTE: FreeBSD 9.1-RELEASE-p3 amd64/Oracle Corporation 1.7.0_25 (64-bit)/cpus=16,threads=15,free=201343880,total=519045120
   [junit4]   2> NOTE: All tests run in this JVM: [HdfsCollectionsAPIDistributedZkTest, LeaderElectionIntegrationTest, CoreContainerCoreInitFailuresTest, HdfsSyncSliceTest, TestOmitPositions, TestCloudManagedSchema, DOMUtilTest, TestFoldingMultitermQuery, TestInfoStreamLogging, TestRecovery, URLClassifyProcessorTest, ZkNodePropsTest, XsltUpdateRequestHandlerTest, SolrCoreCheckLockOnStartupTest, TestIndexingPerformance, ZkSolrClientTest, TestCSVResponseWriter, TestStressLucene, TestZkChroot, UpdateParamsTest, TestRangeQuery, TestCodecSupport, DefaultValueUpdateProcessorTest, TestAddFieldRealTimeGet, TestDistributedSearch, TestUpdate, TestAtomicUpdateErrorCases, CollectionsAPIDistributedZkTest]
   [junit4] Completed on J1 in 166.82s, 1 test, 1 error <<< FAILURES!

[...truncated 817 lines...]
BUILD FAILED
/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-Java7/build.xml:389: The following error occurred while executing this line:
/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-Java7/build.xml:369: The following error occurred while executing this line:
/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-Java7/build.xml:39: The following error occurred while executing this line:
/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-Java7/solr/build.xml:181: The following error occurred while executing this line:
/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-Java7/solr/common-build.xml:449: The following error occurred while executing this line:
/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-Java7/lucene/common-build.xml:1230: The following error occurred while executing this line:
/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-Java7/lucene/common-build.xml:873: There were test failures: 320 suites, 1347 tests, 1 error, 34 ignored (6 assumptions)

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



[JENKINS] Lucene-Solr-Tests-trunk-Java7 - Build # 4205 - Still Failing

Posted by Apache Jenkins Server <je...@builds.apache.org>.
Build: https://builds.apache.org/job/Lucene-Solr-Tests-trunk-Java7/4205/

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

Error Message:
IOException occured when talking to server at: http://127.0.0.1:20368

Stack Trace:
org.apache.solr.client.solrj.SolrServerException: IOException occured when talking to server at: http://127.0.0.1:20368
	at __randomizedtesting.SeedInfo.seed([A26CCEE62D88142E:238A40FE5AD77412]: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:606)
	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:724)
Caused by: org.apache.http.conn.ConnectTimeoutException: Connect to 127.0.0.1:20368 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 9759 lines...]
   [junit4] Suite: org.apache.solr.cloud.CollectionsAPIDistributedZkTest
   [junit4]   2> 978068 T2785 oas.BaseDistributedSearchTestCase.initHostContext Setting hostContext system property: /
   [junit4]   2> 978075 T2785 oas.SolrTestCaseJ4.setUp ###Starting testDistribSearch
   [junit4]   2> Creating dataDir: /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-Java7/solr/build/solr-core/test/J1/./solrtest-CollectionsAPIDistributedZkTest-1375499119592
   [junit4]   2> 978076 T2785 oasc.ZkTestServer.run STARTING ZK TEST SERVER
   [junit4]   2> 978077 T2786 oasc.ZkTestServer$ZKServerMain.runFromConfig Starting server
   [junit4]   2> 978178 T2785 oasc.ZkTestServer.run start zk server on port:22369
   [junit4]   2> 978179 T2785 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 978185 T2792 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@334452c2 name:ZooKeeperConnection Watcher:127.0.0.1:22369 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 978185 T2785 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 978186 T2785 oascc.SolrZkClient.makePath makePath: /solr
   [junit4]   2> 978260 T2785 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 978296 T2794 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@6642c1b2 name:ZooKeeperConnection Watcher:127.0.0.1:22369/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 978297 T2785 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 978297 T2785 oascc.SolrZkClient.makePath makePath: /collections/collection1
   [junit4]   2> 978425 T2785 oascc.SolrZkClient.makePath makePath: /collections/collection1/shards
   [junit4]   2> 978429 T2785 oascc.SolrZkClient.makePath makePath: /collections/control_collection
   [junit4]   2> 978507 T2785 oascc.SolrZkClient.makePath makePath: /collections/control_collection/shards
   [junit4]   2> 978514 T2785 oasc.AbstractZkTestCase.putConfig put /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-Java7/solr/build/solr-core/test-files/solr/collection1/conf/solrconfig-tlog.xml to /configs/conf1/solrconfig.xml
   [junit4]   2> 978515 T2785 oascc.SolrZkClient.makePath makePath: /configs/conf1/solrconfig.xml
   [junit4]   2> 978640 T2785 oasc.AbstractZkTestCase.putConfig put /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-Java7/solr/build/solr-core/test-files/solr/collection1/conf/schema.xml to /configs/conf1/schema.xml
   [junit4]   2> 978642 T2785 oascc.SolrZkClient.makePath makePath: /configs/conf1/schema.xml
   [junit4]   2> 978747 T2785 oasc.AbstractZkTestCase.putConfig put /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-Java7/solr/build/solr-core/test-files/solr/collection1/conf/stopwords.txt to /configs/conf1/stopwords.txt
   [junit4]   2> 978748 T2785 oascc.SolrZkClient.makePath makePath: /configs/conf1/stopwords.txt
   [junit4]   2> 978759 T2785 oasc.AbstractZkTestCase.putConfig put /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-Java7/solr/build/solr-core/test-files/solr/collection1/conf/protwords.txt to /configs/conf1/protwords.txt
   [junit4]   2> 978760 T2785 oascc.SolrZkClient.makePath makePath: /configs/conf1/protwords.txt
   [junit4]   2> 978833 T2785 oasc.AbstractZkTestCase.putConfig put /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-Java7/solr/build/solr-core/test-files/solr/collection1/conf/currency.xml to /configs/conf1/currency.xml
   [junit4]   2> 978834 T2785 oascc.SolrZkClient.makePath makePath: /configs/conf1/currency.xml
   [junit4]   2> 978843 T2785 oasc.AbstractZkTestCase.putConfig put /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-Java7/solr/build/solr-core/test-files/solr/collection1/conf/open-exchange-rates.json to /configs/conf1/open-exchange-rates.json
   [junit4]   2> 978844 T2785 oascc.SolrZkClient.makePath makePath: /configs/conf1/open-exchange-rates.json
   [junit4]   2> 978877 T2785 oasc.AbstractZkTestCase.putConfig put /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-Java7/solr/build/solr-core/test-files/solr/collection1/conf/mapping-ISOLatin1Accent.txt to /configs/conf1/mapping-ISOLatin1Accent.txt
   [junit4]   2> 978878 T2785 oascc.SolrZkClient.makePath makePath: /configs/conf1/mapping-ISOLatin1Accent.txt
   [junit4]   2> 978886 T2785 oasc.AbstractZkTestCase.putConfig put /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-Java7/solr/build/solr-core/test-files/solr/collection1/conf/old_synonyms.txt to /configs/conf1/old_synonyms.txt
   [junit4]   2> 978886 T2785 oascc.SolrZkClient.makePath makePath: /configs/conf1/old_synonyms.txt
   [junit4]   2> 978918 T2785 oasc.AbstractZkTestCase.putConfig put /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-Java7/solr/build/solr-core/test-files/solr/collection1/conf/synonyms.txt to /configs/conf1/synonyms.txt
   [junit4]   2> 978919 T2785 oascc.SolrZkClient.makePath makePath: /configs/conf1/synonyms.txt
   [junit4]   2> 979409 T2785 oejs.Server.doStart jetty-8.1.10.v20130312
   [junit4]   2> 979414 T2785 oejs.AbstractConnector.doStart Started SocketConnector@127.0.0.1:11285
   [junit4]   2> 979415 T2785 oass.SolrDispatchFilter.init SolrDispatchFilter.init()
   [junit4]   2> 979416 T2785 oasc.SolrResourceLoader.locateSolrHome JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 979416 T2785 oasc.SolrResourceLoader.locateSolrHome using system property solr.solr.home: /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-Java7/solr/build/solr-core/test/J1/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-controljetty-1375499120540
   [junit4]   2> 979417 T2785 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-Java7/solr/build/solr-core/test/J1/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-controljetty-1375499120540/'
   [junit4]   2> 979458 T2785 oasc.ConfigSolr.fromFile Loading container configuration from /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-Java7/solr/build/solr-core/test/J1/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-controljetty-1375499120540/solr.xml
   [junit4]   2> 979550 T2785 oasc.ConfigSolrXml.<init> Config-defined core root directory: 
   [junit4]   2> 979551 T2785 oasc.CoreContainer.<init> New CoreContainer 1748912407
   [junit4]   2> 979552 T2785 oasc.CoreContainer.load Loading cores into CoreContainer [instanceDir=/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-Java7/solr/build/solr-core/test/J1/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-controljetty-1375499120540/]
   [junit4]   2> 979554 T2785 oashc.HttpShardHandlerFactory.getParameter Setting socketTimeout to: 120000
   [junit4]   2> 979554 T2785 oashc.HttpShardHandlerFactory.getParameter Setting urlScheme to: http://
   [junit4]   2> 979555 T2785 oashc.HttpShardHandlerFactory.getParameter Setting connTimeout to: 15000
   [junit4]   2> 979555 T2785 oashc.HttpShardHandlerFactory.getParameter Setting maxConnectionsPerHost to: 20
   [junit4]   2> 979556 T2785 oashc.HttpShardHandlerFactory.getParameter Setting corePoolSize to: 0
   [junit4]   2> 979556 T2785 oashc.HttpShardHandlerFactory.getParameter Setting maximumPoolSize to: 2147483647
   [junit4]   2> 979557 T2785 oashc.HttpShardHandlerFactory.getParameter Setting maxThreadIdleTime to: 5
   [junit4]   2> 979557 T2785 oashc.HttpShardHandlerFactory.getParameter Setting sizeOfQueue to: -1
   [junit4]   2> 979558 T2785 oashc.HttpShardHandlerFactory.getParameter Setting fairnessPolicy to: false
   [junit4]   2> 979558 T2785 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnectionsPerHost=20&maxConnections=10000&socketTimeout=120000&connTimeout=15000&retry=false
   [junit4]   2> 979577 T2785 oasc.ZkContainer.initZooKeeper Zookeeper client=127.0.0.1:22369/solr
   [junit4]   2> 979577 T2785 oasc.ZkController.checkChrootPath zkHost includes chroot
   [junit4]   2> 979578 T2785 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 979581 T2805 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@641cb521 name:ZooKeeperConnection Watcher:127.0.0.1:22369 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 979582 T2785 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 979726 T2785 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=500&maxConnectionsPerHost=16&socketTimeout=120000&connTimeout=15000
   [junit4]   2> 979772 T2785 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 979778 T2807 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@69f7d859 name:ZooKeeperConnection Watcher:127.0.0.1:22369/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 979778 T2785 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 979781 T2785 oascc.SolrZkClient.makePath makePath: /overseer/queue
   [junit4]   2> 979808 T2785 oascc.SolrZkClient.makePath makePath: /overseer/collection-queue-work
   [junit4]   2> 979853 T2785 oascc.SolrZkClient.makePath makePath: /live_nodes
   [junit4]   2> 979859 T2785 oasc.ZkController.createEphemeralLiveNode Register node as live in ZooKeeper:/live_nodes/127.0.0.1:11285_
   [junit4]   2> 979861 T2785 oascc.SolrZkClient.makePath makePath: /live_nodes/127.0.0.1:11285_
   [junit4]   2> 979900 T2785 oascc.SolrZkClient.makePath makePath: /overseer_elect/election
   [junit4]   2> 979991 T2785 oascc.SolrZkClient.makePath makePath: /overseer_elect/leader
   [junit4]   2> 979999 T2785 oasc.Overseer.start Overseer (id=90144710302105603-127.0.0.1:11285_-n_0000000000) starting
   [junit4]   2> 980047 T2785 oascc.SolrZkClient.makePath makePath: /overseer/queue-work
   [junit4]   2> 980101 T2809 oasc.OverseerCollectionProcessor.run Process current queue of collection creations
   [junit4]   2> 980103 T2785 oascc.SolrZkClient.makePath makePath: /clusterstate.json
   [junit4]   2> 980118 T2785 oascc.SolrZkClient.makePath makePath: /aliases.json
   [junit4]   2> 980121 T2785 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
   [junit4]   2> 980124 T2808 oasc.Overseer$ClusterStateUpdater.run Starting to work on the main queue
   [junit4]   2> 980128 T2785 oasc.CorePropertiesLocator.discover Looking for core definitions underneath /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-Java7/solr/build/solr-core/test/J1/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-controljetty-1375499120540
   [junit4]   2> 980346 T2785 oasc.CorePropertiesLocator.discoverUnder Found core conf in /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-Java7/solr/build/solr-core/test/J1/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-controljetty-1375499120540/conf/
   [junit4]   2> 980349 T2785 oasc.CorePropertiesLocator.discover Found 1 core definitions
   [junit4]   2> 980349 T2785 oass.SolrDispatchFilter.init user.dir=/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-Java7/solr/build/solr-core/test/J1
   [junit4]   2> 980350 T2785 oass.SolrDispatchFilter.init SolrDispatchFilter.init() done
   [junit4]   2> 980351 T2785 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=128&maxConnectionsPerHost=32&followRedirects=false
   [junit4]   2> 980368 T2785 oascsi.HttpClientUtil.createClient Creating new http client, config:
   [junit4]   2> 980370 T2785 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 980375 T2812 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@5529d86e name:ZooKeeperConnection Watcher:127.0.0.1:22369/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 980375 T2785 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 980377 T2785 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
   [junit4]   2> 980379 T2785 oasc.ChaosMonkey.monkeyLog monkey: init - expire sessions:true cause connection loss:true
   [junit4]   2> 980811 T2785 oejs.Server.doStart jetty-8.1.10.v20130312
   [junit4]   2> 980815 T2785 oejs.AbstractConnector.doStart Started SocketConnector@127.0.0.1:20368
   [junit4]   2> 980816 T2785 oass.SolrDispatchFilter.init SolrDispatchFilter.init()
   [junit4]   2> 980817 T2785 oasc.SolrResourceLoader.locateSolrHome JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 980817 T2785 oasc.SolrResourceLoader.locateSolrHome using system property solr.solr.home: /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-Java7/solr/build/solr-core/test/J1/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty1-1375499121896
   [junit4]   2> 980818 T2785 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-Java7/solr/build/solr-core/test/J1/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty1-1375499121896/'
   [junit4]   2> 980902 T2785 oasc.ConfigSolr.fromFile Loading container configuration from /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-Java7/solr/build/solr-core/test/J1/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty1-1375499121896/solr.xml
   [junit4]   2> 981184 T2785 oasc.ConfigSolrXml.<init> Config-defined core root directory: 
   [junit4]   2> 981185 T2785 oasc.CoreContainer.<init> New CoreContainer 637513147
   [junit4]   2> 981186 T2785 oasc.CoreContainer.load Loading cores into CoreContainer [instanceDir=/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-Java7/solr/build/solr-core/test/J1/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty1-1375499121896/]
   [junit4]   2> 981188 T2785 oashc.HttpShardHandlerFactory.getParameter Setting socketTimeout to: 120000
   [junit4]   2> 981188 T2785 oashc.HttpShardHandlerFactory.getParameter Setting urlScheme to: http://
   [junit4]   2> 981189 T2785 oashc.HttpShardHandlerFactory.getParameter Setting connTimeout to: 15000
   [junit4]   2> 981189 T2785 oashc.HttpShardHandlerFactory.getParameter Setting maxConnectionsPerHost to: 20
   [junit4]   2> 981190 T2785 oashc.HttpShardHandlerFactory.getParameter Setting corePoolSize to: 0
   [junit4]   2> 981190 T2785 oashc.HttpShardHandlerFactory.getParameter Setting maximumPoolSize to: 2147483647
   [junit4]   2> 981191 T2785 oashc.HttpShardHandlerFactory.getParameter Setting maxThreadIdleTime to: 5
   [junit4]   2> 981191 T2785 oashc.HttpShardHandlerFactory.getParameter Setting sizeOfQueue to: -1
   [junit4]   2> 981192 T2785 oashc.HttpShardHandlerFactory.getParameter Setting fairnessPolicy to: false
   [junit4]   2> 981193 T2785 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnectionsPerHost=20&maxConnections=10000&socketTimeout=120000&connTimeout=15000&retry=false
   [junit4]   2> 981211 T2785 oasc.ZkContainer.initZooKeeper Zookeeper client=127.0.0.1:22369/solr
   [junit4]   2> 981212 T2785 oasc.ZkController.checkChrootPath zkHost includes chroot
   [junit4]   2> 981213 T2785 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 981216 T2823 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@6bd730a9 name:ZooKeeperConnection Watcher:127.0.0.1:22369 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 981217 T2785 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 981253 T2785 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=500&maxConnectionsPerHost=16&socketTimeout=120000&connTimeout=15000
   [junit4]   2> 981275 T2785 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 981279 T2825 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@19ba6480 name:ZooKeeperConnection Watcher:127.0.0.1:22369/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 981279 T2785 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 981306 T2785 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
   [junit4]   2> 982310 T2785 oasc.ZkController.createEphemeralLiveNode Register node as live in ZooKeeper:/live_nodes/127.0.0.1:20368_
   [junit4]   2> 982314 T2785 oascc.SolrZkClient.makePath makePath: /live_nodes/127.0.0.1:20368_
   [junit4]   2> 982321 T2812 oascc.ZkStateReader$3.process Updating live nodes... (2)
   [junit4]   2> 982321 T2807 oascc.ZkStateReader$3.process Updating live nodes... (2)
   [junit4]   2> 982321 T2825 oascc.ZkStateReader$3.process Updating live nodes... (2)
   [junit4]   2> 982358 T2785 oasc.CorePropertiesLocator.discover Looking for core definitions underneath /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-Java7/solr/build/solr-core/test/J1/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty1-1375499121896
   [junit4]   2> 982569 T2785 oasc.CorePropertiesLocator.discoverUnder Found core conf in /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-Java7/solr/build/solr-core/test/J1/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty1-1375499121896/conf/
   [junit4]   2> 982574 T2785 oasc.CorePropertiesLocator.discover Found 1 core definitions
   [junit4]   2> 982575 T2785 oass.SolrDispatchFilter.init user.dir=/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-Java7/solr/build/solr-core/test/J1
   [junit4]   2> 982575 T2785 oass.SolrDispatchFilter.init SolrDispatchFilter.init() done
   [junit4]   2> 982576 T2785 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=128&maxConnectionsPerHost=32&followRedirects=false
   [junit4]   2> 983006 T2785 oejs.Server.doStart jetty-8.1.10.v20130312
   [junit4]   2> 983009 T2785 oejs.AbstractConnector.doStart Started SocketConnector@127.0.0.1:43003
   [junit4]   2> 983010 T2785 oass.SolrDispatchFilter.init SolrDispatchFilter.init()
   [junit4]   2> 983011 T2785 oasc.SolrResourceLoader.locateSolrHome JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 983011 T2785 oasc.SolrResourceLoader.locateSolrHome using system property solr.solr.home: /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-Java7/solr/build/solr-core/test/J1/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty2-1375499124114
   [junit4]   2> 983012 T2785 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-Java7/solr/build/solr-core/test/J1/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty2-1375499124114/'
   [junit4]   2> 983065 T2785 oasc.ConfigSolr.fromFile Loading container configuration from /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-Java7/solr/build/solr-core/test/J1/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty2-1375499124114/solr.xml
   [junit4]   2> 983164 T2785 oasc.ConfigSolrXml.<init> Config-defined core root directory: 
   [junit4]   2> 983165 T2785 oasc.CoreContainer.<init> New CoreContainer 475708360
   [junit4]   2> 983166 T2785 oasc.CoreContainer.load Loading cores into CoreContainer [instanceDir=/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-Java7/solr/build/solr-core/test/J1/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty2-1375499124114/]
   [junit4]   2> 983168 T2785 oashc.HttpShardHandlerFactory.getParameter Setting socketTimeout to: 120000
   [junit4]   2> 983168 T2785 oashc.HttpShardHandlerFactory.getParameter Setting urlScheme to: http://
   [junit4]   2> 983169 T2785 oashc.HttpShardHandlerFactory.getParameter Setting connTimeout to: 15000
   [junit4]   2> 983169 T2785 oashc.HttpShardHandlerFactory.getParameter Setting maxConnectionsPerHost to: 20
   [junit4]   2> 983170 T2785 oashc.HttpShardHandlerFactory.getParameter Setting corePoolSize to: 0
   [junit4]   2> 983170 T2785 oashc.HttpShardHandlerFactory.getParameter Setting maximumPoolSize to: 2147483647
   [junit4]   2> 983171 T2785 oashc.HttpShardHandlerFactory.getParameter Setting maxThreadIdleTime to: 5
   [junit4]   2> 983171 T2785 oashc.HttpShardHandlerFactory.getParameter Setting sizeOfQueue to: -1
   [junit4]   2> 983172 T2785 oashc.HttpShardHandlerFactory.getParameter Setting fairnessPolicy to: false
   [junit4]   2> 983172 T2785 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnectionsPerHost=20&maxConnections=10000&socketTimeout=120000&connTimeout=15000&retry=false
   [junit4]   2> 983191 T2785 oasc.ZkContainer.initZooKeeper Zookeeper client=127.0.0.1:22369/solr
   [junit4]   2> 983192 T2785 oasc.ZkController.checkChrootPath zkHost includes chroot
   [junit4]   2> 983193 T2785 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 983199 T2837 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@50784960 name:ZooKeeperConnection Watcher:127.0.0.1:22369 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 983200 T2785 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 983204 T2785 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=500&maxConnectionsPerHost=16&socketTimeout=120000&connTimeout=15000
   [junit4]   2> 983215 T2785 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 983249 T2839 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@5d6efd2a name:ZooKeeperConnection Watcher:127.0.0.1:22369/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 983250 T2785 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 983279 T2785 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
   [junit4]   2> 984283 T2785 oasc.ZkController.createEphemeralLiveNode Register node as live in ZooKeeper:/live_nodes/127.0.0.1:43003_
   [junit4]   2> 984291 T2785 oascc.SolrZkClient.makePath makePath: /live_nodes/127.0.0.1:43003_
   [junit4]   2> 984386 T2825 oascc.ZkStateReader$3.process Updating live nodes... (3)
   [junit4]   2> 984386 T2839 oascc.ZkStateReader$3.process Updating live nodes... (3)
   [junit4]   2> 984386 T2807 oascc.ZkStateReader$3.process Updating live nodes... (3)
   [junit4]   2> 984386 T2812 oascc.ZkStateReader$3.process Updating live nodes... (3)
   [junit4]   2> 984400 T2785 oasc.CorePropertiesLocator.discover Looking for core definitions underneath /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-Java7/solr/build/solr-core/test/J1/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty2-1375499124114
   [junit4]   2> 984407 T2785 oasc.CorePropertiesLocator.discoverUnder Found core conf in /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-Java7/solr/build/solr-core/test/J1/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty2-1375499124114/conf/
   [junit4]   2> 984592 T2785 oasc.CorePropertiesLocator.discover Found 1 core definitions
   [junit4]   2> 984594 T2785 oass.SolrDispatchFilter.init user.dir=/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-Java7/solr/build/solr-core/test/J1
   [junit4]   2> 984594 T2785 oass.SolrDispatchFilter.init SolrDispatchFilter.init() done
   [junit4]   2> 984595 T2785 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=128&maxConnectionsPerHost=32&followRedirects=false
   [junit4]   2> 984993 T2785 oejs.Server.doStart jetty-8.1.10.v20130312
   [junit4]   2> 984997 T2785 oejs.AbstractConnector.doStart Started SocketConnector@127.0.0.1:37862
   [junit4]   2> 984997 T2785 oass.SolrDispatchFilter.init SolrDispatchFilter.init()
   [junit4]   2> 984998 T2785 oasc.SolrResourceLoader.locateSolrHome JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 984999 T2785 oasc.SolrResourceLoader.locateSolrHome using system property solr.solr.home: /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-Java7/solr/build/solr-core/test/J1/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty3-1375499126127
   [junit4]   2> 984999 T2785 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-Java7/solr/build/solr-core/test/J1/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty3-1375499126127/'
   [junit4]   2> 985044 T2785 oasc.ConfigSolr.fromFile Loading container configuration from /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-Java7/solr/build/solr-core/test/J1/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty3-1375499126127/solr.xml
   [junit4]   2> 985180 T2785 oasc.ConfigSolrXml.<init> Config-defined core root directory: 
   [junit4]   2> 985181 T2785 oasc.CoreContainer.<init> New CoreContainer 706555540
   [junit4]   2> 985182 T2785 oasc.CoreContainer.load Loading cores into CoreContainer [instanceDir=/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-Java7/solr/build/solr-core/test/J1/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty3-1375499126127/]
   [junit4]   2> 985184 T2785 oashc.HttpShardHandlerFactory.getParameter Setting socketTimeout to: 120000
   [junit4]   2> 985185 T2785 oashc.HttpShardHandlerFactory.getParameter Setting urlScheme to: http://
   [junit4]   2> 985185 T2785 oashc.HttpShardHandlerFactory.getParameter Setting connTimeout to: 15000
   [junit4]   2> 985186 T2785 oashc.HttpShardHandlerFactory.getParameter Setting maxConnectionsPerHost to: 20
   [junit4]   2> 985186 T2785 oashc.HttpShardHandlerFactory.getParameter Setting corePoolSize to: 0
   [junit4]   2> 985187 T2785 oashc.HttpShardHandlerFactory.getParameter Setting maximumPoolSize to: 2147483647
   [junit4]   2> 985187 T2785 oashc.HttpShardHandlerFactory.getParameter Setting maxThreadIdleTime to: 5
   [junit4]   2> 985188 T2785 oashc.HttpShardHandlerFactory.getParameter Setting sizeOfQueue to: -1
   [junit4]   2> 985188 T2785 oashc.HttpShardHandlerFactory.getParameter Setting fairnessPolicy to: false
   [junit4]   2> 985189 T2785 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnectionsPerHost=20&maxConnections=10000&socketTimeout=120000&connTimeout=15000&retry=false
   [junit4]   2> 985219 T2785 oasc.ZkContainer.initZooKeeper Zookeeper client=127.0.0.1:22369/solr
   [junit4]   2> 985219 T2785 oasc.ZkController.checkChrootPath zkHost includes chroot
   [junit4]   2> 985220 T2785 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 985224 T2851 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@39a63cfa name:ZooKeeperConnection Watcher:127.0.0.1:22369 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 985224 T2785 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 985227 T2785 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=500&maxConnectionsPerHost=16&socketTimeout=120000&connTimeout=15000
   [junit4]   2> 985260 T2785 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 985266 T2853 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@358682aa name:ZooKeeperConnection Watcher:127.0.0.1:22369/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 985266 T2785 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 985294 T2785 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
   [junit4]   2> 986298 T2785 oasc.ZkController.createEphemeralLiveNode Register node as live in ZooKeeper:/live_nodes/127.0.0.1:37862_
   [junit4]   2> 986302 T2785 oascc.SolrZkClient.makePath makePath: /live_nodes/127.0.0.1:37862_
   [junit4]   2> 986307 T2807 oascc.ZkStateReader$3.process Updating live nodes... (4)
   [junit4]   2> 986307 T2825 oascc.ZkStateReader$3.process Updating live nodes... (4)
   [junit4]   2> 986307 T2839 oascc.ZkStateReader$3.process Updating live nodes... (4)
   [junit4]   2> 986307 T2812 oascc.ZkStateReader$3.process Updating live nodes... (4)
   [junit4]   2> 986307 T2853 oascc.ZkStateReader$3.process Updating live nodes... (4)
   [junit4]   2> 986364 T2785 oasc.CorePropertiesLocator.discover Looking for core definitions underneath /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-Java7/solr/build/solr-core/test/J1/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty3-1375499126127
   [junit4]   2> 986366 T2785 oasc.CorePropertiesLocator.discoverUnder Found core conf in /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-Java7/solr/build/solr-core/test/J1/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty3-1375499126127/conf/
   [junit4]   2> 986572 T2785 oasc.CorePropertiesLocator.discover Found 1 core definitions
   [junit4]   2> 986573 T2785 oass.SolrDispatchFilter.init user.dir=/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-Java7/solr/build/solr-core/test/J1
   [junit4]   2> 986574 T2785 oass.SolrDispatchFilter.init SolrDispatchFilter.init() done
   [junit4]   2> 986574 T2785 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=128&maxConnectionsPerHost=32&followRedirects=false
   [junit4]   2> 987030 T2785 oejs.Server.doStart jetty-8.1.10.v20130312
   [junit4]   2> 987034 T2785 oejs.AbstractConnector.doStart Started SocketConnector@127.0.0.1:23021
   [junit4]   2> 987035 T2785 oass.SolrDispatchFilter.init SolrDispatchFilter.init()
   [junit4]   2> 987035 T2785 oasc.SolrResourceLoader.locateSolrHome JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 987036 T2785 oasc.SolrResourceLoader.locateSolrHome using system property solr.solr.home: /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-Java7/solr/build/solr-core/test/J1/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty4-1375499128109
   [junit4]   2> 987036 T2785 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-Java7/solr/build/solr-core/test/J1/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty4-1375499128109/'
   [junit4]   2> 987118 T2785 oasc.ConfigSolr.fromFile Loading container configuration from /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-Java7/solr/build/solr-core/test/J1/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty4-1375499128109/solr.xml
   [junit4]   2> 987312 T2785 oasc.ConfigSolrXml.<init> Config-defined core root directory: 
   [junit4]   2> 987313 T2785 oasc.CoreContainer.<init> New CoreContainer 338437388
   [junit4]   2> 987314 T2785 oasc.CoreContainer.load Loading cores into CoreContainer [instanceDir=/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-Java7/solr/build/solr-core/test/J1/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty4-1375499128109/]
   [junit4]   2> 987316 T2785 oashc.HttpShardHandlerFactory.getParameter Setting socketTimeout to: 120000
   [junit4]   2> 987316 T2785 oashc.HttpShardHandlerFactory.getParameter Setting urlScheme to: http://
   [junit4]   2> 987317 T2785 oashc.HttpShardHandlerFactory.getParameter Setting connTimeout to: 15000
   [junit4]   2> 987317 T2785 oashc.HttpShardHandlerFactory.getParameter Setting maxConnectionsPerHost to: 20
   [junit4]   2> 987318 T2785 oashc.HttpShardHandlerFactory.getParameter Setting corePoolSize to: 0
   [junit4]   2> 987318 T2785 oashc.HttpShardHandlerFactory.getParameter Setting maximumPoolSize to: 2147483647
   [junit4]   2> 987319 T2785 oashc.HttpShardHandlerFactory.getParameter Setting maxThreadIdleTime to: 5
   [junit4]   2> 987319 T2785 oashc.HttpShardHandlerFactory.getParameter Setting sizeOfQueue to: -1
   [junit4]   2> 987320 T2785 oashc.HttpShardHandlerFactory.getParameter Setting fairnessPolicy to: false
   [junit4]   2> 987320 T2785 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnectionsPerHost=20&maxConnections=10000&socketTimeout=120000&connTimeout=15000&retry=false
   [junit4]   2> 987340 T2785 oasc.ZkContainer.initZooKeeper Zookeeper client=127.0.0.1:22369/solr
   [junit4]   2> 987341 T2785 oasc.ZkController.checkChrootPath zkHost includes chroot
   [junit4]   2> 987343 T2785 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 987349 T2865 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@4d21854f name:ZooKeeperConnection Watcher:127.0.0.1:22369 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 987349 T2785 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 987357 T2785 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=500&maxConnectionsPerHost=16&socketTimeout=120000&connTimeout=15000
   [junit4]   2> 987370 T2785 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 987382 T2867 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@fb3eccc name:ZooKeeperConnection Watcher:127.0.0.1:22369/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 987382 T2785 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 987548 T2785 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
   [junit4]   2> 988552 T2785 oasc.ZkController.createEphemeralLiveNode Register node as live in ZooKeeper:/live_nodes/127.0.0.1:23021_
   [junit4]   2> 988558 T2785 oascc.SolrZkClient.makePath makePath: /live_nodes/127.0.0.1:23021_
   [junit4]   2> 988598 T2807 oascc.ZkStateReader$3.process Updating live nodes... (5)
   [junit4]   2> 988598 T2825 oascc.ZkStateReader$3.process Updating live nodes... (5)
   [junit4]   2> 988599 T2867 oascc.ZkStateReader$3.process Updating live nodes... (5)
   [junit4]   2> 988598 T2839 oascc.ZkStateReader$3.process Updating live nodes... (5)
   [junit4]   2> 988598 T2853 oascc.ZkStateReader$3.process Updating live nodes... (5)
   [junit4]   2> 988598 T2812 oascc.ZkStateReader$3.process Updating live nodes... (5)
   [junit4]   2> 988657 T2785 oasc.CorePropertiesLocator.discover Looking for core definitions underneath /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-Java7/solr/build/solr-core/test/J1/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty4-1375499128109
   [junit4]   2> 988898 T2785 oasc.CorePropertiesLocator.discoverUnder Found core conf in /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-Java7/solr/build/solr-core/test/J1/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty4-1375499128109/conf/
   [junit4]   2> 988903 T2785 oasc.CorePropertiesLocator.discover Found 1 core definitions
   [junit4]   2> 988904 T2785 oass.SolrDispatchFilter.init user.dir=/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-Java7/solr/build/solr-core/test/J1
   [junit4]   2> 988904 T2785 oass.SolrDispatchFilter.init SolrDispatchFilter.init() done
   [junit4]   2> 988905 T2785 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=128&maxConnectionsPerHost=32&followRedirects=false
   [junit4]   2> 988926 T2785 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=128&maxConnectionsPerHost=32&followRedirects=false
   [junit4]   2> 988941 T2815 oasha.CollectionsHandler.handleCreateAction Creating Collection : numShards=2&name=nodes_used_collection&replicationFactor=2&action=CREATE&wt=javabin&version=2
   [junit4]   2> 988945 T2807 oasc.DistributedQueue$LatchChildWatcher.process Watcher fired on path: /overseer/collection-queue-work state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 988969 T2809 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> 988970 T2809 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> 989139 T2808 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
   [junit4]   2> 989140 T2808 oasc.Overseer$ClusterStateUpdater.buildCollection building a new collection: nodes_used_collection
   [junit4]   2> 989140 T2808 oasc.Overseer$ClusterStateUpdater.createCollection Create collection nodes_used_collection with shards [shard1, shard2]
   [junit4]   2> 989340 T2839 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> 989340 T2825 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> 989340 T2853 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> 989340 T2812 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> 989340 T2867 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> 989340 T2807 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> 989447 T2809 oasc.OverseerCollectionProcessor.createCollection going to create cores replicas shardNames [shard1, shard2] , repFactor : 2
   [junit4]   2> 989447 T2809 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:23021_
   [junit4]   2> 989448 T2809 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:37862_
   [junit4]   2> 989449 T2809 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:43003_
   [junit4]   2> 989450 T2809 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:20368_
   [junit4]   2> 989453 T2857 oasc.ZkController.publish publishing core=nodes_used_collection_shard1_replica1 state=down
   [junit4]   2> 989453 T2843 oasc.ZkController.publish publishing core=nodes_used_collection_shard1_replica2 state=down
   [junit4]   2> 989454 T2816 oasc.ZkController.publish publishing core=nodes_used_collection_shard2_replica2 state=down
   [junit4]   2> 989454 T2829 oasc.ZkController.publish publishing core=nodes_used_collection_shard2_replica1 state=down
   [junit4]   2> 989460 T2857 oasc.ZkController.waitForCoreNodeName look for our core node name
   [junit4]   2> 989464 T2843 oasc.ZkController.waitForCoreNodeName look for our core node name
   [junit4]   2> 989464 T2829 oasc.ZkController.waitForCoreNodeName look for our core node name
   [junit4]   2> 989464 T2816 oasc.ZkController.waitForCoreNodeName look for our core node name
   [junit4]   2> 990944 T2808 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
   [junit4]   2> 990945 T2808 oasc.Overseer$ClusterStateUpdater.updateState WARN Could not find collection node for nodes_used_collection, skipping publish state
   [junit4]   2> 990945 T2808 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:23021_",
   [junit4]   2> 	  "base_url":"http://127.0.0.1:23021"}
   [junit4]   2> 991068 T2808 oasc.Overseer$ClusterStateUpdater.updateState WARN Could not find collection node for nodes_used_collection, skipping publish state
   [junit4]   2> 991069 T2808 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":"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:37862_",
   [junit4]   2> 	  "base_url":"http://127.0.0.1:37862"}
   [junit4]   2> 991322 T2808 oasc.Overseer$ClusterStateUpdater.updateState WARN Could not find collection node for nodes_used_collection, skipping publish state
   [junit4]   2> 991323 T2808 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":"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:20368_",
   [junit4]   2> 	  "base_url":"http://127.0.0.1:20368"}
   [junit4]   2> 991335 T2808 oasc.Overseer$ClusterStateUpdater.updateState WARN Could not find collection node for nodes_used_collection, skipping publish state
   [junit4]   2> 991336 T2808 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_replica1",
   [junit4]   2> 	  "collection":"nodes_used_collection",
   [junit4]   2> 	  "shard_range":null,
   [junit4]   2> 	  "node_name":"127.0.0.1:43003_",
   [junit4]   2> 	  "base_url":"http://127.0.0.1:43003"}
   [junit4]   2> 991386 T2807 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> 991386 T2825 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> 991386 T2853 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> 991386 T2839 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> 991386 T2867 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> 991386 T2812 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> 991462 T2857 oasc.ZkController.waitForShardId waiting to find shard id in clusterstate for nodes_used_collection_shard1_replica1
   [junit4]   2> 991463 T2857 oasc.CorePropertiesLocator.writePropertiesFile ERROR Couldn't persist core properties to /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-Java7/solr/build/solr-core/test/J1/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty4-1375499128109/nodes_used_collection_shard1_replica1/core.properties: java.io.FileNotFoundException: /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-Java7/solr/build/solr-core/test/J1/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty4-1375499128109/nodes_used_collection_shard1_replica1/core.properties (No such file or directory)
   [junit4]   2> 991464 T2857 oasc.CoreContainer.create Creating SolrCore 'nodes_used_collection_shard1_replica1' using instanceDir: /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-Java7/solr/build/solr-core/test/J1/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty4-1375499128109/nodes_used_collection_shard1_replica1
   [junit4]   2> 991464 T2857 oasc.ZkController.createCollectionZkNode Check for collection zkNode:nodes_used_collection
   [junit4]   2> 991465 T2857 oasc.ZkController.createCollectionZkNode Creating collection in ZooKeeper:nodes_used_collection
   [junit4]   2> 991466 T2843 oasc.ZkController.waitForShardId waiting to find shard id in clusterstate for nodes_used_collection_shard1_replica2
   [junit4]   2> 991466 T2857 oasc.ZkController.getConfName Looking for collection configName
   [junit4]   2> 991467 T2816 oasc.ZkController.waitForShardId waiting to find shard id in clusterstate for nodes_used_collection_shard2_replica2
   [junit4]   2> 991467 T2829 oasc.ZkController.waitForShardId waiting to find shard id in clusterstate for nodes_used_collection_shard2_replica1
   [junit4]   2> 991467 T2843 oasc.CorePropertiesLocator.writePropertiesFile ERROR Couldn't persist core properties to /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-Java7/solr/build/solr-core/test/J1/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty3-1375499126127/nodes_used_collection_shard1_replica2/core.properties: java.io.FileNotFoundException: /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-Java7/solr/build/solr-core/test/J1/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty3-1375499126127/nodes_used_collection_shard1_replica2/core.properties (No such file or directory)
   [junit4]   2> 991468 T2816 oasc.CorePropertiesLocator.writePropertiesFile ERROR Couldn't persist core properties to /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-Java7/solr/build/solr-core/test/J1/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty1-1375499121896/nodes_used_collection_shard2_replica2/core.properties: java.io.FileNotFoundException: /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-Java7/solr/build/solr-core/test/J1/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty1-1375499121896/nodes_used_collection_shard2_replica2/core.properties (No such file or directory)
   [junit4]   2> 991468 T2843 oasc.CoreContainer.create Creating SolrCore 'nodes_used_collection_shard1_replica2' using instanceDir: /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-Java7/solr/build/solr-core/test/J1/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty3-1375499126127/nodes_used_collection_shard1_replica2
   [junit4]   2> 991468 T2857 oasc.ZkController.getConfName Only one config set found in zk - using it:conf1
   [junit4]   2> 991469 T2843 oasc.ZkController.createCollectionZkNode Check for collection zkNode:nodes_used_collection
   [junit4]   2> 991469 T2829 oasc.CorePropertiesLocator.writePropertiesFile ERROR Couldn't persist core properties to /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-Java7/solr/build/solr-core/test/J1/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty2-1375499124114/nodes_used_collection_shard2_replica1/core.properties: java.io.FileNotFoundException: /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-Java7/solr/build/solr-core/test/J1/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty2-1375499124114/nodes_used_collection_shard2_replica1/core.properties (No such file or directory)
   [junit4]   2> 991469 T2816 oasc.CoreContainer.create Creating SolrCore 'nodes_used_collection_shard2_replica2' using instanceDir: /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-Java7/solr/build/solr-core/test/J1/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty1-1375499121896/nodes_used_collection_shard2_replica2
   [junit4]   2> 991471 T2843 oasc.ZkController.createCollectionZkNode Creating collection in ZooKeeper:nodes_used_collection
   [junit4]   2> 991471 T2829 oasc.CoreContainer.create Creating SolrCore 'nodes_used_collection_shard2_replica1' using instanceDir: /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-Java7/solr/build/solr-core/test/J1/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty2-1375499124114/nodes_used_collection_shard2_replica1
   [junit4]   2> 991470 T2857 oascc.SolrZkClient.makePath makePath: /collections/nodes_used_collection
   [junit4]   2> 991472 T2829 oasc.ZkController.createCollectionZkNode Check for collection zkNode:nodes_used_collection
   [junit4]   2> 991472 T2843 oasc.ZkController.getConfName Looking for collection configName
   [junit4]   2> 991471 T2816 oasc.ZkController.createCollectionZkNode Check for collection zkNode:nodes_used_collection
   [junit4]   2> 991474 T2829 oasc.ZkController.createCollectionZkNode Creating collection in ZooKeeper:nodes_used_collection
   [junit4]   2> 991475 T2829 oasc.ZkController.getConfName Looking for collection configName
   [junit4]   2> 991479 T2816 oasc.ZkController.createCollectionZkNode Collection zkNode exists
   [junit4]   2> 991480 T2857 oasc.ZkController.readConfigName Load collection config from:/collections/nodes_used_collection
   [junit4]   2> 991480 T2829 oascc.SolrZkClient.makePath makePath: /collections/nodes_used_collection
   [junit4]   2> 991480 T2816 oasc.ZkController.readConfigName Load collection config from:/collections/nodes_used_collection
   [junit4]   2> 991480 T2843 oasc.ZkController.getConfName Only one config set found in zk - using it:conf1
   [junit4]   2> 991481 T2857 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-Java7/solr/build/solr-core/test/J1/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty4-1375499128109/nodes_used_collection_shard1_replica1/'
   [junit4]   2> 991482 T2843 oascc.SolrZkClient.makePath makePath: /collections/nodes_used_collection
   [junit4]   2> 991498 T2816 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-Java7/solr/build/solr-core/test/J1/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty1-1375499121896/nodes_used_collection_shard2_replica2/'
   [junit4]   2> 991498 T2829 oasc.ZkController.readConfigName Load collection config from:/collections/nodes_used_collection
   [junit4]   2> 991514 T2843 oasc.ZkController.readConfigName Load collection config from:/collections/nodes_used_collection
   [junit4]   2> 991515 T2829 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-Java7/solr/build/solr-core/test/J1/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty2-1375499124114/nodes_used_collection_shard2_replica1/'
   [junit4]   2> 991516 T2843 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-Java7/solr/build/solr-core/test/J1/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty3-1375499126127/nodes_used_collection_shard1_replica2/'
   [junit4]   2> 991664 T2857 oasc.SolrConfig.<init> Using Lucene MatchVersion: LUCENE_50
   [junit4]   2> 991664 T2843 oasc.SolrConfig.<init> Using Lucene MatchVersion: LUCENE_50
   [junit4]   2> 991664 T2816 oasc.SolrConfig.<init> Using Lucene MatchVersion: LUCENE_50
   [junit4]   2> 991666 T2829 oasc.SolrConfig.<init> Using Lucene MatchVersion: LUCENE_50
   [junit4]   2> 991770 T2829 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig.xml
   [junit4]   2> 991771 T2857 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig.xml
   [junit4]   2> 991774 T2816 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig.xml
   [junit4]   2> 991775 T2843 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig.xml
   [junit4]   2> 991873 T2857 oass.IndexSchema.readSchema Reading Solr Schema from schema.xml
   [junit4]   2> 991873 T2829 oass.IndexSchema.readSchema Reading Solr Schema from schema.xml
   [junit4]   2> 991876 T2816 oass.IndexSchema.readSchema Reading Solr Schema from schema.xml
   [junit4]   2> 991877 T2843 oass.IndexSchema.readSchema Reading Solr Schema from schema.xml
   [junit4]   2> 991897 T2857 oass.IndexSchema.readSchema [nodes_used_collection_shard1_replica1] Schema name=test
   [junit4]   2> 991897 T2829 oass.IndexSchema.readSchema [nodes_used_collection_shard2_replica1] Schema name=test
   [junit4]   2> 991901 T2816 oass.IndexSchema.readSchema [nodes_used_collection_shard2_replica2] Schema name=test
   [junit4]   2> 991901 T2843 oass.IndexSchema.readSchema [nodes_used_collection_shard1_replica2] Schema name=test
   [junit4]   2> 993402 T2816 oass.OpenExchangeRatesOrgProvider.init Initialized with rates=open-exchange-rates.json, refreshInterval=1440.
   [junit4]   2> 993413 T2843 oass.OpenExchangeRatesOrgProvider.init Initialized with rates=open-exchange-rates.json, refreshInterval=1440.
   [junit4]   2> 993418 T2829 oass.OpenExchangeRatesOrgProvider.init Initialized with rates=open-exchange-rates.json, refreshInterval=1440.
   [junit4]   2> 993418 T2816 oass.IndexSchema.readSchema default search field in schema is text
   [junit4]   2> 993420 T2857 oass.OpenExchangeRatesOrgProvider.init Initialized with rates=open-exchange-rates.json, refreshInterval=1440.
   [junit4]   2> 993424 T2843 oass.IndexSchema.readSchema default search field in schema is text
   [junit4]   2> 993424 T2816 oass.IndexSchema.readSchema unique key field: id
   [junit4]   2> 993435 T2829 oass.IndexSchema.readSchema default search field in schema is text
   [junit4]   2> 993438 T2843 oass.IndexSchema.readSchema unique key field: id
   [junit4]   2> 993439 T2857 oass.IndexSchema.readSchema default search field in schema is text
   [junit4]   2> 993449 T2816 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
   [junit4]   2> 993461 T2829 oass.IndexSchema.readSchema unique key field: id
   [junit4]   2> 993463 T2857 oass.IndexSchema.readSchema unique key field: id
   [junit4]   2> 993464 T2816 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
   [junit4]   2> 993471 T2816 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
   [junit4]   2> 993473 T2816 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Unknown key IMPORTANT NOTE
   [junit4]   2> 993474 T2816 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Expected key, got STRING
   [junit4]   2> 993474 T2816 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
   [junit4]   2> 993476 T2816 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Unknown key IMPORTANT NOTE
   [junit4]   2> 993476 T2816 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Expected key, got STRING
   [junit4]   2> 993477 T2843 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
   [junit4]   2> 993477 T2816 oasc.SolrCore.initDirectoryFactory org.apache.solr.core.MockDirectoryFactory
   [junit4]   2> 993506 T2816 oasc.SolrCore.<init> [nodes_used_collection_shard2_replica2] Opening new SolrCore at /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-Java7/solr/build/solr-core/test/J1/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty1-1375499121896/nodes_used_collection_shard2_replica2/, dataDir=/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-Java7/solr/build/solr-core/test/J1/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty1-1375499121896//nodes_used_collection_shard2_replica2/data/
   [junit4]   2> 993506 T2816 oasc.JmxMonitoredMap.<init> JMX monitoring is enabled. Adding Solr mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@50456ce9
   [junit4]   2> 993506 T2829 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
   [junit4]   2> 993508 T2816 oasc.CachingDirectoryFactory.get return new directory for /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-Java7/solr/build/solr-core/test/J1/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty1-1375499121896//nodes_used_collection_shard2_replica2/data
   [junit4]   2> 993509 T2816 oasc.SolrCore.getNewIndexDir New index directory detected: old=null new=/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-Java7/solr/build/solr-core/test/J1/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty1-1375499121896//nodes_used_collection_shard2_replica2/data/index/
   [junit4]   2> 993509 T2857 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
   [junit4]   2> 993509 T2816 oasc.SolrCore.initIndex WARN [nodes_used_collection_shard2_replica2] Solr index directory '/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-Java7/solr/build/solr-core/test/J1/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty1-1375499121896/nodes_used_collection_shard2_replica2/data/index' doesn't exist. Creating new index...
   [junit4]   2> 993510 T2816 oasc.CachingDirectoryFactory.get return new directory for /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-Java7/solr/build/solr-core/test/J1/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty1-1375499121896//nodes_used_collection_shard2_replica2/data/index
   [junit4]   2> 993512 T2843 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
   [junit4]   2> 993513 T2829 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
   [junit4]   2> 993515 T2857 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
   [junit4]   2> 993517 T2816 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits: num=1
   [junit4]   2> 		commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@2395be28 lockFactory=org.apache.lucene.store.NativeFSLockFactory@4f2c6ea9),segFN=segments_1,generation=1}
   [junit4]   2> 993517 T2816 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1
   [junit4]   2> 993525 T2816 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe"
   [junit4]   2> 993525 T2816 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "stored_sig"
   [junit4]   2> 993526 T2829 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
   [junit4]   2> 993527 T2843 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
   [junit4]   2> 993526 T2816 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "distrib-dup-test-chain-implicit"
   [junit4]   2> 993528 T2829 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Unknown key IMPORTANT NOTE
   [junit4]   2> 993528 T2829 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Expected key, got STRING
   [junit4]   2> 993529 T2816 oasc.RequestHandlers.initHandlersFromConfig created standard: solr.StandardRequestHandler
   [junit4]   2> 993528 T2843 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Unknown key IMPORTANT NOTE
   [junit4]   2> 993530 T2816 oasc.RequestHandlers.initHandlersFromConfig created /get: solr.RealTimeGetHandler
   [junit4]   2> 993530 T2843 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Expected key, got STRING
   [junit4]   2> 993529 T2829 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
   [junit4]   2> 993531 T2843 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
   [junit4]   2> 993530 T2816 oasc.RequestHandlers.initHandlersFromConfig adding lazy requestHandler: solr.ReplicationHandler
   [junit4]   2> 993532 T2829 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Unknown key IMPORTANT NOTE
   [junit4]   2> 993532 T2816 oasc.RequestHandlers.initHandlersFromConfig created /replication: solr.ReplicationHandler
   [junit4]   2> 993533 T2843 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Unknown key IMPORTANT NOTE
   [junit4]   2> 993532 T2829 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Expected key, got STRING
   [junit4]   2> 993533 T2843 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Expected key, got STRING
   [junit4]   2> 993533 T2816 oasc.RequestHandlers.initHandlersFromConfig created /update: solr.UpdateRequestHandler
   [junit4]   2> 993534 T2843 oasc.SolrCore.initDirectoryFactory org.apache.solr.core.MockDirectoryFactory
   [junit4]   2> 993534 T2829 oasc.SolrCore.initDirectoryFactory org.apache.solr.core.MockDirectoryFactory
   [junit4]   2> 993535 T2843 oasc.SolrCore.<init> [nodes_used_collection_shard1_replica2] Opening new SolrCore at /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-Java7/solr/build/solr-core/test/J1/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty3-1375499126127/nodes_used_collection_shard1_replica2/, dataDir=/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-Java7/solr/build/solr-core/test/J1/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty3-1375499126127//nodes_used_collection_shard1_replica2/data/
   [junit4]   2> 993535 T2816 oasc.RequestHandlers.initHandlersFromConfig created /admin/: org.apache.solr.handler.admin.AdminHandlers
   [junit4]   2> 993536 T2843 oasc.JmxMonitoredMap.<init> JMX monitoring is enabled. Adding Solr mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@50456ce9
   [junit4]   2> 993536 T2829 oasc.SolrCore.<init> [nodes_used_collection_shard2_replica1] Opening new SolrCore at /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-Java7/solr/build/solr-core/test/J1/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty2-1375499124114/nodes_used_collection_shard2_replica1/, dataDir=/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-Java7/solr/build/solr-core/test/J1/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty2-1375499124114//nodes_used_collection_shard2_replica1/data/
   [junit4]   2> 993538 T2829 oasc.JmxMonitoredMap.<init> JMX monitoring is enabled. Adding Solr mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@50456ce9
   [junit4]   2> 993538 T2843 oasc.CachingDirectoryFactory.get return new directory for /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-Java7/solr/build/solr-core/test/J1/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty3-1375499126127//nodes_used_collection_shard1_replica2/data
   [junit4]   2> 993539 T2843 oasc.SolrCore.getNewIndexDir New index directory detected: old=null new=/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-Java7/solr/build/solr-core/test/J1/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty3-1375499126127//nodes_used_collection_shard1_replica2/data/index/
   [junit4]   2> 993539 T2829 oasc.CachingDirectoryFactory.get return new directory for /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-Java7/solr/build/solr-core/test/J1/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty2-1375499124114//nodes_used_collection_shard2_replica1/data
   [junit4]   2> 993539 T2843 oasc.SolrCore.initIndex WARN [nodes_used_collection_shard1_replica2] Solr index directory '/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-Java7/solr/build/solr-core/test/J1/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty3-1375499126127/nodes_used_collection_shard1_replica2/data/index' doesn't exist. Creating new index...
   [junit4]   2> 993540 T2829 oasc.SolrCore.getNewIndexDir New index directory detected: old=null new=/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-Java7/solr/build/solr-core/test/J1/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty2-1375499124114//nodes_used_collection_shard2_replica1/data/index/
   [junit4]   2> 993540 T2843 oasc.CachingDirectoryFactory.get return new directory for /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-Java7/solr/build/solr-core/test/J1/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty3-1375499126127//nodes_used_collection_shard1_replica2/data/index
   [junit4]   2> 993540 T2829 oasc.SolrCore.initIndex WARN [nodes_used_collection_shard2_replica1] Solr index directory '/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-Java7/solr/build/solr-core/test/J1/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty2-1375499124114/nodes_used_collection_shard2_replica1/data/index' doesn't exist. Creating new index...
   [junit4]   2> 993542 T2829 oasc.CachingDirectoryFactory.get return new directory for /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-Java7/solr/build/solr-core/test/J1/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty2-1375499124114//nodes_used_collection_shard2_replica1/data/index
   [junit4]   2> 993547 T2843 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits: num=1
   [junit4]   2> 		commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@d08784b lockFactory=org.apache.lucene.store.NativeFSLockFactory@64766980),segFN=segments_1,generation=1}
   [junit4]   2> 993547 T2843 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1
   [junit4]   2> 993547 T2829 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits: num=1
   [junit4]   2> 		commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@259742eb lockFactory=org.apache.lucene.store.NativeFSLockFactory@10920068),segFN=segments_1,generation=1}
   [junit4]   2> 993548 T2829 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1
   [junit4]   2> 993553 T2843 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe"
   [junit4]   2> 993554 T2843 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "stored_sig"
   [junit4]   2> 993554 T2829 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe"
   [junit4]   2> 993555 T2829 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "stored_sig"
   [junit4]   2> 993555 T2843 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "distrib-dup-test-chain-implicit"
   [junit4]   2> 993556 T2829 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "distrib-dup-test-chain-implicit"
   [junit4]   2> 993556 T2843 oasc.RequestHandlers.initHandlersFromConfig created standard: solr.StandardRequestHandler
   [junit4]   2> 993557 T2829 oasc.RequestHandlers.initHandlersFromConfig created standard: solr.StandardRequestHandler
   [junit4]   2> 993557 T2843 oasc.RequestHandlers.initHandlersFromConfig created /get: solr.RealTimeGetHandler
   [junit4]   2> 993558 T2843 oasc.RequestHandlers.initHandlersFromConfig adding lazy requestHandler: solr.ReplicationHandler
   [junit4]   2> 993558 T2829 oasc.RequestHandlers.initHandlersFromConfig created /get: solr.RealTimeGetHandler
   [junit4]   2> 993559 T2829 oasc.RequestHandlers.initHandlersFromConfig adding lazy requestHandler: solr.ReplicationHandler
   [junit4]   2> 993558 T2843 oasc.RequestHandlers.initHandlersFromConfig created /replication: solr.ReplicationHandler
   [junit4]   2> 993559 T2829 oasc.RequestHandlers.initHandlersFromConfig created /replication: solr.ReplicationHandler
   [junit4]   2> 993560 T2843 oasc.RequestHandlers.initHandlersFromConfig created /update: solr.UpdateRequestHandler
   [junit4]   2> 993560 T2829 oasc.RequestHandlers.initHandlersFromConfig created /update: solr.UpdateRequestHandler
   [junit4]   2> 993560 T2843 oasc.RequestHandlers.initHandlersFromConfig created /admin/: org.apache.solr.handler.admin.AdminHandlers
   [junit4]   2> 993561 T2829 oasc.RequestHandlers.initHandlersFromConfig created /admin/: org.apache.solr.handler.admin.AdminHandlers
   [junit4]   2> 993571 T2857 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
   [junit4]   2> 993573 T2857 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Unknown key IMPORTANT NOTE
   [junit4]   2> 993574 T2857 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Expected key, got STRING
   [junit4]   2> 993574 T2857 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
   [junit4]   2> 993576 T2857 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Unknown key IMPORTANT NOTE
   [junit4]   2> 993576 T2857 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Expected key, got STRING
   [junit4]   2> 993577 T2857 oasc.SolrCore.initDirectoryFactory org.apache.solr.core.MockDirectoryFactory
   [junit4]   2> 993577 T2857 oasc.SolrCore.<init> [nodes_used_collection_shard1_replica1] Opening new SolrCore at /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-Java7/solr/build/solr-core/test/J1/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty4-1375499128109/nodes_used_collection_shard1_replica1/, dataDir=/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-Java7/solr/build/solr-core/test/J1/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty4-1375499128109//nodes_used_collection_shard1_replica1/data/
   [junit4]   2> 993578 T2857 oasc.JmxMonitoredMap.<init> JMX monitoring is enabled. Adding Solr mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@50456ce9
   [junit4]   2> 993579 T2857 oasc.CachingDirectoryFactory.get return new directory for /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-Java7/solr/build/solr-core/test/J1/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty4-1375499128109//nodes_used_collection_shard1_replica1/data
   [junit4]   2> 993580 T2857 oasc.SolrCore.getNewIndexDir New index directory detected: old=null new=/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-Java7/solr/build/solr-core/test/J1/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty4-1375499128109//nodes_used_collection_shard1_replica1/data/index/
   [junit4]   2> 993580 T2857 oasc.SolrCore.initIndex WARN [nodes_used_collection_shard1_replica1] Solr index directory '/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-Java7/solr/build/solr-core/test/J1/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty4-1375499128109/nodes_used_collection_shard1_replica1/data/index' doesn't exist. Creating new index...
   [junit4]   2> 993581 T2857 oasc.CachingDirectoryFactory.get return new directory for /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-Java7/solr/build/solr-core/test/J1/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty4-1375499128109//nodes_used_collection_shard1_replica1/data/index
   [junit4]   2> 993590 T2857 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits: num=1
   [junit4]   2> 		commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@54887340 lockFactory=org.apache.lucene.store.NativeFSLockFactory@77b854eb),segFN=segments_1,generation=1}
   [junit4]   2> 993590 T2857 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1
   [junit4]   2> 993592 T2829 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 993593 T2843 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 993593 T2816 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 993597 T2857 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe"
   [junit4]   2> 993598 T2857 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "stored_sig"
   [junit4]   2> 993599 T2857 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "distrib-dup-test-chain-implicit"
   [junit4]   2> 993600 T2857 oasc.RequestHandlers.initHandlersFromConfig created standard: solr.StandardRequestHandler
   [junit4]   2> 993600 T2857 oasc.RequestHandlers.initHandlersFromConfig created /get: solr.RealTimeGetHandler
   [junit4]   2> 993601 T2857 oasc.RequestHandlers.initHandlersFromConfig adding lazy requestHandler: solr.ReplicationHandler
   [junit4]   2> 993601 T2857 oasc.RequestHandlers.initHandlersFromConfig created /replication: solr.ReplicationHandler
   [junit4]   2> 993602 T2857 oasc.RequestHandlers.initHandlersFromConfig created /update: solr.UpdateRequestHandler
   [junit4]   2> 993603 T2857 oasc.RequestHandlers.initHandlersFromConfig created /admin/: org.apache.solr.handler.admin.AdminHandlers
   [junit4]   2> 993605 T2829 oass.SolrIndexSearcher.<init> Opening Searcher@ef7778c main
   [junit4]   2> 993605 T2816 oass.SolrIndexSearcher.<init> Opening Searcher@15fa63d2 main
   [junit4]   2> 993605 T2843 oass.SolrIndexSearcher.<init> Opening Searcher@db18cb5 main
   [junit4]   2> 993607 T2829 oasu.CommitTracker.<init> Hard AutoCommit: disabled
   [junit4]   2> 993607 T2829 oasu.CommitTracker.<init> Soft AutoCommit: disabled
   [junit4]   2> 993608 T2843 oasu.CommitTracker.<init> Hard AutoCommit: disabled
   [junit4]   2> 993607 T2816 oasu.CommitTracker.<init> Hard AutoCommit: disabled
   [junit4]   2> 993608 T2843 oasu.CommitTracker.<init> Soft AutoCommit: disabled
   [junit4]   2> 993609 T2816 oasu.CommitTracker.<init> Soft AutoCommit: disabled
   [junit4]   2> 993613 T2873 oasc.SolrCore.registerSearcher [nodes_used_collection_shard2_replica1] Registered new searcher Searcher@ef7778c main{StandardDirectoryReader(segments_1:1)}
   [junit4]   2> 993613 T2874 oasc.SolrCore.registerSearcher [nodes_used_collection_shard1_replica2] Registered new searcher Searcher@db18cb5 main{StandardDirectoryReader(segments_1:1)}
   [junit4]   2> 993614 T2875 oasc.SolrCore.registerSearcher [nodes_used_collection_shard2_replica2] Registered new searcher Searcher@15fa63d2 main{StandardDirectoryReader(segments_1:1)}
   [junit4]   2> 993617 T2843 oasc.CoreContainer.registerCore registering core: nodes_used_collection_shard1_replica2
   [junit4]   2> 993617 T2829 oasc.CoreContainer.registerCore registering core: nodes_used_collection_shard2_replica1
   [junit4]   2> 993617 T2816 oasc.CoreContainer.registerCore registering core: nodes_used_collection_shard2_replica2
   [junit4]   2> 993617 T2843 oasc.ZkController.register Register replica - core:nodes_used_collection_shard1_replica2 address:http://127.0.0.1:37862 collection:nodes_used_collection shard:shard1
   [junit4]   2> 993618 T2816 oasc.ZkController.register Register replica - core:nodes_used_collection_shard2_replica2 address:http://127.0.0.1:20368 collection:nodes_used_collection shard:shard2
   [junit4]   2> 993617 T2829 oasc.ZkController.register Register replica - core:nodes_used_collection_shard2_replica1 address:http://127.0.0.1:43003 collection:nodes_used_collection shard:shard2
   [junit4]   2> 993619 T2816 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=10000&maxConnectionsPerHost=20&connTimeout=15000&socketTimeout=30000&retry=false
   [junit4]   2> 993618 T2843 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=10000&maxConnectionsPerHost=20&connTimeout=15000&socketTimeout=30000&retry=false
   [junit4]   2> 993619 T2829 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=10000&maxConnectionsPerHost=20&connTimeout=15000&socketTimeout=30000&retry=false
   [junit4]   2> 993632 T2857 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 993637 T2857 oass.SolrIndexSearcher.<init> Opening Searcher@17f9b0b2 main
   [junit4]   2> 993639 T2857 oasu.CommitTracker.<init> Hard AutoCommit: disabled
   [junit4]   2> 993640 T2857 oasu.CommitTracker.<init> Soft AutoCommit: disabled
   [junit4]   2> 993644 T2876 oasc.SolrCore.registerSearcher [nodes_used_collection_shard1_replica1] Registered new searcher Searcher@17f9b0b2 main{StandardDirectoryReader(segments_1:1)}
   [junit4]   2> 993647 T2843 oascc.SolrZkClient.makePath makePath: /collections/nodes_used_collection/leader_elect/shard1/election
   [junit4]   2> 993647 T2829 oascc.SolrZkClient.makePath makePath: /collections/nodes_used_collection/leader_elect/shard2/election
   [junit4]   2> 993647 T2816 oascc.SolrZkClient.makePath makePath: /collections/nodes_used_collection/leader_elect/shard2/election
   [junit4]   2> 993647 T2857 oasc.CoreContainer.registerCore registering core: nodes_used_collection_shard1_replica1
   [junit4]   2> 993649 T2857 oasc.ZkController.register Register replica - core:nodes_used_collection_shard1_replica1 address:http://127.0.0.1:23021 collection:nodes_used_collection shard:shard1
   [junit4]   2> 993650 T2857 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=10000&maxConnectionsPerHost=20&connTimeout=15000&socketTimeout=30000&retry=false
   [junit4]   2> 993688 T2857 oascc.SolrZkClient.makePath makePath: /collections/nodes_used_collection/leader_elect/shard1/election
   [junit4]   2> 993804 T2843 oasc.ShardLeaderElectionContext.runLeaderProcess Running the leader process for shard shard1
   [junit4]   2> 993806 T2829 oasc.ShardLeaderElectionContext.runLeaderProcess Running the leader process for shard shard2
   [junit4]   2> 993861 T2843 oasc.ShardLeaderElectionContext.waitForReplicasToComeUp Enough replicas found to continue.
   [junit4]   2> 993861 T2829 oasc.ShardLeaderElectionContext.waitForReplicasToComeUp Enough replicas found to continue.
   [junit4]   2> 993861 T2843 oasc.ShardLeaderElectionContext.runLeaderProcess I may be the new leader - try and sync
   [junit4]   2> 993862 T2829 oasc.ShardLeaderElectionContext.runLeaderProcess I may be the new leader - try and sync
   [junit4]   2> 993862 T2843 oasc.SyncStrategy.sync Sync replicas to http://127.0.0.1:37862/nodes_used_collection_shard1_replica2/
   [junit4]   2> 993863 T2829 oasc.SyncStrategy.sync Sync replicas to http://127.0.0.1:43003/nodes_used_collection_shard2_replica1/
   [junit4]   2> 993863 T2843 oasu.PeerSync.sync PeerSync: core=nodes_used_collection_shard1_replica2 url=http://127.0.0.1:37862 START replicas=[http://127.0.0.1:23021/nodes_used_collection_shard1_replica1/] nUpdates=100
   [junit4]   2> 993864 T2829 oasu.PeerSync.sync PeerSync: core=nodes_used_collection_shard2_replica1 url=http://127.0.0.1:43003 START replicas=[http://127.0.0.1:20368/nodes_used_collection_shard2_replica2/] nUpdates=100
   [junit4]   2> 993864 T2843 oasu.PeerSync.sync PeerSync: core=nodes_used_collection_shard1_replica2 url=http://127.0.0.1:37862 DONE.  We have no versions.  sync failed.
   [junit4]   2> 993865 T2843 oasc.SyncStrategy.syncReplicas Leader's attempt to sync with shard failed, moving to the next candidate
   [junit4]   2> 993865 T2829 oasu.PeerSync.sync PeerSync: core=nodes_used_collection_shard2_replica1 url=http://127.0.0.1:43003 DONE.  We have no versions.  sync failed.
   [junit4]   2> 993866 T2829 oasc.SyncStrategy.syncReplicas Leader's attempt to sync with shard failed, moving to the next candidate
   [junit4]   2> 993866 T2843 oasc.ShardLeaderElectionContext.runLeaderProcess We failed sync, but we have no versions - we can't sync in that case - we were active before, so become leader anyway
   [junit4]   2> 993867 T2829 oasc.ShardLeaderElectionContext.runLeaderProcess We failed sync, but we have no versions - we can't sync in that case - we were active before, so become leader anyway
   [junit4]   2> 993867 T2843 oasc.ShardLeaderElectionContext.runLeaderProcess I am the new leader: http://127.0.0.1:37862/nodes_used_collection_shard1_replica2/ shard1
   [junit4]   2> 993868 T2829 oasc.ShardLeaderElectionContext.runLeaderProcess I am the new leader: http://127.0.0.1:43003/nodes_used_collection_shard2_replica1/ shard2
   [junit4]   2> 993868 T2843 oascc.SolrZkClient.makePath makePath: /collections/nodes_used_collection/leaders/shard1
   [junit4]   2> 993869 T2829 oascc.SolrZkClient.makePath makePath: /collections/nodes_used_collection/leaders/shard2
   [junit4]   2> ASYNC  NEW_CORE C1625 name=nodes_used_collection_shard2_replica2 org.apache.solr.core.SolrCore@4d0ac194 url=http://127.0.0.1:20368/nodes_used_collection_shard2_replica2 node=127.0.0.1:20368_ C1625_STATE=coll:nodes_used_collection core:nodes_used_collection_shard2_replica2 props:{state=down, core=nodes_used_collection_shard2_replica2, node_name=127.0.0.1:20368_, base_url=http://127.0.0.1:20368}
   [junit4]   2> 993876 T2817 C1625 P20368 oasc.SolrCore.execute [nodes_used_collection_shar

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

-Solr-Tests-trunk-Java7/solr/build/solr-core/test/J1/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty4-1375499128109//new_implicit_coll_1_a_replica2/data/index [CachedDir<<refCount=0;path=/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-Java7/solr/build/solr-core/test/J1/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty4-1375499128109//new_implicit_coll_1_a_replica2/data/index;done=false>>]
   [junit4]   2> 1151375 T2785 oasc.CachingDirectoryFactory.close Closing directory: /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-Java7/solr/build/solr-core/test/J1/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty4-1375499128109//new_implicit_coll_1_a_replica2/data/index
   [junit4]   2> 1151375 T2785 oasc.CachingDirectoryFactory.closeCacheValue looking to close /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-Java7/solr/build/solr-core/test/J1/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty4-1375499128109//new_implicit_coll_1_a_replica2/data [CachedDir<<refCount=0;path=/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-Java7/solr/build/solr-core/test/J1/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty4-1375499128109//new_implicit_coll_1_a_replica2/data;done=false>>]
   [junit4]   2> 1151376 T2785 oasc.CachingDirectoryFactory.close Closing directory: /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-Java7/solr/build/solr-core/test/J1/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty4-1375499128109//new_implicit_coll_1_a_replica2/data
   [junit4]   2> 1151431 T2785 oejsh.ContextHandler.doStop stopped o.e.j.s.ServletContextHandler{/,null}
   [junit4]   2> 1151497 T2785 oas.SolrTestCaseJ4.tearDown ###Ending testDistribSearch
   [junit4]   2> 1151502 T2785 oasc.ZkTestServer.send4LetterWord connecting to 127.0.0.1:22369 22369
   [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=A26CCEE62D88142E -Dtests.multiplier=3 -Dtests.slow=true -Dtests.locale=sk_SK -Dtests.timezone=America/Argentina/Salta -Dtests.file.encoding=US-ASCII
   [junit4] ERROR    174s J1 | CollectionsAPIDistributedZkTest.testDistribSearch <<<
   [junit4]    > Throwable #1: org.apache.solr.client.solrj.SolrServerException: IOException occured when talking to server at: http://127.0.0.1:20368
   [junit4]    > 	at __randomizedtesting.SeedInfo.seed([A26CCEE62D88142E:238A40FE5AD77412]: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:724)
   [junit4]    > Caused by: org.apache.http.conn.ConnectTimeoutException: Connect to 127.0.0.1:20368 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> 1151896 T2785 oas.SolrTestCaseJ4.deleteCore ###deleteCore
   [junit4]   2> 173864 T2784 ccr.ThreadLeakControl.checkThreadLeaks WARNING Will linger awaiting termination of 2 leaked thread(s).
   [junit4]   2> 1152730 T2867 oasc.LeaderElector$1.process WARN  org.apache.zookeeper.KeeperException$SessionExpiredException: KeeperErrorCode = Session expired for /collections/new_implicit_coll_1/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> 1152731 T2867 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> 1152732 T2867 oascc.ZkStateReader$2.process WARN ZooKeeper watch triggered, but Solr cannot talk to ZK
   [junit4]   2> 1152732 T2867 oascc.ZkStateReader$3.process WARN ZooKeeper watch triggered, but Solr cannot talk to ZK
   [junit4]   2> NOTE: test params are: codec=Lucene40, sim=RandomSimilarityProvider(queryNorm=false,coord=crazy): {}, locale=sk_SK, timezone=America/Argentina/Salta
   [junit4]   2> NOTE: FreeBSD 9.1-RELEASE-p3 amd64/Oracle Corporation 1.7.0_25 (64-bit)/cpus=16,threads=6,free=285540304,total=536870912
   [junit4]   2> NOTE: All tests run in this JVM: [TestRandomFaceting, StatsComponentTest, TestSuggestSpellingConverter, TestSchemaSimilarityResource, SolrCmdDistributorTest, TestRangeQuery, EchoParamsTest, TestCodecSupport, TestLuceneMatchVersion, OutputWriterTest, TestMergePolicyConfig, TestBM25SimilarityFactory, TestSchemaResource, SortByFunctionTest, TestManagedSchemaFieldResource, HighlighterTest, PathHierarchyTokenizerFactoryTest, TimeZoneUtilsTest, BadCopyFieldTest, DistanceFunctionTest, DeleteShardTest, DirectSolrSpellCheckerTest, HdfsUnloadDistributedZkTest, TestDFRSimilarityFactory, TestJmxMonitoredMap, TestFoldingMultitermQuery, TestLazyCores, TestUtils, TestUpdate, TestSolrJ, NumericFieldsTest, TestMultiCoreConfBootstrap, TestDistributedGrouping, TestSolr4Spatial, TestManagedSchema, ClusterStateTest, TestRTGBase, DebugComponentTest, DateMathParserTest, DocumentAnalysisRequestHandlerTest, TestCopyFieldCollectionResource, TestInfoStreamLogging, SpellPossibilityIteratorTest, XsltUpdateRequestHandlerTest, TestFastOutputStream, SignatureUpdateProcessorFactoryTest, TestDistributedSearch, HdfsSyncSliceTest, TestElisionMultitermQuery, TestStressReorder, BadIndexSchemaTest, TestLMJelinekMercerSimilarityFactory, TestRandomMergePolicy, TestStressLucene, SpellCheckComponentTest, OpenExchangeRatesOrgProviderTest, TestCollationField, TestRecoveryHdfs, SpellCheckCollatorTest, XmlUpdateRequestHandlerTest, CurrencyFieldXmlFileTest, TestRecovery, SampleTest, UpdateParamsTest, DOMUtilTest, QueryResultKeyTest, SimplePostToolTest, OpenCloseCoreStressTest, TestZkChroot, TestIndexingPerformance, TestComponentsName, HdfsLockFactoryTest, TestPostingsSolrHighlighter, ZkSolrClientTest, ChaosMonkeySafeLeaderTest, BasicDistributedZk2Test, UnloadDistributedZkTest, CollectionsAPIDistributedZkTest]
   [junit4] Completed on J1 in 174.91s, 1 test, 1 error <<< FAILURES!

[...truncated 533 lines...]
BUILD FAILED
/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-Java7/build.xml:389: The following error occurred while executing this line:
/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-Java7/build.xml:369: The following error occurred while executing this line:
/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-Java7/build.xml:39: The following error occurred while executing this line:
/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-Java7/solr/build.xml:181: The following error occurred while executing this line:
/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-Java7/solr/common-build.xml:449: The following error occurred while executing this line:
/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-Java7/lucene/common-build.xml:1230: The following error occurred while executing this line:
/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-Java7/lucene/common-build.xml:873: There were test failures: 320 suites, 1347 tests, 1 error, 34 ignored (6 assumptions)

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



[JENKINS] Lucene-Solr-Tests-trunk-Java7 - Build # 4204 - Still Failing

Posted by Apache Jenkins Server <je...@builds.apache.org>.
Build: https://builds.apache.org/job/Lucene-Solr-Tests-trunk-Java7/4204/

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

Error Message:
IOException occured when talking to server at: http://127.0.0.1:21012

Stack Trace:
org.apache.solr.client.solrj.SolrServerException: IOException occured when talking to server at: http://127.0.0.1:21012
	at __randomizedtesting.SeedInfo.seed([7973E10FF72B684F:F8956F1780740873]: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.CollectionsAPIDistributedZkTest.testCustomCollectionsAPI(CollectionsAPIDistributedZkTest.java:764)
	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:606)
	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:724)
Caused by: org.apache.http.conn.ConnectTimeoutException: Connect to 127.0.0.1:21012 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)
	... 44 more




Build Log:
[...truncated 9466 lines...]
   [junit4] Suite: org.apache.solr.cloud.CollectionsAPIDistributedZkTest
   [junit4]   2> 476280 T697 oas.BaseDistributedSearchTestCase.initHostContext Setting hostContext system property: /
   [junit4]   2> 476287 T697 oas.SolrTestCaseJ4.setUp ###Starting testDistribSearch
   [junit4]   2> Creating dataDir: /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-Java7/solr/build/solr-core/test/J1/./solrtest-CollectionsAPIDistributedZkTest-1375483063621
   [junit4]   2> 476289 T697 oasc.ZkTestServer.run STARTING ZK TEST SERVER
   [junit4]   2> 476290 T698 oasc.ZkTestServer$ZKServerMain.runFromConfig Starting server
   [junit4]   2> 476391 T697 oasc.ZkTestServer.run start zk server on port:21005
   [junit4]   2> 476392 T697 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 476398 T704 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@39c94799 name:ZooKeeperConnection Watcher:127.0.0.1:21005 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 476399 T697 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 476399 T697 oascc.SolrZkClient.makePath makePath: /solr
   [junit4]   2> 476419 T697 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 476422 T706 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@5876ffe2 name:ZooKeeperConnection Watcher:127.0.0.1:21005/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 476422 T697 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 476422 T697 oascc.SolrZkClient.makePath makePath: /collections/collection1
   [junit4]   2> 476434 T697 oascc.SolrZkClient.makePath makePath: /collections/collection1/shards
   [junit4]   2> 476438 T697 oascc.SolrZkClient.makePath makePath: /collections/control_collection
   [junit4]   2> 476441 T697 oascc.SolrZkClient.makePath makePath: /collections/control_collection/shards
   [junit4]   2> 476450 T697 oasc.AbstractZkTestCase.putConfig put /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-Java7/solr/build/solr-core/test-files/solr/collection1/conf/solrconfig-tlog.xml to /configs/conf1/solrconfig.xml
   [junit4]   2> 476451 T697 oascc.SolrZkClient.makePath makePath: /configs/conf1/solrconfig.xml
   [junit4]   2> 476464 T697 oasc.AbstractZkTestCase.putConfig put /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-Java7/solr/build/solr-core/test-files/solr/collection1/conf/schema.xml to /configs/conf1/schema.xml
   [junit4]   2> 476465 T697 oascc.SolrZkClient.makePath makePath: /configs/conf1/schema.xml
   [junit4]   2> 476596 T697 oasc.AbstractZkTestCase.putConfig put /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-Java7/solr/build/solr-core/test-files/solr/collection1/conf/stopwords.txt to /configs/conf1/stopwords.txt
   [junit4]   2> 476597 T697 oascc.SolrZkClient.makePath makePath: /configs/conf1/stopwords.txt
   [junit4]   2> 476601 T697 oasc.AbstractZkTestCase.putConfig put /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-Java7/solr/build/solr-core/test-files/solr/collection1/conf/protwords.txt to /configs/conf1/protwords.txt
   [junit4]   2> 476602 T697 oascc.SolrZkClient.makePath makePath: /configs/conf1/protwords.txt
   [junit4]   2> 476606 T697 oasc.AbstractZkTestCase.putConfig put /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-Java7/solr/build/solr-core/test-files/solr/collection1/conf/currency.xml to /configs/conf1/currency.xml
   [junit4]   2> 476606 T697 oascc.SolrZkClient.makePath makePath: /configs/conf1/currency.xml
   [junit4]   2> 476610 T697 oasc.AbstractZkTestCase.putConfig put /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-Java7/solr/build/solr-core/test-files/solr/collection1/conf/open-exchange-rates.json to /configs/conf1/open-exchange-rates.json
   [junit4]   2> 476611 T697 oascc.SolrZkClient.makePath makePath: /configs/conf1/open-exchange-rates.json
   [junit4]   2> 476614 T697 oasc.AbstractZkTestCase.putConfig put /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-Java7/solr/build/solr-core/test-files/solr/collection1/conf/mapping-ISOLatin1Accent.txt to /configs/conf1/mapping-ISOLatin1Accent.txt
   [junit4]   2> 476615 T697 oascc.SolrZkClient.makePath makePath: /configs/conf1/mapping-ISOLatin1Accent.txt
   [junit4]   2> 476619 T697 oasc.AbstractZkTestCase.putConfig put /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-Java7/solr/build/solr-core/test-files/solr/collection1/conf/old_synonyms.txt to /configs/conf1/old_synonyms.txt
   [junit4]   2> 476620 T697 oascc.SolrZkClient.makePath makePath: /configs/conf1/old_synonyms.txt
   [junit4]   2> 476623 T697 oasc.AbstractZkTestCase.putConfig put /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-Java7/solr/build/solr-core/test-files/solr/collection1/conf/synonyms.txt to /configs/conf1/synonyms.txt
   [junit4]   2> 476624 T697 oascc.SolrZkClient.makePath makePath: /configs/conf1/synonyms.txt
   [junit4]   2> 476953 T697 oejs.Server.doStart jetty-8.1.10.v20130312
   [junit4]   2> 476957 T697 oejs.AbstractConnector.doStart Started SocketConnector@127.0.0.1:21008
   [junit4]   2> 476958 T697 oass.SolrDispatchFilter.init SolrDispatchFilter.init()
   [junit4]   2> 476959 T697 oasc.SolrResourceLoader.locateSolrHome JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 476959 T697 oasc.SolrResourceLoader.locateSolrHome using system property solr.solr.home: /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-Java7/solr/build/solr-core/test/J1/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-controljetty-1375483063968
   [junit4]   2> 476960 T697 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-Java7/solr/build/solr-core/test/J1/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-controljetty-1375483063968/'
   [junit4]   2> 477004 T697 oasc.ConfigSolr.fromFile Loading container configuration from /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-Java7/solr/build/solr-core/test/J1/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-controljetty-1375483063968/solr.xml
   [junit4]   2> 477109 T697 oasc.ConfigSolrXml.<init> Config-defined core root directory: 
   [junit4]   2> 477118 T697 oasc.CoreContainer.<init> New CoreContainer 559724708
   [junit4]   2> 477119 T697 oasc.CoreContainer.load Loading cores into CoreContainer [instanceDir=/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-Java7/solr/build/solr-core/test/J1/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-controljetty-1375483063968/]
   [junit4]   2> 477121 T697 oashc.HttpShardHandlerFactory.getParameter Setting socketTimeout to: 120000
   [junit4]   2> 477122 T697 oashc.HttpShardHandlerFactory.getParameter Setting urlScheme to: http://
   [junit4]   2> 477122 T697 oashc.HttpShardHandlerFactory.getParameter Setting connTimeout to: 15000
   [junit4]   2> 477123 T697 oashc.HttpShardHandlerFactory.getParameter Setting maxConnectionsPerHost to: 20
   [junit4]   2> 477123 T697 oashc.HttpShardHandlerFactory.getParameter Setting corePoolSize to: 0
   [junit4]   2> 477124 T697 oashc.HttpShardHandlerFactory.getParameter Setting maximumPoolSize to: 2147483647
   [junit4]   2> 477134 T697 oashc.HttpShardHandlerFactory.getParameter Setting maxThreadIdleTime to: 5
   [junit4]   2> 477135 T697 oashc.HttpShardHandlerFactory.getParameter Setting sizeOfQueue to: -1
   [junit4]   2> 477135 T697 oashc.HttpShardHandlerFactory.getParameter Setting fairnessPolicy to: false
   [junit4]   2> 477136 T697 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnectionsPerHost=20&maxConnections=10000&socketTimeout=120000&connTimeout=15000&retry=false
   [junit4]   2> 477156 T697 oasc.ZkContainer.initZooKeeper Zookeeper client=127.0.0.1:21005/solr
   [junit4]   2> 477157 T697 oasc.ZkController.checkChrootPath zkHost includes chroot
   [junit4]   2> 477158 T697 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 477162 T717 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@14a932cd name:ZooKeeperConnection Watcher:127.0.0.1:21005 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 477162 T697 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 477165 T697 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=500&maxConnectionsPerHost=16&socketTimeout=120000&connTimeout=15000
   [junit4]   2> 477179 T697 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 477182 T719 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@304b46da name:ZooKeeperConnection Watcher:127.0.0.1:21005/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 477182 T697 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 477185 T697 oascc.SolrZkClient.makePath makePath: /overseer/queue
   [junit4]   2> 477195 T697 oascc.SolrZkClient.makePath makePath: /overseer/collection-queue-work
   [junit4]   2> 477199 T697 oascc.SolrZkClient.makePath makePath: /live_nodes
   [junit4]   2> 477203 T697 oasc.ZkController.createEphemeralLiveNode Register node as live in ZooKeeper:/live_nodes/127.0.0.1:21008_
   [junit4]   2> 477213 T697 oascc.SolrZkClient.makePath makePath: /live_nodes/127.0.0.1:21008_
   [junit4]   2> 477224 T697 oascc.SolrZkClient.makePath makePath: /overseer_elect/election
   [junit4]   2> 477255 T697 oascc.SolrZkClient.makePath makePath: /overseer_elect/leader
   [junit4]   2> 477265 T697 oasc.Overseer.start Overseer (id=90143658058121219-127.0.0.1:21008_-n_0000000000) starting
   [junit4]   2> 477270 T697 oascc.SolrZkClient.makePath makePath: /overseer/queue-work
   [junit4]   2> 477274 T721 oasc.OverseerCollectionProcessor.run Process current queue of collection creations
   [junit4]   2> 477275 T697 oascc.SolrZkClient.makePath makePath: /clusterstate.json
   [junit4]   2> 477277 T697 oascc.SolrZkClient.makePath makePath: /aliases.json
   [junit4]   2> 477280 T697 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
   [junit4]   2> 477283 T720 oasc.Overseer$ClusterStateUpdater.run Starting to work on the main queue
   [junit4]   2> 477287 T697 oasc.CorePropertiesLocator.discover Looking for core definitions underneath /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-Java7/solr/build/solr-core/test/J1/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-controljetty-1375483063968
   [junit4]   2> 477473 T697 oasc.CorePropertiesLocator.discoverUnder Found core conf in /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-Java7/solr/build/solr-core/test/J1/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-controljetty-1375483063968/conf/
   [junit4]   2> 477475 T697 oasc.CorePropertiesLocator.discover Found 1 core definitions
   [junit4]   2> 477475 T697 oass.SolrDispatchFilter.init user.dir=/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-Java7/solr/build/solr-core/test/J1
   [junit4]   2> 477476 T697 oass.SolrDispatchFilter.init SolrDispatchFilter.init() done
   [junit4]   2> 477477 T697 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=128&maxConnectionsPerHost=32&followRedirects=false
   [junit4]   2> 477496 T697 oascsi.HttpClientUtil.createClient Creating new http client, config:
   [junit4]   2> 477498 T697 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 477501 T724 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@65d73e4 name:ZooKeeperConnection Watcher:127.0.0.1:21005/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 477501 T697 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 477503 T697 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
   [junit4]   2> 477506 T697 oasc.ChaosMonkey.monkeyLog monkey: init - expire sessions:true cause connection loss:true
   [junit4]   2> 477808 T697 oejs.Server.doStart jetty-8.1.10.v20130312
   [junit4]   2> 477811 T697 oejs.AbstractConnector.doStart Started SocketConnector@127.0.0.1:21012
   [junit4]   2> 477811 T697 oass.SolrDispatchFilter.init SolrDispatchFilter.init()
   [junit4]   2> 477811 T697 oasc.SolrResourceLoader.locateSolrHome JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 477812 T697 oasc.SolrResourceLoader.locateSolrHome using system property solr.solr.home: /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-Java7/solr/build/solr-core/test/J1/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty1-1375483064839
   [junit4]   2> 477812 T697 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-Java7/solr/build/solr-core/test/J1/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty1-1375483064839/'
   [junit4]   2> 477843 T697 oasc.ConfigSolr.fromFile Loading container configuration from /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-Java7/solr/build/solr-core/test/J1/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty1-1375483064839/solr.xml
   [junit4]   2> 477917 T697 oasc.ConfigSolrXml.<init> Config-defined core root directory: 
   [junit4]   2> 477918 T697 oasc.CoreContainer.<init> New CoreContainer 512869712
   [junit4]   2> 477918 T697 oasc.CoreContainer.load Loading cores into CoreContainer [instanceDir=/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-Java7/solr/build/solr-core/test/J1/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty1-1375483064839/]
   [junit4]   2> 477919 T697 oashc.HttpShardHandlerFactory.getParameter Setting socketTimeout to: 120000
   [junit4]   2> 477920 T697 oashc.HttpShardHandlerFactory.getParameter Setting urlScheme to: http://
   [junit4]   2> 477920 T697 oashc.HttpShardHandlerFactory.getParameter Setting connTimeout to: 15000
   [junit4]   2> 477920 T697 oashc.HttpShardHandlerFactory.getParameter Setting maxConnectionsPerHost to: 20
   [junit4]   2> 477921 T697 oashc.HttpShardHandlerFactory.getParameter Setting corePoolSize to: 0
   [junit4]   2> 477921 T697 oashc.HttpShardHandlerFactory.getParameter Setting maximumPoolSize to: 2147483647
   [junit4]   2> 477921 T697 oashc.HttpShardHandlerFactory.getParameter Setting maxThreadIdleTime to: 5
   [junit4]   2> 477922 T697 oashc.HttpShardHandlerFactory.getParameter Setting sizeOfQueue to: -1
   [junit4]   2> 477922 T697 oashc.HttpShardHandlerFactory.getParameter Setting fairnessPolicy to: false
   [junit4]   2> 477922 T697 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnectionsPerHost=20&maxConnections=10000&socketTimeout=120000&connTimeout=15000&retry=false
   [junit4]   2> 477938 T697 oasc.ZkContainer.initZooKeeper Zookeeper client=127.0.0.1:21005/solr
   [junit4]   2> 477938 T697 oasc.ZkController.checkChrootPath zkHost includes chroot
   [junit4]   2> 477940 T697 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 477942 T735 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@8bf6991 name:ZooKeeperConnection Watcher:127.0.0.1:21005 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 477943 T697 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 477958 T697 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=500&maxConnectionsPerHost=16&socketTimeout=120000&connTimeout=15000
   [junit4]   2> 477972 T697 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 477975 T737 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@195110eb name:ZooKeeperConnection Watcher:127.0.0.1:21005/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 477975 T697 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 477985 T697 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
   [junit4]   2> 478988 T697 oasc.ZkController.createEphemeralLiveNode Register node as live in ZooKeeper:/live_nodes/127.0.0.1:21012_
   [junit4]   2> 478991 T697 oascc.SolrZkClient.makePath makePath: /live_nodes/127.0.0.1:21012_
   [junit4]   2> 478995 T737 oascc.ZkStateReader$3.process Updating live nodes... (2)
   [junit4]   2> 478995 T719 oascc.ZkStateReader$3.process Updating live nodes... (2)
   [junit4]   2> 478995 T724 oascc.ZkStateReader$3.process Updating live nodes... (2)
   [junit4]   2> 479011 T697 oasc.CorePropertiesLocator.discover Looking for core definitions underneath /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-Java7/solr/build/solr-core/test/J1/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty1-1375483064839
   [junit4]   2> 479231 T697 oasc.CorePropertiesLocator.discoverUnder Found core conf in /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-Java7/solr/build/solr-core/test/J1/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty1-1375483064839/conf/
   [junit4]   2> 479232 T697 oasc.CorePropertiesLocator.discover Found 1 core definitions
   [junit4]   2> 479233 T697 oass.SolrDispatchFilter.init user.dir=/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-Java7/solr/build/solr-core/test/J1
   [junit4]   2> 479233 T697 oass.SolrDispatchFilter.init SolrDispatchFilter.init() done
   [junit4]   2> 479234 T697 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=128&maxConnectionsPerHost=32&followRedirects=false
   [junit4]   2> 479581 T697 oejs.Server.doStart jetty-8.1.10.v20130312
   [junit4]   2> 479584 T697 oejs.AbstractConnector.doStart Started SocketConnector@127.0.0.1:21015
   [junit4]   2> 479585 T697 oass.SolrDispatchFilter.init SolrDispatchFilter.init()
   [junit4]   2> 479586 T697 oasc.SolrResourceLoader.locateSolrHome JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 479586 T697 oasc.SolrResourceLoader.locateSolrHome using system property solr.solr.home: /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-Java7/solr/build/solr-core/test/J1/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty2-1375483066586
   [junit4]   2> 479587 T697 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-Java7/solr/build/solr-core/test/J1/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty2-1375483066586/'
   [junit4]   2> 479632 T697 oasc.ConfigSolr.fromFile Loading container configuration from /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-Java7/solr/build/solr-core/test/J1/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty2-1375483066586/solr.xml
   [junit4]   2> 479750 T697 oasc.ConfigSolrXml.<init> Config-defined core root directory: 
   [junit4]   2> 479751 T697 oasc.CoreContainer.<init> New CoreContainer 571973816
   [junit4]   2> 479751 T697 oasc.CoreContainer.load Loading cores into CoreContainer [instanceDir=/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-Java7/solr/build/solr-core/test/J1/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty2-1375483066586/]
   [junit4]   2> 479753 T697 oashc.HttpShardHandlerFactory.getParameter Setting socketTimeout to: 120000
   [junit4]   2> 479754 T697 oashc.HttpShardHandlerFactory.getParameter Setting urlScheme to: http://
   [junit4]   2> 479754 T697 oashc.HttpShardHandlerFactory.getParameter Setting connTimeout to: 15000
   [junit4]   2> 479755 T697 oashc.HttpShardHandlerFactory.getParameter Setting maxConnectionsPerHost to: 20
   [junit4]   2> 479755 T697 oashc.HttpShardHandlerFactory.getParameter Setting corePoolSize to: 0
   [junit4]   2> 479756 T697 oashc.HttpShardHandlerFactory.getParameter Setting maximumPoolSize to: 2147483647
   [junit4]   2> 479756 T697 oashc.HttpShardHandlerFactory.getParameter Setting maxThreadIdleTime to: 5
   [junit4]   2> 479757 T697 oashc.HttpShardHandlerFactory.getParameter Setting sizeOfQueue to: -1
   [junit4]   2> 479757 T697 oashc.HttpShardHandlerFactory.getParameter Setting fairnessPolicy to: false
   [junit4]   2> 479758 T697 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnectionsPerHost=20&maxConnections=10000&socketTimeout=120000&connTimeout=15000&retry=false
   [junit4]   2> 479779 T697 oasc.ZkContainer.initZooKeeper Zookeeper client=127.0.0.1:21005/solr
   [junit4]   2> 479780 T697 oasc.ZkController.checkChrootPath zkHost includes chroot
   [junit4]   2> 479781 T697 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 479784 T749 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@434d8053 name:ZooKeeperConnection Watcher:127.0.0.1:21005 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 479784 T697 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 479788 T697 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=500&maxConnectionsPerHost=16&socketTimeout=120000&connTimeout=15000
   [junit4]   2> 479802 T697 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 479805 T751 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@702de460 name:ZooKeeperConnection Watcher:127.0.0.1:21005/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 479805 T697 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 479818 T697 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
   [junit4]   2> 480821 T697 oasc.ZkController.createEphemeralLiveNode Register node as live in ZooKeeper:/live_nodes/127.0.0.1:21015_
   [junit4]   2> 480828 T697 oascc.SolrZkClient.makePath makePath: /live_nodes/127.0.0.1:21015_
   [junit4]   2> 480862 T724 oascc.ZkStateReader$3.process Updating live nodes... (3)
   [junit4]   2> 480862 T719 oascc.ZkStateReader$3.process Updating live nodes... (3)
   [junit4]   2> 480862 T751 oascc.ZkStateReader$3.process Updating live nodes... (3)
   [junit4]   2> 480862 T737 oascc.ZkStateReader$3.process Updating live nodes... (3)
   [junit4]   2> 480870 T697 oasc.CorePropertiesLocator.discover Looking for core definitions underneath /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-Java7/solr/build/solr-core/test/J1/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty2-1375483066586
   [junit4]   2> 481087 T697 oasc.CorePropertiesLocator.discoverUnder Found core conf in /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-Java7/solr/build/solr-core/test/J1/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty2-1375483066586/conf/
   [junit4]   2> 481091 T697 oasc.CorePropertiesLocator.discover Found 1 core definitions
   [junit4]   2> 481092 T697 oass.SolrDispatchFilter.init user.dir=/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-Java7/solr/build/solr-core/test/J1
   [junit4]   2> 481092 T697 oass.SolrDispatchFilter.init SolrDispatchFilter.init() done
   [junit4]   2> 481093 T697 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=128&maxConnectionsPerHost=32&followRedirects=false
   [junit4]   2> 481409 T697 oejs.Server.doStart jetty-8.1.10.v20130312
   [junit4]   2> 481412 T697 oejs.AbstractConnector.doStart Started SocketConnector@127.0.0.1:21018
   [junit4]   2> 481413 T697 oass.SolrDispatchFilter.init SolrDispatchFilter.init()
   [junit4]   2> 481414 T697 oasc.SolrResourceLoader.locateSolrHome JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 481414 T697 oasc.SolrResourceLoader.locateSolrHome using system property solr.solr.home: /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-Java7/solr/build/solr-core/test/J1/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty3-1375483068445
   [junit4]   2> 481415 T697 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-Java7/solr/build/solr-core/test/J1/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty3-1375483068445/'
   [junit4]   2> 481454 T697 oasc.ConfigSolr.fromFile Loading container configuration from /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-Java7/solr/build/solr-core/test/J1/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty3-1375483068445/solr.xml
   [junit4]   2> 481561 T697 oasc.ConfigSolrXml.<init> Config-defined core root directory: 
   [junit4]   2> 481562 T697 oasc.CoreContainer.<init> New CoreContainer 2100569824
   [junit4]   2> 481563 T697 oasc.CoreContainer.load Loading cores into CoreContainer [instanceDir=/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-Java7/solr/build/solr-core/test/J1/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty3-1375483068445/]
   [junit4]   2> 481565 T697 oashc.HttpShardHandlerFactory.getParameter Setting socketTimeout to: 120000
   [junit4]   2> 481566 T697 oashc.HttpShardHandlerFactory.getParameter Setting urlScheme to: http://
   [junit4]   2> 481566 T697 oashc.HttpShardHandlerFactory.getParameter Setting connTimeout to: 15000
   [junit4]   2> 481567 T697 oashc.HttpShardHandlerFactory.getParameter Setting maxConnectionsPerHost to: 20
   [junit4]   2> 481567 T697 oashc.HttpShardHandlerFactory.getParameter Setting corePoolSize to: 0
   [junit4]   2> 481568 T697 oashc.HttpShardHandlerFactory.getParameter Setting maximumPoolSize to: 2147483647
   [junit4]   2> 481568 T697 oashc.HttpShardHandlerFactory.getParameter Setting maxThreadIdleTime to: 5
   [junit4]   2> 481568 T697 oashc.HttpShardHandlerFactory.getParameter Setting sizeOfQueue to: -1
   [junit4]   2> 481569 T697 oashc.HttpShardHandlerFactory.getParameter Setting fairnessPolicy to: false
   [junit4]   2> 481570 T697 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnectionsPerHost=20&maxConnections=10000&socketTimeout=120000&connTimeout=15000&retry=false
   [junit4]   2> 481591 T697 oasc.ZkContainer.initZooKeeper Zookeeper client=127.0.0.1:21005/solr
   [junit4]   2> 481591 T697 oasc.ZkController.checkChrootPath zkHost includes chroot
   [junit4]   2> 481593 T697 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 481600 T763 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@540e3aaa name:ZooKeeperConnection Watcher:127.0.0.1:21005 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 481601 T697 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 481604 T697 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=500&maxConnectionsPerHost=16&socketTimeout=120000&connTimeout=15000
   [junit4]   2> 481618 T697 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 481621 T765 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@33500f2 name:ZooKeeperConnection Watcher:127.0.0.1:21005/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 481621 T697 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 481629 T697 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
   [junit4]   2> 482633 T697 oasc.ZkController.createEphemeralLiveNode Register node as live in ZooKeeper:/live_nodes/127.0.0.1:21018_
   [junit4]   2> 482644 T697 oascc.SolrZkClient.makePath makePath: /live_nodes/127.0.0.1:21018_
   [junit4]   2> 482648 T751 oascc.ZkStateReader$3.process Updating live nodes... (4)
   [junit4]   2> 482648 T737 oascc.ZkStateReader$3.process Updating live nodes... (4)
   [junit4]   2> 482648 T724 oascc.ZkStateReader$3.process Updating live nodes... (4)
   [junit4]   2> 482648 T719 oascc.ZkStateReader$3.process Updating live nodes... (4)
   [junit4]   2> 482648 T765 oascc.ZkStateReader$3.process Updating live nodes... (4)
   [junit4]   2> 482664 T697 oasc.CorePropertiesLocator.discover Looking for core definitions underneath /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-Java7/solr/build/solr-core/test/J1/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty3-1375483068445
   [junit4]   2> 482905 T697 oasc.CorePropertiesLocator.discoverUnder Found core conf in /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-Java7/solr/build/solr-core/test/J1/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty3-1375483068445/conf/
   [junit4]   2> 482908 T697 oasc.CorePropertiesLocator.discover Found 1 core definitions
   [junit4]   2> 482908 T697 oass.SolrDispatchFilter.init user.dir=/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-Java7/solr/build/solr-core/test/J1
   [junit4]   2> 482909 T697 oass.SolrDispatchFilter.init SolrDispatchFilter.init() done
   [junit4]   2> 482909 T697 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=128&maxConnectionsPerHost=32&followRedirects=false
   [junit4]   2> 483246 T697 oejs.Server.doStart jetty-8.1.10.v20130312
   [junit4]   2> 483249 T697 oejs.AbstractConnector.doStart Started SocketConnector@127.0.0.1:21021
   [junit4]   2> 483250 T697 oass.SolrDispatchFilter.init SolrDispatchFilter.init()
   [junit4]   2> 483251 T697 oasc.SolrResourceLoader.locateSolrHome JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 483251 T697 oasc.SolrResourceLoader.locateSolrHome using system property solr.solr.home: /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-Java7/solr/build/solr-core/test/J1/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty4-1375483070260
   [junit4]   2> 483252 T697 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-Java7/solr/build/solr-core/test/J1/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty4-1375483070260/'
   [junit4]   2> 483303 T697 oasc.ConfigSolr.fromFile Loading container configuration from /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-Java7/solr/build/solr-core/test/J1/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty4-1375483070260/solr.xml
   [junit4]   2> 483411 T697 oasc.ConfigSolrXml.<init> Config-defined core root directory: 
   [junit4]   2> 483412 T697 oasc.CoreContainer.<init> New CoreContainer 831771277
   [junit4]   2> 483412 T697 oasc.CoreContainer.load Loading cores into CoreContainer [instanceDir=/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-Java7/solr/build/solr-core/test/J1/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty4-1375483070260/]
   [junit4]   2> 483414 T697 oashc.HttpShardHandlerFactory.getParameter Setting socketTimeout to: 120000
   [junit4]   2> 483415 T697 oashc.HttpShardHandlerFactory.getParameter Setting urlScheme to: http://
   [junit4]   2> 483415 T697 oashc.HttpShardHandlerFactory.getParameter Setting connTimeout to: 15000
   [junit4]   2> 483416 T697 oashc.HttpShardHandlerFactory.getParameter Setting maxConnectionsPerHost to: 20
   [junit4]   2> 483416 T697 oashc.HttpShardHandlerFactory.getParameter Setting corePoolSize to: 0
   [junit4]   2> 483417 T697 oashc.HttpShardHandlerFactory.getParameter Setting maximumPoolSize to: 2147483647
   [junit4]   2> 483417 T697 oashc.HttpShardHandlerFactory.getParameter Setting maxThreadIdleTime to: 5
   [junit4]   2> 483418 T697 oashc.HttpShardHandlerFactory.getParameter Setting sizeOfQueue to: -1
   [junit4]   2> 483418 T697 oashc.HttpShardHandlerFactory.getParameter Setting fairnessPolicy to: false
   [junit4]   2> 483419 T697 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnectionsPerHost=20&maxConnections=10000&socketTimeout=120000&connTimeout=15000&retry=false
   [junit4]   2> 483436 T697 oasc.ZkContainer.initZooKeeper Zookeeper client=127.0.0.1:21005/solr
   [junit4]   2> 483437 T697 oasc.ZkController.checkChrootPath zkHost includes chroot
   [junit4]   2> 483438 T697 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 483441 T777 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@600537b8 name:ZooKeeperConnection Watcher:127.0.0.1:21005 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 483442 T697 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 483444 T697 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=500&maxConnectionsPerHost=16&socketTimeout=120000&connTimeout=15000
   [junit4]   2> 483453 T697 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 483455 T779 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@20376b87 name:ZooKeeperConnection Watcher:127.0.0.1:21005/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 483456 T697 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 483467 T697 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
   [junit4]   2> 484470 T697 oasc.ZkController.createEphemeralLiveNode Register node as live in ZooKeeper:/live_nodes/127.0.0.1:21021_
   [junit4]   2> 484475 T697 oascc.SolrZkClient.makePath makePath: /live_nodes/127.0.0.1:21021_
   [junit4]   2> 484479 T751 oascc.ZkStateReader$3.process Updating live nodes... (5)
   [junit4]   2> 484480 T724 oascc.ZkStateReader$3.process Updating live nodes... (5)
   [junit4]   2> 484480 T779 oascc.ZkStateReader$3.process Updating live nodes... (5)
   [junit4]   2> 484480 T719 oascc.ZkStateReader$3.process Updating live nodes... (5)
   [junit4]   2> 484480 T737 oascc.ZkStateReader$3.process Updating live nodes... (5)
   [junit4]   2> 484480 T765 oascc.ZkStateReader$3.process Updating live nodes... (5)
   [junit4]   2> 484499 T697 oasc.CorePropertiesLocator.discover Looking for core definitions underneath /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-Java7/solr/build/solr-core/test/J1/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty4-1375483070260
   [junit4]   2> 484732 T697 oasc.CorePropertiesLocator.discoverUnder Found core conf in /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-Java7/solr/build/solr-core/test/J1/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty4-1375483070260/conf/
   [junit4]   2> 484733 T697 oasc.CorePropertiesLocator.discover Found 1 core definitions
   [junit4]   2> 484734 T697 oass.SolrDispatchFilter.init user.dir=/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-Java7/solr/build/solr-core/test/J1
   [junit4]   2> 484734 T697 oass.SolrDispatchFilter.init SolrDispatchFilter.init() done
   [junit4]   2> 484735 T697 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=128&maxConnectionsPerHost=32&followRedirects=false
   [junit4]   2> 484753 T697 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=128&maxConnectionsPerHost=32&followRedirects=false
   [junit4]   2> 484766 T727 oasha.CollectionsHandler.handleCreateAction Creating Collection : numShards=2&name=nodes_used_collection&replicationFactor=2&action=CREATE&wt=javabin&version=2
   [junit4]   2> 484769 T719 oasc.DistributedQueue$LatchChildWatcher.process Watcher fired on path: /overseer/collection-queue-work state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 484771 T721 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> 484771 T721 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> 484794 T720 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
   [junit4]   2> 484795 T720 oasc.Overseer$ClusterStateUpdater.buildCollection building a new collection: nodes_used_collection
   [junit4]   2> 484795 T720 oasc.Overseer$ClusterStateUpdater.createCollection Create collection nodes_used_collection with shards [shard1, shard2]
   [junit4]   2> 484808 T751 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> 484808 T724 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> 484808 T737 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> 484808 T765 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> 484808 T779 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> 484808 T719 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> 484885 T721 oasc.OverseerCollectionProcessor.createCollection going to create cores replicas shardNames [shard1, shard2] , repFactor : 2
   [junit4]   2> 484885 T721 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:21018_
   [junit4]   2> 484886 T721 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:21012_
   [junit4]   2> 484887 T721 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:21021_
   [junit4]   2> 484887 T721 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:21015_
   [junit4]   2> 484890 T755 oasc.ZkController.publish publishing core=nodes_used_collection_shard1_replica1 state=down
   [junit4]   2> 484890 T728 oasc.ZkController.publish publishing core=nodes_used_collection_shard1_replica2 state=down
   [junit4]   2> 484891 T741 oasc.ZkController.publish publishing core=nodes_used_collection_shard2_replica2 state=down
   [junit4]   2> 484891 T769 oasc.ZkController.publish publishing core=nodes_used_collection_shard2_replica1 state=down
   [junit4]   2> 484892 T755 oasc.ZkController.waitForCoreNodeName look for our core node name
   [junit4]   2> 484893 T728 oasc.ZkController.waitForCoreNodeName look for our core node name
   [junit4]   2> 484905 T741 oasc.ZkController.waitForCoreNodeName look for our core node name
   [junit4]   2> 484905 T769 oasc.ZkController.waitForCoreNodeName look for our core node name
   [junit4]   2> 486314 T720 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
   [junit4]   2> 486315 T720 oasc.Overseer$ClusterStateUpdater.updateState WARN Could not find collection node for nodes_used_collection, skipping publish state
   [junit4]   2> 486316 T720 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:21018_",
   [junit4]   2> 	  "base_url":"http://127.0.0.1:21018"}
   [junit4]   2> 486324 T720 oasc.Overseer$ClusterStateUpdater.updateState WARN Could not find collection node for nodes_used_collection, skipping publish state
   [junit4]   2> 486324 T720 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":"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:21012_",
   [junit4]   2> 	  "base_url":"http://127.0.0.1:21012"}
   [junit4]   2> 486329 T720 oasc.Overseer$ClusterStateUpdater.updateState WARN Could not find collection node for nodes_used_collection, skipping publish state
   [junit4]   2> 486329 T720 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":"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:21015_",
   [junit4]   2> 	  "base_url":"http://127.0.0.1:21015"}
   [junit4]   2> 486344 T720 oasc.Overseer$ClusterStateUpdater.updateState WARN Could not find collection node for nodes_used_collection, skipping publish state
   [junit4]   2> 486345 T720 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_replica1",
   [junit4]   2> 	  "collection":"nodes_used_collection",
   [junit4]   2> 	  "shard_range":null,
   [junit4]   2> 	  "node_name":"127.0.0.1:21021_",
   [junit4]   2> 	  "base_url":"http://127.0.0.1:21021"}
   [junit4]   2> 486349 T751 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> 486350 T737 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> 486350 T779 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> 486350 T765 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> 486350 T719 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> 486350 T724 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> 486895 T728 oasc.ZkController.waitForShardId waiting to find shard id in clusterstate for nodes_used_collection_shard1_replica2
   [junit4]   2> 486895 T755 oasc.ZkController.waitForShardId waiting to find shard id in clusterstate for nodes_used_collection_shard1_replica1
   [junit4]   2> 486896 T728 oasc.CorePropertiesLocator.writePropertiesFile ERROR Couldn't persist core properties to /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-Java7/solr/build/solr-core/test/J1/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty1-1375483064839/nodes_used_collection_shard1_replica2/core.properties: java.io.FileNotFoundException: /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-Java7/solr/build/solr-core/test/J1/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty1-1375483064839/nodes_used_collection_shard1_replica2/core.properties (No such file or directory)
   [junit4]   2> 486897 T755 oasc.CorePropertiesLocator.writePropertiesFile ERROR Couldn't persist core properties to /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-Java7/solr/build/solr-core/test/J1/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty3-1375483068445/nodes_used_collection_shard1_replica1/core.properties: java.io.FileNotFoundException: /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-Java7/solr/build/solr-core/test/J1/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty3-1375483068445/nodes_used_collection_shard1_replica1/core.properties (No such file or directory)
   [junit4]   2> 486897 T728 oasc.CoreContainer.create Creating SolrCore 'nodes_used_collection_shard1_replica2' using instanceDir: /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-Java7/solr/build/solr-core/test/J1/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty1-1375483064839/nodes_used_collection_shard1_replica2
   [junit4]   2> 486897 T755 oasc.CoreContainer.create Creating SolrCore 'nodes_used_collection_shard1_replica1' using instanceDir: /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-Java7/solr/build/solr-core/test/J1/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty3-1375483068445/nodes_used_collection_shard1_replica1
   [junit4]   2> 486898 T755 oasc.ZkController.createCollectionZkNode Check for collection zkNode:nodes_used_collection
   [junit4]   2> 486898 T728 oasc.ZkController.createCollectionZkNode Check for collection zkNode:nodes_used_collection
   [junit4]   2> 486899 T755 oasc.ZkController.createCollectionZkNode Creating collection in ZooKeeper:nodes_used_collection
   [junit4]   2> 486899 T728 oasc.ZkController.createCollectionZkNode Creating collection in ZooKeeper:nodes_used_collection
   [junit4]   2> 486899 T755 oasc.ZkController.getConfName Looking for collection configName
   [junit4]   2> 486899 T728 oasc.ZkController.getConfName Looking for collection configName
   [junit4]   2> 486901 T755 oasc.ZkController.getConfName Only one config set found in zk - using it:conf1
   [junit4]   2> 486901 T728 oasc.ZkController.getConfName Only one config set found in zk - using it:conf1
   [junit4]   2> 486901 T755 oascc.SolrZkClient.makePath makePath: /collections/nodes_used_collection
   [junit4]   2> 486901 T728 oascc.SolrZkClient.makePath makePath: /collections/nodes_used_collection
   [junit4]   2> 486904 T755 oasc.ZkController.readConfigName Load collection config from:/collections/nodes_used_collection
   [junit4]   2> 486904 T728 oasc.ZkController.readConfigName Load collection config from:/collections/nodes_used_collection
   [junit4]   2> 486905 T755 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-Java7/solr/build/solr-core/test/J1/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty3-1375483068445/nodes_used_collection_shard1_replica1/'
   [junit4]   2> 486905 T728 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-Java7/solr/build/solr-core/test/J1/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty1-1375483064839/nodes_used_collection_shard1_replica2/'
   [junit4]   2> 486907 T741 oasc.ZkController.waitForShardId waiting to find shard id in clusterstate for nodes_used_collection_shard2_replica2
   [junit4]   2> 486908 T769 oasc.ZkController.waitForShardId waiting to find shard id in clusterstate for nodes_used_collection_shard2_replica1
   [junit4]   2> 486909 T741 oasc.CorePropertiesLocator.writePropertiesFile ERROR Couldn't persist core properties to /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-Java7/solr/build/solr-core/test/J1/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty2-1375483066586/nodes_used_collection_shard2_replica2/core.properties: java.io.FileNotFoundException: /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-Java7/solr/build/solr-core/test/J1/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty2-1375483066586/nodes_used_collection_shard2_replica2/core.properties (No such file or directory)
   [junit4]   2> 486909 T769 oasc.CorePropertiesLocator.writePropertiesFile ERROR Couldn't persist core properties to /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-Java7/solr/build/solr-core/test/J1/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty4-1375483070260/nodes_used_collection_shard2_replica1/core.properties: java.io.FileNotFoundException: /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-Java7/solr/build/solr-core/test/J1/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty4-1375483070260/nodes_used_collection_shard2_replica1/core.properties (No such file or directory)
   [junit4]   2> 486909 T741 oasc.CoreContainer.create Creating SolrCore 'nodes_used_collection_shard2_replica2' using instanceDir: /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-Java7/solr/build/solr-core/test/J1/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty2-1375483066586/nodes_used_collection_shard2_replica2
   [junit4]   2> 486909 T769 oasc.CoreContainer.create Creating SolrCore 'nodes_used_collection_shard2_replica1' using instanceDir: /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-Java7/solr/build/solr-core/test/J1/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty4-1375483070260/nodes_used_collection_shard2_replica1
   [junit4]   2> 486910 T741 oasc.ZkController.createCollectionZkNode Check for collection zkNode:nodes_used_collection
   [junit4]   2> 486910 T769 oasc.ZkController.createCollectionZkNode Check for collection zkNode:nodes_used_collection
   [junit4]   2> 486911 T741 oasc.ZkController.createCollectionZkNode Collection zkNode exists
   [junit4]   2> 486911 T769 oasc.ZkController.createCollectionZkNode Collection zkNode exists
   [junit4]   2> 486912 T769 oasc.ZkController.readConfigName Load collection config from:/collections/nodes_used_collection
   [junit4]   2> 486912 T741 oasc.ZkController.readConfigName Load collection config from:/collections/nodes_used_collection
   [junit4]   2> 486913 T769 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-Java7/solr/build/solr-core/test/J1/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty4-1375483070260/nodes_used_collection_shard2_replica1/'
   [junit4]   2> 486914 T741 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-Java7/solr/build/solr-core/test/J1/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty2-1375483066586/nodes_used_collection_shard2_replica2/'
   [junit4]   2> 487041 T769 oasc.SolrConfig.<init> Using Lucene MatchVersion: LUCENE_50
   [junit4]   2> 487046 T741 oasc.SolrConfig.<init> Using Lucene MatchVersion: LUCENE_50
   [junit4]   2> 487047 T728 oasc.SolrConfig.<init> Using Lucene MatchVersion: LUCENE_50
   [junit4]   2> 487048 T755 oasc.SolrConfig.<init> Using Lucene MatchVersion: LUCENE_50
   [junit4]   2> 487132 T755 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig.xml
   [junit4]   2> 487132 T769 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig.xml
   [junit4]   2> 487143 T728 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig.xml
   [junit4]   2> 487147 T741 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig.xml
   [junit4]   2> 487234 T755 oass.IndexSchema.readSchema Reading Solr Schema from schema.xml
   [junit4]   2> 487235 T769 oass.IndexSchema.readSchema Reading Solr Schema from schema.xml
   [junit4]   2> 487246 T728 oass.IndexSchema.readSchema Reading Solr Schema from schema.xml
   [junit4]   2> 487250 T741 oass.IndexSchema.readSchema Reading Solr Schema from schema.xml
   [junit4]   2> 487262 T755 oass.IndexSchema.readSchema [nodes_used_collection_shard1_replica1] Schema name=test
   [junit4]   2> 487263 T769 oass.IndexSchema.readSchema [nodes_used_collection_shard2_replica1] Schema name=test
   [junit4]   2> 487269 T728 oass.IndexSchema.readSchema [nodes_used_collection_shard1_replica2] Schema name=test
   [junit4]   2> 487278 T741 oass.IndexSchema.readSchema [nodes_used_collection_shard2_replica2] Schema name=test
   [junit4]   2> 488322 T769 oass.OpenExchangeRatesOrgProvider.init Initialized with rates=open-exchange-rates.json, refreshInterval=1440.
   [junit4]   2> 488331 T728 oass.OpenExchangeRatesOrgProvider.init Initialized with rates=open-exchange-rates.json, refreshInterval=1440.
   [junit4]   2> 488338 T755 oass.OpenExchangeRatesOrgProvider.init Initialized with rates=open-exchange-rates.json, refreshInterval=1440.
   [junit4]   2> 488338 T769 oass.IndexSchema.readSchema default search field in schema is text
   [junit4]   2> 488342 T728 oass.IndexSchema.readSchema default search field in schema is text
   [junit4]   2> 488344 T769 oass.IndexSchema.readSchema unique key field: id
   [junit4]   2> 488346 T741 oass.OpenExchangeRatesOrgProvider.init Initialized with rates=open-exchange-rates.json, refreshInterval=1440.
   [junit4]   2> 488347 T728 oass.IndexSchema.readSchema unique key field: id
   [junit4]   2> 488350 T755 oass.IndexSchema.readSchema default search field in schema is text
   [junit4]   2> 488355 T755 oass.IndexSchema.readSchema unique key field: id
   [junit4]   2> 488358 T741 oass.IndexSchema.readSchema default search field in schema is text
   [junit4]   2> 488362 T741 oass.IndexSchema.readSchema unique key field: id
   [junit4]   2> 488366 T769 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
   [junit4]   2> 488367 T728 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
   [junit4]   2> 488372 T728 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
   [junit4]   2> 488372 T769 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
   [junit4]   2> 488374 T755 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
   [junit4]   2> 488378 T728 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
   [junit4]   2> 488379 T769 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
   [junit4]   2> 488380 T728 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Unknown key IMPORTANT NOTE
   [junit4]   2> 488380 T769 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Unknown key IMPORTANT NOTE
   [junit4]   2> 488380 T755 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
   [junit4]   2> 488381 T769 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Expected key, got STRING
   [junit4]   2> 488380 T728 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Expected key, got STRING
   [junit4]   2> 488382 T741 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
   [junit4]   2> 488382 T769 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
   [junit4]   2> 488382 T728 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
   [junit4]   2> 488384 T769 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Unknown key IMPORTANT NOTE
   [junit4]   2> 488385 T728 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Unknown key IMPORTANT NOTE
   [junit4]   2> 488385 T769 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Expected key, got STRING
   [junit4]   2> 488385 T728 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Expected key, got STRING
   [junit4]   2> 488386 T769 oasc.SolrCore.initDirectoryFactory org.apache.solr.core.MockDirectoryFactory
   [junit4]   2> 488386 T728 oasc.SolrCore.initDirectoryFactory org.apache.solr.core.MockDirectoryFactory
   [junit4]   2> 488387 T769 oasc.SolrCore.<init> [nodes_used_collection_shard2_replica1] Opening new SolrCore at /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-Java7/solr/build/solr-core/test/J1/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty4-1375483070260/nodes_used_collection_shard2_replica1/, dataDir=/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-Java7/solr/build/solr-core/test/J1/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty4-1375483070260//nodes_used_collection_shard2_replica1/data/
   [junit4]   2> 488387 T755 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
   [junit4]   2> 488387 T769 oasc.JmxMonitoredMap.<init> JMX monitoring is enabled. Adding Solr mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@1531dde4
   [junit4]   2> 488387 T728 oasc.SolrCore.<init> [nodes_used_collection_shard1_replica2] Opening new SolrCore at /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-Java7/solr/build/solr-core/test/J1/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty1-1375483064839/nodes_used_collection_shard1_replica2/, dataDir=/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-Java7/solr/build/solr-core/test/J1/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty1-1375483064839//nodes_used_collection_shard1_replica2/data/
   [junit4]   2> 488388 T741 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
   [junit4]   2> 488389 T769 oasc.CachingDirectoryFactory.get return new directory for /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-Java7/solr/build/solr-core/test/J1/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty4-1375483070260//nodes_used_collection_shard2_replica1/data
   [junit4]   2> 488389 T755 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Unknown key IMPORTANT NOTE
   [junit4]   2> 488389 T728 oasc.JmxMonitoredMap.<init> JMX monitoring is enabled. Adding Solr mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@1531dde4
   [junit4]   2> 488390 T755 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Expected key, got STRING
   [junit4]   2> 488390 T769 oasc.SolrCore.getNewIndexDir New index directory detected: old=null new=/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-Java7/solr/build/solr-core/test/J1/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty4-1375483070260//nodes_used_collection_shard2_replica1/data/index/
   [junit4]   2> 488391 T728 oasc.CachingDirectoryFactory.get return new directory for /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-Java7/solr/build/solr-core/test/J1/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty1-1375483064839//nodes_used_collection_shard1_replica2/data
   [junit4]   2> 488392 T769 oasc.SolrCore.initIndex WARN [nodes_used_collection_shard2_replica1] Solr index directory '/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-Java7/solr/build/solr-core/test/J1/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty4-1375483070260/nodes_used_collection_shard2_replica1/data/index' doesn't exist. Creating new index...
   [junit4]   2> 488391 T755 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
   [junit4]   2> 488393 T769 oasc.CachingDirectoryFactory.get return new directory for /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-Java7/solr/build/solr-core/test/J1/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty4-1375483070260//nodes_used_collection_shard2_replica1/data/index
   [junit4]   2> 488392 T728 oasc.SolrCore.getNewIndexDir New index directory detected: old=null new=/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-Java7/solr/build/solr-core/test/J1/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty1-1375483064839//nodes_used_collection_shard1_replica2/data/index/
   [junit4]   2> 488394 T728 oasc.SolrCore.initIndex WARN [nodes_used_collection_shard1_replica2] Solr index directory '/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-Java7/solr/build/solr-core/test/J1/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty1-1375483064839/nodes_used_collection_shard1_replica2/data/index' doesn't exist. Creating new index...
   [junit4]   2> 488394 T755 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Unknown key IMPORTANT NOTE
   [junit4]   2> 488395 T755 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Expected key, got STRING
   [junit4]   2> 488395 T728 oasc.CachingDirectoryFactory.get return new directory for /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-Java7/solr/build/solr-core/test/J1/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty1-1375483064839//nodes_used_collection_shard1_replica2/data/index
   [junit4]   2> 488395 T741 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
   [junit4]   2> 488396 T755 oasc.SolrCore.initDirectoryFactory org.apache.solr.core.MockDirectoryFactory
   [junit4]   2> 488397 T755 oasc.SolrCore.<init> [nodes_used_collection_shard1_replica1] Opening new SolrCore at /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-Java7/solr/build/solr-core/test/J1/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty3-1375483068445/nodes_used_collection_shard1_replica1/, dataDir=/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-Java7/solr/build/solr-core/test/J1/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty3-1375483068445//nodes_used_collection_shard1_replica1/data/
   [junit4]   2> 488397 T755 oasc.JmxMonitoredMap.<init> JMX monitoring is enabled. Adding Solr mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@1531dde4
   [junit4]   2> 488397 T741 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Unknown key IMPORTANT NOTE
   [junit4]   2> 488398 T741 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Expected key, got STRING
   [junit4]   2> 488399 T741 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
   [junit4]   2> 488399 T755 oasc.CachingDirectoryFactory.get return new directory for /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-Java7/solr/build/solr-core/test/J1/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty3-1375483068445//nodes_used_collection_shard1_replica1/data
   [junit4]   2> 488400 T755 oasc.SolrCore.getNewIndexDir New index directory detected: old=null new=/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-Java7/solr/build/solr-core/test/J1/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty3-1375483068445//nodes_used_collection_shard1_replica1/data/index/
   [junit4]   2> 488400 T769 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits: num=1
   [junit4]   2> 		commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@1b74fd63 lockFactory=org.apache.lucene.store.NativeFSLockFactory@36ed714b),segFN=segments_1,generation=1}
   [junit4]   2> 488400 T741 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Unknown key IMPORTANT NOTE
   [junit4]   2> 488401 T741 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Expected key, got STRING
   [junit4]   2> 488400 T755 oasc.SolrCore.initIndex WARN [nodes_used_collection_shard1_replica1] Solr index directory '/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-Java7/solr/build/solr-core/test/J1/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty3-1375483068445/nodes_used_collection_shard1_replica1/data/index' doesn't exist. Creating new index...
   [junit4]   2> 488402 T741 oasc.SolrCore.initDirectoryFactory org.apache.solr.core.MockDirectoryFactory
   [junit4]   2> 488401 T728 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits: num=1
   [junit4]   2> 		commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@6d1e4208 lockFactory=org.apache.lucene.store.NativeFSLockFactory@592e9eea),segFN=segments_1,generation=1}
   [junit4]   2> 488401 T769 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1
   [junit4]   2> 488403 T728 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1
   [junit4]   2> 488402 T741 oasc.SolrCore.<init> [nodes_used_collection_shard2_replica2] Opening new SolrCore at /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-Java7/solr/build/solr-core/test/J1/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty2-1375483066586/nodes_used_collection_shard2_replica2/, dataDir=/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-Java7/solr/build/solr-core/test/J1/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty2-1375483066586//nodes_used_collection_shard2_replica2/data/
   [junit4]   2> 488402 T755 oasc.CachingDirectoryFactory.get return new directory for /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-Java7/solr/build/solr-core/test/J1/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty3-1375483068445//nodes_used_collection_shard1_replica1/data/index
   [junit4]   2> 488404 T741 oasc.JmxMonitoredMap.<init> JMX monitoring is enabled. Adding Solr mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@1531dde4
   [junit4]   2> 488406 T741 oasc.CachingDirectoryFactory.get return new directory for /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-Java7/solr/build/solr-core/test/J1/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty2-1375483066586//nodes_used_collection_shard2_replica2/data
   [junit4]   2> 488406 T741 oasc.SolrCore.getNewIndexDir New index directory detected: old=null new=/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-Java7/solr/build/solr-core/test/J1/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty2-1375483066586//nodes_used_collection_shard2_replica2/data/index/
   [junit4]   2> 488407 T741 oasc.SolrCore.initIndex WARN [nodes_used_collection_shard2_replica2] Solr index directory '/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-Java7/solr/build/solr-core/test/J1/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty2-1375483066586/nodes_used_collection_shard2_replica2/data/index' doesn't exist. Creating new index...
   [junit4]   2> 488408 T741 oasc.CachingDirectoryFactory.get return new directory for /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-Java7/solr/build/solr-core/test/J1/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty2-1375483066586//nodes_used_collection_shard2_replica2/data/index
   [junit4]   2> 488409 T769 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe"
   [junit4]   2> 488410 T755 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits: num=1
   [junit4]   2> 		commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@56434d6 lockFactory=org.apache.lucene.store.NativeFSLockFactory@6e7d7591),segFN=segments_1,generation=1}
   [junit4]   2> 488410 T769 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "stored_sig"
   [junit4]   2> 488410 T728 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe"
   [junit4]   2> 488410 T755 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1
   [junit4]   2> 488411 T728 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "stored_sig"
   [junit4]   2> 488411 T769 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "distrib-dup-test-chain-implicit"
   [junit4]   2> 488413 T728 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "distrib-dup-test-chain-implicit"
   [junit4]   2> 488413 T769 oasc.RequestHandlers.initHandlersFromConfig created standard: solr.StandardRequestHandler
   [junit4]   2> 488413 T741 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits: num=1
   [junit4]   2> 		commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@3553bef0 lockFactory=org.apache.lucene.store.NativeFSLockFactory@1e216e62),segFN=segments_1,generation=1}
   [junit4]   2> 488414 T769 oasc.RequestHandlers.initHandlersFromConfig created /get: solr.RealTimeGetHandler
   [junit4]   2> 488415 T769 oasc.RequestHandlers.initHandlersFromConfig adding lazy requestHandler: solr.ReplicationHandler
   [junit4]   2> 488414 T741 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1
   [junit4]   2> 488414 T728 oasc.RequestHandlers.initHandlersFromConfig created standard: solr.StandardRequestHandler
   [junit4]   2> 488415 T769 oasc.RequestHandlers.initHandlersFromConfig created /replication: solr.ReplicationHandler
   [junit4]   2> 488416 T728 oasc.RequestHandlers.initHandlersFromConfig created /get: solr.RealTimeGetHandler
   [junit4]   2> 488417 T769 oasc.RequestHandlers.initHandlersFromConfig created /update: solr.UpdateRequestHandler
   [junit4]   2> 488417 T728 oasc.RequestHandlers.initHandlersFromConfig adding lazy requestHandler: solr.ReplicationHandler
   [junit4]   2> 488418 T769 oasc.RequestHandlers.initHandlersFromConfig created /admin/: org.apache.solr.handler.admin.AdminHandlers
   [junit4]   2> 488418 T728 oasc.RequestHandlers.initHandlersFromConfig created /replication: solr.ReplicationHandler
   [junit4]   2> 488418 T755 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe"
   [junit4]   2> 488419 T728 oasc.RequestHandlers.initHandlersFromConfig created /update: solr.UpdateRequestHandler
   [junit4]   2> 488419 T755 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "stored_sig"
   [junit4]   2> 488420 T728 oasc.RequestHandlers.initHandlersFromConfig created /admin/: org.apache.solr.handler.admin.AdminHandlers
   [junit4]   2> 488420 T755 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "distrib-dup-test-chain-implicit"
   [junit4]   2> 488421 T755 oasc.RequestHandlers.initHandlersFromConfig created standard: solr.StandardRequestHandler
   [junit4]   2> 488422 T741 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe"
   [junit4]   2> 488422 T755 oasc.RequestHandlers.initHandlersFromConfig created /get: solr.RealTimeGetHandler
   [junit4]   2> 488423 T755 oasc.RequestHandlers.initHandlersFromConfig adding lazy requestHandler: solr.ReplicationHandler
   [junit4]   2> 488422 T741 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "stored_sig"
   [junit4]   2> 488423 T755 oasc.RequestHandlers.initHandlersFromConfig created /replication: solr.ReplicationHandler
   [junit4]   2> 488424 T741 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "distrib-dup-test-chain-implicit"
   [junit4]   2> 488424 T755 oasc.RequestHandlers.initHandlersFromConfig created /update: solr.UpdateRequestHandler
   [junit4]   2> 488425 T741 oasc.RequestHandlers.initHandlersFromConfig created standard: solr.StandardRequestHandler
   [junit4]   2> 488425 T755 oasc.RequestHandlers.initHandlersFromConfig created /admin/: org.apache.solr.handler.admin.AdminHandlers
   [junit4]   2> 488426 T741 oasc.RequestHandlers.initHandlersFromConfig created /get: solr.RealTimeGetHandler
   [junit4]   2> 488426 T741 oasc.RequestHandlers.initHandlersFromConfig adding lazy requestHandler: solr.ReplicationHandler
   [junit4]   2> 488427 T741 oasc.RequestHandlers.initHandlersFromConfig created /replication: solr.ReplicationHandler
   [junit4]   2> 488427 T741 oasc.RequestHandlers.initHandlersFromConfig created /update: solr.UpdateRequestHandler
   [junit4]   2> 488428 T741 oasc.RequestHandlers.initHandlersFromConfig created /admin/: org.apache.solr.handler.admin.AdminHandlers
   [junit4]   2> 488450 T755 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 488450 T741 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 488450 T728 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 488450 T769 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 488463 T755 oass.SolrIndexSearcher.<init> Opening Searcher@6c4832dc main
   [junit4]   2> 488463 T741 oass.SolrIndexSearcher.<init> Opening Searcher@70a89b99 main
   [junit4]   2> 488463 T769 oass.SolrIndexSearcher.<init> Opening Searcher@148507ab main
   [junit4]   2> 488463 T728 oass.SolrIndexSearcher.<init> Opening Searcher@25708786 main
   [junit4]   2> 488465 T755 oasu.CommitTracker.<init> Hard AutoCommit: disabled
   [junit4]   2> 488465 T741 oasu.CommitTracker.<init> Hard AutoCommit: disabled
   [junit4]   2> 488466 T755 oasu.CommitTracker.<init> Soft AutoCommit: disabled
   [junit4]   2> 488466 T728 oasu.CommitTracker.<init> Hard AutoCommit: disabled
   [junit4]   2> 488466 T769 oasu.CommitTracker.<init> Hard AutoCommit: disabled
   [junit4]   2> 488466 T741 oasu.CommitTracker.<init> Soft AutoCommit: disabled
   [junit4]   2> 488467 T769 oasu.CommitTracker.<init> Soft AutoCommit: disabled
   [junit4]   2> 488467 T728 oasu.CommitTracker.<init> Soft AutoCommit: disabled
   [junit4]   2> 488472 T785 oasc.SolrCore.registerSearcher [nodes_used_collection_shard1_replica1] Registered new searcher Searcher@6c4832dc main{StandardDirectoryReader(segments_1:1)}
   [junit4]   2> 488473 T788 oasc.SolrCore.registerSearcher [nodes_used_collection_shard2_replica2] Registered new searcher Searcher@70a89b99 main{StandardDirectoryReader(segments_1:1)}
   [junit4]   2> 488473 T787 oasc.SolrCore.registerSearcher [nodes_used_collection_shard2_replica1] Registered new searcher Searcher@148507ab main{StandardDirectoryReader(segments_1:1)}
   [junit4]   2> 488473 T786 oasc.SolrCore.registerSearcher [nodes_used_collection_shard1_replica2] Registered new searcher Searcher@25708786 main{StandardDirectoryReader(segments_1:1)}
   [junit4]   2> 488475 T755 oasc.CoreContainer.registerCore registering core: nodes_used_collection_shard1_replica1
   [junit4]   2> 488475 T755 oasc.ZkController.register Register replica - core:nodes_used_collection_shard1_replica1 address:http://127.0.0.1:21018 collection:nodes_used_collection shard:shard1
   [junit4]   2> 488476 T755 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=10000&maxConnectionsPerHost=20&connTimeout=15000&socketTimeout=30000&retry=false
   [junit4]   2> 488476 T741 oasc.CoreContainer.registerCore registering core: nodes_used_collection_shard2_replica2
   [junit4]   2> 488477 T728 oasc.CoreContainer.registerCore registering core: nodes_used_collection_shard1_replica2
   [junit4]   2> 488476 T769 oasc.CoreContainer.registerCore registering core: nodes_used_collection_shard2_replica1
   [junit4]   2> 488477 T728 oasc.ZkController.register Register replica - core:nodes_used_collection_shard1_replica2 address:http://127.0.0.1:21012 collection:nodes_used_collection shard:shard1
   [junit4]   2> 488477 T741 oasc.ZkController.register Register replica - core:nodes_used_collection_shard2_replica2 address:http://127.0.0.1:21015 collection:nodes_used_collection shard:shard2
   [junit4]   2> 488478 T728 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=10000&maxConnectionsPerHost=20&connTimeout=15000&socketTimeout=30000&retry=false
   [junit4]   2> 488478 T769 oasc.ZkController.register Register replica - core:nodes_used_collection_shard2_replica1 address:http://127.0.0.1:21021 collection:nodes_used_collection shard:shard2
   [junit4]   2> 488479 T741 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=10000&maxConnectionsPerHost=20&connTimeout=15000&socketTimeout=30000&retry=false
   [junit4]   2> 488480 T769 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=10000&maxConnectionsPerHost=20&connTimeout=15000&socketTimeout=30000&retry=false
   [junit4]   2> 488507 T755 oascc.SolrZkClient.makePath makePath: /collections/nodes_used_collection/leader_elect/shard1/election
   [junit4]   2> 488508 T728 oascc.SolrZkClient.makePath makePath: /collections/nodes_used_collection/leader_elect/shard1/election
   [junit4]   2> 488508 T769 oascc.SolrZkClient.makePath makePath: /collections/nodes_used_collection/leader_elect/shard2/election
   [junit4]   2> 488507 T741 oascc.SolrZkClient.makePath makePath: /collections/nodes_used_collection/leader_elect/shard2/election
   [junit4]   2> 488546 T728 oasc.ShardLeaderElectionContext.runLeaderProcess Running the leader process for shard shard1
   [junit4]   2> 488553 T741 oasc.ShardLeaderElectionContext.runLeaderProcess Running the leader process for shard shard2
   [junit4]   2> 488565 T728 oasc.ShardLeaderElectionContext.waitForReplicasToComeUp Enough replicas found to continue.
   [junit4]   2> 488566 T741 oasc.ShardLeaderElectionContext.waitForReplicasToComeUp Enough replicas found to continue.
   [junit4]   2> 488566 T728 oasc.ShardLeaderElectionContext.runLeaderProcess I may be the new leader - try and sync
   [junit4]   2> 488566 T741 oasc.ShardLeaderElectionContext.runLeaderProcess I may be the new leader - try and sync
   [junit4]   2> 488567 T728 oasc.SyncStrategy.sync Sync replicas to http://127.0.0.1:21012/nodes_used_collection_shard1_replica2/
   [junit4]   2> 488567 T741 oasc.SyncStrategy.sync Sync replicas to http://127.0.0.1:21015/nodes_used_collection_shard2_replica2/
   [junit4]   2> 488568 T728 oasu.PeerSync.sync PeerSync: core=nodes_used_collection_shard1_replica2 url=http://127.0.0.1:21012 START replicas=[http://127.0.0.1:21018/nodes_used_collection_shard1_replica1/] nUpdates=100
   [junit4]   2> 488568 T741 oasu.PeerSync.sync PeerSync: core=nodes_used_collection_shard2_replica2 url=http://127.0.0.1:21015 START replicas=[http://127.0.0.1:21021/nodes_used_collection_shard2_replica1/] nUpdates=100
   [junit4]   2> 488569 T728 oasu.PeerSync.sync PeerSync: core=nodes_used_collection_shard1_replica2 url=http://127.0.0.1:21012 DONE.  We have no versions.  sync failed.
   [junit4]   2> 488569 T741 oasu.PeerSync.sync PeerSync: core=nodes_used_collection_shard2_replica2 url=http://127.0.0.1:21015 DONE.  We have no versions.  sync failed.
   [junit4]   2> 488570 T741 oasc.SyncStrategy.syncReplicas Leader's attempt to sync with shard failed, moving to the next candidate
   [junit4]   2> 488569 T728 oasc.SyncStrategy.syncReplicas Leader's attempt to sync with shard failed, moving to the next candidate
   [junit4]   2> 488571 T741 oasc.ShardLeaderElectionContext.runLeaderProcess We failed sync, but we have no versions - we can't sync in that case - we were active before, so become leader anyway
   [junit4]   2> 488571 T728 oasc.ShardLeaderElectionContext.runLeaderProcess We failed sync, but we have no versions - we can't sync in that case - we were active before, so become leader anyway
   [junit4]   2> 488572 T741 oasc.ShardLeaderElectionContext.runLeaderProcess I am the new leader: http://127.0.0.1:21015/nodes_used_collection_shard2_replica2/ shard2
   [junit4]   2> 488572 T728 oasc.ShardLeaderElectionContext.runLeaderProcess I am the new leader: http://127.0.0.1:21012/nodes_used_collection_shard1_replica2/ shard1
   [junit4]   2> 488573 T741 oascc.SolrZkClient.makePath makePath: /collections/nodes_used_collection/leaders/shard2
   [junit4]   2> 488573 T728 oascc.SolrZkClient.makePath makePath: /collections/nodes_used_collection/leaders/shard1
   [junit4]   2> ASYNC  NEW_CORE C540 name=nodes_used_collection_shard2_replica1 org.apache.solr.core.SolrCore@2a3a0362 url=http://127.0.0.1:21021/nodes_used_collection_shard2_replica1 node=127.0.0.1:21021_ C540_STATE=coll:nodes_used_collection core:nodes_used_collection_shard2_replica1 props:{state=down, core=nodes_used_collection_shard2_replica1, node_name=127.0.0.1:21021_, base_url=http://127.0.0.1:21021}
   [junit4]   2> 488579 T770 C540 P21021 oasc.SolrCore.execute [nodes_used_collection_shard2_replica1] webapp= path=/get params={getVersions=100&distrib=false&wt=javabin&qt=/get&version=2} status=0 QTime=1 
   [junit4]   2> ASYNC  NEW_CORE C541 name=nodes_used_collection_shard1_replica1 org.apache.solr.core.SolrCore@83bb52a url=http://127.0.0.1:21018/nodes_used_collection_shard1_replica1 node=127.0.0.1:21018_ C541_STATE=coll:nodes_used_collection core:nodes_used_collection_shard1_replica1 props:{state=down, core=nodes_used_collection_shard1_replica1, node_name=127.0.0.1:21018_, base_url=http://127.0.0.1:21018}
   [junit4]   2> 488579 T756 C541 P21018 oasc.SolrCore.execute [nodes_used_collection_shard1_replica1] webapp= path=/get params={getVersions=100&distrib=false&wt=javabin&qt=/get&version=2} status=0 QTime=0 
   [junit4]   2> 489363 T720 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
   [junit4]   2> 489401

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

10FF72B684F:F8956F1780740873]: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.CollectionsAPIDistributedZkTest.testCustomCollectionsAPI(CollectionsAPIDistributedZkTest.java:764)
   [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:724)
   [junit4]    > Caused by: org.apache.http.conn.ConnectTimeoutException: Connect to 127.0.0.1:21012 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]    > 	... 44 more
   [junit4]   2> 613934 T697 oas.SolrTestCaseJ4.deleteCore ###deleteCore
   [junit4]   2> 137669 T696 ccr.ThreadLeakControl.checkThreadLeaks WARNING Will linger awaiting termination of 2 leaked thread(s).
   [junit4]   2> 614964 T779 oasc.LeaderElector$1.process WARN  org.apache.zookeeper.KeeperException$SessionExpiredException: KeeperErrorCode = Session expired for /collections/new_implicit_coll_0/leader_elect/a/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> 614965 T779 oasc.LeaderElector$1.process WARN  org.apache.zookeeper.KeeperException$SessionExpiredException: KeeperErrorCode = Session expired for /collections/new_implicit_coll_0/leader_elect/d/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> 614965 T779 oasc.LeaderElector$1.process WARN  org.apache.zookeeper.KeeperException$SessionExpiredException: KeeperErrorCode = Session expired for /collections/new_implicit_coll_1/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> 614966 T779 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> 614966 T779 oascc.ZkStateReader$3.process WARN ZooKeeper watch triggered, but Solr cannot talk to ZK
   [junit4]   2> 614966 T779 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> 614967 T779 oascc.ZkStateReader$2.process WARN ZooKeeper watch triggered, but Solr cannot talk to ZK
   [junit4]   2> NOTE: test params are: codec=Asserting, sim=RandomSimilarityProvider(queryNorm=true,coord=yes): {}, locale=en_NZ, timezone=Australia/Eucla
   [junit4]   2> NOTE: FreeBSD 9.1-RELEASE-p3 amd64/Oracle Corporation 1.7.0_25 (64-bit)/cpus=16,threads=10,free=234742224,total=503316480
   [junit4]   2> NOTE: All tests run in this JVM: [MultiTermTest, RequestHandlersTest, TestAnalyzedSuggestions, DisMaxRequestHandlerTest, ShardSplitTest, TestPostingsSolrHighlighter, IndexBasedSpellCheckerTest, ChaosMonkeySafeLeaderTest, TestOmitPositions, TestDistributedGrouping, DistanceFunctionTest, TestSchemaSimilarityResource, StatsComponentTest, CollectionsAPIDistributedZkTest]
   [junit4] Completed on J1 in 138.97s, 1 test, 1 error <<< FAILURES!

[...truncated 824 lines...]
BUILD FAILED
/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-Java7/build.xml:389: The following error occurred while executing this line:
/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-Java7/build.xml:369: The following error occurred while executing this line:
/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-Java7/build.xml:39: The following error occurred while executing this line:
/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-Java7/solr/build.xml:181: The following error occurred while executing this line:
/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-Java7/solr/common-build.xml:449: The following error occurred while executing this line:
/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-Java7/lucene/common-build.xml:1230: The following error occurred while executing this line:
/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-Java7/lucene/common-build.xml:873: There were test failures: 320 suites, 1347 tests, 1 error, 34 ignored (6 assumptions)

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



[JENKINS] Lucene-Solr-Tests-trunk-Java7 - Build # 4203 - Still Failing

Posted by Apache Jenkins Server <je...@builds.apache.org>.
Build: https://builds.apache.org/job/Lucene-Solr-Tests-trunk-Java7/4203/

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

Error Message:
IOException occured when talking to server at: http://127.0.0.1:41235

Stack Trace:
org.apache.solr.client.solrj.SolrServerException: IOException occured when talking to server at: http://127.0.0.1:41235
	at __randomizedtesting.SeedInfo.seed([968421379C2A96E1:1762AF2FEB75F6DD]: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.CollectionsAPIDistributedZkTest.testCustomCollectionsAPI(CollectionsAPIDistributedZkTest.java:764)
	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:606)
	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:724)
Caused by: org.apache.http.conn.ConnectTimeoutException: Connect to 127.0.0.1:41235 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)
	... 44 more




Build Log:
[...truncated 9483 lines...]
   [junit4] Suite: org.apache.solr.cloud.CollectionsAPIDistributedZkTest
   [junit4]   2> 236796 T651 oas.BaseDistributedSearchTestCase.initHostContext Setting hostContext system property: /
   [junit4]   2> 236802 T651 oas.SolrTestCaseJ4.setUp ###Starting testDistribSearch
   [junit4]   2> Creating dataDir: /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-Java7/solr/build/solr-core/test/J1/./solrtest-CollectionsAPIDistributedZkTest-1375459566783
   [junit4]   2> 236804 T651 oasc.ZkTestServer.run STARTING ZK TEST SERVER
   [junit4]   2> 236805 T652 oasc.ZkTestServer$ZKServerMain.runFromConfig Starting server
   [junit4]   2> 236905 T651 oasc.ZkTestServer.run start zk server on port:26321
   [junit4]   2> 236910 T651 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 236915 T658 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@48979a83 name:ZooKeeperConnection Watcher:127.0.0.1:26321 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 236915 T651 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 236915 T651 oascc.SolrZkClient.makePath makePath: /solr
   [junit4]   2> 236932 T651 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 236934 T660 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@5e98bc5c name:ZooKeeperConnection Watcher:127.0.0.1:26321/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 236934 T651 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 236935 T651 oascc.SolrZkClient.makePath makePath: /collections/collection1
   [junit4]   2> 236944 T651 oascc.SolrZkClient.makePath makePath: /collections/collection1/shards
   [junit4]   2> 236947 T651 oascc.SolrZkClient.makePath makePath: /collections/control_collection
   [junit4]   2> 236949 T651 oascc.SolrZkClient.makePath makePath: /collections/control_collection/shards
   [junit4]   2> 236952 T651 oasc.AbstractZkTestCase.putConfig put /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-Java7/solr/build/solr-core/test-files/solr/collection1/conf/solrconfig-tlog.xml to /configs/conf1/solrconfig.xml
   [junit4]   2> 236953 T651 oascc.SolrZkClient.makePath makePath: /configs/conf1/solrconfig.xml
   [junit4]   2> 236964 T651 oasc.AbstractZkTestCase.putConfig put /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-Java7/solr/build/solr-core/test-files/solr/collection1/conf/schema.xml to /configs/conf1/schema.xml
   [junit4]   2> 236965 T651 oascc.SolrZkClient.makePath makePath: /configs/conf1/schema.xml
   [junit4]   2> 237069 T651 oasc.AbstractZkTestCase.putConfig put /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-Java7/solr/build/solr-core/test-files/solr/collection1/conf/stopwords.txt to /configs/conf1/stopwords.txt
   [junit4]   2> 237070 T651 oascc.SolrZkClient.makePath makePath: /configs/conf1/stopwords.txt
   [junit4]   2> 237074 T651 oasc.AbstractZkTestCase.putConfig put /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-Java7/solr/build/solr-core/test-files/solr/collection1/conf/protwords.txt to /configs/conf1/protwords.txt
   [junit4]   2> 237074 T651 oascc.SolrZkClient.makePath makePath: /configs/conf1/protwords.txt
   [junit4]   2> 237084 T651 oasc.AbstractZkTestCase.putConfig put /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-Java7/solr/build/solr-core/test-files/solr/collection1/conf/currency.xml to /configs/conf1/currency.xml
   [junit4]   2> 237085 T651 oascc.SolrZkClient.makePath makePath: /configs/conf1/currency.xml
   [junit4]   2> 237089 T651 oasc.AbstractZkTestCase.putConfig put /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-Java7/solr/build/solr-core/test-files/solr/collection1/conf/open-exchange-rates.json to /configs/conf1/open-exchange-rates.json
   [junit4]   2> 237089 T651 oascc.SolrZkClient.makePath makePath: /configs/conf1/open-exchange-rates.json
   [junit4]   2> 237093 T651 oasc.AbstractZkTestCase.putConfig put /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-Java7/solr/build/solr-core/test-files/solr/collection1/conf/mapping-ISOLatin1Accent.txt to /configs/conf1/mapping-ISOLatin1Accent.txt
   [junit4]   2> 237094 T651 oascc.SolrZkClient.makePath makePath: /configs/conf1/mapping-ISOLatin1Accent.txt
   [junit4]   2> 237097 T651 oasc.AbstractZkTestCase.putConfig put /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-Java7/solr/build/solr-core/test-files/solr/collection1/conf/old_synonyms.txt to /configs/conf1/old_synonyms.txt
   [junit4]   2> 237098 T651 oascc.SolrZkClient.makePath makePath: /configs/conf1/old_synonyms.txt
   [junit4]   2> 237102 T651 oasc.AbstractZkTestCase.putConfig put /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-Java7/solr/build/solr-core/test-files/solr/collection1/conf/synonyms.txt to /configs/conf1/synonyms.txt
   [junit4]   2> 237102 T651 oascc.SolrZkClient.makePath makePath: /configs/conf1/synonyms.txt
   [junit4]   2> 237410 T651 oejs.Server.doStart jetty-8.1.10.v20130312
   [junit4]   2> 237420 T651 oejs.AbstractConnector.doStart Started SocketConnector@127.0.0.1:52762
   [junit4]   2> 237421 T651 oass.SolrDispatchFilter.init SolrDispatchFilter.init()
   [junit4]   2> 237422 T651 oasc.SolrResourceLoader.locateSolrHome JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 237422 T651 oasc.SolrResourceLoader.locateSolrHome using system property solr.solr.home: /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-Java7/solr/build/solr-core/test/J1/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-controljetty-1375459567087
   [junit4]   2> 237423 T651 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-Java7/solr/build/solr-core/test/J1/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-controljetty-1375459567087/'
   [junit4]   2> 237461 T651 oasc.ConfigSolr.fromFile Loading container configuration from /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-Java7/solr/build/solr-core/test/J1/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-controljetty-1375459567087/solr.xml
   [junit4]   2> 237551 T651 oasc.ConfigSolrXml.<init> Config-defined core root directory: 
   [junit4]   2> 237552 T651 oasc.CoreContainer.<init> New CoreContainer 2113083990
   [junit4]   2> 237553 T651 oasc.CoreContainer.load Loading cores into CoreContainer [instanceDir=/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-Java7/solr/build/solr-core/test/J1/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-controljetty-1375459567087/]
   [junit4]   2> 237555 T651 oashc.HttpShardHandlerFactory.getParameter Setting socketTimeout to: 120000
   [junit4]   2> 237555 T651 oashc.HttpShardHandlerFactory.getParameter Setting urlScheme to: http://
   [junit4]   2> 237555 T651 oashc.HttpShardHandlerFactory.getParameter Setting connTimeout to: 15000
   [junit4]   2> 237556 T651 oashc.HttpShardHandlerFactory.getParameter Setting maxConnectionsPerHost to: 20
   [junit4]   2> 237556 T651 oashc.HttpShardHandlerFactory.getParameter Setting corePoolSize to: 0
   [junit4]   2> 237557 T651 oashc.HttpShardHandlerFactory.getParameter Setting maximumPoolSize to: 2147483647
   [junit4]   2> 237557 T651 oashc.HttpShardHandlerFactory.getParameter Setting maxThreadIdleTime to: 5
   [junit4]   2> 237558 T651 oashc.HttpShardHandlerFactory.getParameter Setting sizeOfQueue to: -1
   [junit4]   2> 237558 T651 oashc.HttpShardHandlerFactory.getParameter Setting fairnessPolicy to: false
   [junit4]   2> 237559 T651 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnectionsPerHost=20&maxConnections=10000&socketTimeout=120000&connTimeout=15000&retry=false
   [junit4]   2> 237577 T651 oasc.ZkContainer.initZooKeeper Zookeeper client=127.0.0.1:26321/solr
   [junit4]   2> 237578 T651 oasc.ZkController.checkChrootPath zkHost includes chroot
   [junit4]   2> 237579 T651 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 237582 T671 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@b682a4b name:ZooKeeperConnection Watcher:127.0.0.1:26321 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 237582 T651 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 237596 T651 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=500&maxConnectionsPerHost=16&socketTimeout=120000&connTimeout=15000
   [junit4]   2> 237610 T651 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 237612 T673 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@474cc58 name:ZooKeeperConnection Watcher:127.0.0.1:26321/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 237612 T651 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 237615 T651 oascc.SolrZkClient.makePath makePath: /overseer/queue
   [junit4]   2> 237627 T651 oascc.SolrZkClient.makePath makePath: /overseer/collection-queue-work
   [junit4]   2> 237630 T651 oascc.SolrZkClient.makePath makePath: /live_nodes
   [junit4]   2> 237633 T651 oasc.ZkController.createEphemeralLiveNode Register node as live in ZooKeeper:/live_nodes/127.0.0.1:52762_
   [junit4]   2> 237640 T651 oascc.SolrZkClient.makePath makePath: /live_nodes/127.0.0.1:52762_
   [junit4]   2> 237643 T651 oascc.SolrZkClient.makePath makePath: /overseer_elect/election
   [junit4]   2> 237661 T651 oascc.SolrZkClient.makePath makePath: /overseer_elect/leader
   [junit4]   2> 237664 T651 oasc.Overseer.start Overseer (id=90142118169149443-127.0.0.1:52762_-n_0000000000) starting
   [junit4]   2> 237670 T651 oascc.SolrZkClient.makePath makePath: /overseer/queue-work
   [junit4]   2> 237683 T675 oasc.OverseerCollectionProcessor.run Process current queue of collection creations
   [junit4]   2> 237684 T651 oascc.SolrZkClient.makePath makePath: /clusterstate.json
   [junit4]   2> 237687 T651 oascc.SolrZkClient.makePath makePath: /aliases.json
   [junit4]   2> 237694 T651 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
   [junit4]   2> 237697 T674 oasc.Overseer$ClusterStateUpdater.run Starting to work on the main queue
   [junit4]   2> 237701 T651 oasc.CorePropertiesLocator.discover Looking for core definitions underneath /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-Java7/solr/build/solr-core/test/J1/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-controljetty-1375459567087
   [junit4]   2> 237892 T651 oasc.CorePropertiesLocator.discoverUnder Found core conf in /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-Java7/solr/build/solr-core/test/J1/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-controljetty-1375459567087/conf/
   [junit4]   2> 237897 T651 oasc.CorePropertiesLocator.discover Found 1 core definitions
   [junit4]   2> 237898 T651 oass.SolrDispatchFilter.init user.dir=/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-Java7/solr/build/solr-core/test/J1
   [junit4]   2> 237898 T651 oass.SolrDispatchFilter.init SolrDispatchFilter.init() done
   [junit4]   2> 237899 T651 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=128&maxConnectionsPerHost=32&followRedirects=false
   [junit4]   2> 237918 T651 oascsi.HttpClientUtil.createClient Creating new http client, config:
   [junit4]   2> 237926 T651 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 237928 T678 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@2c8c0902 name:ZooKeeperConnection Watcher:127.0.0.1:26321/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 237929 T651 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 237931 T651 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
   [junit4]   2> 237934 T651 oasc.ChaosMonkey.monkeyLog monkey: init - expire sessions:true cause connection loss:true
   [junit4]   2> 238237 T651 oejs.Server.doStart jetty-8.1.10.v20130312
   [junit4]   2> 238240 T651 oejs.AbstractConnector.doStart Started SocketConnector@127.0.0.1:41235
   [junit4]   2> 238241 T651 oass.SolrDispatchFilter.init SolrDispatchFilter.init()
   [junit4]   2> 238242 T651 oasc.SolrResourceLoader.locateSolrHome JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 238242 T651 oasc.SolrResourceLoader.locateSolrHome using system property solr.solr.home: /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-Java7/solr/build/solr-core/test/J1/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty1-1375459567914
   [junit4]   2> 238242 T651 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-Java7/solr/build/solr-core/test/J1/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty1-1375459567914/'
   [junit4]   2> 238283 T651 oasc.ConfigSolr.fromFile Loading container configuration from /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-Java7/solr/build/solr-core/test/J1/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty1-1375459567914/solr.xml
   [junit4]   2> 238389 T651 oasc.ConfigSolrXml.<init> Config-defined core root directory: 
   [junit4]   2> 238390 T651 oasc.CoreContainer.<init> New CoreContainer 1992958454
   [junit4]   2> 238391 T651 oasc.CoreContainer.load Loading cores into CoreContainer [instanceDir=/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-Java7/solr/build/solr-core/test/J1/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty1-1375459567914/]
   [junit4]   2> 238392 T651 oashc.HttpShardHandlerFactory.getParameter Setting socketTimeout to: 120000
   [junit4]   2> 238393 T651 oashc.HttpShardHandlerFactory.getParameter Setting urlScheme to: http://
   [junit4]   2> 238393 T651 oashc.HttpShardHandlerFactory.getParameter Setting connTimeout to: 15000
   [junit4]   2> 238394 T651 oashc.HttpShardHandlerFactory.getParameter Setting maxConnectionsPerHost to: 20
   [junit4]   2> 238394 T651 oashc.HttpShardHandlerFactory.getParameter Setting corePoolSize to: 0
   [junit4]   2> 238395 T651 oashc.HttpShardHandlerFactory.getParameter Setting maximumPoolSize to: 2147483647
   [junit4]   2> 238395 T651 oashc.HttpShardHandlerFactory.getParameter Setting maxThreadIdleTime to: 5
   [junit4]   2> 238395 T651 oashc.HttpShardHandlerFactory.getParameter Setting sizeOfQueue to: -1
   [junit4]   2> 238396 T651 oashc.HttpShardHandlerFactory.getParameter Setting fairnessPolicy to: false
   [junit4]   2> 238396 T651 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnectionsPerHost=20&maxConnections=10000&socketTimeout=120000&connTimeout=15000&retry=false
   [junit4]   2> 238415 T651 oasc.ZkContainer.initZooKeeper Zookeeper client=127.0.0.1:26321/solr
   [junit4]   2> 238415 T651 oasc.ZkController.checkChrootPath zkHost includes chroot
   [junit4]   2> 238417 T651 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 238420 T689 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@6c2ab6dd name:ZooKeeperConnection Watcher:127.0.0.1:26321 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 238420 T651 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 238437 T651 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=500&maxConnectionsPerHost=16&socketTimeout=120000&connTimeout=15000
   [junit4]   2> 238449 T651 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 238452 T691 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@1c6e3df4 name:ZooKeeperConnection Watcher:127.0.0.1:26321/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 238452 T651 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 238464 T651 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
   [junit4]   2> 239468 T651 oasc.ZkController.createEphemeralLiveNode Register node as live in ZooKeeper:/live_nodes/127.0.0.1:41235_
   [junit4]   2> 239472 T651 oascc.SolrZkClient.makePath makePath: /live_nodes/127.0.0.1:41235_
   [junit4]   2> 239476 T678 oascc.ZkStateReader$3.process Updating live nodes... (2)
   [junit4]   2> 239476 T691 oascc.ZkStateReader$3.process Updating live nodes... (2)
   [junit4]   2> 239476 T673 oascc.ZkStateReader$3.process Updating live nodes... (2)
   [junit4]   2> 239501 T651 oasc.CorePropertiesLocator.discover Looking for core definitions underneath /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-Java7/solr/build/solr-core/test/J1/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty1-1375459567914
   [junit4]   2> 239677 T651 oasc.CorePropertiesLocator.discoverUnder Found core conf in /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-Java7/solr/build/solr-core/test/J1/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty1-1375459567914/conf/
   [junit4]   2> 239681 T651 oasc.CorePropertiesLocator.discover Found 1 core definitions
   [junit4]   2> 239682 T651 oass.SolrDispatchFilter.init user.dir=/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-Java7/solr/build/solr-core/test/J1
   [junit4]   2> 239682 T651 oass.SolrDispatchFilter.init SolrDispatchFilter.init() done
   [junit4]   2> 239683 T651 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=128&maxConnectionsPerHost=32&followRedirects=false
   [junit4]   2> 240010 T651 oejs.Server.doStart jetty-8.1.10.v20130312
   [junit4]   2> 240013 T651 oejs.AbstractConnector.doStart Started SocketConnector@127.0.0.1:45987
   [junit4]   2> 240014 T651 oass.SolrDispatchFilter.init SolrDispatchFilter.init()
   [junit4]   2> 240015 T651 oasc.SolrResourceLoader.locateSolrHome JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 240015 T651 oasc.SolrResourceLoader.locateSolrHome using system property solr.solr.home: /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-Java7/solr/build/solr-core/test/J1/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty2-1375459569680
   [junit4]   2> 240015 T651 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-Java7/solr/build/solr-core/test/J1/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty2-1375459569680/'
   [junit4]   2> 240047 T651 oasc.ConfigSolr.fromFile Loading container configuration from /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-Java7/solr/build/solr-core/test/J1/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty2-1375459569680/solr.xml
   [junit4]   2> 240115 T651 oasc.ConfigSolrXml.<init> Config-defined core root directory: 
   [junit4]   2> 240115 T651 oasc.CoreContainer.<init> New CoreContainer 1793160427
   [junit4]   2> 240116 T651 oasc.CoreContainer.load Loading cores into CoreContainer [instanceDir=/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-Java7/solr/build/solr-core/test/J1/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty2-1375459569680/]
   [junit4]   2> 240117 T651 oashc.HttpShardHandlerFactory.getParameter Setting socketTimeout to: 120000
   [junit4]   2> 240117 T651 oashc.HttpShardHandlerFactory.getParameter Setting urlScheme to: http://
   [junit4]   2> 240118 T651 oashc.HttpShardHandlerFactory.getParameter Setting connTimeout to: 15000
   [junit4]   2> 240118 T651 oashc.HttpShardHandlerFactory.getParameter Setting maxConnectionsPerHost to: 20
   [junit4]   2> 240118 T651 oashc.HttpShardHandlerFactory.getParameter Setting corePoolSize to: 0
   [junit4]   2> 240118 T651 oashc.HttpShardHandlerFactory.getParameter Setting maximumPoolSize to: 2147483647
   [junit4]   2> 240119 T651 oashc.HttpShardHandlerFactory.getParameter Setting maxThreadIdleTime to: 5
   [junit4]   2> 240119 T651 oashc.HttpShardHandlerFactory.getParameter Setting sizeOfQueue to: -1
   [junit4]   2> 240119 T651 oashc.HttpShardHandlerFactory.getParameter Setting fairnessPolicy to: false
   [junit4]   2> 240120 T651 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnectionsPerHost=20&maxConnections=10000&socketTimeout=120000&connTimeout=15000&retry=false
   [junit4]   2> 240131 T651 oasc.ZkContainer.initZooKeeper Zookeeper client=127.0.0.1:26321/solr
   [junit4]   2> 240132 T651 oasc.ZkController.checkChrootPath zkHost includes chroot
   [junit4]   2> 240132 T651 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 240161 T703 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@1869758d name:ZooKeeperConnection Watcher:127.0.0.1:26321 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 240161 T651 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 240164 T651 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=500&maxConnectionsPerHost=16&socketTimeout=120000&connTimeout=15000
   [junit4]   2> 240172 T651 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 240174 T705 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@15d046c3 name:ZooKeeperConnection Watcher:127.0.0.1:26321/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 240174 T651 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 240187 T651 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
   [junit4]   2> 241191 T651 oasc.ZkController.createEphemeralLiveNode Register node as live in ZooKeeper:/live_nodes/127.0.0.1:45987_
   [junit4]   2> 241195 T651 oascc.SolrZkClient.makePath makePath: /live_nodes/127.0.0.1:45987_
   [junit4]   2> 241199 T678 oascc.ZkStateReader$3.process Updating live nodes... (3)
   [junit4]   2> 241199 T673 oascc.ZkStateReader$3.process Updating live nodes... (3)
   [junit4]   2> 241199 T691 oascc.ZkStateReader$3.process Updating live nodes... (3)
   [junit4]   2> 241199 T705 oascc.ZkStateReader$3.process Updating live nodes... (3)
   [junit4]   2> 241212 T651 oasc.CorePropertiesLocator.discover Looking for core definitions underneath /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-Java7/solr/build/solr-core/test/J1/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty2-1375459569680
   [junit4]   2> 241382 T651 oasc.CorePropertiesLocator.discoverUnder Found core conf in /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-Java7/solr/build/solr-core/test/J1/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty2-1375459569680/conf/
   [junit4]   2> 241383 T651 oasc.CorePropertiesLocator.discover Found 1 core definitions
   [junit4]   2> 241384 T651 oass.SolrDispatchFilter.init user.dir=/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-Java7/solr/build/solr-core/test/J1
   [junit4]   2> 241385 T651 oass.SolrDispatchFilter.init SolrDispatchFilter.init() done
   [junit4]   2> 241385 T651 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=128&maxConnectionsPerHost=32&followRedirects=false
   [junit4]   2> 241711 T651 oejs.Server.doStart jetty-8.1.10.v20130312
   [junit4]   2> 241714 T651 oejs.AbstractConnector.doStart Started SocketConnector@127.0.0.1:63024
   [junit4]   2> 241715 T651 oass.SolrDispatchFilter.init SolrDispatchFilter.init()
   [junit4]   2> 241715 T651 oasc.SolrResourceLoader.locateSolrHome JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 241716 T651 oasc.SolrResourceLoader.locateSolrHome using system property solr.solr.home: /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-Java7/solr/build/solr-core/test/J1/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty3-1375459571383
   [junit4]   2> 241716 T651 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-Java7/solr/build/solr-core/test/J1/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty3-1375459571383/'
   [junit4]   2> 241757 T651 oasc.ConfigSolr.fromFile Loading container configuration from /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-Java7/solr/build/solr-core/test/J1/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty3-1375459571383/solr.xml
   [junit4]   2> 241854 T651 oasc.ConfigSolrXml.<init> Config-defined core root directory: 
   [junit4]   2> 241855 T651 oasc.CoreContainer.<init> New CoreContainer 1837444680
   [junit4]   2> 241856 T651 oasc.CoreContainer.load Loading cores into CoreContainer [instanceDir=/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-Java7/solr/build/solr-core/test/J1/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty3-1375459571383/]
   [junit4]   2> 241857 T651 oashc.HttpShardHandlerFactory.getParameter Setting socketTimeout to: 120000
   [junit4]   2> 241858 T651 oashc.HttpShardHandlerFactory.getParameter Setting urlScheme to: http://
   [junit4]   2> 241858 T651 oashc.HttpShardHandlerFactory.getParameter Setting connTimeout to: 15000
   [junit4]   2> 241859 T651 oashc.HttpShardHandlerFactory.getParameter Setting maxConnectionsPerHost to: 20
   [junit4]   2> 241859 T651 oashc.HttpShardHandlerFactory.getParameter Setting corePoolSize to: 0
   [junit4]   2> 241860 T651 oashc.HttpShardHandlerFactory.getParameter Setting maximumPoolSize to: 2147483647
   [junit4]   2> 241860 T651 oashc.HttpShardHandlerFactory.getParameter Setting maxThreadIdleTime to: 5
   [junit4]   2> 241860 T651 oashc.HttpShardHandlerFactory.getParameter Setting sizeOfQueue to: -1
   [junit4]   2> 241861 T651 oashc.HttpShardHandlerFactory.getParameter Setting fairnessPolicy to: false
   [junit4]   2> 241861 T651 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnectionsPerHost=20&maxConnections=10000&socketTimeout=120000&connTimeout=15000&retry=false
   [junit4]   2> 241881 T651 oasc.ZkContainer.initZooKeeper Zookeeper client=127.0.0.1:26321/solr
   [junit4]   2> 241881 T651 oasc.ZkController.checkChrootPath zkHost includes chroot
   [junit4]   2> 241882 T651 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 241885 T717 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@3935a60b name:ZooKeeperConnection Watcher:127.0.0.1:26321 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 241885 T651 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 241888 T651 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=500&maxConnectionsPerHost=16&socketTimeout=120000&connTimeout=15000
   [junit4]   2> 241902 T651 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 241904 T719 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@1e8c9aca name:ZooKeeperConnection Watcher:127.0.0.1:26321/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 241905 T651 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 241916 T651 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
   [junit4]   2> 242920 T651 oasc.ZkController.createEphemeralLiveNode Register node as live in ZooKeeper:/live_nodes/127.0.0.1:63024_
   [junit4]   2> 242926 T651 oascc.SolrZkClient.makePath makePath: /live_nodes/127.0.0.1:63024_
   [junit4]   2> 242930 T678 oascc.ZkStateReader$3.process Updating live nodes... (4)
   [junit4]   2> 242930 T673 oascc.ZkStateReader$3.process Updating live nodes... (4)
   [junit4]   2> 242930 T705 oascc.ZkStateReader$3.process Updating live nodes... (4)
   [junit4]   2> 242930 T691 oascc.ZkStateReader$3.process Updating live nodes... (4)
   [junit4]   2> 242930 T719 oascc.ZkStateReader$3.process Updating live nodes... (4)
   [junit4]   2> 242947 T651 oasc.CorePropertiesLocator.discover Looking for core definitions underneath /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-Java7/solr/build/solr-core/test/J1/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty3-1375459571383
   [junit4]   2> 243125 T651 oasc.CorePropertiesLocator.discoverUnder Found core conf in /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-Java7/solr/build/solr-core/test/J1/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty3-1375459571383/conf/
   [junit4]   2> 243127 T651 oasc.CorePropertiesLocator.discover Found 1 core definitions
   [junit4]   2> 243127 T651 oass.SolrDispatchFilter.init user.dir=/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-Java7/solr/build/solr-core/test/J1
   [junit4]   2> 243128 T651 oass.SolrDispatchFilter.init SolrDispatchFilter.init() done
   [junit4]   2> 243128 T651 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=128&maxConnectionsPerHost=32&followRedirects=false
   [junit4]   2> 243454 T651 oejs.Server.doStart jetty-8.1.10.v20130312
   [junit4]   2> 243457 T651 oejs.AbstractConnector.doStart Started SocketConnector@127.0.0.1:12213
   [junit4]   2> 243458 T651 oass.SolrDispatchFilter.init SolrDispatchFilter.init()
   [junit4]   2> 243458 T651 oasc.SolrResourceLoader.locateSolrHome JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 243458 T651 oasc.SolrResourceLoader.locateSolrHome using system property solr.solr.home: /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-Java7/solr/build/solr-core/test/J1/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty4-1375459573126
   [junit4]   2> 243459 T651 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-Java7/solr/build/solr-core/test/J1/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty4-1375459573126/'
   [junit4]   2> 243496 T651 oasc.ConfigSolr.fromFile Loading container configuration from /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-Java7/solr/build/solr-core/test/J1/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty4-1375459573126/solr.xml
   [junit4]   2> 243578 T651 oasc.ConfigSolrXml.<init> Config-defined core root directory: 
   [junit4]   2> 243579 T651 oasc.CoreContainer.<init> New CoreContainer 1676756704
   [junit4]   2> 243579 T651 oasc.CoreContainer.load Loading cores into CoreContainer [instanceDir=/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-Java7/solr/build/solr-core/test/J1/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty4-1375459573126/]
   [junit4]   2> 243581 T651 oashc.HttpShardHandlerFactory.getParameter Setting socketTimeout to: 120000
   [junit4]   2> 243581 T651 oashc.HttpShardHandlerFactory.getParameter Setting urlScheme to: http://
   [junit4]   2> 243582 T651 oashc.HttpShardHandlerFactory.getParameter Setting connTimeout to: 15000
   [junit4]   2> 243582 T651 oashc.HttpShardHandlerFactory.getParameter Setting maxConnectionsPerHost to: 20
   [junit4]   2> 243583 T651 oashc.HttpShardHandlerFactory.getParameter Setting corePoolSize to: 0
   [junit4]   2> 243583 T651 oashc.HttpShardHandlerFactory.getParameter Setting maximumPoolSize to: 2147483647
   [junit4]   2> 243583 T651 oashc.HttpShardHandlerFactory.getParameter Setting maxThreadIdleTime to: 5
   [junit4]   2> 243584 T651 oashc.HttpShardHandlerFactory.getParameter Setting sizeOfQueue to: -1
   [junit4]   2> 243584 T651 oashc.HttpShardHandlerFactory.getParameter Setting fairnessPolicy to: false
   [junit4]   2> 243585 T651 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnectionsPerHost=20&maxConnections=10000&socketTimeout=120000&connTimeout=15000&retry=false
   [junit4]   2> 243601 T651 oasc.ZkContainer.initZooKeeper Zookeeper client=127.0.0.1:26321/solr
   [junit4]   2> 243602 T651 oasc.ZkController.checkChrootPath zkHost includes chroot
   [junit4]   2> 243603 T651 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 243606 T731 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@48c7f2f1 name:ZooKeeperConnection Watcher:127.0.0.1:26321 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 243606 T651 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 243609 T651 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=500&maxConnectionsPerHost=16&socketTimeout=120000&connTimeout=15000
   [junit4]   2> 243623 T651 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 243625 T733 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@24754ece name:ZooKeeperConnection Watcher:127.0.0.1:26321/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 243625 T651 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 243638 T651 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
   [junit4]   2> 244642 T651 oasc.ZkController.createEphemeralLiveNode Register node as live in ZooKeeper:/live_nodes/127.0.0.1:12213_
   [junit4]   2> 244646 T651 oascc.SolrZkClient.makePath makePath: /live_nodes/127.0.0.1:12213_
   [junit4]   2> 244650 T705 oascc.ZkStateReader$3.process Updating live nodes... (5)
   [junit4]   2> 244650 T719 oascc.ZkStateReader$3.process Updating live nodes... (5)
   [junit4]   2> 244651 T691 oascc.ZkStateReader$3.process Updating live nodes... (5)
   [junit4]   2> 244651 T673 oascc.ZkStateReader$3.process Updating live nodes... (5)
   [junit4]   2> 244650 T678 oascc.ZkStateReader$3.process Updating live nodes... (5)
   [junit4]   2> 244651 T733 oascc.ZkStateReader$3.process Updating live nodes... (5)
   [junit4]   2> 244667 T651 oasc.CorePropertiesLocator.discover Looking for core definitions underneath /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-Java7/solr/build/solr-core/test/J1/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty4-1375459573126
   [junit4]   2> 244819 T651 oasc.CorePropertiesLocator.discoverUnder Found core conf in /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-Java7/solr/build/solr-core/test/J1/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty4-1375459573126/conf/
   [junit4]   2> 244824 T651 oasc.CorePropertiesLocator.discover Found 1 core definitions
   [junit4]   2> 244824 T651 oass.SolrDispatchFilter.init user.dir=/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-Java7/solr/build/solr-core/test/J1
   [junit4]   2> 244825 T651 oass.SolrDispatchFilter.init SolrDispatchFilter.init() done
   [junit4]   2> 244825 T651 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=128&maxConnectionsPerHost=32&followRedirects=false
   [junit4]   2> 244846 T651 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=128&maxConnectionsPerHost=32&followRedirects=false
   [junit4]   2> 244864 T681 oasha.CollectionsHandler.handleCreateAction Creating Collection : numShards=2&name=nodes_used_collection&replicationFactor=2&action=CREATE&wt=javabin&version=2
   [junit4]   2> 244867 T673 oasc.DistributedQueue$LatchChildWatcher.process Watcher fired on path: /overseer/collection-queue-work state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 244869 T675 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> 244870 T675 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> 245212 T674 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
   [junit4]   2> 245213 T674 oasc.Overseer$ClusterStateUpdater.buildCollection building a new collection: nodes_used_collection
   [junit4]   2> 245214 T674 oasc.Overseer$ClusterStateUpdater.createCollection Create collection nodes_used_collection with shards [shard1, shard2]
   [junit4]   2> 245219 T719 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> 245220 T691 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> 245220 T733 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> 245220 T678 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> 245220 T673 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> 245219 T705 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> 245287 T675 oasc.OverseerCollectionProcessor.createCollection going to create cores replicas shardNames [shard1, shard2] , repFactor : 2
   [junit4]   2> 245287 T675 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:12213_
   [junit4]   2> 245288 T675 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:41235_
   [junit4]   2> 245288 T675 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:52762_
   [junit4]   2> 245289 T675 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:45987_
   [junit4]   2> 245293 T682 oasc.ZkController.publish publishing core=nodes_used_collection_shard1_replica2 state=down
   [junit4]   2> 245293 T663 oasc.ZkController.publish publishing core=nodes_used_collection_shard2_replica1 state=down
   [junit4]   2> 245293 T695 oasc.ZkController.publish publishing core=nodes_used_collection_shard2_replica2 state=down
   [junit4]   2> 245293 T723 oasc.ZkController.publish publishing core=nodes_used_collection_shard1_replica1 state=down
   [junit4]   2> 245296 T682 oasc.ZkController.waitForCoreNodeName look for our core node name
   [junit4]   2> 245296 T663 oasc.ZkController.waitForCoreNodeName look for our core node name
   [junit4]   2> 245296 T695 oasc.ZkController.waitForCoreNodeName look for our core node name
   [junit4]   2> 245306 T723 oasc.ZkController.waitForCoreNodeName look for our core node name
   [junit4]   2> 246731 T674 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
   [junit4]   2> 246733 T674 oasc.Overseer$ClusterStateUpdater.updateState WARN Could not find collection node for nodes_used_collection, skipping publish state
   [junit4]   2> 246733 T674 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_replica2",
   [junit4]   2> 	  "collection":"nodes_used_collection",
   [junit4]   2> 	  "shard_range":null,
   [junit4]   2> 	  "node_name":"127.0.0.1:41235_",
   [junit4]   2> 	  "base_url":"http://127.0.0.1:41235"}
   [junit4]   2> 246739 T674 oasc.Overseer$ClusterStateUpdater.updateState WARN Could not find collection node for nodes_used_collection, skipping publish state
   [junit4]   2> 246739 T674 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:52762_",
   [junit4]   2> 	  "base_url":"http://127.0.0.1:52762"}
   [junit4]   2> 246757 T674 oasc.Overseer$ClusterStateUpdater.updateState WARN Could not find collection node for nodes_used_collection, skipping publish state
   [junit4]   2> 246757 T674 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":"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:45987_",
   [junit4]   2> 	  "base_url":"http://127.0.0.1:45987"}
   [junit4]   2> 246763 T674 oasc.Overseer$ClusterStateUpdater.updateState WARN Could not find collection node for nodes_used_collection, skipping publish state
   [junit4]   2> 246763 T674 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":"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:12213_",
   [junit4]   2> 	  "base_url":"http://127.0.0.1:12213"}
   [junit4]   2> 246774 T705 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> 246775 T733 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> 246775 T691 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> 246775 T678 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> 246774 T719 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> 246774 T673 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> 247298 T682 oasc.ZkController.waitForShardId waiting to find shard id in clusterstate for nodes_used_collection_shard1_replica2
   [junit4]   2> 247298 T663 oasc.ZkController.waitForShardId waiting to find shard id in clusterstate for nodes_used_collection_shard2_replica1
   [junit4]   2> 247299 T695 oasc.ZkController.waitForShardId waiting to find shard id in clusterstate for nodes_used_collection_shard2_replica2
   [junit4]   2> 247299 T663 oasc.CorePropertiesLocator.writePropertiesFile ERROR Couldn't persist core properties to /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-Java7/solr/build/solr-core/test/J1/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-controljetty-1375459567087/nodes_used_collection_shard2_replica1/core.properties: java.io.FileNotFoundException: /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-Java7/solr/build/solr-core/test/J1/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-controljetty-1375459567087/nodes_used_collection_shard2_replica1/core.properties (No such file or directory)
   [junit4]   2> 247299 T682 oasc.CorePropertiesLocator.writePropertiesFile ERROR Couldn't persist core properties to /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-Java7/solr/build/solr-core/test/J1/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty1-1375459567914/nodes_used_collection_shard1_replica2/core.properties: java.io.FileNotFoundException: /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-Java7/solr/build/solr-core/test/J1/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty1-1375459567914/nodes_used_collection_shard1_replica2/core.properties (No such file or directory)
   [junit4]   2> 247300 T663 oasc.CoreContainer.create Creating SolrCore 'nodes_used_collection_shard2_replica1' using instanceDir: /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-Java7/solr/build/solr-core/test/J1/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-controljetty-1375459567087/nodes_used_collection_shard2_replica1
   [junit4]   2> 247300 T695 oasc.CorePropertiesLocator.writePropertiesFile ERROR Couldn't persist core properties to /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-Java7/solr/build/solr-core/test/J1/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty2-1375459569680/nodes_used_collection_shard2_replica2/core.properties: java.io.FileNotFoundException: /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-Java7/solr/build/solr-core/test/J1/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty2-1375459569680/nodes_used_collection_shard2_replica2/core.properties (No such file or directory)
   [junit4]   2> 247300 T682 oasc.CoreContainer.create Creating SolrCore 'nodes_used_collection_shard1_replica2' using instanceDir: /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-Java7/solr/build/solr-core/test/J1/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty1-1375459567914/nodes_used_collection_shard1_replica2
   [junit4]   2> 247301 T695 oasc.CoreContainer.create Creating SolrCore 'nodes_used_collection_shard2_replica2' using instanceDir: /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-Java7/solr/build/solr-core/test/J1/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty2-1375459569680/nodes_used_collection_shard2_replica2
   [junit4]   2> 247300 T663 oasc.ZkController.createCollectionZkNode Check for collection zkNode:nodes_used_collection
   [junit4]   2> 247301 T695 oasc.ZkController.createCollectionZkNode Check for collection zkNode:nodes_used_collection
   [junit4]   2> 247301 T682 oasc.ZkController.createCollectionZkNode Check for collection zkNode:nodes_used_collection
   [junit4]   2> 247302 T663 oasc.ZkController.createCollectionZkNode Creating collection in ZooKeeper:nodes_used_collection
   [junit4]   2> 247303 T682 oasc.ZkController.createCollectionZkNode Creating collection in ZooKeeper:nodes_used_collection
   [junit4]   2> 247303 T695 oasc.ZkController.createCollectionZkNode Creating collection in ZooKeeper:nodes_used_collection
   [junit4]   2> 247303 T682 oasc.ZkController.getConfName Looking for collection configName
   [junit4]   2> 247303 T663 oasc.ZkController.getConfName Looking for collection configName
   [junit4]   2> 247303 T695 oasc.ZkController.getConfName Looking for collection configName
   [junit4]   2> 247305 T682 oasc.ZkController.getConfName Only one config set found in zk - using it:conf1
   [junit4]   2> 247305 T663 oasc.ZkController.getConfName Only one config set found in zk - using it:conf1
   [junit4]   2> 247305 T682 oascc.SolrZkClient.makePath makePath: /collections/nodes_used_collection
   [junit4]   2> 247305 T663 oascc.SolrZkClient.makePath makePath: /collections/nodes_used_collection
   [junit4]   2> 247305 T695 oasc.ZkController.getConfName Only one config set found in zk - using it:conf1
   [junit4]   2> 247306 T695 oascc.SolrZkClient.makePath makePath: /collections/nodes_used_collection
   [junit4]   2> 247309 T682 oasc.ZkController.readConfigName Load collection config from:/collections/nodes_used_collection
   [junit4]   2> 247309 T723 oasc.ZkController.waitForShardId waiting to find shard id in clusterstate for nodes_used_collection_shard1_replica1
   [junit4]   2> 247309 T663 oasc.ZkController.readConfigName Load collection config from:/collections/nodes_used_collection
   [junit4]   2> 247310 T723 oasc.CorePropertiesLocator.writePropertiesFile ERROR Couldn't persist core properties to /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-Java7/solr/build/solr-core/test/J1/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty4-1375459573126/nodes_used_collection_shard1_replica1/core.properties: java.io.FileNotFoundException: /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-Java7/solr/build/solr-core/test/J1/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty4-1375459573126/nodes_used_collection_shard1_replica1/core.properties (No such file or directory)
   [junit4]   2> 247311 T723 oasc.CoreContainer.create Creating SolrCore 'nodes_used_collection_shard1_replica1' using instanceDir: /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-Java7/solr/build/solr-core/test/J1/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty4-1375459573126/nodes_used_collection_shard1_replica1
   [junit4]   2> 247311 T723 oasc.ZkController.createCollectionZkNode Check for collection zkNode:nodes_used_collection
   [junit4]   2> 247323 T695 oasc.ZkController.readConfigName Load collection config from:/collections/nodes_used_collection
   [junit4]   2> 247323 T723 oasc.ZkController.createCollectionZkNode Collection zkNode exists
   [junit4]   2> 247324 T663 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-Java7/solr/build/solr-core/test/J1/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-controljetty-1375459567087/nodes_used_collection_shard2_replica1/'
   [junit4]   2> 247323 T682 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-Java7/solr/build/solr-core/test/J1/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty1-1375459567914/nodes_used_collection_shard1_replica2/'
   [junit4]   2> 247324 T695 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-Java7/solr/build/solr-core/test/J1/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty2-1375459569680/nodes_used_collection_shard2_replica2/'
   [junit4]   2> 247324 T723 oasc.ZkController.readConfigName Load collection config from:/collections/nodes_used_collection
   [junit4]   2> 247326 T723 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-Java7/solr/build/solr-core/test/J1/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty4-1375459573126/nodes_used_collection_shard1_replica1/'
   [junit4]   2> 247480 T682 oasc.SolrConfig.<init> Using Lucene MatchVersion: LUCENE_50
   [junit4]   2> 247485 T695 oasc.SolrConfig.<init> Using Lucene MatchVersion: LUCENE_50
   [junit4]   2> 247485 T663 oasc.SolrConfig.<init> Using Lucene MatchVersion: LUCENE_50
   [junit4]   2> 247485 T723 oasc.SolrConfig.<init> Using Lucene MatchVersion: LUCENE_50
   [junit4]   2> 247560 T682 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig.xml
   [junit4]   2> 247572 T695 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig.xml
   [junit4]   2> 247572 T663 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig.xml
   [junit4]   2> 247573 T723 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig.xml
   [junit4]   2> 247661 T682 oass.IndexSchema.readSchema Reading Solr Schema from schema.xml
   [junit4]   2> 247674 T682 oass.IndexSchema.readSchema [nodes_used_collection_shard1_replica2] Schema name=test
   [junit4]   2> 247674 T695 oass.IndexSchema.readSchema Reading Solr Schema from schema.xml
   [junit4]   2> 247674 T663 oass.IndexSchema.readSchema Reading Solr Schema from schema.xml
   [junit4]   2> 247675 T723 oass.IndexSchema.readSchema Reading Solr Schema from schema.xml
   [junit4]   2> 247687 T695 oass.IndexSchema.readSchema [nodes_used_collection_shard2_replica2] Schema name=test
   [junit4]   2> 247688 T723 oass.IndexSchema.readSchema [nodes_used_collection_shard1_replica1] Schema name=test
   [junit4]   2> 247692 T663 oass.IndexSchema.readSchema [nodes_used_collection_shard2_replica1] Schema name=test
   [junit4]   2> 248431 T682 oass.OpenExchangeRatesOrgProvider.init Initialized with rates=open-exchange-rates.json, refreshInterval=1440.
   [junit4]   2> 248445 T682 oass.IndexSchema.readSchema default search field in schema is text
   [junit4]   2> 248450 T682 oass.IndexSchema.readSchema unique key field: id
   [junit4]   2> 248474 T682 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
   [junit4]   2> 248481 T682 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
   [junit4]   2> 248489 T682 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
   [junit4]   2> 248491 T682 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Unknown key IMPORTANT NOTE
   [junit4]   2> 248492 T682 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Expected key, got STRING
   [junit4]   2> 248492 T682 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
   [junit4]   2> 248494 T682 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Unknown key IMPORTANT NOTE
   [junit4]   2> 248494 T682 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Expected key, got STRING
   [junit4]   2> 248495 T682 oasc.SolrCore.initDirectoryFactory org.apache.solr.core.MockDirectoryFactory
   [junit4]   2> 248495 T682 oasc.SolrCore.<init> [nodes_used_collection_shard1_replica2] Opening new SolrCore at /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-Java7/solr/build/solr-core/test/J1/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty1-1375459567914/nodes_used_collection_shard1_replica2/, dataDir=/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-Java7/solr/build/solr-core/test/J1/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty1-1375459567914//nodes_used_collection_shard1_replica2/data/
   [junit4]   2> 248496 T682 oasc.JmxMonitoredMap.<init> JMX monitoring is enabled. Adding Solr mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@53a62b79
   [junit4]   2> 248498 T682 oasc.CachingDirectoryFactory.get return new directory for /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-Java7/solr/build/solr-core/test/J1/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty1-1375459567914//nodes_used_collection_shard1_replica2/data
   [junit4]   2> 248498 T682 oasc.SolrCore.getNewIndexDir New index directory detected: old=null new=/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-Java7/solr/build/solr-core/test/J1/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty1-1375459567914//nodes_used_collection_shard1_replica2/data/index/
   [junit4]   2> 248498 T682 oasc.SolrCore.initIndex WARN [nodes_used_collection_shard1_replica2] Solr index directory '/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-Java7/solr/build/solr-core/test/J1/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty1-1375459567914/nodes_used_collection_shard1_replica2/data/index' doesn't exist. Creating new index...
   [junit4]   2> 248499 T682 oasc.CachingDirectoryFactory.get return new directory for /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-Java7/solr/build/solr-core/test/J1/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty1-1375459567914//nodes_used_collection_shard1_replica2/data/index
   [junit4]   2> 248505 T682 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits: num=1
   [junit4]   2> 		commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@2bce15e4 lockFactory=org.apache.lucene.store.NativeFSLockFactory@5f7b2a79),segFN=segments_1,generation=1}
   [junit4]   2> 248505 T682 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1
   [junit4]   2> 248512 T682 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe"
   [junit4]   2> 248512 T682 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "stored_sig"
   [junit4]   2> 248513 T682 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "distrib-dup-test-chain-implicit"
   [junit4]   2> 248514 T682 oasc.RequestHandlers.initHandlersFromConfig created standard: solr.StandardRequestHandler
   [junit4]   2> 248515 T682 oasc.RequestHandlers.initHandlersFromConfig created /get: solr.RealTimeGetHandler
   [junit4]   2> 248515 T682 oasc.RequestHandlers.initHandlersFromConfig adding lazy requestHandler: solr.ReplicationHandler
   [junit4]   2> 248516 T682 oasc.RequestHandlers.initHandlersFromConfig created /replication: solr.ReplicationHandler
   [junit4]   2> 248516 T682 oasc.RequestHandlers.initHandlersFromConfig created /update: solr.UpdateRequestHandler
   [junit4]   2> 248517 T682 oasc.RequestHandlers.initHandlersFromConfig created /admin/: org.apache.solr.handler.admin.AdminHandlers
   [junit4]   2> 248538 T682 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 248545 T682 oass.SolrIndexSearcher.<init> Opening Searcher@6b42c5e6 main
   [junit4]   2> 248545 T695 oass.OpenExchangeRatesOrgProvider.init Initialized with rates=open-exchange-rates.json, refreshInterval=1440.
   [junit4]   2> 248547 T682 oasu.CommitTracker.<init> Hard AutoCommit: disabled
   [junit4]   2> 248547 T682 oasu.CommitTracker.<init> Soft AutoCommit: disabled
   [junit4]   2> 248554 T739 oasc.SolrCore.registerSearcher [nodes_used_collection_shard1_replica2] Registered new searcher Searcher@6b42c5e6 main{StandardDirectoryReader(segments_1:1)}
   [junit4]   2> 248558 T682 oasc.CoreContainer.registerCore registering core: nodes_used_collection_shard1_replica2
   [junit4]   2> 248559 T682 oasc.ZkController.register Register replica - core:nodes_used_collection_shard1_replica2 address:http://127.0.0.1:41235 collection:nodes_used_collection shard:shard1
   [junit4]   2> 248559 T682 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=10000&maxConnectionsPerHost=20&connTimeout=15000&socketTimeout=30000&retry=false
   [junit4]   2> 248586 T695 oass.IndexSchema.readSchema default search field in schema is text
   [junit4]   2> 248591 T695 oass.IndexSchema.readSchema unique key field: id
   [junit4]   2> 248598 T663 oass.OpenExchangeRatesOrgProvider.init Initialized with rates=open-exchange-rates.json, refreshInterval=1440.
   [junit4]   2> 248603 T682 oascc.SolrZkClient.makePath makePath: /collections/nodes_used_collection/leader_elect/shard1/election
   [junit4]   2> 248609 T723 oass.OpenExchangeRatesOrgProvider.init Initialized with rates=open-exchange-rates.json, refreshInterval=1440.
   [junit4]   2> 248609 T663 oass.IndexSchema.readSchema default search field in schema is text
   [junit4]   2> 248614 T663 oass.IndexSchema.readSchema unique key field: id
   [junit4]   2> 248621 T723 oass.IndexSchema.readSchema default search field in schema is text
   [junit4]   2> 248624 T682 oasc.ShardLeaderElectionContext.runLeaderProcess Running the leader process for shard shard1
   [junit4]   2> 248624 T695 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
   [junit4]   2> 248626 T723 oass.IndexSchema.readSchema unique key field: id
   [junit4]   2> 248635 T682 oasc.ShardLeaderElectionContext.waitForReplicasToComeUp Waiting until we see more replicas up for shard shard1: total=2 found=1 timeoutin=179999
   [junit4]   2> 248645 T663 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
   [junit4]   2> 248648 T695 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
   [junit4]   2> 248650 T723 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
   [junit4]   2> 248652 T663 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
   [junit4]   2> 248654 T695 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
   [junit4]   2> 248655 T695 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Unknown key IMPORTANT NOTE
   [junit4]   2> 248656 T695 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Expected key, got STRING
   [junit4]   2> 248656 T723 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
   [junit4]   2> 248656 T695 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
   [junit4]   2> 248658 T663 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
   [junit4]   2> 248658 T695 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Unknown key IMPORTANT NOTE
   [junit4]   2> 248659 T695 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Expected key, got STRING
   [junit4]   2> 248659 T663 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Unknown key IMPORTANT NOTE
   [junit4]   2> 248660 T695 oasc.SolrCore.initDirectoryFactory org.apache.solr.core.MockDirectoryFactory
   [junit4]   2> 248660 T663 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Expected key, got STRING
   [junit4]   2> 248661 T695 oasc.SolrCore.<init> [nodes_used_collection_shard2_replica2] Opening new SolrCore at /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-Java7/solr/build/solr-core/test/J1/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty2-1375459569680/nodes_used_collection_shard2_replica2/, dataDir=/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-Java7/solr/build/solr-core/test/J1/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty2-1375459569680//nodes_used_collection_shard2_replica2/data/
   [junit4]   2> 248661 T663 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
   [junit4]   2> 248661 T695 oasc.JmxMonitoredMap.<init> JMX monitoring is enabled. Adding Solr mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@53a62b79
   [junit4]   2> 248663 T663 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Unknown key IMPORTANT NOTE
   [junit4]   2> 248663 T723 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
   [junit4]   2> 248663 T695 oasc.CachingDirectoryFactory.get return new directory for /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-Java7/solr/build/solr-core/test/J1/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty2-1375459569680//nodes_used_collection_shard2_replica2/data
   [junit4]   2> 248664 T663 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Expected key, got STRING
   [junit4]   2> 248664 T695 oasc.SolrCore.getNewIndexDir New index directory detected: old=null new=/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-Java7/solr/build/solr-core/test/J1/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty2-1375459569680//nodes_used_collection_shard2_replica2/data/index/
   [junit4]   2> 248665 T663 oasc.SolrCore.initDirectoryFactory org.apache.solr.core.MockDirectoryFactory
   [junit4]   2> 248665 T723 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Unknown key IMPORTANT NOTE
   [junit4]   2> 248665 T695 oasc.SolrCore.initIndex WARN [nodes_used_collection_shard2_replica2] Solr index directory '/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-Java7/solr/build/solr-core/test/J1/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty2-1375459569680/nodes_used_collection_shard2_replica2/data/index' doesn't exist. Creating new index...
   [junit4]   2> 248666 T723 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Expected key, got STRING
   [junit4]   2> 248666 T695 oasc.CachingDirectoryFactory.get return new directory for /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-Java7/solr/build/solr-core/test/J1/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty2-1375459569680//nodes_used_collection_shard2_replica2/data/index
   [junit4]   2> 248666 T663 oasc.SolrCore.<init> [nodes_used_collection_shard2_replica1] Opening new SolrCore at /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-Java7/solr/build/solr-core/test/J1/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-controljetty-1375459567087/nodes_used_collection_shard2_replica1/, dataDir=/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-Java7/solr/build/solr-core/test/J1/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-controljetty-1375459567087//nodes_used_collection_shard2_replica1/data/
   [junit4]   2> 248667 T723 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
   [junit4]   2> 248667 T663 oasc.JmxMonitoredMap.<init> JMX monitoring is enabled. Adding Solr mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@53a62b79
   [junit4]   2> 248669 T723 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Unknown key IMPORTANT NOTE
   [junit4]   2> 248669 T663 oasc.CachingDirectoryFactory.get return new directory for /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-Java7/solr/build/solr-core/test/J1/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-controljetty-1375459567087//nodes_used_collection_shard2_replica1/data
   [junit4]   2> 248669 T723 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Expected key, got STRING
   [junit4]   2> 248670 T663 oasc.SolrCore.getNewIndexDir New index directory detected: old=null new=/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-Java7/solr/build/solr-core/test/J1/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-controljetty-1375459567087//nodes_used_collection_shard2_replica1/data/index/
   [junit4]   2> 248670 T723 oasc.SolrCore.initDirectoryFactory org.apache.solr.core.MockDirectoryFactory
   [junit4]   2> 248671 T663 oasc.SolrCore.initIndex WARN [nodes_used_collection_shard2_replica1] Solr index directory '/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-Java7/solr/build/solr-core/test/J1/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-controljetty-1375459567087/nodes_used_collection_shard2_replica1/data/index' doesn't exist. Creating new index...
   [junit4]   2> 248671 T723 oasc.SolrCore.<init> [nodes_used_collection_shard1_replica1] Opening new SolrCore at /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-Java7/solr/build/solr-core/test/J1/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty4-1375459573126/nodes_used_collection_shard1_replica1/, dataDir=/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-Java7/solr/build/solr-core/test/J1/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty4-1375459573126//nodes_used_collection_shard1_replica1/data/
   [junit4]   2> 248672 T663 oasc.CachingDirectoryFactory.get return new directory for /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-Java7/solr/build/solr-core/test/J1/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-controljetty-1375459567087//nodes_used_collection_shard2_replica1/data/index
   [junit4]   2> 248672 T723 oasc.JmxMonitoredMap.<init> JMX monitoring is enabled. Adding Solr mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@53a62b79
   [junit4]   2> 248673 T695 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits: num=1
   [junit4]   2> 		commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@123399d lockFactory=org.apache.lucene.store.NativeFSLockFactory@31a85f30),segFN=segments_1,generation=1}
   [junit4]   2> 248673 T723 oasc.CachingDirectoryFactory.get return new directory for /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-Java7/solr/build/solr-core/test/J1/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty4-1375459573126//nodes_used_collection_shard1_replica1/data
   [junit4]   2> 248674 T695 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1
   [junit4]   2> 248674 T723 oasc.SolrCore.getNewIndexDir New index directory detected: old=null new=/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-Java7/solr/build/solr-core/test/J1/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty4-1375459573126//nodes_used_collection_shard1_replica1/data/index/
   [junit4]   2> 248675 T723 oasc.SolrCore.initIndex WARN [nodes_used_collection_shard1_replica1] Solr index directory '/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-Java7/solr/build/solr-core/test/J1/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty4-1375459573126/nodes_used_collection_shard1_replica1/data/index' doesn't exist. Creating new index...
   [junit4]   2> 248676 T723 oasc.CachingDirectoryFactory.get return new directory for /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-Java7/solr/build/solr-core/test/J1/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty4-1375459573126//nodes_used_collection_shard1_replica1/data/index
   [junit4]   2> 248679 T663 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits: num=1
   [junit4]   2> 		commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@180d1caf lockFactory=org.apache.lucene.store.NativeFSLockFactory@65a83d13),segFN=segments_1,generation=1}
   [junit4]   2> 248679 T663 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1
   [junit4]   2> 248681 T695 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe"
   [junit4]   2> 248681 T695 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "stored_sig"
   [junit4]   2> 248682 T723 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits: num=1
   [junit4]   2> 		commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@8bf5678 lockFactory=org.apache.lucene.store.NativeFSLockFactory@4eacf9ef),segFN=segments_1,generation=1}
   [junit4]   2> 248682 T723 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1
   [junit4]   2> 248682 T695 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "distrib-dup-test-chain-implicit"
   [junit4]   2> 248683 T695 oasc.RequestHandlers.initHandlersFromConfig created standard: solr.StandardRequestHandler
   [junit4]   2> 248684 T695 oasc.RequestHandlers.initHandlersFromConfig created /get: solr.RealTimeGetHandler
   [junit4]   2> 248685 T695 oasc.RequestHandlers.initHandlersFromConfig adding lazy requestHandler: solr.ReplicationHandler
   [junit4]   2> 248685 T695 oasc.RequestHandlers.initHandlersFromConfig created /replication: solr.ReplicationHandler
   [junit4]   2> 248686 T695 oasc.RequestHandlers.initHandlersFromConfig created /update: solr.UpdateRequestHandler
   [junit4]   2> 248686 T663 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe"
   [junit4]   2> 248686 T695 oasc.RequestHandlers.initHandlersFromConfig created /admin/: org.apache.solr.handler.admin.AdminHandlers
   [junit4]   2> 248687 T663 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "stored_sig"
   [junit4]   2> 248688 T663 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "distrib-dup-test-chain-implicit"
   [junit4]   2> 248689 T723 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe"
   [junit4]   2> 248689 T663 oasc.RequestHandlers.initHandlersFromConfig created standard: solr.StandardRequestHandler
   [junit4]   2> 248689 T723 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "stored_sig"
   [junit4]   2> 248690 T663 oasc.RequestHandlers.initHandlersFromConfig created /get: solr.RealTimeGetHandler
   [junit4]   2> 248690 T663 oasc.RequestHandlers.initHandlersFromConfig adding lazy requestHandler: solr.ReplicationHandler
   [junit4]   2> 248690 T723 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "distrib-dup-test-chain-implicit"
   [junit4]   2> 248691 T663 oasc.RequestHandlers.initHandlersFromConfig created /replication: solr.ReplicationHandler
   [junit4]   2> 248691 T723 oasc.RequestHandlers.initHandlersFromConfig created standard: solr.StandardRequestHandler
   [junit4]   2> 248691 T663 oasc.RequestHandlers.initHandlersFromConfig created /update: solr.UpdateRequestHandler
   [junit4]   2> 248692 T723 oasc.RequestHandlers.initHandlersFromConfig created /get: solr.RealTimeGetHandler
   [junit4]   2> 248692 T663 oasc.RequestHandlers.initHandlersFromConfig created /admin/: org.apache.solr.handler.admin.AdminHandlers
   [junit4]   2> 248692 T723 oasc.RequestHandlers.initHandlersFromConfig adding lazy requestHandler: solr.ReplicationHandler
   [junit4]   2> 248693 T723 oasc.RequestHandlers.initHandlersFromConfig created /replication: solr.ReplicationHandler
   [junit4]   2> 248694 T723 oasc.RequestHandlers.initHandlersFromConfig created /update: solr.UpdateRequestHandler
   [junit4]   2> 248695 T723 oasc.RequestHandlers.initHandlersFromConfig created /admin/: org.apache.solr.handler.admin.AdminHandlers
   [junit4]   2> 248713 T695 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 248713 T663 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 248713 T723 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 248724 T695 oass.SolrIndexSearcher.<init> Opening Searcher@a41e267 main
   [junit4]   2> 248724 T663 oass.SolrIndexSearcher.<init> Opening Searcher@32ed8c9d main
   [junit4]   2> 248724 T723 oass.SolrIndexSearcher.<init> Opening Searcher@48c4e023 main
   [junit4]   2> 248726 T695 oasu.CommitTracker.<init> Hard AutoCommit: disabled
   [junit4]   2> 248726 T695 oasu.CommitTracker.<init> Soft AutoCommit: disabled
   [junit4]   2> 248727 T663 oasu.CommitTracker.<init> Hard AutoCommit: disabled
   [junit4]   2> 248727 T723 oasu.CommitTracker.<init> Hard AutoCommit: disabled
   [junit4]   2> 248727 T663 oasu.CommitTracker.<init> Soft AutoCommit: disabled
   [junit4]   2> 248727 T723 oasu.CommitTracker.<init> Soft AutoCommit: disabled
   [junit4]   2> 248731 T740 oasc.SolrCore.registerSearcher [nodes_used_collection_shard2_replica2] Registered new searcher Searcher@a41e267 main{StandardDirectoryReader(segments_1:1)}
   [junit4]   2> 248732 T742 oasc.SolrCore.registerSearcher [nodes_used_collection_shard2_replica1] Registered new searcher Searcher@32ed8c9d main{StandardDirectoryReader(segments_1:1)}
   [junit4]   2> 248732 T741 oasc.SolrCore.registerSearcher [nodes_used_collection_shard1_replica1] Registered new searcher Searcher@48c4e023 main{StandardDirectoryReader(segments_1:1)}
   [junit4]   2> 248734 T695 oasc.CoreContainer.registerCore registering core: nodes_used_collection_shard2_replica2
   [junit4]   2> 248734 T695 oasc.ZkController.register Register replica - core:nodes_used_collection_shard2_replica2 address:http://127.0.0.1:45987 collection:nodes_used_collection shard:shard2
   [junit4]   2> 248735 T695 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=10000&maxConnectionsPerHost=20&connTimeout=15000&socketTimeout=30000&retry=false
   [junit4]   2> 248735 T663 oasc.CoreContainer.registerCore registering core: nodes_used_collection_shard2_replica1
   [junit4]   2> 248736 T723 oasc.CoreContainer.registerCore registering core: nodes_used_collection_shard1_replica1
   [junit4]   2> 248736 T663 oasc.ZkController.register Register replica - core:nodes_used_collection_shard2_replica1 address:http://127.0.0.1:52762 collection:nodes_used_collection shard:shard2
   [junit4]   2> 248736 T723 oasc.ZkController.register Register replica - core:nodes_used_collection_shard1_replica1 address:http://127.0.0.1:12213 collection:nodes_used_collection shard:shard1
   [junit4]   2> 248737 T663 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=10000&maxConnectionsPerHost=20&connTimeout=15000&socketTimeout=30000&retry=false
   [junit4]   2> 248737 T723 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=10000&maxConnectionsPerHost=20&connTimeout=15000&socketTimeout=30000&retry=false
   [junit4]   2> 248761 T695 oascc.SolrZkClient.makePath makePath: /collections/nodes_used_collection/leader_elect/shard2/election
   [junit4]   2> 248762 T663 oascc.SolrZkClient.makePath makePath: /collections/nodes_used_collection/leader_elect/shard2/election
   [junit4]   2> 248789 T663 oasc.ShardLeaderElectionContext.runLeaderProcess Running the leader process for shard shard2
   [junit4]   2> 248801 T663 oasc.ShardLeaderElectionContext.waitForReplicasToComeUp Enough replicas found to continue.
   [junit4]   2> 248801 T663 oasc.ShardLeaderElectionContext.runLeaderProcess I may be the new leader - try and sync
   [junit4]   2> 248801 T663 oasc.SyncStrategy.sync Sync replicas to http://127.0.0.1:52762/nodes_used_collection_shard2_replica1/
   [junit4]   2> 248815 T663 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnectionsPerHost=20&maxConnections=10000&connTimeout=30000&socketTimeout=30000&retry=false
   [junit4]   2> 248841 T663 oasu.PeerSync.sync PeerSync: core=nodes_used_collection_shard2_replica1 url=http://127.0.0.1:52762 START replicas=[http://127.0.0.1:45987/nodes_used_collection_shard2_replica2/] nUpdates=100
   [junit4]   2> 248842 T663 oasu.PeerSync.sync PeerSync: core=nodes_used_collection_shard2_replica1 url=http://127.0.0.1:52762 DONE.  We have no versions.  sync failed.
   [junit4]   2> 248842 T663 oasc.SyncStrategy.syncReplicas Leader's attempt to sync with shard failed, moving to the next candidate
   [junit4]   2> 248843 T663 oasc.ShardLeaderElectionContext.runLeaderProcess We failed sync, but we have no versions - we can't sync in that case - we were active before, so become leader anyway
   [junit4]   2> 248843 T663 oasc.ShardLeaderElectionContext.runLeaderProcess I am the new leader: http://127.0.0.1:52762/nodes_used_collection_shard2_replica1/ shard2
   [junit4]   2> 248844 T663 oascc.SolrZkClient.makePath makePath: /collections/nodes_used_collection/leaders/shard2
   [junit4]   2> ASYNC  NEW_CORE C143 name=nodes_used_collection_shard2_replica2 org.apache.solr.core.SolrCore@e7fa12b url=http://127.0.0.1:45987/nodes_used_collection_shard2_replica2 node=127.0.0.1:45987_ C143_STATE=coll:nodes_used_collection core:nodes_used_collection_shard2_replica2 props:{state=down, core=nodes_used_collection_shard2_replica2, node_name=127.0.0.1:45987_, base_url=http://127.0.0.1:45987}
   [junit4]   2> 248852 T696 C143 P45987 oasc.SolrCore.execute [nodes_used_collection_shard2_replica2] webapp= path=/get params={getVersions=100&distrib=false&wt=javabin&qt=/get&version=2} status=0 QTime=1 
   [junit4]   2> 249138 T682 oasc.ShardLeaderElectionContext.waitForReplicasToComeUp Enough replicas found to continue.
   [junit4]   2> 249138 T682 oasc.ShardLeaderElectionContext.runLeaderProcess I may be the new leader - try and sync
   [junit4]   2> 249139 T682 oasc.SyncStrategy.sync Sync replicas to http://127.0.0.1:41235/nodes_used_collection_shard1_replica2/
   [junit4]   2> 249139 T682 oasu.PeerSync.sync PeerSync: core=nodes_used_collection_shard1_replica2 url=http://127.0.0.1:41235 START replicas=[http://127.0.0.1:12213/nodes_used_collection_shard1_replica1/] nUpdates=100
   [junit4]   2> 249140 T682 oasu.PeerSync.sync PeerSync: core=nodes_used_collection_shard1_replica2 url=http://127.0.0.1:41235 DONE.  We have no versions.  sync failed.
   [junit4]   2> 249141 T682 oasc.SyncStrategy.syncReplicas Leader's attempt to sync with shard failed, moving to the next candidate
   [junit4]   2> 249141 T682 oasc.ShardLeaderElectionContext.runLeaderProcess We failed sync, but we have no versions - we can't sync in that case - we were active before, so become leader anyway
   [junit4]   2> 249142 T682 oasc.ShardLeaderElectionContext.runLeaderProcess I am the new leader: http://127.0.0.1:41235/nodes_used_collection_shard1_replica2/ shard1
   [junit4]   2> 249142 T682 oascc.SolrZkClient.makePath makePath: /collections/nodes_used_collection/leaders/shard1
   [junit4]   2> ASYNC  NEW_CORE C144 name=nodes_used_collection_shard1_replica1 org.apache.solr.core.SolrCore@1c78f89b

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

son-slave/workspace/Lucene-Solr-Tests-trunk-Java7/solr/build/solr-core/test/J1/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty4-1375459573126//new_implicit_coll_0_b_replica1/data/index [CachedDir<<refCount=0;path=/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-Java7/solr/build/solr-core/test/J1/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty4-1375459573126//new_implicit_coll_0_b_replica1/data/index;done=false>>]
   [junit4]   2> 404624 T733 oasc.CachingDirectoryFactory.close Closing directory: /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-Java7/solr/build/solr-core/test/J1/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty4-1375459573126//new_implicit_coll_0_b_replica1/data/index
   [junit4]   2> 404624 T733 oascc.SolrZkClient.makePath makePath: /collections/new_implicit_coll_0/leaders/b
   [junit4]   2> 404625 T733 oasc.SolrException.log ERROR There was a problem trying to register as the leader:org.apache.zookeeper.KeeperException$SessionExpiredException: KeeperErrorCode = Session expired for /collections
   [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.exists(ZooKeeper.java:1041)
   [junit4]   2> 		at org.apache.solr.common.cloud.SolrZkClient$3.execute(SolrZkClient.java:184)
   [junit4]   2> 		at org.apache.solr.common.cloud.SolrZkClient$3.execute(SolrZkClient.java:181)
   [junit4]   2> 		at org.apache.solr.common.cloud.ZkCmdExecutor.retryOperation(ZkCmdExecutor.java:65)
   [junit4]   2> 		at org.apache.solr.common.cloud.SolrZkClient.exists(SolrZkClient.java:181)
   [junit4]   2> 		at org.apache.solr.common.cloud.SolrZkClient.makePath(SolrZkClient.java:392)
   [junit4]   2> 		at org.apache.solr.common.cloud.SolrZkClient.makePath(SolrZkClient.java:361)
   [junit4]   2> 		at org.apache.solr.common.cloud.SolrZkClient.makePath(SolrZkClient.java:348)
   [junit4]   2> 		at org.apache.solr.cloud.ShardLeaderElectionContextBase.runLeaderProcess(ElectionContext.java:95)
   [junit4]   2> 		at org.apache.solr.cloud.ShardLeaderElectionContext.runLeaderProcess(ElectionContext.java:255)
   [junit4]   2> 		at org.apache.solr.cloud.LeaderElector.runIamLeaderProcess(LeaderElector.java:156)
   [junit4]   2> 		at org.apache.solr.cloud.LeaderElector.checkIfIamLeader(LeaderElector.java:100)
   [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> 404625 T733 oasc.LeaderElector$1.process WARN  org.apache.zookeeper.KeeperException$SessionExpiredException: KeeperErrorCode = Session expired for /collections/new_implicit_coll_0/leader_elect/b/election/90142118169149452-core_node3-n_0000000001
   [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.delete(ZooKeeper.java:873)
   [junit4]   2> 	at org.apache.solr.common.cloud.SolrZkClient$2.execute(SolrZkClient.java:152)
   [junit4]   2> 	at org.apache.solr.common.cloud.SolrZkClient$2.execute(SolrZkClient.java:149)
   [junit4]   2> 	at org.apache.solr.common.cloud.ZkCmdExecutor.retryOperation(ZkCmdExecutor.java:65)
   [junit4]   2> 	at org.apache.solr.common.cloud.SolrZkClient.delete(SolrZkClient.java:149)
   [junit4]   2> 	at org.apache.solr.cloud.ElectionContext.cancelElection(ElectionContext.java:63)
   [junit4]   2> 	at org.apache.solr.cloud.ShardLeaderElectionContext.runLeaderProcess(ElectionContext.java:258)
   [junit4]   2> 	at org.apache.solr.cloud.LeaderElector.runIamLeaderProcess(LeaderElector.java:156)
   [junit4]   2> 	at org.apache.solr.cloud.LeaderElector.checkIfIamLeader(LeaderElector.java:100)
   [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> 404626 T733 oascc.ZkStateReader$3.process WARN ZooKeeper watch triggered, but Solr cannot talk to ZK
   [junit4]   2> 404626 T733 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeChildrenChanged path:/live_nodes, has occurred - updating... (live nodes size: 3)
   [junit4]   2> 404627 T733 oascc.ZkStateReader$2.process WARN ZooKeeper watch triggered, but Solr cannot talk to ZK
   [junit4]   2> 404627 T733 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 3)
   [junit4]   2> 404627 T733 oascc.ZkStateReader$2.process WARN ZooKeeper watch triggered, but Solr cannot talk to ZK
   [junit4]   2> 404627 T733 oasc.LeaderElector$1.process WARN  org.apache.zookeeper.KeeperException$SessionExpiredException: KeeperErrorCode = Session expired for /overseer_elect/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=Lucene42: {_route_=PostingsFormat(name=MockSep), range_facet_l=PostingsFormat(name=SimpleText), text=PostingsFormat(name=MockSep), _version_=PostingsFormat(name=SimpleText), intDefault=PostingsFormat(name=SimpleText), id=PostingsFormat(name=Asserting), timestamp=PostingsFormat(name=SimpleText), a_t=PostingsFormat(name=SimpleText), range_facet_sl=PostingsFormat(name=MockSep), range_facet_si=PostingsFormat(name=MockRandom), other_tl1=PostingsFormat(name=SimpleText), multiDefault=PostingsFormat(name=MockRandom), a_si=PostingsFormat(name=MockRandom)}, docValues:{timestamp=DocValuesFormat(name=CheapBastard)}, sim=RandomSimilarityProvider(queryNorm=true,coord=yes): {}, locale=ja_JP_JP_#u-ca-japanese, timezone=America/St_Barthelemy
   [junit4]   2> NOTE: FreeBSD 9.1-RELEASE-p3 amd64/Oracle Corporation 1.7.0_25 (64-bit)/cpus=16,threads=2,free=238772312,total=406847488
   [junit4]   2> NOTE: All tests run in this JVM: [TestLazyCores, TestBinaryField, StatsComponentTest, SuggesterTSTTest, TestRTGBase, CoreContainerCoreInitFailuresTest, TestLMJelinekMercerSimilarityFactory, CopyFieldTest, TestUpdate, TestHashPartitioner, SampleTest, ClusterStateTest, TestSuggestSpellingConverter, SortByFunctionTest, TestDistributedSearch, SuggesterWFSTTest, HdfsBasicDistributedZk2Test, TestQueryTypes, OpenExchangeRatesOrgProviderTest, URLClassifyProcessorTest, SolrCmdDistributorTest, TestZkChroot, TestCoreDiscovery, HdfsDirectoryTest, CurrencyFieldXmlFileTest, TestRandomMergePolicy, SolrCoreCheckLockOnStartupTest, TestNumberUtils, TestRangeQuery, TestLuceneMatchVersion, DefaultValueUpdateProcessorTest, TestCollationField, TestMultiCoreConfBootstrap, TestCodecSupport, TestUniqueKeyFieldResource, TestInfoStreamLogging, TestFieldCollectionResource, QueryResultKeyTest, EchoParamsTest, DebugComponentTest, BadIndexSchemaTest, TestSchemaSimilarityResource, TimeZoneUtilsTest, CollectionsAPIDistributedZkTest]
   [junit4] Completed on J1 in 168.55s, 1 test, 1 error <<< FAILURES!

[...truncated 817 lines...]
BUILD FAILED
/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-Java7/build.xml:389: The following error occurred while executing this line:
/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-Java7/build.xml:369: The following error occurred while executing this line:
/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-Java7/build.xml:39: The following error occurred while executing this line:
/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-Java7/solr/build.xml:181: The following error occurred while executing this line:
/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-Java7/solr/common-build.xml:449: The following error occurred while executing this line:
/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-Java7/lucene/common-build.xml:1230: The following error occurred while executing this line:
/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-Java7/lucene/common-build.xml:873: There were test failures: 320 suites, 1347 tests, 1 error, 34 ignored (6 assumptions)

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



[JENKINS] Lucene-Solr-Tests-trunk-Java7 - Build # 4202 - Still Failing

Posted by Apache Jenkins Server <je...@builds.apache.org>.
Build: https://builds.apache.org/job/Lucene-Solr-Tests-trunk-Java7/4202/

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

Error Message:
IOException occured when talking to server at: http://127.0.0.1:26634

Stack Trace:
org.apache.solr.client.solrj.SolrServerException: IOException occured when talking to server at: http://127.0.0.1:26634
	at __randomizedtesting.SeedInfo.seed([C3F44CBF6E03B599:4212C2A7195CD5A5]: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:606)
	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:724)
Caused by: org.apache.http.conn.ConnectTimeoutException: Connect to 127.0.0.1:26634 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 9707 lines...]
   [junit4] Suite: org.apache.solr.cloud.CollectionsAPIDistributedZkTest
   [junit4]   2> 839956 T2241 oas.BaseDistributedSearchTestCase.initHostContext Setting hostContext system property: /
   [junit4]   2> 839962 T2241 oas.SolrTestCaseJ4.setUp ###Starting testDistribSearch
   [junit4]   2> Creating dataDir: /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-Java7/solr/build/solr-core/test/J1/./solrtest-CollectionsAPIDistributedZkTest-1375436330279
   [junit4]   2> 839964 T2241 oasc.ZkTestServer.run STARTING ZK TEST SERVER
   [junit4]   2> 839965 T2242 oasc.ZkTestServer$ZKServerMain.runFromConfig Starting server
   [junit4]   2> 840066 T2241 oasc.ZkTestServer.run start zk server on port:26555
   [junit4]   2> 840067 T2241 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 840071 T2248 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@3e0475c1 name:ZooKeeperConnection Watcher:127.0.0.1:26555 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 840072 T2241 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 840072 T2241 oascc.SolrZkClient.makePath makePath: /solr
   [junit4]   2> 840077 T2241 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 840085 T2250 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@17efe317 name:ZooKeeperConnection Watcher:127.0.0.1:26555/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 840085 T2241 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 840086 T2241 oascc.SolrZkClient.makePath makePath: /collections/collection1
   [junit4]   2> 840090 T2241 oascc.SolrZkClient.makePath makePath: /collections/collection1/shards
   [junit4]   2> 840099 T2241 oascc.SolrZkClient.makePath makePath: /collections/control_collection
   [junit4]   2> 840101 T2241 oascc.SolrZkClient.makePath makePath: /collections/control_collection/shards
   [junit4]   2> 840105 T2241 oasc.AbstractZkTestCase.putConfig put /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-Java7/solr/build/solr-core/test-files/solr/collection1/conf/solrconfig-tlog.xml to /configs/conf1/solrconfig.xml
   [junit4]   2> 840106 T2241 oascc.SolrZkClient.makePath makePath: /configs/conf1/solrconfig.xml
   [junit4]   2> 840112 T2241 oasc.AbstractZkTestCase.putConfig put /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-Java7/solr/build/solr-core/test-files/solr/collection1/conf/schema.xml to /configs/conf1/schema.xml
   [junit4]   2> 840113 T2241 oascc.SolrZkClient.makePath makePath: /configs/conf1/schema.xml
   [junit4]   2> 840216 T2241 oasc.AbstractZkTestCase.putConfig put /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-Java7/solr/build/solr-core/test-files/solr/collection1/conf/stopwords.txt to /configs/conf1/stopwords.txt
   [junit4]   2> 840217 T2241 oascc.SolrZkClient.makePath makePath: /configs/conf1/stopwords.txt
   [junit4]   2> 840221 T2241 oasc.AbstractZkTestCase.putConfig put /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-Java7/solr/build/solr-core/test-files/solr/collection1/conf/protwords.txt to /configs/conf1/protwords.txt
   [junit4]   2> 840221 T2241 oascc.SolrZkClient.makePath makePath: /configs/conf1/protwords.txt
   [junit4]   2> 840231 T2241 oasc.AbstractZkTestCase.putConfig put /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-Java7/solr/build/solr-core/test-files/solr/collection1/conf/currency.xml to /configs/conf1/currency.xml
   [junit4]   2> 840232 T2241 oascc.SolrZkClient.makePath makePath: /configs/conf1/currency.xml
   [junit4]   2> 840235 T2241 oasc.AbstractZkTestCase.putConfig put /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-Java7/solr/build/solr-core/test-files/solr/collection1/conf/open-exchange-rates.json to /configs/conf1/open-exchange-rates.json
   [junit4]   2> 840236 T2241 oascc.SolrZkClient.makePath makePath: /configs/conf1/open-exchange-rates.json
   [junit4]   2> 840240 T2241 oasc.AbstractZkTestCase.putConfig put /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-Java7/solr/build/solr-core/test-files/solr/collection1/conf/mapping-ISOLatin1Accent.txt to /configs/conf1/mapping-ISOLatin1Accent.txt
   [junit4]   2> 840241 T2241 oascc.SolrZkClient.makePath makePath: /configs/conf1/mapping-ISOLatin1Accent.txt
   [junit4]   2> 840244 T2241 oasc.AbstractZkTestCase.putConfig put /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-Java7/solr/build/solr-core/test-files/solr/collection1/conf/old_synonyms.txt to /configs/conf1/old_synonyms.txt
   [junit4]   2> 840245 T2241 oascc.SolrZkClient.makePath makePath: /configs/conf1/old_synonyms.txt
   [junit4]   2> 840248 T2241 oasc.AbstractZkTestCase.putConfig put /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-Java7/solr/build/solr-core/test-files/solr/collection1/conf/synonyms.txt to /configs/conf1/synonyms.txt
   [junit4]   2> 840249 T2241 oascc.SolrZkClient.makePath makePath: /configs/conf1/synonyms.txt
   [junit4]   2> 840529 T2241 oejs.Server.doStart jetty-8.1.10.v20130312
   [junit4]   2> 840534 T2241 oejs.AbstractConnector.doStart Started SocketConnector@127.0.0.1:26559
   [junit4]   2> 840535 T2241 oass.SolrDispatchFilter.init SolrDispatchFilter.init()
   [junit4]   2> 840535 T2241 oasc.SolrResourceLoader.locateSolrHome JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 840536 T2241 oasc.SolrResourceLoader.locateSolrHome using system property solr.solr.home: /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-Java7/solr/build/solr-core/test/J1/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-controljetty-1375436330568
   [junit4]   2> 840536 T2241 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-Java7/solr/build/solr-core/test/J1/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-controljetty-1375436330568/'
   [junit4]   2> 840576 T2241 oasc.ConfigSolr.fromFile Loading container configuration from /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-Java7/solr/build/solr-core/test/J1/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-controljetty-1375436330568/solr.xml
   [junit4]   2> 840667 T2241 oasc.ConfigSolrXml.<init> Config-defined core root directory: 
   [junit4]   2> 840668 T2241 oasc.CoreContainer.<init> New CoreContainer 1221872554
   [junit4]   2> 840668 T2241 oasc.CoreContainer.load Loading cores into CoreContainer [instanceDir=/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-Java7/solr/build/solr-core/test/J1/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-controljetty-1375436330568/]
   [junit4]   2> 840670 T2241 oashc.HttpShardHandlerFactory.getParameter Setting socketTimeout to: 120000
   [junit4]   2> 840671 T2241 oashc.HttpShardHandlerFactory.getParameter Setting urlScheme to: http://
   [junit4]   2> 840671 T2241 oashc.HttpShardHandlerFactory.getParameter Setting connTimeout to: 15000
   [junit4]   2> 840672 T2241 oashc.HttpShardHandlerFactory.getParameter Setting maxConnectionsPerHost to: 20
   [junit4]   2> 840672 T2241 oashc.HttpShardHandlerFactory.getParameter Setting corePoolSize to: 0
   [junit4]   2> 840673 T2241 oashc.HttpShardHandlerFactory.getParameter Setting maximumPoolSize to: 2147483647
   [junit4]   2> 840673 T2241 oashc.HttpShardHandlerFactory.getParameter Setting maxThreadIdleTime to: 5
   [junit4]   2> 840674 T2241 oashc.HttpShardHandlerFactory.getParameter Setting sizeOfQueue to: -1
   [junit4]   2> 840674 T2241 oashc.HttpShardHandlerFactory.getParameter Setting fairnessPolicy to: false
   [junit4]   2> 840675 T2241 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnectionsPerHost=20&maxConnections=10000&socketTimeout=120000&connTimeout=15000&retry=false
   [junit4]   2> 840693 T2241 oasc.ZkContainer.initZooKeeper Zookeeper client=127.0.0.1:26555/solr
   [junit4]   2> 840693 T2241 oasc.ZkController.checkChrootPath zkHost includes chroot
   [junit4]   2> 840694 T2241 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 840698 T2261 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@6c5815b6 name:ZooKeeperConnection Watcher:127.0.0.1:26555 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 840698 T2241 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 840712 T2241 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=500&maxConnectionsPerHost=16&socketTimeout=120000&connTimeout=15000
   [junit4]   2> 840725 T2241 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 840727 T2263 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@3739eeb4 name:ZooKeeperConnection Watcher:127.0.0.1:26555/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 840727 T2241 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 840730 T2241 oascc.SolrZkClient.makePath makePath: /overseer/queue
   [junit4]   2> 840738 T2241 oascc.SolrZkClient.makePath makePath: /overseer/collection-queue-work
   [junit4]   2> 840742 T2241 oascc.SolrZkClient.makePath makePath: /live_nodes
   [junit4]   2> 840749 T2241 oasc.ZkController.createEphemeralLiveNode Register node as live in ZooKeeper:/live_nodes/127.0.0.1:26559_
   [junit4]   2> 840751 T2241 oascc.SolrZkClient.makePath makePath: /live_nodes/127.0.0.1:26559_
   [junit4]   2> 840755 T2241 oascc.SolrZkClient.makePath makePath: /overseer_elect/election
   [junit4]   2> 840773 T2241 oascc.SolrZkClient.makePath makePath: /overseer_elect/leader
   [junit4]   2> 840776 T2241 oasc.Overseer.start Overseer (id=90140595341623299-127.0.0.1:26559_-n_0000000000) starting
   [junit4]   2> 840787 T2241 oascc.SolrZkClient.makePath makePath: /overseer/queue-work
   [junit4]   2> 840798 T2265 oasc.OverseerCollectionProcessor.run Process current queue of collection creations
   [junit4]   2> 840799 T2241 oascc.SolrZkClient.makePath makePath: /clusterstate.json
   [junit4]   2> 840802 T2241 oascc.SolrZkClient.makePath makePath: /aliases.json
   [junit4]   2> 840805 T2241 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
   [junit4]   2> 840808 T2264 oasc.Overseer$ClusterStateUpdater.run Starting to work on the main queue
   [junit4]   2> 840811 T2241 oasc.CorePropertiesLocator.discover Looking for core definitions underneath /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-Java7/solr/build/solr-core/test/J1/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-controljetty-1375436330568
   [junit4]   2> 840816 T2241 oasc.CorePropertiesLocator.discoverUnder Found core conf in /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-Java7/solr/build/solr-core/test/J1/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-controljetty-1375436330568/conf/
   [junit4]   2> 840985 T2241 oasc.CorePropertiesLocator.discover Found 1 core definitions
   [junit4]   2> 840986 T2241 oass.SolrDispatchFilter.init user.dir=/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-Java7/solr/build/solr-core/test/J1
   [junit4]   2> 840987 T2241 oass.SolrDispatchFilter.init SolrDispatchFilter.init() done
   [junit4]   2> 840988 T2241 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=128&maxConnectionsPerHost=32&followRedirects=false
   [junit4]   2> 841005 T2241 oascsi.HttpClientUtil.createClient Creating new http client, config:
   [junit4]   2> 841006 T2241 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 841009 T2268 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@48ffd847 name:ZooKeeperConnection Watcher:127.0.0.1:26555/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 841009 T2241 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 841011 T2241 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
   [junit4]   2> 841014 T2241 oasc.ChaosMonkey.monkeyLog monkey: init - expire sessions:true cause connection loss:true
   [junit4]   2> 841292 T2241 oejs.Server.doStart jetty-8.1.10.v20130312
   [junit4]   2> 841296 T2241 oejs.AbstractConnector.doStart Started SocketConnector@127.0.0.1:26563
   [junit4]   2> 841297 T2241 oass.SolrDispatchFilter.init SolrDispatchFilter.init()
   [junit4]   2> 841297 T2241 oasc.SolrResourceLoader.locateSolrHome JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 841298 T2241 oasc.SolrResourceLoader.locateSolrHome using system property solr.solr.home: /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-Java7/solr/build/solr-core/test/J1/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty1-1375436331329
   [junit4]   2> 841298 T2241 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-Java7/solr/build/solr-core/test/J1/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty1-1375436331329/'
   [junit4]   2> 841338 T2241 oasc.ConfigSolr.fromFile Loading container configuration from /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-Java7/solr/build/solr-core/test/J1/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty1-1375436331329/solr.xml
   [junit4]   2> 841430 T2241 oasc.ConfigSolrXml.<init> Config-defined core root directory: 
   [junit4]   2> 841431 T2241 oasc.CoreContainer.<init> New CoreContainer 1049345661
   [junit4]   2> 841431 T2241 oasc.CoreContainer.load Loading cores into CoreContainer [instanceDir=/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-Java7/solr/build/solr-core/test/J1/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty1-1375436331329/]
   [junit4]   2> 841433 T2241 oashc.HttpShardHandlerFactory.getParameter Setting socketTimeout to: 120000
   [junit4]   2> 841434 T2241 oashc.HttpShardHandlerFactory.getParameter Setting urlScheme to: http://
   [junit4]   2> 841434 T2241 oashc.HttpShardHandlerFactory.getParameter Setting connTimeout to: 15000
   [junit4]   2> 841435 T2241 oashc.HttpShardHandlerFactory.getParameter Setting maxConnectionsPerHost to: 20
   [junit4]   2> 841435 T2241 oashc.HttpShardHandlerFactory.getParameter Setting corePoolSize to: 0
   [junit4]   2> 841435 T2241 oashc.HttpShardHandlerFactory.getParameter Setting maximumPoolSize to: 2147483647
   [junit4]   2> 841436 T2241 oashc.HttpShardHandlerFactory.getParameter Setting maxThreadIdleTime to: 5
   [junit4]   2> 841436 T2241 oashc.HttpShardHandlerFactory.getParameter Setting sizeOfQueue to: -1
   [junit4]   2> 841437 T2241 oashc.HttpShardHandlerFactory.getParameter Setting fairnessPolicy to: false
   [junit4]   2> 841437 T2241 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnectionsPerHost=20&maxConnections=10000&socketTimeout=120000&connTimeout=15000&retry=false
   [junit4]   2> 841455 T2241 oasc.ZkContainer.initZooKeeper Zookeeper client=127.0.0.1:26555/solr
   [junit4]   2> 841456 T2241 oasc.ZkController.checkChrootPath zkHost includes chroot
   [junit4]   2> 841457 T2241 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 841460 T2279 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@230e0313 name:ZooKeeperConnection Watcher:127.0.0.1:26555 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 841460 T2241 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 841463 T2241 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=500&maxConnectionsPerHost=16&socketTimeout=120000&connTimeout=15000
   [junit4]   2> 841475 T2241 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 841477 T2281 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@83a37e9 name:ZooKeeperConnection Watcher:127.0.0.1:26555/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 841477 T2241 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 841490 T2241 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
   [junit4]   2> 842495 T2241 oasc.ZkController.createEphemeralLiveNode Register node as live in ZooKeeper:/live_nodes/127.0.0.1:26563_
   [junit4]   2> 842497 T2241 oascc.SolrZkClient.makePath makePath: /live_nodes/127.0.0.1:26563_
   [junit4]   2> 842509 T2263 oascc.ZkStateReader$3.process Updating live nodes... (2)
   [junit4]   2> 842510 T2281 oascc.ZkStateReader$3.process Updating live nodes... (2)
   [junit4]   2> 842510 T2268 oascc.ZkStateReader$3.process Updating live nodes... (2)
   [junit4]   2> 842518 T2241 oasc.CorePropertiesLocator.discover Looking for core definitions underneath /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-Java7/solr/build/solr-core/test/J1/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty1-1375436331329
   [junit4]   2> 842520 T2241 oasc.CorePropertiesLocator.discoverUnder Found core conf in /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-Java7/solr/build/solr-core/test/J1/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty1-1375436331329/conf/
   [junit4]   2> 842708 T2241 oasc.CorePropertiesLocator.discover Found 1 core definitions
   [junit4]   2> 842709 T2241 oass.SolrDispatchFilter.init user.dir=/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-Java7/solr/build/solr-core/test/J1
   [junit4]   2> 842710 T2241 oass.SolrDispatchFilter.init SolrDispatchFilter.init() done
   [junit4]   2> 842710 T2241 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=128&maxConnectionsPerHost=32&followRedirects=false
   [junit4]   2> 843045 T2241 oejs.Server.doStart jetty-8.1.10.v20130312
   [junit4]   2> 843049 T2241 oejs.AbstractConnector.doStart Started SocketConnector@127.0.0.1:26634
   [junit4]   2> 843050 T2241 oass.SolrDispatchFilter.init SolrDispatchFilter.init()
   [junit4]   2> 843051 T2241 oasc.SolrResourceLoader.locateSolrHome JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 843052 T2241 oasc.SolrResourceLoader.locateSolrHome using system property solr.solr.home: /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-Java7/solr/build/solr-core/test/J1/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty2-1375436333042
   [junit4]   2> 843053 T2241 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-Java7/solr/build/solr-core/test/J1/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty2-1375436333042/'
   [junit4]   2> 843134 T2241 oasc.ConfigSolr.fromFile Loading container configuration from /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-Java7/solr/build/solr-core/test/J1/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty2-1375436333042/solr.xml
   [junit4]   2> 843225 T2241 oasc.ConfigSolrXml.<init> Config-defined core root directory: 
   [junit4]   2> 843226 T2241 oasc.CoreContainer.<init> New CoreContainer 1678627367
   [junit4]   2> 843227 T2241 oasc.CoreContainer.load Loading cores into CoreContainer [instanceDir=/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-Java7/solr/build/solr-core/test/J1/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty2-1375436333042/]
   [junit4]   2> 843229 T2241 oashc.HttpShardHandlerFactory.getParameter Setting socketTimeout to: 120000
   [junit4]   2> 843229 T2241 oashc.HttpShardHandlerFactory.getParameter Setting urlScheme to: http://
   [junit4]   2> 843230 T2241 oashc.HttpShardHandlerFactory.getParameter Setting connTimeout to: 15000
   [junit4]   2> 843230 T2241 oashc.HttpShardHandlerFactory.getParameter Setting maxConnectionsPerHost to: 20
   [junit4]   2> 843231 T2241 oashc.HttpShardHandlerFactory.getParameter Setting corePoolSize to: 0
   [junit4]   2> 843231 T2241 oashc.HttpShardHandlerFactory.getParameter Setting maximumPoolSize to: 2147483647
   [junit4]   2> 843232 T2241 oashc.HttpShardHandlerFactory.getParameter Setting maxThreadIdleTime to: 5
   [junit4]   2> 843232 T2241 oashc.HttpShardHandlerFactory.getParameter Setting sizeOfQueue to: -1
   [junit4]   2> 843233 T2241 oashc.HttpShardHandlerFactory.getParameter Setting fairnessPolicy to: false
   [junit4]   2> 843233 T2241 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnectionsPerHost=20&maxConnections=10000&socketTimeout=120000&connTimeout=15000&retry=false
   [junit4]   2> 843249 T2241 oasc.ZkContainer.initZooKeeper Zookeeper client=127.0.0.1:26555/solr
   [junit4]   2> 843249 T2241 oasc.ZkController.checkChrootPath zkHost includes chroot
   [junit4]   2> 843250 T2241 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 843258 T2293 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@3e64478b name:ZooKeeperConnection Watcher:127.0.0.1:26555 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 843258 T2241 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 843270 T2241 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=500&maxConnectionsPerHost=16&socketTimeout=120000&connTimeout=15000
   [junit4]   2> 843280 T2241 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 843282 T2295 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@67009a9 name:ZooKeeperConnection Watcher:127.0.0.1:26555/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 843282 T2241 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 843287 T2241 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
   [junit4]   2> 844291 T2241 oasc.ZkController.createEphemeralLiveNode Register node as live in ZooKeeper:/live_nodes/127.0.0.1:26634_
   [junit4]   2> 844296 T2241 oascc.SolrZkClient.makePath makePath: /live_nodes/127.0.0.1:26634_
   [junit4]   2> 844300 T2281 oascc.ZkStateReader$3.process Updating live nodes... (3)
   [junit4]   2> 844300 T2295 oascc.ZkStateReader$3.process Updating live nodes... (3)
   [junit4]   2> 844300 T2263 oascc.ZkStateReader$3.process Updating live nodes... (3)
   [junit4]   2> 844300 T2268 oascc.ZkStateReader$3.process Updating live nodes... (3)
   [junit4]   2> 844318 T2241 oasc.CorePropertiesLocator.discover Looking for core definitions underneath /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-Java7/solr/build/solr-core/test/J1/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty2-1375436333042
   [junit4]   2> 844486 T2241 oasc.CorePropertiesLocator.discoverUnder Found core conf in /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-Java7/solr/build/solr-core/test/J1/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty2-1375436333042/conf/
   [junit4]   2> 844489 T2241 oasc.CorePropertiesLocator.discover Found 1 core definitions
   [junit4]   2> 844490 T2241 oass.SolrDispatchFilter.init user.dir=/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-Java7/solr/build/solr-core/test/J1
   [junit4]   2> 844490 T2241 oass.SolrDispatchFilter.init SolrDispatchFilter.init() done
   [junit4]   2> 844491 T2241 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=128&maxConnectionsPerHost=32&followRedirects=false
   [junit4]   2> 844782 T2241 oejs.Server.doStart jetty-8.1.10.v20130312
   [junit4]   2> 844785 T2241 oejs.AbstractConnector.doStart Started SocketConnector@127.0.0.1:26637
   [junit4]   2> 844786 T2241 oass.SolrDispatchFilter.init SolrDispatchFilter.init()
   [junit4]   2> 844787 T2241 oasc.SolrResourceLoader.locateSolrHome JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 844787 T2241 oasc.SolrResourceLoader.locateSolrHome using system property solr.solr.home: /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-Java7/solr/build/solr-core/test/J1/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty3-1375436334821
   [junit4]   2> 844788 T2241 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-Java7/solr/build/solr-core/test/J1/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty3-1375436334821/'
   [junit4]   2> 844827 T2241 oasc.ConfigSolr.fromFile Loading container configuration from /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-Java7/solr/build/solr-core/test/J1/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty3-1375436334821/solr.xml
   [junit4]   2> 844917 T2241 oasc.ConfigSolrXml.<init> Config-defined core root directory: 
   [junit4]   2> 844918 T2241 oasc.CoreContainer.<init> New CoreContainer 763650248
   [junit4]   2> 844919 T2241 oasc.CoreContainer.load Loading cores into CoreContainer [instanceDir=/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-Java7/solr/build/solr-core/test/J1/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty3-1375436334821/]
   [junit4]   2> 844921 T2241 oashc.HttpShardHandlerFactory.getParameter Setting socketTimeout to: 120000
   [junit4]   2> 844921 T2241 oashc.HttpShardHandlerFactory.getParameter Setting urlScheme to: http://
   [junit4]   2> 844922 T2241 oashc.HttpShardHandlerFactory.getParameter Setting connTimeout to: 15000
   [junit4]   2> 844922 T2241 oashc.HttpShardHandlerFactory.getParameter Setting maxConnectionsPerHost to: 20
   [junit4]   2> 844923 T2241 oashc.HttpShardHandlerFactory.getParameter Setting corePoolSize to: 0
   [junit4]   2> 844923 T2241 oashc.HttpShardHandlerFactory.getParameter Setting maximumPoolSize to: 2147483647
   [junit4]   2> 844923 T2241 oashc.HttpShardHandlerFactory.getParameter Setting maxThreadIdleTime to: 5
   [junit4]   2> 844924 T2241 oashc.HttpShardHandlerFactory.getParameter Setting sizeOfQueue to: -1
   [junit4]   2> 844925 T2241 oashc.HttpShardHandlerFactory.getParameter Setting fairnessPolicy to: false
   [junit4]   2> 844925 T2241 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnectionsPerHost=20&maxConnections=10000&socketTimeout=120000&connTimeout=15000&retry=false
   [junit4]   2> 844941 T2241 oasc.ZkContainer.initZooKeeper Zookeeper client=127.0.0.1:26555/solr
   [junit4]   2> 844941 T2241 oasc.ZkController.checkChrootPath zkHost includes chroot
   [junit4]   2> 844942 T2241 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 844971 T2307 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@579902d7 name:ZooKeeperConnection Watcher:127.0.0.1:26555 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 844972 T2241 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 844975 T2241 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=500&maxConnectionsPerHost=16&socketTimeout=120000&connTimeout=15000
   [junit4]   2> 844986 T2241 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 844988 T2309 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@6796e909 name:ZooKeeperConnection Watcher:127.0.0.1:26555/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 844988 T2241 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 845000 T2241 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
   [junit4]   2> 846004 T2241 oasc.ZkController.createEphemeralLiveNode Register node as live in ZooKeeper:/live_nodes/127.0.0.1:26637_
   [junit4]   2> 846007 T2241 oascc.SolrZkClient.makePath makePath: /live_nodes/127.0.0.1:26637_
   [junit4]   2> 846012 T2268 oascc.ZkStateReader$3.process Updating live nodes... (4)
   [junit4]   2> 846013 T2309 oascc.ZkStateReader$3.process Updating live nodes... (4)
   [junit4]   2> 846013 T2295 oascc.ZkStateReader$3.process Updating live nodes... (4)
   [junit4]   2> 846012 T2281 oascc.ZkStateReader$3.process Updating live nodes... (4)
   [junit4]   2> 846013 T2263 oascc.ZkStateReader$3.process Updating live nodes... (4)
   [junit4]   2> 846022 T2241 oasc.CorePropertiesLocator.discover Looking for core definitions underneath /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-Java7/solr/build/solr-core/test/J1/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty3-1375436334821
   [junit4]   2> 846192 T2241 oasc.CorePropertiesLocator.discoverUnder Found core conf in /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-Java7/solr/build/solr-core/test/J1/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty3-1375436334821/conf/
   [junit4]   2> 846196 T2241 oasc.CorePropertiesLocator.discover Found 1 core definitions
   [junit4]   2> 846199 T2241 oass.SolrDispatchFilter.init user.dir=/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-Java7/solr/build/solr-core/test/J1
   [junit4]   2> 846200 T2241 oass.SolrDispatchFilter.init SolrDispatchFilter.init() done
   [junit4]   2> 846200 T2241 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=128&maxConnectionsPerHost=32&followRedirects=false
   [junit4]   2> 846491 T2241 oejs.Server.doStart jetty-8.1.10.v20130312
   [junit4]   2> 846494 T2241 oejs.AbstractConnector.doStart Started SocketConnector@127.0.0.1:26640
   [junit4]   2> 846495 T2241 oass.SolrDispatchFilter.init SolrDispatchFilter.init()
   [junit4]   2> 846496 T2241 oasc.SolrResourceLoader.locateSolrHome JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 846496 T2241 oasc.SolrResourceLoader.locateSolrHome using system property solr.solr.home: /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-Java7/solr/build/solr-core/test/J1/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty4-1375436336531
   [junit4]   2> 846497 T2241 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-Java7/solr/build/solr-core/test/J1/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty4-1375436336531/'
   [junit4]   2> 846536 T2241 oasc.ConfigSolr.fromFile Loading container configuration from /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-Java7/solr/build/solr-core/test/J1/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty4-1375436336531/solr.xml
   [junit4]   2> 846613 T2241 oasc.ConfigSolrXml.<init> Config-defined core root directory: 
   [junit4]   2> 846613 T2241 oasc.CoreContainer.<init> New CoreContainer 1053387577
   [junit4]   2> 846614 T2241 oasc.CoreContainer.load Loading cores into CoreContainer [instanceDir=/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-Java7/solr/build/solr-core/test/J1/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty4-1375436336531/]
   [junit4]   2> 846615 T2241 oashc.HttpShardHandlerFactory.getParameter Setting socketTimeout to: 120000
   [junit4]   2> 846615 T2241 oashc.HttpShardHandlerFactory.getParameter Setting urlScheme to: http://
   [junit4]   2> 846616 T2241 oashc.HttpShardHandlerFactory.getParameter Setting connTimeout to: 15000
   [junit4]   2> 846616 T2241 oashc.HttpShardHandlerFactory.getParameter Setting maxConnectionsPerHost to: 20
   [junit4]   2> 846616 T2241 oashc.HttpShardHandlerFactory.getParameter Setting corePoolSize to: 0
   [junit4]   2> 846617 T2241 oashc.HttpShardHandlerFactory.getParameter Setting maximumPoolSize to: 2147483647
   [junit4]   2> 846617 T2241 oashc.HttpShardHandlerFactory.getParameter Setting maxThreadIdleTime to: 5
   [junit4]   2> 846617 T2241 oashc.HttpShardHandlerFactory.getParameter Setting sizeOfQueue to: -1
   [junit4]   2> 846618 T2241 oashc.HttpShardHandlerFactory.getParameter Setting fairnessPolicy to: false
   [junit4]   2> 846618 T2241 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnectionsPerHost=20&maxConnections=10000&socketTimeout=120000&connTimeout=15000&retry=false
   [junit4]   2> 846629 T2241 oasc.ZkContainer.initZooKeeper Zookeeper client=127.0.0.1:26555/solr
   [junit4]   2> 846630 T2241 oasc.ZkController.checkChrootPath zkHost includes chroot
   [junit4]   2> 846631 T2241 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 846634 T2321 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@41f6587c name:ZooKeeperConnection Watcher:127.0.0.1:26555 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 846634 T2241 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 846653 T2241 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=500&maxConnectionsPerHost=16&socketTimeout=120000&connTimeout=15000
   [junit4]   2> 846666 T2241 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 846667 T2323 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@5c31543e name:ZooKeeperConnection Watcher:127.0.0.1:26555/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 846668 T2241 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 846679 T2241 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
   [junit4]   2> 847683 T2241 oasc.ZkController.createEphemeralLiveNode Register node as live in ZooKeeper:/live_nodes/127.0.0.1:26640_
   [junit4]   2> 847687 T2241 oascc.SolrZkClient.makePath makePath: /live_nodes/127.0.0.1:26640_
   [junit4]   2> 847692 T2263 oascc.ZkStateReader$3.process Updating live nodes... (5)
   [junit4]   2> 847692 T2309 oascc.ZkStateReader$3.process Updating live nodes... (5)
   [junit4]   2> 847692 T2323 oascc.ZkStateReader$3.process Updating live nodes... (5)
   [junit4]   2> 847692 T2281 oascc.ZkStateReader$3.process Updating live nodes... (5)
   [junit4]   2> 847692 T2295 oascc.ZkStateReader$3.process Updating live nodes... (5)
   [junit4]   2> 847692 T2268 oascc.ZkStateReader$3.process Updating live nodes... (5)
   [junit4]   2> 847713 T2241 oasc.CorePropertiesLocator.discover Looking for core definitions underneath /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-Java7/solr/build/solr-core/test/J1/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty4-1375436336531
   [junit4]   2> 847883 T2241 oasc.CorePropertiesLocator.discoverUnder Found core conf in /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-Java7/solr/build/solr-core/test/J1/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty4-1375436336531/conf/
   [junit4]   2> 847885 T2241 oasc.CorePropertiesLocator.discover Found 1 core definitions
   [junit4]   2> 847886 T2241 oass.SolrDispatchFilter.init user.dir=/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-Java7/solr/build/solr-core/test/J1
   [junit4]   2> 847887 T2241 oass.SolrDispatchFilter.init SolrDispatchFilter.init() done
   [junit4]   2> 847887 T2241 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=128&maxConnectionsPerHost=32&followRedirects=false
   [junit4]   2> 847903 T2241 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=128&maxConnectionsPerHost=32&followRedirects=false
   [junit4]   2> 847914 T2271 oasha.CollectionsHandler.handleCreateAction Creating Collection : numShards=2&name=nodes_used_collection&replicationFactor=2&action=CREATE&wt=javabin&version=2
   [junit4]   2> 847916 T2263 oasc.DistributedQueue$LatchChildWatcher.process Watcher fired on path: /overseer/collection-queue-work state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 847918 T2265 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> 847918 T2265 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> 848319 T2264 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
   [junit4]   2> 848320 T2264 oasc.Overseer$ClusterStateUpdater.buildCollection building a new collection: nodes_used_collection
   [junit4]   2> 848320 T2264 oasc.Overseer$ClusterStateUpdater.createCollection Create collection nodes_used_collection with shards [shard1, shard2]
   [junit4]   2> 848325 T2268 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> 848326 T2295 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> 848326 T2323 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> 848326 T2281 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> 848325 T2309 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> 848326 T2263 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> 848340 T2265 oasc.OverseerCollectionProcessor.createCollection going to create cores replicas shardNames [shard1, shard2] , repFactor : 2
   [junit4]   2> 848340 T2265 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:26559_
   [junit4]   2> 848341 T2265 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:26640_
   [junit4]   2> 848342 T2265 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:26563_
   [junit4]   2> 848342 T2265 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:26634_
   [junit4]   2> 848345 T2253 oasc.ZkController.publish publishing core=nodes_used_collection_shard1_replica1 state=down
   [junit4]   2> 848345 T2313 oasc.ZkController.publish publishing core=nodes_used_collection_shard1_replica2 state=down
   [junit4]   2> 848346 T2272 oasc.ZkController.publish publishing core=nodes_used_collection_shard2_replica1 state=down
   [junit4]   2> 848346 T2285 oasc.ZkController.publish publishing core=nodes_used_collection_shard2_replica2 state=down
   [junit4]   2> 848347 T2253 oasc.ZkController.waitForCoreNodeName look for our core node name
   [junit4]   2> 848348 T2313 oasc.ZkController.waitForCoreNodeName look for our core node name
   [junit4]   2> 848358 T2272 oasc.ZkController.waitForCoreNodeName look for our core node name
   [junit4]   2> 848358 T2285 oasc.ZkController.waitForCoreNodeName look for our core node name
   [junit4]   2> 849837 T2264 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
   [junit4]   2> 849838 T2264 oasc.Overseer$ClusterStateUpdater.updateState WARN Could not find collection node for nodes_used_collection, skipping publish state
   [junit4]   2> 849839 T2264 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:26559_",
   [junit4]   2> 	  "base_url":"http://127.0.0.1:26559"}
   [junit4]   2> 849844 T2264 oasc.Overseer$ClusterStateUpdater.updateState WARN Could not find collection node for nodes_used_collection, skipping publish state
   [junit4]   2> 849844 T2264 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":"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:26640_",
   [junit4]   2> 	  "base_url":"http://127.0.0.1:26640"}
   [junit4]   2> 849860 T2264 oasc.Overseer$ClusterStateUpdater.updateState WARN Could not find collection node for nodes_used_collection, skipping publish state
   [junit4]   2> 849861 T2264 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":"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:26563_",
   [junit4]   2> 	  "base_url":"http://127.0.0.1:26563"}
   [junit4]   2> 849866 T2264 oasc.Overseer$ClusterStateUpdater.updateState WARN Could not find collection node for nodes_used_collection, skipping publish state
   [junit4]   2> 849866 T2264 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:26634_",
   [junit4]   2> 	  "base_url":"http://127.0.0.1:26634"}
   [junit4]   2> 849877 T2263 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> 849877 T2323 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> 849877 T2281 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> 849877 T2295 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> 849877 T2309 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> 849877 T2268 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> 850349 T2253 oasc.ZkController.waitForShardId waiting to find shard id in clusterstate for nodes_used_collection_shard1_replica1
   [junit4]   2> 850350 T2313 oasc.ZkController.waitForShardId waiting to find shard id in clusterstate for nodes_used_collection_shard1_replica2
   [junit4]   2> 850350 T2253 oasc.CorePropertiesLocator.writePropertiesFile ERROR Couldn't persist core properties to /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-Java7/solr/build/solr-core/test/J1/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-controljetty-1375436330568/nodes_used_collection_shard1_replica1/core.properties: java.io.FileNotFoundException: /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-Java7/solr/build/solr-core/test/J1/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-controljetty-1375436330568/nodes_used_collection_shard1_replica1/core.properties (No such file or directory)
   [junit4]   2> 850351 T2253 oasc.CoreContainer.create Creating SolrCore 'nodes_used_collection_shard1_replica1' using instanceDir: /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-Java7/solr/build/solr-core/test/J1/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-controljetty-1375436330568/nodes_used_collection_shard1_replica1
   [junit4]   2> 850351 T2253 oasc.ZkController.createCollectionZkNode Check for collection zkNode:nodes_used_collection
   [junit4]   2> 850351 T2313 oasc.CorePropertiesLocator.writePropertiesFile ERROR Couldn't persist core properties to /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-Java7/solr/build/solr-core/test/J1/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty4-1375436336531/nodes_used_collection_shard1_replica2/core.properties: java.io.FileNotFoundException: /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-Java7/solr/build/solr-core/test/J1/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty4-1375436336531/nodes_used_collection_shard1_replica2/core.properties (No such file or directory)
   [junit4]   2> 850352 T2313 oasc.CoreContainer.create Creating SolrCore 'nodes_used_collection_shard1_replica2' using instanceDir: /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-Java7/solr/build/solr-core/test/J1/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty4-1375436336531/nodes_used_collection_shard1_replica2
   [junit4]   2> 850352 T2253 oasc.ZkController.createCollectionZkNode Creating collection in ZooKeeper:nodes_used_collection
   [junit4]   2> 850352 T2313 oasc.ZkController.createCollectionZkNode Check for collection zkNode:nodes_used_collection
   [junit4]   2> 850352 T2253 oasc.ZkController.getConfName Looking for collection configName
   [junit4]   2> 850353 T2313 oasc.ZkController.createCollectionZkNode Creating collection in ZooKeeper:nodes_used_collection
   [junit4]   2> 850354 T2313 oasc.ZkController.getConfName Looking for collection configName
   [junit4]   2> 850354 T2253 oasc.ZkController.getConfName Only one config set found in zk - using it:conf1
   [junit4]   2> 850354 T2253 oascc.SolrZkClient.makePath makePath: /collections/nodes_used_collection
   [junit4]   2> 850355 T2313 oasc.ZkController.getConfName Only one config set found in zk - using it:conf1
   [junit4]   2> 850355 T2313 oascc.SolrZkClient.makePath makePath: /collections/nodes_used_collection
   [junit4]   2> 850360 T2285 oasc.ZkController.waitForShardId waiting to find shard id in clusterstate for nodes_used_collection_shard2_replica2
   [junit4]   2> 850360 T2272 oasc.ZkController.waitForShardId waiting to find shard id in clusterstate for nodes_used_collection_shard2_replica1
   [junit4]   2> 850361 T2285 oasc.CorePropertiesLocator.writePropertiesFile ERROR Couldn't persist core properties to /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-Java7/solr/build/solr-core/test/J1/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty2-1375436333042/nodes_used_collection_shard2_replica2/core.properties: java.io.FileNotFoundException: /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-Java7/solr/build/solr-core/test/J1/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty2-1375436333042/nodes_used_collection_shard2_replica2/core.properties (No such file or directory)
   [junit4]   2> 850361 T2272 oasc.CorePropertiesLocator.writePropertiesFile ERROR Couldn't persist core properties to /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-Java7/solr/build/solr-core/test/J1/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty1-1375436331329/nodes_used_collection_shard2_replica1/core.properties: java.io.FileNotFoundException: /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-Java7/solr/build/solr-core/test/J1/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty1-1375436331329/nodes_used_collection_shard2_replica1/core.properties (No such file or directory)
   [junit4]   2> 850361 T2285 oasc.CoreContainer.create Creating SolrCore 'nodes_used_collection_shard2_replica2' using instanceDir: /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-Java7/solr/build/solr-core/test/J1/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty2-1375436333042/nodes_used_collection_shard2_replica2
   [junit4]   2> 850361 T2272 oasc.CoreContainer.create Creating SolrCore 'nodes_used_collection_shard2_replica1' using instanceDir: /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-Java7/solr/build/solr-core/test/J1/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty1-1375436331329/nodes_used_collection_shard2_replica1
   [junit4]   2> 850362 T2285 oasc.ZkController.createCollectionZkNode Check for collection zkNode:nodes_used_collection
   [junit4]   2> 850362 T2272 oasc.ZkController.createCollectionZkNode Check for collection zkNode:nodes_used_collection
   [junit4]   2> 850363 T2285 oasc.ZkController.createCollectionZkNode Collection zkNode exists
   [junit4]   2> 850363 T2285 oasc.ZkController.readConfigName Load collection config from:/collections/nodes_used_collection
   [junit4]   2> 850363 T2272 oasc.ZkController.createCollectionZkNode Collection zkNode exists
   [junit4]   2> 850364 T2272 oasc.ZkController.readConfigName Load collection config from:/collections/nodes_used_collection
   [junit4]   2> 850363 T2253 oasc.ZkController.readConfigName Load collection config from:/collections/nodes_used_collection
   [junit4]   2> 850377 T2313 oasc.ZkController.readConfigName Load collection config from:/collections/nodes_used_collection
   [junit4]   2> 850377 T2285 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-Java7/solr/build/solr-core/test/J1/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty2-1375436333042/nodes_used_collection_shard2_replica2/'
   [junit4]   2> 850378 T2253 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-Java7/solr/build/solr-core/test/J1/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-controljetty-1375436330568/nodes_used_collection_shard1_replica1/'
   [junit4]   2> 850377 T2272 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-Java7/solr/build/solr-core/test/J1/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty1-1375436331329/nodes_used_collection_shard2_replica1/'
   [junit4]   2> 850378 T2313 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-Java7/solr/build/solr-core/test/J1/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty4-1375436336531/nodes_used_collection_shard1_replica2/'
   [junit4]   2> 850489 T2285 oasc.SolrConfig.<init> Using Lucene MatchVersion: LUCENE_50
   [junit4]   2> 850489 T2313 oasc.SolrConfig.<init> Using Lucene MatchVersion: LUCENE_50
   [junit4]   2> 850489 T2253 oasc.SolrConfig.<init> Using Lucene MatchVersion: LUCENE_50
   [junit4]   2> 850500 T2272 oasc.SolrConfig.<init> Using Lucene MatchVersion: LUCENE_50
   [junit4]   2> 850568 T2285 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig.xml
   [junit4]   2> 850568 T2253 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig.xml
   [junit4]   2> 850579 T2272 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig.xml
   [junit4]   2> 850585 T2313 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig.xml
   [junit4]   2> 850670 T2253 oass.IndexSchema.readSchema Reading Solr Schema from schema.xml
   [junit4]   2> 850670 T2285 oass.IndexSchema.readSchema Reading Solr Schema from schema.xml
   [junit4]   2> 850679 T2285 oass.IndexSchema.readSchema [nodes_used_collection_shard2_replica2] Schema name=test
   [junit4]   2> 850679 T2253 oass.IndexSchema.readSchema [nodes_used_collection_shard1_replica1] Schema name=test
   [junit4]   2> 850680 T2272 oass.IndexSchema.readSchema Reading Solr Schema from schema.xml
   [junit4]   2> 850687 T2313 oass.IndexSchema.readSchema Reading Solr Schema from schema.xml
   [junit4]   2> 850688 T2272 oass.IndexSchema.readSchema [nodes_used_collection_shard2_replica1] Schema name=test
   [junit4]   2> 850701 T2313 oass.IndexSchema.readSchema [nodes_used_collection_shard1_replica2] Schema name=test
   [junit4]   2> 851378 T2253 oass.OpenExchangeRatesOrgProvider.init Initialized with rates=open-exchange-rates.json, refreshInterval=1440.
   [junit4]   2> 851391 T2253 oass.IndexSchema.readSchema default search field in schema is text
   [junit4]   2> 851395 T2253 oass.IndexSchema.readSchema unique key field: id
   [junit4]   2> 851427 T2253 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
   [junit4]   2> 851432 T2253 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
   [junit4]   2> 851436 T2253 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
   [junit4]   2> 851437 T2253 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Unknown key IMPORTANT NOTE
   [junit4]   2> 851438 T2253 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Expected key, got STRING
   [junit4]   2> 851438 T2253 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
   [junit4]   2> 851439 T2253 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Unknown key IMPORTANT NOTE
   [junit4]   2> 851439 T2253 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Expected key, got STRING
   [junit4]   2> 851440 T2253 oasc.SolrCore.initDirectoryFactory org.apache.solr.core.MockDirectoryFactory
   [junit4]   2> 851440 T2253 oasc.SolrCore.<init> [nodes_used_collection_shard1_replica1] Opening new SolrCore at /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-Java7/solr/build/solr-core/test/J1/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-controljetty-1375436330568/nodes_used_collection_shard1_replica1/, dataDir=/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-Java7/solr/build/solr-core/test/J1/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-controljetty-1375436330568//nodes_used_collection_shard1_replica1/data/
   [junit4]   2> 851440 T2253 oasc.JmxMonitoredMap.<init> JMX monitoring is enabled. Adding Solr mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@44a2786
   [junit4]   2> 851441 T2253 oasc.CachingDirectoryFactory.get return new directory for /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-Java7/solr/build/solr-core/test/J1/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-controljetty-1375436330568//nodes_used_collection_shard1_replica1/data
   [junit4]   2> 851442 T2253 oasc.SolrCore.getNewIndexDir New index directory detected: old=null new=/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-Java7/solr/build/solr-core/test/J1/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-controljetty-1375436330568//nodes_used_collection_shard1_replica1/data/index/
   [junit4]   2> 851442 T2253 oasc.SolrCore.initIndex WARN [nodes_used_collection_shard1_replica1] Solr index directory '/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-Java7/solr/build/solr-core/test/J1/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-controljetty-1375436330568/nodes_used_collection_shard1_replica1/data/index' doesn't exist. Creating new index...
   [junit4]   2> 851442 T2253 oasc.CachingDirectoryFactory.get return new directory for /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-Java7/solr/build/solr-core/test/J1/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-controljetty-1375436330568//nodes_used_collection_shard1_replica1/data/index
   [junit4]   2> 851448 T2253 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits: num=1
   [junit4]   2> 		commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@73d422f2 lockFactory=org.apache.lucene.store.NativeFSLockFactory@48cf870b),segFN=segments_1,generation=1}
   [junit4]   2> 851448 T2253 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1
   [junit4]   2> 851453 T2253 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe"
   [junit4]   2> 851453 T2253 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "stored_sig"
   [junit4]   2> 851454 T2253 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "distrib-dup-test-chain-implicit"
   [junit4]   2> 851454 T2253 oasc.RequestHandlers.initHandlersFromConfig created standard: solr.StandardRequestHandler
   [junit4]   2> 851455 T2253 oasc.RequestHandlers.initHandlersFromConfig created /get: solr.RealTimeGetHandler
   [junit4]   2> 851455 T2253 oasc.RequestHandlers.initHandlersFromConfig adding lazy requestHandler: solr.ReplicationHandler
   [junit4]   2> 851456 T2253 oasc.RequestHandlers.initHandlersFromConfig created /replication: solr.ReplicationHandler
   [junit4]   2> 851456 T2253 oasc.RequestHandlers.initHandlersFromConfig created /update: solr.UpdateRequestHandler
   [junit4]   2> 851457 T2253 oasc.RequestHandlers.initHandlersFromConfig created /admin/: org.apache.solr.handler.admin.AdminHandlers
   [junit4]   2> 851479 T2272 oass.OpenExchangeRatesOrgProvider.init Initialized with rates=open-exchange-rates.json, refreshInterval=1440.
   [junit4]   2> 851480 T2253 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 851484 T2253 oass.SolrIndexSearcher.<init> Opening Searcher@798c7d48 main
   [junit4]   2> 851484 T2285 oass.OpenExchangeRatesOrgProvider.init Initialized with rates=open-exchange-rates.json, refreshInterval=1440.
   [junit4]   2> 851485 T2253 oasu.CommitTracker.<init> Hard AutoCommit: disabled
   [junit4]   2> 851486 T2253 oasu.CommitTracker.<init> Soft AutoCommit: disabled
   [junit4]   2> 851489 T2329 oasc.SolrCore.registerSearcher [nodes_used_collection_shard1_replica1] Registered new searcher Searcher@798c7d48 main{StandardDirectoryReader(segments_1:1)}
   [junit4]   2> 851490 T2253 oasc.CoreContainer.registerCore registering core: nodes_used_collection_shard1_replica1
   [junit4]   2> 851491 T2253 oasc.ZkController.register Register replica - core:nodes_used_collection_shard1_replica1 address:http://127.0.0.1:26559 collection:nodes_used_collection shard:shard1
   [junit4]   2> 851491 T2253 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=10000&maxConnectionsPerHost=20&connTimeout=15000&socketTimeout=30000&retry=false
   [junit4]   2> 851493 T2285 oass.IndexSchema.readSchema default search field in schema is text
   [junit4]   2> 851493 T2272 oass.IndexSchema.readSchema default search field in schema is text
   [junit4]   2> 851497 T2285 oass.IndexSchema.readSchema unique key field: id
   [junit4]   2> 851498 T2313 oass.OpenExchangeRatesOrgProvider.init Initialized with rates=open-exchange-rates.json, refreshInterval=1440.
   [junit4]   2> 851499 T2272 oass.IndexSchema.readSchema unique key field: id
   [junit4]   2> 851505 T2253 oascc.SolrZkClient.makePath makePath: /collections/nodes_used_collection/leader_elect/shard1/election
   [junit4]   2> 851508 T2313 oass.IndexSchema.readSchema default search field in schema is text
   [junit4]   2> 851513 T2313 oass.IndexSchema.readSchema unique key field: id
   [junit4]   2> 851524 T2285 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
   [junit4]   2> 851526 T2253 oasc.ShardLeaderElectionContext.runLeaderProcess Running the leader process for shard shard1
   [junit4]   2> 851529 T2272 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
   [junit4]   2> 851530 T2253 oasc.ShardLeaderElectionContext.waitForReplicasToComeUp Waiting until we see more replicas up for shard shard1: total=2 found=1 timeoutin=180000
   [junit4]   2> 851535 T2313 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
   [junit4]   2> 851543 T2285 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
   [junit4]   2> 851543 T2313 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
   [junit4]   2> 851543 T2272 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
   [junit4]   2> 851547 T2285 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
   [junit4]   2> 851547 T2272 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
   [junit4]   2> 851547 T2313 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
   [junit4]   2> 851548 T2285 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Unknown key IMPORTANT NOTE
   [junit4]   2> 851549 T2272 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Unknown key IMPORTANT NOTE
   [junit4]   2> 851549 T2313 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Unknown key IMPORTANT NOTE
   [junit4]   2> 851549 T2313 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Expected key, got STRING
   [junit4]   2> 851549 T2285 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Expected key, got STRING
   [junit4]   2> 851550 T2313 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
   [junit4]   2> 851549 T2272 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Expected key, got STRING
   [junit4]   2> 851550 T2285 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
   [junit4]   2> 851551 T2272 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
   [junit4]   2> 851551 T2313 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Unknown key IMPORTANT NOTE
   [junit4]   2> 851551 T2313 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Expected key, got STRING
   [junit4]   2> 851552 T2285 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Unknown key IMPORTANT NOTE
   [junit4]   2> 851552 T2272 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Unknown key IMPORTANT NOTE
   [junit4]   2> 851552 T2285 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Expected key, got STRING
   [junit4]   2> 851552 T2313 oasc.SolrCore.initDirectoryFactory org.apache.solr.core.MockDirectoryFactory
   [junit4]   2> 851553 T2285 oasc.SolrCore.initDirectoryFactory org.apache.solr.core.MockDirectoryFactory
   [junit4]   2> 851552 T2272 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Expected key, got STRING
   [junit4]   2> 851553 T2285 oasc.SolrCore.<init> [nodes_used_collection_shard2_replica2] Opening new SolrCore at /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-Java7/solr/build/solr-core/test/J1/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty2-1375436333042/nodes_used_collection_shard2_replica2/, dataDir=/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-Java7/solr/build/solr-core/test/J1/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty2-1375436333042//nodes_used_collection_shard2_replica2/data/
   [junit4]   2> 851553 T2313 oasc.SolrCore.<init> [nodes_used_collection_shard1_replica2] Opening new SolrCore at /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-Java7/solr/build/solr-core/test/J1/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty4-1375436336531/nodes_used_collection_shard1_replica2/, dataDir=/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-Java7/solr/build/solr-core/test/J1/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty4-1375436336531//nodes_used_collection_shard1_replica2/data/
   [junit4]   2> 851554 T2285 oasc.JmxMonitoredMap.<init> JMX monitoring is enabled. Adding Solr mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@44a2786
   [junit4]   2> 851553 T2272 oasc.SolrCore.initDirectoryFactory org.apache.solr.core.MockDirectoryFactory
   [junit4]   2> 851554 T2313 oasc.JmxMonitoredMap.<init> JMX monitoring is enabled. Adding Solr mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@44a2786
   [junit4]   2> 851555 T2272 oasc.SolrCore.<init> [nodes_used_collection_shard2_replica1] Opening new SolrCore at /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-Java7/solr/build/solr-core/test/J1/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty1-1375436331329/nodes_used_collection_shard2_replica1/, dataDir=/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-Java7/solr/build/solr-core/test/J1/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty1-1375436331329//nodes_used_collection_shard2_replica1/data/
   [junit4]   2> 851555 T2285 oasc.CachingDirectoryFactory.get return new directory for /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-Java7/solr/build/solr-core/test/J1/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty2-1375436333042//nodes_used_collection_shard2_replica2/data
   [junit4]   2> 851555 T2313 oasc.CachingDirectoryFactory.get return new directory for /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-Java7/solr/build/solr-core/test/J1/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty4-1375436336531//nodes_used_collection_shard1_replica2/data
   [junit4]   2> 851555 T2272 oasc.JmxMonitoredMap.<init> JMX monitoring is enabled. Adding Solr mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@44a2786
   [junit4]   2> 851556 T2313 oasc.SolrCore.getNewIndexDir New index directory detected: old=null new=/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-Java7/solr/build/solr-core/test/J1/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty4-1375436336531//nodes_used_collection_shard1_replica2/data/index/
   [junit4]   2> 851555 T2285 oasc.SolrCore.getNewIndexDir New index directory detected: old=null new=/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-Java7/solr/build/solr-core/test/J1/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty2-1375436333042//nodes_used_collection_shard2_replica2/data/index/
   [junit4]   2> 851556 T2272 oasc.CachingDirectoryFactory.get return new directory for /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-Java7/solr/build/solr-core/test/J1/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty1-1375436331329//nodes_used_collection_shard2_replica1/data
   [junit4]   2> 851556 T2285 oasc.SolrCore.initIndex WARN [nodes_used_collection_shard2_replica2] Solr index directory '/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-Java7/solr/build/solr-core/test/J1/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty2-1375436333042/nodes_used_collection_shard2_replica2/data/index' doesn't exist. Creating new index...
   [junit4]   2> 851556 T2313 oasc.SolrCore.initIndex WARN [nodes_used_collection_shard1_replica2] Solr index directory '/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-Java7/solr/build/solr-core/test/J1/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty4-1375436336531/nodes_used_collection_shard1_replica2/data/index' doesn't exist. Creating new index...
   [junit4]   2> 851557 T2285 oasc.CachingDirectoryFactory.get return new directory for /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-Java7/solr/build/solr-core/test/J1/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty2-1375436333042//nodes_used_collection_shard2_replica2/data/index
   [junit4]   2> 851557 T2272 oasc.SolrCore.getNewIndexDir New index directory detected: old=null new=/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-Java7/solr/build/solr-core/test/J1/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty1-1375436331329//nodes_used_collection_shard2_replica1/data/index/
   [junit4]   2> 851558 T2313 oasc.CachingDirectoryFactory.get return new directory for /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-Java7/solr/build/solr-core/test/J1/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty4-1375436336531//nodes_used_collection_shard1_replica2/data/index
   [junit4]   2> 851558 T2272 oasc.SolrCore.initIndex WARN [nodes_used_collection_shard2_replica1] Solr index directory '/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-Java7/solr/build/solr-core/test/J1/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty1-1375436331329/nodes_used_collection_shard2_replica1/data/index' doesn't exist. Creating new index...
   [junit4]   2> 851559 T2272 oasc.CachingDirectoryFactory.get return new directory for /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-Java7/solr/build/solr-core/test/J1/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty1-1375436331329//nodes_used_collection_shard2_replica1/data/index
   [junit4]   2> 851562 T2285 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits: num=1
   [junit4]   2> 		commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@2af4fd13 lockFactory=org.apache.lucene.store.NativeFSLockFactory@2cbdab2d),segFN=segments_1,generation=1}
   [junit4]   2> 851562 T2313 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits: num=1
   [junit4]   2> 		commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@4d6ee77 lockFactory=org.apache.lucene.store.NativeFSLockFactory@1d213b8a),segFN=segments_1,generation=1}
   [junit4]   2> 851562 T2285 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1
   [junit4]   2> 851563 T2272 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits: num=1
   [junit4]   2> 		commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@5cf73954 lockFactory=org.apache.lucene.store.NativeFSLockFactory@295eda31),segFN=segments_1,generation=1}
   [junit4]   2> 851563 T2313 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1
   [junit4]   2> 851563 T2272 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1
   [junit4]   2> 851567 T2285 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe"
   [junit4]   2> 851567 T2285 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "stored_sig"
   [junit4]   2> 851568 T2313 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe"
   [junit4]   2> 851568 T2272 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe"
   [junit4]   2> 851568 T2285 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "distrib-dup-test-chain-implicit"
   [junit4]   2> 851568 T2313 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "stored_sig"
   [junit4]   2> 851568 T2272 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "stored_sig"
   [junit4]   2> 851569 T2285 oasc.RequestHandlers.initHandlersFromConfig created standard: solr.StandardRequestHandler
   [junit4]   2> 851569 T2313 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "distrib-dup-test-chain-implicit"
   [junit4]   2> 851569 T2272 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "distrib-dup-test-chain-implicit"
   [junit4]   2> 851569 T2285 oasc.RequestHandlers.initHandlersFromConfig created /get: solr.RealTimeGetHandler
   [junit4]   2> 851570 T2313 oasc.RequestHandlers.initHandlersFromConfig created standard: solr.StandardRequestHandler
   [junit4]   2> 851570 T2272 oasc.RequestHandlers.initHandlersFromConfig created standard: solr.StandardRequestHandler
   [junit4]   2> 851570 T2285 oasc.RequestHandlers.initHandlersFromConfig adding lazy requestHandler: solr.ReplicationHandler
   [junit4]   2> 851571 T2313 oasc.RequestHandlers.initHandlersFromConfig created /get: solr.RealTimeGetHandler
   [junit4]   2> 851571 T2285 oasc.RequestHandlers.initHandlersFromConfig created /replication: solr.ReplicationHandler
   [junit4]   2> 851571 T2272 oasc.RequestHandlers.initHandlersFromConfig created /get: solr.RealTimeGetHandler
   [junit4]   2> 851571 T2313 oasc.RequestHandlers.initHandlersFromConfig adding lazy requestHandler: solr.ReplicationHandler
   [junit4]   2> 851572 T2285 oasc.RequestHandlers.initHandlersFromConfig created /update: solr.UpdateRequestHandler
   [junit4]   2> 851572 T2272 oasc.RequestHandlers.initHandlersFromConfig adding lazy requestHandler: solr.ReplicationHandler
   [junit4]   2> 851572 T2285 oasc.RequestHandlers.initHandlersFromConfig created /admin/: org.apache.solr.handler.admin.AdminHandlers
   [junit4]   2> 851572 T2313 oasc.RequestHandlers.initHandlersFromConfig created /replication: solr.ReplicationHandler
   [junit4]   2> 851572 T2272 oasc.RequestHandlers.initHandlersFromConfig created /replication: solr.ReplicationHandler
   [junit4]   2> 851573 T2313 oasc.RequestHandlers.initHandlersFromConfig created /update: solr.UpdateRequestHandler
   [junit4]   2> 851573 T2272 oasc.RequestHandlers.initHandlersFromConfig created /update: solr.UpdateRequestHandler
   [junit4]   2> 851574 T2313 oasc.RequestHandlers.initHandlersFromConfig created /admin/: org.apache.solr.handler.admin.AdminHandlers
   [junit4]   2> 851574 T2272 oasc.RequestHandlers.initHandlersFromConfig created /admin/: org.apache.solr.handler.admin.AdminHandlers
   [junit4]   2> 851589 T2272 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 851589 T2313 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 851589 T2285 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 851596 T2272 oass.SolrIndexSearcher.<init> Opening Searcher@81f19b3 main
   [junit4]   2> 851596 T2285 oass.SolrIndexSearcher.<init> Opening Searcher@4d5fc883 main
   [junit4]   2> 851596 T2313 oass.SolrIndexSearcher.<init> Opening Searcher@4cb9076f main
   [junit4]   2> 851598 T2272 oasu.CommitTracker.<init> Hard AutoCommit: disabled
   [junit4]   2> 851598 T2285 oasu.CommitTracker.<init> Hard AutoCommit: disabled
   [junit4]   2> 851598 T2313 oasu.CommitTracker.<init> Hard AutoCommit: disabled
   [junit4]   2> 851598 T2272 oasu.CommitTracker.<init> Soft AutoCommit: disabled
   [junit4]   2> 851599 T2313 oasu.CommitTracker.<init> Soft AutoCommit: disabled
   [junit4]   2> 851598 T2285 oasu.CommitTracker.<init> Soft AutoCommit: disabled
   [junit4]   2> 851602 T2330 oasc.SolrCore.registerSearcher [nodes_used_collection_shard2_replica1] Registered new searcher Searcher@81f19b3 main{StandardDirectoryReader(segments_1:1)}
   [junit4]   2> 851602 T2332 oasc.SolrCore.registerSearcher [nodes_used_collection_shard2_replica2] Registered new searcher Searcher@4d5fc883 main{StandardDirectoryReader(segments_1:1)}
   [junit4]   2> 851602 T2331 oasc.SolrCore.registerSearcher [nodes_used_collection_shard1_replica2] Registered new searcher Searcher@4cb9076f main{StandardDirectoryReader(segments_1:1)}
   [junit4]   2> 851604 T2272 oasc.CoreContainer.registerCore registering core: nodes_used_collection_shard2_replica1
   [junit4]   2> 851604 T2272 oasc.ZkController.register Register replica - core:nodes_used_collection_shard2_replica1 address:http://127.0.0.1:26563 collection:nodes_used_collection shard:shard2
   [junit4]   2> 851604 T2285 oasc.CoreContainer.registerCore registering core: nodes_used_collection_shard2_replica2
   [junit4]   2> 851605 T2272 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=10000&maxConnectionsPerHost=20&connTimeout=15000&socketTimeout=30000&retry=false
   [junit4]   2> 851605 T2285 oasc.ZkController.register Register replica - core:nodes_used_collection_shard2_replica2 address:http://127.0.0.1:26634 collection:nodes_used_collection shard:shard2
   [junit4]   2> 851605 T2313 oasc.CoreContainer.registerCore registering core: nodes_used_collection_shard1_replica2
   [junit4]   2> 851605 T2285 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=10000&maxConnectionsPerHost=20&connTimeout=15000&socketTimeout=30000&retry=false
   [junit4]   2> 851606 T2313 oasc.ZkController.register Register replica - core:nodes_used_collection_shard1_replica2 address:http://127.0.0.1:26640 collection:nodes_used_collection shard:shard1
   [junit4]   2> 851607 T2313 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=10000&maxConnectionsPerHost=20&connTimeout=15000&socketTimeout=30000&retry=false
   [junit4]   2> 851620 T2272 oascc.SolrZkClient.makePath makePath: /collections/nodes_used_collection/leader_elect/shard2/election
   [junit4]   2> 851620 T2285 oascc.SolrZkClient.makePath makePath: /collections/nodes_used_collection/leader_elect/shard2/election
   [junit4]   2> 851649 T2272 oasc.ShardLeaderElectionContext.runLeaderProcess Running the leader process for shard shard2
   [junit4]   2> 851661 T2272 oasc.ShardLeaderElectionContext.waitForReplicasToComeUp Enough replicas found to continue.
   [junit4]   2> 851661 T2272 oasc.ShardLeaderElectionContext.runLeaderProcess I may be the new leader - try and sync
   [junit4]   2> 851662 T2272 oasc.SyncStrategy.sync Sync replicas to http://127.0.0.1:26563/nodes_used_collection_shard2_replica1/
   [junit4]   2> 851662 T2272 oasu.PeerSync.sync PeerSync: core=nodes_used_collection_shard2_replica1 url=http://127.0.0.1:26563 START replicas=[http://127.0.0.1:26634/nodes_used_collection_shard2_replica2/] nUpdates=100
   [junit4]   2> 851663 T2272 oasu.PeerSync.sync PeerSync: core=nodes_used_collection_shard2_replica1 url=http://127.0.0.1:26563 DONE.  We have no versions.  sync failed.
   [junit4]   2> 851663 T2272 oasc.SyncStrategy.syncReplicas Leader's attempt to sync with shard failed, moving to the next candidate
   [junit4]   2> 851664 T2272 oasc.ShardLeaderElectionContext.runLeaderProcess We failed sync, but we have no versions - we can't sync in that case - we were active before, so become leader anyway
   [junit4]   2> 851665 T2272 oasc.ShardLeaderElectionContext.runLeaderProcess I am the new leader: http://127.0.0.1:26563/nodes_used_collection_shard2_replica1/ shard2
   [junit4]   2> 851665 T2272 oascc.SolrZkClient.makePath makePath: /collections/nodes_used_collection/leaders/shard2
   [junit4]   2> ASYNC  NEW_CORE C2389 name=nodes_used_collection_shard2_replica2 org.apache.solr.core.SolrCore@11cc4cd0 url=http://127.0.0.1:26634/nodes_used_collection_shard2_replica2 node=127.0.0.1:26634_ C2389_STATE=coll:nodes_used_collection core:nodes_used_collection_shard2_replica2 props:{state=down, core=nodes_used_collection_shard2_replica2, node_name=127.0.0.1:26634_, base_url=http://127.0.0.1:26634}
   [junit4]   2> 851671 T2286 C2389 P26634 oasc.SolrCore.execute [nodes_used_collection_shard2_replica2] webapp= path=/get params={getVersions=100&distrib=false&wt=javabin&qt=/get&version=2} status=0 QTime=0 
   [junit4]   2> 852032 T2253 oasc.ShardLeaderElectionContext.waitForReplicasToComeUp Enough replicas found to continue.
   [junit4]   2> 852033 T2253 oasc.ShardLeaderElectionContext.runLeaderProcess I may be the new leader - try and sync
   [junit4]   2> 852033 T2253 oasc.SyncStrategy.sync Sync replicas to http://127.0.0.1:26559/nodes_used_collection_shard1_replica1/
   [junit4]   2> 852034 T2253 oasu.PeerSync.sync PeerSync: core=nodes_used_collection_shard1_replica1 url=http://127.0.0.1:26559 START replicas=[http://127.0.0.1:26640/nodes_used_collection_shard1_replica2/] nUpdates=100
   [junit4]   2> 852034 T2253 oasu.PeerSync.sync PeerSync: core=nodes_used_collection_shard1_replica1 url=http://127.0.0.1:26559 DONE.  We have no versions.  sync failed.
   [junit4]   2> 852034 T2253 oasc.SyncStrategy.syncReplicas Leader's attempt to sync with shard failed, moving to the next candidate
   [junit4]   2> 852035 T2253 oasc.ShardLeaderElectionContext.runLeaderProcess We failed sync, but we have no versions - we can't sync in that case - we were active before, so become leader anyway
   [junit4]   2> 852035 T2253 oasc.ShardLeaderElectionContext.runLeaderProcess I am the new leader: http://127.0.0.1:26559/nodes_used_collection_shard1_replica1/ shard1
   [junit4]   2> 852036 T2253 oascc.SolrZkClient.makePath makePath: /collections/nodes_used_collection/leaders/shard1
   [jun

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

testDistribSearch -Dtests.seed=C3F44CBF6E03B599 -Dtests.multiplier=3 -Dtests.slow=true -Dtests.locale=pl_PL -Dtests.timezone=America/Buenos_Aires -Dtests.file.encoding=US-ASCII
   [junit4] ERROR    166s J1 | CollectionsAPIDistributedZkTest.testDistribSearch <<<
   [junit4]    > Throwable #1: org.apache.solr.client.solrj.SolrServerException: IOException occured when talking to server at: http://127.0.0.1:26634
   [junit4]    > 	at __randomizedtesting.SeedInfo.seed([C3F44CBF6E03B599:4212C2A7195CD5A5]: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:724)
   [junit4]    > Caused by: org.apache.http.conn.ConnectTimeoutException: Connect to 127.0.0.1:26634 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> 1006343 T2241 oas.SolrTestCaseJ4.deleteCore ###deleteCore
   [junit4]   2> 166397 T2240 ccr.ThreadLeakControl.checkThreadLeaks WARNING Will linger awaiting termination of 1 leaked thread(s).
   [junit4]   2> 1006372 T2323 oasc.LeaderElector$1.process WARN  org.apache.zookeeper.KeeperException$SessionExpiredException: KeeperErrorCode = Session expired for /collections/new_implicit_coll_1/leader_elect/d/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> 1006372 T2323 oasc.LeaderElector$1.process WARN  org.apache.zookeeper.KeeperException$SessionExpiredException: KeeperErrorCode = Session expired for /collections/new_implicit_coll_1/leader_elect/a/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> 1006373 T2323 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> 1006373 T2323 oascc.ZkStateReader$2.process WARN ZooKeeper watch triggered, but Solr cannot talk to ZK
   [junit4]   2> 1006373 T2323 oascc.ZkStateReader$3.process WARN ZooKeeper watch triggered, but Solr cannot talk to ZK
   [junit4]   2> NOTE: test params are: codec=Lucene42: {timestamp=PostingsFormat(name=MockSep), range_facet_l=PostingsFormat(name=MockSep), id=PostingsFormat(name=TestBloomFilteredLucene41Postings), range_facet_sl=MockVariableIntBlock(baseBlockSize=73), a_t=PostingsFormat(name=MockSep), text=MockVariableIntBlock(baseBlockSize=73), range_facet_si=PostingsFormat(name=MockRandom), _version_=PostingsFormat(name=MockSep), other_tl1=PostingsFormat(name=MockSep), multiDefault=PostingsFormat(name=MockRandom), a_si=PostingsFormat(name=MockRandom), intDefault=PostingsFormat(name=MockSep)}, docValues:{timestamp=DocValuesFormat(name=Asserting)}, sim=RandomSimilarityProvider(queryNorm=true,coord=yes): {}, locale=pl_PL, timezone=America/Buenos_Aires
   [junit4]   2> NOTE: FreeBSD 9.1-RELEASE-p3 amd64/Oracle Corporation 1.7.0_25 (64-bit)/cpus=16,threads=13,free=314647368,total=536870912
   [junit4]   2> NOTE: All tests run in this JVM: [TestComponentsName, UpdateParamsTest, HdfsCollectionsAPIDistributedZkTest, TestInfoStreamLogging, TestWordDelimiterFilterFactory, HdfsDirectoryTest, TestIndexingPerformance, CurrencyFieldOpenExchangeTest, TestUpdate, TestDFRSimilarityFactory, TestNumberUtils, TestStressLucene, TestBM25SimilarityFactory, URLClassifyProcessorTest, ZkNodePropsTest, PathHierarchyTokenizerFactoryTest, HighlighterConfigTest, TestDefaultSimilarityFactory, TestCollationField, ClusterStateTest, TestMergePolicyConfig, TestRecovery, EchoParamsTest, BadIndexSchemaTest, TestRTGBase, RequiredFieldsTest, SpellCheckCollatorTest, DeleteShardTest, TestAtomicUpdateErrorCases, TestStressReorder, SolrCmdDistributorTest, TestZkChroot, TestDistributedGrouping, TestUniqueKeyFieldResource, OpenCloseCoreStressTest, DOMUtilTest, TestSchemaSimilarityResource, TestBinaryField, SpellPossibilityIteratorTest, ChaosMonkeySafeLeaderTest, TestAddFieldRealTimeGet, NumericFieldsTest, DefaultValueUpdateProcessorTest, TestMultiCoreConfBootstrap, TestHashPartitioner, DocumentAnalysisRequestHandlerTest, TestArbitraryIndexDir, HdfsUnloadDistributedZkTest, TestLuceneMatchVersion, HdfsBasicDistributedZk2Test, TestCSVResponseWriter, TestPropInject, SolrIndexConfigTest, StandardRequestHandlerTest, TestRandomFaceting, TestDistributedSearch, TestFoldingMultitermQuery, TimeZoneUtilsTest, BadCopyFieldTest, TestRecoveryHdfs, CoreAdminCreateDiscoverTest, TestFieldCollectionResource, OpenExchangeRatesOrgProviderTest, TestElisionMultitermQuery, CoreContainerCoreInitFailuresTest, TestSolr4Spatial, TestClassNameShortening, UniqFieldsUpdateProcessorFactoryTest, NotRequiredUniqueKeyTest, TestSolrXMLSerializer, SolrRequestParserTest, DocValuesMultiTest, TestCopyFieldCollectionResource, TestCoreDiscovery, TestSchemaResource, SuggesterTSTTest, BasicDistributedZk2Test, CollectionsAPIDistributedZkTest]
   [junit4] Completed on J1 in 166.68s, 1 test, 1 error <<< FAILURES!

[...truncated 587 lines...]
BUILD FAILED
/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-Java7/build.xml:389: The following error occurred while executing this line:
/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-Java7/build.xml:369: The following error occurred while executing this line:
/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-Java7/build.xml:39: The following error occurred while executing this line:
/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-Java7/solr/build.xml:181: The following error occurred while executing this line:
/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-Java7/solr/common-build.xml:449: The following error occurred while executing this line:
/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-Java7/lucene/common-build.xml:1230: The following error occurred while executing this line:
/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-Java7/lucene/common-build.xml:873: There were test failures: 320 suites, 1347 tests, 1 error, 34 ignored (6 assumptions)

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